@dito-uai/components 5.1.0-alpha.39 → 5.1.0-alpha.41

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/global.css +1 -1
  2. package/dist/index.cjs +69 -48
  3. package/dist/index.d.cts +1057 -2883
  4. package/dist/index.d.ts +2 -0
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +16 -14
  7. package/dist/ui/alert.d.ts +4 -220
  8. package/dist/ui/alert.d.ts.map +1 -1
  9. package/dist/ui/avatar.d.ts +4 -124
  10. package/dist/ui/avatar.d.ts.map +1 -1
  11. package/dist/ui/badge.d.ts +4 -148
  12. package/dist/ui/badge.d.ts.map +1 -1
  13. package/dist/ui/button.d.ts +94 -448
  14. package/dist/ui/button.d.ts.map +1 -1
  15. package/dist/ui/card.d.ts +2 -66
  16. package/dist/ui/card.d.ts.map +1 -1
  17. package/dist/ui/chips.d.ts +4 -236
  18. package/dist/ui/chips.d.ts.map +1 -1
  19. package/dist/ui/dropdown-menu.d.ts +107 -0
  20. package/dist/ui/dropdown-menu.d.ts.map +1 -0
  21. package/dist/ui/indicator.d.ts +4 -60
  22. package/dist/ui/indicator.d.ts.map +1 -1
  23. package/dist/ui/input-description.d.ts +2 -26
  24. package/dist/ui/input-description.d.ts.map +1 -1
  25. package/dist/ui/input.d.ts +4 -292
  26. package/dist/ui/input.d.ts.map +1 -1
  27. package/dist/ui/label.d.ts +2 -18
  28. package/dist/ui/label.d.ts.map +1 -1
  29. package/dist/ui/message.d.ts +2 -34
  30. package/dist/ui/message.d.ts.map +1 -1
  31. package/dist/ui/popover.d.ts +7 -0
  32. package/dist/ui/popover.d.ts.map +1 -0
  33. package/dist/ui/progress.d.ts +2 -22
  34. package/dist/ui/progress.d.ts.map +1 -1
  35. package/dist/ui/scope.d.ts +2 -106
  36. package/dist/ui/scope.d.ts.map +1 -1
  37. package/dist/ui/search.d.ts +2 -146
  38. package/dist/ui/search.d.ts.map +1 -1
  39. package/dist/ui/status.d.ts +2 -34
  40. package/dist/ui/status.d.ts.map +1 -1
  41. package/dist/ui/text.d.ts +2 -62
  42. package/dist/ui/text.d.ts.map +1 -1
  43. package/dist/ui/toggle.d.ts +4 -60
  44. package/dist/ui/toggle.d.ts.map +1 -1
  45. package/package.json +6 -5
  46. package/tailwind-preset.ts +4 -0
package/dist/index.d.cts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
3
  import * as React$1 from 'react';
5
4
  import React__default, { HTMLAttributes, PropsWithChildren } from 'react';
6
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
@@ -13,6 +12,8 @@ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
13
12
  import * as _radix_ui_react_checkbox from '@radix-ui/react-checkbox';
14
13
  import { Root } from '@radix-ui/react-checkbox';
15
14
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
15
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
16
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
16
17
 
17
18
  declare const avatarVariants: tailwind_variants.TVReturnType<{
18
19
  color: {
@@ -29,37 +30,7 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
29
30
  medium: string;
30
31
  large: string;
31
32
  };
32
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
33
- color: {
34
- default: string;
35
- indigo: string;
36
- };
37
- type: {
38
- icon: string;
39
- capitals: string;
40
- image: string;
41
- };
42
- size: {
43
- small: string;
44
- medium: string;
45
- large: string;
46
- };
47
- }, {
48
- color: {
49
- default: string;
50
- indigo: string;
51
- };
52
- type: {
53
- icon: string;
54
- capitals: string;
55
- image: string;
56
- };
57
- size: {
58
- small: string;
59
- medium: string;
60
- large: string;
61
- };
62
- }>, {
33
+ }, undefined, "flex items-center justify-center rounded-full", {
63
34
  color: {
64
35
  default: string;
65
36
  indigo: string;
@@ -89,37 +60,7 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
89
60
  medium: string;
90
61
  large: string;
91
62
  };
92
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
93
- color: {
94
- default: string;
95
- indigo: string;
96
- };
97
- type: {
98
- icon: string;
99
- capitals: string;
100
- image: string;
101
- };
102
- size: {
103
- small: string;
104
- medium: string;
105
- large: string;
106
- };
107
- }, {
108
- color: {
109
- default: string;
110
- indigo: string;
111
- };
112
- type: {
113
- icon: string;
114
- capitals: string;
115
- image: string;
116
- };
117
- size: {
118
- small: string;
119
- medium: string;
120
- large: string;
121
- };
122
- }>, unknown, unknown, undefined>>;
63
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>;
123
64
  type AvatarProps = React__default.ComponentPropsWithoutRef<'div'> & VariantProps<typeof avatarVariants> & {
124
65
  asChild?: boolean;
125
66
  };
@@ -138,37 +79,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<Omit<React__defau
138
79
  medium: string;
139
80
  large: string;
140
81
  };
141
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
142
- color: {
143
- default: string;
144
- indigo: string;
145
- };
146
- type: {
147
- icon: string;
148
- capitals: string;
149
- image: string;
150
- };
151
- size: {
152
- small: string;
153
- medium: string;
154
- large: string;
155
- };
156
- }, {
157
- color: {
158
- default: string;
159
- indigo: string;
160
- };
161
- type: {
162
- icon: string;
163
- capitals: string;
164
- image: string;
165
- };
166
- size: {
167
- small: string;
168
- medium: string;
169
- large: string;
170
- };
171
- }>, {
82
+ }, undefined, "flex items-center justify-center rounded-full", {
172
83
  color: {
173
84
  default: string;
174
85
  indigo: string;
@@ -198,37 +109,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<Omit<React__defau
198
109
  medium: string;
199
110
  large: string;
200
111
  };
201
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
202
- color: {
203
- default: string;
204
- indigo: string;
205
- };
206
- type: {
207
- icon: string;
208
- capitals: string;
209
- image: string;
210
- };
211
- size: {
212
- small: string;
213
- medium: string;
214
- large: string;
215
- };
216
- }, {
217
- color: {
218
- default: string;
219
- indigo: string;
220
- };
221
- type: {
222
- icon: string;
223
- capitals: string;
224
- image: string;
225
- };
226
- size: {
227
- small: string;
228
- medium: string;
229
- large: string;
230
- };
231
- }>, unknown, unknown, undefined>>> & {
112
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>> & {
232
113
  asChild?: boolean;
233
114
  } & React__default.RefAttributes<HTMLDivElement>>;
234
115
 
@@ -250,43 +131,7 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
250
131
  pill: string;
251
132
  dot: string;
252
133
  };
253
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
254
- contrast: {
255
- true: string;
256
- false: string;
257
- };
258
- status: {
259
- info: string;
260
- attention: string;
261
- white: string;
262
- };
263
- size: {
264
- small: string;
265
- normal: string;
266
- };
267
- type: {
268
- pill: string;
269
- dot: string;
270
- };
271
- }, {
272
- contrast: {
273
- true: string;
274
- false: string;
275
- };
276
- status: {
277
- info: string;
278
- attention: string;
279
- white: string;
280
- };
281
- size: {
282
- small: string;
283
- normal: string;
284
- };
285
- type: {
286
- pill: string;
287
- dot: string;
288
- };
289
- }>, {
134
+ }, undefined, "flex items-center justify-center rounded-full", {
290
135
  contrast: {
291
136
  true: string;
292
137
  false: string;
@@ -322,43 +167,7 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
322
167
  pill: string;
323
168
  dot: string;
324
169
  };
325
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
326
- contrast: {
327
- true: string;
328
- false: string;
329
- };
330
- status: {
331
- info: string;
332
- attention: string;
333
- white: string;
334
- };
335
- size: {
336
- small: string;
337
- normal: string;
338
- };
339
- type: {
340
- pill: string;
341
- dot: string;
342
- };
343
- }, {
344
- contrast: {
345
- true: string;
346
- false: string;
347
- };
348
- status: {
349
- info: string;
350
- attention: string;
351
- white: string;
352
- };
353
- size: {
354
- small: string;
355
- normal: string;
356
- };
357
- type: {
358
- pill: string;
359
- dot: string;
360
- };
361
- }>, unknown, unknown, undefined>>;
170
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>;
362
171
  type BadgeProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof badgeVariants> & {
363
172
  asChild?: boolean;
364
173
  };
@@ -380,43 +189,7 @@ declare const Badge: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
380
189
  pill: string;
381
190
  dot: string;
382
191
  };
383
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
384
- contrast: {
385
- true: string;
386
- false: string;
387
- };
388
- status: {
389
- info: string;
390
- attention: string;
391
- white: string;
392
- };
393
- size: {
394
- small: string;
395
- normal: string;
396
- };
397
- type: {
398
- pill: string;
399
- dot: string;
400
- };
401
- }, {
402
- contrast: {
403
- true: string;
404
- false: string;
405
- };
406
- status: {
407
- info: string;
408
- attention: string;
409
- white: string;
410
- };
411
- size: {
412
- small: string;
413
- normal: string;
414
- };
415
- type: {
416
- pill: string;
417
- dot: string;
418
- };
419
- }>, {
192
+ }, undefined, "flex items-center justify-center rounded-full", {
420
193
  contrast: {
421
194
  true: string;
422
195
  false: string;
@@ -452,43 +225,7 @@ declare const Badge: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
452
225
  pill: string;
453
226
  dot: string;
454
227
  };
455
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
456
- contrast: {
457
- true: string;
458
- false: string;
459
- };
460
- status: {
461
- info: string;
462
- attention: string;
463
- white: string;
464
- };
465
- size: {
466
- small: string;
467
- normal: string;
468
- };
469
- type: {
470
- pill: string;
471
- dot: string;
472
- };
473
- }, {
474
- contrast: {
475
- true: string;
476
- false: string;
477
- };
478
- status: {
479
- info: string;
480
- attention: string;
481
- white: string;
482
- };
483
- size: {
484
- small: string;
485
- normal: string;
486
- };
487
- type: {
488
- pill: string;
489
- dot: string;
490
- };
491
- }>, unknown, unknown, undefined>>> & {
228
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>> & {
492
229
  asChild?: boolean;
493
230
  } & React__default.RefAttributes<HTMLSpanElement>>;
494
231
 
@@ -530,6 +267,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
530
267
  text: string;
531
268
  icon: string;
532
269
  };
270
+ ai: {
271
+ container: string;
272
+ loading: string;
273
+ text: string;
274
+ icon: string;
275
+ };
276
+ 'ai-outline': {
277
+ container: string;
278
+ text: string;
279
+ icon: string;
280
+ };
533
281
  };
534
282
  size: {
535
283
  medium: {
@@ -542,6 +290,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
542
290
  icon: string;
543
291
  };
544
292
  };
293
+ rounded: {
294
+ true: {
295
+ container: string;
296
+ };
297
+ false: {
298
+ container: string;
299
+ };
300
+ };
301
+ vertical: {
302
+ true: {
303
+ container: string;
304
+ text: string;
305
+ icon: string;
306
+ };
307
+ false: {
308
+ container: string;
309
+ };
310
+ };
545
311
  disabled: {
546
312
  true: {
547
313
  container: string;
@@ -563,7 +329,7 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
563
329
  icon: string;
564
330
  text: string;
565
331
  loading: string;
566
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
332
+ }, undefined, {
567
333
  appearance: {
568
334
  primary: {
569
335
  container: string;
@@ -601,6 +367,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
601
367
  text: string;
602
368
  icon: string;
603
369
  };
370
+ ai: {
371
+ container: string;
372
+ loading: string;
373
+ text: string;
374
+ icon: string;
375
+ };
376
+ 'ai-outline': {
377
+ container: string;
378
+ text: string;
379
+ icon: string;
380
+ };
604
381
  };
605
382
  size: {
606
383
  medium: {
@@ -613,6 +390,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
613
390
  icon: string;
614
391
  };
615
392
  };
393
+ rounded: {
394
+ true: {
395
+ container: string;
396
+ };
397
+ false: {
398
+ container: string;
399
+ };
400
+ };
401
+ vertical: {
402
+ true: {
403
+ container: string;
404
+ text: string;
405
+ icon: string;
406
+ };
407
+ false: {
408
+ container: string;
409
+ };
410
+ };
616
411
  disabled: {
617
412
  true: {
618
413
  container: string;
@@ -630,6 +425,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
630
425
  false: string;
631
426
  };
632
427
  }, {
428
+ container: string;
429
+ icon: string;
430
+ text: string;
431
+ loading: string;
432
+ }, tailwind_variants.TVReturnType<{
633
433
  appearance: {
634
434
  primary: {
635
435
  container: string;
@@ -667,82 +467,45 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
667
467
  text: string;
668
468
  icon: string;
669
469
  };
670
- };
671
- size: {
672
- medium: {
673
- container: string;
674
- icon: string;
675
- };
676
- small: {
677
- container: string;
678
- text: string;
679
- icon: string;
680
- };
681
- };
682
- disabled: {
683
- true: {
684
- container: string;
685
- text: string;
686
- icon: string;
687
- loading: string;
688
- };
689
- false: string;
690
- };
691
- loading: {
692
- true: {
693
- text: string;
694
- icon: string;
695
- };
696
- false: string;
697
- };
698
- }>, {
699
- appearance: {
700
- primary: {
470
+ ai: {
701
471
  container: string;
702
472
  loading: string;
703
473
  text: string;
704
474
  icon: string;
705
475
  };
706
- secondary: {
476
+ 'ai-outline': {
707
477
  container: string;
708
- loading: string;
709
478
  text: string;
710
479
  icon: string;
711
480
  };
712
- tertiary: {
481
+ };
482
+ size: {
483
+ medium: {
713
484
  container: string;
714
- loading: string;
715
- text: string;
716
485
  icon: string;
717
486
  };
718
- danger: {
487
+ small: {
719
488
  container: string;
720
- loading: string;
721
489
  text: string;
722
490
  icon: string;
723
491
  };
724
- link: {
492
+ };
493
+ rounded: {
494
+ true: {
725
495
  container: string;
726
- loading: string;
727
- text: string;
728
- icon: string;
729
496
  };
730
- table: {
497
+ false: {
731
498
  container: string;
732
- loading: string;
733
- text: string;
734
- icon: string;
735
499
  };
736
500
  };
737
- size: {
738
- medium: {
501
+ vertical: {
502
+ true: {
739
503
  container: string;
504
+ text: string;
740
505
  icon: string;
741
506
  };
742
- small: {
507
+ false: {
743
508
  container: string;
744
- text: string;
745
- icon: string;
746
509
  };
747
510
  };
748
511
  disabled: {
@@ -766,7 +529,13 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
766
529
  icon: string;
767
530
  text: string;
768
531
  loading: string;
769
- }, tailwind_variants.TVReturnType<{
532
+ }, undefined, unknown, unknown, undefined>>;
533
+ type ButtonProps = React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<typeof buttonVariants> & {
534
+ asChild?: boolean;
535
+ icon?: React__default.ElementType;
536
+ loading?: boolean;
537
+ };
538
+ declare const Button: React__default.ForwardRefExoticComponent<React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<tailwind_variants.TVReturnType<{
770
539
  appearance: {
771
540
  primary: {
772
541
  container: string;
@@ -804,6 +573,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
804
573
  text: string;
805
574
  icon: string;
806
575
  };
576
+ ai: {
577
+ container: string;
578
+ loading: string;
579
+ text: string;
580
+ icon: string;
581
+ };
582
+ 'ai-outline': {
583
+ container: string;
584
+ text: string;
585
+ icon: string;
586
+ };
807
587
  };
808
588
  size: {
809
589
  medium: {
@@ -816,6 +596,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
816
596
  icon: string;
817
597
  };
818
598
  };
599
+ rounded: {
600
+ true: {
601
+ container: string;
602
+ };
603
+ false: {
604
+ container: string;
605
+ };
606
+ };
607
+ vertical: {
608
+ true: {
609
+ container: string;
610
+ text: string;
611
+ icon: string;
612
+ };
613
+ false: {
614
+ container: string;
615
+ };
616
+ };
819
617
  disabled: {
820
618
  true: {
821
619
  container: string;
@@ -837,7 +635,7 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
837
635
  icon: string;
838
636
  text: string;
839
637
  loading: string;
840
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
638
+ }, undefined, {
841
639
  appearance: {
842
640
  primary: {
843
641
  container: string;
@@ -875,6 +673,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
875
673
  text: string;
876
674
  icon: string;
877
675
  };
676
+ ai: {
677
+ container: string;
678
+ loading: string;
679
+ text: string;
680
+ icon: string;
681
+ };
682
+ 'ai-outline': {
683
+ container: string;
684
+ text: string;
685
+ icon: string;
686
+ };
878
687
  };
879
688
  size: {
880
689
  medium: {
@@ -887,6 +696,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
887
696
  icon: string;
888
697
  };
889
698
  };
699
+ rounded: {
700
+ true: {
701
+ container: string;
702
+ };
703
+ false: {
704
+ container: string;
705
+ };
706
+ };
707
+ vertical: {
708
+ true: {
709
+ container: string;
710
+ text: string;
711
+ icon: string;
712
+ };
713
+ false: {
714
+ container: string;
715
+ };
716
+ };
890
717
  disabled: {
891
718
  true: {
892
719
  container: string;
@@ -904,6 +731,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
904
731
  false: string;
905
732
  };
906
733
  }, {
734
+ container: string;
735
+ icon: string;
736
+ text: string;
737
+ loading: string;
738
+ }, tailwind_variants.TVReturnType<{
907
739
  appearance: {
908
740
  primary: {
909
741
  container: string;
@@ -941,88 +773,45 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
941
773
  text: string;
942
774
  icon: string;
943
775
  };
944
- };
945
- size: {
946
- medium: {
947
- container: string;
948
- icon: string;
949
- };
950
- small: {
951
- container: string;
952
- text: string;
953
- icon: string;
954
- };
955
- };
956
- disabled: {
957
- true: {
958
- container: string;
959
- text: string;
960
- icon: string;
961
- loading: string;
962
- };
963
- false: string;
964
- };
965
- loading: {
966
- true: {
967
- text: string;
968
- icon: string;
969
- };
970
- false: string;
971
- };
972
- }>, unknown, unknown, undefined>>;
973
- type ButtonProps = React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<typeof buttonVariants> & {
974
- asChild?: boolean;
975
- icon?: React__default.ElementType;
976
- loading?: boolean;
977
- };
978
- declare const Button: React__default.ForwardRefExoticComponent<React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<tailwind_variants.TVReturnType<{
979
- appearance: {
980
- primary: {
776
+ ai: {
981
777
  container: string;
982
778
  loading: string;
983
779
  text: string;
984
780
  icon: string;
985
781
  };
986
- secondary: {
782
+ 'ai-outline': {
987
783
  container: string;
988
- loading: string;
989
784
  text: string;
990
785
  icon: string;
991
786
  };
992
- tertiary: {
787
+ };
788
+ size: {
789
+ medium: {
993
790
  container: string;
994
- loading: string;
995
- text: string;
996
791
  icon: string;
997
792
  };
998
- danger: {
793
+ small: {
999
794
  container: string;
1000
- loading: string;
1001
795
  text: string;
1002
796
  icon: string;
1003
797
  };
1004
- link: {
798
+ };
799
+ rounded: {
800
+ true: {
1005
801
  container: string;
1006
- loading: string;
1007
- text: string;
1008
- icon: string;
1009
802
  };
1010
- table: {
803
+ false: {
1011
804
  container: string;
1012
- loading: string;
1013
- text: string;
1014
- icon: string;
1015
805
  };
1016
806
  };
1017
- size: {
1018
- medium: {
807
+ vertical: {
808
+ true: {
1019
809
  container: string;
810
+ text: string;
1020
811
  icon: string;
1021
812
  };
1022
- small: {
813
+ false: {
1023
814
  container: string;
1024
- text: string;
1025
- icon: string;
1026
815
  };
1027
816
  };
1028
817
  disabled: {
@@ -1046,2616 +835,1008 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1046
835
  icon: string;
1047
836
  text: string;
1048
837
  loading: string;
1049
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1050
- appearance: {
1051
- primary: {
1052
- container: string;
1053
- loading: string;
1054
- text: string;
1055
- icon: string;
1056
- };
1057
- secondary: {
1058
- container: string;
1059
- loading: string;
1060
- text: string;
1061
- icon: string;
1062
- };
1063
- tertiary: {
1064
- container: string;
1065
- loading: string;
1066
- text: string;
1067
- icon: string;
1068
- };
1069
- danger: {
1070
- container: string;
1071
- loading: string;
1072
- text: string;
1073
- icon: string;
1074
- };
1075
- link: {
1076
- container: string;
1077
- loading: string;
1078
- text: string;
1079
- icon: string;
1080
- };
1081
- table: {
1082
- container: string;
1083
- loading: string;
1084
- text: string;
1085
- icon: string;
1086
- };
838
+ }, undefined, unknown, unknown, undefined>>> & {
839
+ asChild?: boolean;
840
+ icon?: React__default.ElementType;
841
+ loading?: boolean;
842
+ } & React__default.RefAttributes<HTMLButtonElement>>;
843
+
844
+ declare const cardVariants: tailwind_variants.TVReturnType<{
845
+ variant: {
846
+ default: string;
847
+ big: string;
848
+ small: string;
849
+ };
850
+ direction: {
851
+ col: string;
852
+ row: string;
853
+ };
854
+ padding: {
855
+ none: string;
856
+ small: string;
857
+ medium: string;
858
+ big: string;
859
+ };
860
+ }, undefined, "flex w-full border border-gray-200 bg-white p-2", {
861
+ variant: {
862
+ default: string;
863
+ big: string;
864
+ small: string;
865
+ };
866
+ direction: {
867
+ col: string;
868
+ row: string;
869
+ };
870
+ padding: {
871
+ none: string;
872
+ small: string;
873
+ medium: string;
874
+ big: string;
875
+ };
876
+ }, undefined, tailwind_variants.TVReturnType<{
877
+ variant: {
878
+ default: string;
879
+ big: string;
880
+ small: string;
881
+ };
882
+ direction: {
883
+ col: string;
884
+ row: string;
885
+ };
886
+ padding: {
887
+ none: string;
888
+ small: string;
889
+ medium: string;
890
+ big: string;
891
+ };
892
+ }, undefined, "flex w-full border border-gray-200 bg-white p-2", unknown, unknown, undefined>>;
893
+ type CardProps = HTMLAttributes<HTMLDivElement> & PropsWithChildren & VariantProps<typeof cardVariants>;
894
+ declare const Card: {
895
+ ({ className, variant, direction, padding, children, ...props }: CardProps): react_jsx_runtime.JSX.Element;
896
+ displayName: string;
897
+ };
898
+
899
+ declare const scopeVariants: tailwind_variants.TVReturnType<{
900
+ variant: {
901
+ default: string;
902
+ light: string;
903
+ green: string;
904
+ red: string;
1087
905
  };
1088
906
  size: {
1089
- medium: {
907
+ default: {
1090
908
  container: string;
1091
- icon: string;
1092
909
  };
1093
910
  small: {
1094
911
  container: string;
1095
912
  text: string;
1096
- icon: string;
1097
913
  };
1098
914
  };
1099
915
  disabled: {
1100
916
  true: {
1101
917
  container: string;
1102
- text: string;
1103
918
  icon: string;
1104
- loading: string;
1105
919
  };
1106
- false: string;
1107
- };
1108
- loading: {
1109
- true: {
1110
- text: string;
920
+ false: {
921
+ container: string;
1111
922
  icon: string;
1112
923
  };
1113
- false: string;
1114
924
  };
1115
925
  }, {
1116
- appearance: {
1117
- primary: {
1118
- container: string;
1119
- loading: string;
1120
- text: string;
1121
- icon: string;
1122
- };
1123
- secondary: {
1124
- container: string;
1125
- loading: string;
1126
- text: string;
1127
- icon: string;
1128
- };
1129
- tertiary: {
1130
- container: string;
1131
- loading: string;
1132
- text: string;
1133
- icon: string;
1134
- };
1135
- danger: {
1136
- container: string;
1137
- loading: string;
1138
- text: string;
1139
- icon: string;
1140
- };
1141
- link: {
1142
- container: string;
1143
- loading: string;
1144
- text: string;
1145
- icon: string;
1146
- };
1147
- table: {
1148
- container: string;
1149
- loading: string;
1150
- text: string;
1151
- icon: string;
1152
- };
926
+ container: string;
927
+ icon: string;
928
+ text: string;
929
+ }, undefined, {
930
+ variant: {
931
+ default: string;
932
+ light: string;
933
+ green: string;
934
+ red: string;
1153
935
  };
1154
936
  size: {
1155
- medium: {
937
+ default: {
1156
938
  container: string;
1157
- icon: string;
1158
939
  };
1159
940
  small: {
1160
941
  container: string;
1161
942
  text: string;
1162
- icon: string;
1163
943
  };
1164
944
  };
1165
945
  disabled: {
1166
946
  true: {
1167
947
  container: string;
1168
- text: string;
1169
- icon: string;
1170
- loading: string;
1171
- };
1172
- false: string;
1173
- };
1174
- loading: {
1175
- true: {
1176
- text: string;
1177
- icon: string;
1178
- };
1179
- false: string;
1180
- };
1181
- }>, {
1182
- appearance: {
1183
- primary: {
1184
- container: string;
1185
- loading: string;
1186
- text: string;
1187
- icon: string;
1188
- };
1189
- secondary: {
1190
- container: string;
1191
- loading: string;
1192
- text: string;
1193
- icon: string;
1194
- };
1195
- tertiary: {
1196
- container: string;
1197
- loading: string;
1198
- text: string;
1199
- icon: string;
1200
- };
1201
- danger: {
1202
- container: string;
1203
- loading: string;
1204
- text: string;
1205
- icon: string;
1206
- };
1207
- link: {
1208
- container: string;
1209
- loading: string;
1210
- text: string;
1211
948
  icon: string;
1212
949
  };
1213
- table: {
950
+ false: {
1214
951
  container: string;
1215
- loading: string;
1216
- text: string;
1217
952
  icon: string;
1218
953
  };
1219
954
  };
955
+ }, {
956
+ container: string;
957
+ icon: string;
958
+ text: string;
959
+ }, tailwind_variants.TVReturnType<{
960
+ variant: {
961
+ default: string;
962
+ light: string;
963
+ green: string;
964
+ red: string;
965
+ };
1220
966
  size: {
1221
- medium: {
967
+ default: {
1222
968
  container: string;
1223
- icon: string;
1224
969
  };
1225
970
  small: {
1226
971
  container: string;
1227
972
  text: string;
1228
- icon: string;
1229
973
  };
1230
974
  };
1231
975
  disabled: {
1232
976
  true: {
1233
977
  container: string;
1234
- text: string;
1235
978
  icon: string;
1236
- loading: string;
1237
979
  };
1238
- false: string;
1239
- };
1240
- loading: {
1241
- true: {
1242
- text: string;
980
+ false: {
981
+ container: string;
1243
982
  icon: string;
1244
983
  };
1245
- false: string;
1246
984
  };
1247
985
  }, {
1248
986
  container: string;
1249
987
  icon: string;
1250
988
  text: string;
1251
- loading: string;
1252
- }, tailwind_variants.TVReturnType<{
1253
- appearance: {
1254
- primary: {
1255
- container: string;
1256
- loading: string;
1257
- text: string;
1258
- icon: string;
1259
- };
1260
- secondary: {
1261
- container: string;
1262
- loading: string;
1263
- text: string;
1264
- icon: string;
1265
- };
1266
- tertiary: {
1267
- container: string;
1268
- loading: string;
1269
- text: string;
1270
- icon: string;
1271
- };
1272
- danger: {
1273
- container: string;
1274
- loading: string;
1275
- text: string;
1276
- icon: string;
1277
- };
1278
- link: {
1279
- container: string;
1280
- loading: string;
1281
- text: string;
1282
- icon: string;
1283
- };
1284
- table: {
989
+ }, undefined, unknown, unknown, undefined>>;
990
+ type ScopeGroupProps = Omit<React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'type'> & VariantProps$1<typeof scopeVariants>;
991
+ type ScopeItemProps = React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps$1<typeof scopeVariants> & {
992
+ text: string;
993
+ icon?: React__default.ElementType;
994
+ };
995
+ declare const Scope: {
996
+ Group: React__default.ForwardRefExoticComponent<ScopeGroupProps>;
997
+ Item: React__default.ForwardRefExoticComponent<ScopeItemProps>;
998
+ };
999
+
1000
+ type ProgressBarProps = React__default.HTMLAttributes<HTMLDivElement> & {
1001
+ value: number;
1002
+ barBg: string;
1003
+ progressBg: string;
1004
+ };
1005
+ declare const ProgressBar: React__default.FC<ProgressBarProps>;
1006
+
1007
+ type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1008
+ invalid?: boolean;
1009
+ };
1010
+ declare const Textarea: React$1.ForwardRefExoticComponent<React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1011
+ invalid?: boolean;
1012
+ } & React$1.RefAttributes<HTMLTextAreaElement>>;
1013
+
1014
+ type SheetProps = {
1015
+ title: string;
1016
+ children?: React__default.ReactNode;
1017
+ isVisible?: boolean;
1018
+ CloseIcon?: React__default.ElementType;
1019
+ maxWidth?: string;
1020
+ onClose?: (confirm: boolean) => void;
1021
+ };
1022
+ declare const Sheet: {
1023
+ ({ title, children, isVisible, CloseIcon, maxWidth, onClose, }: SheetProps): react_jsx_runtime.JSX.Element;
1024
+ displayName: string;
1025
+ };
1026
+
1027
+ declare const TextVariants: tailwind_variants.TVReturnType<{
1028
+ size: {
1029
+ H1: string;
1030
+ H2: string;
1031
+ H3: string;
1032
+ large: string;
1033
+ base: string;
1034
+ small: string;
1035
+ overline: string;
1036
+ };
1037
+ weight: {
1038
+ normal: string;
1039
+ medium: string;
1040
+ semibold: string;
1041
+ };
1042
+ }, undefined, "", {
1043
+ size: {
1044
+ H1: string;
1045
+ H2: string;
1046
+ H3: string;
1047
+ large: string;
1048
+ base: string;
1049
+ small: string;
1050
+ overline: string;
1051
+ };
1052
+ weight: {
1053
+ normal: string;
1054
+ medium: string;
1055
+ semibold: string;
1056
+ };
1057
+ }, undefined, tailwind_variants.TVReturnType<{
1058
+ size: {
1059
+ H1: string;
1060
+ H2: string;
1061
+ H3: string;
1062
+ large: string;
1063
+ base: string;
1064
+ small: string;
1065
+ overline: string;
1066
+ };
1067
+ weight: {
1068
+ normal: string;
1069
+ medium: string;
1070
+ semibold: string;
1071
+ };
1072
+ }, undefined, "", unknown, unknown, undefined>>;
1073
+ type TextProps = HTMLAttributes<HTMLSpanElement> & PropsWithChildren<VariantProps<typeof TextVariants>>;
1074
+ declare const Text: {
1075
+ ({ className, size, weight, children, ...props }: TextProps): react_jsx_runtime.JSX.Element;
1076
+ displayName: string;
1077
+ };
1078
+
1079
+ type SwitchProps = HTMLAttributes<HTMLInputElement> & PropsWithChildren<{
1080
+ name: string;
1081
+ disabled?: boolean;
1082
+ checked?: boolean;
1083
+ }>;
1084
+ declare const Switch: React$1.ForwardRefExoticComponent<HTMLAttributes<HTMLInputElement> & {
1085
+ name: string;
1086
+ disabled?: boolean;
1087
+ checked?: boolean;
1088
+ } & {
1089
+ children?: React$1.ReactNode | undefined;
1090
+ } & React$1.RefAttributes<HTMLInputElement>>;
1091
+
1092
+ type LoadingProps = {
1093
+ className?: string;
1094
+ size?: 'TINY' | 'SMALL' | 'NORMAL' | 'LARGE' | 'HUGE';
1095
+ color?: 'WHITE' | 'RED' | 'BLUE' | 'GREEN' | 'GRAY' | 'INDIGO' | 'TRANSPARENT';
1096
+ fill?: 'WHITE' | 'RED' | 'BLUE' | 'GREEN' | 'GRAY' | 'INDIGO' | 'TRANSPARENT';
1097
+ };
1098
+ declare const Loading: ({ className, size, color, fill, }: LoadingProps) => react_jsx_runtime.JSX.Element;
1099
+
1100
+ declare const toggleVariants: tailwind_variants.TVReturnType<{
1101
+ variant: {
1102
+ default: string;
1103
+ };
1104
+ size: {
1105
+ default: string;
1106
+ };
1107
+ }, undefined, "ring-offset-background hover:bg-muted focus-visible:ring-ring rounded-m inline-flex items-center justify-center gap-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-indigo-100 data-[state=on]:text-indigo-600 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", {
1108
+ variant: {
1109
+ default: string;
1110
+ };
1111
+ size: {
1112
+ default: string;
1113
+ };
1114
+ }, undefined, tailwind_variants.TVReturnType<{
1115
+ variant: {
1116
+ default: string;
1117
+ };
1118
+ size: {
1119
+ default: string;
1120
+ };
1121
+ }, undefined, "ring-offset-background hover:bg-muted focus-visible:ring-ring rounded-m inline-flex items-center justify-center gap-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-indigo-100 data-[state=on]:text-indigo-600 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", unknown, unknown, undefined>>;
1122
+
1123
+ type ToggleGroupProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>;
1124
+ type ToggleGroupItemProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>;
1125
+ declare const Toggle: {
1126
+ Group: React$1.ForwardRefExoticComponent<ToggleGroupProps>;
1127
+ Item: React$1.ForwardRefExoticComponent<ToggleGroupItemProps>;
1128
+ };
1129
+
1130
+ type CollapsibleItemProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Root>;
1131
+ type CollapsibleTriggerProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.CollapsibleTrigger> & {
1132
+ triggerClassName?: string;
1133
+ };
1134
+ type CollapsibleContentProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.CollapsibleContent>;
1135
+ declare const Collapsible: {
1136
+ Item: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1137
+ Trigger: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
1138
+ triggerClassName?: string;
1139
+ } & React__default.RefAttributes<HTMLButtonElement>>;
1140
+ Content: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1141
+ };
1142
+
1143
+ type TabItem = {
1144
+ value: string;
1145
+ label?: string;
1146
+ iconPrefix?: React__default.ReactNode;
1147
+ suffix?: React__default.ReactNode;
1148
+ content: React__default.ReactNode;
1149
+ disabled?: boolean;
1150
+ className?: string;
1151
+ };
1152
+ type TabsLayoutProps = {
1153
+ tabs: TabItem[];
1154
+ activeKey?: string;
1155
+ defaultActiveKey?: string;
1156
+ className?: string;
1157
+ onValueChange?: (value: string) => void;
1158
+ onTabClick?: (event: React__default.MouseEvent<HTMLDivElement, MouseEvent>, value?: string) => void;
1159
+ };
1160
+ declare const TabsLayout: ({ tabs, activeKey, defaultActiveKey, className, onValueChange, onTabClick, }: TabsLayoutProps) => react_jsx_runtime.JSX.Element;
1161
+
1162
+ declare const alertVariants: tailwind_variants.TVReturnType<{
1163
+ type: {
1164
+ success: {
1285
1165
  container: string;
1286
- loading: string;
1287
- text: string;
1288
1166
  icon: string;
1289
1167
  };
1290
- };
1291
- size: {
1292
- medium: {
1168
+ warning: {
1293
1169
  container: string;
1294
1170
  icon: string;
1295
1171
  };
1296
- small: {
1172
+ error: {
1297
1173
  container: string;
1298
- text: string;
1299
1174
  icon: string;
1300
1175
  };
1301
- };
1302
- disabled: {
1303
- true: {
1176
+ info: {
1304
1177
  container: string;
1305
- text: string;
1306
1178
  icon: string;
1307
- loading: string;
1308
1179
  };
1309
- false: string;
1310
1180
  };
1311
- loading: {
1181
+ closable: {
1312
1182
  true: {
1313
- text: string;
1314
- icon: string;
1183
+ message: string;
1184
+ };
1185
+ false: {
1186
+ message: string;
1315
1187
  };
1316
- false: string;
1317
1188
  };
1318
1189
  }, {
1319
1190
  container: string;
1320
1191
  icon: string;
1321
- text: string;
1322
- loading: string;
1323
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1324
- appearance: {
1325
- primary: {
1192
+ message: string;
1193
+ }, undefined, {
1194
+ type: {
1195
+ success: {
1326
1196
  container: string;
1327
- loading: string;
1328
- text: string;
1329
1197
  icon: string;
1330
1198
  };
1331
- secondary: {
1199
+ warning: {
1332
1200
  container: string;
1333
- loading: string;
1334
- text: string;
1335
1201
  icon: string;
1336
1202
  };
1337
- tertiary: {
1203
+ error: {
1338
1204
  container: string;
1339
- loading: string;
1340
- text: string;
1341
1205
  icon: string;
1342
1206
  };
1343
- danger: {
1207
+ info: {
1344
1208
  container: string;
1345
- loading: string;
1346
- text: string;
1347
1209
  icon: string;
1348
1210
  };
1349
- link: {
1350
- container: string;
1351
- loading: string;
1352
- text: string;
1353
- icon: string;
1211
+ };
1212
+ closable: {
1213
+ true: {
1214
+ message: string;
1354
1215
  };
1355
- table: {
1216
+ false: {
1217
+ message: string;
1218
+ };
1219
+ };
1220
+ }, {
1221
+ container: string;
1222
+ icon: string;
1223
+ message: string;
1224
+ }, tailwind_variants.TVReturnType<{
1225
+ type: {
1226
+ success: {
1356
1227
  container: string;
1357
- loading: string;
1358
- text: string;
1359
1228
  icon: string;
1360
1229
  };
1361
- };
1362
- size: {
1363
- medium: {
1230
+ warning: {
1364
1231
  container: string;
1365
1232
  icon: string;
1366
1233
  };
1367
- small: {
1234
+ error: {
1368
1235
  container: string;
1369
- text: string;
1370
1236
  icon: string;
1371
1237
  };
1372
- };
1373
- disabled: {
1374
- true: {
1238
+ info: {
1375
1239
  container: string;
1376
- text: string;
1377
1240
  icon: string;
1378
- loading: string;
1379
1241
  };
1380
- false: string;
1381
1242
  };
1382
- loading: {
1243
+ closable: {
1383
1244
  true: {
1384
- text: string;
1385
- icon: string;
1245
+ message: string;
1246
+ };
1247
+ false: {
1248
+ message: string;
1386
1249
  };
1387
- false: string;
1388
1250
  };
1389
1251
  }, {
1390
- appearance: {
1391
- primary: {
1252
+ container: string;
1253
+ icon: string;
1254
+ message: string;
1255
+ }, undefined, unknown, unknown, undefined>>;
1256
+ type AlertProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof alertVariants> & {
1257
+ message: string | React__default.ReactNode;
1258
+ closable?: boolean;
1259
+ };
1260
+ declare const Alert: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1261
+ type: {
1262
+ success: {
1392
1263
  container: string;
1393
- loading: string;
1394
- text: string;
1395
1264
  icon: string;
1396
1265
  };
1397
- secondary: {
1266
+ warning: {
1398
1267
  container: string;
1399
- loading: string;
1400
- text: string;
1401
1268
  icon: string;
1402
1269
  };
1403
- tertiary: {
1270
+ error: {
1404
1271
  container: string;
1405
- loading: string;
1406
- text: string;
1407
1272
  icon: string;
1408
1273
  };
1409
- danger: {
1274
+ info: {
1410
1275
  container: string;
1411
- loading: string;
1412
- text: string;
1413
1276
  icon: string;
1414
1277
  };
1415
- link: {
1416
- container: string;
1417
- loading: string;
1418
- text: string;
1419
- icon: string;
1278
+ };
1279
+ closable: {
1280
+ true: {
1281
+ message: string;
1420
1282
  };
1421
- table: {
1422
- container: string;
1423
- loading: string;
1424
- text: string;
1425
- icon: string;
1283
+ false: {
1284
+ message: string;
1426
1285
  };
1427
1286
  };
1428
- size: {
1429
- medium: {
1287
+ }, {
1288
+ container: string;
1289
+ icon: string;
1290
+ message: string;
1291
+ }, undefined, {
1292
+ type: {
1293
+ success: {
1430
1294
  container: string;
1431
1295
  icon: string;
1432
1296
  };
1433
- small: {
1297
+ warning: {
1434
1298
  container: string;
1435
- text: string;
1436
1299
  icon: string;
1437
1300
  };
1438
- };
1439
- disabled: {
1440
- true: {
1301
+ error: {
1441
1302
  container: string;
1442
- text: string;
1443
- icon: string;
1444
- loading: string;
1445
- };
1446
- false: string;
1447
- };
1448
- loading: {
1449
- true: {
1450
- text: string;
1451
1303
  icon: string;
1452
1304
  };
1453
- false: string;
1454
- };
1455
- }>, unknown, unknown, undefined>>> & {
1456
- asChild?: boolean;
1457
- icon?: React__default.ElementType;
1458
- loading?: boolean;
1459
- } & React__default.RefAttributes<HTMLButtonElement>>;
1460
-
1461
- declare const cardVariants: tailwind_variants.TVReturnType<{
1462
- variant: {
1463
- default: string;
1464
- big: string;
1465
- small: string;
1466
- };
1467
- direction: {
1468
- col: string;
1469
- row: string;
1470
- };
1471
- padding: {
1472
- none: string;
1473
- small: string;
1474
- medium: string;
1475
- big: string;
1476
- };
1477
- }, undefined, "flex w-full border border-gray-200 bg-white p-2", tailwind_variants_dist_config_js.TVConfig<{
1478
- variant: {
1479
- default: string;
1480
- big: string;
1481
- small: string;
1482
- };
1483
- direction: {
1484
- col: string;
1485
- row: string;
1486
- };
1487
- padding: {
1488
- none: string;
1489
- small: string;
1490
- medium: string;
1491
- big: string;
1492
- };
1493
- }, {
1494
- variant: {
1495
- default: string;
1496
- big: string;
1497
- small: string;
1498
- };
1499
- direction: {
1500
- col: string;
1501
- row: string;
1502
- };
1503
- padding: {
1504
- none: string;
1505
- small: string;
1506
- medium: string;
1507
- big: string;
1508
- };
1509
- }>, {
1510
- variant: {
1511
- default: string;
1512
- big: string;
1513
- small: string;
1514
- };
1515
- direction: {
1516
- col: string;
1517
- row: string;
1518
- };
1519
- padding: {
1520
- none: string;
1521
- small: string;
1522
- medium: string;
1523
- big: string;
1524
- };
1525
- }, undefined, tailwind_variants.TVReturnType<{
1526
- variant: {
1527
- default: string;
1528
- big: string;
1529
- small: string;
1530
- };
1531
- direction: {
1532
- col: string;
1533
- row: string;
1534
- };
1535
- padding: {
1536
- none: string;
1537
- small: string;
1538
- medium: string;
1539
- big: string;
1540
- };
1541
- }, undefined, "flex w-full border border-gray-200 bg-white p-2", tailwind_variants_dist_config_js.TVConfig<{
1542
- variant: {
1543
- default: string;
1544
- big: string;
1545
- small: string;
1546
- };
1547
- direction: {
1548
- col: string;
1549
- row: string;
1550
- };
1551
- padding: {
1552
- none: string;
1553
- small: string;
1554
- medium: string;
1555
- big: string;
1556
- };
1557
- }, {
1558
- variant: {
1559
- default: string;
1560
- big: string;
1561
- small: string;
1562
- };
1563
- direction: {
1564
- col: string;
1565
- row: string;
1566
- };
1567
- padding: {
1568
- none: string;
1569
- small: string;
1570
- medium: string;
1571
- big: string;
1572
- };
1573
- }>, unknown, unknown, undefined>>;
1574
- type CardProps = HTMLAttributes<HTMLDivElement> & PropsWithChildren & VariantProps<typeof cardVariants>;
1575
- declare const Card: {
1576
- ({ className, variant, direction, padding, children, ...props }: CardProps): react_jsx_runtime.JSX.Element;
1577
- displayName: string;
1578
- };
1579
-
1580
- declare const scopeVariants: tailwind_variants.TVReturnType<{
1581
- variant: {
1582
- default: string;
1583
- light: string;
1584
- green: string;
1585
- red: string;
1586
- };
1587
- size: {
1588
- default: {
1589
- container: string;
1590
- };
1591
- small: {
1305
+ info: {
1592
1306
  container: string;
1593
- text: string;
1307
+ icon: string;
1594
1308
  };
1595
1309
  };
1596
- disabled: {
1310
+ closable: {
1597
1311
  true: {
1598
- container: string;
1599
- icon: string;
1312
+ message: string;
1600
1313
  };
1601
1314
  false: {
1602
- container: string;
1603
- icon: string;
1315
+ message: string;
1604
1316
  };
1605
1317
  };
1606
1318
  }, {
1607
1319
  container: string;
1608
1320
  icon: string;
1609
- text: string;
1610
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1611
- variant: {
1612
- default: string;
1613
- light: string;
1614
- green: string;
1615
- red: string;
1616
- };
1617
- size: {
1618
- default: {
1321
+ message: string;
1322
+ }, tailwind_variants.TVReturnType<{
1323
+ type: {
1324
+ success: {
1619
1325
  container: string;
1326
+ icon: string;
1620
1327
  };
1621
- small: {
1328
+ warning: {
1622
1329
  container: string;
1623
- text: string;
1330
+ icon: string;
1624
1331
  };
1625
- };
1626
- disabled: {
1627
- true: {
1332
+ error: {
1628
1333
  container: string;
1629
1334
  icon: string;
1630
1335
  };
1631
- false: {
1336
+ info: {
1632
1337
  container: string;
1633
1338
  icon: string;
1634
1339
  };
1635
1340
  };
1636
- }, {
1637
- variant: {
1638
- default: string;
1639
- light: string;
1640
- green: string;
1641
- red: string;
1642
- };
1643
- size: {
1644
- default: {
1645
- container: string;
1646
- };
1647
- small: {
1648
- container: string;
1649
- text: string;
1650
- };
1651
- };
1652
- disabled: {
1653
- true: {
1654
- container: string;
1655
- icon: string;
1656
- };
1657
- false: {
1658
- container: string;
1659
- icon: string;
1660
- };
1661
- };
1662
- }>, {
1663
- variant: {
1664
- default: string;
1665
- light: string;
1666
- green: string;
1667
- red: string;
1668
- };
1669
- size: {
1670
- default: {
1671
- container: string;
1672
- };
1673
- small: {
1674
- container: string;
1675
- text: string;
1676
- };
1677
- };
1678
- disabled: {
1679
- true: {
1680
- container: string;
1681
- icon: string;
1682
- };
1683
- false: {
1684
- container: string;
1685
- icon: string;
1686
- };
1687
- };
1688
- }, {
1689
- container: string;
1690
- icon: string;
1691
- text: string;
1692
- }, tailwind_variants.TVReturnType<{
1693
- variant: {
1694
- default: string;
1695
- light: string;
1696
- green: string;
1697
- red: string;
1698
- };
1699
- size: {
1700
- default: {
1701
- container: string;
1702
- };
1703
- small: {
1704
- container: string;
1705
- text: string;
1706
- };
1707
- };
1708
- disabled: {
1709
- true: {
1710
- container: string;
1711
- icon: string;
1712
- };
1713
- false: {
1714
- container: string;
1715
- icon: string;
1716
- };
1717
- };
1718
- }, {
1719
- container: string;
1720
- icon: string;
1721
- text: string;
1722
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1723
- variant: {
1724
- default: string;
1725
- light: string;
1726
- green: string;
1727
- red: string;
1728
- };
1729
- size: {
1730
- default: {
1731
- container: string;
1732
- };
1733
- small: {
1734
- container: string;
1735
- text: string;
1736
- };
1737
- };
1738
- disabled: {
1739
- true: {
1740
- container: string;
1741
- icon: string;
1742
- };
1743
- false: {
1744
- container: string;
1745
- icon: string;
1746
- };
1747
- };
1748
- }, {
1749
- variant: {
1750
- default: string;
1751
- light: string;
1752
- green: string;
1753
- red: string;
1754
- };
1755
- size: {
1756
- default: {
1757
- container: string;
1758
- };
1759
- small: {
1760
- container: string;
1761
- text: string;
1762
- };
1763
- };
1764
- disabled: {
1765
- true: {
1766
- container: string;
1767
- icon: string;
1768
- };
1769
- false: {
1770
- container: string;
1771
- icon: string;
1772
- };
1773
- };
1774
- }>, unknown, unknown, undefined>>;
1775
- type ScopeGroupProps = Omit<React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'type'> & VariantProps$1<typeof scopeVariants>;
1776
- type ScopeItemProps = React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps$1<typeof scopeVariants> & {
1777
- text: string;
1778
- icon?: React__default.ElementType;
1779
- };
1780
- declare const Scope: {
1781
- Group: React__default.ForwardRefExoticComponent<ScopeGroupProps>;
1782
- Item: React__default.ForwardRefExoticComponent<ScopeItemProps>;
1783
- };
1784
-
1785
- type ProgressBarProps = React__default.HTMLAttributes<HTMLDivElement> & {
1786
- value: number;
1787
- barBg: string;
1788
- progressBg: string;
1789
- };
1790
- declare const ProgressBar: React__default.FC<ProgressBarProps>;
1791
-
1792
- type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1793
- invalid?: boolean;
1794
- };
1795
- declare const Textarea: React$1.ForwardRefExoticComponent<React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1796
- invalid?: boolean;
1797
- } & React$1.RefAttributes<HTMLTextAreaElement>>;
1798
-
1799
- type SheetProps = {
1800
- title: string;
1801
- children?: React__default.ReactNode;
1802
- isVisible?: boolean;
1803
- CloseIcon?: React__default.ElementType;
1804
- maxWidth?: string;
1805
- onClose?: (confirm: boolean) => void;
1806
- };
1807
- declare const Sheet: {
1808
- ({ title, children, isVisible, CloseIcon, maxWidth, onClose, }: SheetProps): react_jsx_runtime.JSX.Element;
1809
- displayName: string;
1810
- };
1811
-
1812
- declare const TextVariants: tailwind_variants.TVReturnType<{
1813
- size: {
1814
- H1: string;
1815
- H2: string;
1816
- H3: string;
1817
- large: string;
1818
- base: string;
1819
- small: string;
1820
- overline: string;
1821
- };
1822
- weight: {
1823
- normal: string;
1824
- medium: string;
1825
- semibold: string;
1826
- };
1827
- }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
1828
- size: {
1829
- H1: string;
1830
- H2: string;
1831
- H3: string;
1832
- large: string;
1833
- base: string;
1834
- small: string;
1835
- overline: string;
1836
- };
1837
- weight: {
1838
- normal: string;
1839
- medium: string;
1840
- semibold: string;
1841
- };
1842
- }, {
1843
- size: {
1844
- H1: string;
1845
- H2: string;
1846
- H3: string;
1847
- large: string;
1848
- base: string;
1849
- small: string;
1850
- overline: string;
1851
- };
1852
- weight: {
1853
- normal: string;
1854
- medium: string;
1855
- semibold: string;
1856
- };
1857
- }>, {
1858
- size: {
1859
- H1: string;
1860
- H2: string;
1861
- H3: string;
1862
- large: string;
1863
- base: string;
1864
- small: string;
1865
- overline: string;
1866
- };
1867
- weight: {
1868
- normal: string;
1869
- medium: string;
1870
- semibold: string;
1871
- };
1872
- }, undefined, tailwind_variants.TVReturnType<{
1873
- size: {
1874
- H1: string;
1875
- H2: string;
1876
- H3: string;
1877
- large: string;
1878
- base: string;
1879
- small: string;
1880
- overline: string;
1881
- };
1882
- weight: {
1883
- normal: string;
1884
- medium: string;
1885
- semibold: string;
1886
- };
1887
- }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
1888
- size: {
1889
- H1: string;
1890
- H2: string;
1891
- H3: string;
1892
- large: string;
1893
- base: string;
1894
- small: string;
1895
- overline: string;
1896
- };
1897
- weight: {
1898
- normal: string;
1899
- medium: string;
1900
- semibold: string;
1901
- };
1902
- }, {
1903
- size: {
1904
- H1: string;
1905
- H2: string;
1906
- H3: string;
1907
- large: string;
1908
- base: string;
1909
- small: string;
1910
- overline: string;
1911
- };
1912
- weight: {
1913
- normal: string;
1914
- medium: string;
1915
- semibold: string;
1916
- };
1917
- }>, unknown, unknown, undefined>>;
1918
- type TextProps = HTMLAttributes<HTMLSpanElement> & PropsWithChildren<VariantProps<typeof TextVariants>>;
1919
- declare const Text: {
1920
- ({ className, size, weight, children, ...props }: TextProps): react_jsx_runtime.JSX.Element;
1921
- displayName: string;
1922
- };
1923
-
1924
- type SwitchProps = HTMLAttributes<HTMLInputElement> & PropsWithChildren<{
1925
- name: string;
1926
- disabled?: boolean;
1927
- checked?: boolean;
1928
- }>;
1929
- declare const Switch: React$1.ForwardRefExoticComponent<HTMLAttributes<HTMLInputElement> & {
1930
- name: string;
1931
- disabled?: boolean;
1932
- checked?: boolean;
1933
- } & {
1934
- children?: React$1.ReactNode | undefined;
1935
- } & React$1.RefAttributes<HTMLInputElement>>;
1936
-
1937
- type LoadingProps = {
1938
- className?: string;
1939
- size?: 'TINY' | 'SMALL' | 'NORMAL' | 'LARGE' | 'HUGE';
1940
- color?: 'WHITE' | 'RED' | 'BLUE' | 'GREEN' | 'GRAY' | 'INDIGO' | 'TRANSPARENT';
1941
- fill?: 'WHITE' | 'RED' | 'BLUE' | 'GREEN' | 'GRAY' | 'INDIGO' | 'TRANSPARENT';
1942
- };
1943
- declare const Loading: ({ className, size, color, fill, }: LoadingProps) => react_jsx_runtime.JSX.Element;
1944
-
1945
- declare const toggleVariants: tailwind_variants.TVReturnType<{
1946
- variant: {
1947
- default: string;
1948
- };
1949
- size: {
1950
- default: string;
1951
- };
1952
- }, undefined, "ring-offset-background hover:bg-muted focus-visible:ring-ring rounded-m inline-flex items-center justify-center gap-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-indigo-100 data-[state=on]:text-indigo-600 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", tailwind_variants_dist_config_js.TVConfig<{
1953
- variant: {
1954
- default: string;
1955
- };
1956
- size: {
1957
- default: string;
1958
- };
1959
- }, {
1960
- variant: {
1961
- default: string;
1962
- };
1963
- size: {
1964
- default: string;
1965
- };
1966
- }>, {
1967
- variant: {
1968
- default: string;
1969
- };
1970
- size: {
1971
- default: string;
1972
- };
1973
- }, undefined, tailwind_variants.TVReturnType<{
1974
- variant: {
1975
- default: string;
1976
- };
1977
- size: {
1978
- default: string;
1979
- };
1980
- }, undefined, "ring-offset-background hover:bg-muted focus-visible:ring-ring rounded-m inline-flex items-center justify-center gap-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-indigo-100 data-[state=on]:text-indigo-600 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", tailwind_variants_dist_config_js.TVConfig<{
1981
- variant: {
1982
- default: string;
1983
- };
1984
- size: {
1985
- default: string;
1986
- };
1987
- }, {
1988
- variant: {
1989
- default: string;
1990
- };
1991
- size: {
1992
- default: string;
1993
- };
1994
- }>, unknown, unknown, undefined>>;
1995
-
1996
- type ToggleGroupProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>;
1997
- type ToggleGroupItemProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>;
1998
- declare const Toggle: {
1999
- Group: React$1.ForwardRefExoticComponent<ToggleGroupProps>;
2000
- Item: React$1.ForwardRefExoticComponent<ToggleGroupItemProps>;
2001
- };
2002
-
2003
- type CollapsibleItemProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Root>;
2004
- type CollapsibleTriggerProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.CollapsibleTrigger> & {
2005
- triggerClassName?: string;
2006
- };
2007
- type CollapsibleContentProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.CollapsibleContent>;
2008
- declare const Collapsible: {
2009
- Item: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
2010
- Trigger: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
2011
- triggerClassName?: string;
2012
- } & React__default.RefAttributes<HTMLButtonElement>>;
2013
- Content: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
2014
- };
2015
-
2016
- type TabItem = {
2017
- value: string;
2018
- label?: string;
2019
- iconPrefix?: React__default.ReactNode;
2020
- suffix?: React__default.ReactNode;
2021
- content: React__default.ReactNode;
2022
- disabled?: boolean;
2023
- className?: string;
2024
- };
2025
- type TabsLayoutProps = {
2026
- tabs: TabItem[];
2027
- activeKey?: string;
2028
- defaultActiveKey?: string;
2029
- className?: string;
2030
- onValueChange?: (value: string) => void;
2031
- onTabClick?: (event: React__default.MouseEvent<HTMLDivElement, MouseEvent>, value?: string) => void;
2032
- };
2033
- declare const TabsLayout: ({ tabs, activeKey, defaultActiveKey, className, onValueChange, onTabClick, }: TabsLayoutProps) => react_jsx_runtime.JSX.Element;
2034
-
2035
- declare const alertVariants: tailwind_variants.TVReturnType<{
2036
- type: {
2037
- success: {
2038
- container: string;
2039
- icon: string;
2040
- };
2041
- warning: {
2042
- container: string;
2043
- icon: string;
2044
- };
2045
- error: {
2046
- container: string;
2047
- icon: string;
2048
- };
2049
- info: {
2050
- container: string;
2051
- icon: string;
2052
- };
2053
- };
2054
- closable: {
2055
- true: {
2056
- message: string;
2057
- };
2058
- false: {
2059
- message: string;
2060
- };
2061
- };
2062
- }, {
2063
- container: string;
2064
- icon: string;
2065
- message: string;
2066
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2067
- type: {
2068
- success: {
2069
- container: string;
2070
- icon: string;
2071
- };
2072
- warning: {
2073
- container: string;
2074
- icon: string;
2075
- };
2076
- error: {
2077
- container: string;
2078
- icon: string;
2079
- };
2080
- info: {
2081
- container: string;
2082
- icon: string;
2083
- };
2084
- };
2085
- closable: {
2086
- true: {
2087
- message: string;
2088
- };
2089
- false: {
2090
- message: string;
2091
- };
2092
- };
2093
- }, {
2094
- type: {
2095
- success: {
2096
- container: string;
2097
- icon: string;
2098
- };
2099
- warning: {
2100
- container: string;
2101
- icon: string;
2102
- };
2103
- error: {
2104
- container: string;
2105
- icon: string;
2106
- };
2107
- info: {
2108
- container: string;
2109
- icon: string;
2110
- };
2111
- };
2112
- closable: {
2113
- true: {
2114
- message: string;
2115
- };
2116
- false: {
2117
- message: string;
2118
- };
2119
- };
2120
- }>, {
2121
- type: {
2122
- success: {
2123
- container: string;
2124
- icon: string;
2125
- };
2126
- warning: {
2127
- container: string;
2128
- icon: string;
2129
- };
2130
- error: {
2131
- container: string;
2132
- icon: string;
2133
- };
2134
- info: {
2135
- container: string;
2136
- icon: string;
2137
- };
2138
- };
2139
- closable: {
2140
- true: {
2141
- message: string;
2142
- };
2143
- false: {
2144
- message: string;
2145
- };
2146
- };
2147
- }, {
2148
- container: string;
2149
- icon: string;
2150
- message: string;
2151
- }, tailwind_variants.TVReturnType<{
2152
- type: {
2153
- success: {
2154
- container: string;
2155
- icon: string;
2156
- };
2157
- warning: {
2158
- container: string;
2159
- icon: string;
2160
- };
2161
- error: {
2162
- container: string;
2163
- icon: string;
2164
- };
2165
- info: {
2166
- container: string;
2167
- icon: string;
2168
- };
2169
- };
2170
- closable: {
2171
- true: {
2172
- message: string;
2173
- };
2174
- false: {
2175
- message: string;
2176
- };
2177
- };
2178
- }, {
2179
- container: string;
2180
- icon: string;
2181
- message: string;
2182
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2183
- type: {
2184
- success: {
2185
- container: string;
2186
- icon: string;
2187
- };
2188
- warning: {
2189
- container: string;
2190
- icon: string;
2191
- };
2192
- error: {
2193
- container: string;
2194
- icon: string;
2195
- };
2196
- info: {
2197
- container: string;
2198
- icon: string;
2199
- };
2200
- };
2201
- closable: {
2202
- true: {
2203
- message: string;
2204
- };
2205
- false: {
2206
- message: string;
2207
- };
2208
- };
2209
- }, {
2210
- type: {
2211
- success: {
2212
- container: string;
2213
- icon: string;
2214
- };
2215
- warning: {
2216
- container: string;
2217
- icon: string;
2218
- };
2219
- error: {
2220
- container: string;
2221
- icon: string;
2222
- };
2223
- info: {
2224
- container: string;
2225
- icon: string;
2226
- };
2227
- };
2228
- closable: {
2229
- true: {
2230
- message: string;
2231
- };
2232
- false: {
2233
- message: string;
2234
- };
2235
- };
2236
- }>, unknown, unknown, undefined>>;
2237
- type AlertProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof alertVariants> & {
2238
- message: string | React__default.ReactNode;
2239
- closable?: boolean;
2240
- };
2241
- declare const Alert: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
2242
- type: {
2243
- success: {
2244
- container: string;
2245
- icon: string;
2246
- };
2247
- warning: {
2248
- container: string;
2249
- icon: string;
2250
- };
2251
- error: {
2252
- container: string;
2253
- icon: string;
2254
- };
2255
- info: {
2256
- container: string;
2257
- icon: string;
2258
- };
2259
- };
2260
- closable: {
2261
- true: {
2262
- message: string;
2263
- };
2264
- false: {
2265
- message: string;
2266
- };
2267
- };
2268
- }, {
2269
- container: string;
2270
- icon: string;
2271
- message: string;
2272
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2273
- type: {
2274
- success: {
2275
- container: string;
2276
- icon: string;
2277
- };
2278
- warning: {
2279
- container: string;
2280
- icon: string;
2281
- };
2282
- error: {
2283
- container: string;
2284
- icon: string;
2285
- };
2286
- info: {
2287
- container: string;
2288
- icon: string;
2289
- };
2290
- };
2291
- closable: {
2292
- true: {
2293
- message: string;
2294
- };
2295
- false: {
2296
- message: string;
2297
- };
2298
- };
2299
- }, {
2300
- type: {
2301
- success: {
2302
- container: string;
2303
- icon: string;
2304
- };
2305
- warning: {
2306
- container: string;
2307
- icon: string;
2308
- };
2309
- error: {
2310
- container: string;
2311
- icon: string;
2312
- };
2313
- info: {
2314
- container: string;
2315
- icon: string;
2316
- };
2317
- };
2318
- closable: {
2319
- true: {
2320
- message: string;
2321
- };
2322
- false: {
2323
- message: string;
2324
- };
2325
- };
2326
- }>, {
2327
- type: {
2328
- success: {
2329
- container: string;
2330
- icon: string;
2331
- };
2332
- warning: {
2333
- container: string;
2334
- icon: string;
2335
- };
2336
- error: {
2337
- container: string;
2338
- icon: string;
2339
- };
2340
- info: {
2341
- container: string;
2342
- icon: string;
2343
- };
2344
- };
2345
- closable: {
2346
- true: {
2347
- message: string;
2348
- };
2349
- false: {
2350
- message: string;
2351
- };
2352
- };
2353
- }, {
2354
- container: string;
2355
- icon: string;
2356
- message: string;
2357
- }, tailwind_variants.TVReturnType<{
2358
- type: {
2359
- success: {
2360
- container: string;
2361
- icon: string;
2362
- };
2363
- warning: {
2364
- container: string;
2365
- icon: string;
2366
- };
2367
- error: {
2368
- container: string;
2369
- icon: string;
2370
- };
2371
- info: {
2372
- container: string;
2373
- icon: string;
2374
- };
2375
- };
2376
- closable: {
2377
- true: {
2378
- message: string;
2379
- };
2380
- false: {
2381
- message: string;
2382
- };
2383
- };
2384
- }, {
2385
- container: string;
2386
- icon: string;
2387
- message: string;
2388
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2389
- type: {
2390
- success: {
2391
- container: string;
2392
- icon: string;
2393
- };
2394
- warning: {
2395
- container: string;
2396
- icon: string;
2397
- };
2398
- error: {
2399
- container: string;
2400
- icon: string;
2401
- };
2402
- info: {
2403
- container: string;
2404
- icon: string;
2405
- };
2406
- };
2407
- closable: {
2408
- true: {
2409
- message: string;
2410
- };
2411
- false: {
2412
- message: string;
2413
- };
2414
- };
2415
- }, {
2416
- type: {
2417
- success: {
2418
- container: string;
2419
- icon: string;
2420
- };
2421
- warning: {
2422
- container: string;
2423
- icon: string;
2424
- };
2425
- error: {
2426
- container: string;
2427
- icon: string;
2428
- };
2429
- info: {
2430
- container: string;
2431
- icon: string;
2432
- };
2433
- };
2434
- closable: {
2435
- true: {
2436
- message: string;
2437
- };
2438
- false: {
2439
- message: string;
2440
- };
2441
- };
2442
- }>, unknown, unknown, undefined>>> & {
2443
- message: string | React__default.ReactNode;
2444
- closable?: boolean;
2445
- } & React__default.RefAttributes<HTMLDivElement>>;
2446
-
2447
- declare enum MessageType {
2448
- SUCCESS = "success",
2449
- INFO = "info",
2450
- WARNING = "warning",
2451
- DANGER = "error",
2452
- LOADING = "loading"
2453
- }
2454
- declare const messageVariants: tailwind_variants.TVReturnType<{
2455
- type: {
2456
- success: string;
2457
- error: string;
2458
- warning: string;
2459
- info: string;
2460
- loading: string;
2461
- };
2462
- }, undefined, "!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium", tailwind_variants_dist_config_js.TVConfig<{
2463
- type: {
2464
- success: string;
2465
- error: string;
2466
- warning: string;
2467
- info: string;
2468
- loading: string;
2469
- };
2470
- }, {
2471
- type: {
2472
- success: string;
2473
- error: string;
2474
- warning: string;
2475
- info: string;
2476
- loading: string;
2477
- };
2478
- }>, {
2479
- type: {
2480
- success: string;
2481
- error: string;
2482
- warning: string;
2483
- info: string;
2484
- loading: string;
2485
- };
2486
- }, undefined, tailwind_variants.TVReturnType<{
2487
- type: {
2488
- success: string;
2489
- error: string;
2490
- warning: string;
2491
- info: string;
2492
- loading: string;
2493
- };
2494
- }, undefined, "!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium", tailwind_variants_dist_config_js.TVConfig<{
2495
- type: {
2496
- success: string;
2497
- error: string;
2498
- warning: string;
2499
- info: string;
2500
- loading: string;
2501
- };
2502
- }, {
2503
- type: {
2504
- success: string;
2505
- error: string;
2506
- warning: string;
2507
- info: string;
2508
- loading: string;
2509
- };
2510
- }>, unknown, unknown, undefined>>;
2511
- type MessageProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof messageVariants> & {
2512
- text: string | React.ReactNode;
2513
- closable?: boolean;
2514
- duration?: number | false;
2515
- key?: string;
2516
- containerId?: string;
2517
- onClick?: () => void;
2518
- onClose?: () => void;
2519
- } & Omit<ToastOptions, 'type'>;
2520
- declare const Message: {
2521
- success: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
2522
- error: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
2523
- info: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
2524
- warning: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
2525
- loading: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
2526
- dismiss: (id?: react_toastify.Id | undefined) => void;
2527
- open: ({ type, text, closable, duration, containerId, onClose, onClick, ...rest }: MessageProps) => react_toastify.Id;
2528
- };
2529
- declare const MessageContainer: (props: ToastContainerProps) => react_jsx_runtime.JSX.Element;
2530
-
2531
- declare const indicatorVariants: tailwind_variants.TVReturnType<{
2532
- status: {
2533
- positive: string;
2534
- negative: string;
2535
- neutral: string;
2536
- info: string;
2537
- };
2538
- }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", tailwind_variants_dist_config_js.TVConfig<{
2539
- status: {
2540
- positive: string;
2541
- negative: string;
2542
- neutral: string;
2543
- info: string;
2544
- };
2545
- }, {
2546
- status: {
2547
- positive: string;
2548
- negative: string;
2549
- neutral: string;
2550
- info: string;
2551
- };
2552
- }>, {
2553
- status: {
2554
- positive: string;
2555
- negative: string;
2556
- neutral: string;
2557
- info: string;
2558
- };
2559
- }, undefined, tailwind_variants.TVReturnType<{
2560
- status: {
2561
- positive: string;
2562
- negative: string;
2563
- neutral: string;
2564
- info: string;
2565
- };
2566
- }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", tailwind_variants_dist_config_js.TVConfig<{
2567
- status: {
2568
- positive: string;
2569
- negative: string;
2570
- neutral: string;
2571
- info: string;
2572
- };
2573
- }, {
2574
- status: {
2575
- positive: string;
2576
- negative: string;
2577
- neutral: string;
2578
- info: string;
2579
- };
2580
- }>, unknown, unknown, undefined>>;
2581
- type IndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof indicatorVariants> & {
2582
- value: string | number;
2583
- icon?: 'positive' | 'neutral' | 'negative';
2584
- usePercentageSymbol?: boolean;
2585
- };
2586
- declare const Indicator: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
2587
- status: {
2588
- positive: string;
2589
- negative: string;
2590
- neutral: string;
2591
- info: string;
2592
- };
2593
- }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", tailwind_variants_dist_config_js.TVConfig<{
2594
- status: {
2595
- positive: string;
2596
- negative: string;
2597
- neutral: string;
2598
- info: string;
2599
- };
2600
- }, {
2601
- status: {
2602
- positive: string;
2603
- negative: string;
2604
- neutral: string;
2605
- info: string;
2606
- };
2607
- }>, {
2608
- status: {
2609
- positive: string;
2610
- negative: string;
2611
- neutral: string;
2612
- info: string;
2613
- };
2614
- }, undefined, tailwind_variants.TVReturnType<{
2615
- status: {
2616
- positive: string;
2617
- negative: string;
2618
- neutral: string;
2619
- info: string;
2620
- };
2621
- }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", tailwind_variants_dist_config_js.TVConfig<{
2622
- status: {
2623
- positive: string;
2624
- negative: string;
2625
- neutral: string;
2626
- info: string;
2627
- };
2628
- }, {
2629
- status: {
2630
- positive: string;
2631
- negative: string;
2632
- neutral: string;
2633
- info: string;
2634
- };
2635
- }>, unknown, unknown, undefined>>> & {
2636
- value: string | number;
2637
- icon?: "positive" | "neutral" | "negative";
2638
- usePercentageSymbol?: boolean;
2639
- } & React__default.RefAttributes<HTMLDivElement>>;
2640
-
2641
- declare const statusVariants: tailwind_variants.TVReturnType<{
2642
- status: {
2643
- success: string[];
2644
- attention: string[];
2645
- info: string[];
2646
- error: string[];
2647
- disabled: string[];
2648
- };
2649
- }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", tailwind_variants_dist_config_js.TVConfig<{
2650
- status: {
2651
- success: string[];
2652
- attention: string[];
2653
- info: string[];
2654
- error: string[];
2655
- disabled: string[];
2656
- };
2657
- }, {
2658
- status: {
2659
- success: string[];
2660
- attention: string[];
2661
- info: string[];
2662
- error: string[];
2663
- disabled: string[];
2664
- };
2665
- }>, {
2666
- status: {
2667
- success: string[];
2668
- attention: string[];
2669
- info: string[];
2670
- error: string[];
2671
- disabled: string[];
2672
- };
2673
- }, undefined, tailwind_variants.TVReturnType<{
2674
- status: {
2675
- success: string[];
2676
- attention: string[];
2677
- info: string[];
2678
- error: string[];
2679
- disabled: string[];
2680
- };
2681
- }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", tailwind_variants_dist_config_js.TVConfig<{
2682
- status: {
2683
- success: string[];
2684
- attention: string[];
2685
- info: string[];
2686
- error: string[];
2687
- disabled: string[];
2688
- };
2689
- }, {
2690
- status: {
2691
- success: string[];
2692
- attention: string[];
2693
- info: string[];
2694
- error: string[];
2695
- disabled: string[];
2696
- };
2697
- }>, unknown, unknown, undefined>>;
2698
- type StatusSimpleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
2699
- text: string;
2700
- };
2701
- type StatusOption = VariantProps<typeof statusVariants> & {
2702
- text: string;
2703
- value: string;
2704
- };
2705
- type StatusMenuProps = Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onChange' | 'value'> & VariantProps<typeof statusVariants> & {
2706
- options: StatusOption[];
2707
- value: string;
2708
- onChange?: (value: string) => void;
2709
- };
2710
- declare const Status: Partial<StatusSimpleProps> & {
2711
- Menu: React__default.ForwardRefExoticComponent<StatusMenuProps>;
2712
- };
2713
-
2714
- declare const progressVariants: tailwind_variants.TVReturnType<{
2715
- bg: {
2716
- indigo: string;
2717
- white: string;
2718
- };
2719
- }, undefined, "text-midnight-blue-600", tailwind_variants_dist_config_js.TVConfig<{
2720
- bg: {
2721
- indigo: string;
2722
- white: string;
2723
- };
2724
- }, {
2725
- bg: {
2726
- indigo: string;
2727
- white: string;
2728
- };
2729
- }>, {
2730
- bg: {
2731
- indigo: string;
2732
- white: string;
2733
- };
2734
- }, undefined, tailwind_variants.TVReturnType<{
2735
- bg: {
2736
- indigo: string;
2737
- white: string;
2738
- };
2739
- }, undefined, "text-midnight-blue-600", tailwind_variants_dist_config_js.TVConfig<{
2740
- bg: {
2741
- indigo: string;
2742
- white: string;
2743
- };
2744
- }, {
2745
- bg: {
2746
- indigo: string;
2747
- white: string;
2748
- };
2749
- }>, unknown, unknown, undefined>>;
2750
- type CommonProps = {
2751
- value: number;
2752
- };
2753
- type ProgressIndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & Omit<CommonProps, 'value'> & {
2754
- progressBar?: number;
2755
- value: string | number;
2756
- usePercentageSymbol?: boolean;
2757
- };
2758
- type CircleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
2759
- Icon?: React__default.ElementType;
2760
- };
2761
- type ExpandedProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
2762
- text: React__default.ReactNode | string;
2763
- };
2764
- declare const Progress: {
2765
- Indicator: React__default.ForwardRefExoticComponent<ProgressIndicatorProps>;
2766
- Circle: React__default.ForwardRefExoticComponent<CircleProps>;
2767
- Expanded: React__default.ForwardRefExoticComponent<ExpandedProps>;
2768
- };
2769
-
2770
- declare const chipsVariants: tailwind_variants.TVReturnType<{
2771
- size: {
2772
- small: {
2773
- container: string;
2774
- icon: string;
2775
- text: string;
2776
- };
2777
- medium: {
2778
- container: string;
2779
- icon: string;
2780
- text: string;
2781
- };
2782
- };
2783
- border: {
2784
- true: {
2785
- container: string;
2786
- icon: string;
2787
- };
2788
- false: {
2789
- container: string;
2790
- icon: string;
2791
- };
2792
- };
2793
- active: {
2794
- true: {
2795
- container: string;
2796
- icon: string;
2797
- };
2798
- };
2799
- }, {
2800
- container: string;
2801
- icon: string;
2802
- text: string;
2803
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2804
- size: {
2805
- small: {
2806
- container: string;
2807
- icon: string;
2808
- text: string;
2809
- };
2810
- medium: {
2811
- container: string;
2812
- icon: string;
2813
- text: string;
2814
- };
2815
- };
2816
- border: {
2817
- true: {
2818
- container: string;
2819
- icon: string;
2820
- };
2821
- false: {
2822
- container: string;
2823
- icon: string;
2824
- };
2825
- };
2826
- active: {
2827
- true: {
2828
- container: string;
2829
- icon: string;
2830
- };
2831
- };
2832
- }, {
2833
- size: {
2834
- small: {
2835
- container: string;
2836
- icon: string;
2837
- text: string;
2838
- };
2839
- medium: {
2840
- container: string;
2841
- icon: string;
2842
- text: string;
2843
- };
2844
- };
2845
- border: {
2846
- true: {
2847
- container: string;
2848
- icon: string;
2849
- };
2850
- false: {
2851
- container: string;
2852
- icon: string;
2853
- };
2854
- };
2855
- active: {
2856
- true: {
2857
- container: string;
2858
- icon: string;
2859
- };
2860
- };
2861
- }>, {
2862
- size: {
2863
- small: {
2864
- container: string;
2865
- icon: string;
2866
- text: string;
2867
- };
2868
- medium: {
2869
- container: string;
2870
- icon: string;
2871
- text: string;
2872
- };
2873
- };
2874
- border: {
2875
- true: {
2876
- container: string;
2877
- icon: string;
2878
- };
2879
- false: {
2880
- container: string;
2881
- icon: string;
2882
- };
2883
- };
2884
- active: {
2885
- true: {
2886
- container: string;
2887
- icon: string;
2888
- };
2889
- };
2890
- }, {
2891
- container: string;
2892
- icon: string;
2893
- text: string;
2894
- }, tailwind_variants.TVReturnType<{
2895
- size: {
2896
- small: {
2897
- container: string;
2898
- icon: string;
2899
- text: string;
2900
- };
2901
- medium: {
2902
- container: string;
2903
- icon: string;
2904
- text: string;
2905
- };
2906
- };
2907
- border: {
2908
- true: {
2909
- container: string;
2910
- icon: string;
2911
- };
2912
- false: {
2913
- container: string;
2914
- icon: string;
2915
- };
2916
- };
2917
- active: {
2918
- true: {
2919
- container: string;
2920
- icon: string;
2921
- };
2922
- };
2923
- }, {
2924
- container: string;
2925
- icon: string;
2926
- text: string;
2927
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2928
- size: {
2929
- small: {
2930
- container: string;
2931
- icon: string;
2932
- text: string;
2933
- };
2934
- medium: {
2935
- container: string;
2936
- icon: string;
2937
- text: string;
2938
- };
2939
- };
2940
- border: {
2941
- true: {
2942
- container: string;
2943
- icon: string;
2944
- };
2945
- false: {
2946
- container: string;
2947
- icon: string;
2948
- };
2949
- };
2950
- active: {
2951
- true: {
2952
- container: string;
2953
- icon: string;
2954
- };
2955
- };
2956
- }, {
2957
- size: {
2958
- small: {
2959
- container: string;
2960
- icon: string;
2961
- text: string;
2962
- };
2963
- medium: {
2964
- container: string;
2965
- icon: string;
2966
- text: string;
2967
- };
2968
- };
2969
- border: {
2970
- true: {
2971
- container: string;
2972
- icon: string;
2973
- };
2974
- false: {
2975
- container: string;
2976
- icon: string;
2977
- };
2978
- };
2979
- active: {
2980
- true: {
2981
- container: string;
2982
- icon: string;
2983
- };
2984
- };
2985
- }>, unknown, unknown, undefined>>;
2986
- type ChipsProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof chipsVariants> & {
2987
- asChild?: boolean;
2988
- icon?: React__default.ElementType;
2989
- text: string;
2990
- value?: string;
2991
- onClose?: (value?: string) => void;
2992
- textClassName?: string;
2993
- };
2994
- declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
2995
- size: {
2996
- small: {
2997
- container: string;
2998
- icon: string;
2999
- text: string;
3000
- };
3001
- medium: {
3002
- container: string;
3003
- icon: string;
3004
- text: string;
3005
- };
3006
- };
3007
- border: {
3008
- true: {
3009
- container: string;
3010
- icon: string;
3011
- };
3012
- false: {
3013
- container: string;
3014
- icon: string;
3015
- };
3016
- };
3017
- active: {
3018
- true: {
3019
- container: string;
3020
- icon: string;
3021
- };
3022
- };
3023
- }, {
3024
- container: string;
3025
- icon: string;
3026
- text: string;
3027
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3028
- size: {
3029
- small: {
3030
- container: string;
3031
- icon: string;
3032
- text: string;
3033
- };
3034
- medium: {
3035
- container: string;
3036
- icon: string;
3037
- text: string;
3038
- };
3039
- };
3040
- border: {
3041
- true: {
3042
- container: string;
3043
- icon: string;
3044
- };
3045
- false: {
3046
- container: string;
3047
- icon: string;
3048
- };
3049
- };
3050
- active: {
3051
- true: {
3052
- container: string;
3053
- icon: string;
3054
- };
3055
- };
3056
- }, {
3057
- size: {
3058
- small: {
3059
- container: string;
3060
- icon: string;
3061
- text: string;
3062
- };
3063
- medium: {
3064
- container: string;
3065
- icon: string;
3066
- text: string;
3067
- };
3068
- };
3069
- border: {
3070
- true: {
3071
- container: string;
3072
- icon: string;
3073
- };
3074
- false: {
3075
- container: string;
3076
- icon: string;
3077
- };
3078
- };
3079
- active: {
3080
- true: {
3081
- container: string;
3082
- icon: string;
3083
- };
3084
- };
3085
- }>, {
3086
- size: {
3087
- small: {
3088
- container: string;
3089
- icon: string;
3090
- text: string;
3091
- };
3092
- medium: {
3093
- container: string;
3094
- icon: string;
3095
- text: string;
3096
- };
3097
- };
3098
- border: {
3099
- true: {
3100
- container: string;
3101
- icon: string;
3102
- };
3103
- false: {
3104
- container: string;
3105
- icon: string;
3106
- };
3107
- };
3108
- active: {
3109
- true: {
3110
- container: string;
3111
- icon: string;
3112
- };
3113
- };
3114
- }, {
3115
- container: string;
3116
- icon: string;
3117
- text: string;
3118
- }, tailwind_variants.TVReturnType<{
3119
- size: {
3120
- small: {
3121
- container: string;
3122
- icon: string;
3123
- text: string;
3124
- };
3125
- medium: {
3126
- container: string;
3127
- icon: string;
3128
- text: string;
3129
- };
3130
- };
3131
- border: {
3132
- true: {
3133
- container: string;
3134
- icon: string;
1341
+ closable: {
1342
+ true: {
1343
+ message: string;
3135
1344
  };
3136
1345
  false: {
3137
- container: string;
3138
- icon: string;
3139
- };
3140
- };
3141
- active: {
3142
- true: {
3143
- container: string;
3144
- icon: string;
1346
+ message: string;
3145
1347
  };
3146
1348
  };
3147
1349
  }, {
3148
1350
  container: string;
3149
1351
  icon: string;
3150
- text: string;
3151
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3152
- size: {
3153
- small: {
3154
- container: string;
3155
- icon: string;
3156
- text: string;
3157
- };
3158
- medium: {
3159
- container: string;
3160
- icon: string;
3161
- text: string;
3162
- };
3163
- };
3164
- border: {
3165
- true: {
3166
- container: string;
3167
- icon: string;
3168
- };
3169
- false: {
3170
- container: string;
3171
- icon: string;
3172
- };
3173
- };
3174
- active: {
3175
- true: {
3176
- container: string;
3177
- icon: string;
3178
- };
3179
- };
3180
- }, {
3181
- size: {
3182
- small: {
3183
- container: string;
3184
- icon: string;
3185
- text: string;
3186
- };
3187
- medium: {
3188
- container: string;
3189
- icon: string;
3190
- text: string;
3191
- };
1352
+ message: string;
1353
+ }, undefined, unknown, unknown, undefined>>> & {
1354
+ message: string | React__default.ReactNode;
1355
+ closable?: boolean;
1356
+ } & React__default.RefAttributes<HTMLDivElement>>;
1357
+
1358
+ declare enum MessageType {
1359
+ SUCCESS = "success",
1360
+ INFO = "info",
1361
+ WARNING = "warning",
1362
+ DANGER = "error",
1363
+ LOADING = "loading"
1364
+ }
1365
+ declare const messageVariants: tailwind_variants.TVReturnType<{
1366
+ type: {
1367
+ success: string;
1368
+ error: string;
1369
+ warning: string;
1370
+ info: string;
1371
+ loading: string;
3192
1372
  };
3193
- border: {
3194
- true: {
3195
- container: string;
3196
- icon: string;
3197
- };
3198
- false: {
3199
- container: string;
3200
- icon: string;
3201
- };
1373
+ }, undefined, "!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium", {
1374
+ type: {
1375
+ success: string;
1376
+ error: string;
1377
+ warning: string;
1378
+ info: string;
1379
+ loading: string;
3202
1380
  };
3203
- active: {
3204
- true: {
3205
- container: string;
3206
- icon: string;
3207
- };
1381
+ }, undefined, tailwind_variants.TVReturnType<{
1382
+ type: {
1383
+ success: string;
1384
+ error: string;
1385
+ warning: string;
1386
+ info: string;
1387
+ loading: string;
3208
1388
  };
3209
- }>, unknown, unknown, undefined>>> & {
3210
- asChild?: boolean;
3211
- icon?: React__default.ElementType;
3212
- text: string;
3213
- value?: string;
3214
- onClose?: (value?: string) => void;
3215
- textClassName?: string;
3216
- } & React__default.RefAttributes<HTMLDivElement>>;
3217
-
3218
- declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
3219
- type TooltipProps = {
3220
- title: string | React$1.ReactNode;
3221
- maxWidth?: string;
3222
- children: React$1.ReactNode;
1389
+ }, undefined, "!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium", unknown, unknown, undefined>>;
1390
+ type MessageProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof messageVariants> & {
1391
+ text: string | React.ReactNode;
1392
+ closable?: boolean;
1393
+ duration?: number | false;
1394
+ key?: string;
1395
+ containerId?: string;
1396
+ onClick?: () => void;
1397
+ onClose?: () => void;
1398
+ } & Omit<ToastOptions, 'type'>;
1399
+ declare const Message: {
1400
+ success: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1401
+ error: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1402
+ info: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1403
+ warning: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1404
+ loading: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1405
+ dismiss: (id?: react_toastify.Id | undefined) => void;
1406
+ open: ({ type, text, closable, duration, containerId, onClose, onClick, ...rest }: MessageProps) => react_toastify.Id;
3223
1407
  };
3224
- declare const Tooltip: (props: TooltipProps) => react_jsx_runtime.JSX.Element;
1408
+ declare const MessageContainer: (props: ToastContainerProps) => react_jsx_runtime.JSX.Element;
3225
1409
 
3226
- declare const labelVariants: tailwind_variants.TVReturnType<{
3227
- invalid: {
3228
- true: string;
3229
- };
3230
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
3231
- invalid: {
3232
- true: string;
3233
- };
3234
- }, {
3235
- invalid: {
3236
- true: string;
1410
+ declare const indicatorVariants: tailwind_variants.TVReturnType<{
1411
+ status: {
1412
+ positive: string;
1413
+ negative: string;
1414
+ neutral: string;
1415
+ info: string;
3237
1416
  };
3238
- }>, {
3239
- invalid: {
3240
- true: string;
1417
+ }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", {
1418
+ status: {
1419
+ positive: string;
1420
+ negative: string;
1421
+ neutral: string;
1422
+ info: string;
3241
1423
  };
3242
1424
  }, undefined, tailwind_variants.TVReturnType<{
3243
- invalid: {
3244
- true: string;
1425
+ status: {
1426
+ positive: string;
1427
+ negative: string;
1428
+ neutral: string;
1429
+ info: string;
3245
1430
  };
3246
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
3247
- invalid: {
3248
- true: string;
1431
+ }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", unknown, unknown, undefined>>;
1432
+ type IndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof indicatorVariants> & {
1433
+ value: string | number;
1434
+ icon?: 'positive' | 'neutral' | 'negative';
1435
+ usePercentageSymbol?: boolean;
1436
+ };
1437
+ declare const Indicator: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1438
+ status: {
1439
+ positive: string;
1440
+ negative: string;
1441
+ neutral: string;
1442
+ info: string;
3249
1443
  };
3250
- }, {
3251
- invalid: {
3252
- true: string;
1444
+ }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", {
1445
+ status: {
1446
+ positive: string;
1447
+ negative: string;
1448
+ neutral: string;
1449
+ info: string;
1450
+ };
1451
+ }, undefined, tailwind_variants.TVReturnType<{
1452
+ status: {
1453
+ positive: string;
1454
+ negative: string;
1455
+ neutral: string;
1456
+ info: string;
3253
1457
  };
3254
- }>, unknown, unknown, undefined>>;
3255
- type LabelProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof labelVariants> & {
3256
- text?: string;
3257
- suffix?: React__default.ElementType;
3258
- htmlFor?: string;
3259
- };
3260
- declare const Label: {
3261
- ({ className, text, suffix: Suffix, invalid, htmlFor, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
3262
- displayName: string;
3263
- };
1458
+ }, undefined, "text-medium flex h-3 items-center justify-center rounded-sm border border-neutral-200 px-1 py-0.5 [&_svg]:-ml-0.5 [&_svg]:w-2", unknown, unknown, undefined>>> & {
1459
+ value: string | number;
1460
+ icon?: "positive" | "neutral" | "negative";
1461
+ usePercentageSymbol?: boolean;
1462
+ } & React__default.RefAttributes<HTMLDivElement>>;
3264
1463
 
3265
- declare const inputDescriptionVariants: tailwind_variants.TVReturnType<{
3266
- invalid: {
3267
- true: {
3268
- text: string;
3269
- };
3270
- };
3271
- }, {
3272
- text: string;
3273
- counter: string;
3274
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3275
- invalid: {
3276
- true: {
3277
- text: string;
3278
- };
1464
+ declare const statusVariants: tailwind_variants.TVReturnType<{
1465
+ status: {
1466
+ success: string[];
1467
+ attention: string[];
1468
+ info: string[];
1469
+ error: string[];
1470
+ disabled: string[];
3279
1471
  };
3280
- }, {
3281
- invalid: {
3282
- true: {
3283
- text: string;
3284
- };
1472
+ }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", {
1473
+ status: {
1474
+ success: string[];
1475
+ attention: string[];
1476
+ info: string[];
1477
+ error: string[];
1478
+ disabled: string[];
3285
1479
  };
3286
- }>, {
3287
- invalid: {
3288
- true: {
3289
- text: string;
3290
- };
1480
+ }, undefined, tailwind_variants.TVReturnType<{
1481
+ status: {
1482
+ success: string[];
1483
+ attention: string[];
1484
+ info: string[];
1485
+ error: string[];
1486
+ disabled: string[];
3291
1487
  };
3292
- }, {
1488
+ }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", unknown, unknown, undefined>>;
1489
+ type StatusSimpleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
3293
1490
  text: string;
3294
- counter: string;
3295
- }, tailwind_variants.TVReturnType<{
3296
- invalid: {
3297
- true: {
3298
- text: string;
3299
- };
3300
- };
3301
- }, {
1491
+ };
1492
+ type StatusOption = VariantProps<typeof statusVariants> & {
3302
1493
  text: string;
3303
- counter: string;
3304
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3305
- invalid: {
3306
- true: {
3307
- text: string;
3308
- };
3309
- };
3310
- }, {
3311
- invalid: {
3312
- true: {
3313
- text: string;
3314
- };
3315
- };
3316
- }>, unknown, unknown, undefined>>;
3317
- type InputDescriptionProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputDescriptionVariants> & {
3318
- text?: string;
3319
- counter?: boolean;
3320
- invalid?: boolean;
3321
- valueLength?: number;
1494
+ value: string;
3322
1495
  };
3323
- declare const InputDescription: {
3324
- ({ className, text, counter, maxLength, invalid, valueLength, ...props }: InputDescriptionProps): react_jsx_runtime.JSX.Element;
3325
- displayName: string;
1496
+ type StatusMenuProps = Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onChange' | 'value'> & VariantProps<typeof statusVariants> & {
1497
+ options: StatusOption[];
1498
+ value: string;
1499
+ onChange?: (value: string) => void;
3326
1500
  };
3327
-
3328
- type FormItemProps = HTMLAttributes<HTMLDivElement> & {
3329
- label: LabelProps;
3330
- description: InputDescriptionProps;
3331
- invalid?: boolean;
3332
- errorMessage?: string;
3333
- disabled?: boolean;
3334
- value?: string;
3335
- maxLength?: number;
3336
- id: string;
1501
+ declare const Status: Partial<StatusSimpleProps> & {
1502
+ Menu: React__default.ForwardRefExoticComponent<StatusMenuProps>;
3337
1503
  };
3338
- declare const FormItem: ({ id, className, label, description, errorMessage, invalid, children, disabled, value, maxLength, ...props }: FormItemProps) => react_jsx_runtime.JSX.Element;
3339
1504
 
3340
- declare const inputVariants: tailwind_variants.TVReturnType<{
3341
- disabled: {
3342
- true: {
3343
- wrapper: string;
3344
- input: string;
3345
- prefix: string;
3346
- suffix: string;
3347
- };
3348
- };
3349
- invalid: {
3350
- true: {
3351
- wrapper: string;
3352
- };
3353
- };
3354
- size: {
3355
- small: {
3356
- wrapper: string;
3357
- input: string;
3358
- prefix: string;
3359
- suffix: string;
3360
- };
3361
- medium: {
3362
- wrapper: string;
3363
- input: string;
3364
- prefix: string;
3365
- suffix: string;
3366
- };
3367
- };
3368
- withAffix: {
3369
- false: {
3370
- wrapper: string;
3371
- };
3372
- true: {
3373
- wrapper: string;
3374
- };
3375
- };
3376
- }, {
3377
- wrapper: string;
3378
- prefix: string;
3379
- input: string;
3380
- suffix: string;
3381
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3382
- disabled: {
3383
- true: {
3384
- wrapper: string;
3385
- input: string;
3386
- prefix: string;
3387
- suffix: string;
3388
- };
3389
- };
3390
- invalid: {
3391
- true: {
3392
- wrapper: string;
3393
- };
3394
- };
3395
- size: {
3396
- small: {
3397
- wrapper: string;
3398
- input: string;
3399
- prefix: string;
3400
- suffix: string;
3401
- };
3402
- medium: {
3403
- wrapper: string;
3404
- input: string;
3405
- prefix: string;
3406
- suffix: string;
3407
- };
3408
- };
3409
- withAffix: {
3410
- false: {
3411
- wrapper: string;
3412
- };
3413
- true: {
3414
- wrapper: string;
3415
- };
1505
+ declare const progressVariants: tailwind_variants.TVReturnType<{
1506
+ bg: {
1507
+ indigo: string;
1508
+ white: string;
3416
1509
  };
3417
- }, {
3418
- disabled: {
3419
- true: {
3420
- wrapper: string;
3421
- input: string;
3422
- prefix: string;
3423
- suffix: string;
3424
- };
1510
+ }, undefined, "text-midnight-blue-600", {
1511
+ bg: {
1512
+ indigo: string;
1513
+ white: string;
3425
1514
  };
3426
- invalid: {
3427
- true: {
3428
- wrapper: string;
3429
- };
1515
+ }, undefined, tailwind_variants.TVReturnType<{
1516
+ bg: {
1517
+ indigo: string;
1518
+ white: string;
3430
1519
  };
1520
+ }, undefined, "text-midnight-blue-600", unknown, unknown, undefined>>;
1521
+ type CommonProps = {
1522
+ value: number;
1523
+ };
1524
+ type ProgressIndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & Omit<CommonProps, 'value'> & {
1525
+ progressBar?: number;
1526
+ value: string | number;
1527
+ usePercentageSymbol?: boolean;
1528
+ };
1529
+ type CircleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1530
+ Icon?: React__default.ElementType;
1531
+ };
1532
+ type ExpandedProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1533
+ text: React__default.ReactNode | string;
1534
+ };
1535
+ declare const Progress: {
1536
+ Indicator: React__default.ForwardRefExoticComponent<ProgressIndicatorProps>;
1537
+ Circle: React__default.ForwardRefExoticComponent<CircleProps>;
1538
+ Expanded: React__default.ForwardRefExoticComponent<ExpandedProps>;
1539
+ };
1540
+
1541
+ declare const chipsVariants: tailwind_variants.TVReturnType<{
3431
1542
  size: {
3432
1543
  small: {
3433
- wrapper: string;
3434
- input: string;
3435
- prefix: string;
3436
- suffix: string;
1544
+ container: string;
1545
+ icon: string;
1546
+ text: string;
3437
1547
  };
3438
1548
  medium: {
3439
- wrapper: string;
3440
- input: string;
3441
- prefix: string;
3442
- suffix: string;
3443
- };
3444
- };
3445
- withAffix: {
3446
- false: {
3447
- wrapper: string;
3448
- };
3449
- true: {
3450
- wrapper: string;
1549
+ container: string;
1550
+ icon: string;
1551
+ text: string;
3451
1552
  };
3452
1553
  };
3453
- }>, {
3454
- disabled: {
3455
- true: {
3456
- wrapper: string;
3457
- input: string;
3458
- prefix: string;
3459
- suffix: string;
1554
+ border: {
1555
+ true: {
1556
+ container: string;
1557
+ icon: string;
1558
+ };
1559
+ false: {
1560
+ container: string;
1561
+ icon: string;
3460
1562
  };
3461
1563
  };
3462
- invalid: {
1564
+ active: {
3463
1565
  true: {
3464
- wrapper: string;
1566
+ container: string;
1567
+ icon: string;
3465
1568
  };
3466
1569
  };
1570
+ }, {
1571
+ container: string;
1572
+ icon: string;
1573
+ text: string;
1574
+ }, undefined, {
3467
1575
  size: {
3468
1576
  small: {
3469
- wrapper: string;
3470
- input: string;
3471
- prefix: string;
3472
- suffix: string;
1577
+ container: string;
1578
+ icon: string;
1579
+ text: string;
3473
1580
  };
3474
1581
  medium: {
3475
- wrapper: string;
3476
- input: string;
3477
- prefix: string;
3478
- suffix: string;
1582
+ container: string;
1583
+ icon: string;
1584
+ text: string;
3479
1585
  };
3480
1586
  };
3481
- withAffix: {
1587
+ border: {
1588
+ true: {
1589
+ container: string;
1590
+ icon: string;
1591
+ };
3482
1592
  false: {
3483
- wrapper: string;
1593
+ container: string;
1594
+ icon: string;
3484
1595
  };
1596
+ };
1597
+ active: {
3485
1598
  true: {
3486
- wrapper: string;
1599
+ container: string;
1600
+ icon: string;
3487
1601
  };
3488
1602
  };
3489
1603
  }, {
3490
- wrapper: string;
3491
- prefix: string;
3492
- input: string;
3493
- suffix: string;
1604
+ container: string;
1605
+ icon: string;
1606
+ text: string;
3494
1607
  }, tailwind_variants.TVReturnType<{
3495
- disabled: {
1608
+ size: {
1609
+ small: {
1610
+ container: string;
1611
+ icon: string;
1612
+ text: string;
1613
+ };
1614
+ medium: {
1615
+ container: string;
1616
+ icon: string;
1617
+ text: string;
1618
+ };
1619
+ };
1620
+ border: {
3496
1621
  true: {
3497
- wrapper: string;
3498
- input: string;
3499
- prefix: string;
3500
- suffix: string;
1622
+ container: string;
1623
+ icon: string;
1624
+ };
1625
+ false: {
1626
+ container: string;
1627
+ icon: string;
3501
1628
  };
3502
1629
  };
3503
- invalid: {
1630
+ active: {
3504
1631
  true: {
3505
- wrapper: string;
1632
+ container: string;
1633
+ icon: string;
3506
1634
  };
3507
1635
  };
1636
+ }, {
1637
+ container: string;
1638
+ icon: string;
1639
+ text: string;
1640
+ }, undefined, unknown, unknown, undefined>>;
1641
+ type ChipsProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof chipsVariants> & {
1642
+ asChild?: boolean;
1643
+ icon?: React__default.ElementType;
1644
+ text: string;
1645
+ value?: string;
1646
+ onClose?: (value?: string) => void;
1647
+ textClassName?: string;
1648
+ };
1649
+ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
3508
1650
  size: {
3509
1651
  small: {
3510
- wrapper: string;
3511
- input: string;
3512
- prefix: string;
3513
- suffix: string;
1652
+ container: string;
1653
+ icon: string;
1654
+ text: string;
3514
1655
  };
3515
1656
  medium: {
3516
- wrapper: string;
3517
- input: string;
3518
- prefix: string;
3519
- suffix: string;
1657
+ container: string;
1658
+ icon: string;
1659
+ text: string;
3520
1660
  };
3521
1661
  };
3522
- withAffix: {
3523
- false: {
3524
- wrapper: string;
3525
- };
1662
+ border: {
3526
1663
  true: {
3527
- wrapper: string;
1664
+ container: string;
1665
+ icon: string;
3528
1666
  };
3529
- };
3530
- }, {
3531
- wrapper: string;
3532
- prefix: string;
3533
- input: string;
3534
- suffix: string;
3535
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3536
- disabled: {
3537
- true: {
3538
- wrapper: string;
3539
- input: string;
3540
- prefix: string;
3541
- suffix: string;
1667
+ false: {
1668
+ container: string;
1669
+ icon: string;
3542
1670
  };
3543
1671
  };
3544
- invalid: {
1672
+ active: {
3545
1673
  true: {
3546
- wrapper: string;
1674
+ container: string;
1675
+ icon: string;
3547
1676
  };
3548
1677
  };
1678
+ }, {
1679
+ container: string;
1680
+ icon: string;
1681
+ text: string;
1682
+ }, undefined, {
3549
1683
  size: {
3550
1684
  small: {
3551
- wrapper: string;
3552
- input: string;
3553
- prefix: string;
3554
- suffix: string;
1685
+ container: string;
1686
+ icon: string;
1687
+ text: string;
3555
1688
  };
3556
1689
  medium: {
3557
- wrapper: string;
3558
- input: string;
3559
- prefix: string;
3560
- suffix: string;
1690
+ container: string;
1691
+ icon: string;
1692
+ text: string;
3561
1693
  };
3562
1694
  };
3563
- withAffix: {
3564
- false: {
3565
- wrapper: string;
3566
- };
1695
+ border: {
3567
1696
  true: {
3568
- wrapper: string;
1697
+ container: string;
1698
+ icon: string;
3569
1699
  };
3570
- };
3571
- }, {
3572
- disabled: {
3573
- true: {
3574
- wrapper: string;
3575
- input: string;
3576
- prefix: string;
3577
- suffix: string;
1700
+ false: {
1701
+ container: string;
1702
+ icon: string;
3578
1703
  };
3579
1704
  };
3580
- invalid: {
1705
+ active: {
3581
1706
  true: {
3582
- wrapper: string;
1707
+ container: string;
1708
+ icon: string;
3583
1709
  };
3584
1710
  };
1711
+ }, {
1712
+ container: string;
1713
+ icon: string;
1714
+ text: string;
1715
+ }, tailwind_variants.TVReturnType<{
3585
1716
  size: {
3586
1717
  small: {
3587
- wrapper: string;
3588
- input: string;
3589
- prefix: string;
3590
- suffix: string;
1718
+ container: string;
1719
+ icon: string;
1720
+ text: string;
3591
1721
  };
3592
1722
  medium: {
3593
- wrapper: string;
3594
- input: string;
3595
- prefix: string;
3596
- suffix: string;
1723
+ container: string;
1724
+ icon: string;
1725
+ text: string;
3597
1726
  };
3598
1727
  };
3599
- withAffix: {
1728
+ border: {
1729
+ true: {
1730
+ container: string;
1731
+ icon: string;
1732
+ };
3600
1733
  false: {
3601
- wrapper: string;
1734
+ container: string;
1735
+ icon: string;
3602
1736
  };
1737
+ };
1738
+ active: {
3603
1739
  true: {
3604
- wrapper: string;
1740
+ container: string;
1741
+ icon: string;
3605
1742
  };
3606
1743
  };
3607
- }>, unknown, unknown, undefined>>;
3608
- type InputProps = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix' | 'suffix' | 'withAffix'> & VariantProps<typeof inputVariants> & {
3609
- id?: string;
1744
+ }, {
1745
+ container: string;
1746
+ icon: string;
1747
+ text: string;
1748
+ }, undefined, unknown, unknown, undefined>>> & {
1749
+ asChild?: boolean;
1750
+ icon?: React__default.ElementType;
1751
+ text: string;
3610
1752
  value?: string;
3611
- defaultValue?: string;
3612
- prefix?: React__default.ReactNode;
3613
- suffix?: React__default.ReactNode;
3614
- invalid?: boolean;
3615
- inputClassName?: string;
1753
+ onClose?: (value?: string) => void;
1754
+ textClassName?: string;
1755
+ } & React__default.RefAttributes<HTMLDivElement>>;
1756
+
1757
+ declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
1758
+ type TooltipProps = {
1759
+ title: string | React$1.ReactNode;
1760
+ maxWidth?: string;
1761
+ children: React$1.ReactNode;
1762
+ };
1763
+ declare const Tooltip: (props: TooltipProps) => react_jsx_runtime.JSX.Element;
1764
+
1765
+ declare const labelVariants: tailwind_variants.TVReturnType<{
1766
+ invalid: {
1767
+ true: string;
1768
+ };
1769
+ }, undefined, "text-navy-600 text-base font-medium", {
1770
+ invalid: {
1771
+ true: string;
1772
+ };
1773
+ }, undefined, tailwind_variants.TVReturnType<{
1774
+ invalid: {
1775
+ true: string;
1776
+ };
1777
+ }, undefined, "text-navy-600 text-base font-medium", unknown, unknown, undefined>>;
1778
+ type LabelProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof labelVariants> & {
1779
+ text?: string;
1780
+ suffix?: React__default.ElementType;
1781
+ htmlFor?: string;
1782
+ };
1783
+ declare const Label: {
1784
+ ({ className, text, suffix: Suffix, invalid, htmlFor, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
1785
+ displayName: string;
3616
1786
  };
3617
- declare const Input: React__default.ForwardRefExoticComponent<Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix" | "suffix" | "withAffix"> & VariantProps<tailwind_variants.TVReturnType<{
3618
- disabled: {
1787
+
1788
+ declare const inputDescriptionVariants: tailwind_variants.TVReturnType<{
1789
+ invalid: {
3619
1790
  true: {
3620
- wrapper: string;
3621
- input: string;
3622
- prefix: string;
3623
- suffix: string;
1791
+ text: string;
3624
1792
  };
3625
1793
  };
1794
+ }, {
1795
+ text: string;
1796
+ counter: string;
1797
+ }, undefined, {
3626
1798
  invalid: {
3627
1799
  true: {
3628
- wrapper: string;
3629
- };
3630
- };
3631
- size: {
3632
- small: {
3633
- wrapper: string;
3634
- input: string;
3635
- prefix: string;
3636
- suffix: string;
3637
- };
3638
- medium: {
3639
- wrapper: string;
3640
- input: string;
3641
- prefix: string;
3642
- suffix: string;
1800
+ text: string;
3643
1801
  };
3644
1802
  };
3645
- withAffix: {
3646
- false: {
3647
- wrapper: string;
3648
- };
1803
+ }, {
1804
+ text: string;
1805
+ counter: string;
1806
+ }, tailwind_variants.TVReturnType<{
1807
+ invalid: {
3649
1808
  true: {
3650
- wrapper: string;
1809
+ text: string;
3651
1810
  };
3652
1811
  };
3653
1812
  }, {
3654
- wrapper: string;
3655
- prefix: string;
3656
- input: string;
3657
- suffix: string;
3658
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1813
+ text: string;
1814
+ counter: string;
1815
+ }, undefined, unknown, unknown, undefined>>;
1816
+ type InputDescriptionProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputDescriptionVariants> & {
1817
+ text?: string;
1818
+ counter?: boolean;
1819
+ invalid?: boolean;
1820
+ valueLength?: number;
1821
+ };
1822
+ declare const InputDescription: {
1823
+ ({ className, text, counter, maxLength, invalid, valueLength, ...props }: InputDescriptionProps): react_jsx_runtime.JSX.Element;
1824
+ displayName: string;
1825
+ };
1826
+
1827
+ type FormItemProps = HTMLAttributes<HTMLDivElement> & {
1828
+ label: LabelProps;
1829
+ description: InputDescriptionProps;
1830
+ invalid?: boolean;
1831
+ errorMessage?: string;
1832
+ disabled?: boolean;
1833
+ value?: string;
1834
+ maxLength?: number;
1835
+ id: string;
1836
+ };
1837
+ declare const FormItem: ({ id, className, label, description, errorMessage, invalid, children, disabled, value, maxLength, ...props }: FormItemProps) => react_jsx_runtime.JSX.Element;
1838
+
1839
+ declare const inputVariants: tailwind_variants.TVReturnType<{
3659
1840
  disabled: {
3660
1841
  true: {
3661
1842
  wrapper: string;
@@ -3692,6 +1873,11 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3692
1873
  };
3693
1874
  };
3694
1875
  }, {
1876
+ wrapper: string;
1877
+ prefix: string;
1878
+ input: string;
1879
+ suffix: string;
1880
+ }, undefined, {
3695
1881
  disabled: {
3696
1882
  true: {
3697
1883
  wrapper: string;
@@ -3727,7 +1913,12 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3727
1913
  wrapper: string;
3728
1914
  };
3729
1915
  };
3730
- }>, {
1916
+ }, {
1917
+ wrapper: string;
1918
+ prefix: string;
1919
+ input: string;
1920
+ suffix: string;
1921
+ }, tailwind_variants.TVReturnType<{
3731
1922
  disabled: {
3732
1923
  true: {
3733
1924
  wrapper: string;
@@ -3768,7 +1959,17 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3768
1959
  prefix: string;
3769
1960
  input: string;
3770
1961
  suffix: string;
3771
- }, tailwind_variants.TVReturnType<{
1962
+ }, undefined, unknown, unknown, undefined>>;
1963
+ type InputProps = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix' | 'suffix' | 'withAffix'> & VariantProps<typeof inputVariants> & {
1964
+ id?: string;
1965
+ value?: string;
1966
+ defaultValue?: string;
1967
+ prefix?: React__default.ReactNode;
1968
+ suffix?: React__default.ReactNode;
1969
+ invalid?: boolean;
1970
+ inputClassName?: string;
1971
+ };
1972
+ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix" | "suffix" | "withAffix"> & VariantProps<tailwind_variants.TVReturnType<{
3772
1973
  disabled: {
3773
1974
  true: {
3774
1975
  wrapper: string;
@@ -3809,7 +2010,7 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3809
2010
  prefix: string;
3810
2011
  input: string;
3811
2012
  suffix: string;
3812
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2013
+ }, undefined, {
3813
2014
  disabled: {
3814
2015
  true: {
3815
2016
  wrapper: string;
@@ -3846,6 +2047,11 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3846
2047
  };
3847
2048
  };
3848
2049
  }, {
2050
+ wrapper: string;
2051
+ prefix: string;
2052
+ input: string;
2053
+ suffix: string;
2054
+ }, tailwind_variants.TVReturnType<{
3849
2055
  disabled: {
3850
2056
  true: {
3851
2057
  wrapper: string;
@@ -3881,7 +2087,12 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3881
2087
  wrapper: string;
3882
2088
  };
3883
2089
  };
3884
- }>, unknown, unknown, undefined>>> & {
2090
+ }, {
2091
+ wrapper: string;
2092
+ prefix: string;
2093
+ input: string;
2094
+ suffix: string;
2095
+ }, undefined, unknown, unknown, undefined>>> & {
3885
2096
  id?: string;
3886
2097
  value?: string;
3887
2098
  defaultValue?: string;
@@ -3955,79 +2166,7 @@ declare const Search: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttribu
3955
2166
  prefix: string;
3956
2167
  input: string;
3957
2168
  suffix: string;
3958
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
3959
- disabled: {
3960
- true: {
3961
- wrapper: string;
3962
- input: string;
3963
- prefix: string;
3964
- suffix: string;
3965
- };
3966
- };
3967
- invalid: {
3968
- true: {
3969
- wrapper: string;
3970
- };
3971
- };
3972
- size: {
3973
- small: {
3974
- wrapper: string;
3975
- input: string;
3976
- prefix: string;
3977
- suffix: string;
3978
- };
3979
- medium: {
3980
- wrapper: string;
3981
- input: string;
3982
- prefix: string;
3983
- suffix: string;
3984
- };
3985
- };
3986
- withAffix: {
3987
- false: {
3988
- wrapper: string;
3989
- };
3990
- true: {
3991
- wrapper: string;
3992
- };
3993
- };
3994
- }, {
3995
- disabled: {
3996
- true: {
3997
- wrapper: string;
3998
- input: string;
3999
- prefix: string;
4000
- suffix: string;
4001
- };
4002
- };
4003
- invalid: {
4004
- true: {
4005
- wrapper: string;
4006
- };
4007
- };
4008
- size: {
4009
- small: {
4010
- wrapper: string;
4011
- input: string;
4012
- prefix: string;
4013
- suffix: string;
4014
- };
4015
- medium: {
4016
- wrapper: string;
4017
- input: string;
4018
- prefix: string;
4019
- suffix: string;
4020
- };
4021
- };
4022
- withAffix: {
4023
- false: {
4024
- wrapper: string;
4025
- };
4026
- true: {
4027
- wrapper: string;
4028
- };
4029
- };
4030
- }>, {
2169
+ }, undefined, {
4031
2170
  disabled: {
4032
2171
  true: {
4033
2172
  wrapper: string;
@@ -4109,80 +2248,115 @@ declare const Search: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttribu
4109
2248
  prefix: string;
4110
2249
  input: string;
4111
2250
  suffix: string;
4112
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
4113
- disabled: {
4114
- true: {
4115
- wrapper: string;
4116
- input: string;
4117
- prefix: string;
4118
- suffix: string;
4119
- };
4120
- };
4121
- invalid: {
4122
- true: {
4123
- wrapper: string;
4124
- };
4125
- };
4126
- size: {
4127
- small: {
4128
- wrapper: string;
4129
- input: string;
4130
- prefix: string;
4131
- suffix: string;
4132
- };
4133
- medium: {
4134
- wrapper: string;
4135
- input: string;
4136
- prefix: string;
4137
- suffix: string;
4138
- };
4139
- };
4140
- withAffix: {
4141
- false: {
4142
- wrapper: string;
4143
- };
4144
- true: {
4145
- wrapper: string;
4146
- };
4147
- };
4148
- }, {
4149
- disabled: {
4150
- true: {
4151
- wrapper: string;
4152
- input: string;
4153
- prefix: string;
4154
- suffix: string;
4155
- };
4156
- };
4157
- invalid: {
4158
- true: {
4159
- wrapper: string;
4160
- };
4161
- };
4162
- size: {
4163
- small: {
4164
- wrapper: string;
4165
- input: string;
4166
- prefix: string;
4167
- suffix: string;
4168
- };
4169
- medium: {
4170
- wrapper: string;
4171
- input: string;
4172
- prefix: string;
4173
- suffix: string;
4174
- };
4175
- };
4176
- withAffix: {
4177
- false: {
4178
- wrapper: string;
4179
- };
4180
- true: {
4181
- wrapper: string;
4182
- };
4183
- };
4184
- }>, unknown, unknown, undefined>>> & {
2251
+ }, undefined, unknown, unknown, undefined>>> & {
4185
2252
  scope?: DropdownProps;
4186
2253
  } & React$1.RefAttributes<HTMLInputElement>>;
4187
2254
 
4188
- export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Button, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Chips, type ChipsProps, type CircleProps, Collapsible, type CollapsibleContentProps, type CollapsibleItemProps, type CollapsibleTriggerProps, type ExpandedProps, FormItem, type FormItemProps, Indicator, type IndicatorProps, Input, InputDescription, type InputDescriptionProps, type InputProps, Label, type LabelProps, Loading, type LoadingProps, Message, MessageContainer, type MessageProps, MessageType, Progress, ProgressBar, type ProgressBarProps, type ProgressIndicatorProps, Radio, type RadioGroupProps, type RadioItemProps, Scope, type ScopeGroupProps, type ScopeItemProps, Search, type SearchProps, Sheet, type SheetProps, Status, type StatusMenuProps, type StatusOption, type StatusSimpleProps, Switch, type SwitchProps, type TabItem, TabsLayout as Tabs, type TabsLayoutProps, Text, type TextProps, Textarea, type TextareaProps, Toggle, type ToggleGroupItemProps, type ToggleGroupProps, Tooltip, type TooltipProps, TooltipProvider };
2255
+ declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
2256
+ declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
2257
+ declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
2258
+
2259
+ declare const DropdownMenuTrigger: React__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React__default.RefAttributes<HTMLButtonElement>>;
2260
+ declare const DropdownMenuGroup: React__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React__default.RefAttributes<HTMLDivElement>>;
2261
+ declare const DropdownMenuPortal: React__default.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
2262
+ declare const DropdownMenuSub: React__default.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
2263
+ declare const DropdownMenuRadioGroup: React__default.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React__default.RefAttributes<HTMLDivElement>>;
2264
+ declare const dropdownMenu: tailwind_variants.TVReturnType<{
2265
+ appearance: {
2266
+ ai: {
2267
+ content: string;
2268
+ subContent: string;
2269
+ subTrigger: string;
2270
+ item: string;
2271
+ checkboxItem: string;
2272
+ radioItem: string;
2273
+ label: string;
2274
+ separator: string;
2275
+ };
2276
+ };
2277
+ }, {
2278
+ content: string;
2279
+ subContent: string;
2280
+ subTrigger: string;
2281
+ item: string;
2282
+ checkboxItem: string;
2283
+ radioItem: string;
2284
+ label: string;
2285
+ separator: string;
2286
+ shortcut: string;
2287
+ trigger: string;
2288
+ }, undefined, {
2289
+ appearance: {
2290
+ ai: {
2291
+ content: string;
2292
+ subContent: string;
2293
+ subTrigger: string;
2294
+ item: string;
2295
+ checkboxItem: string;
2296
+ radioItem: string;
2297
+ label: string;
2298
+ separator: string;
2299
+ };
2300
+ };
2301
+ }, {
2302
+ content: string;
2303
+ subContent: string;
2304
+ subTrigger: string;
2305
+ item: string;
2306
+ checkboxItem: string;
2307
+ radioItem: string;
2308
+ label: string;
2309
+ separator: string;
2310
+ shortcut: string;
2311
+ trigger: string;
2312
+ }, tailwind_variants.TVReturnType<{
2313
+ appearance: {
2314
+ ai: {
2315
+ content: string;
2316
+ subContent: string;
2317
+ subTrigger: string;
2318
+ item: string;
2319
+ checkboxItem: string;
2320
+ radioItem: string;
2321
+ label: string;
2322
+ separator: string;
2323
+ };
2324
+ };
2325
+ }, {
2326
+ content: string;
2327
+ subContent: string;
2328
+ subTrigger: string;
2329
+ item: string;
2330
+ checkboxItem: string;
2331
+ radioItem: string;
2332
+ label: string;
2333
+ separator: string;
2334
+ shortcut: string;
2335
+ trigger: string;
2336
+ }, undefined, unknown, unknown, undefined>>;
2337
+ type DropdownMenuVariants = VariantProps<typeof dropdownMenu>;
2338
+ type DropdownMenuProps = React__default.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root> & DropdownMenuVariants;
2339
+ declare const DropdownMenu: {
2340
+ ({ children, appearance, ...props }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
2341
+ displayName: string;
2342
+ };
2343
+ declare const DropdownMenuSubTrigger: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & {
2344
+ inset?: boolean;
2345
+ } & React__default.RefAttributes<HTMLDivElement>>;
2346
+ declare const DropdownMenuSubContent: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & React__default.RefAttributes<HTMLDivElement>>;
2347
+ declare const DropdownMenuContent: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & React__default.RefAttributes<HTMLDivElement>>;
2348
+ declare const DropdownMenuItem: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & {
2349
+ inset?: boolean;
2350
+ } & React__default.RefAttributes<HTMLDivElement>>;
2351
+ declare const DropdownMenuCheckboxItem: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & React__default.RefAttributes<HTMLDivElement>>;
2352
+ declare const DropdownMenuRadioItem: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & React__default.RefAttributes<HTMLDivElement>>;
2353
+ declare const DropdownMenuLabel: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & {
2354
+ inset?: boolean;
2355
+ } & React__default.RefAttributes<HTMLDivElement>>;
2356
+ declare const DropdownMenuSeparator: React__default.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & DropdownMenuVariants & React__default.RefAttributes<HTMLDivElement>>;
2357
+ declare const DropdownMenuShortcut: {
2358
+ ({ className, appearance, ...props }: React__default.HTMLAttributes<HTMLSpanElement> & DropdownMenuVariants): react_jsx_runtime.JSX.Element;
2359
+ displayName: string;
2360
+ };
2361
+
2362
+ export { Alert, type AlertProps, Avatar, type AvatarProps, Badge, type BadgeProps, Button, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Chips, type ChipsProps, type CircleProps, Collapsible, type CollapsibleContentProps, type CollapsibleItemProps, type CollapsibleTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type ExpandedProps, FormItem, type FormItemProps, Indicator, type IndicatorProps, Input, InputDescription, type InputDescriptionProps, type InputProps, Label, type LabelProps, Loading, type LoadingProps, Message, MessageContainer, type MessageProps, MessageType, Popover, PopoverContent, PopoverTrigger, Progress, ProgressBar, type ProgressBarProps, type ProgressIndicatorProps, Radio, type RadioGroupProps, type RadioItemProps, Scope, type ScopeGroupProps, type ScopeItemProps, Search, type SearchProps, Sheet, type SheetProps, Status, type StatusMenuProps, type StatusOption, type StatusSimpleProps, Switch, type SwitchProps, type TabItem, TabsLayout as Tabs, type TabsLayoutProps, Text, type TextProps, Textarea, type TextareaProps, Toggle, type ToggleGroupItemProps, type ToggleGroupProps, Tooltip, type TooltipProps, TooltipProvider };