@elevasis/ui 2.5.0 → 2.7.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/{chunk-CKBJVNSA.js → chunk-6FDGVZFL.js} +2 -2
- package/dist/{chunk-3VTACYBT.js → chunk-HRIJZKFL.js} +2 -3
- package/dist/{chunk-S5EXLTGK.js → chunk-IFH4L6CR.js} +181 -7
- package/dist/{chunk-GEJZ6WLM.js → chunk-N6GYYWY3.js} +1 -1
- package/dist/{chunk-ZGV3X3UQ.js → chunk-SBND6P3L.js} +2 -3
- package/dist/{chunk-TNYUWKSJ.js → chunk-SPMKW4VO.js} +56 -91
- package/dist/{chunk-XGUMNEIR.js → chunk-T6R3V4GW.js} +3 -4
- package/dist/{chunk-DRBMVLJE.js → chunk-TENLM2GN.js} +2 -2
- package/dist/{chunk-5RYRL7DP.js → chunk-V6Z2U6ZV.js} +1 -1
- package/dist/{chunk-URFYQRJO.js → chunk-VGBMSGYC.js} +1 -1
- package/dist/{chunk-RBRSRRG4.js → chunk-X4HUZINF.js} +3 -4
- package/dist/{chunk-UXYE5ZBY.js → chunk-Z5RHDI7T.js} +4 -13
- package/dist/components/index.d.ts +4 -9
- package/dist/components/index.js +32 -23
- package/dist/features/auth/index.js +9 -2
- package/dist/features/crm/index.d.ts +1 -1
- package/dist/features/crm/index.js +5 -5
- package/dist/features/dashboard/index.d.ts +2 -62
- package/dist/features/dashboard/index.js +5 -5
- package/dist/features/delivery/index.d.ts +1 -1
- package/dist/features/delivery/index.js +5 -5
- package/dist/features/lead-gen/index.d.ts +1 -1
- package/dist/features/lead-gen/index.js +8 -8
- package/dist/features/monitoring/index.d.ts +1 -1
- package/dist/features/monitoring/index.js +6 -6
- package/dist/features/operations/index.d.ts +79 -79
- package/dist/features/operations/index.js +7 -7
- package/dist/features/seo/index.d.ts +1 -1
- package/dist/features/settings/index.d.ts +3 -2
- package/dist/features/settings/index.js +5 -5
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.js +4 -4
- package/dist/hooks/published.d.ts +2 -1
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +187 -43
- package/dist/index.js +4 -4
- package/dist/initialization/index.d.ts +2 -1
- package/dist/organization/index.d.ts +2 -1
- package/dist/provider/index.d.ts +185 -42
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.d.ts +185 -42
- package/dist/provider/published.js +1 -1
- package/dist/types/index.d.ts +2 -1
- package/package.json +58 -86
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -144,103 +144,28 @@
|
|
|
144
144
|
"import": "./dist/zustand/index.js"
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
|
-
"publishConfig": {
|
|
148
|
-
"name": "@elevasis/ui",
|
|
149
|
-
"peerDependencies": {
|
|
150
|
-
"react": "^19.2.0",
|
|
151
|
-
"react-dom": "^19.2.0",
|
|
152
|
-
"@tanstack/react-query": "^5.76.2",
|
|
153
|
-
"@tanstack/react-router": "^1.131.28",
|
|
154
|
-
"zod": "^4.1.0",
|
|
155
|
-
"zustand": "^5.0.5",
|
|
156
|
-
"cytoscape": "^3.33.1",
|
|
157
|
-
"@mantine/core": "8.2.7",
|
|
158
|
-
"@mantine/hooks": "8.2.7",
|
|
159
|
-
"@mantine/charts": "8.2.7",
|
|
160
|
-
"@mantine/notifications": "8.2.7",
|
|
161
|
-
"@mantine/form": "8.2.7",
|
|
162
|
-
"@mantine/tiptap": "8.2.7",
|
|
163
|
-
"@tiptap/extension-link": "^2.11.7",
|
|
164
|
-
"@tiptap/extension-placeholder": "^2.11.7",
|
|
165
|
-
"@tiptap/react": "^2.11.7",
|
|
166
|
-
"@tiptap/starter-kit": "^2.11.7",
|
|
167
|
-
"@tabler/icons-react": "^3.27.0",
|
|
168
|
-
"@xyflow/react": "^12.8.5",
|
|
169
|
-
"recharts": "^3.2.1",
|
|
170
|
-
"date-fns": "^4.1.0"
|
|
171
|
-
},
|
|
172
|
-
"peerDependenciesMeta": {
|
|
173
|
-
"@mantine/core": {
|
|
174
|
-
"optional": true
|
|
175
|
-
},
|
|
176
|
-
"@mantine/hooks": {
|
|
177
|
-
"optional": true
|
|
178
|
-
},
|
|
179
|
-
"@mantine/charts": {
|
|
180
|
-
"optional": true
|
|
181
|
-
},
|
|
182
|
-
"@mantine/notifications": {
|
|
183
|
-
"optional": true
|
|
184
|
-
},
|
|
185
|
-
"@mantine/form": {
|
|
186
|
-
"optional": true
|
|
187
|
-
},
|
|
188
|
-
"@tabler/icons-react": {
|
|
189
|
-
"optional": true
|
|
190
|
-
},
|
|
191
|
-
"@xyflow/react": {
|
|
192
|
-
"optional": true
|
|
193
|
-
},
|
|
194
|
-
"cytoscape": {
|
|
195
|
-
"optional": true
|
|
196
|
-
},
|
|
197
|
-
"recharts": {
|
|
198
|
-
"optional": true
|
|
199
|
-
},
|
|
200
|
-
"date-fns": {
|
|
201
|
-
"optional": true
|
|
202
|
-
},
|
|
203
|
-
"@mantine/tiptap": {
|
|
204
|
-
"optional": true
|
|
205
|
-
},
|
|
206
|
-
"@tiptap/extension-link": {
|
|
207
|
-
"optional": true
|
|
208
|
-
},
|
|
209
|
-
"@tiptap/extension-placeholder": {
|
|
210
|
-
"optional": true
|
|
211
|
-
},
|
|
212
|
-
"@tiptap/react": {
|
|
213
|
-
"optional": true
|
|
214
|
-
},
|
|
215
|
-
"@tiptap/starter-kit": {
|
|
216
|
-
"optional": true
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
147
|
"peerDependencies": {
|
|
221
|
-
"
|
|
148
|
+
"react": "^19.2.0",
|
|
149
|
+
"react-dom": "^19.2.0",
|
|
150
|
+
"@tanstack/react-query": "^5.76.2",
|
|
151
|
+
"@tanstack/react-router": "^1.131.28",
|
|
152
|
+
"zod": "^4.1.0",
|
|
153
|
+
"zustand": "^5.0.5",
|
|
154
|
+
"cytoscape": "^3.33.1",
|
|
222
155
|
"@mantine/core": "8.2.7",
|
|
223
|
-
"@mantine/form": "8.2.7",
|
|
224
156
|
"@mantine/hooks": "8.2.7",
|
|
157
|
+
"@mantine/charts": "8.2.7",
|
|
225
158
|
"@mantine/notifications": "8.2.7",
|
|
159
|
+
"@mantine/form": "8.2.7",
|
|
226
160
|
"@mantine/tiptap": "8.2.7",
|
|
227
161
|
"@tiptap/extension-link": "^2.11.7",
|
|
228
162
|
"@tiptap/extension-placeholder": "^2.11.7",
|
|
229
163
|
"@tiptap/react": "^2.11.7",
|
|
230
164
|
"@tiptap/starter-kit": "^2.11.7",
|
|
231
|
-
"@supabase/supabase-js": "^2.49.4",
|
|
232
165
|
"@tabler/icons-react": "^3.27.0",
|
|
233
|
-
"@tanstack/react-query": "^5.76.2",
|
|
234
|
-
"@tanstack/react-router": "^1.131.28",
|
|
235
|
-
"@workos-inc/authkit-react": "^0.11.0",
|
|
236
166
|
"@xyflow/react": "^12.8.5",
|
|
237
|
-
"cytoscape": "^3.33.1",
|
|
238
|
-
"date-fns": "^4.1.0",
|
|
239
|
-
"react": "^19.2.0",
|
|
240
|
-
"react-dom": "^19.2.0",
|
|
241
167
|
"recharts": "^3.2.1",
|
|
242
|
-
"
|
|
243
|
-
"zustand": "^5.0.5"
|
|
168
|
+
"date-fns": "^4.1.0"
|
|
244
169
|
},
|
|
245
170
|
"devDependencies": {
|
|
246
171
|
"@mantine/charts": "8.2.7",
|
|
@@ -270,6 +195,53 @@
|
|
|
270
195
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
271
196
|
"react-json-pretty": "^2.2.0"
|
|
272
197
|
},
|
|
198
|
+
"peerDependenciesMeta": {
|
|
199
|
+
"@mantine/core": {
|
|
200
|
+
"optional": true
|
|
201
|
+
},
|
|
202
|
+
"@mantine/hooks": {
|
|
203
|
+
"optional": true
|
|
204
|
+
},
|
|
205
|
+
"@mantine/charts": {
|
|
206
|
+
"optional": true
|
|
207
|
+
},
|
|
208
|
+
"@mantine/notifications": {
|
|
209
|
+
"optional": true
|
|
210
|
+
},
|
|
211
|
+
"@mantine/form": {
|
|
212
|
+
"optional": true
|
|
213
|
+
},
|
|
214
|
+
"@tabler/icons-react": {
|
|
215
|
+
"optional": true
|
|
216
|
+
},
|
|
217
|
+
"@xyflow/react": {
|
|
218
|
+
"optional": true
|
|
219
|
+
},
|
|
220
|
+
"cytoscape": {
|
|
221
|
+
"optional": true
|
|
222
|
+
},
|
|
223
|
+
"recharts": {
|
|
224
|
+
"optional": true
|
|
225
|
+
},
|
|
226
|
+
"date-fns": {
|
|
227
|
+
"optional": true
|
|
228
|
+
},
|
|
229
|
+
"@mantine/tiptap": {
|
|
230
|
+
"optional": true
|
|
231
|
+
},
|
|
232
|
+
"@tiptap/extension-link": {
|
|
233
|
+
"optional": true
|
|
234
|
+
},
|
|
235
|
+
"@tiptap/extension-placeholder": {
|
|
236
|
+
"optional": true
|
|
237
|
+
},
|
|
238
|
+
"@tiptap/react": {
|
|
239
|
+
"optional": true
|
|
240
|
+
},
|
|
241
|
+
"@tiptap/starter-kit": {
|
|
242
|
+
"optional": true
|
|
243
|
+
}
|
|
244
|
+
},
|
|
273
245
|
"scripts": {
|
|
274
246
|
"build": "tsc --noEmit",
|
|
275
247
|
"build:publish": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.core-dts.json && tsc -p tsconfig.build.json && tsup && rollup -c rollup.dts.config.mjs && node -e \"require('fs').rmSync('dist/_dts',{recursive:true,force:true})\"",
|