@srcroot/ui 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -863,14 +863,14 @@ var REGISTRY = {
|
|
|
863
863
|
description: "Button to scroll to top",
|
|
864
864
|
category: "Navigation",
|
|
865
865
|
dependencies: ["button"],
|
|
866
|
-
registryDependencies: [
|
|
866
|
+
registryDependencies: []
|
|
867
867
|
},
|
|
868
868
|
"scroll-animation": {
|
|
869
869
|
file: "ui/scroll-animation.tsx",
|
|
870
870
|
description: "Scroll-triggered animations",
|
|
871
871
|
category: "Layout",
|
|
872
872
|
dependencies: [],
|
|
873
|
-
registryDependencies: ["
|
|
873
|
+
registryDependencies: ["gsap", "@gsap/react"]
|
|
874
874
|
},
|
|
875
875
|
whatsapp: {
|
|
876
876
|
file: "ui/whatsapp.tsx",
|