@j3m-quantum/ui 0.7.3 → 0.7.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "0.7.3",
3
+ "version": "0.7.6",
4
4
  "description": "J3M UI Component Library - themed shadcn/ui components with design tokens",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -47,13 +47,7 @@
47
47
  "dependencies": {
48
48
  "class-variance-authority": "^0.7.0",
49
49
  "clsx": "^2.1.0",
50
- "tailwind-merge": "^2.2.0"
51
- },
52
- "peerDependencies": {
53
- "react": ">=18",
54
- "react-dom": ">=18",
55
- "tailwindcss": ">=4",
56
- "tw-animate-css": "^1.0.0",
50
+ "tailwind-merge": "^2.2.0",
57
51
  "@radix-ui/react-accordion": "^1.2.0",
58
52
  "@radix-ui/react-alert-dialog": "^1.1.0",
59
53
  "@radix-ui/react-aspect-ratio": "^1.1.0",
@@ -84,7 +78,7 @@
84
78
  "date-fns": "^4.0.0",
85
79
  "embla-carousel-react": "^8.0.0",
86
80
  "input-otp": "^1.0.0",
87
- "lucide-react": ">=0.400.0",
81
+ "lucide-react": "^0.400.0",
88
82
  "react-day-picker": "^9.0.0",
89
83
  "react-hook-form": "^7.0.0",
90
84
  "react-resizable-panels": "^3.0.0",
@@ -92,37 +86,11 @@
92
86
  "sonner": "^2.0.0",
93
87
  "vaul": "^1.0.0"
94
88
  },
95
- "peerDependenciesMeta": {
96
- "cmdk": {
97
- "optional": true
98
- },
99
- "date-fns": {
100
- "optional": true
101
- },
102
- "embla-carousel-react": {
103
- "optional": true
104
- },
105
- "input-otp": {
106
- "optional": true
107
- },
108
- "react-day-picker": {
109
- "optional": true
110
- },
111
- "react-hook-form": {
112
- "optional": true
113
- },
114
- "react-resizable-panels": {
115
- "optional": true
116
- },
117
- "recharts": {
118
- "optional": true
119
- },
120
- "sonner": {
121
- "optional": true
122
- },
123
- "vaul": {
124
- "optional": true
125
- }
89
+ "peerDependencies": {
90
+ "react": ">=18",
91
+ "react-dom": ">=18",
92
+ "tailwindcss": ">=4",
93
+ "tw-animate-css": "^1.0.0"
126
94
  },
127
95
  "devDependencies": {
128
96
  "@changesets/cli": "^2.29.4",