@pelatform/ui 1.5.8 → 1.6.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/dist/base.cjs +9 -12
- package/dist/base.d.cts +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +6 -9
- package/dist/components.cjs +5 -2
- package/dist/components.d.cts +3 -1
- package/dist/components.d.ts +3 -1
- package/dist/components.js +5 -2
- package/dist/default.d.cts +1 -1
- package/dist/default.d.ts +1 -1
- package/dist/hooks.d.cts +2 -6
- package/dist/hooks.d.ts +2 -6
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/re-export/cva.d.cts +1 -0
- package/dist/re-export/cva.d.ts +1 -0
- package/dist/re-export/resolver.cjs +2 -0
- package/dist/re-export/resolver.d.cts +1 -0
- package/dist/re-export/resolver.d.ts +1 -0
- package/dist/re-export/resolver.js +2 -0
- package/package.json +15 -14
package/dist/re-export/cva.d.cts
CHANGED
package/dist/re-export/cva.d.ts
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/resolver.ts
|
|
2
|
+
var _zod = require('@hookform/resolvers/zod'); _createStarExport(_zod);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hookform/resolvers/zod';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hookform/resolvers/zod';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelatform/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "A Modern and Minimal React UI Library built with TailwindCSS.",
|
|
5
5
|
"author": "Pelatform Dev",
|
|
6
6
|
"license": "MIT",
|
|
@@ -105,47 +105,48 @@
|
|
|
105
105
|
"react"
|
|
106
106
|
],
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@base-ui-components/react": "1.0.0-beta.
|
|
108
|
+
"@base-ui-components/react": "1.0.0-beta.6",
|
|
109
109
|
"@dnd-kit/core": "^6.3.1",
|
|
110
110
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
111
111
|
"@dnd-kit/sortable": "^10.0.0",
|
|
112
112
|
"@dnd-kit/utilities": "^3.2.2",
|
|
113
113
|
"@headless-tree/core": "^1.5.1",
|
|
114
|
+
"@hookform/resolvers": "^5.2.2",
|
|
114
115
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
115
|
-
"@radix-ui/react-slot": "^1.2.
|
|
116
|
-
"@tanstack/react-form": "^1.
|
|
117
|
-
"@tanstack/react-query": "^5.90.
|
|
116
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
117
|
+
"@tanstack/react-form": "^1.25.0",
|
|
118
|
+
"@tanstack/react-query": "^5.90.10",
|
|
118
119
|
"@tanstack/react-table": "^8.21.3",
|
|
119
120
|
"class-variance-authority": "^0.7.1",
|
|
120
121
|
"clsx": "^2.1.1",
|
|
121
122
|
"cmdk": "^1.1.1",
|
|
122
123
|
"embla-carousel-react": "^8.6.0",
|
|
123
124
|
"input-otp": "^1.4.2",
|
|
124
|
-
"lucide-react": "^0.
|
|
125
|
+
"lucide-react": "^0.554.0",
|
|
125
126
|
"motion": "^12.23.24",
|
|
126
127
|
"next-themes": "^0.4.6",
|
|
127
128
|
"radix-ui": "^1.4.3",
|
|
128
129
|
"react-aria": "^3.44.0",
|
|
129
130
|
"react-aria-components": "^1.13.0",
|
|
130
131
|
"react-day-picker": "^9.11.1",
|
|
131
|
-
"react-hook-form": "^7.66.
|
|
132
|
-
"react-phone-number-input": "^3.4.
|
|
132
|
+
"react-hook-form": "^7.66.1",
|
|
133
|
+
"react-phone-number-input": "^3.4.14",
|
|
133
134
|
"react-resizable-panels": "^3.0.6",
|
|
134
135
|
"sonner": "^2.0.7",
|
|
135
|
-
"tailwind-merge": "^3.
|
|
136
|
+
"tailwind-merge": "^3.4.0",
|
|
136
137
|
"tw-animate-css": "^1.4.0",
|
|
137
138
|
"vaul": "^1.1.2",
|
|
138
139
|
"zod": "^4.1.12"
|
|
139
140
|
},
|
|
140
141
|
"devDependencies": {
|
|
141
|
-
"@types/node": "^24.10.
|
|
142
|
-
"@types/react": "^19.2.
|
|
143
|
-
"@types/react-dom": "^19.2.
|
|
142
|
+
"@types/node": "^24.10.1",
|
|
143
|
+
"@types/react": "^19.2.6",
|
|
144
|
+
"@types/react-dom": "^19.2.3",
|
|
144
145
|
"esbuild-plugin-preserve-directives": "^0.0.11",
|
|
145
146
|
"react": "^19.2.0",
|
|
146
147
|
"react-dom": "^19.2.0",
|
|
147
|
-
"tailwindcss": "^4.1.
|
|
148
|
-
"tsup": "^8.5.
|
|
148
|
+
"tailwindcss": "^4.1.17",
|
|
149
|
+
"tsup": "^8.5.1",
|
|
149
150
|
"typescript": "^5.9.3"
|
|
150
151
|
},
|
|
151
152
|
"peerDependencies": {
|