@pelatform/ui 1.5.6 → 1.5.8
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/components.cjs +59 -14
- package/dist/components.d.cts +11 -1
- package/dist/components.d.ts +11 -1
- package/dist/components.js +233 -188
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelatform/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "A Modern and Minimal React UI Library built with TailwindCSS.",
|
|
5
5
|
"author": "Pelatform Dev",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,21 +114,21 @@
|
|
|
114
114
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
115
115
|
"@radix-ui/react-slot": "^1.2.3",
|
|
116
116
|
"@tanstack/react-form": "^1.23.8",
|
|
117
|
-
"@tanstack/react-query": "^5.90.
|
|
117
|
+
"@tanstack/react-query": "^5.90.6",
|
|
118
118
|
"@tanstack/react-table": "^8.21.3",
|
|
119
119
|
"class-variance-authority": "^0.7.1",
|
|
120
120
|
"clsx": "^2.1.1",
|
|
121
121
|
"cmdk": "^1.1.1",
|
|
122
122
|
"embla-carousel-react": "^8.6.0",
|
|
123
123
|
"input-otp": "^1.4.2",
|
|
124
|
-
"lucide-react": "^0.
|
|
124
|
+
"lucide-react": "^0.552.0",
|
|
125
125
|
"motion": "^12.23.24",
|
|
126
126
|
"next-themes": "^0.4.6",
|
|
127
127
|
"radix-ui": "^1.4.3",
|
|
128
128
|
"react-aria": "^3.44.0",
|
|
129
129
|
"react-aria-components": "^1.13.0",
|
|
130
130
|
"react-day-picker": "^9.11.1",
|
|
131
|
-
"react-hook-form": "^7.
|
|
131
|
+
"react-hook-form": "^7.66.0",
|
|
132
132
|
"react-phone-number-input": "^3.4.13",
|
|
133
133
|
"react-resizable-panels": "^3.0.6",
|
|
134
134
|
"sonner": "^2.0.7",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"zod": "^4.1.12"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@types/node": "^24.
|
|
141
|
+
"@types/node": "^24.10.0",
|
|
142
142
|
"@types/react": "^19.2.2",
|
|
143
143
|
"@types/react-dom": "^19.2.2",
|
|
144
144
|
"esbuild-plugin-preserve-directives": "^0.0.11",
|