@esmate/shadcn 2.0.0 → 3.0.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/README.md CHANGED
@@ -11,7 +11,7 @@ Supercharge your UI development with Shadcn—components, hooks, and styles all
11
11
 
12
12
  ## Installation
13
13
 
14
- Install the package that includes `shadcn@2.x.x`:
14
+ Install the package that includes `shadcn@3.x.x`:
15
15
 
16
16
  ```sh
17
17
  npm install @esmate/shadcn tailwindcss
@@ -0,0 +1,2 @@
1
+ export * from "clsx";
2
+ export { default } from "clsx";
@@ -0,0 +1,4 @@
1
+ import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
2
+ export * from "clsx";
3
+ var __webpack_exports__default = __WEBPACK_EXTERNAL_MODULE_clsx__["default"];
4
+ export { __webpack_exports__default as default };
@@ -0,0 +1 @@
1
+ export * from "tailwind-merge";
@@ -0,0 +1 @@
1
+ export * from "tailwind-merge";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esmate/shadcn",
3
3
  "description": "Shadcn components, hooks, and styles in one package.",
4
- "version": "2.0.0",
4
+ "version": "3.0.0",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {
@@ -83,7 +83,7 @@
83
83
  "globby": "^14.1.0",
84
84
  "react": "^18.3.1",
85
85
  "react-dom": "^18.3.1",
86
- "shadcn": "^2.10.0",
86
+ "shadcn": "^3.3.1",
87
87
  "tsx": "^4.20.6",
88
88
  "typescript": "^5.9.2"
89
89
  },