@docyrus/shadcn 1.0.0 → 1.1.0

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": "@docyrus/shadcn",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "All shadcn/ui components bundled in a single NPM package for AI Builder projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,7 +11,11 @@
11
11
  "types": "./dist/index.d.ts",
12
12
  "import": "./dist/index.js"
13
13
  },
14
- "./styles.css": "./dist/new-york/styles.css",
14
+ "./styles.css": "./dist/radix-vega/styles.css",
15
+ "./*": {
16
+ "types": "./dist/radix-vega/*.d.ts",
17
+ "import": "./dist/radix-vega/*.js"
18
+ },
15
19
  "./new-york": {
16
20
  "types": "./dist/new-york/index.d.ts",
17
21
  "import": "./dist/new-york/index.js"
@@ -147,42 +151,49 @@
147
151
  "type": "git",
148
152
  "url": "https://github.com/docyrus/docyrus-shadcn.git"
149
153
  },
150
- "peerDependencies": {
151
- "react": "18.0.0 || ^19.0.0",
152
- "react-dom": "18.0.0 || ^19.0.0",
153
- "tailwindcss": "3.4.0 || ^4.0.0"
154
- },
155
154
  "dependencies": {
156
- "@base-ui/react": "^1.1.0",
157
155
  "@hookform/resolvers": "^5.2.2",
158
- "class-variance-authority": "^0.7.1",
159
- "clsx": "^2.1.1",
160
156
  "cmdk": "^1.1.1",
161
157
  "date-fns": "^4.1.0",
162
158
  "embla-carousel-react": "^8.6.0",
163
159
  "input-otp": "^1.4.2",
164
- "lucide-react": "^0.563.0",
165
160
  "next-themes": "^0.4.6",
166
- "radix-ui": "^1.4.3",
167
161
  "react-day-picker": "^9.13.0",
168
162
  "react-hook-form": "^7.71.1",
169
- "react-resizable-panels": "^4.6.0",
163
+ "react-resizable-panels": "^4.6.1",
170
164
  "recharts": "2.15.4",
171
165
  "sonner": "^2.0.7",
172
- "tailwind-merge": "^3.4.0",
173
- "tw-animate-css": "^1.4.0",
174
- "vaul": "^1.1.2",
175
- "zod": "^4.3.6"
166
+ "vaul": "^1.1.2"
176
167
  },
177
168
  "devDependencies": {
178
- "@types/node": "24.10.9",
179
- "@types/react": "19.2.9",
169
+ "@types/node": "25.2.1",
170
+ "@types/react": "19.2.13",
180
171
  "@types/react-dom": "19.2.3",
181
172
  "glob": "13.0.1",
182
173
  "tsup": "8.5.1",
183
174
  "tsx": "4.21.0",
184
175
  "typescript": "5.9.3"
185
176
  },
177
+ "peerDependencies": {
178
+ "@base-ui/react": "^1.1.0",
179
+ "class-variance-authority": "^0.7.1",
180
+ "clsx": "^2.1.1",
181
+ "lucide-react": "^0.563.0",
182
+ "radix-ui": "^1.4.3",
183
+ "react": "^19.2.0",
184
+ "react-dom": "^19.2.0",
185
+ "tailwind-merge": "^3.4.0",
186
+ "tailwindcss": "^4.1.0",
187
+ "tw-animate-css": "^1.4.0"
188
+ },
189
+ "peerDependenciesMeta": {
190
+ "@base-ui/react": {
191
+ "optional": true
192
+ },
193
+ "tw-animate-css": {
194
+ "optional": true
195
+ }
196
+ },
186
197
  "scripts": {
187
198
  "sync": "tsx scripts/sync-shadcn.ts",
188
199
  "build": "tsup",