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

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 (44) hide show
  1. package/dist/global.css +1 -1
  2. package/dist/index.cjs +51 -46
  3. package/dist/index.d.cts +919 -2849
  4. package/dist/index.d.ts +1 -0
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +14 -13
  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/indicator.d.ts +4 -60
  20. package/dist/ui/indicator.d.ts.map +1 -1
  21. package/dist/ui/input-description.d.ts +2 -26
  22. package/dist/ui/input-description.d.ts.map +1 -1
  23. package/dist/ui/input.d.ts +4 -292
  24. package/dist/ui/input.d.ts.map +1 -1
  25. package/dist/ui/label.d.ts +2 -18
  26. package/dist/ui/label.d.ts.map +1 -1
  27. package/dist/ui/message.d.ts +2 -34
  28. package/dist/ui/message.d.ts.map +1 -1
  29. package/dist/ui/popover.d.ts +7 -0
  30. package/dist/ui/popover.d.ts.map +1 -0
  31. package/dist/ui/progress.d.ts +2 -22
  32. package/dist/ui/progress.d.ts.map +1 -1
  33. package/dist/ui/scope.d.ts +2 -106
  34. package/dist/ui/scope.d.ts.map +1 -1
  35. package/dist/ui/search.d.ts +2 -146
  36. package/dist/ui/search.d.ts.map +1 -1
  37. package/dist/ui/status.d.ts +2 -34
  38. package/dist/ui/status.d.ts.map +1 -1
  39. package/dist/ui/text.d.ts +2 -62
  40. package/dist/ui/text.d.ts.map +1 -1
  41. package/dist/ui/toggle.d.ts +4 -60
  42. package/dist/ui/toggle.d.ts.map +1 -1
  43. package/package.json +5 -4
  44. 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,7 @@ 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
16
 
17
17
  declare const avatarVariants: tailwind_variants.TVReturnType<{
18
18
  color: {
@@ -29,37 +29,7 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
29
29
  medium: string;
30
30
  large: string;
31
31
  };
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
- }>, {
32
+ }, undefined, "flex items-center justify-center rounded-full", {
63
33
  color: {
64
34
  default: string;
65
35
  indigo: string;
@@ -89,37 +59,7 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
89
59
  medium: string;
90
60
  large: string;
91
61
  };
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>>;
62
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>;
123
63
  type AvatarProps = React__default.ComponentPropsWithoutRef<'div'> & VariantProps<typeof avatarVariants> & {
124
64
  asChild?: boolean;
125
65
  };
@@ -138,37 +78,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<Omit<React__defau
138
78
  medium: string;
139
79
  large: string;
140
80
  };
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
- }>, {
81
+ }, undefined, "flex items-center justify-center rounded-full", {
172
82
  color: {
173
83
  default: string;
174
84
  indigo: string;
@@ -198,37 +108,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<Omit<React__defau
198
108
  medium: string;
199
109
  large: string;
200
110
  };
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>>> & {
111
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>> & {
232
112
  asChild?: boolean;
233
113
  } & React__default.RefAttributes<HTMLDivElement>>;
234
114
 
@@ -250,43 +130,7 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
250
130
  pill: string;
251
131
  dot: string;
252
132
  };
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
- }>, {
133
+ }, undefined, "flex items-center justify-center rounded-full", {
290
134
  contrast: {
291
135
  true: string;
292
136
  false: string;
@@ -322,43 +166,7 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
322
166
  pill: string;
323
167
  dot: string;
324
168
  };
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>>;
169
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>;
362
170
  type BadgeProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof badgeVariants> & {
363
171
  asChild?: boolean;
364
172
  };
@@ -380,43 +188,7 @@ declare const Badge: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
380
188
  pill: string;
381
189
  dot: string;
382
190
  };
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
- }>, {
191
+ }, undefined, "flex items-center justify-center rounded-full", {
420
192
  contrast: {
421
193
  true: string;
422
194
  false: string;
@@ -452,43 +224,7 @@ declare const Badge: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
452
224
  pill: string;
453
225
  dot: string;
454
226
  };
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>>> & {
227
+ }, undefined, "flex items-center justify-center rounded-full", unknown, unknown, undefined>>> & {
492
228
  asChild?: boolean;
493
229
  } & React__default.RefAttributes<HTMLSpanElement>>;
494
230
 
@@ -530,6 +266,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
530
266
  text: string;
531
267
  icon: string;
532
268
  };
269
+ ai: {
270
+ container: string;
271
+ loading: string;
272
+ text: string;
273
+ icon: string;
274
+ };
275
+ 'ai-outline': {
276
+ container: string;
277
+ text: string;
278
+ icon: string;
279
+ };
533
280
  };
534
281
  size: {
535
282
  medium: {
@@ -542,6 +289,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
542
289
  icon: string;
543
290
  };
544
291
  };
292
+ rounded: {
293
+ true: {
294
+ container: string;
295
+ };
296
+ false: {
297
+ container: string;
298
+ };
299
+ };
300
+ vertical: {
301
+ true: {
302
+ container: string;
303
+ text: string;
304
+ icon: string;
305
+ };
306
+ false: {
307
+ container: string;
308
+ };
309
+ };
545
310
  disabled: {
546
311
  true: {
547
312
  container: string;
@@ -563,7 +328,7 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
563
328
  icon: string;
564
329
  text: string;
565
330
  loading: string;
566
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
331
+ }, undefined, {
567
332
  appearance: {
568
333
  primary: {
569
334
  container: string;
@@ -601,6 +366,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
601
366
  text: string;
602
367
  icon: string;
603
368
  };
369
+ ai: {
370
+ container: string;
371
+ loading: string;
372
+ text: string;
373
+ icon: string;
374
+ };
375
+ 'ai-outline': {
376
+ container: string;
377
+ text: string;
378
+ icon: string;
379
+ };
604
380
  };
605
381
  size: {
606
382
  medium: {
@@ -613,6 +389,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
613
389
  icon: string;
614
390
  };
615
391
  };
392
+ rounded: {
393
+ true: {
394
+ container: string;
395
+ };
396
+ false: {
397
+ container: string;
398
+ };
399
+ };
400
+ vertical: {
401
+ true: {
402
+ container: string;
403
+ text: string;
404
+ icon: string;
405
+ };
406
+ false: {
407
+ container: string;
408
+ };
409
+ };
616
410
  disabled: {
617
411
  true: {
618
412
  container: string;
@@ -630,6 +424,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
630
424
  false: string;
631
425
  };
632
426
  }, {
427
+ container: string;
428
+ icon: string;
429
+ text: string;
430
+ loading: string;
431
+ }, tailwind_variants.TVReturnType<{
633
432
  appearance: {
634
433
  primary: {
635
434
  container: string;
@@ -667,82 +466,45 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
667
466
  text: string;
668
467
  icon: string;
669
468
  };
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: {
469
+ ai: {
701
470
  container: string;
702
471
  loading: string;
703
472
  text: string;
704
473
  icon: string;
705
474
  };
706
- secondary: {
475
+ 'ai-outline': {
707
476
  container: string;
708
- loading: string;
709
477
  text: string;
710
478
  icon: string;
711
479
  };
712
- tertiary: {
480
+ };
481
+ size: {
482
+ medium: {
713
483
  container: string;
714
- loading: string;
715
- text: string;
716
484
  icon: string;
717
485
  };
718
- danger: {
486
+ small: {
719
487
  container: string;
720
- loading: string;
721
488
  text: string;
722
489
  icon: string;
723
490
  };
724
- link: {
491
+ };
492
+ rounded: {
493
+ true: {
725
494
  container: string;
726
- loading: string;
727
- text: string;
728
- icon: string;
729
495
  };
730
- table: {
496
+ false: {
731
497
  container: string;
732
- loading: string;
733
- text: string;
734
- icon: string;
735
498
  };
736
499
  };
737
- size: {
738
- medium: {
500
+ vertical: {
501
+ true: {
739
502
  container: string;
503
+ text: string;
740
504
  icon: string;
741
505
  };
742
- small: {
506
+ false: {
743
507
  container: string;
744
- text: string;
745
- icon: string;
746
508
  };
747
509
  };
748
510
  disabled: {
@@ -766,7 +528,13 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
766
528
  icon: string;
767
529
  text: string;
768
530
  loading: string;
769
- }, tailwind_variants.TVReturnType<{
531
+ }, undefined, unknown, unknown, undefined>>;
532
+ type ButtonProps = React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<typeof buttonVariants> & {
533
+ asChild?: boolean;
534
+ icon?: React__default.ElementType;
535
+ loading?: boolean;
536
+ };
537
+ declare const Button: React__default.ForwardRefExoticComponent<React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<tailwind_variants.TVReturnType<{
770
538
  appearance: {
771
539
  primary: {
772
540
  container: string;
@@ -804,6 +572,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
804
572
  text: string;
805
573
  icon: string;
806
574
  };
575
+ ai: {
576
+ container: string;
577
+ loading: string;
578
+ text: string;
579
+ icon: string;
580
+ };
581
+ 'ai-outline': {
582
+ container: string;
583
+ text: string;
584
+ icon: string;
585
+ };
807
586
  };
808
587
  size: {
809
588
  medium: {
@@ -816,6 +595,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
816
595
  icon: string;
817
596
  };
818
597
  };
598
+ rounded: {
599
+ true: {
600
+ container: string;
601
+ };
602
+ false: {
603
+ container: string;
604
+ };
605
+ };
606
+ vertical: {
607
+ true: {
608
+ container: string;
609
+ text: string;
610
+ icon: string;
611
+ };
612
+ false: {
613
+ container: string;
614
+ };
615
+ };
819
616
  disabled: {
820
617
  true: {
821
618
  container: string;
@@ -837,7 +634,7 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
837
634
  icon: string;
838
635
  text: string;
839
636
  loading: string;
840
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
637
+ }, undefined, {
841
638
  appearance: {
842
639
  primary: {
843
640
  container: string;
@@ -875,6 +672,17 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
875
672
  text: string;
876
673
  icon: string;
877
674
  };
675
+ ai: {
676
+ container: string;
677
+ loading: string;
678
+ text: string;
679
+ icon: string;
680
+ };
681
+ 'ai-outline': {
682
+ container: string;
683
+ text: string;
684
+ icon: string;
685
+ };
878
686
  };
879
687
  size: {
880
688
  medium: {
@@ -887,6 +695,24 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
887
695
  icon: string;
888
696
  };
889
697
  };
698
+ rounded: {
699
+ true: {
700
+ container: string;
701
+ };
702
+ false: {
703
+ container: string;
704
+ };
705
+ };
706
+ vertical: {
707
+ true: {
708
+ container: string;
709
+ text: string;
710
+ icon: string;
711
+ };
712
+ false: {
713
+ container: string;
714
+ };
715
+ };
890
716
  disabled: {
891
717
  true: {
892
718
  container: string;
@@ -904,6 +730,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
904
730
  false: string;
905
731
  };
906
732
  }, {
733
+ container: string;
734
+ icon: string;
735
+ text: string;
736
+ loading: string;
737
+ }, tailwind_variants.TVReturnType<{
907
738
  appearance: {
908
739
  primary: {
909
740
  container: string;
@@ -941,88 +772,45 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
941
772
  text: string;
942
773
  icon: string;
943
774
  };
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: {
775
+ ai: {
981
776
  container: string;
982
777
  loading: string;
983
778
  text: string;
984
779
  icon: string;
985
780
  };
986
- secondary: {
781
+ 'ai-outline': {
987
782
  container: string;
988
- loading: string;
989
783
  text: string;
990
784
  icon: string;
991
785
  };
992
- tertiary: {
786
+ };
787
+ size: {
788
+ medium: {
993
789
  container: string;
994
- loading: string;
995
- text: string;
996
790
  icon: string;
997
791
  };
998
- danger: {
792
+ small: {
999
793
  container: string;
1000
- loading: string;
1001
794
  text: string;
1002
795
  icon: string;
1003
796
  };
1004
- link: {
797
+ };
798
+ rounded: {
799
+ true: {
1005
800
  container: string;
1006
- loading: string;
1007
- text: string;
1008
- icon: string;
1009
801
  };
1010
- table: {
802
+ false: {
1011
803
  container: string;
1012
- loading: string;
1013
- text: string;
1014
- icon: string;
1015
804
  };
1016
805
  };
1017
- size: {
1018
- medium: {
806
+ vertical: {
807
+ true: {
1019
808
  container: string;
809
+ text: string;
1020
810
  icon: string;
1021
811
  };
1022
- small: {
812
+ false: {
1023
813
  container: string;
1024
- text: string;
1025
- icon: string;
1026
814
  };
1027
815
  };
1028
816
  disabled: {
@@ -1046,2076 +834,710 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1046
834
  icon: string;
1047
835
  text: string;
1048
836
  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
- };
837
+ }, undefined, unknown, unknown, undefined>>> & {
838
+ asChild?: boolean;
839
+ icon?: React__default.ElementType;
840
+ loading?: boolean;
841
+ } & React__default.RefAttributes<HTMLButtonElement>>;
842
+
843
+ declare const cardVariants: tailwind_variants.TVReturnType<{
844
+ variant: {
845
+ default: string;
846
+ big: string;
847
+ small: string;
848
+ };
849
+ direction: {
850
+ col: string;
851
+ row: string;
852
+ };
853
+ padding: {
854
+ none: string;
855
+ small: string;
856
+ medium: string;
857
+ big: string;
858
+ };
859
+ }, undefined, "flex w-full border border-gray-200 bg-white p-2", {
860
+ variant: {
861
+ default: string;
862
+ big: string;
863
+ small: string;
864
+ };
865
+ direction: {
866
+ col: string;
867
+ row: string;
868
+ };
869
+ padding: {
870
+ none: string;
871
+ small: string;
872
+ medium: string;
873
+ big: string;
874
+ };
875
+ }, undefined, tailwind_variants.TVReturnType<{
876
+ variant: {
877
+ default: string;
878
+ big: string;
879
+ small: string;
880
+ };
881
+ direction: {
882
+ col: string;
883
+ row: string;
884
+ };
885
+ padding: {
886
+ none: string;
887
+ small: string;
888
+ medium: string;
889
+ big: string;
890
+ };
891
+ }, undefined, "flex w-full border border-gray-200 bg-white p-2", unknown, unknown, undefined>>;
892
+ type CardProps = HTMLAttributes<HTMLDivElement> & PropsWithChildren & VariantProps<typeof cardVariants>;
893
+ declare const Card: {
894
+ ({ className, variant, direction, padding, children, ...props }: CardProps): react_jsx_runtime.JSX.Element;
895
+ displayName: string;
896
+ };
897
+
898
+ declare const scopeVariants: tailwind_variants.TVReturnType<{
899
+ variant: {
900
+ default: string;
901
+ light: string;
902
+ green: string;
903
+ red: string;
1087
904
  };
1088
905
  size: {
1089
- medium: {
906
+ default: {
1090
907
  container: string;
1091
- icon: string;
1092
908
  };
1093
909
  small: {
1094
910
  container: string;
1095
911
  text: string;
1096
- icon: string;
1097
912
  };
1098
913
  };
1099
914
  disabled: {
1100
915
  true: {
1101
916
  container: string;
1102
- text: string;
1103
917
  icon: string;
1104
- loading: string;
1105
918
  };
1106
- false: string;
1107
- };
1108
- loading: {
1109
- true: {
1110
- text: string;
919
+ false: {
920
+ container: string;
1111
921
  icon: string;
1112
922
  };
1113
- false: string;
1114
923
  };
1115
924
  }, {
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
- };
925
+ container: string;
926
+ icon: string;
927
+ text: string;
928
+ }, undefined, {
929
+ variant: {
930
+ default: string;
931
+ light: string;
932
+ green: string;
933
+ red: string;
1153
934
  };
1154
935
  size: {
1155
- medium: {
936
+ default: {
1156
937
  container: string;
1157
- icon: string;
1158
938
  };
1159
939
  small: {
1160
940
  container: string;
1161
941
  text: string;
1162
- icon: string;
1163
942
  };
1164
943
  };
1165
944
  disabled: {
1166
945
  true: {
1167
946
  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
947
  icon: string;
1212
948
  };
1213
- table: {
949
+ false: {
1214
950
  container: string;
1215
- loading: string;
1216
- text: string;
1217
951
  icon: string;
1218
952
  };
1219
953
  };
954
+ }, {
955
+ container: string;
956
+ icon: string;
957
+ text: string;
958
+ }, tailwind_variants.TVReturnType<{
959
+ variant: {
960
+ default: string;
961
+ light: string;
962
+ green: string;
963
+ red: string;
964
+ };
1220
965
  size: {
1221
- medium: {
966
+ default: {
1222
967
  container: string;
1223
- icon: string;
1224
968
  };
1225
969
  small: {
1226
970
  container: string;
1227
971
  text: string;
1228
- icon: string;
1229
972
  };
1230
973
  };
1231
974
  disabled: {
1232
975
  true: {
1233
976
  container: string;
1234
- text: string;
1235
977
  icon: string;
1236
- loading: string;
1237
978
  };
1238
- false: string;
1239
- };
1240
- loading: {
1241
- true: {
1242
- text: string;
979
+ false: {
980
+ container: string;
1243
981
  icon: string;
1244
982
  };
1245
- false: string;
1246
983
  };
1247
984
  }, {
1248
985
  container: string;
1249
986
  icon: string;
1250
987
  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: {
988
+ }, undefined, unknown, unknown, undefined>>;
989
+ type ScopeGroupProps = Omit<React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'type'> & VariantProps$1<typeof scopeVariants>;
990
+ type ScopeItemProps = React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps$1<typeof scopeVariants> & {
991
+ text: string;
992
+ icon?: React__default.ElementType;
993
+ };
994
+ declare const Scope: {
995
+ Group: React__default.ForwardRefExoticComponent<ScopeGroupProps>;
996
+ Item: React__default.ForwardRefExoticComponent<ScopeItemProps>;
997
+ };
998
+
999
+ type ProgressBarProps = React__default.HTMLAttributes<HTMLDivElement> & {
1000
+ value: number;
1001
+ barBg: string;
1002
+ progressBg: string;
1003
+ };
1004
+ declare const ProgressBar: React__default.FC<ProgressBarProps>;
1005
+
1006
+ type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1007
+ invalid?: boolean;
1008
+ };
1009
+ declare const Textarea: React$1.ForwardRefExoticComponent<React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1010
+ invalid?: boolean;
1011
+ } & React$1.RefAttributes<HTMLTextAreaElement>>;
1012
+
1013
+ type SheetProps = {
1014
+ title: string;
1015
+ children?: React__default.ReactNode;
1016
+ isVisible?: boolean;
1017
+ CloseIcon?: React__default.ElementType;
1018
+ maxWidth?: string;
1019
+ onClose?: (confirm: boolean) => void;
1020
+ };
1021
+ declare const Sheet: {
1022
+ ({ title, children, isVisible, CloseIcon, maxWidth, onClose, }: SheetProps): react_jsx_runtime.JSX.Element;
1023
+ displayName: string;
1024
+ };
1025
+
1026
+ declare const TextVariants: tailwind_variants.TVReturnType<{
1027
+ size: {
1028
+ H1: string;
1029
+ H2: string;
1030
+ H3: string;
1031
+ large: string;
1032
+ base: string;
1033
+ small: string;
1034
+ overline: string;
1035
+ };
1036
+ weight: {
1037
+ normal: string;
1038
+ medium: string;
1039
+ semibold: string;
1040
+ };
1041
+ }, undefined, "", {
1042
+ size: {
1043
+ H1: string;
1044
+ H2: string;
1045
+ H3: string;
1046
+ large: string;
1047
+ base: string;
1048
+ small: string;
1049
+ overline: string;
1050
+ };
1051
+ weight: {
1052
+ normal: string;
1053
+ medium: string;
1054
+ semibold: string;
1055
+ };
1056
+ }, undefined, tailwind_variants.TVReturnType<{
1057
+ size: {
1058
+ H1: string;
1059
+ H2: string;
1060
+ H3: string;
1061
+ large: string;
1062
+ base: string;
1063
+ small: string;
1064
+ overline: string;
1065
+ };
1066
+ weight: {
1067
+ normal: string;
1068
+ medium: string;
1069
+ semibold: string;
1070
+ };
1071
+ }, undefined, "", unknown, unknown, undefined>>;
1072
+ type TextProps = HTMLAttributes<HTMLSpanElement> & PropsWithChildren<VariantProps<typeof TextVariants>>;
1073
+ declare const Text: {
1074
+ ({ className, size, weight, children, ...props }: TextProps): react_jsx_runtime.JSX.Element;
1075
+ displayName: string;
1076
+ };
1077
+
1078
+ type SwitchProps = HTMLAttributes<HTMLInputElement> & PropsWithChildren<{
1079
+ name: string;
1080
+ disabled?: boolean;
1081
+ checked?: boolean;
1082
+ }>;
1083
+ declare const Switch: React$1.ForwardRefExoticComponent<HTMLAttributes<HTMLInputElement> & {
1084
+ name: string;
1085
+ disabled?: boolean;
1086
+ checked?: boolean;
1087
+ } & {
1088
+ children?: React$1.ReactNode | undefined;
1089
+ } & React$1.RefAttributes<HTMLInputElement>>;
1090
+
1091
+ type LoadingProps = {
1092
+ className?: string;
1093
+ size?: 'TINY' | 'SMALL' | 'NORMAL' | 'LARGE' | 'HUGE';
1094
+ color?: 'WHITE' | 'RED' | 'BLUE' | 'GREEN' | 'GRAY' | 'INDIGO' | 'TRANSPARENT';
1095
+ fill?: 'WHITE' | 'RED' | 'BLUE' | 'GREEN' | 'GRAY' | 'INDIGO' | 'TRANSPARENT';
1096
+ };
1097
+ declare const Loading: ({ className, size, color, fill, }: LoadingProps) => react_jsx_runtime.JSX.Element;
1098
+
1099
+ declare const toggleVariants: tailwind_variants.TVReturnType<{
1100
+ variant: {
1101
+ default: string;
1102
+ };
1103
+ size: {
1104
+ default: string;
1105
+ };
1106
+ }, 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", {
1107
+ variant: {
1108
+ default: string;
1109
+ };
1110
+ size: {
1111
+ default: string;
1112
+ };
1113
+ }, undefined, tailwind_variants.TVReturnType<{
1114
+ variant: {
1115
+ default: string;
1116
+ };
1117
+ size: {
1118
+ default: string;
1119
+ };
1120
+ }, 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>>;
1121
+
1122
+ type ToggleGroupProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>;
1123
+ type ToggleGroupItemProps = React$1.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>;
1124
+ declare const Toggle: {
1125
+ Group: React$1.ForwardRefExoticComponent<ToggleGroupProps>;
1126
+ Item: React$1.ForwardRefExoticComponent<ToggleGroupItemProps>;
1127
+ };
1128
+
1129
+ type CollapsibleItemProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Root>;
1130
+ type CollapsibleTriggerProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.CollapsibleTrigger> & {
1131
+ triggerClassName?: string;
1132
+ };
1133
+ type CollapsibleContentProps = React__default.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.CollapsibleContent>;
1134
+ declare const Collapsible: {
1135
+ Item: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1136
+ Trigger: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
1137
+ triggerClassName?: string;
1138
+ } & React__default.RefAttributes<HTMLButtonElement>>;
1139
+ Content: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1140
+ };
1141
+
1142
+ type TabItem = {
1143
+ value: string;
1144
+ label?: string;
1145
+ iconPrefix?: React__default.ReactNode;
1146
+ suffix?: React__default.ReactNode;
1147
+ content: React__default.ReactNode;
1148
+ disabled?: boolean;
1149
+ className?: string;
1150
+ };
1151
+ type TabsLayoutProps = {
1152
+ tabs: TabItem[];
1153
+ activeKey?: string;
1154
+ defaultActiveKey?: string;
1155
+ className?: string;
1156
+ onValueChange?: (value: string) => void;
1157
+ onTabClick?: (event: React__default.MouseEvent<HTMLDivElement, MouseEvent>, value?: string) => void;
1158
+ };
1159
+ declare const TabsLayout: ({ tabs, activeKey, defaultActiveKey, className, onValueChange, onTabClick, }: TabsLayoutProps) => react_jsx_runtime.JSX.Element;
1160
+
1161
+ declare const alertVariants: tailwind_variants.TVReturnType<{
1162
+ type: {
1163
+ success: {
1285
1164
  container: string;
1286
- loading: string;
1287
- text: string;
1288
1165
  icon: string;
1289
1166
  };
1290
- };
1291
- size: {
1292
- medium: {
1167
+ warning: {
1293
1168
  container: string;
1294
1169
  icon: string;
1295
1170
  };
1296
- small: {
1171
+ error: {
1297
1172
  container: string;
1298
- text: string;
1299
1173
  icon: string;
1300
1174
  };
1301
- };
1302
- disabled: {
1303
- true: {
1175
+ info: {
1304
1176
  container: string;
1305
- text: string;
1306
1177
  icon: string;
1307
- loading: string;
1308
1178
  };
1309
- false: string;
1310
1179
  };
1311
- loading: {
1180
+ closable: {
1312
1181
  true: {
1313
- text: string;
1314
- icon: string;
1182
+ message: string;
1183
+ };
1184
+ false: {
1185
+ message: string;
1315
1186
  };
1316
- false: string;
1317
1187
  };
1318
1188
  }, {
1319
1189
  container: string;
1320
1190
  icon: string;
1321
- text: string;
1322
- loading: string;
1323
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1324
- appearance: {
1325
- primary: {
1191
+ message: string;
1192
+ }, undefined, {
1193
+ type: {
1194
+ success: {
1326
1195
  container: string;
1327
- loading: string;
1328
- text: string;
1329
1196
  icon: string;
1330
1197
  };
1331
- secondary: {
1198
+ warning: {
1332
1199
  container: string;
1333
- loading: string;
1334
- text: string;
1335
1200
  icon: string;
1336
1201
  };
1337
- tertiary: {
1202
+ error: {
1338
1203
  container: string;
1339
- loading: string;
1340
- text: string;
1341
1204
  icon: string;
1342
1205
  };
1343
- danger: {
1206
+ info: {
1344
1207
  container: string;
1345
- loading: string;
1346
- text: string;
1347
1208
  icon: string;
1348
1209
  };
1349
- link: {
1350
- container: string;
1351
- loading: string;
1352
- text: string;
1353
- icon: string;
1210
+ };
1211
+ closable: {
1212
+ true: {
1213
+ message: string;
1354
1214
  };
1355
- table: {
1215
+ false: {
1216
+ message: string;
1217
+ };
1218
+ };
1219
+ }, {
1220
+ container: string;
1221
+ icon: string;
1222
+ message: string;
1223
+ }, tailwind_variants.TVReturnType<{
1224
+ type: {
1225
+ success: {
1356
1226
  container: string;
1357
- loading: string;
1358
- text: string;
1359
1227
  icon: string;
1360
1228
  };
1361
- };
1362
- size: {
1363
- medium: {
1229
+ warning: {
1364
1230
  container: string;
1365
1231
  icon: string;
1366
1232
  };
1367
- small: {
1233
+ error: {
1368
1234
  container: string;
1369
- text: string;
1370
1235
  icon: string;
1371
1236
  };
1372
- };
1373
- disabled: {
1374
- true: {
1237
+ info: {
1375
1238
  container: string;
1376
- text: string;
1377
1239
  icon: string;
1378
- loading: string;
1379
1240
  };
1380
- false: string;
1381
1241
  };
1382
- loading: {
1242
+ closable: {
1383
1243
  true: {
1384
- text: string;
1385
- icon: string;
1244
+ message: string;
1245
+ };
1246
+ false: {
1247
+ message: string;
1386
1248
  };
1387
- false: string;
1388
1249
  };
1389
1250
  }, {
1390
- appearance: {
1391
- primary: {
1251
+ container: string;
1252
+ icon: string;
1253
+ message: string;
1254
+ }, undefined, unknown, unknown, undefined>>;
1255
+ type AlertProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof alertVariants> & {
1256
+ message: string | React__default.ReactNode;
1257
+ closable?: boolean;
1258
+ };
1259
+ declare const Alert: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1260
+ type: {
1261
+ success: {
1392
1262
  container: string;
1393
- loading: string;
1394
- text: string;
1395
1263
  icon: string;
1396
1264
  };
1397
- secondary: {
1265
+ warning: {
1398
1266
  container: string;
1399
- loading: string;
1400
- text: string;
1401
1267
  icon: string;
1402
1268
  };
1403
- tertiary: {
1269
+ error: {
1404
1270
  container: string;
1405
- loading: string;
1406
- text: string;
1407
1271
  icon: string;
1408
1272
  };
1409
- danger: {
1273
+ info: {
1410
1274
  container: string;
1411
- loading: string;
1412
- text: string;
1413
1275
  icon: string;
1414
1276
  };
1415
- link: {
1416
- container: string;
1417
- loading: string;
1418
- text: string;
1419
- icon: string;
1277
+ };
1278
+ closable: {
1279
+ true: {
1280
+ message: string;
1420
1281
  };
1421
- table: {
1422
- container: string;
1423
- loading: string;
1424
- text: string;
1425
- icon: string;
1282
+ false: {
1283
+ message: string;
1426
1284
  };
1427
1285
  };
1428
- size: {
1429
- medium: {
1286
+ }, {
1287
+ container: string;
1288
+ icon: string;
1289
+ message: string;
1290
+ }, undefined, {
1291
+ type: {
1292
+ success: {
1430
1293
  container: string;
1431
1294
  icon: string;
1432
1295
  };
1433
- small: {
1296
+ warning: {
1434
1297
  container: string;
1435
- text: string;
1436
1298
  icon: string;
1437
1299
  };
1438
- };
1439
- disabled: {
1440
- true: {
1300
+ error: {
1441
1301
  container: string;
1442
- text: string;
1443
- icon: string;
1444
- loading: string;
1445
- };
1446
- false: string;
1447
- };
1448
- loading: {
1449
- true: {
1450
- text: string;
1451
1302
  icon: string;
1452
1303
  };
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: {
1304
+ info: {
1592
1305
  container: string;
1593
- text: string;
1306
+ icon: string;
1594
1307
  };
1595
1308
  };
1596
- disabled: {
1309
+ closable: {
1597
1310
  true: {
1598
- container: string;
1599
- icon: string;
1311
+ message: string;
1600
1312
  };
1601
1313
  false: {
1602
- container: string;
1603
- icon: string;
1314
+ message: string;
1604
1315
  };
1605
1316
  };
1606
1317
  }, {
1607
1318
  container: string;
1608
1319
  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: {
1320
+ message: string;
1321
+ }, tailwind_variants.TVReturnType<{
1322
+ type: {
1323
+ success: {
1619
1324
  container: string;
1325
+ icon: string;
1620
1326
  };
1621
- small: {
1327
+ warning: {
1622
1328
  container: string;
1623
- text: string;
1329
+ icon: string;
1624
1330
  };
1625
- };
1626
- disabled: {
1627
- true: {
1331
+ error: {
1628
1332
  container: string;
1629
1333
  icon: string;
1630
1334
  };
1631
- false: {
1335
+ info: {
1632
1336
  container: string;
1633
1337
  icon: string;
1634
1338
  };
1635
1339
  };
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;
1340
+ closable: {
1341
+ true: {
1342
+ message: string;
1682
1343
  };
1683
1344
  false: {
1684
- container: string;
1685
- icon: string;
1345
+ message: string;
1686
1346
  };
1687
1347
  };
1688
1348
  }, {
1689
1349
  container: string;
1690
1350
  icon: string;
1691
- text: string;
1692
- }, tailwind_variants.TVReturnType<{
1693
- variant: {
1694
- default: string;
1695
- light: string;
1696
- green: string;
1697
- red: string;
1351
+ message: string;
1352
+ }, undefined, unknown, unknown, undefined>>> & {
1353
+ message: string | React__default.ReactNode;
1354
+ closable?: boolean;
1355
+ } & React__default.RefAttributes<HTMLDivElement>>;
1356
+
1357
+ declare enum MessageType {
1358
+ SUCCESS = "success",
1359
+ INFO = "info",
1360
+ WARNING = "warning",
1361
+ DANGER = "error",
1362
+ LOADING = "loading"
1363
+ }
1364
+ declare const messageVariants: tailwind_variants.TVReturnType<{
1365
+ type: {
1366
+ success: string;
1367
+ error: string;
1368
+ warning: string;
1369
+ info: string;
1370
+ loading: string;
1698
1371
  };
1699
- size: {
1700
- default: {
1701
- container: string;
1702
- };
1703
- small: {
1704
- container: string;
1705
- text: string;
1706
- };
1372
+ }, undefined, "!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium", {
1373
+ type: {
1374
+ success: string;
1375
+ error: string;
1376
+ warning: string;
1377
+ info: string;
1378
+ loading: string;
1707
1379
  };
1708
- disabled: {
1709
- true: {
1710
- container: string;
1711
- icon: string;
1712
- };
1713
- false: {
1714
- container: string;
1715
- icon: string;
1716
- };
1380
+ }, undefined, tailwind_variants.TVReturnType<{
1381
+ type: {
1382
+ success: string;
1383
+ error: string;
1384
+ warning: string;
1385
+ info: string;
1386
+ loading: string;
1717
1387
  };
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;
1388
+ }, undefined, "!rounded-m !flex !min-h-5 !w-fit !items-center !gap-1 !p-0 !font-sans !text-base !font-medium", unknown, unknown, undefined>>;
1389
+ type MessageProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof messageVariants> & {
1390
+ text: string | React.ReactNode;
1391
+ closable?: boolean;
1392
+ duration?: number | false;
1393
+ key?: string;
1394
+ containerId?: string;
1395
+ onClick?: () => void;
1396
+ onClose?: () => void;
1397
+ } & Omit<ToastOptions, 'type'>;
1398
+ declare const Message: {
1399
+ success: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1400
+ error: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1401
+ info: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1402
+ warning: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1403
+ loading: (text: MessageProps["text"], duration?: MessageProps["duration"]) => react_toastify.Id;
1404
+ dismiss: (id?: react_toastify.Id | undefined) => void;
1405
+ open: ({ type, text, closable, duration, containerId, onClose, onClick, ...rest }: MessageProps) => react_toastify.Id;
1406
+ };
1407
+ declare const MessageContainer: (props: ToastContainerProps) => react_jsx_runtime.JSX.Element;
1408
+
1409
+ declare const indicatorVariants: tailwind_variants.TVReturnType<{
1410
+ status: {
1411
+ positive: string;
1412
+ negative: string;
1413
+ neutral: string;
1414
+ info: string;
1728
1415
  };
1729
- size: {
1730
- default: {
1731
- container: string;
1732
- };
1733
- small: {
1734
- container: string;
1735
- text: string;
1736
- };
1416
+ }, 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", {
1417
+ status: {
1418
+ positive: string;
1419
+ negative: string;
1420
+ neutral: string;
1421
+ info: string;
1737
1422
  };
1738
- disabled: {
1739
- true: {
1740
- container: string;
1741
- icon: string;
1742
- };
1743
- false: {
1744
- container: string;
1745
- icon: string;
1746
- };
1423
+ }, undefined, tailwind_variants.TVReturnType<{
1424
+ status: {
1425
+ positive: string;
1426
+ negative: string;
1427
+ neutral: string;
1428
+ info: string;
1747
1429
  };
1748
- }, {
1749
- variant: {
1750
- default: string;
1751
- light: string;
1752
- green: string;
1753
- red: string;
1430
+ }, 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>>;
1431
+ type IndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof indicatorVariants> & {
1432
+ value: string | number;
1433
+ icon?: 'positive' | 'neutral' | 'negative';
1434
+ usePercentageSymbol?: boolean;
1435
+ };
1436
+ declare const Indicator: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1437
+ status: {
1438
+ positive: string;
1439
+ negative: string;
1440
+ neutral: string;
1441
+ info: string;
1754
1442
  };
1755
- size: {
1756
- default: {
1757
- container: string;
1758
- };
1759
- small: {
1760
- container: string;
1761
- text: string;
1762
- };
1443
+ }, 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", {
1444
+ status: {
1445
+ positive: string;
1446
+ negative: string;
1447
+ neutral: string;
1448
+ info: string;
1763
1449
  };
1764
- disabled: {
1765
- true: {
1766
- container: string;
1767
- icon: string;
1768
- };
1769
- false: {
1770
- container: string;
1771
- icon: string;
1772
- };
1450
+ }, undefined, tailwind_variants.TVReturnType<{
1451
+ status: {
1452
+ positive: string;
1453
+ negative: string;
1454
+ neutral: string;
1455
+ info: string;
1773
1456
  };
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> & {
1457
+ }, 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>>> & {
1458
+ value: string | number;
1459
+ icon?: "positive" | "neutral" | "negative";
1460
+ usePercentageSymbol?: boolean;
1461
+ } & React__default.RefAttributes<HTMLDivElement>>;
1462
+
1463
+ declare const statusVariants: tailwind_variants.TVReturnType<{
1464
+ status: {
1465
+ success: string[];
1466
+ attention: string[];
1467
+ info: string[];
1468
+ error: string[];
1469
+ disabled: string[];
1470
+ };
1471
+ }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", {
1472
+ status: {
1473
+ success: string[];
1474
+ attention: string[];
1475
+ info: string[];
1476
+ error: string[];
1477
+ disabled: string[];
1478
+ };
1479
+ }, undefined, tailwind_variants.TVReturnType<{
1480
+ status: {
1481
+ success: string[];
1482
+ attention: string[];
1483
+ info: string[];
1484
+ error: string[];
1485
+ disabled: string[];
1486
+ };
1487
+ }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", unknown, unknown, undefined>>;
1488
+ type StatusSimpleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
1777
1489
  text: string;
1778
- icon?: React__default.ElementType;
1779
1490
  };
1780
- declare const Scope: {
1781
- Group: React__default.ForwardRefExoticComponent<ScopeGroupProps>;
1782
- Item: React__default.ForwardRefExoticComponent<ScopeItemProps>;
1491
+ type StatusOption = VariantProps<typeof statusVariants> & {
1492
+ text: string;
1493
+ value: string;
1783
1494
  };
1784
-
1785
- type ProgressBarProps = React__default.HTMLAttributes<HTMLDivElement> & {
1786
- value: number;
1787
- barBg: string;
1788
- progressBg: string;
1495
+ type StatusMenuProps = Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onChange' | 'value'> & VariantProps<typeof statusVariants> & {
1496
+ options: StatusOption[];
1497
+ value: string;
1498
+ onChange?: (value: string) => void;
1789
1499
  };
1790
- declare const ProgressBar: React__default.FC<ProgressBarProps>;
1791
-
1792
- type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
1793
- invalid?: boolean;
1500
+ declare const Status: Partial<StatusSimpleProps> & {
1501
+ Menu: React__default.ForwardRefExoticComponent<StatusMenuProps>;
1794
1502
  };
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
1503
 
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;
1504
+ declare const progressVariants: tailwind_variants.TVReturnType<{
1505
+ bg: {
1506
+ indigo: string;
1507
+ white: string;
1969
1508
  };
1970
- size: {
1971
- default: string;
1509
+ }, undefined, "text-midnight-blue-600", {
1510
+ bg: {
1511
+ indigo: string;
1512
+ white: string;
1972
1513
  };
1973
1514
  }, 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;
1515
+ bg: {
1516
+ indigo: string;
1517
+ white: string;
1993
1518
  };
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;
1519
+ }, undefined, "text-midnight-blue-600", unknown, unknown, undefined>>;
1520
+ type CommonProps = {
1521
+ value: number;
2024
1522
  };
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;
1523
+ type ProgressIndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & Omit<CommonProps, 'value'> & {
1524
+ progressBar?: number;
1525
+ value: string | number;
1526
+ usePercentageSymbol?: boolean;
2032
1527
  };
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<{
1528
+ type CircleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1529
+ Icon?: React__default.ElementType;
1530
+ };
1531
+ type ExpandedProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1532
+ text: React__default.ReactNode | string;
1533
+ };
1534
+ declare const Progress: {
1535
+ Indicator: React__default.ForwardRefExoticComponent<ProgressIndicatorProps>;
1536
+ Circle: React__default.ForwardRefExoticComponent<CircleProps>;
1537
+ Expanded: React__default.ForwardRefExoticComponent<ExpandedProps>;
1538
+ };
1539
+
1540
+ declare const chipsVariants: tailwind_variants.TVReturnType<{
3119
1541
  size: {
3120
1542
  small: {
3121
1543
  container: string;
@@ -3148,36 +1570,7 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
3148
1570
  container: string;
3149
1571
  icon: string;
3150
1572
  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
- }, {
1573
+ }, undefined, {
3181
1574
  size: {
3182
1575
  small: {
3183
1576
  container: string;
@@ -3190,431 +1583,259 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
3190
1583
  text: string;
3191
1584
  };
3192
1585
  };
3193
- border: {
3194
- true: {
3195
- container: string;
3196
- icon: string;
3197
- };
3198
- false: {
3199
- container: string;
3200
- icon: string;
3201
- };
3202
- };
3203
- active: {
3204
- true: {
3205
- container: string;
3206
- icon: string;
3207
- };
3208
- };
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;
3223
- };
3224
- declare const Tooltip: (props: TooltipProps) => react_jsx_runtime.JSX.Element;
3225
-
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;
3237
- };
3238
- }>, {
3239
- invalid: {
3240
- true: string;
3241
- };
3242
- }, undefined, tailwind_variants.TVReturnType<{
3243
- invalid: {
3244
- true: string;
3245
- };
3246
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
3247
- invalid: {
3248
- true: string;
3249
- };
3250
- }, {
3251
- invalid: {
3252
- true: string;
3253
- };
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
- };
3264
-
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
- };
3279
- };
3280
- }, {
3281
- invalid: {
3282
- true: {
3283
- text: string;
3284
- };
3285
- };
3286
- }>, {
3287
- invalid: {
3288
- true: {
3289
- text: string;
3290
- };
3291
- };
3292
- }, {
3293
- text: string;
3294
- counter: string;
3295
- }, tailwind_variants.TVReturnType<{
3296
- invalid: {
3297
- true: {
3298
- text: string;
3299
- };
3300
- };
3301
- }, {
3302
- 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;
3322
- };
3323
- declare const InputDescription: {
3324
- ({ className, text, counter, maxLength, invalid, valueLength, ...props }: InputDescriptionProps): react_jsx_runtime.JSX.Element;
3325
- displayName: string;
3326
- };
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;
3337
- };
3338
- declare const FormItem: ({ id, className, label, description, errorMessage, invalid, children, disabled, value, maxLength, ...props }: FormItemProps) => react_jsx_runtime.JSX.Element;
3339
-
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
- };
3416
- };
3417
- }, {
3418
- disabled: {
1586
+ border: {
3419
1587
  true: {
3420
- wrapper: string;
3421
- input: string;
3422
- prefix: string;
3423
- suffix: string;
1588
+ container: string;
1589
+ icon: string;
1590
+ };
1591
+ false: {
1592
+ container: string;
1593
+ icon: string;
3424
1594
  };
3425
1595
  };
3426
- invalid: {
1596
+ active: {
3427
1597
  true: {
3428
- wrapper: string;
1598
+ container: string;
1599
+ icon: string;
3429
1600
  };
3430
1601
  };
1602
+ }, {
1603
+ container: string;
1604
+ icon: string;
1605
+ text: string;
1606
+ }, tailwind_variants.TVReturnType<{
3431
1607
  size: {
3432
1608
  small: {
3433
- wrapper: string;
3434
- input: string;
3435
- prefix: string;
3436
- suffix: string;
1609
+ container: string;
1610
+ icon: string;
1611
+ text: string;
3437
1612
  };
3438
1613
  medium: {
3439
- wrapper: string;
3440
- input: string;
3441
- prefix: string;
3442
- suffix: string;
1614
+ container: string;
1615
+ icon: string;
1616
+ text: string;
3443
1617
  };
3444
1618
  };
3445
- withAffix: {
3446
- false: {
3447
- wrapper: string;
3448
- };
1619
+ border: {
3449
1620
  true: {
3450
- wrapper: string;
1621
+ container: string;
1622
+ icon: string;
3451
1623
  };
3452
- };
3453
- }>, {
3454
- disabled: {
3455
- true: {
3456
- wrapper: string;
3457
- input: string;
3458
- prefix: string;
3459
- suffix: string;
1624
+ false: {
1625
+ container: string;
1626
+ icon: string;
3460
1627
  };
3461
1628
  };
3462
- invalid: {
1629
+ active: {
3463
1630
  true: {
3464
- wrapper: string;
1631
+ container: string;
1632
+ icon: string;
3465
1633
  };
3466
1634
  };
1635
+ }, {
1636
+ container: string;
1637
+ icon: string;
1638
+ text: string;
1639
+ }, undefined, unknown, unknown, undefined>>;
1640
+ type ChipsProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof chipsVariants> & {
1641
+ asChild?: boolean;
1642
+ icon?: React__default.ElementType;
1643
+ text: string;
1644
+ value?: string;
1645
+ onClose?: (value?: string) => void;
1646
+ textClassName?: string;
1647
+ };
1648
+ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
3467
1649
  size: {
3468
1650
  small: {
3469
- wrapper: string;
3470
- input: string;
3471
- prefix: string;
3472
- suffix: string;
1651
+ container: string;
1652
+ icon: string;
1653
+ text: string;
3473
1654
  };
3474
1655
  medium: {
3475
- wrapper: string;
3476
- input: string;
3477
- prefix: string;
3478
- suffix: string;
1656
+ container: string;
1657
+ icon: string;
1658
+ text: string;
3479
1659
  };
3480
1660
  };
3481
- withAffix: {
3482
- false: {
3483
- wrapper: string;
3484
- };
1661
+ border: {
3485
1662
  true: {
3486
- wrapper: string;
1663
+ container: string;
1664
+ icon: string;
3487
1665
  };
3488
- };
3489
- }, {
3490
- wrapper: string;
3491
- prefix: string;
3492
- input: string;
3493
- suffix: string;
3494
- }, tailwind_variants.TVReturnType<{
3495
- disabled: {
3496
- true: {
3497
- wrapper: string;
3498
- input: string;
3499
- prefix: string;
3500
- suffix: string;
1666
+ false: {
1667
+ container: string;
1668
+ icon: string;
3501
1669
  };
3502
1670
  };
3503
- invalid: {
1671
+ active: {
3504
1672
  true: {
3505
- wrapper: string;
1673
+ container: string;
1674
+ icon: string;
3506
1675
  };
3507
1676
  };
1677
+ }, {
1678
+ container: string;
1679
+ icon: string;
1680
+ text: string;
1681
+ }, undefined, {
3508
1682
  size: {
3509
1683
  small: {
3510
- wrapper: string;
3511
- input: string;
3512
- prefix: string;
3513
- suffix: string;
1684
+ container: string;
1685
+ icon: string;
1686
+ text: string;
3514
1687
  };
3515
1688
  medium: {
3516
- wrapper: string;
3517
- input: string;
3518
- prefix: string;
3519
- suffix: string;
1689
+ container: string;
1690
+ icon: string;
1691
+ text: string;
3520
1692
  };
3521
1693
  };
3522
- withAffix: {
3523
- false: {
3524
- wrapper: string;
3525
- };
1694
+ border: {
3526
1695
  true: {
3527
- wrapper: string;
1696
+ container: string;
1697
+ icon: string;
3528
1698
  };
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;
1699
+ false: {
1700
+ container: string;
1701
+ icon: string;
3542
1702
  };
3543
1703
  };
3544
- invalid: {
1704
+ active: {
3545
1705
  true: {
3546
- wrapper: string;
1706
+ container: string;
1707
+ icon: string;
3547
1708
  };
3548
1709
  };
1710
+ }, {
1711
+ container: string;
1712
+ icon: string;
1713
+ text: string;
1714
+ }, tailwind_variants.TVReturnType<{
3549
1715
  size: {
3550
1716
  small: {
3551
- wrapper: string;
3552
- input: string;
3553
- prefix: string;
3554
- suffix: string;
1717
+ container: string;
1718
+ icon: string;
1719
+ text: string;
3555
1720
  };
3556
1721
  medium: {
3557
- wrapper: string;
3558
- input: string;
3559
- prefix: string;
3560
- suffix: string;
1722
+ container: string;
1723
+ icon: string;
1724
+ text: string;
3561
1725
  };
3562
1726
  };
3563
- withAffix: {
1727
+ border: {
1728
+ true: {
1729
+ container: string;
1730
+ icon: string;
1731
+ };
3564
1732
  false: {
3565
- wrapper: string;
1733
+ container: string;
1734
+ icon: string;
3566
1735
  };
1736
+ };
1737
+ active: {
3567
1738
  true: {
3568
- wrapper: string;
1739
+ container: string;
1740
+ icon: string;
3569
1741
  };
3570
1742
  };
3571
1743
  }, {
3572
- disabled: {
3573
- true: {
3574
- wrapper: string;
3575
- input: string;
3576
- prefix: string;
3577
- suffix: string;
3578
- };
1744
+ container: string;
1745
+ icon: string;
1746
+ text: string;
1747
+ }, undefined, unknown, unknown, undefined>>> & {
1748
+ asChild?: boolean;
1749
+ icon?: React__default.ElementType;
1750
+ text: string;
1751
+ value?: string;
1752
+ onClose?: (value?: string) => void;
1753
+ textClassName?: string;
1754
+ } & React__default.RefAttributes<HTMLDivElement>>;
1755
+
1756
+ declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
1757
+ type TooltipProps = {
1758
+ title: string | React$1.ReactNode;
1759
+ maxWidth?: string;
1760
+ children: React$1.ReactNode;
1761
+ };
1762
+ declare const Tooltip: (props: TooltipProps) => react_jsx_runtime.JSX.Element;
1763
+
1764
+ declare const labelVariants: tailwind_variants.TVReturnType<{
1765
+ invalid: {
1766
+ true: string;
3579
1767
  };
1768
+ }, undefined, "text-navy-600 text-base font-medium", {
3580
1769
  invalid: {
3581
- true: {
3582
- wrapper: string;
3583
- };
1770
+ true: string;
3584
1771
  };
3585
- size: {
3586
- small: {
3587
- wrapper: string;
3588
- input: string;
3589
- prefix: string;
3590
- suffix: string;
3591
- };
3592
- medium: {
3593
- wrapper: string;
3594
- input: string;
3595
- prefix: string;
3596
- suffix: string;
1772
+ }, undefined, tailwind_variants.TVReturnType<{
1773
+ invalid: {
1774
+ true: string;
1775
+ };
1776
+ }, undefined, "text-navy-600 text-base font-medium", unknown, unknown, undefined>>;
1777
+ type LabelProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof labelVariants> & {
1778
+ text?: string;
1779
+ suffix?: React__default.ElementType;
1780
+ htmlFor?: string;
1781
+ };
1782
+ declare const Label: {
1783
+ ({ className, text, suffix: Suffix, invalid, htmlFor, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
1784
+ displayName: string;
1785
+ };
1786
+
1787
+ declare const inputDescriptionVariants: tailwind_variants.TVReturnType<{
1788
+ invalid: {
1789
+ true: {
1790
+ text: string;
3597
1791
  };
3598
1792
  };
3599
- withAffix: {
3600
- false: {
3601
- wrapper: string;
1793
+ }, {
1794
+ text: string;
1795
+ counter: string;
1796
+ }, undefined, {
1797
+ invalid: {
1798
+ true: {
1799
+ text: string;
3602
1800
  };
1801
+ };
1802
+ }, {
1803
+ text: string;
1804
+ counter: string;
1805
+ }, tailwind_variants.TVReturnType<{
1806
+ invalid: {
3603
1807
  true: {
3604
- wrapper: string;
1808
+ text: string;
3605
1809
  };
3606
1810
  };
3607
- }>, unknown, unknown, undefined>>;
3608
- type InputProps = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix' | 'suffix' | 'withAffix'> & VariantProps<typeof inputVariants> & {
3609
- id?: string;
3610
- value?: string;
3611
- defaultValue?: string;
3612
- prefix?: React__default.ReactNode;
3613
- suffix?: React__default.ReactNode;
1811
+ }, {
1812
+ text: string;
1813
+ counter: string;
1814
+ }, undefined, unknown, unknown, undefined>>;
1815
+ type InputDescriptionProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputDescriptionVariants> & {
1816
+ text?: string;
1817
+ counter?: boolean;
3614
1818
  invalid?: boolean;
3615
- inputClassName?: string;
1819
+ valueLength?: number;
3616
1820
  };
3617
- declare const Input: React__default.ForwardRefExoticComponent<Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix" | "suffix" | "withAffix"> & VariantProps<tailwind_variants.TVReturnType<{
1821
+ declare const InputDescription: {
1822
+ ({ className, text, counter, maxLength, invalid, valueLength, ...props }: InputDescriptionProps): react_jsx_runtime.JSX.Element;
1823
+ displayName: string;
1824
+ };
1825
+
1826
+ type FormItemProps = HTMLAttributes<HTMLDivElement> & {
1827
+ label: LabelProps;
1828
+ description: InputDescriptionProps;
1829
+ invalid?: boolean;
1830
+ errorMessage?: string;
1831
+ disabled?: boolean;
1832
+ value?: string;
1833
+ maxLength?: number;
1834
+ id: string;
1835
+ };
1836
+ declare const FormItem: ({ id, className, label, description, errorMessage, invalid, children, disabled, value, maxLength, ...props }: FormItemProps) => react_jsx_runtime.JSX.Element;
1837
+
1838
+ declare const inputVariants: tailwind_variants.TVReturnType<{
3618
1839
  disabled: {
3619
1840
  true: {
3620
1841
  wrapper: string;
@@ -3655,7 +1876,7 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3655
1876
  prefix: string;
3656
1877
  input: string;
3657
1878
  suffix: string;
3658
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1879
+ }, undefined, {
3659
1880
  disabled: {
3660
1881
  true: {
3661
1882
  wrapper: string;
@@ -3692,42 +1913,11 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3692
1913
  };
3693
1914
  };
3694
1915
  }, {
3695
- disabled: {
3696
- true: {
3697
- wrapper: string;
3698
- input: string;
3699
- prefix: string;
3700
- suffix: string;
3701
- };
3702
- };
3703
- invalid: {
3704
- true: {
3705
- wrapper: string;
3706
- };
3707
- };
3708
- size: {
3709
- small: {
3710
- wrapper: string;
3711
- input: string;
3712
- prefix: string;
3713
- suffix: string;
3714
- };
3715
- medium: {
3716
- wrapper: string;
3717
- input: string;
3718
- prefix: string;
3719
- suffix: string;
3720
- };
3721
- };
3722
- withAffix: {
3723
- false: {
3724
- wrapper: string;
3725
- };
3726
- true: {
3727
- wrapper: string;
3728
- };
3729
- };
3730
- }>, {
1916
+ wrapper: string;
1917
+ prefix: string;
1918
+ input: string;
1919
+ suffix: string;
1920
+ }, tailwind_variants.TVReturnType<{
3731
1921
  disabled: {
3732
1922
  true: {
3733
1923
  wrapper: string;
@@ -3768,7 +1958,17 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3768
1958
  prefix: string;
3769
1959
  input: string;
3770
1960
  suffix: string;
3771
- }, tailwind_variants.TVReturnType<{
1961
+ }, undefined, unknown, unknown, undefined>>;
1962
+ type InputProps = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix' | 'suffix' | 'withAffix'> & VariantProps<typeof inputVariants> & {
1963
+ id?: string;
1964
+ value?: string;
1965
+ defaultValue?: string;
1966
+ prefix?: React__default.ReactNode;
1967
+ suffix?: React__default.ReactNode;
1968
+ invalid?: boolean;
1969
+ inputClassName?: string;
1970
+ };
1971
+ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix" | "suffix" | "withAffix"> & VariantProps<tailwind_variants.TVReturnType<{
3772
1972
  disabled: {
3773
1973
  true: {
3774
1974
  wrapper: string;
@@ -3809,7 +2009,7 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3809
2009
  prefix: string;
3810
2010
  input: string;
3811
2011
  suffix: string;
3812
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2012
+ }, undefined, {
3813
2013
  disabled: {
3814
2014
  true: {
3815
2015
  wrapper: string;
@@ -3846,6 +2046,11 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3846
2046
  };
3847
2047
  };
3848
2048
  }, {
2049
+ wrapper: string;
2050
+ prefix: string;
2051
+ input: string;
2052
+ suffix: string;
2053
+ }, tailwind_variants.TVReturnType<{
3849
2054
  disabled: {
3850
2055
  true: {
3851
2056
  wrapper: string;
@@ -3881,7 +2086,12 @@ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__defaul
3881
2086
  wrapper: string;
3882
2087
  };
3883
2088
  };
3884
- }>, unknown, unknown, undefined>>> & {
2089
+ }, {
2090
+ wrapper: string;
2091
+ prefix: string;
2092
+ input: string;
2093
+ suffix: string;
2094
+ }, undefined, unknown, unknown, undefined>>> & {
3885
2095
  id?: string;
3886
2096
  value?: string;
3887
2097
  defaultValue?: string;
@@ -3955,79 +2165,7 @@ declare const Search: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttribu
3955
2165
  prefix: string;
3956
2166
  input: string;
3957
2167
  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
- }>, {
2168
+ }, undefined, {
4031
2169
  disabled: {
4032
2170
  true: {
4033
2171
  wrapper: string;
@@ -4109,80 +2247,12 @@ declare const Search: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttribu
4109
2247
  prefix: string;
4110
2248
  input: string;
4111
2249
  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>>> & {
2250
+ }, undefined, unknown, unknown, undefined>>> & {
4185
2251
  scope?: DropdownProps;
4186
2252
  } & React$1.RefAttributes<HTMLInputElement>>;
4187
2253
 
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 };
2254
+ declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
2255
+ declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
2256
+ declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
2257
+
2258
+ 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, 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 };