@nexus-cross/design-system 1.0.3 → 1.0.4

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 (109) hide show
  1. package/cursor-rules/nexus-ui-api.mdc +208 -0
  2. package/dist/alert.d.mts +17 -0
  3. package/dist/alert.d.ts +17 -0
  4. package/dist/alert.js +16 -0
  5. package/dist/alert.mjs +3 -0
  6. package/dist/badge.d.mts +18 -0
  7. package/dist/badge.d.ts +18 -0
  8. package/dist/badge.js +16 -0
  9. package/dist/badge.mjs +3 -0
  10. package/dist/breadcrumb.d.mts +15 -0
  11. package/dist/breadcrumb.d.ts +15 -0
  12. package/dist/breadcrumb.js +12 -0
  13. package/dist/breadcrumb.mjs +3 -0
  14. package/dist/chunks/chunk-2N2EPBO4.js +120 -0
  15. package/dist/chunks/chunk-2UPGFY6E.mjs +76 -0
  16. package/dist/chunks/chunk-3ZWN66YH.js +53 -0
  17. package/dist/chunks/chunk-5PQ3UCKF.js +99 -0
  18. package/dist/chunks/chunk-6BWOKTVQ.mjs +87 -0
  19. package/dist/chunks/chunk-6DBRL6NA.mjs +81 -0
  20. package/dist/chunks/chunk-B5O6W3Z4.mjs +73 -0
  21. package/dist/chunks/chunk-C2DSAJTL.js +109 -0
  22. package/dist/chunks/chunk-CUTMLBC3.mjs +86 -0
  23. package/dist/chunks/chunk-CV4GMFWP.js +174 -0
  24. package/dist/chunks/chunk-DICN6GKE.js +99 -0
  25. package/dist/chunks/chunk-DYPPVXQF.js +143 -0
  26. package/dist/chunks/chunk-EJY7IVSK.mjs +31 -0
  27. package/dist/chunks/chunk-FUIBYZZ4.mjs +98 -0
  28. package/dist/chunks/chunk-H2G5FMRN.mjs +75 -0
  29. package/dist/chunks/chunk-H2V7RHYV.mjs +120 -0
  30. package/dist/chunks/chunk-KZ7S5VN2.js +7 -0
  31. package/dist/chunks/chunk-MMCA33FW.mjs +85 -0
  32. package/dist/chunks/chunk-NZHK76R3.js +109 -0
  33. package/dist/chunks/chunk-P73MEU7N.mjs +150 -0
  34. package/dist/chunks/chunk-PDJTSQOC.js +59 -0
  35. package/dist/chunks/chunk-PI464222.mjs +5 -0
  36. package/dist/chunks/chunk-S2GMEC43.js +109 -0
  37. package/dist/chunks/chunk-X3CTJ7TD.js +108 -0
  38. package/dist/chunks/chunk-YO5MSDPX.mjs +36 -0
  39. package/dist/chunks/chunk-ZI4LN2B2.js +96 -0
  40. package/dist/date-picker.d.mts +17 -0
  41. package/dist/date-picker.d.ts +17 -0
  42. package/dist/date-picker.js +12 -0
  43. package/dist/date-picker.mjs +3 -0
  44. package/dist/dropdown-menu.d.mts +30 -0
  45. package/dist/dropdown-menu.d.ts +30 -0
  46. package/dist/dropdown-menu.js +32 -0
  47. package/dist/dropdown-menu.mjs +3 -0
  48. package/dist/empty-state.d.mts +16 -0
  49. package/dist/empty-state.d.ts +16 -0
  50. package/dist/empty-state.js +16 -0
  51. package/dist/empty-state.mjs +3 -0
  52. package/dist/index.d.mts +14 -0
  53. package/dist/index.d.ts +14 -0
  54. package/dist/index.js +267 -155
  55. package/dist/index.mjs +28 -16
  56. package/dist/modal/index.js +12 -12
  57. package/dist/modal/index.mjs +3 -3
  58. package/dist/nx-image.d.mts +13 -0
  59. package/dist/nx-image.d.ts +13 -0
  60. package/dist/nx-image.js +12 -0
  61. package/dist/nx-image.mjs +3 -0
  62. package/dist/progress.d.mts +18 -0
  63. package/dist/progress.d.ts +18 -0
  64. package/dist/progress.js +16 -0
  65. package/dist/progress.mjs +3 -0
  66. package/dist/schemas/_all.json +787 -4
  67. package/dist/schemas/alert.json +49 -0
  68. package/dist/schemas/badge.json +76 -0
  69. package/dist/schemas/breadcrumb.json +47 -0
  70. package/dist/schemas/datePicker.json +56 -0
  71. package/dist/schemas/dropdownMenu.json +83 -0
  72. package/dist/schemas/emptyState.json +44 -0
  73. package/dist/schemas/nxImage.json +56 -0
  74. package/dist/schemas/progress.json +63 -0
  75. package/dist/schemas/slider.json +78 -0
  76. package/dist/schemas/stepper.json +73 -0
  77. package/dist/schemas/tagInput.json +70 -0
  78. package/dist/schemas/toggleGroup.json +88 -0
  79. package/dist/schemas.d.mts +603 -143
  80. package/dist/schemas.d.ts +603 -143
  81. package/dist/schemas.js +160 -0
  82. package/dist/schemas.mjs +149 -1
  83. package/dist/slider.d.mts +20 -0
  84. package/dist/slider.d.ts +20 -0
  85. package/dist/slider.js +16 -0
  86. package/dist/slider.mjs +3 -0
  87. package/dist/stepper.d.mts +20 -0
  88. package/dist/stepper.d.ts +20 -0
  89. package/dist/stepper.js +16 -0
  90. package/dist/stepper.mjs +3 -0
  91. package/dist/styles/layer.js +2 -2
  92. package/dist/styles/layer.mjs +1 -1
  93. package/dist/styles.css +1190 -69
  94. package/dist/styles.js +2 -2
  95. package/dist/styles.layered.css +1190 -69
  96. package/dist/styles.mjs +1 -1
  97. package/dist/tag-input.d.mts +21 -0
  98. package/dist/tag-input.d.ts +21 -0
  99. package/dist/tag-input.js +16 -0
  100. package/dist/tag-input.mjs +3 -0
  101. package/dist/toggle-group.d.mts +36 -0
  102. package/dist/toggle-group.d.ts +36 -0
  103. package/dist/toggle-group.js +16 -0
  104. package/dist/toggle-group.mjs +3 -0
  105. package/package.json +67 -2
  106. package/dist/chunks/chunk-RLPPNY5F.js +0 -7
  107. package/dist/chunks/chunk-W7IPMNN2.mjs +0 -5
  108. package/dist/chunks/{chunk-3VFBPFZF.mjs → chunk-CWMLTXOH.mjs} +2 -2
  109. package/dist/chunks/{chunk-U53UA76K.js → chunk-HFBTS42N.js} +2 -2
package/dist/schemas.d.ts CHANGED
@@ -1,5 +1,42 @@
1
1
  import { z } from 'zod';
2
2
 
3
+ declare const breadcrumbPropsSchema: z.ZodObject<{
4
+ items: z.ZodArray<z.ZodObject<{
5
+ label: z.ZodAny;
6
+ href: z.ZodOptional<z.ZodString>;
7
+ onClick: z.ZodOptional<z.ZodAny>;
8
+ }, "strip", z.ZodTypeAny, {
9
+ label?: any;
10
+ href?: string | undefined;
11
+ onClick?: any;
12
+ }, {
13
+ label?: any;
14
+ href?: string | undefined;
15
+ onClick?: any;
16
+ }>, "many">;
17
+ separator: z.ZodOptional<z.ZodAny>;
18
+ maxItems: z.ZodOptional<z.ZodNumber>;
19
+ className: z.ZodOptional<z.ZodString>;
20
+ }, "strip", z.ZodTypeAny, {
21
+ items: {
22
+ label?: any;
23
+ href?: string | undefined;
24
+ onClick?: any;
25
+ }[];
26
+ separator?: any;
27
+ maxItems?: number | undefined;
28
+ className?: string | undefined;
29
+ }, {
30
+ items: {
31
+ label?: any;
32
+ href?: string | undefined;
33
+ onClick?: any;
34
+ }[];
35
+ separator?: any;
36
+ maxItems?: number | undefined;
37
+ className?: string | undefined;
38
+ }>;
39
+
3
40
  declare const buttonPropsSchema: z.ZodObject<{
4
41
  semantic: z.ZodDefault<z.ZodEnum<["primary", "secondary", "normal", "danger"]>>;
5
42
  variant: z.ZodDefault<z.ZodEnum<["contained", "outlined", "subtle", "ghost"]>>;
@@ -18,15 +55,18 @@ declare const buttonPropsSchema: z.ZodObject<{
18
55
  variant: "contained" | "outlined" | "subtle" | "ghost";
19
56
  size: "xl" | "lg" | "md" | "sm";
20
57
  radius: "default" | "circle";
58
+ onClick?: any;
59
+ type?: "button" | "submit" | "reset" | undefined;
60
+ className?: string | undefined;
21
61
  asChild?: boolean | undefined;
22
62
  detectDoubleClick?: boolean | undefined;
23
63
  disabled?: boolean | undefined;
24
64
  children?: any;
65
+ style?: any;
66
+ }, {
25
67
  onClick?: any;
26
68
  type?: "button" | "submit" | "reset" | undefined;
27
- style?: any;
28
69
  className?: string | undefined;
29
- }, {
30
70
  semantic?: "primary" | "secondary" | "normal" | "danger" | undefined;
31
71
  variant?: "contained" | "outlined" | "subtle" | "ghost" | undefined;
32
72
  size?: "xl" | "lg" | "md" | "sm" | undefined;
@@ -35,10 +75,7 @@ declare const buttonPropsSchema: z.ZodObject<{
35
75
  detectDoubleClick?: boolean | undefined;
36
76
  disabled?: boolean | undefined;
37
77
  children?: any;
38
- onClick?: any;
39
- type?: "button" | "submit" | "reset" | undefined;
40
78
  style?: any;
41
- className?: string | undefined;
42
79
  }>;
43
80
 
44
81
  declare const textInputPropsSchema: z.ZodObject<{
@@ -68,14 +105,14 @@ declare const textInputPropsSchema: z.ZodObject<{
68
105
  className: z.ZodOptional<z.ZodString>;
69
106
  }, "strip", z.ZodTypeAny, {
70
107
  size: "xl" | "lg" | "md";
71
- disabled?: boolean | undefined;
108
+ label?: any;
109
+ value?: string | undefined;
72
110
  type?: string | undefined;
73
111
  className?: string | undefined;
74
- value?: string | undefined;
112
+ disabled?: boolean | undefined;
75
113
  error?: boolean | undefined;
76
114
  prefixIcon?: any;
77
115
  suffixIcon?: any;
78
- label?: any;
79
116
  description?: any;
80
117
  showCount?: boolean | undefined;
81
118
  maxLength?: number | undefined;
@@ -92,15 +129,15 @@ declare const textInputPropsSchema: z.ZodObject<{
92
129
  onBlur?: any;
93
130
  onFocus?: any;
94
131
  }, {
95
- size?: "xl" | "lg" | "md" | undefined;
96
- disabled?: boolean | undefined;
132
+ label?: any;
133
+ value?: string | undefined;
97
134
  type?: string | undefined;
98
135
  className?: string | undefined;
99
- value?: string | undefined;
136
+ size?: "xl" | "lg" | "md" | undefined;
137
+ disabled?: boolean | undefined;
100
138
  error?: boolean | undefined;
101
139
  prefixIcon?: any;
102
140
  suffixIcon?: any;
103
- label?: any;
104
141
  description?: any;
105
142
  showCount?: boolean | undefined;
106
143
  maxLength?: number | undefined;
@@ -141,12 +178,12 @@ declare const textAreaPropsSchema: z.ZodObject<{
141
178
  onFocus: z.ZodOptional<z.ZodAny>;
142
179
  className: z.ZodOptional<z.ZodString>;
143
180
  }, "strip", z.ZodTypeAny, {
181
+ label?: string | undefined;
182
+ value?: string | undefined;
183
+ className?: string | undefined;
144
184
  size?: "lg" | "md" | undefined;
145
185
  disabled?: boolean | undefined;
146
- className?: string | undefined;
147
- value?: string | undefined;
148
186
  error?: boolean | undefined;
149
- label?: string | undefined;
150
187
  description?: string | undefined;
151
188
  showCount?: boolean | undefined;
152
189
  maxLength?: number | undefined;
@@ -163,12 +200,12 @@ declare const textAreaPropsSchema: z.ZodObject<{
163
200
  resize?: "default" | "auto" | "none" | undefined;
164
201
  rows?: number | undefined;
165
202
  }, {
203
+ label?: string | undefined;
204
+ value?: string | undefined;
205
+ className?: string | undefined;
166
206
  size?: "lg" | "md" | undefined;
167
207
  disabled?: boolean | undefined;
168
- className?: string | undefined;
169
- value?: string | undefined;
170
208
  error?: boolean | undefined;
171
- label?: string | undefined;
172
209
  description?: string | undefined;
173
210
  showCount?: boolean | undefined;
174
211
  maxLength?: number | undefined;
@@ -200,21 +237,21 @@ declare const selectPropsSchema: z.ZodObject<{
200
237
  }, "strip", z.ZodTypeAny, {
201
238
  variant: "default" | "outline";
202
239
  size: "lg" | "md" | "sm" | "full";
240
+ value?: string | undefined;
241
+ className?: string | undefined;
203
242
  disabled?: boolean | undefined;
204
243
  children?: any;
205
- className?: string | undefined;
206
- value?: string | undefined;
207
244
  placeholder?: string | undefined;
208
245
  onValueChange?: any;
209
246
  displayComponent?: any;
210
247
  triggerClassName?: string | undefined;
211
248
  }, {
249
+ value?: string | undefined;
250
+ className?: string | undefined;
212
251
  variant?: "default" | "outline" | undefined;
213
252
  size?: "lg" | "md" | "sm" | "full" | undefined;
214
253
  disabled?: boolean | undefined;
215
254
  children?: any;
216
- className?: string | undefined;
217
- value?: string | undefined;
218
255
  placeholder?: string | undefined;
219
256
  onValueChange?: any;
220
257
  displayComponent?: any;
@@ -227,14 +264,178 @@ declare const selectItemPropsSchema: z.ZodObject<{
227
264
  className: z.ZodOptional<z.ZodString>;
228
265
  }, "strip", z.ZodTypeAny, {
229
266
  value: string;
267
+ className?: string | undefined;
230
268
  disabled?: boolean | undefined;
231
269
  children?: any;
232
- className?: string | undefined;
233
270
  }, {
234
271
  value: string;
272
+ className?: string | undefined;
235
273
  disabled?: boolean | undefined;
236
274
  children?: any;
275
+ }>;
276
+
277
+ declare const dropdownMenuPropsSchema: z.ZodObject<{
278
+ children: z.ZodAny;
279
+ items: z.ZodArray<z.ZodObject<{
280
+ label: z.ZodAny;
281
+ value: z.ZodOptional<z.ZodString>;
282
+ icon: z.ZodOptional<z.ZodAny>;
283
+ onClick: z.ZodOptional<z.ZodAny>;
284
+ disabled: z.ZodOptional<z.ZodBoolean>;
285
+ danger: z.ZodOptional<z.ZodBoolean>;
286
+ separator: z.ZodOptional<z.ZodBoolean>;
287
+ }, "strip", z.ZodTypeAny, {
288
+ label?: any;
289
+ onClick?: any;
290
+ value?: string | undefined;
291
+ separator?: boolean | undefined;
292
+ danger?: boolean | undefined;
293
+ disabled?: boolean | undefined;
294
+ icon?: any;
295
+ }, {
296
+ label?: any;
297
+ onClick?: any;
298
+ value?: string | undefined;
299
+ separator?: boolean | undefined;
300
+ danger?: boolean | undefined;
301
+ disabled?: boolean | undefined;
302
+ icon?: any;
303
+ }>, "many">;
304
+ align: z.ZodDefault<z.ZodEnum<["start", "center", "end"]>>;
305
+ side: z.ZodDefault<z.ZodEnum<["top", "right", "bottom", "left"]>>;
306
+ className: z.ZodOptional<z.ZodString>;
307
+ contentClassName: z.ZodOptional<z.ZodString>;
308
+ }, "strip", z.ZodTypeAny, {
309
+ items: {
310
+ label?: any;
311
+ onClick?: any;
312
+ value?: string | undefined;
313
+ separator?: boolean | undefined;
314
+ danger?: boolean | undefined;
315
+ disabled?: boolean | undefined;
316
+ icon?: any;
317
+ }[];
318
+ align: "start" | "center" | "end";
319
+ side: "top" | "right" | "bottom" | "left";
320
+ className?: string | undefined;
321
+ children?: any;
322
+ contentClassName?: string | undefined;
323
+ }, {
324
+ items: {
325
+ label?: any;
326
+ onClick?: any;
327
+ value?: string | undefined;
328
+ separator?: boolean | undefined;
329
+ danger?: boolean | undefined;
330
+ disabled?: boolean | undefined;
331
+ icon?: any;
332
+ }[];
333
+ className?: string | undefined;
334
+ children?: any;
335
+ align?: "start" | "center" | "end" | undefined;
336
+ side?: "top" | "right" | "bottom" | "left" | undefined;
337
+ contentClassName?: string | undefined;
338
+ }>;
339
+
340
+ declare const toggleGroupPropsSchema: z.ZodObject<{
341
+ type: z.ZodDefault<z.ZodEnum<["single", "multiple"]>>;
342
+ items: z.ZodArray<z.ZodObject<{
343
+ value: z.ZodString;
344
+ label: z.ZodAny;
345
+ icon: z.ZodOptional<z.ZodAny>;
346
+ disabled: z.ZodOptional<z.ZodBoolean>;
347
+ }, "strip", z.ZodTypeAny, {
348
+ value: string;
349
+ label?: any;
350
+ disabled?: boolean | undefined;
351
+ icon?: any;
352
+ }, {
353
+ value: string;
354
+ label?: any;
355
+ disabled?: boolean | undefined;
356
+ icon?: any;
357
+ }>, "many">;
358
+ value: z.ZodOptional<z.ZodAny>;
359
+ defaultValue: z.ZodOptional<z.ZodAny>;
360
+ onValueChange: z.ZodOptional<z.ZodAny>;
361
+ variant: z.ZodDefault<z.ZodEnum<["default", "outline"]>>;
362
+ size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
363
+ disabled: z.ZodOptional<z.ZodBoolean>;
364
+ className: z.ZodOptional<z.ZodString>;
365
+ }, "strip", z.ZodTypeAny, {
366
+ type: "single" | "multiple";
367
+ items: {
368
+ value: string;
369
+ label?: any;
370
+ disabled?: boolean | undefined;
371
+ icon?: any;
372
+ }[];
373
+ variant: "default" | "outline";
374
+ size: "lg" | "md" | "sm";
375
+ value?: any;
376
+ className?: string | undefined;
377
+ disabled?: boolean | undefined;
378
+ defaultValue?: any;
379
+ onValueChange?: any;
380
+ }, {
381
+ items: {
382
+ value: string;
383
+ label?: any;
384
+ disabled?: boolean | undefined;
385
+ icon?: any;
386
+ }[];
387
+ value?: any;
388
+ type?: "single" | "multiple" | undefined;
389
+ className?: string | undefined;
390
+ variant?: "default" | "outline" | undefined;
391
+ size?: "lg" | "md" | "sm" | undefined;
392
+ disabled?: boolean | undefined;
393
+ defaultValue?: any;
394
+ onValueChange?: any;
395
+ }>;
396
+
397
+ declare const sliderPropsSchema: z.ZodObject<{
398
+ value: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
399
+ defaultValue: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
400
+ min: z.ZodDefault<z.ZodNumber>;
401
+ max: z.ZodDefault<z.ZodNumber>;
402
+ step: z.ZodDefault<z.ZodNumber>;
403
+ size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
404
+ showValue: z.ZodDefault<z.ZodBoolean>;
405
+ formatValue: z.ZodOptional<z.ZodAny>;
406
+ label: z.ZodOptional<z.ZodString>;
407
+ disabled: z.ZodOptional<z.ZodBoolean>;
408
+ onValueChange: z.ZodOptional<z.ZodAny>;
409
+ onValueCommit: z.ZodOptional<z.ZodAny>;
410
+ className: z.ZodOptional<z.ZodString>;
411
+ }, "strip", z.ZodTypeAny, {
412
+ size: "lg" | "md" | "sm";
413
+ min: number;
414
+ max: number;
415
+ step: number;
416
+ showValue: boolean;
417
+ label?: string | undefined;
418
+ value?: number[] | undefined;
237
419
  className?: string | undefined;
420
+ disabled?: boolean | undefined;
421
+ defaultValue?: number[] | undefined;
422
+ onValueChange?: any;
423
+ formatValue?: any;
424
+ onValueCommit?: any;
425
+ }, {
426
+ label?: string | undefined;
427
+ value?: number[] | undefined;
428
+ className?: string | undefined;
429
+ size?: "lg" | "md" | "sm" | undefined;
430
+ disabled?: boolean | undefined;
431
+ defaultValue?: number[] | undefined;
432
+ onValueChange?: any;
433
+ min?: number | undefined;
434
+ max?: number | undefined;
435
+ step?: number | undefined;
436
+ showValue?: boolean | undefined;
437
+ formatValue?: any;
438
+ onValueCommit?: any;
238
439
  }>;
239
440
 
240
441
  declare const checkBoxPropsSchema: z.ZodObject<{
@@ -255,11 +456,11 @@ declare const checkBoxPropsSchema: z.ZodObject<{
255
456
  }, "strip", z.ZodTypeAny, {
256
457
  size: "md" | "sm";
257
458
  shape: "square" | "round";
459
+ label?: any;
460
+ value?: string | undefined;
461
+ className?: string | undefined;
258
462
  disabled?: boolean | undefined;
259
463
  children?: any;
260
- className?: string | undefined;
261
- value?: string | undefined;
262
- label?: any;
263
464
  readOnly?: boolean | undefined;
264
465
  name?: string | undefined;
265
466
  id?: string | undefined;
@@ -268,12 +469,12 @@ declare const checkBoxPropsSchema: z.ZodObject<{
268
469
  indeterminate?: boolean | undefined;
269
470
  onCheckedChange?: any;
270
471
  }, {
472
+ label?: any;
473
+ value?: string | undefined;
474
+ className?: string | undefined;
271
475
  size?: "md" | "sm" | undefined;
272
476
  disabled?: boolean | undefined;
273
477
  children?: any;
274
- className?: string | undefined;
275
- value?: string | undefined;
276
- label?: any;
277
478
  readOnly?: boolean | undefined;
278
479
  name?: string | undefined;
279
480
  id?: string | undefined;
@@ -300,21 +501,21 @@ declare const radioGroupPropsSchema: z.ZodObject<{
300
501
  size: "md" | "sm";
301
502
  name: string;
302
503
  orientation: "horizontal" | "vertical";
504
+ value?: string | undefined;
505
+ className?: string | undefined;
303
506
  disabled?: boolean | undefined;
304
507
  children?: any;
305
- className?: string | undefined;
306
- value?: string | undefined;
307
508
  defaultValue?: string | undefined;
308
509
  onValueChange?: any;
309
510
  'aria-label'?: string | undefined;
310
511
  'aria-labelledby'?: string | undefined;
311
512
  }, {
312
513
  name: string;
514
+ value?: string | undefined;
515
+ className?: string | undefined;
313
516
  size?: "md" | "sm" | undefined;
314
517
  disabled?: boolean | undefined;
315
518
  children?: any;
316
- className?: string | undefined;
317
- value?: string | undefined;
318
519
  defaultValue?: string | undefined;
319
520
  onValueChange?: any;
320
521
  orientation?: "horizontal" | "vertical" | undefined;
@@ -330,18 +531,18 @@ declare const radioItemPropsSchema: z.ZodObject<{
330
531
  className: z.ZodOptional<z.ZodString>;
331
532
  }, "strip", z.ZodTypeAny, {
332
533
  value: string;
534
+ label?: any;
535
+ className?: string | undefined;
333
536
  size?: "md" | "sm" | undefined;
334
537
  disabled?: boolean | undefined;
335
538
  children?: any;
336
- className?: string | undefined;
337
- label?: any;
338
539
  }, {
339
540
  value: string;
541
+ label?: any;
542
+ className?: string | undefined;
340
543
  size?: "md" | "sm" | undefined;
341
544
  disabled?: boolean | undefined;
342
545
  children?: any;
343
- className?: string | undefined;
344
- label?: any;
345
546
  }>;
346
547
 
347
548
  declare const switchPropsSchema: z.ZodObject<{
@@ -356,8 +557,8 @@ declare const switchPropsSchema: z.ZodObject<{
356
557
  className: z.ZodOptional<z.ZodString>;
357
558
  }, "strip", z.ZodTypeAny, {
358
559
  size: "md" | "sm";
359
- disabled?: boolean | undefined;
360
560
  className?: string | undefined;
561
+ disabled?: boolean | undefined;
361
562
  readOnly?: boolean | undefined;
362
563
  name?: string | undefined;
363
564
  id?: string | undefined;
@@ -365,9 +566,9 @@ declare const switchPropsSchema: z.ZodObject<{
365
566
  checked?: boolean | undefined;
366
567
  onCheckedChange?: any;
367
568
  }, {
569
+ className?: string | undefined;
368
570
  size?: "md" | "sm" | undefined;
369
571
  disabled?: boolean | undefined;
370
- className?: string | undefined;
371
572
  readOnly?: boolean | undefined;
372
573
  name?: string | undefined;
373
574
  id?: string | undefined;
@@ -388,21 +589,111 @@ declare const chipPropsSchema: z.ZodObject<{
388
589
  }, "strip", z.ZodTypeAny, {
389
590
  variant: "default" | "outline" | "filled" | "accent";
390
591
  size: "lg" | "md" | "sm";
592
+ onClick?: any;
593
+ className?: string | undefined;
391
594
  asChild?: boolean | undefined;
392
595
  disabled?: boolean | undefined;
393
596
  children?: any;
394
- onClick?: any;
395
- className?: string | undefined;
396
597
  onClose?: any;
397
598
  }, {
599
+ onClick?: any;
600
+ className?: string | undefined;
398
601
  variant?: "default" | "outline" | "filled" | "accent" | undefined;
399
602
  size?: "lg" | "md" | "sm" | undefined;
400
603
  asChild?: boolean | undefined;
401
604
  disabled?: boolean | undefined;
402
605
  children?: any;
403
- onClick?: any;
606
+ onClose?: any;
607
+ }>;
608
+
609
+ declare const badgePropsSchema: z.ZodObject<{
610
+ count: z.ZodOptional<z.ZodNumber>;
611
+ max: z.ZodDefault<z.ZodNumber>;
612
+ dot: z.ZodDefault<z.ZodBoolean>;
613
+ showZero: z.ZodDefault<z.ZodBoolean>;
614
+ variant: z.ZodDefault<z.ZodEnum<["danger", "primary", "secondary", "info", "success", "warning"]>>;
615
+ size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
616
+ offset: z.ZodOptional<z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>>;
617
+ children: z.ZodOptional<z.ZodAny>;
618
+ className: z.ZodOptional<z.ZodString>;
619
+ }, "strip", z.ZodTypeAny, {
620
+ variant: "primary" | "secondary" | "danger" | "info" | "success" | "warning";
621
+ size: "lg" | "md" | "sm";
622
+ max: number;
623
+ dot: boolean;
624
+ showZero: boolean;
404
625
  className?: string | undefined;
626
+ children?: any;
627
+ count?: number | undefined;
628
+ offset?: [number, number] | undefined;
629
+ }, {
630
+ className?: string | undefined;
631
+ variant?: "primary" | "secondary" | "danger" | "info" | "success" | "warning" | undefined;
632
+ size?: "lg" | "md" | "sm" | undefined;
633
+ children?: any;
634
+ max?: number | undefined;
635
+ count?: number | undefined;
636
+ dot?: boolean | undefined;
637
+ showZero?: boolean | undefined;
638
+ offset?: [number, number] | undefined;
639
+ }>;
640
+
641
+ declare const progressPropsSchema: z.ZodObject<{
642
+ value: z.ZodDefault<z.ZodNumber>;
643
+ max: z.ZodDefault<z.ZodNumber>;
644
+ variant: z.ZodDefault<z.ZodEnum<["primary", "success", "warning", "danger", "info"]>>;
645
+ size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
646
+ showValue: z.ZodDefault<z.ZodBoolean>;
647
+ indeterminate: z.ZodDefault<z.ZodBoolean>;
648
+ label: z.ZodOptional<z.ZodString>;
649
+ className: z.ZodOptional<z.ZodString>;
650
+ }, "strip", z.ZodTypeAny, {
651
+ value: number;
652
+ variant: "primary" | "danger" | "info" | "success" | "warning";
653
+ size: "lg" | "md" | "sm";
654
+ max: number;
655
+ showValue: boolean;
656
+ indeterminate: boolean;
657
+ label?: string | undefined;
658
+ className?: string | undefined;
659
+ }, {
660
+ label?: string | undefined;
661
+ value?: number | undefined;
662
+ className?: string | undefined;
663
+ variant?: "primary" | "danger" | "info" | "success" | "warning" | undefined;
664
+ size?: "lg" | "md" | "sm" | undefined;
665
+ max?: number | undefined;
666
+ showValue?: boolean | undefined;
667
+ indeterminate?: boolean | undefined;
668
+ }>;
669
+
670
+ declare const alertPropsSchema: z.ZodObject<{
671
+ variant: z.ZodDefault<z.ZodEnum<["info", "success", "warning", "danger"]>>;
672
+ title: z.ZodOptional<z.ZodString>;
673
+ children: z.ZodOptional<z.ZodAny>;
674
+ icon: z.ZodOptional<z.ZodAny>;
675
+ closable: z.ZodDefault<z.ZodBoolean>;
676
+ onClose: z.ZodOptional<z.ZodAny>;
677
+ action: z.ZodOptional<z.ZodAny>;
678
+ className: z.ZodOptional<z.ZodString>;
679
+ }, "strip", z.ZodTypeAny, {
680
+ variant: "danger" | "info" | "success" | "warning";
681
+ closable: boolean;
682
+ className?: string | undefined;
683
+ children?: any;
684
+ icon?: any;
685
+ onClose?: any;
686
+ title?: string | undefined;
687
+ action?: any;
688
+ }, {
689
+ className?: string | undefined;
690
+ variant?: "danger" | "info" | "success" | "warning" | undefined;
691
+ children?: any;
692
+ icon?: any;
405
693
  onClose?: any;
694
+ title?: string | undefined;
695
+ closable?: boolean | undefined;
696
+ action?: any;
406
697
  }>;
407
698
 
408
699
  declare const spinnerPropsSchema: z.ZodObject<{
@@ -414,17 +705,55 @@ declare const spinnerPropsSchema: z.ZodObject<{
414
705
  }, "strip", z.ZodTypeAny, {
415
706
  size: number;
416
707
  'aria-label': string;
417
- style?: any;
418
708
  className?: string | undefined;
709
+ style?: any;
419
710
  color?: string | undefined;
420
711
  }, {
712
+ className?: string | undefined;
421
713
  size?: number | undefined;
422
714
  style?: any;
423
- className?: string | undefined;
424
715
  'aria-label'?: string | undefined;
425
716
  color?: string | undefined;
426
717
  }>;
427
718
 
719
+ declare const stepperPropsSchema: z.ZodObject<{
720
+ steps: z.ZodArray<z.ZodObject<{
721
+ label: z.ZodString;
722
+ description: z.ZodOptional<z.ZodString>;
723
+ }, "strip", z.ZodTypeAny, {
724
+ label: string;
725
+ description?: string | undefined;
726
+ }, {
727
+ label: string;
728
+ description?: string | undefined;
729
+ }>, "many">;
730
+ current: z.ZodDefault<z.ZodNumber>;
731
+ status: z.ZodDefault<z.ZodEnum<["process", "error"]>>;
732
+ orientation: z.ZodDefault<z.ZodEnum<["horizontal", "vertical"]>>;
733
+ size: z.ZodDefault<z.ZodEnum<["sm", "md"]>>;
734
+ className: z.ZodOptional<z.ZodString>;
735
+ }, "strip", z.ZodTypeAny, {
736
+ status: "error" | "process";
737
+ size: "md" | "sm";
738
+ orientation: "horizontal" | "vertical";
739
+ steps: {
740
+ label: string;
741
+ description?: string | undefined;
742
+ }[];
743
+ current: number;
744
+ className?: string | undefined;
745
+ }, {
746
+ steps: {
747
+ label: string;
748
+ description?: string | undefined;
749
+ }[];
750
+ status?: "error" | "process" | undefined;
751
+ className?: string | undefined;
752
+ size?: "md" | "sm" | undefined;
753
+ orientation?: "horizontal" | "vertical" | undefined;
754
+ current?: number | undefined;
755
+ }>;
756
+
428
757
  declare const skeletonPropsSchema: z.ZodObject<{
429
758
  as: z.ZodDefault<z.ZodEnum<["div", "span"]>>;
430
759
  circle: z.ZodDefault<z.ZodBoolean>;
@@ -436,16 +765,16 @@ declare const skeletonPropsSchema: z.ZodObject<{
436
765
  }, "strip", z.ZodTypeAny, {
437
766
  circle: boolean;
438
767
  as: "div" | "span";
768
+ className?: string | undefined;
439
769
  children?: any;
440
770
  style?: any;
441
- className?: string | undefined;
442
771
  width?: string | number | undefined;
443
772
  height?: string | number | undefined;
444
773
  }, {
774
+ className?: string | undefined;
445
775
  circle?: boolean | undefined;
446
776
  children?: any;
447
777
  style?: any;
448
- className?: string | undefined;
449
778
  as?: "div" | "span" | undefined;
450
779
  width?: string | number | undefined;
451
780
  height?: string | number | undefined;
@@ -460,13 +789,13 @@ declare const dividerPropsSchema: z.ZodObject<{
460
789
  }, "strip", z.ZodTypeAny, {
461
790
  variant: "solid" | "dashed" | "dotted";
462
791
  orientation: "horizontal" | "vertical";
463
- style?: any;
464
792
  className?: string | undefined;
793
+ style?: any;
465
794
  color?: string | undefined;
466
795
  }, {
796
+ className?: string | undefined;
467
797
  variant?: "solid" | "dashed" | "dotted" | undefined;
468
798
  style?: any;
469
- className?: string | undefined;
470
799
  orientation?: "horizontal" | "vertical" | undefined;
471
800
  color?: string | undefined;
472
801
  }>;
@@ -484,22 +813,22 @@ declare const tooltipPropsSchema: z.ZodObject<{
484
813
  }, "strip", z.ZodTypeAny, {
485
814
  variant: "dark" | "light";
486
815
  disabled: boolean;
487
- side: "top" | "right" | "bottom" | "left";
488
816
  align: "start" | "center" | "end";
817
+ side: "top" | "right" | "bottom" | "left";
489
818
  delayDuration: number;
490
- children?: any;
491
819
  className?: string | undefined;
820
+ children?: any;
492
821
  triggerClassName?: string | undefined;
493
822
  content?: any;
494
823
  }, {
824
+ className?: string | undefined;
495
825
  variant?: "dark" | "light" | undefined;
496
826
  disabled?: boolean | undefined;
497
827
  children?: any;
498
- className?: string | undefined;
499
828
  triggerClassName?: string | undefined;
500
- content?: any;
501
- side?: "top" | "right" | "bottom" | "left" | undefined;
502
829
  align?: "start" | "center" | "end" | undefined;
830
+ side?: "top" | "right" | "bottom" | "left" | undefined;
831
+ content?: any;
503
832
  delayDuration?: number | undefined;
504
833
  }>;
505
834
 
@@ -516,11 +845,11 @@ declare const popoverPropsSchema: z.ZodObject<{
516
845
  className: z.ZodOptional<z.ZodString>;
517
846
  arrowClassName: z.ZodOptional<z.ZodString>;
518
847
  }, "strip", z.ZodTypeAny, {
519
- side: "top" | "right" | "bottom" | "left";
520
848
  align: "start" | "center" | "end";
849
+ side: "top" | "right" | "bottom" | "left";
521
850
  sideOffset: number;
522
- children?: any;
523
851
  className?: string | undefined;
852
+ children?: any;
524
853
  trigger?: any;
525
854
  alignOffset?: number | undefined;
526
855
  open?: boolean | undefined;
@@ -528,10 +857,10 @@ declare const popoverPropsSchema: z.ZodObject<{
528
857
  onClickTrigger?: any;
529
858
  arrowClassName?: string | undefined;
530
859
  }, {
531
- children?: any;
532
860
  className?: string | undefined;
533
- side?: "top" | "right" | "bottom" | "left" | undefined;
861
+ children?: any;
534
862
  align?: "start" | "center" | "end" | undefined;
863
+ side?: "top" | "right" | "bottom" | "left" | undefined;
535
864
  trigger?: any;
536
865
  sideOffset?: number | undefined;
537
866
  alignOffset?: number | undefined;
@@ -552,20 +881,20 @@ declare const accordionPropsSchema: z.ZodObject<{
552
881
  contentClassName: z.ZodOptional<z.ZodString>;
553
882
  }, "strip", z.ZodTypeAny, {
554
883
  id: string;
555
- disabled?: boolean | undefined;
556
884
  className?: string | undefined;
885
+ disabled?: boolean | undefined;
557
886
  triggerClassName?: string | undefined;
887
+ contentClassName?: string | undefined;
558
888
  content?: any;
559
889
  trigger?: any;
560
- contentClassName?: string | undefined;
561
890
  }, {
562
891
  id: string;
563
- disabled?: boolean | undefined;
564
892
  className?: string | undefined;
893
+ disabled?: boolean | undefined;
565
894
  triggerClassName?: string | undefined;
895
+ contentClassName?: string | undefined;
566
896
  content?: any;
567
897
  trigger?: any;
568
- contentClassName?: string | undefined;
569
898
  }>, "many">;
570
899
  type: z.ZodDefault<z.ZodEnum<["single", "multiple"]>>;
571
900
  collapsible: z.ZodDefault<z.ZodBoolean>;
@@ -577,31 +906,31 @@ declare const accordionPropsSchema: z.ZodObject<{
577
906
  type: "single" | "multiple";
578
907
  items: {
579
908
  id: string;
580
- disabled?: boolean | undefined;
581
909
  className?: string | undefined;
910
+ disabled?: boolean | undefined;
582
911
  triggerClassName?: string | undefined;
912
+ contentClassName?: string | undefined;
583
913
  content?: any;
584
914
  trigger?: any;
585
- contentClassName?: string | undefined;
586
915
  }[];
587
916
  collapsible: boolean;
588
- className?: string | undefined;
589
917
  value?: string | string[] | undefined;
918
+ className?: string | undefined;
590
919
  defaultValue?: string | string[] | undefined;
591
920
  onValueChange?: any;
592
921
  }, {
593
922
  items: {
594
923
  id: string;
595
- disabled?: boolean | undefined;
596
924
  className?: string | undefined;
925
+ disabled?: boolean | undefined;
597
926
  triggerClassName?: string | undefined;
927
+ contentClassName?: string | undefined;
598
928
  content?: any;
599
929
  trigger?: any;
600
- contentClassName?: string | undefined;
601
930
  }[];
931
+ value?: string | string[] | undefined;
602
932
  type?: "single" | "multiple" | undefined;
603
933
  className?: string | undefined;
604
- value?: string | string[] | undefined;
605
934
  defaultValue?: string | string[] | undefined;
606
935
  onValueChange?: any;
607
936
  collapsible?: boolean | undefined;
@@ -642,13 +971,13 @@ declare const drawerContentPropsSchema: z.ZodObject<{
642
971
  }, "strip", z.ZodTypeAny, {
643
972
  blur: "md" | "sm" | "none";
644
973
  showHandle: boolean;
645
- children?: any;
646
974
  className?: string | undefined;
975
+ children?: any;
647
976
  direction?: "top" | "right" | "bottom" | "left" | undefined;
648
977
  overlayClassName?: string | undefined;
649
978
  }, {
650
- children?: any;
651
979
  className?: string | undefined;
980
+ children?: any;
652
981
  direction?: "top" | "right" | "bottom" | "left" | undefined;
653
982
  blur?: "md" | "sm" | "none" | undefined;
654
983
  showHandle?: boolean | undefined;
@@ -659,46 +988,46 @@ declare const drawerTriggerPropsSchema: z.ZodObject<{
659
988
  children: z.ZodAny;
660
989
  className: z.ZodOptional<z.ZodString>;
661
990
  }, "strip", z.ZodTypeAny, {
991
+ className?: string | undefined;
662
992
  asChild?: boolean | undefined;
663
993
  children?: any;
664
- className?: string | undefined;
665
994
  }, {
995
+ className?: string | undefined;
666
996
  asChild?: boolean | undefined;
667
997
  children?: any;
668
- className?: string | undefined;
669
998
  }>;
670
999
  declare const drawerClosePropsSchema: z.ZodObject<{
671
1000
  asChild: z.ZodOptional<z.ZodBoolean>;
672
1001
  children: z.ZodAny;
673
1002
  className: z.ZodOptional<z.ZodString>;
674
1003
  }, "strip", z.ZodTypeAny, {
1004
+ className?: string | undefined;
675
1005
  asChild?: boolean | undefined;
676
1006
  children?: any;
677
- className?: string | undefined;
678
1007
  }, {
1008
+ className?: string | undefined;
679
1009
  asChild?: boolean | undefined;
680
1010
  children?: any;
681
- className?: string | undefined;
682
1011
  }>;
683
1012
  declare const drawerTitlePropsSchema: z.ZodObject<{
684
1013
  children: z.ZodAny;
685
1014
  className: z.ZodOptional<z.ZodString>;
686
1015
  }, "strip", z.ZodTypeAny, {
687
- children?: any;
688
1016
  className?: string | undefined;
689
- }, {
690
1017
  children?: any;
1018
+ }, {
691
1019
  className?: string | undefined;
1020
+ children?: any;
692
1021
  }>;
693
1022
  declare const drawerDescriptionPropsSchema: z.ZodObject<{
694
1023
  children: z.ZodAny;
695
1024
  className: z.ZodOptional<z.ZodString>;
696
1025
  }, "strip", z.ZodTypeAny, {
697
- children?: any;
698
1026
  className?: string | undefined;
699
- }, {
700
1027
  children?: any;
1028
+ }, {
701
1029
  className?: string | undefined;
1030
+ children?: any;
702
1031
  }>;
703
1032
 
704
1033
  declare const tabPropsSchema: z.ZodObject<{
@@ -709,14 +1038,14 @@ declare const tabPropsSchema: z.ZodObject<{
709
1038
  disabled: z.ZodOptional<z.ZodBoolean>;
710
1039
  }, "strip", z.ZodTypeAny, {
711
1040
  key: string;
1041
+ label?: any;
712
1042
  disabled?: boolean | undefined;
713
1043
  children?: any;
714
- label?: any;
715
1044
  }, {
716
1045
  key: string;
1046
+ label?: any;
717
1047
  disabled?: boolean | undefined;
718
1048
  children?: any;
719
- label?: any;
720
1049
  }>, "many">;
721
1050
  activeKey: z.ZodOptional<z.ZodString>;
722
1051
  defaultActiveKey: z.ZodOptional<z.ZodString>;
@@ -728,14 +1057,14 @@ declare const tabPropsSchema: z.ZodObject<{
728
1057
  tabListClassName: z.ZodOptional<z.ZodString>;
729
1058
  tabPanelClassName: z.ZodOptional<z.ZodString>;
730
1059
  }, "strip", z.ZodTypeAny, {
731
- variant: "line" | "pill";
732
- size: "md" | "sm";
733
1060
  items: {
734
1061
  key: string;
1062
+ label?: any;
735
1063
  disabled?: boolean | undefined;
736
1064
  children?: any;
737
- label?: any;
738
1065
  }[];
1066
+ variant: "line" | "pill";
1067
+ size: "md" | "sm";
739
1068
  destroyInactive: boolean;
740
1069
  className?: string | undefined;
741
1070
  activeKey?: string | undefined;
@@ -746,13 +1075,13 @@ declare const tabPropsSchema: z.ZodObject<{
746
1075
  }, {
747
1076
  items: {
748
1077
  key: string;
1078
+ label?: any;
749
1079
  disabled?: boolean | undefined;
750
1080
  children?: any;
751
- label?: any;
752
1081
  }[];
1082
+ className?: string | undefined;
753
1083
  variant?: "line" | "pill" | undefined;
754
1084
  size?: "md" | "sm" | undefined;
755
- className?: string | undefined;
756
1085
  activeKey?: string | undefined;
757
1086
  defaultActiveKey?: string | undefined;
758
1087
  destroyInactive?: boolean | undefined;
@@ -768,14 +1097,14 @@ declare const carouselPropsSchema: z.ZodObject<{
768
1097
  children: z.ZodOptional<z.ZodAny>;
769
1098
  className: z.ZodOptional<z.ZodString>;
770
1099
  }, "strip", z.ZodTypeAny, {
771
- children?: any;
772
1100
  className?: string | undefined;
1101
+ children?: any;
773
1102
  opts?: Record<string, any> | undefined;
774
1103
  plugins?: any[] | undefined;
775
1104
  onApiChange?: any;
776
1105
  }, {
777
- children?: any;
778
1106
  className?: string | undefined;
1107
+ children?: any;
779
1108
  opts?: Record<string, any> | undefined;
780
1109
  plugins?: any[] | undefined;
781
1110
  onApiChange?: any;
@@ -784,21 +1113,21 @@ declare const carouselSlidePropsSchema: z.ZodObject<{
784
1113
  className: z.ZodOptional<z.ZodString>;
785
1114
  children: z.ZodAny;
786
1115
  }, "strip", z.ZodTypeAny, {
787
- children?: any;
788
1116
  className?: string | undefined;
789
- }, {
790
1117
  children?: any;
1118
+ }, {
791
1119
  className?: string | undefined;
1120
+ children?: any;
792
1121
  }>;
793
1122
  declare const carouselButtonPropsSchema: z.ZodObject<{
794
1123
  className: z.ZodOptional<z.ZodString>;
795
1124
  children: z.ZodOptional<z.ZodAny>;
796
1125
  }, "strip", z.ZodTypeAny, {
797
- children?: any;
798
1126
  className?: string | undefined;
799
- }, {
800
1127
  children?: any;
1128
+ }, {
801
1129
  className?: string | undefined;
1130
+ children?: any;
802
1131
  }>;
803
1132
  declare const carouselDotsPropsSchema: z.ZodObject<{
804
1133
  className: z.ZodOptional<z.ZodString>;
@@ -827,8 +1156,8 @@ declare const paginationPropsSchema: z.ZodObject<{
827
1156
  }, {
828
1157
  currentPage: number;
829
1158
  totalPages: number;
830
- size?: "md" | "sm" | undefined;
831
1159
  className?: string | undefined;
1160
+ size?: "md" | "sm" | undefined;
832
1161
  siblingCount?: number | undefined;
833
1162
  showEdges?: boolean | undefined;
834
1163
  onPageChange?: any;
@@ -846,16 +1175,16 @@ declare const avatarPropsSchema: z.ZodObject<{
846
1175
  }, "strip", z.ZodTypeAny, {
847
1176
  size: "xl" | "lg" | "md" | "sm" | "xs";
848
1177
  shape: "circle" | "square";
849
- children?: any;
850
1178
  className?: string | undefined;
1179
+ children?: any;
851
1180
  src?: string | undefined;
852
1181
  alt?: string | undefined;
853
1182
  fallback?: any;
854
1183
  onImageError?: any;
855
1184
  }, {
1185
+ className?: string | undefined;
856
1186
  size?: "xl" | "lg" | "md" | "sm" | "xs" | undefined;
857
1187
  children?: any;
858
- className?: string | undefined;
859
1188
  shape?: "circle" | "square" | undefined;
860
1189
  src?: string | undefined;
861
1190
  alt?: string | undefined;
@@ -875,24 +1204,24 @@ declare const counterPropsSchema: z.ZodObject<{
875
1204
  style: z.ZodOptional<z.ZodAny>;
876
1205
  className: z.ZodOptional<z.ZodString>;
877
1206
  }, "strip", z.ZodTypeAny, {
1207
+ separator: boolean;
878
1208
  endValue: number;
879
1209
  startValue: number;
880
1210
  duration: number;
881
1211
  delay: number;
882
- separator: boolean;
883
1212
  digits: number;
884
1213
  triggerOnView: boolean;
885
- style?: any;
886
1214
  className?: string | undefined;
1215
+ style?: any;
887
1216
  onEnd?: any;
888
1217
  }, {
889
1218
  endValue: number;
890
- style?: any;
1219
+ separator?: boolean | undefined;
891
1220
  className?: string | undefined;
1221
+ style?: any;
892
1222
  startValue?: number | undefined;
893
1223
  duration?: number | undefined;
894
1224
  delay?: number | undefined;
895
- separator?: boolean | undefined;
896
1225
  digits?: number | undefined;
897
1226
  triggerOnView?: boolean | undefined;
898
1227
  onEnd?: any;
@@ -924,8 +1253,8 @@ declare const countdownPropsSchema: z.ZodObject<{
924
1253
  }, "strip", z.ZodTypeAny, {
925
1254
  endTimestamp: number;
926
1255
  showDays: boolean;
927
- className?: string | undefined;
928
1256
  separator?: any;
1257
+ className?: string | undefined;
929
1258
  onEnd?: any;
930
1259
  labels?: {
931
1260
  days?: string | undefined;
@@ -936,8 +1265,8 @@ declare const countdownPropsSchema: z.ZodObject<{
936
1265
  render?: any;
937
1266
  }, {
938
1267
  endTimestamp: number;
939
- className?: string | undefined;
940
1268
  separator?: any;
1269
+ className?: string | undefined;
941
1270
  onEnd?: any;
942
1271
  showDays?: boolean | undefined;
943
1272
  labels?: {
@@ -962,13 +1291,13 @@ declare const marqueePropsSchema: z.ZodObject<{
962
1291
  speed: number;
963
1292
  pauseOnHover: boolean;
964
1293
  gap: number;
1294
+ className?: string | undefined;
965
1295
  children?: any;
966
1296
  style?: any;
967
- className?: string | undefined;
968
1297
  }, {
1298
+ className?: string | undefined;
969
1299
  children?: any;
970
1300
  style?: any;
971
- className?: string | undefined;
972
1301
  direction?: "right" | "left" | "up" | "down" | undefined;
973
1302
  speed?: number | undefined;
974
1303
  pauseOnHover?: boolean | undefined;
@@ -990,15 +1319,15 @@ declare const virtualListPropsSchema: z.ZodObject<{
990
1319
  gap: number;
991
1320
  overscan: number;
992
1321
  endReachedThreshold: number;
993
- style?: any;
994
1322
  className?: string | undefined;
1323
+ style?: any;
995
1324
  estimateSize?: any;
996
1325
  renderItem?: any;
997
1326
  onEndReached?: any;
998
1327
  }, {
999
1328
  items: any[];
1000
- style?: any;
1001
1329
  className?: string | undefined;
1330
+ style?: any;
1002
1331
  gap?: number | undefined;
1003
1332
  estimateSize?: any;
1004
1333
  renderItem?: any;
@@ -1023,16 +1352,16 @@ declare const virtualGridPropsSchema: z.ZodObject<{
1023
1352
  overscan: number;
1024
1353
  endReachedThreshold: number;
1025
1354
  columns: number;
1026
- style?: any;
1027
1355
  className?: string | undefined;
1356
+ style?: any;
1028
1357
  estimateSize?: any;
1029
1358
  renderItem?: any;
1030
1359
  onEndReached?: any;
1031
1360
  }, {
1032
1361
  items: any[];
1033
1362
  columns: number;
1034
- style?: any;
1035
1363
  className?: string | undefined;
1364
+ style?: any;
1036
1365
  gap?: number | undefined;
1037
1366
  estimateSize?: any;
1038
1367
  renderItem?: any;
@@ -1057,8 +1386,8 @@ declare const infiniteScrollPropsSchema: z.ZodObject<{
1057
1386
  list: any[] | null;
1058
1387
  tag: string;
1059
1388
  rootMargin: number;
1060
- children?: any;
1061
1389
  className?: string | undefined;
1390
+ children?: any;
1062
1391
  totalCount?: number | undefined;
1063
1392
  hasMore?: boolean | undefined;
1064
1393
  loading?: boolean | undefined;
@@ -1067,8 +1396,8 @@ declare const infiniteScrollPropsSchema: z.ZodObject<{
1067
1396
  scrollTarget?: any;
1068
1397
  }, {
1069
1398
  list: any[] | null;
1070
- children?: any;
1071
1399
  className?: string | undefined;
1400
+ children?: any;
1072
1401
  totalCount?: number | undefined;
1073
1402
  hasMore?: boolean | undefined;
1074
1403
  tag?: string | undefined;
@@ -1108,6 +1437,32 @@ declare const ellipsisPropsSchema: z.ZodObject<{
1108
1437
  onShowMoreLessClick?: any;
1109
1438
  }>;
1110
1439
 
1440
+ declare const emptyStatePropsSchema: z.ZodObject<{
1441
+ icon: z.ZodOptional<z.ZodAny>;
1442
+ title: z.ZodOptional<z.ZodString>;
1443
+ description: z.ZodOptional<z.ZodString>;
1444
+ action: z.ZodOptional<z.ZodAny>;
1445
+ size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
1446
+ children: z.ZodOptional<z.ZodAny>;
1447
+ className: z.ZodOptional<z.ZodString>;
1448
+ }, "strip", z.ZodTypeAny, {
1449
+ size: "lg" | "md" | "sm";
1450
+ className?: string | undefined;
1451
+ children?: any;
1452
+ description?: string | undefined;
1453
+ icon?: any;
1454
+ title?: string | undefined;
1455
+ action?: any;
1456
+ }, {
1457
+ className?: string | undefined;
1458
+ size?: "lg" | "md" | "sm" | undefined;
1459
+ children?: any;
1460
+ description?: string | undefined;
1461
+ icon?: any;
1462
+ title?: string | undefined;
1463
+ action?: any;
1464
+ }>;
1465
+
1111
1466
  declare const numberInputPropsSchema: z.ZodObject<{
1112
1467
  value: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
1113
1468
  size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg", "xl"]>>;
@@ -1132,9 +1487,9 @@ declare const numberInputPropsSchema: z.ZodObject<{
1132
1487
  step: number;
1133
1488
  digit: number;
1134
1489
  hideButtons: boolean;
1135
- disabled?: boolean | undefined;
1136
- className?: string | undefined;
1137
1490
  value?: string | number | undefined;
1491
+ className?: string | undefined;
1492
+ disabled?: boolean | undefined;
1138
1493
  error?: boolean | undefined;
1139
1494
  placeholder?: string | undefined;
1140
1495
  readOnly?: boolean | undefined;
@@ -1147,10 +1502,10 @@ declare const numberInputPropsSchema: z.ZodObject<{
1147
1502
  min?: number | undefined;
1148
1503
  max?: number | undefined;
1149
1504
  }, {
1505
+ value?: string | number | undefined;
1506
+ className?: string | undefined;
1150
1507
  size?: "xl" | "lg" | "md" | "sm" | undefined;
1151
1508
  disabled?: boolean | undefined;
1152
- className?: string | undefined;
1153
- value?: string | number | undefined;
1154
1509
  error?: boolean | undefined;
1155
1510
  placeholder?: string | undefined;
1156
1511
  readOnly?: boolean | undefined;
@@ -1188,15 +1543,15 @@ declare const priceInputPropsSchema: z.ZodObject<{
1188
1543
  onBalanceClick: z.ZodOptional<z.ZodAny>;
1189
1544
  className: z.ZodOptional<z.ZodString>;
1190
1545
  }, "strip", z.ZodTypeAny, {
1546
+ separator: boolean;
1191
1547
  size: "xl" | "lg" | "md";
1192
1548
  align: "right" | "left";
1193
- separator: boolean;
1194
1549
  balanceLabel: string;
1195
- disabled?: boolean | undefined;
1196
- className?: string | undefined;
1550
+ label?: any;
1197
1551
  value?: any;
1552
+ className?: string | undefined;
1553
+ disabled?: boolean | undefined;
1198
1554
  error?: boolean | undefined;
1199
- label?: any;
1200
1555
  description?: any;
1201
1556
  placeholder?: string | undefined;
1202
1557
  id?: string | undefined;
@@ -1208,18 +1563,18 @@ declare const priceInputPropsSchema: z.ZodObject<{
1208
1563
  maxBalance?: number | undefined;
1209
1564
  onBalanceClick?: any;
1210
1565
  }, {
1566
+ label?: any;
1567
+ value?: any;
1568
+ separator?: boolean | undefined;
1569
+ className?: string | undefined;
1211
1570
  size?: "xl" | "lg" | "md" | undefined;
1212
1571
  disabled?: boolean | undefined;
1213
- className?: string | undefined;
1214
- value?: any;
1215
1572
  error?: boolean | undefined;
1216
- label?: any;
1217
1573
  description?: any;
1218
1574
  placeholder?: string | undefined;
1219
1575
  id?: string | undefined;
1220
1576
  onValueChange?: any;
1221
1577
  align?: "right" | "left" | undefined;
1222
- separator?: boolean | undefined;
1223
1578
  prefix?: any;
1224
1579
  suffix?: any;
1225
1580
  balance?: string | number | undefined;
@@ -1243,16 +1598,16 @@ declare const dataListPropsSchema: z.ZodObject<{
1243
1598
  list: any[] | null;
1244
1599
  loading: boolean;
1245
1600
  skeletonCount: number;
1246
- children?: any;
1247
1601
  className?: string | undefined;
1602
+ children?: any;
1248
1603
  loadingElement?: any;
1249
1604
  noDataMessage?: any;
1250
1605
  errorFallback?: any;
1251
1606
  skeletonElement?: any;
1252
1607
  }, {
1253
1608
  list: any[] | null;
1254
- children?: any;
1255
1609
  className?: string | undefined;
1610
+ children?: any;
1256
1611
  loading?: boolean | undefined;
1257
1612
  loadingElement?: any;
1258
1613
  noDataMessage?: any;
@@ -1309,8 +1664,8 @@ declare const modalTemplatePropsSchema: z.ZodObject<{
1309
1664
  hideHeader: boolean;
1310
1665
  hideFooter: boolean;
1311
1666
  enableDrag: boolean;
1312
- children?: any;
1313
1667
  className?: string | undefined;
1668
+ children?: any;
1314
1669
  title?: any;
1315
1670
  desc?: any;
1316
1671
  footer?: any;
@@ -1330,8 +1685,8 @@ declare const modalTemplatePropsSchema: z.ZodObject<{
1330
1685
  dimClassName?: string | undefined;
1331
1686
  headerClassName?: string | undefined;
1332
1687
  }, {
1333
- children?: any;
1334
1688
  className?: string | undefined;
1689
+ children?: any;
1335
1690
  title?: any;
1336
1691
  desc?: any;
1337
1692
  layout?: "default" | "bottom-sheet" | "slide-left" | "slide-right" | "full-page" | "full-page-reverse" | "draggable" | undefined;
@@ -1514,8 +1869,8 @@ declare const tablePropsSchema: z.ZodObject<{
1514
1869
  list: any[] | null;
1515
1870
  skeletonCount: number;
1516
1871
  loadingType: "loading" | "skeleton";
1517
- children?: any;
1518
1872
  className?: string | undefined;
1873
+ children?: any;
1519
1874
  loading?: boolean | undefined;
1520
1875
  loadingElement?: any;
1521
1876
  hideThead?: boolean | undefined;
@@ -1526,8 +1881,8 @@ declare const tablePropsSchema: z.ZodObject<{
1526
1881
  theadClassName?: string | undefined;
1527
1882
  }, {
1528
1883
  list: any[] | null;
1529
- children?: any;
1530
1884
  className?: string | undefined;
1885
+ children?: any;
1531
1886
  loading?: boolean | undefined;
1532
1887
  loadingElement?: any;
1533
1888
  skeletonCount?: number | undefined;
@@ -1546,14 +1901,14 @@ declare const tableRowPropsSchema: z.ZodObject<{
1546
1901
  onClick: z.ZodOptional<z.ZodAny>;
1547
1902
  }, "strip", z.ZodTypeAny, {
1548
1903
  variant: "default" | "accent";
1549
- children?: any;
1550
1904
  onClick?: any;
1551
1905
  className?: string | undefined;
1552
- }, {
1553
- variant?: "default" | "accent" | undefined;
1554
1906
  children?: any;
1907
+ }, {
1555
1908
  onClick?: any;
1556
1909
  className?: string | undefined;
1910
+ variant?: "default" | "accent" | undefined;
1911
+ children?: any;
1557
1912
  }>;
1558
1913
  declare const tdColumnPropsSchema: z.ZodObject<{
1559
1914
  label: z.ZodOptional<z.ZodAny>;
@@ -1573,13 +1928,13 @@ declare const tdColumnPropsSchema: z.ZodObject<{
1573
1928
  children: z.ZodAny;
1574
1929
  className: z.ZodOptional<z.ZodString>;
1575
1930
  }, "strip", z.ZodTypeAny, {
1576
- align: "right" | "left" | "center";
1931
+ align: "center" | "right" | "left";
1577
1932
  fieldId: string | null;
1578
1933
  textOverflow: "auto" | "truncate" | "wrap" | "break-all";
1934
+ label?: any;
1935
+ className?: string | undefined;
1579
1936
  size?: string | number | undefined;
1580
1937
  children?: any;
1581
- className?: string | undefined;
1582
- label?: any;
1583
1938
  highlightKey?: string | null | undefined;
1584
1939
  colSpan?: number | undefined;
1585
1940
  rowSpan?: number | undefined;
@@ -1591,11 +1946,11 @@ declare const tdColumnPropsSchema: z.ZodObject<{
1591
1946
  handleClickSort?: any;
1592
1947
  }, {
1593
1948
  fieldId: string | null;
1949
+ label?: any;
1950
+ className?: string | undefined;
1594
1951
  size?: string | number | undefined;
1595
1952
  children?: any;
1596
- className?: string | undefined;
1597
- label?: any;
1598
- align?: "right" | "left" | "center" | undefined;
1953
+ align?: "center" | "right" | "left" | undefined;
1599
1954
  textOverflow?: "auto" | "truncate" | "wrap" | "break-all" | undefined;
1600
1955
  highlightKey?: string | null | undefined;
1601
1956
  colSpan?: number | undefined;
@@ -1626,14 +1981,14 @@ declare const toastOptionsSchema: z.ZodObject<{
1626
1981
  unstyled: z.ZodOptional<z.ZodBoolean>;
1627
1982
  id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
1628
1983
  }, "strip", z.ZodTypeAny, {
1629
- style?: any;
1630
1984
  className?: string | undefined;
1985
+ style?: any;
1631
1986
  description?: any;
1632
1987
  id?: string | number | undefined;
1633
- dismissible?: boolean | undefined;
1634
- duration?: number | undefined;
1635
1988
  icon?: any;
1636
1989
  action?: any;
1990
+ dismissible?: boolean | undefined;
1991
+ duration?: number | undefined;
1637
1992
  cancel?: any;
1638
1993
  closeButton?: boolean | undefined;
1639
1994
  richColors?: boolean | undefined;
@@ -1643,14 +1998,14 @@ declare const toastOptionsSchema: z.ZodObject<{
1643
1998
  onAutoClose?: any;
1644
1999
  unstyled?: boolean | undefined;
1645
2000
  }, {
1646
- style?: any;
1647
2001
  className?: string | undefined;
2002
+ style?: any;
1648
2003
  description?: any;
1649
2004
  id?: string | number | undefined;
1650
- dismissible?: boolean | undefined;
1651
- duration?: number | undefined;
1652
2005
  icon?: any;
1653
2006
  action?: any;
2007
+ dismissible?: boolean | undefined;
2008
+ duration?: number | undefined;
1654
2009
  cancel?: any;
1655
2010
  closeButton?: boolean | undefined;
1656
2011
  richColors?: boolean | undefined;
@@ -1675,6 +2030,7 @@ declare const toasterPropsSchema: z.ZodObject<{
1675
2030
  }, "strip", z.ZodTypeAny, {
1676
2031
  position: "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right";
1677
2032
  unstyled: boolean;
2033
+ offset?: any;
1678
2034
  duration?: number | undefined;
1679
2035
  gap?: number | undefined;
1680
2036
  closeButton?: boolean | undefined;
@@ -1682,9 +2038,9 @@ declare const toasterPropsSchema: z.ZodObject<{
1682
2038
  theme?: "dark" | "light" | "system" | undefined;
1683
2039
  expand?: boolean | undefined;
1684
2040
  visibleToasts?: number | undefined;
1685
- offset?: any;
1686
2041
  dir?: "auto" | "ltr" | "rtl" | undefined;
1687
2042
  }, {
2043
+ offset?: any;
1688
2044
  duration?: number | undefined;
1689
2045
  gap?: number | undefined;
1690
2046
  closeButton?: boolean | undefined;
@@ -1694,8 +2050,112 @@ declare const toasterPropsSchema: z.ZodObject<{
1694
2050
  theme?: "dark" | "light" | "system" | undefined;
1695
2051
  expand?: boolean | undefined;
1696
2052
  visibleToasts?: number | undefined;
1697
- offset?: any;
1698
2053
  dir?: "auto" | "ltr" | "rtl" | undefined;
1699
2054
  }>;
1700
2055
 
1701
- export { accordionPropsSchema, avatarPropsSchema, buttonPropsSchema, carouselButtonPropsSchema, carouselDotsPropsSchema, carouselPropsSchema, carouselSlidePropsSchema, checkBoxPropsSchema, chipPropsSchema, clientOnlyPropsSchema, countdownPropsSchema, counterPropsSchema, dataListPropsSchema, dividerPropsSchema, drawerClosePropsSchema, drawerContentPropsSchema, drawerDescriptionPropsSchema, drawerPropsSchema, drawerTitlePropsSchema, drawerTriggerPropsSchema, ellipsisPropsSchema, errorBoundaryPropsSchema, infiniteScrollPropsSchema, marqueePropsSchema, modalCallSchema, modalTemplatePropsSchema, numberInputPropsSchema, paginationPropsSchema, popoverPropsSchema, priceInputPropsSchema, radioGroupPropsSchema, radioItemPropsSchema, selectItemPropsSchema, selectPropsSchema, skeletonPropsSchema, spinnerPropsSchema, switchPropsSchema, tabPropsSchema, tablePropsSchema, tableRowPropsSchema, tdColumnPropsSchema, textAreaPropsSchema, textInputPropsSchema, themeProviderPropsSchema, toastOptionsSchema, toasterPropsSchema, tooltipPropsSchema, virtualGridPropsSchema, virtualListPropsSchema };
2056
+ declare const tagInputPropsSchema: z.ZodObject<{
2057
+ value: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2058
+ defaultValue: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2059
+ onChange: z.ZodOptional<z.ZodAny>;
2060
+ placeholder: z.ZodDefault<z.ZodString>;
2061
+ max: z.ZodOptional<z.ZodNumber>;
2062
+ disabled: z.ZodOptional<z.ZodBoolean>;
2063
+ allowDuplicates: z.ZodDefault<z.ZodBoolean>;
2064
+ label: z.ZodOptional<z.ZodString>;
2065
+ description: z.ZodOptional<z.ZodString>;
2066
+ size: z.ZodDefault<z.ZodEnum<["sm", "md", "lg"]>>;
2067
+ className: z.ZodOptional<z.ZodString>;
2068
+ }, "strip", z.ZodTypeAny, {
2069
+ size: "lg" | "md" | "sm";
2070
+ placeholder: string;
2071
+ allowDuplicates: boolean;
2072
+ label?: string | undefined;
2073
+ value?: string[] | undefined;
2074
+ className?: string | undefined;
2075
+ disabled?: boolean | undefined;
2076
+ description?: string | undefined;
2077
+ defaultValue?: string[] | undefined;
2078
+ onChange?: any;
2079
+ max?: number | undefined;
2080
+ }, {
2081
+ label?: string | undefined;
2082
+ value?: string[] | undefined;
2083
+ className?: string | undefined;
2084
+ size?: "lg" | "md" | "sm" | undefined;
2085
+ disabled?: boolean | undefined;
2086
+ description?: string | undefined;
2087
+ placeholder?: string | undefined;
2088
+ defaultValue?: string[] | undefined;
2089
+ onChange?: any;
2090
+ max?: number | undefined;
2091
+ allowDuplicates?: boolean | undefined;
2092
+ }>;
2093
+
2094
+ declare const nxImagePropsSchema: z.ZodObject<{
2095
+ src: z.ZodOptional<z.ZodString>;
2096
+ alt: z.ZodOptional<z.ZodString>;
2097
+ fallback: z.ZodOptional<z.ZodAny>;
2098
+ fallbackSrc: z.ZodOptional<z.ZodString>;
2099
+ aspectRatio: z.ZodOptional<z.ZodString>;
2100
+ objectFit: z.ZodDefault<z.ZodEnum<["cover", "contain", "fill", "none"]>>;
2101
+ lazy: z.ZodDefault<z.ZodBoolean>;
2102
+ wrapperClassName: z.ZodOptional<z.ZodString>;
2103
+ className: z.ZodOptional<z.ZodString>;
2104
+ }, "strip", z.ZodTypeAny, {
2105
+ objectFit: "fill" | "none" | "cover" | "contain";
2106
+ lazy: boolean;
2107
+ className?: string | undefined;
2108
+ src?: string | undefined;
2109
+ alt?: string | undefined;
2110
+ fallback?: any;
2111
+ fallbackSrc?: string | undefined;
2112
+ aspectRatio?: string | undefined;
2113
+ wrapperClassName?: string | undefined;
2114
+ }, {
2115
+ className?: string | undefined;
2116
+ src?: string | undefined;
2117
+ alt?: string | undefined;
2118
+ fallback?: any;
2119
+ fallbackSrc?: string | undefined;
2120
+ aspectRatio?: string | undefined;
2121
+ objectFit?: "fill" | "none" | "cover" | "contain" | undefined;
2122
+ lazy?: boolean | undefined;
2123
+ wrapperClassName?: string | undefined;
2124
+ }>;
2125
+
2126
+ declare const datePickerPropsSchema: z.ZodObject<{
2127
+ value: z.ZodOptional<z.ZodAny>;
2128
+ defaultValue: z.ZodOptional<z.ZodAny>;
2129
+ onChange: z.ZodOptional<z.ZodAny>;
2130
+ placeholder: z.ZodDefault<z.ZodString>;
2131
+ disabled: z.ZodDefault<z.ZodBoolean>;
2132
+ minDate: z.ZodOptional<z.ZodAny>;
2133
+ maxDate: z.ZodOptional<z.ZodAny>;
2134
+ locale: z.ZodDefault<z.ZodEnum<["ko", "en"]>>;
2135
+ formatStr: z.ZodDefault<z.ZodString>;
2136
+ className: z.ZodOptional<z.ZodString>;
2137
+ }, "strip", z.ZodTypeAny, {
2138
+ disabled: boolean;
2139
+ placeholder: string;
2140
+ locale: "ko" | "en";
2141
+ formatStr: string;
2142
+ value?: any;
2143
+ className?: string | undefined;
2144
+ defaultValue?: any;
2145
+ onChange?: any;
2146
+ minDate?: any;
2147
+ maxDate?: any;
2148
+ }, {
2149
+ value?: any;
2150
+ className?: string | undefined;
2151
+ disabled?: boolean | undefined;
2152
+ placeholder?: string | undefined;
2153
+ defaultValue?: any;
2154
+ onChange?: any;
2155
+ minDate?: any;
2156
+ maxDate?: any;
2157
+ locale?: "ko" | "en" | undefined;
2158
+ formatStr?: string | undefined;
2159
+ }>;
2160
+
2161
+ export { accordionPropsSchema, alertPropsSchema, avatarPropsSchema, badgePropsSchema, breadcrumbPropsSchema, buttonPropsSchema, carouselButtonPropsSchema, carouselDotsPropsSchema, carouselPropsSchema, carouselSlidePropsSchema, checkBoxPropsSchema, chipPropsSchema, clientOnlyPropsSchema, countdownPropsSchema, counterPropsSchema, dataListPropsSchema, datePickerPropsSchema, dividerPropsSchema, drawerClosePropsSchema, drawerContentPropsSchema, drawerDescriptionPropsSchema, drawerPropsSchema, drawerTitlePropsSchema, drawerTriggerPropsSchema, dropdownMenuPropsSchema, ellipsisPropsSchema, emptyStatePropsSchema, errorBoundaryPropsSchema, infiniteScrollPropsSchema, marqueePropsSchema, modalCallSchema, modalTemplatePropsSchema, numberInputPropsSchema, nxImagePropsSchema, paginationPropsSchema, popoverPropsSchema, priceInputPropsSchema, progressPropsSchema, radioGroupPropsSchema, radioItemPropsSchema, selectItemPropsSchema, selectPropsSchema, skeletonPropsSchema, sliderPropsSchema, spinnerPropsSchema, stepperPropsSchema, switchPropsSchema, tabPropsSchema, tablePropsSchema, tableRowPropsSchema, tagInputPropsSchema, tdColumnPropsSchema, textAreaPropsSchema, textInputPropsSchema, themeProviderPropsSchema, toastOptionsSchema, toasterPropsSchema, toggleGroupPropsSchema, tooltipPropsSchema, virtualGridPropsSchema, virtualListPropsSchema };