419fd8a Show on GitHub

  • Author: Abeeryu
  • Date: 12/6/2025, 4:29:02 PM
  • Message: liquid-blurs and gradiant #174
  • Stats: 110655 total changes (+110653 / -2)

Changed Files

  • civicsocialmedia/src/routes/(app)/archetypes/+page.svelte — +0 / -0 (0 changes)
  • civicsocialmedia/src/routes/(app)/roadmap/+page.svelte — +0 / -0 (0 changes)
  • civicsocialmedia/src/routes/+layout.svelte — +2 / -0 (2 changes)
  • civicsocialmedia/src/routes/liquid/+layout.svelte — +169 / -0 (169 changes)
  • civicsocialmedia/src/routes/liquid/+page.svelte — +44 / -0 (44 changes)
  • civicsocialmedia/static/blob-shape.svg — +9 / -0 (9 changes)
  • node_modules/.package-lock.json — +8 / -1 (9 changes)
  • node_modules/gsap/CSSPlugin.js — +1581 / -0 (1581 changes)
  • node_modules/gsap/CSSRulePlugin.js — +133 / -0 (133 changes)
  • node_modules/gsap/CustomBounce.js — +165 / -0 (165 changes)
  • node_modules/gsap/CustomEase.js — +373 / -0 (373 changes)
  • node_modules/gsap/CustomWiggle.js — +161 / -0 (161 changes)
  • node_modules/gsap/Draggable.js — +2698 / -0 (2698 changes)
  • node_modules/gsap/DrawSVGPlugin.js — +314 / -0 (314 changes)
  • node_modules/gsap/EasePack.js — +211 / -0 (211 changes)
  • node_modules/gsap/EaselPlugin.js — +340 / -0 (340 changes)
  • node_modules/gsap/Flip.js — +1520 / -0 (1520 changes)
  • node_modules/gsap/GSDevTools.js — +1573 / -0 (1573 changes)
  • node_modules/gsap/InertiaPlugin.js — +478 / -0 (478 changes)
  • node_modules/gsap/MorphSVGPlugin.js — +1072 / -0 (1072 changes)
  • node_modules/gsap/MotionPathHelper.js — +376 / -0 (376 changes)
  • node_modules/gsap/MotionPathPlugin.js — +369 / -0 (369 changes)
  • node_modules/gsap/Observer.js — +708 / -0 (708 changes)
  • node_modules/gsap/Physics2DPlugin.js — +173 / -0 (173 changes)
  • node_modules/gsap/PhysicsPropsPlugin.js — +174 / -0 (174 changes)
  • node_modules/gsap/PixiPlugin.js — +473 / -0 (473 changes)
  • node_modules/gsap/README.md — +93 / -0 (93 changes)
  • node_modules/gsap/SECURITY.md — +6 / -0 (6 changes)
  • node_modules/gsap/ScrambleTextPlugin.js — +251 / -0 (251 changes)
  • node_modules/gsap/ScrollSmoother.js — +1008 / -0 (1008 changes)
  • node_modules/gsap/ScrollToPlugin.js — +281 / -0 (281 changes)
  • node_modules/gsap/ScrollTrigger.js — +2690 / -0 (2690 changes)
  • node_modules/gsap/SplitText.js — +310 / -0 (310 changes)
  • node_modules/gsap/TextPlugin.js — +165 / -0 (165 changes)
  • node_modules/gsap/all.js — +31 / -0 (31 changes)
  • node_modules/gsap/dist/CSSRulePlugin.js — +139 / -0 (139 changes)
  • node_modules/gsap/dist/CSSRulePlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/CSSRulePlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/CustomBounce.js — +168 / -0 (168 changes)
  • node_modules/gsap/dist/CustomBounce.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/CustomBounce.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/CustomEase.js — +716 / -0 (716 changes)
  • node_modules/gsap/dist/CustomEase.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/CustomEase.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/CustomWiggle.js — +167 / -0 (167 changes)
  • node_modules/gsap/dist/CustomWiggle.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/CustomWiggle.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/Draggable.js — +2967 / -0 (2967 changes)
  • node_modules/gsap/dist/Draggable.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/Draggable.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/DrawSVGPlugin.js — +310 / -0 (310 changes)
  • node_modules/gsap/dist/DrawSVGPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/DrawSVGPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/EasePack.js — +216 / -0 (216 changes)
  • node_modules/gsap/dist/EasePack.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/EasePack.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/EaselPlugin.js — +350 / -0 (350 changes)
  • node_modules/gsap/dist/EaselPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/EaselPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/Flip.js — +1825 / -0 (1825 changes)
  • node_modules/gsap/dist/Flip.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/Flip.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/GSDevTools.js — +0 / -0 (0 changes)
  • node_modules/gsap/dist/GSDevTools.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/GSDevTools.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/InertiaPlugin.js — +718 / -0 (718 changes)
  • node_modules/gsap/dist/InertiaPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/InertiaPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/MorphSVGPlugin.js — +1520 / -0 (1520 changes)
  • node_modules/gsap/dist/MorphSVGPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/MorphSVGPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/MotionPathHelper.js — +3159 / -0 (3159 changes)
  • node_modules/gsap/dist/MotionPathHelper.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/MotionPathHelper.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/MotionPathPlugin.js — +1809 / -0 (1809 changes)
  • node_modules/gsap/dist/MotionPathPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/MotionPathPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/Observer.js — +716 / -0 (716 changes)
  • node_modules/gsap/dist/Observer.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/Observer.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/Physics2DPlugin.js — +167 / -0 (167 changes)
  • node_modules/gsap/dist/Physics2DPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/Physics2DPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/PhysicsPropsPlugin.js — +166 / -0 (166 changes)
  • node_modules/gsap/dist/PhysicsPropsPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/PhysicsPropsPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/PixiPlugin.js — +474 / -0 (474 changes)
  • node_modules/gsap/dist/PixiPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/PixiPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/ScrambleTextPlugin.js — +307 / -0 (307 changes)
  • node_modules/gsap/dist/ScrambleTextPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/ScrambleTextPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/ScrollSmoother.js — +972 / -0 (972 changes)
  • node_modules/gsap/dist/ScrollSmoother.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/ScrollSmoother.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/ScrollToPlugin.js — +285 / -0 (285 changes)
  • node_modules/gsap/dist/ScrollToPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/ScrollToPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/ScrollTrigger.js — +3266 / -0 (3266 changes)
  • node_modules/gsap/dist/ScrollTrigger.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/ScrollTrigger.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/SplitText.js — +321 / -0 (321 changes)
  • node_modules/gsap/dist/SplitText.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/TextPlugin.js — +255 / -0 (255 changes)
  • node_modules/gsap/dist/TextPlugin.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/TextPlugin.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/dist/all.js — +24948 / -0 (24948 changes)
  • node_modules/gsap/dist/gsap.js — +5629 / -0 (5629 changes)
  • node_modules/gsap/dist/gsap.min.js — +11 / -0 (11 changes)
  • node_modules/gsap/dist/gsap.min.js.map — +1 / -0 (1 changes)
  • node_modules/gsap/gsap-core.js — +4506 / -0 (4506 changes)
  • node_modules/gsap/index.js — +6 / -0 (6 changes)
  • node_modules/gsap/package.json — +51 / -0 (51 changes)
  • node_modules/gsap/src/CSSPlugin.js — +1158 / -0 (1158 changes)
  • node_modules/gsap/src/CSSRulePlugin.js — +106 / -0 (106 changes)
  • node_modules/gsap/src/CustomBounce.js — +150 / -0 (150 changes)
  • node_modules/gsap/src/CustomEase.js — +277 / -0 (277 changes)
  • node_modules/gsap/src/CustomWiggle.js — +125 / -0 (125 changes)
  • node_modules/gsap/src/Draggable.js — +1940 / -0 (1940 changes)
  • node_modules/gsap/src/DrawSVGPlugin.js — +222 / -0 (222 changes)
  • node_modules/gsap/src/EasePack.js — +162 / -0 (162 changes)
  • node_modules/gsap/src/EaselPlugin.js — +281 / -0 (281 changes)
  • node_modules/gsap/src/Flip.js — +1033 / -0 (1033 changes)
  • node_modules/gsap/src/GSDevTools.js — +1181 / -0 (1181 changes)
  • node_modules/gsap/src/InertiaPlugin.js — +333 / -0 (333 changes)
  • node_modules/gsap/src/MorphSVGPlugin.js — +791 / -0 (791 changes)
  • node_modules/gsap/src/MotionPathHelper.js — +254 / -0 (254 changes)
  • node_modules/gsap/src/MotionPathPlugin.js — +270 / -0 (270 changes)
  • node_modules/gsap/src/Observer.js — +439 / -0 (439 changes)
  • node_modules/gsap/src/Physics2DPlugin.js — +144 / -0 (144 changes)
  • node_modules/gsap/src/PhysicsPropsPlugin.js — +141 / -0 (141 changes)
  • node_modules/gsap/src/PixiPlugin.js — +342 / -0 (342 changes)
  • node_modules/gsap/src/ScrambleTextPlugin.js — +182 / -0 (182 changes)
  • node_modules/gsap/src/ScrollSmoother.js — +681 / -0 (681 changes)
  • node_modules/gsap/src/ScrollToPlugin.js — +196 / -0 (196 changes)
  • node_modules/gsap/src/ScrollTrigger.js — +1787 / -0 (1787 changes)
  • node_modules/gsap/src/SplitText.js — +310 / -0 (310 changes)
  • node_modules/gsap/src/SplitText.ts — +479 / -0 (479 changes)
  • node_modules/gsap/src/TextPlugin.js — +120 / -0 (120 changes)
  • node_modules/gsap/src/all.js — +33 / -0 (33 changes)
  • node_modules/gsap/src/gsap-core.js — +3270 / -0 (3270 changes)
  • node_modules/gsap/src/index.js — +33 / -0 (33 changes)
  • node_modules/gsap/src/utils/PathEditor.js — +1316 / -0 (1316 changes)
  • node_modules/gsap/src/utils/VelocityTracker.js — +201 / -0 (201 changes)
  • node_modules/gsap/src/utils/matrix.js — +324 / -0 (324 changes)
  • node_modules/gsap/src/utils/paths.js — +1246 / -0 (1246 changes)
  • node_modules/gsap/src/utils/strings.js — +92 / -0 (92 changes)
  • node_modules/gsap/types/animation.d.ts — +639 / -0 (639 changes)
  • node_modules/gsap/types/css-plugin.d.ts — +589 / -0 (589 changes)
  • node_modules/gsap/types/css-rule-plugin.d.ts — +74 / -0 (74 changes)
  • node_modules/gsap/types/custom-bounce.d.ts — +42 / -0 (42 changes)
  • node_modules/gsap/types/custom-ease.d.ts — +44 / -0 (44 changes)
  • node_modules/gsap/types/custom-wiggle.d.ts — +42 / -0 (42 changes)
  • node_modules/gsap/types/draggable.d.ts — +455 / -0 (455 changes)
  • node_modules/gsap/types/draw-svg-plugin.d.ts — +89 / -0 (89 changes)
  • node_modules/gsap/types/ease.d.ts — +171 / -0 (171 changes)
  • node_modules/gsap/types/easel-plugin.d.ts — +66 / -0 (66 changes)
  • node_modules/gsap/types/flip.d.ts — +551 / -0 (551 changes)
  • node_modules/gsap/types/gs-dev-tools.d.ts — +106 / -0 (106 changes)
  • node_modules/gsap/types/gsap-core.d.ts — +731 / -0 (731 changes)
  • node_modules/gsap/types/gsap-plugins.d.ts — +107 / -0 (107 changes)
  • node_modules/gsap/types/gsap-utils.d.ts — +508 / -0 (508 changes)
  • node_modules/gsap/types/index.d.ts — +128 / -0 (128 changes)
  • node_modules/gsap/types/inertia-plugin.d.ts — +105 / -0 (105 changes)
  • node_modules/gsap/types/morph-svg-plugin.d.ts — +152 / -0 (152 changes)
  • node_modules/gsap/types/motion-path-helper.d.ts — +120 / -0 (120 changes)
  • node_modules/gsap/types/motion-path-plugin.d.ts — +314 / -0 (314 changes)
  • node_modules/gsap/types/observer.d.ts — +231 / -0 (231 changes)
  • node_modules/gsap/types/physics-2d-plugin.d.ts — +72 / -0 (72 changes)
  • node_modules/gsap/types/physics-props-plugin.d.ts — +71 / -0 (71 changes)
  • node_modules/gsap/types/pixi-plugin.d.ts — +138 / -0 (138 changes)
  • node_modules/gsap/types/scramble-text-plugin.d.ts — +73 / -0 (73 changes)
  • node_modules/gsap/types/scroll-smoother.d.ts — +408 / -0 (408 changes)
  • node_modules/gsap/types/scroll-to-plugin.d.ts — +114 / -0 (114 changes)
  • node_modules/gsap/types/scroll-trigger.d.ts — +923 / -0 (923 changes)
  • node_modules/gsap/types/split-text.d.ts — +125 / -0 (125 changes)
  • node_modules/gsap/types/text-plugin.d.ts — +73 / -0 (73 changes)
  • node_modules/gsap/types/timeline.d.ts — +511 / -0 (511 changes)
  • node_modules/gsap/types/tween.d.ts — +247 / -0 (247 changes)
  • node_modules/gsap/types/utils/velocity-tracker.d.ts — +53 / -0 (53 changes)
  • node_modules/gsap/utils/PathEditor.js — +1820 / -0 (1820 changes)
  • node_modules/gsap/utils/VelocityTracker.js — +252 / -0 (252 changes)
  • node_modules/gsap/utils/matrix.js — +420 / -0 (420 changes)
  • node_modules/gsap/utils/paths.js — +1511 / -0 (1511 changes)
  • node_modules/gsap/utils/strings.js — +108 / -0 (108 changes)
  • package-lock.json — +13 / -1 (14 changes)
  • package.json — +5 / -0 (5 changes)