@fayz-ai/ui 0.8.2 → 0.8.3

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.
Files changed (46) hide show
  1. package/dist/{chunk-J3IUFUNR.js → chunk-2GDQUARM.js} +3 -3
  2. package/dist/{chunk-J3IUFUNR.js.map → chunk-2GDQUARM.js.map} +1 -1
  3. package/dist/{chunk-W5O2X277.js → chunk-A7O7KGNL.js} +8 -4
  4. package/dist/chunk-A7O7KGNL.js.map +1 -0
  5. package/dist/{chunk-FY7OZNKU.js → chunk-BVF2KPTT.js} +7 -7
  6. package/dist/{chunk-FY7OZNKU.js.map → chunk-BVF2KPTT.js.map} +1 -1
  7. package/dist/{chunk-MZZMZYSE.js → chunk-ID2HQK2Q.js} +328 -51
  8. package/dist/chunk-ID2HQK2Q.js.map +1 -0
  9. package/dist/{chunk-ODY3GZ3Y.cjs → chunk-MI6FOB4O.cjs} +7 -7
  10. package/dist/{chunk-ODY3GZ3Y.cjs.map → chunk-MI6FOB4O.cjs.map} +1 -1
  11. package/dist/{chunk-IEYCOJTY.cjs → chunk-SVVKUMSL.cjs} +6 -6
  12. package/dist/{chunk-IEYCOJTY.cjs.map → chunk-SVVKUMSL.cjs.map} +1 -1
  13. package/dist/{chunk-NWPMNPGR.cjs → chunk-WF3STNDX.cjs} +38 -34
  14. package/dist/chunk-WF3STNDX.cjs.map +1 -0
  15. package/dist/{chunk-XAOGMWLC.cjs → chunk-XIRJGVDK.cjs} +325 -48
  16. package/dist/chunk-XIRJGVDK.cjs.map +1 -0
  17. package/dist/dashboard/OnboardingWidget.d.ts.map +1 -1
  18. package/dist/dashboard/index.cjs +26 -26
  19. package/dist/dashboard/index.js +2 -2
  20. package/dist/index.cjs +122 -122
  21. package/dist/index.js +4 -4
  22. package/dist/layout/AppShell.d.ts +41 -1
  23. package/dist/layout/AppShell.d.ts.map +1 -1
  24. package/dist/layout/ModulePage.d.ts +9 -6
  25. package/dist/layout/ModulePage.d.ts.map +1 -1
  26. package/dist/layout/Sidebar.d.ts +20 -1
  27. package/dist/layout/Sidebar.d.ts.map +1 -1
  28. package/dist/layout/Topbar.d.ts +13 -1
  29. package/dist/layout/Topbar.d.ts.map +1 -1
  30. package/dist/layout/index.cjs +19 -19
  31. package/dist/layout/index.js +1 -1
  32. package/dist/primitives/data-table.d.ts.map +1 -1
  33. package/dist/primitives/index.cjs +77 -77
  34. package/dist/primitives/index.js +2 -2
  35. package/package.json +3 -3
  36. package/src/dashboard/OnboardingWidget.tsx +10 -1
  37. package/src/layout/AppShell.tsx +255 -7
  38. package/src/layout/ModulePage.tsx +32 -3
  39. package/src/layout/Sidebar.tsx +132 -35
  40. package/src/layout/Topbar.tsx +51 -4
  41. package/src/primitives/data-table.tsx +10 -1
  42. package/src/styles.css +34 -0
  43. package/dist/chunk-MZZMZYSE.js.map +0 -1
  44. package/dist/chunk-NWPMNPGR.cjs.map +0 -1
  45. package/dist/chunk-W5O2X277.js.map +0 -1
  46. package/dist/chunk-XAOGMWLC.cjs.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunkIEYCOJTY_cjs = require('./chunk-IEYCOJTY.cjs');
4
- var chunkXAOGMWLC_cjs = require('./chunk-XAOGMWLC.cjs');
3
+ var chunkSVVKUMSL_cjs = require('./chunk-SVVKUMSL.cjs');
4
+ var chunkXIRJGVDK_cjs = require('./chunk-XIRJGVDK.cjs');
5
5
  var chunkOW73RZOU_cjs = require('./chunk-OW73RZOU.cjs');
6
6
  var chunkTDGSY5W6_cjs = require('./chunk-TDGSY5W6.cjs');
7
- var chunkNWPMNPGR_cjs = require('./chunk-NWPMNPGR.cjs');
8
- var chunkODY3GZ3Y_cjs = require('./chunk-ODY3GZ3Y.cjs');
7
+ var chunkWF3STNDX_cjs = require('./chunk-WF3STNDX.cjs');
8
+ var chunkMI6FOB4O_cjs = require('./chunk-MI6FOB4O.cjs');
9
9
  var chunkH6OULCHF_cjs = require('./chunk-H6OULCHF.cjs');
10
10
  require('./chunk-2P7T6QQK.cjs');
11
11
  var React = require('react');
@@ -69,287 +69,287 @@ AvatarFallback.displayName = AvatarPrimitive__namespace.Fallback.displayName;
69
69
 
70
70
  Object.defineProperty(exports, "Badge", {
71
71
  enumerable: true,
72
- get: function () { return chunkIEYCOJTY_cjs.Badge; }
72
+ get: function () { return chunkSVVKUMSL_cjs.Badge; }
73
73
  });
74
74
  Object.defineProperty(exports, "Breadcrumb", {
75
75
  enumerable: true,
76
- get: function () { return chunkIEYCOJTY_cjs.Breadcrumb; }
76
+ get: function () { return chunkSVVKUMSL_cjs.Breadcrumb; }
77
77
  });
78
78
  Object.defineProperty(exports, "Checkbox", {
79
79
  enumerable: true,
80
- get: function () { return chunkIEYCOJTY_cjs.Checkbox; }
80
+ get: function () { return chunkSVVKUMSL_cjs.Checkbox; }
81
81
  });
82
82
  Object.defineProperty(exports, "ConfirmDialog", {
83
83
  enumerable: true,
84
- get: function () { return chunkIEYCOJTY_cjs.ConfirmDialog; }
84
+ get: function () { return chunkSVVKUMSL_cjs.ConfirmDialog; }
85
85
  });
86
86
  Object.defineProperty(exports, "CurrencyInput", {
87
87
  enumerable: true,
88
- get: function () { return chunkIEYCOJTY_cjs.CurrencyInput; }
88
+ get: function () { return chunkSVVKUMSL_cjs.CurrencyInput; }
89
89
  });
90
90
  Object.defineProperty(exports, "DatePicker", {
91
91
  enumerable: true,
92
- get: function () { return chunkIEYCOJTY_cjs.DatePicker; }
92
+ get: function () { return chunkSVVKUMSL_cjs.DatePicker; }
93
93
  });
94
94
  Object.defineProperty(exports, "Input", {
95
95
  enumerable: true,
96
- get: function () { return chunkIEYCOJTY_cjs.Input; }
96
+ get: function () { return chunkSVVKUMSL_cjs.Input; }
97
97
  });
98
98
  Object.defineProperty(exports, "ListView", {
99
99
  enumerable: true,
100
- get: function () { return chunkIEYCOJTY_cjs.ListView; }
100
+ get: function () { return chunkSVVKUMSL_cjs.ListView; }
101
101
  });
102
102
  Object.defineProperty(exports, "Markdown", {
103
103
  enumerable: true,
104
- get: function () { return chunkIEYCOJTY_cjs.Markdown; }
104
+ get: function () { return chunkSVVKUMSL_cjs.Markdown; }
105
105
  });
106
106
  Object.defineProperty(exports, "MarkdownEditor", {
107
107
  enumerable: true,
108
- get: function () { return chunkIEYCOJTY_cjs.MarkdownEditor; }
108
+ get: function () { return chunkSVVKUMSL_cjs.MarkdownEditor; }
109
109
  });
110
110
  Object.defineProperty(exports, "Modal", {
111
111
  enumerable: true,
112
- get: function () { return chunkIEYCOJTY_cjs.Modal; }
112
+ get: function () { return chunkSVVKUMSL_cjs.Modal; }
113
113
  });
114
114
  Object.defineProperty(exports, "ModalBody", {
115
115
  enumerable: true,
116
- get: function () { return chunkIEYCOJTY_cjs.ModalBody; }
116
+ get: function () { return chunkSVVKUMSL_cjs.ModalBody; }
117
117
  });
118
118
  Object.defineProperty(exports, "ModalClose", {
119
119
  enumerable: true,
120
- get: function () { return chunkIEYCOJTY_cjs.ModalClose; }
120
+ get: function () { return chunkSVVKUMSL_cjs.ModalClose; }
121
121
  });
122
122
  Object.defineProperty(exports, "ModalContent", {
123
123
  enumerable: true,
124
- get: function () { return chunkIEYCOJTY_cjs.ModalContent; }
124
+ get: function () { return chunkSVVKUMSL_cjs.ModalContent; }
125
125
  });
126
126
  Object.defineProperty(exports, "ModalDescription", {
127
127
  enumerable: true,
128
- get: function () { return chunkIEYCOJTY_cjs.ModalDescription; }
128
+ get: function () { return chunkSVVKUMSL_cjs.ModalDescription; }
129
129
  });
130
130
  Object.defineProperty(exports, "ModalFooter", {
131
131
  enumerable: true,
132
- get: function () { return chunkIEYCOJTY_cjs.ModalFooter; }
132
+ get: function () { return chunkSVVKUMSL_cjs.ModalFooter; }
133
133
  });
134
134
  Object.defineProperty(exports, "ModalHeader", {
135
135
  enumerable: true,
136
- get: function () { return chunkIEYCOJTY_cjs.ModalHeader; }
136
+ get: function () { return chunkSVVKUMSL_cjs.ModalHeader; }
137
137
  });
138
138
  Object.defineProperty(exports, "ModalOverlay", {
139
139
  enumerable: true,
140
- get: function () { return chunkIEYCOJTY_cjs.ModalOverlay; }
140
+ get: function () { return chunkSVVKUMSL_cjs.ModalOverlay; }
141
141
  });
142
142
  Object.defineProperty(exports, "ModalPortal", {
143
143
  enumerable: true,
144
- get: function () { return chunkIEYCOJTY_cjs.ModalPortal; }
144
+ get: function () { return chunkSVVKUMSL_cjs.ModalPortal; }
145
145
  });
146
146
  Object.defineProperty(exports, "ModalTitle", {
147
147
  enumerable: true,
148
- get: function () { return chunkIEYCOJTY_cjs.ModalTitle; }
148
+ get: function () { return chunkSVVKUMSL_cjs.ModalTitle; }
149
149
  });
150
150
  Object.defineProperty(exports, "ModalTrigger", {
151
151
  enumerable: true,
152
- get: function () { return chunkIEYCOJTY_cjs.ModalTrigger; }
152
+ get: function () { return chunkSVVKUMSL_cjs.ModalTrigger; }
153
153
  });
154
154
  Object.defineProperty(exports, "Popover", {
155
155
  enumerable: true,
156
- get: function () { return chunkIEYCOJTY_cjs.Popover; }
156
+ get: function () { return chunkSVVKUMSL_cjs.Popover; }
157
157
  });
158
158
  Object.defineProperty(exports, "PopoverContent", {
159
159
  enumerable: true,
160
- get: function () { return chunkIEYCOJTY_cjs.PopoverContent; }
160
+ get: function () { return chunkSVVKUMSL_cjs.PopoverContent; }
161
161
  });
162
162
  Object.defineProperty(exports, "PopoverTrigger", {
163
163
  enumerable: true,
164
- get: function () { return chunkIEYCOJTY_cjs.PopoverTrigger; }
164
+ get: function () { return chunkSVVKUMSL_cjs.PopoverTrigger; }
165
165
  });
166
166
  Object.defineProperty(exports, "SearchCombobox", {
167
167
  enumerable: true,
168
- get: function () { return chunkIEYCOJTY_cjs.SearchCombobox; }
168
+ get: function () { return chunkSVVKUMSL_cjs.SearchCombobox; }
169
169
  });
170
170
  Object.defineProperty(exports, "SearchSelect", {
171
171
  enumerable: true,
172
- get: function () { return chunkIEYCOJTY_cjs.SearchSelect; }
172
+ get: function () { return chunkSVVKUMSL_cjs.SearchSelect; }
173
173
  });
174
174
  Object.defineProperty(exports, "Select", {
175
175
  enumerable: true,
176
- get: function () { return chunkIEYCOJTY_cjs.Select; }
176
+ get: function () { return chunkSVVKUMSL_cjs.Select; }
177
177
  });
178
178
  Object.defineProperty(exports, "SelectContent", {
179
179
  enumerable: true,
180
- get: function () { return chunkIEYCOJTY_cjs.SelectContent; }
180
+ get: function () { return chunkSVVKUMSL_cjs.SelectContent; }
181
181
  });
182
182
  Object.defineProperty(exports, "SelectGroup", {
183
183
  enumerable: true,
184
- get: function () { return chunkIEYCOJTY_cjs.SelectGroup; }
184
+ get: function () { return chunkSVVKUMSL_cjs.SelectGroup; }
185
185
  });
186
186
  Object.defineProperty(exports, "SelectItem", {
187
187
  enumerable: true,
188
- get: function () { return chunkIEYCOJTY_cjs.SelectItem; }
188
+ get: function () { return chunkSVVKUMSL_cjs.SelectItem; }
189
189
  });
190
190
  Object.defineProperty(exports, "SelectLabel", {
191
191
  enumerable: true,
192
- get: function () { return chunkIEYCOJTY_cjs.SelectLabel; }
192
+ get: function () { return chunkSVVKUMSL_cjs.SelectLabel; }
193
193
  });
194
194
  Object.defineProperty(exports, "SelectScrollDownButton", {
195
195
  enumerable: true,
196
- get: function () { return chunkIEYCOJTY_cjs.SelectScrollDownButton; }
196
+ get: function () { return chunkSVVKUMSL_cjs.SelectScrollDownButton; }
197
197
  });
198
198
  Object.defineProperty(exports, "SelectScrollUpButton", {
199
199
  enumerable: true,
200
- get: function () { return chunkIEYCOJTY_cjs.SelectScrollUpButton; }
200
+ get: function () { return chunkSVVKUMSL_cjs.SelectScrollUpButton; }
201
201
  });
202
202
  Object.defineProperty(exports, "SelectSeparator", {
203
203
  enumerable: true,
204
- get: function () { return chunkIEYCOJTY_cjs.SelectSeparator; }
204
+ get: function () { return chunkSVVKUMSL_cjs.SelectSeparator; }
205
205
  });
206
206
  Object.defineProperty(exports, "SelectTrigger", {
207
207
  enumerable: true,
208
- get: function () { return chunkIEYCOJTY_cjs.SelectTrigger; }
208
+ get: function () { return chunkSVVKUMSL_cjs.SelectTrigger; }
209
209
  });
210
210
  Object.defineProperty(exports, "SelectValue", {
211
211
  enumerable: true,
212
- get: function () { return chunkIEYCOJTY_cjs.SelectValue; }
212
+ get: function () { return chunkSVVKUMSL_cjs.SelectValue; }
213
213
  });
214
214
  Object.defineProperty(exports, "Separator", {
215
215
  enumerable: true,
216
- get: function () { return chunkIEYCOJTY_cjs.Separator; }
216
+ get: function () { return chunkSVVKUMSL_cjs.Separator; }
217
217
  });
218
218
  Object.defineProperty(exports, "Skeleton", {
219
219
  enumerable: true,
220
- get: function () { return chunkIEYCOJTY_cjs.Skeleton; }
220
+ get: function () { return chunkSVVKUMSL_cjs.Skeleton; }
221
221
  });
222
222
  Object.defineProperty(exports, "TableSkeleton", {
223
223
  enumerable: true,
224
- get: function () { return chunkIEYCOJTY_cjs.TableSkeleton; }
224
+ get: function () { return chunkSVVKUMSL_cjs.TableSkeleton; }
225
225
  });
226
226
  Object.defineProperty(exports, "Tabs", {
227
227
  enumerable: true,
228
- get: function () { return chunkIEYCOJTY_cjs.Tabs; }
228
+ get: function () { return chunkSVVKUMSL_cjs.Tabs; }
229
229
  });
230
230
  Object.defineProperty(exports, "TabsContent", {
231
231
  enumerable: true,
232
- get: function () { return chunkIEYCOJTY_cjs.TabsContent; }
232
+ get: function () { return chunkSVVKUMSL_cjs.TabsContent; }
233
233
  });
234
234
  Object.defineProperty(exports, "TabsList", {
235
235
  enumerable: true,
236
- get: function () { return chunkIEYCOJTY_cjs.TabsList; }
236
+ get: function () { return chunkSVVKUMSL_cjs.TabsList; }
237
237
  });
238
238
  Object.defineProperty(exports, "TabsTrigger", {
239
239
  enumerable: true,
240
- get: function () { return chunkIEYCOJTY_cjs.TabsTrigger; }
240
+ get: function () { return chunkSVVKUMSL_cjs.TabsTrigger; }
241
241
  });
242
242
  Object.defineProperty(exports, "TimePicker", {
243
243
  enumerable: true,
244
- get: function () { return chunkIEYCOJTY_cjs.TimePicker; }
244
+ get: function () { return chunkSVVKUMSL_cjs.TimePicker; }
245
245
  });
246
246
  Object.defineProperty(exports, "ToastProvider", {
247
247
  enumerable: true,
248
- get: function () { return chunkIEYCOJTY_cjs.ToastProvider; }
248
+ get: function () { return chunkSVVKUMSL_cjs.ToastProvider; }
249
249
  });
250
250
  Object.defineProperty(exports, "Tooltip", {
251
251
  enumerable: true,
252
- get: function () { return chunkIEYCOJTY_cjs.Tooltip; }
252
+ get: function () { return chunkSVVKUMSL_cjs.Tooltip; }
253
253
  });
254
254
  Object.defineProperty(exports, "TooltipContent", {
255
255
  enumerable: true,
256
- get: function () { return chunkIEYCOJTY_cjs.TooltipContent; }
256
+ get: function () { return chunkSVVKUMSL_cjs.TooltipContent; }
257
257
  });
258
258
  Object.defineProperty(exports, "TooltipProvider", {
259
259
  enumerable: true,
260
- get: function () { return chunkIEYCOJTY_cjs.TooltipProvider; }
260
+ get: function () { return chunkSVVKUMSL_cjs.TooltipProvider; }
261
261
  });
262
262
  Object.defineProperty(exports, "TooltipTrigger", {
263
263
  enumerable: true,
264
- get: function () { return chunkIEYCOJTY_cjs.TooltipTrigger; }
264
+ get: function () { return chunkSVVKUMSL_cjs.TooltipTrigger; }
265
265
  });
266
266
  Object.defineProperty(exports, "badgeVariants", {
267
267
  enumerable: true,
268
- get: function () { return chunkIEYCOJTY_cjs.badgeVariants; }
268
+ get: function () { return chunkSVVKUMSL_cjs.badgeVariants; }
269
269
  });
270
270
  Object.defineProperty(exports, "renderMarkdown", {
271
271
  enumerable: true,
272
- get: function () { return chunkIEYCOJTY_cjs.renderMarkdown; }
272
+ get: function () { return chunkSVVKUMSL_cjs.renderMarkdown; }
273
273
  });
274
274
  Object.defineProperty(exports, "toast", {
275
275
  enumerable: true,
276
- get: function () { return chunkIEYCOJTY_cjs.toast; }
276
+ get: function () { return chunkSVVKUMSL_cjs.toast; }
277
277
  });
278
278
  Object.defineProperty(exports, "AppShell", {
279
279
  enumerable: true,
280
- get: function () { return chunkXAOGMWLC_cjs.AppShell; }
280
+ get: function () { return chunkXIRJGVDK_cjs.AppShell; }
281
281
  });
282
282
  Object.defineProperty(exports, "BackStyleProvider", {
283
283
  enumerable: true,
284
- get: function () { return chunkXAOGMWLC_cjs.BackStyleProvider; }
284
+ get: function () { return chunkXIRJGVDK_cjs.BackStyleProvider; }
285
285
  });
286
286
  Object.defineProperty(exports, "ContentSplit", {
287
287
  enumerable: true,
288
- get: function () { return chunkXAOGMWLC_cjs.ContentSplit; }
288
+ get: function () { return chunkXIRJGVDK_cjs.ContentSplit; }
289
289
  });
290
290
  Object.defineProperty(exports, "ContentSplitTrigger", {
291
291
  enumerable: true,
292
- get: function () { return chunkXAOGMWLC_cjs.ContentSplitTrigger; }
292
+ get: function () { return chunkXIRJGVDK_cjs.ContentSplitTrigger; }
293
293
  });
294
294
  Object.defineProperty(exports, "ICON_MAP", {
295
295
  enumerable: true,
296
- get: function () { return chunkXAOGMWLC_cjs.ICON_MAP; }
296
+ get: function () { return chunkXIRJGVDK_cjs.ICON_MAP; }
297
297
  });
298
298
  Object.defineProperty(exports, "ModuleLayoutProvider", {
299
299
  enumerable: true,
300
- get: function () { return chunkXAOGMWLC_cjs.ModuleLayoutProvider; }
300
+ get: function () { return chunkXIRJGVDK_cjs.ModuleLayoutProvider; }
301
301
  });
302
302
  Object.defineProperty(exports, "ModulePage", {
303
303
  enumerable: true,
304
- get: function () { return chunkXAOGMWLC_cjs.ModulePage; }
304
+ get: function () { return chunkXIRJGVDK_cjs.ModulePage; }
305
305
  });
306
306
  Object.defineProperty(exports, "NavTransitionProvider", {
307
307
  enumerable: true,
308
- get: function () { return chunkXAOGMWLC_cjs.NavTransitionProvider; }
308
+ get: function () { return chunkXIRJGVDK_cjs.NavTransitionProvider; }
309
309
  });
310
310
  Object.defineProperty(exports, "PageHeaderActions", {
311
311
  enumerable: true,
312
- get: function () { return chunkXAOGMWLC_cjs.PageHeaderActions; }
312
+ get: function () { return chunkXIRJGVDK_cjs.PageHeaderActions; }
313
313
  });
314
314
  Object.defineProperty(exports, "PageTransition", {
315
315
  enumerable: true,
316
- get: function () { return chunkXAOGMWLC_cjs.PageTransition; }
316
+ get: function () { return chunkXIRJGVDK_cjs.PageTransition; }
317
317
  });
318
318
  Object.defineProperty(exports, "Sidebar", {
319
319
  enumerable: true,
320
- get: function () { return chunkXAOGMWLC_cjs.Sidebar; }
320
+ get: function () { return chunkXIRJGVDK_cjs.Sidebar; }
321
321
  });
322
322
  Object.defineProperty(exports, "SubpageHeader", {
323
323
  enumerable: true,
324
- get: function () { return chunkXAOGMWLC_cjs.SubpageHeader; }
324
+ get: function () { return chunkXIRJGVDK_cjs.SubpageHeader; }
325
325
  });
326
326
  Object.defineProperty(exports, "Topbar", {
327
327
  enumerable: true,
328
- get: function () { return chunkXAOGMWLC_cjs.Topbar; }
328
+ get: function () { return chunkXIRJGVDK_cjs.Topbar; }
329
329
  });
330
330
  Object.defineProperty(exports, "useBackStyle", {
331
331
  enumerable: true,
332
- get: function () { return chunkXAOGMWLC_cjs.useBackStyle; }
332
+ get: function () { return chunkXIRJGVDK_cjs.useBackStyle; }
333
333
  });
334
334
  Object.defineProperty(exports, "useLayoutStore", {
335
335
  enumerable: true,
336
- get: function () { return chunkXAOGMWLC_cjs.useLayoutStore; }
336
+ get: function () { return chunkXIRJGVDK_cjs.useLayoutStore; }
337
337
  });
338
338
  Object.defineProperty(exports, "useModuleHeaderActionsSlot", {
339
339
  enumerable: true,
340
- get: function () { return chunkXAOGMWLC_cjs.useModuleHeaderActionsSlot; }
340
+ get: function () { return chunkXIRJGVDK_cjs.useModuleHeaderActionsSlot; }
341
341
  });
342
342
  Object.defineProperty(exports, "useModuleHeaderSlot", {
343
343
  enumerable: true,
344
- get: function () { return chunkXAOGMWLC_cjs.useModuleHeaderSlot; }
344
+ get: function () { return chunkXIRJGVDK_cjs.useModuleHeaderSlot; }
345
345
  });
346
346
  Object.defineProperty(exports, "useModuleLayout", {
347
347
  enumerable: true,
348
- get: function () { return chunkXAOGMWLC_cjs.useModuleLayout; }
348
+ get: function () { return chunkXIRJGVDK_cjs.useModuleLayout; }
349
349
  });
350
350
  Object.defineProperty(exports, "useNavTransition", {
351
351
  enumerable: true,
352
- get: function () { return chunkXAOGMWLC_cjs.useNavTransition; }
352
+ get: function () { return chunkXIRJGVDK_cjs.useNavTransition; }
353
353
  });
354
354
  Object.defineProperty(exports, "SaveBar", {
355
355
  enumerable: true,
@@ -445,191 +445,191 @@ Object.defineProperty(exports, "useThemeStore", {
445
445
  });
446
446
  Object.defineProperty(exports, "ChartWidget", {
447
447
  enumerable: true,
448
- get: function () { return chunkNWPMNPGR_cjs.ChartWidget; }
448
+ get: function () { return chunkWF3STNDX_cjs.ChartWidget; }
449
449
  });
450
450
  Object.defineProperty(exports, "DEFAULT_RANGE_OPTIONS", {
451
451
  enumerable: true,
452
- get: function () { return chunkNWPMNPGR_cjs.DEFAULT_RANGE_OPTIONS; }
452
+ get: function () { return chunkWF3STNDX_cjs.DEFAULT_RANGE_OPTIONS; }
453
453
  });
454
454
  Object.defineProperty(exports, "DashboardCanvas", {
455
455
  enumerable: true,
456
- get: function () { return chunkNWPMNPGR_cjs.DashboardCanvas; }
456
+ get: function () { return chunkWF3STNDX_cjs.DashboardCanvas; }
457
457
  });
458
458
  Object.defineProperty(exports, "DashboardCustomizeMenu", {
459
459
  enumerable: true,
460
- get: function () { return chunkNWPMNPGR_cjs.DashboardCustomizeMenu; }
460
+ get: function () { return chunkWF3STNDX_cjs.DashboardCustomizeMenu; }
461
461
  });
462
462
  Object.defineProperty(exports, "DashboardGrid", {
463
463
  enumerable: true,
464
- get: function () { return chunkNWPMNPGR_cjs.DashboardGrid; }
464
+ get: function () { return chunkWF3STNDX_cjs.DashboardGrid; }
465
465
  });
466
466
  Object.defineProperty(exports, "DashboardNavigateProvider", {
467
467
  enumerable: true,
468
- get: function () { return chunkNWPMNPGR_cjs.DashboardNavigateProvider; }
468
+ get: function () { return chunkWF3STNDX_cjs.DashboardNavigateProvider; }
469
469
  });
470
470
  Object.defineProperty(exports, "DashboardRangeControl", {
471
471
  enumerable: true,
472
- get: function () { return chunkNWPMNPGR_cjs.DashboardRangeControl; }
472
+ get: function () { return chunkWF3STNDX_cjs.DashboardRangeControl; }
473
473
  });
474
474
  Object.defineProperty(exports, "DashboardRangeProvider", {
475
475
  enumerable: true,
476
- get: function () { return chunkNWPMNPGR_cjs.DashboardRangeProvider; }
476
+ get: function () { return chunkWF3STNDX_cjs.DashboardRangeProvider; }
477
477
  });
478
478
  Object.defineProperty(exports, "GoldCard", {
479
479
  enumerable: true,
480
- get: function () { return chunkNWPMNPGR_cjs.GoldCard; }
480
+ get: function () { return chunkWF3STNDX_cjs.GoldCard; }
481
481
  });
482
482
  Object.defineProperty(exports, "KpiCard", {
483
483
  enumerable: true,
484
- get: function () { return chunkNWPMNPGR_cjs.KpiCard; }
484
+ get: function () { return chunkWF3STNDX_cjs.KpiCard; }
485
485
  });
486
486
  Object.defineProperty(exports, "OnboardingWidget", {
487
487
  enumerable: true,
488
- get: function () { return chunkNWPMNPGR_cjs.OnboardingWidget; }
488
+ get: function () { return chunkWF3STNDX_cjs.OnboardingWidget; }
489
489
  });
490
490
  Object.defineProperty(exports, "TableWidget", {
491
491
  enumerable: true,
492
- get: function () { return chunkNWPMNPGR_cjs.TableWidget; }
492
+ get: function () { return chunkWF3STNDX_cjs.TableWidget; }
493
493
  });
494
494
  Object.defineProperty(exports, "WidgetGrid", {
495
495
  enumerable: true,
496
- get: function () { return chunkNWPMNPGR_cjs.WidgetGrid; }
496
+ get: function () { return chunkWF3STNDX_cjs.WidgetGrid; }
497
497
  });
498
498
  Object.defineProperty(exports, "defineChartWidget", {
499
499
  enumerable: true,
500
- get: function () { return chunkNWPMNPGR_cjs.defineChartWidget; }
500
+ get: function () { return chunkWF3STNDX_cjs.defineChartWidget; }
501
501
  });
502
502
  Object.defineProperty(exports, "defineCustomWidget", {
503
503
  enumerable: true,
504
- get: function () { return chunkNWPMNPGR_cjs.defineCustomWidget; }
504
+ get: function () { return chunkWF3STNDX_cjs.defineCustomWidget; }
505
505
  });
506
506
  Object.defineProperty(exports, "defineKpiWidget", {
507
507
  enumerable: true,
508
- get: function () { return chunkNWPMNPGR_cjs.defineKpiWidget; }
508
+ get: function () { return chunkWF3STNDX_cjs.defineKpiWidget; }
509
509
  });
510
510
  Object.defineProperty(exports, "defineOnboardingWidget", {
511
511
  enumerable: true,
512
- get: function () { return chunkNWPMNPGR_cjs.defineOnboardingWidget; }
512
+ get: function () { return chunkWF3STNDX_cjs.defineOnboardingWidget; }
513
513
  });
514
514
  Object.defineProperty(exports, "defineTableWidget", {
515
515
  enumerable: true,
516
- get: function () { return chunkNWPMNPGR_cjs.defineTableWidget; }
516
+ get: function () { return chunkWF3STNDX_cjs.defineTableWidget; }
517
517
  });
518
518
  Object.defineProperty(exports, "formatKpiValue", {
519
519
  enumerable: true,
520
- get: function () { return chunkNWPMNPGR_cjs.formatKpiValue; }
520
+ get: function () { return chunkWF3STNDX_cjs.formatKpiValue; }
521
521
  });
522
522
  Object.defineProperty(exports, "renderIcon", {
523
523
  enumerable: true,
524
- get: function () { return chunkNWPMNPGR_cjs.renderIcon; }
524
+ get: function () { return chunkWF3STNDX_cjs.renderIcon; }
525
525
  });
526
526
  Object.defineProperty(exports, "resolveDashboardLayout", {
527
527
  enumerable: true,
528
- get: function () { return chunkNWPMNPGR_cjs.resolveDashboardLayout; }
528
+ get: function () { return chunkWF3STNDX_cjs.resolveDashboardLayout; }
529
529
  });
530
530
  Object.defineProperty(exports, "useDashboardNavigate", {
531
531
  enumerable: true,
532
- get: function () { return chunkNWPMNPGR_cjs.useDashboardNavigate; }
532
+ get: function () { return chunkWF3STNDX_cjs.useDashboardNavigate; }
533
533
  });
534
534
  Object.defineProperty(exports, "useDashboardPreferences", {
535
535
  enumerable: true,
536
- get: function () { return chunkNWPMNPGR_cjs.useDashboardPreferences; }
536
+ get: function () { return chunkWF3STNDX_cjs.useDashboardPreferences; }
537
537
  });
538
538
  Object.defineProperty(exports, "useDashboardRange", {
539
539
  enumerable: true,
540
- get: function () { return chunkNWPMNPGR_cjs.useDashboardRange; }
540
+ get: function () { return chunkWF3STNDX_cjs.useDashboardRange; }
541
541
  });
542
542
  Object.defineProperty(exports, "Card", {
543
543
  enumerable: true,
544
- get: function () { return chunkODY3GZ3Y_cjs.Card; }
544
+ get: function () { return chunkMI6FOB4O_cjs.Card; }
545
545
  });
546
546
  Object.defineProperty(exports, "CardContent", {
547
547
  enumerable: true,
548
- get: function () { return chunkODY3GZ3Y_cjs.CardContent; }
548
+ get: function () { return chunkMI6FOB4O_cjs.CardContent; }
549
549
  });
550
550
  Object.defineProperty(exports, "CardDescription", {
551
551
  enumerable: true,
552
- get: function () { return chunkODY3GZ3Y_cjs.CardDescription; }
552
+ get: function () { return chunkMI6FOB4O_cjs.CardDescription; }
553
553
  });
554
554
  Object.defineProperty(exports, "CardFooter", {
555
555
  enumerable: true,
556
- get: function () { return chunkODY3GZ3Y_cjs.CardFooter; }
556
+ get: function () { return chunkMI6FOB4O_cjs.CardFooter; }
557
557
  });
558
558
  Object.defineProperty(exports, "CardHeader", {
559
559
  enumerable: true,
560
- get: function () { return chunkODY3GZ3Y_cjs.CardHeader; }
560
+ get: function () { return chunkMI6FOB4O_cjs.CardHeader; }
561
561
  });
562
562
  Object.defineProperty(exports, "CardTitle", {
563
563
  enumerable: true,
564
- get: function () { return chunkODY3GZ3Y_cjs.CardTitle; }
564
+ get: function () { return chunkMI6FOB4O_cjs.CardTitle; }
565
565
  });
566
566
  Object.defineProperty(exports, "DataTable", {
567
567
  enumerable: true,
568
- get: function () { return chunkODY3GZ3Y_cjs.DataTable; }
568
+ get: function () { return chunkMI6FOB4O_cjs.DataTable; }
569
569
  });
570
570
  Object.defineProperty(exports, "Dropdown", {
571
571
  enumerable: true,
572
- get: function () { return chunkODY3GZ3Y_cjs.Dropdown; }
572
+ get: function () { return chunkMI6FOB4O_cjs.Dropdown; }
573
573
  });
574
574
  Object.defineProperty(exports, "DropdownCheckboxItem", {
575
575
  enumerable: true,
576
- get: function () { return chunkODY3GZ3Y_cjs.DropdownCheckboxItem; }
576
+ get: function () { return chunkMI6FOB4O_cjs.DropdownCheckboxItem; }
577
577
  });
578
578
  Object.defineProperty(exports, "DropdownContent", {
579
579
  enumerable: true,
580
- get: function () { return chunkODY3GZ3Y_cjs.DropdownContent; }
580
+ get: function () { return chunkMI6FOB4O_cjs.DropdownContent; }
581
581
  });
582
582
  Object.defineProperty(exports, "DropdownGroup", {
583
583
  enumerable: true,
584
- get: function () { return chunkODY3GZ3Y_cjs.DropdownGroup; }
584
+ get: function () { return chunkMI6FOB4O_cjs.DropdownGroup; }
585
585
  });
586
586
  Object.defineProperty(exports, "DropdownItem", {
587
587
  enumerable: true,
588
- get: function () { return chunkODY3GZ3Y_cjs.DropdownItem; }
588
+ get: function () { return chunkMI6FOB4O_cjs.DropdownItem; }
589
589
  });
590
590
  Object.defineProperty(exports, "DropdownLabel", {
591
591
  enumerable: true,
592
- get: function () { return chunkODY3GZ3Y_cjs.DropdownLabel; }
592
+ get: function () { return chunkMI6FOB4O_cjs.DropdownLabel; }
593
593
  });
594
594
  Object.defineProperty(exports, "DropdownPortal", {
595
595
  enumerable: true,
596
- get: function () { return chunkODY3GZ3Y_cjs.DropdownPortal; }
596
+ get: function () { return chunkMI6FOB4O_cjs.DropdownPortal; }
597
597
  });
598
598
  Object.defineProperty(exports, "DropdownRadioGroup", {
599
599
  enumerable: true,
600
- get: function () { return chunkODY3GZ3Y_cjs.DropdownRadioGroup; }
600
+ get: function () { return chunkMI6FOB4O_cjs.DropdownRadioGroup; }
601
601
  });
602
602
  Object.defineProperty(exports, "DropdownRadioItem", {
603
603
  enumerable: true,
604
- get: function () { return chunkODY3GZ3Y_cjs.DropdownRadioItem; }
604
+ get: function () { return chunkMI6FOB4O_cjs.DropdownRadioItem; }
605
605
  });
606
606
  Object.defineProperty(exports, "DropdownSeparator", {
607
607
  enumerable: true,
608
- get: function () { return chunkODY3GZ3Y_cjs.DropdownSeparator; }
608
+ get: function () { return chunkMI6FOB4O_cjs.DropdownSeparator; }
609
609
  });
610
610
  Object.defineProperty(exports, "DropdownShortcut", {
611
611
  enumerable: true,
612
- get: function () { return chunkODY3GZ3Y_cjs.DropdownShortcut; }
612
+ get: function () { return chunkMI6FOB4O_cjs.DropdownShortcut; }
613
613
  });
614
614
  Object.defineProperty(exports, "DropdownSub", {
615
615
  enumerable: true,
616
- get: function () { return chunkODY3GZ3Y_cjs.DropdownSub; }
616
+ get: function () { return chunkMI6FOB4O_cjs.DropdownSub; }
617
617
  });
618
618
  Object.defineProperty(exports, "DropdownSubContent", {
619
619
  enumerable: true,
620
- get: function () { return chunkODY3GZ3Y_cjs.DropdownSubContent; }
620
+ get: function () { return chunkMI6FOB4O_cjs.DropdownSubContent; }
621
621
  });
622
622
  Object.defineProperty(exports, "DropdownSubTrigger", {
623
623
  enumerable: true,
624
- get: function () { return chunkODY3GZ3Y_cjs.DropdownSubTrigger; }
624
+ get: function () { return chunkMI6FOB4O_cjs.DropdownSubTrigger; }
625
625
  });
626
626
  Object.defineProperty(exports, "DropdownTrigger", {
627
627
  enumerable: true,
628
- get: function () { return chunkODY3GZ3Y_cjs.DropdownTrigger; }
628
+ get: function () { return chunkMI6FOB4O_cjs.DropdownTrigger; }
629
629
  });
630
630
  Object.defineProperty(exports, "SegmentedControl", {
631
631
  enumerable: true,
632
- get: function () { return chunkODY3GZ3Y_cjs.SegmentedControl; }
632
+ get: function () { return chunkMI6FOB4O_cjs.SegmentedControl; }
633
633
  });
634
634
  Object.defineProperty(exports, "Button", {
635
635
  enumerable: true,
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
- export { Badge, Breadcrumb, Checkbox, ConfirmDialog, CurrencyInput, DatePicker, Input, ListView, Markdown, MarkdownEditor, Modal, ModalBody, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger, Popover, PopoverContent, PopoverTrigger, SearchCombobox, SearchSelect, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, TableSkeleton, Tabs, TabsContent, TabsList, TabsTrigger, TimePicker, ToastProvider, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, renderMarkdown, toast } from './chunk-J3IUFUNR.js';
2
- export { AppShell, BackStyleProvider, ContentSplit, ContentSplitTrigger, ICON_MAP, ModuleLayoutProvider, ModulePage, NavTransitionProvider, PageHeaderActions, PageTransition, Sidebar, SubpageHeader, Topbar, useBackStyle, useLayoutStore, useModuleHeaderActionsSlot, useModuleHeaderSlot, useModuleLayout, useNavTransition } from './chunk-MZZMZYSE.js';
1
+ export { Badge, Breadcrumb, Checkbox, ConfirmDialog, CurrencyInput, DatePicker, Input, ListView, Markdown, MarkdownEditor, Modal, ModalBody, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger, Popover, PopoverContent, PopoverTrigger, SearchCombobox, SearchSelect, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, TableSkeleton, Tabs, TabsContent, TabsList, TabsTrigger, TimePicker, ToastProvider, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, renderMarkdown, toast } from './chunk-2GDQUARM.js';
2
+ export { AppShell, BackStyleProvider, ContentSplit, ContentSplitTrigger, ICON_MAP, ModuleLayoutProvider, ModulePage, NavTransitionProvider, PageHeaderActions, PageTransition, Sidebar, SubpageHeader, Topbar, useBackStyle, useLayoutStore, useModuleHeaderActionsSlot, useModuleHeaderSlot, useModuleLayout, useNavTransition } from './chunk-ID2HQK2Q.js';
3
3
  export { SaveBar, SaveBarProvider, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, useBackHandler, useSaveBar } from './chunk-75EFDLST.js';
4
4
  export { ThemeProvider, createFayzTheme, createTheme, darkTheme, fayzThemePresets, lightTheme, useTheme, useThemeStore } from './chunk-O5F4LLSL.js';
5
- export { ChartWidget, DEFAULT_RANGE_OPTIONS, DashboardCanvas, DashboardCustomizeMenu, DashboardGrid, DashboardNavigateProvider, DashboardRangeControl, DashboardRangeProvider, GoldCard, KpiCard, OnboardingWidget, TableWidget, WidgetGrid, defineChartWidget, defineCustomWidget, defineKpiWidget, defineOnboardingWidget, defineTableWidget, formatKpiValue, renderIcon, resolveDashboardLayout, useDashboardNavigate, useDashboardPreferences, useDashboardRange } from './chunk-W5O2X277.js';
6
- export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, DataTable, Dropdown, DropdownCheckboxItem, DropdownContent, DropdownGroup, DropdownItem, DropdownLabel, DropdownPortal, DropdownRadioGroup, DropdownRadioItem, DropdownSeparator, DropdownShortcut, DropdownSub, DropdownSubContent, DropdownSubTrigger, DropdownTrigger, SegmentedControl } from './chunk-FY7OZNKU.js';
5
+ export { ChartWidget, DEFAULT_RANGE_OPTIONS, DashboardCanvas, DashboardCustomizeMenu, DashboardGrid, DashboardNavigateProvider, DashboardRangeControl, DashboardRangeProvider, GoldCard, KpiCard, OnboardingWidget, TableWidget, WidgetGrid, defineChartWidget, defineCustomWidget, defineKpiWidget, defineOnboardingWidget, defineTableWidget, formatKpiValue, renderIcon, resolveDashboardLayout, useDashboardNavigate, useDashboardPreferences, useDashboardRange } from './chunk-A7O7KGNL.js';
6
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, DataTable, Dropdown, DropdownCheckboxItem, DropdownContent, DropdownGroup, DropdownItem, DropdownLabel, DropdownPortal, DropdownRadioGroup, DropdownRadioItem, DropdownSeparator, DropdownShortcut, DropdownSub, DropdownSubContent, DropdownSubTrigger, DropdownTrigger, SegmentedControl } from './chunk-BVF2KPTT.js';
7
7
  import { cn } from './chunk-YRVE4FOD.js';
8
8
  export { Button, buttonVariants, cn } from './chunk-YRVE4FOD.js';
9
9
  import './chunk-IWBXYV4U.js';