uilab-core 0.1.2 → 0.1.4
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/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilab-core",
|
|
3
3
|
"description": "Uilab base components and blocks",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "",
|
|
7
7
|
"type": "module",
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"tailwind-merge": "^3.3.1",
|
|
101
101
|
"tailwindcss": "^4.1.15",
|
|
102
102
|
"tslib": "^2.8.1",
|
|
103
|
+
"tsup": "^8.5.0",
|
|
103
104
|
"tw-animate-css": "^1.4.0",
|
|
104
105
|
"typescript": "^5.9.3",
|
|
105
106
|
"typescript-eslint": "^8.46.2",
|
|
@@ -107,10 +108,10 @@
|
|
|
107
108
|
"zod": "^4.1.12"
|
|
108
109
|
},
|
|
109
110
|
"peerDependencies": {
|
|
111
|
+
"class-variance-authority": "^0.7.x",
|
|
110
112
|
"lucide-react": "^0.546.0",
|
|
111
113
|
"react": "^19.x",
|
|
112
114
|
"react-dom": "^19.x",
|
|
113
|
-
"react-hook-form": "^7.x",
|
|
114
115
|
"tailwindcss": "^4.x",
|
|
115
116
|
"tw-animate-css": "^1.x"
|
|
116
117
|
},
|