uilab-core 0.1.3 → 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/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.3",
4
+ "version": "0.1.4",
5
5
  "license": "MIT",
6
6
  "author": "",
7
7
  "type": "module",
@@ -75,9 +75,9 @@
75
75
  "@types/postcss-import": "^14.0.3",
76
76
  "@types/react": "^19.2.2",
77
77
  "@types/rollup-plugin-peer-deps-external": "^2.2.5",
78
+ "class-variance-authority": "^0.7.1",
78
79
  "clsx": "^2.1.1",
79
80
  "cmdk": "^1.1.1",
80
- "class-variance-authority": "^0.7.1",
81
81
  "date-fns": "^4.1.0",
82
82
  "embla-carousel-react": "^8.6.0",
83
83
  "input-otp": "^1.4.2",
@@ -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",
@@ -111,7 +112,6 @@
111
112
  "lucide-react": "^0.546.0",
112
113
  "react": "^19.x",
113
114
  "react-dom": "^19.x",
114
- "react-hook-form": "^7.x",
115
115
  "tailwindcss": "^4.x",
116
116
  "tw-animate-css": "^1.x"
117
117
  },