@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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: ["framer-motion"]
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: ["framer-motion"]
873
+ registryDependencies: ["gsap", "@gsap/react"]
874
874
  },
875
875
  whatsapp: {
876
876
  file: "ui/whatsapp.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srcroot/ui",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "A UI library with polymorphic, accessible React components",
5
5
  "author": "Shifaul Islam",
6
6
  "license": "MIT",