shadcn-packaged 2025.6.16-1 → 2025.6.23

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/README.md +6 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Shadcn Packaged
2
2
 
3
+ **Support Tailwindcss V4**
4
+
3
5
  This is an npm package that exports all [shadcn/ui](https://ui.shadcn.com/) components without the need for a CLI, designed for ease of use.
4
6
 
5
7
  It simply provides all useful files along with type declarations.
@@ -45,11 +47,12 @@ export default defineConfig({
45
47
 
46
48
  Import default style
47
49
 
48
- > If you have a fully customized style in global entry css file, see [Custom Theme](#custom-theme), you don't need to import it
50
+ > If you have a fully customized style in global entry css file, see [Custom Theme](#custom-theme).
49
51
 
50
52
  The global entry css file, `index.css` | `global.css`
51
53
 
52
54
  ```css
55
+ /* "shadcn-packaged/index.css" includes `@import "tailwindcss"` */
53
56
  @import "shadcn-packaged/index.css";
54
57
  /* source detection, according to the actual path specified */
55
58
  @source "../node_modules/shadcn-packaged";
@@ -97,9 +100,8 @@ If the automatic code import does not take effect, please try the following meth
97
100
  The global entry css file, `index.css` | `global.css`, more detail see [shadcn theme](https://ui.shadcn.com/docs/theming)
98
101
 
99
102
  ```css
100
- @import "tailwindcss";
101
- @import "tw-animate-css";
102
-
103
+ /* "shadcn-packaged/index.css" includes `@import "tailwindcss"` */
104
+ @import "shadcn-packaged/index.css";
103
105
  /* source detection, according to the actual path specified */
104
106
  @source "../node_modules/shadcn-packaged";
105
107
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shadcn-packaged",
3
3
  "private": false,
4
- "version": "2025.6.16-1",
4
+ "version": "2025.6.23",
5
5
  "type": "module",
6
6
  "module": "index.mjs",
7
7
  "scripts": {
@@ -57,12 +57,12 @@
57
57
  "input-otp": "^1.4.2",
58
58
  "next-themes": "^0.4.6",
59
59
  "react-day-picker": "^9.7.0",
60
- "react-hook-form": "^7.58.0",
60
+ "react-hook-form": "^7.58.1",
61
61
  "react-resizable-panels": "^3.0.3",
62
- "recharts": "^2.15.3",
62
+ "recharts": "^2.15.4",
63
63
  "sonner": "^2.0.5",
64
64
  "vaul": "^1.1.2",
65
- "zod": "^3.25.64"
65
+ "zod": "^3.25.67"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/node": "^22.10.7",
@@ -71,7 +71,7 @@
71
71
  "class-variance-authority": "^0.7.1",
72
72
  "clsx": "^2.1.1",
73
73
  "globals": "^15.14.0",
74
- "lucide-react": "^0.515.0",
74
+ "lucide-react": "^0.522.0",
75
75
  "tailwind-merge": "^3.3.1",
76
76
  "tailwindcss": "^3.4.17",
77
77
  "tw-animate-css": "^1.3.4",