pelatform-ui 1.3.1 → 1.4.1
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/css/styles/style-lyra.css +16 -7
- package/css/styles/style-maia.css +15 -10
- package/css/styles/style-mira.css +16 -7
- package/css/styles/style-nova.css +11 -6
- package/css/styles/style-vega.css +11 -6
- package/css/theme.css +5 -0
- package/dist/{badge-Rr33PgV_.d.ts → badge-CnQznr5B.d.ts} +2 -1
- package/dist/base.d.ts +111 -24
- package/dist/base.js +2176 -1254
- package/dist/{chunk-Q2RH7YQE.js → chunk-Z4CHIWTI.js} +14 -8
- package/dist/components.d.ts +1 -1
- package/dist/components.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/radix.d.ts +122 -25
- package/dist/radix.js +2140 -1216
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pelatform-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "A Modern and Minimal React UI Library built with TailwindCSS.",
|
|
5
5
|
"author": "Pelatform",
|
|
6
6
|
"license": "MIT",
|
|
@@ -72,34 +72,35 @@
|
|
|
72
72
|
"tw-animate-css": "^1.4.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@base-ui/react": "^1.
|
|
75
|
+
"@base-ui/react": "^1.4.1",
|
|
76
76
|
"@dnd-kit/core": "^6.3.1",
|
|
77
77
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
78
78
|
"@dnd-kit/sortable": "^10.0.0",
|
|
79
79
|
"@dnd-kit/utilities": "^3.2.2",
|
|
80
80
|
"@headless-tree/core": "^1.6.3",
|
|
81
81
|
"@pelatform/tsconfig": "^0.1.4",
|
|
82
|
-
"@pelatform/utils": "^1.0.
|
|
83
|
-
"@tanstack/react-query": "^5.
|
|
82
|
+
"@pelatform/utils": "^1.0.18",
|
|
83
|
+
"@tanstack/react-query": "^5.100.5",
|
|
84
84
|
"@tanstack/react-table": "^8.21.3",
|
|
85
|
+
"@tanstack/react-virtual": "^3.13.24",
|
|
85
86
|
"@types/react": "^19.2.14",
|
|
86
87
|
"@types/react-dom": "^19.2.3",
|
|
87
88
|
"cmdk": "^1.1.1",
|
|
88
89
|
"date-fns": "^4.1.0",
|
|
89
90
|
"embla-carousel-react": "^8.6.0",
|
|
90
91
|
"input-otp": "^1.4.2",
|
|
91
|
-
"lucide-react": "^
|
|
92
|
-
"motion": "^12.
|
|
92
|
+
"lucide-react": "^1.11.0",
|
|
93
|
+
"motion": "^12.38.0",
|
|
93
94
|
"next-themes": "^0.4.6",
|
|
94
95
|
"radix-ui": "^1.4.3",
|
|
95
|
-
"react": "^19.2.
|
|
96
|
+
"react": "^19.2.5",
|
|
96
97
|
"react-day-picker": "^9.14.0",
|
|
97
|
-
"react-dom": "^19.2.
|
|
98
|
+
"react-dom": "^19.2.5",
|
|
98
99
|
"react-phone-number-input": "^3.4.16",
|
|
99
|
-
"react-resizable-panels": "^4.
|
|
100
|
+
"react-resizable-panels": "^4.10.0",
|
|
100
101
|
"sonner": "^2.0.7",
|
|
101
102
|
"tsup": "^8.5.1",
|
|
102
|
-
"typescript": "
|
|
103
|
+
"typescript": "5.9.3",
|
|
103
104
|
"vaul": "^1.1.2"
|
|
104
105
|
},
|
|
105
106
|
"peerDependencies": {
|
|
@@ -110,13 +111,14 @@
|
|
|
110
111
|
"@dnd-kit/utilities": ">=3.2.0",
|
|
111
112
|
"@headless-tree/core": ">=1.6.0",
|
|
112
113
|
"@pelatform/utils": ">=1.0.15",
|
|
113
|
-
"@tanstack/react-query": ">=5.
|
|
114
|
+
"@tanstack/react-query": ">=5.95.0",
|
|
114
115
|
"@tanstack/react-table": ">=8.20.0",
|
|
116
|
+
"@tanstack/react-virtual": ">=3.10.0",
|
|
115
117
|
"cmdk": ">=1.1.0",
|
|
116
118
|
"date-fns": ">=4.1.0",
|
|
117
119
|
"embla-carousel-react": ">=8.6.0",
|
|
118
120
|
"input-otp": ">=1.4.0",
|
|
119
|
-
"lucide-react": ">=0.
|
|
121
|
+
"lucide-react": ">=1.0.0",
|
|
120
122
|
"motion": ">=12.35.0",
|
|
121
123
|
"next-themes": ">=0.4.5",
|
|
122
124
|
"radix-ui": ">=1.4.0",
|
|
@@ -126,8 +128,6 @@
|
|
|
126
128
|
"react-phone-number-input": ">=3.4.0",
|
|
127
129
|
"react-resizable-panels": ">=4.7.0",
|
|
128
130
|
"sonner": ">=2.0.5",
|
|
129
|
-
"tsup": ">=8.5.0",
|
|
130
|
-
"typescript": ">=5.9.0",
|
|
131
131
|
"vaul": ">=1.1.0"
|
|
132
132
|
},
|
|
133
133
|
"publishConfig": {
|