@dito-uai/components 5.1.0-alpha.5 → 5.1.0-alpha.51

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 (78) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +45 -1
  3. package/dist/global.css +1 -1
  4. package/dist/index.cjs +78 -42
  5. package/dist/index.d.cts +1133 -858
  6. package/dist/index.d.ts +60 -2240
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +21 -14
  9. package/dist/ui/alert.d.ts +22 -32
  10. package/dist/ui/alert.d.ts.map +1 -1
  11. package/dist/ui/avatar.d.ts +4 -124
  12. package/dist/ui/avatar.d.ts.map +1 -1
  13. package/dist/ui/badge.d.ts +4 -148
  14. package/dist/ui/badge.d.ts.map +1 -1
  15. package/dist/ui/button.d.ts +166 -316
  16. package/dist/ui/button.d.ts.map +1 -1
  17. package/dist/ui/card.d.ts +2 -66
  18. package/dist/ui/card.d.ts.map +1 -1
  19. package/dist/ui/checkbox.d.ts +2 -0
  20. package/dist/ui/checkbox.d.ts.map +1 -1
  21. package/dist/ui/chips.d.ts +24 -280
  22. package/dist/ui/chips.d.ts.map +1 -1
  23. package/dist/ui/collapsible.d.ts +5 -0
  24. package/dist/ui/collapsible.d.ts.map +1 -1
  25. package/dist/ui/dropdown-menu.d.ts +131 -0
  26. package/dist/ui/dropdown-menu.d.ts.map +1 -0
  27. package/dist/ui/indicator.d.ts +15 -15
  28. package/dist/ui/indicator.d.ts.map +1 -1
  29. package/dist/ui/input-description.d.ts +2 -26
  30. package/dist/ui/input-description.d.ts.map +1 -1
  31. package/dist/ui/input.d.ts +129 -255
  32. package/dist/ui/input.d.ts.map +1 -1
  33. package/dist/ui/internal/dropdown-content.d.ts.map +1 -1
  34. package/dist/ui/label.d.ts +2 -18
  35. package/dist/ui/label.d.ts.map +1 -1
  36. package/dist/ui/loading.d.ts +9 -0
  37. package/dist/ui/loading.d.ts.map +1 -0
  38. package/dist/ui/message.d.ts +56 -0
  39. package/dist/ui/message.d.ts.map +1 -0
  40. package/dist/ui/popover.d.ts +7 -0
  41. package/dist/ui/popover.d.ts.map +1 -0
  42. package/dist/ui/progress-bar.d.ts +1 -1
  43. package/dist/ui/progress-bar.d.ts.map +1 -1
  44. package/dist/ui/progress.d.ts +9 -27
  45. package/dist/ui/progress.d.ts.map +1 -1
  46. package/dist/ui/radio.d.ts +98 -4
  47. package/dist/ui/radio.d.ts.map +1 -1
  48. package/dist/ui/scope.d.ts +4 -108
  49. package/dist/ui/scope.d.ts.map +1 -1
  50. package/dist/ui/search.d.ts +60 -124
  51. package/dist/ui/search.d.ts.map +1 -1
  52. package/dist/ui/sheets.d.ts +2 -2
  53. package/dist/ui/sheets.d.ts.map +1 -1
  54. package/dist/ui/skeleton.d.ts +42 -0
  55. package/dist/ui/skeleton.d.ts.map +1 -0
  56. package/dist/ui/status.d.ts +7 -38
  57. package/dist/ui/status.d.ts.map +1 -1
  58. package/dist/ui/switch.d.ts +15 -0
  59. package/dist/ui/switch.d.ts.map +1 -0
  60. package/dist/ui/tabs.d.ts +4 -5
  61. package/dist/ui/tabs.d.ts.map +1 -1
  62. package/dist/ui/text.d.ts +3 -63
  63. package/dist/ui/text.d.ts.map +1 -1
  64. package/dist/ui/tip-card.d.ts +77 -0
  65. package/dist/ui/tip-card.d.ts.map +1 -0
  66. package/dist/ui/toggle-group.d.ts +11 -0
  67. package/dist/ui/toggle-group.d.ts.map +1 -0
  68. package/dist/ui/toggle.d.ts +48 -12
  69. package/dist/ui/toggle.d.ts.map +1 -1
  70. package/dist/ui/tooltip.d.ts +10 -0
  71. package/dist/ui/tooltip.d.ts.map +1 -0
  72. package/package.json +99 -40
  73. package/tailwind-preset.ts +275 -0
  74. package/tailwind.config.ts +12 -262
  75. package/dist/ui/form-item.d.ts +0 -16
  76. package/dist/ui/form-item.d.ts.map +0 -1
  77. package/dist/ui/form.d.ts +0 -1
  78. package/dist/ui/form.d.ts.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,2240 +1,60 @@
1
- import * as tailwind_variants from 'tailwind-variants';
2
- import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
- import * as React from 'react';
5
- import React__default, { HTMLAttributes, PropsWithChildren } from 'react';
6
- import * as react_jsx_runtime from 'react/jsx-runtime';
7
- import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
8
- import { VariantProps as VariantProps$1 } from 'class-variance-authority';
9
- import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
10
- import * as _radix_ui_react_checkbox from '@radix-ui/react-checkbox';
11
- import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
12
-
13
- declare const Avatar: React__default.ForwardRefExoticComponent<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
14
- color: {
15
- default: string;
16
- indigo: string;
17
- };
18
- type: {
19
- icon: string;
20
- capitals: string;
21
- image: string;
22
- };
23
- size: {
24
- small: string;
25
- medium: string;
26
- large: string;
27
- };
28
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
29
- color: {
30
- default: string;
31
- indigo: string;
32
- };
33
- type: {
34
- icon: string;
35
- capitals: string;
36
- image: string;
37
- };
38
- size: {
39
- small: string;
40
- medium: string;
41
- large: string;
42
- };
43
- }, {
44
- color: {
45
- default: string;
46
- indigo: string;
47
- };
48
- type: {
49
- icon: string;
50
- capitals: string;
51
- image: string;
52
- };
53
- size: {
54
- small: string;
55
- medium: string;
56
- large: string;
57
- };
58
- }>, {
59
- color: {
60
- default: string;
61
- indigo: string;
62
- };
63
- type: {
64
- icon: string;
65
- capitals: string;
66
- image: string;
67
- };
68
- size: {
69
- small: string;
70
- medium: string;
71
- large: string;
72
- };
73
- }, undefined, tailwind_variants.TVReturnType<{
74
- color: {
75
- default: string;
76
- indigo: string;
77
- };
78
- type: {
79
- icon: string;
80
- capitals: string;
81
- image: string;
82
- };
83
- size: {
84
- small: string;
85
- medium: string;
86
- large: string;
87
- };
88
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
89
- color: {
90
- default: string;
91
- indigo: string;
92
- };
93
- type: {
94
- icon: string;
95
- capitals: string;
96
- image: string;
97
- };
98
- size: {
99
- small: string;
100
- medium: string;
101
- large: string;
102
- };
103
- }, {
104
- color: {
105
- default: string;
106
- indigo: string;
107
- };
108
- type: {
109
- icon: string;
110
- capitals: string;
111
- image: string;
112
- };
113
- size: {
114
- small: string;
115
- medium: string;
116
- large: string;
117
- };
118
- }>, unknown, unknown, undefined>>> & {
119
- asChild?: boolean;
120
- } & React__default.RefAttributes<HTMLDivElement>>;
121
-
122
- declare const Badge: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLSpanElement> & VariantProps<tailwind_variants.TVReturnType<{
123
- contrast: {
124
- true: string;
125
- false: string;
126
- };
127
- status: {
128
- info: string;
129
- attention: string;
130
- white: string;
131
- };
132
- size: {
133
- small: string;
134
- normal: string;
135
- };
136
- type: {
137
- pill: string;
138
- dot: string;
139
- };
140
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
141
- contrast: {
142
- true: string;
143
- false: string;
144
- };
145
- status: {
146
- info: string;
147
- attention: string;
148
- white: string;
149
- };
150
- size: {
151
- small: string;
152
- normal: string;
153
- };
154
- type: {
155
- pill: string;
156
- dot: string;
157
- };
158
- }, {
159
- contrast: {
160
- true: string;
161
- false: string;
162
- };
163
- status: {
164
- info: string;
165
- attention: string;
166
- white: string;
167
- };
168
- size: {
169
- small: string;
170
- normal: string;
171
- };
172
- type: {
173
- pill: string;
174
- dot: string;
175
- };
176
- }>, {
177
- contrast: {
178
- true: string;
179
- false: string;
180
- };
181
- status: {
182
- info: string;
183
- attention: string;
184
- white: string;
185
- };
186
- size: {
187
- small: string;
188
- normal: string;
189
- };
190
- type: {
191
- pill: string;
192
- dot: string;
193
- };
194
- }, undefined, tailwind_variants.TVReturnType<{
195
- contrast: {
196
- true: string;
197
- false: string;
198
- };
199
- status: {
200
- info: string;
201
- attention: string;
202
- white: string;
203
- };
204
- size: {
205
- small: string;
206
- normal: string;
207
- };
208
- type: {
209
- pill: string;
210
- dot: string;
211
- };
212
- }, undefined, "flex items-center justify-center rounded-full", tailwind_variants_dist_config_js.TVConfig<{
213
- contrast: {
214
- true: string;
215
- false: string;
216
- };
217
- status: {
218
- info: string;
219
- attention: string;
220
- white: string;
221
- };
222
- size: {
223
- small: string;
224
- normal: string;
225
- };
226
- type: {
227
- pill: string;
228
- dot: string;
229
- };
230
- }, {
231
- contrast: {
232
- true: string;
233
- false: string;
234
- };
235
- status: {
236
- info: string;
237
- attention: string;
238
- white: string;
239
- };
240
- size: {
241
- small: string;
242
- normal: string;
243
- };
244
- type: {
245
- pill: string;
246
- dot: string;
247
- };
248
- }>, unknown, unknown, undefined>>> & {
249
- asChild?: boolean;
250
- } & React__default.RefAttributes<HTMLSpanElement>>;
251
-
252
- declare const Button: React__default.ForwardRefExoticComponent<React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<tailwind_variants.TVReturnType<{
253
- appearance: {
254
- primary: {
255
- container: string;
256
- text: string;
257
- icon: string;
258
- };
259
- secondary: {
260
- container: string;
261
- text: string;
262
- icon: string;
263
- };
264
- tertiary: {
265
- container: string;
266
- text: string;
267
- icon: string;
268
- };
269
- danger: {
270
- container: string;
271
- text: string;
272
- icon: string;
273
- };
274
- link: {
275
- container: string;
276
- text: string;
277
- icon: string;
278
- };
279
- table: {
280
- container: string;
281
- text: string;
282
- icon: string;
283
- };
284
- };
285
- size: {
286
- medium: {
287
- container: string;
288
- icon: string;
289
- };
290
- small: {
291
- container: string;
292
- text: string;
293
- icon: string;
294
- };
295
- };
296
- disabled: {
297
- true: {
298
- container: string;
299
- text: string;
300
- icon: string;
301
- };
302
- false: string;
303
- };
304
- }, {
305
- container: string;
306
- icon: string;
307
- text: string;
308
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
309
- appearance: {
310
- primary: {
311
- container: string;
312
- text: string;
313
- icon: string;
314
- };
315
- secondary: {
316
- container: string;
317
- text: string;
318
- icon: string;
319
- };
320
- tertiary: {
321
- container: string;
322
- text: string;
323
- icon: string;
324
- };
325
- danger: {
326
- container: string;
327
- text: string;
328
- icon: string;
329
- };
330
- link: {
331
- container: string;
332
- text: string;
333
- icon: string;
334
- };
335
- table: {
336
- container: string;
337
- text: string;
338
- icon: string;
339
- };
340
- };
341
- size: {
342
- medium: {
343
- container: string;
344
- icon: string;
345
- };
346
- small: {
347
- container: string;
348
- text: string;
349
- icon: string;
350
- };
351
- };
352
- disabled: {
353
- true: {
354
- container: string;
355
- text: string;
356
- icon: string;
357
- };
358
- false: string;
359
- };
360
- }, {
361
- appearance: {
362
- primary: {
363
- container: string;
364
- text: string;
365
- icon: string;
366
- };
367
- secondary: {
368
- container: string;
369
- text: string;
370
- icon: string;
371
- };
372
- tertiary: {
373
- container: string;
374
- text: string;
375
- icon: string;
376
- };
377
- danger: {
378
- container: string;
379
- text: string;
380
- icon: string;
381
- };
382
- link: {
383
- container: string;
384
- text: string;
385
- icon: string;
386
- };
387
- table: {
388
- container: string;
389
- text: string;
390
- icon: string;
391
- };
392
- };
393
- size: {
394
- medium: {
395
- container: string;
396
- icon: string;
397
- };
398
- small: {
399
- container: string;
400
- text: string;
401
- icon: string;
402
- };
403
- };
404
- disabled: {
405
- true: {
406
- container: string;
407
- text: string;
408
- icon: string;
409
- };
410
- false: string;
411
- };
412
- }>, {
413
- appearance: {
414
- primary: {
415
- container: string;
416
- text: string;
417
- icon: string;
418
- };
419
- secondary: {
420
- container: string;
421
- text: string;
422
- icon: string;
423
- };
424
- tertiary: {
425
- container: string;
426
- text: string;
427
- icon: string;
428
- };
429
- danger: {
430
- container: string;
431
- text: string;
432
- icon: string;
433
- };
434
- link: {
435
- container: string;
436
- text: string;
437
- icon: string;
438
- };
439
- table: {
440
- container: string;
441
- text: string;
442
- icon: string;
443
- };
444
- };
445
- size: {
446
- medium: {
447
- container: string;
448
- icon: string;
449
- };
450
- small: {
451
- container: string;
452
- text: string;
453
- icon: string;
454
- };
455
- };
456
- disabled: {
457
- true: {
458
- container: string;
459
- text: string;
460
- icon: string;
461
- };
462
- false: string;
463
- };
464
- }, {
465
- container: string;
466
- icon: string;
467
- text: string;
468
- }, tailwind_variants.TVReturnType<{
469
- appearance: {
470
- primary: {
471
- container: string;
472
- text: string;
473
- icon: string;
474
- };
475
- secondary: {
476
- container: string;
477
- text: string;
478
- icon: string;
479
- };
480
- tertiary: {
481
- container: string;
482
- text: string;
483
- icon: string;
484
- };
485
- danger: {
486
- container: string;
487
- text: string;
488
- icon: string;
489
- };
490
- link: {
491
- container: string;
492
- text: string;
493
- icon: string;
494
- };
495
- table: {
496
- container: string;
497
- text: string;
498
- icon: string;
499
- };
500
- };
501
- size: {
502
- medium: {
503
- container: string;
504
- icon: string;
505
- };
506
- small: {
507
- container: string;
508
- text: string;
509
- icon: string;
510
- };
511
- };
512
- disabled: {
513
- true: {
514
- container: string;
515
- text: string;
516
- icon: string;
517
- };
518
- false: string;
519
- };
520
- }, {
521
- container: string;
522
- icon: string;
523
- text: string;
524
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
525
- appearance: {
526
- primary: {
527
- container: string;
528
- text: string;
529
- icon: string;
530
- };
531
- secondary: {
532
- container: string;
533
- text: string;
534
- icon: string;
535
- };
536
- tertiary: {
537
- container: string;
538
- text: string;
539
- icon: string;
540
- };
541
- danger: {
542
- container: string;
543
- text: string;
544
- icon: string;
545
- };
546
- link: {
547
- container: string;
548
- text: string;
549
- icon: string;
550
- };
551
- table: {
552
- container: string;
553
- text: string;
554
- icon: string;
555
- };
556
- };
557
- size: {
558
- medium: {
559
- container: string;
560
- icon: string;
561
- };
562
- small: {
563
- container: string;
564
- text: string;
565
- icon: string;
566
- };
567
- };
568
- disabled: {
569
- true: {
570
- container: string;
571
- text: string;
572
- icon: string;
573
- };
574
- false: string;
575
- };
576
- }, {
577
- appearance: {
578
- primary: {
579
- container: string;
580
- text: string;
581
- icon: string;
582
- };
583
- secondary: {
584
- container: string;
585
- text: string;
586
- icon: string;
587
- };
588
- tertiary: {
589
- container: string;
590
- text: string;
591
- icon: string;
592
- };
593
- danger: {
594
- container: string;
595
- text: string;
596
- icon: string;
597
- };
598
- link: {
599
- container: string;
600
- text: string;
601
- icon: string;
602
- };
603
- table: {
604
- container: string;
605
- text: string;
606
- icon: string;
607
- };
608
- };
609
- size: {
610
- medium: {
611
- container: string;
612
- icon: string;
613
- };
614
- small: {
615
- container: string;
616
- text: string;
617
- icon: string;
618
- };
619
- };
620
- disabled: {
621
- true: {
622
- container: string;
623
- text: string;
624
- icon: string;
625
- };
626
- false: string;
627
- };
628
- }>, unknown, unknown, undefined>>> & {
629
- asChild?: boolean;
630
- icon?: React__default.ElementType;
631
- } & React__default.RefAttributes<HTMLButtonElement>>;
632
-
633
- declare const cardVariants: tailwind_variants.TVReturnType<{
634
- variant: {
635
- default: string;
636
- big: string;
637
- small: string;
638
- };
639
- direction: {
640
- col: string;
641
- row: string;
642
- };
643
- padding: {
644
- none: string;
645
- small: string;
646
- medium: string;
647
- big: string;
648
- };
649
- }, undefined, "flex w-full border border-gray-200 bg-white p-2", tailwind_variants_dist_config_js.TVConfig<{
650
- variant: {
651
- default: string;
652
- big: string;
653
- small: string;
654
- };
655
- direction: {
656
- col: string;
657
- row: string;
658
- };
659
- padding: {
660
- none: string;
661
- small: string;
662
- medium: string;
663
- big: string;
664
- };
665
- }, {
666
- variant: {
667
- default: string;
668
- big: string;
669
- small: string;
670
- };
671
- direction: {
672
- col: string;
673
- row: string;
674
- };
675
- padding: {
676
- none: string;
677
- small: string;
678
- medium: string;
679
- big: string;
680
- };
681
- }>, {
682
- variant: {
683
- default: string;
684
- big: string;
685
- small: string;
686
- };
687
- direction: {
688
- col: string;
689
- row: string;
690
- };
691
- padding: {
692
- none: string;
693
- small: string;
694
- medium: string;
695
- big: string;
696
- };
697
- }, undefined, tailwind_variants.TVReturnType<{
698
- variant: {
699
- default: string;
700
- big: string;
701
- small: string;
702
- };
703
- direction: {
704
- col: string;
705
- row: string;
706
- };
707
- padding: {
708
- none: string;
709
- small: string;
710
- medium: string;
711
- big: string;
712
- };
713
- }, undefined, "flex w-full border border-gray-200 bg-white p-2", tailwind_variants_dist_config_js.TVConfig<{
714
- variant: {
715
- default: string;
716
- big: string;
717
- small: string;
718
- };
719
- direction: {
720
- col: string;
721
- row: string;
722
- };
723
- padding: {
724
- none: string;
725
- small: string;
726
- medium: string;
727
- big: string;
728
- };
729
- }, {
730
- variant: {
731
- default: string;
732
- big: string;
733
- small: string;
734
- };
735
- direction: {
736
- col: string;
737
- row: string;
738
- };
739
- padding: {
740
- none: string;
741
- small: string;
742
- medium: string;
743
- big: string;
744
- };
745
- }>, unknown, unknown, undefined>>;
746
- type CardProps = HTMLAttributes<HTMLDivElement> & PropsWithChildren & VariantProps<typeof cardVariants>;
747
- declare const Card: {
748
- ({ className, variant, direction, padding, children, ...props }: CardProps): react_jsx_runtime.JSX.Element;
749
- displayName: string;
750
- };
751
-
752
- declare const scopeVariants: tailwind_variants.TVReturnType<{
753
- variant: {
754
- default: string;
755
- light: string;
756
- green: string;
757
- red: string;
758
- };
759
- size: {
760
- default: {
761
- container: string;
762
- };
763
- small: {
764
- container: string;
765
- text: string;
766
- };
767
- };
768
- disabled: {
769
- true: {
770
- container: string;
771
- icon: string;
772
- };
773
- false: {
774
- container: string;
775
- icon: string;
776
- };
777
- };
778
- }, {
779
- container: string;
780
- icon: string;
781
- text: string;
782
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
783
- variant: {
784
- default: string;
785
- light: string;
786
- green: string;
787
- red: string;
788
- };
789
- size: {
790
- default: {
791
- container: string;
792
- };
793
- small: {
794
- container: string;
795
- text: string;
796
- };
797
- };
798
- disabled: {
799
- true: {
800
- container: string;
801
- icon: string;
802
- };
803
- false: {
804
- container: string;
805
- icon: string;
806
- };
807
- };
808
- }, {
809
- variant: {
810
- default: string;
811
- light: string;
812
- green: string;
813
- red: string;
814
- };
815
- size: {
816
- default: {
817
- container: string;
818
- };
819
- small: {
820
- container: string;
821
- text: string;
822
- };
823
- };
824
- disabled: {
825
- true: {
826
- container: string;
827
- icon: string;
828
- };
829
- false: {
830
- container: string;
831
- icon: string;
832
- };
833
- };
834
- }>, {
835
- variant: {
836
- default: string;
837
- light: string;
838
- green: string;
839
- red: string;
840
- };
841
- size: {
842
- default: {
843
- container: string;
844
- };
845
- small: {
846
- container: string;
847
- text: string;
848
- };
849
- };
850
- disabled: {
851
- true: {
852
- container: string;
853
- icon: string;
854
- };
855
- false: {
856
- container: string;
857
- icon: string;
858
- };
859
- };
860
- }, {
861
- container: string;
862
- icon: string;
863
- text: string;
864
- }, tailwind_variants.TVReturnType<{
865
- variant: {
866
- default: string;
867
- light: string;
868
- green: string;
869
- red: string;
870
- };
871
- size: {
872
- default: {
873
- container: string;
874
- };
875
- small: {
876
- container: string;
877
- text: string;
878
- };
879
- };
880
- disabled: {
881
- true: {
882
- container: string;
883
- icon: string;
884
- };
885
- false: {
886
- container: string;
887
- icon: string;
888
- };
889
- };
890
- }, {
891
- container: string;
892
- icon: string;
893
- text: string;
894
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
895
- variant: {
896
- default: string;
897
- light: string;
898
- green: string;
899
- red: string;
900
- };
901
- size: {
902
- default: {
903
- container: string;
904
- };
905
- small: {
906
- container: string;
907
- text: string;
908
- };
909
- };
910
- disabled: {
911
- true: {
912
- container: string;
913
- icon: string;
914
- };
915
- false: {
916
- container: string;
917
- icon: string;
918
- };
919
- };
920
- }, {
921
- variant: {
922
- default: string;
923
- light: string;
924
- green: string;
925
- red: string;
926
- };
927
- size: {
928
- default: {
929
- container: string;
930
- };
931
- small: {
932
- container: string;
933
- text: string;
934
- };
935
- };
936
- disabled: {
937
- true: {
938
- container: string;
939
- icon: string;
940
- };
941
- false: {
942
- container: string;
943
- icon: string;
944
- };
945
- };
946
- }>, unknown, unknown, undefined>>;
947
- type ScopeGroupProps = Omit<React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'type'> & VariantProps$1<typeof scopeVariants>;
948
- type ScopeItemProps = React__default.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> & VariantProps$1<typeof scopeVariants> & {
949
- text: string;
950
- icon?: React__default.ElementType;
951
- };
952
- declare const Scope: {
953
- Group: React__default.ForwardRefExoticComponent<ScopeGroupProps>;
954
- Item: React__default.ForwardRefExoticComponent<ScopeItemProps>;
955
- };
956
-
957
- type ProgressBarProps = React__default.HTMLAttributes<HTMLDivElement> & {
958
- value: number;
959
- barBg: string;
960
- progressBg: string;
961
- };
962
- declare const ProgressBar: React__default.FC<ProgressBarProps>;
963
-
964
- declare const Textarea: React.ForwardRefExoticComponent<React.TextareaHTMLAttributes<HTMLTextAreaElement> & {
965
- invalid?: boolean;
966
- } & React.RefAttributes<HTMLTextAreaElement>>;
967
-
968
- type Props = {
969
- title: string;
970
- children?: React__default.ReactNode;
971
- isVisible?: boolean;
972
- CloseIcon?: React__default.ElementType;
973
- maxWidth?: string;
974
- onClose?: (confirm: boolean) => void;
975
- };
976
- declare const Sheet: {
977
- ({ title, children, isVisible, CloseIcon, maxWidth, onClose, }: Props): react_jsx_runtime.JSX.Element;
978
- displayName: string;
979
- };
980
-
981
- declare const TextVariants: tailwind_variants.TVReturnType<{
982
- size: {
983
- H1: string;
984
- H2: string;
985
- H3: string;
986
- large: string;
987
- base: string;
988
- small: string;
989
- overline: string;
990
- };
991
- weight: {
992
- normal: string;
993
- medium: string;
994
- semibold: string;
995
- };
996
- }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
997
- size: {
998
- H1: string;
999
- H2: string;
1000
- H3: string;
1001
- large: string;
1002
- base: string;
1003
- small: string;
1004
- overline: string;
1005
- };
1006
- weight: {
1007
- normal: string;
1008
- medium: string;
1009
- semibold: string;
1010
- };
1011
- }, {
1012
- size: {
1013
- H1: string;
1014
- H2: string;
1015
- H3: string;
1016
- large: string;
1017
- base: string;
1018
- small: string;
1019
- overline: string;
1020
- };
1021
- weight: {
1022
- normal: string;
1023
- medium: string;
1024
- semibold: string;
1025
- };
1026
- }>, {
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, tailwind_variants.TVReturnType<{
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_dist_config_js.TVConfig<{
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
- }, {
1072
- size: {
1073
- H1: string;
1074
- H2: string;
1075
- H3: string;
1076
- large: string;
1077
- base: string;
1078
- small: string;
1079
- overline: string;
1080
- };
1081
- weight: {
1082
- normal: string;
1083
- medium: string;
1084
- semibold: string;
1085
- };
1086
- }>, unknown, unknown, undefined>>;
1087
- type TextProps = HTMLAttributes<HTMLSpanElement> & PropsWithChildren & VariantProps<typeof TextVariants>;
1088
- declare const Text: {
1089
- ({ className, size, weight, children, ...props }: TextProps): react_jsx_runtime.JSX.Element;
1090
- displayName: string;
1091
- };
1092
-
1093
- declare const Toggle: React.ForwardRefExoticComponent<HTMLAttributes<HTMLInputElement> & {
1094
- name: string;
1095
- disabled?: boolean;
1096
- } & {
1097
- children?: React.ReactNode | undefined;
1098
- } & React.RefAttributes<HTMLInputElement>>;
1099
-
1100
- declare const Collapsible: {
1101
- Item: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1102
- Trigger: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & {
1103
- triggerClassName?: string;
1104
- } & React__default.RefAttributes<HTMLButtonElement>>;
1105
- Content: React__default.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
1106
- };
1107
-
1108
- type TabItem = {
1109
- value: string;
1110
- label?: string;
1111
- iconPrefix?: React__default.ReactNode;
1112
- suffix?: React__default.ReactNode;
1113
- content: React__default.ReactNode;
1114
- disabled?: boolean;
1115
- className?: string;
1116
- };
1117
- interface TabsLayoutProps {
1118
- tabs: TabItem[];
1119
- activeKey?: string;
1120
- defaultActiveKey?: string;
1121
- className?: string;
1122
- onValueChange?: (value: string) => void;
1123
- onTabClick?: (event: React__default.MouseEvent<HTMLDivElement, MouseEvent>, value?: string) => void;
1124
- }
1125
- declare const TabsLayout: ({ tabs, activeKey, defaultActiveKey, className, onValueChange, onTabClick, }: TabsLayoutProps) => react_jsx_runtime.JSX.Element;
1126
-
1127
- declare const Alert: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1128
- type: {
1129
- success: {
1130
- container: string;
1131
- icon: string;
1132
- };
1133
- warning: {
1134
- container: string;
1135
- icon: string;
1136
- };
1137
- error: {
1138
- container: string;
1139
- icon: string;
1140
- };
1141
- info: {
1142
- container: string;
1143
- icon: string;
1144
- };
1145
- };
1146
- closable: {
1147
- true: {
1148
- message: string;
1149
- };
1150
- false: {
1151
- message: string;
1152
- };
1153
- };
1154
- }, {
1155
- container: string;
1156
- icon: string;
1157
- message: string;
1158
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1159
- type: {
1160
- success: {
1161
- container: string;
1162
- icon: string;
1163
- };
1164
- warning: {
1165
- container: string;
1166
- icon: string;
1167
- };
1168
- error: {
1169
- container: string;
1170
- icon: string;
1171
- };
1172
- info: {
1173
- container: string;
1174
- icon: string;
1175
- };
1176
- };
1177
- closable: {
1178
- true: {
1179
- message: string;
1180
- };
1181
- false: {
1182
- message: string;
1183
- };
1184
- };
1185
- }, {
1186
- type: {
1187
- success: {
1188
- container: string;
1189
- icon: string;
1190
- };
1191
- warning: {
1192
- container: string;
1193
- icon: string;
1194
- };
1195
- error: {
1196
- container: string;
1197
- icon: string;
1198
- };
1199
- info: {
1200
- container: string;
1201
- icon: string;
1202
- };
1203
- };
1204
- closable: {
1205
- true: {
1206
- message: string;
1207
- };
1208
- false: {
1209
- message: string;
1210
- };
1211
- };
1212
- }>, {
1213
- type: {
1214
- success: {
1215
- container: string;
1216
- icon: string;
1217
- };
1218
- warning: {
1219
- container: string;
1220
- icon: string;
1221
- };
1222
- error: {
1223
- container: string;
1224
- icon: string;
1225
- };
1226
- info: {
1227
- container: string;
1228
- icon: string;
1229
- };
1230
- };
1231
- closable: {
1232
- true: {
1233
- message: string;
1234
- };
1235
- false: {
1236
- message: string;
1237
- };
1238
- };
1239
- }, {
1240
- container: string;
1241
- icon: string;
1242
- message: string;
1243
- }, tailwind_variants.TVReturnType<{
1244
- type: {
1245
- success: {
1246
- container: string;
1247
- icon: string;
1248
- };
1249
- warning: {
1250
- container: string;
1251
- icon: string;
1252
- };
1253
- error: {
1254
- container: string;
1255
- icon: string;
1256
- };
1257
- info: {
1258
- container: string;
1259
- icon: string;
1260
- };
1261
- };
1262
- closable: {
1263
- true: {
1264
- message: string;
1265
- };
1266
- false: {
1267
- message: string;
1268
- };
1269
- };
1270
- }, {
1271
- container: string;
1272
- icon: string;
1273
- message: string;
1274
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1275
- type: {
1276
- success: {
1277
- container: string;
1278
- icon: string;
1279
- };
1280
- warning: {
1281
- container: string;
1282
- icon: string;
1283
- };
1284
- error: {
1285
- container: string;
1286
- icon: string;
1287
- };
1288
- info: {
1289
- container: string;
1290
- icon: string;
1291
- };
1292
- };
1293
- closable: {
1294
- true: {
1295
- message: string;
1296
- };
1297
- false: {
1298
- message: string;
1299
- };
1300
- };
1301
- }, {
1302
- type: {
1303
- success: {
1304
- container: string;
1305
- icon: string;
1306
- };
1307
- warning: {
1308
- container: string;
1309
- icon: string;
1310
- };
1311
- error: {
1312
- container: string;
1313
- icon: string;
1314
- };
1315
- info: {
1316
- container: string;
1317
- icon: string;
1318
- };
1319
- };
1320
- closable: {
1321
- true: {
1322
- message: string;
1323
- };
1324
- false: {
1325
- message: string;
1326
- };
1327
- };
1328
- }>, unknown, unknown, undefined>>> & {
1329
- message: string;
1330
- closable?: boolean;
1331
- } & React__default.RefAttributes<HTMLDivElement>>;
1332
-
1333
- declare const Indicator: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1334
- status: {
1335
- positive: string;
1336
- negative: string;
1337
- neutral: string;
1338
- info: string;
1339
- };
1340
- }, 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<{
1341
- status: {
1342
- positive: string;
1343
- negative: string;
1344
- neutral: string;
1345
- info: string;
1346
- };
1347
- }, {
1348
- status: {
1349
- positive: string;
1350
- negative: string;
1351
- neutral: string;
1352
- info: string;
1353
- };
1354
- }>, {
1355
- status: {
1356
- positive: string;
1357
- negative: string;
1358
- neutral: string;
1359
- info: string;
1360
- };
1361
- }, undefined, tailwind_variants.TVReturnType<{
1362
- status: {
1363
- positive: string;
1364
- negative: string;
1365
- neutral: string;
1366
- info: string;
1367
- };
1368
- }, 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<{
1369
- status: {
1370
- positive: string;
1371
- negative: string;
1372
- neutral: string;
1373
- info: string;
1374
- };
1375
- }, {
1376
- status: {
1377
- positive: string;
1378
- negative: string;
1379
- neutral: string;
1380
- info: string;
1381
- };
1382
- }>, unknown, unknown, undefined>>> & {
1383
- value: string;
1384
- icon?: "positive" | "neutral" | "negative";
1385
- } & React__default.RefAttributes<HTMLDivElement>>;
1386
-
1387
- declare const statusVariants: tailwind_variants.TVReturnType<{
1388
- status: {
1389
- success: string[];
1390
- attention: string[];
1391
- info: string[];
1392
- error: string[];
1393
- disabled: string[];
1394
- };
1395
- }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", tailwind_variants_dist_config_js.TVConfig<{
1396
- status: {
1397
- success: string[];
1398
- attention: string[];
1399
- info: string[];
1400
- error: string[];
1401
- disabled: string[];
1402
- };
1403
- }, {
1404
- status: {
1405
- success: string[];
1406
- attention: string[];
1407
- info: string[];
1408
- error: string[];
1409
- disabled: string[];
1410
- };
1411
- }>, {
1412
- status: {
1413
- success: string[];
1414
- attention: string[];
1415
- info: string[];
1416
- error: string[];
1417
- disabled: string[];
1418
- };
1419
- }, undefined, tailwind_variants.TVReturnType<{
1420
- status: {
1421
- success: string[];
1422
- attention: string[];
1423
- info: string[];
1424
- error: string[];
1425
- disabled: string[];
1426
- };
1427
- }, undefined, "text-medium flex items-center justify-center rounded-sm px-1 py-0.5", tailwind_variants_dist_config_js.TVConfig<{
1428
- status: {
1429
- success: string[];
1430
- attention: string[];
1431
- info: string[];
1432
- error: string[];
1433
- disabled: string[];
1434
- };
1435
- }, {
1436
- status: {
1437
- success: string[];
1438
- attention: string[];
1439
- info: string[];
1440
- error: string[];
1441
- disabled: string[];
1442
- };
1443
- }>, unknown, unknown, undefined>>;
1444
- type StatusSimpleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
1445
- text: string;
1446
- };
1447
- type StatusOption = VariantProps<typeof statusVariants> & {
1448
- text: string;
1449
- value: string;
1450
- };
1451
- type StatusMenuProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof statusVariants> & {
1452
- options: StatusOption[];
1453
- value: string;
1454
- onChange?: (value: string) => void;
1455
- };
1456
- declare const Status: Partial<StatusSimpleProps> & {
1457
- Menu: React__default.ForwardRefExoticComponent<StatusMenuProps>;
1458
- };
1459
-
1460
- declare const progressVariants: tailwind_variants.TVReturnType<{
1461
- bg: {
1462
- indigo: string;
1463
- white: string;
1464
- };
1465
- }, undefined, "text-midnight-blue-600", tailwind_variants_dist_config_js.TVConfig<{
1466
- bg: {
1467
- indigo: string;
1468
- white: string;
1469
- };
1470
- }, {
1471
- bg: {
1472
- indigo: string;
1473
- white: string;
1474
- };
1475
- }>, {
1476
- bg: {
1477
- indigo: string;
1478
- white: string;
1479
- };
1480
- }, undefined, tailwind_variants.TVReturnType<{
1481
- bg: {
1482
- indigo: string;
1483
- white: string;
1484
- };
1485
- }, undefined, "text-midnight-blue-600", tailwind_variants_dist_config_js.TVConfig<{
1486
- bg: {
1487
- indigo: string;
1488
- white: string;
1489
- };
1490
- }, {
1491
- bg: {
1492
- indigo: string;
1493
- white: string;
1494
- };
1495
- }>, unknown, unknown, undefined>>;
1496
- type CommonProps = {
1497
- value: number;
1498
- };
1499
- type IndicatorProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1500
- withBar?: boolean;
1501
- };
1502
- type CircleProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1503
- Icon?: React__default.ElementType;
1504
- };
1505
- type ExpandedProps = React__default.HTMLAttributes<HTMLDivElement> & VariantProps<typeof progressVariants> & CommonProps & {
1506
- text: React__default.ReactNode | string;
1507
- };
1508
- declare const Progress: {
1509
- Indicator: React__default.ForwardRefExoticComponent<IndicatorProps>;
1510
- Circle: React__default.ForwardRefExoticComponent<CircleProps>;
1511
- Expanded: React__default.ForwardRefExoticComponent<ExpandedProps>;
1512
- };
1513
-
1514
- declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<tailwind_variants.TVReturnType<{
1515
- size: {
1516
- small: {
1517
- container: string;
1518
- icon: string;
1519
- };
1520
- medium: {
1521
- container: string;
1522
- icon: string;
1523
- };
1524
- };
1525
- border: {
1526
- true: {
1527
- container: string;
1528
- icon: string;
1529
- };
1530
- false: {
1531
- container: string;
1532
- icon: string;
1533
- };
1534
- };
1535
- active: {
1536
- true: {
1537
- container: string;
1538
- icon: string;
1539
- };
1540
- };
1541
- }, {
1542
- container: string;
1543
- icon: string;
1544
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1545
- size: {
1546
- small: {
1547
- container: string;
1548
- icon: string;
1549
- };
1550
- medium: {
1551
- container: string;
1552
- icon: string;
1553
- };
1554
- };
1555
- border: {
1556
- true: {
1557
- container: string;
1558
- icon: string;
1559
- };
1560
- false: {
1561
- container: string;
1562
- icon: string;
1563
- };
1564
- };
1565
- active: {
1566
- true: {
1567
- container: string;
1568
- icon: string;
1569
- };
1570
- };
1571
- }, {
1572
- size: {
1573
- small: {
1574
- container: string;
1575
- icon: string;
1576
- };
1577
- medium: {
1578
- container: string;
1579
- icon: string;
1580
- };
1581
- };
1582
- border: {
1583
- true: {
1584
- container: string;
1585
- icon: string;
1586
- };
1587
- false: {
1588
- container: string;
1589
- icon: string;
1590
- };
1591
- };
1592
- active: {
1593
- true: {
1594
- container: string;
1595
- icon: string;
1596
- };
1597
- };
1598
- }>, {
1599
- size: {
1600
- small: {
1601
- container: string;
1602
- icon: string;
1603
- };
1604
- medium: {
1605
- container: string;
1606
- icon: string;
1607
- };
1608
- };
1609
- border: {
1610
- true: {
1611
- container: string;
1612
- icon: string;
1613
- };
1614
- false: {
1615
- container: string;
1616
- icon: string;
1617
- };
1618
- };
1619
- active: {
1620
- true: {
1621
- container: string;
1622
- icon: string;
1623
- };
1624
- };
1625
- }, {
1626
- container: string;
1627
- icon: string;
1628
- }, tailwind_variants.TVReturnType<{
1629
- size: {
1630
- small: {
1631
- container: string;
1632
- icon: string;
1633
- };
1634
- medium: {
1635
- container: string;
1636
- icon: string;
1637
- };
1638
- };
1639
- border: {
1640
- true: {
1641
- container: string;
1642
- icon: string;
1643
- };
1644
- false: {
1645
- container: string;
1646
- icon: string;
1647
- };
1648
- };
1649
- active: {
1650
- true: {
1651
- container: string;
1652
- icon: string;
1653
- };
1654
- };
1655
- }, {
1656
- container: string;
1657
- icon: string;
1658
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1659
- size: {
1660
- small: {
1661
- container: string;
1662
- icon: string;
1663
- };
1664
- medium: {
1665
- container: string;
1666
- icon: string;
1667
- };
1668
- };
1669
- border: {
1670
- true: {
1671
- container: string;
1672
- icon: string;
1673
- };
1674
- false: {
1675
- container: string;
1676
- icon: string;
1677
- };
1678
- };
1679
- active: {
1680
- true: {
1681
- container: string;
1682
- icon: string;
1683
- };
1684
- };
1685
- }, {
1686
- size: {
1687
- small: {
1688
- container: string;
1689
- icon: string;
1690
- };
1691
- medium: {
1692
- container: string;
1693
- icon: string;
1694
- };
1695
- };
1696
- border: {
1697
- true: {
1698
- container: string;
1699
- icon: string;
1700
- };
1701
- false: {
1702
- container: string;
1703
- icon: string;
1704
- };
1705
- };
1706
- active: {
1707
- true: {
1708
- container: string;
1709
- icon: string;
1710
- };
1711
- };
1712
- }>, unknown, unknown, undefined>>> & {
1713
- asChild?: boolean;
1714
- icon?: React__default.ElementType;
1715
- text: string;
1716
- value?: string;
1717
- onClose?: (value?: string) => void;
1718
- } & React__default.RefAttributes<HTMLDivElement>>;
1719
-
1720
- declare const labelVariants: tailwind_variants.TVReturnType<{
1721
- invalid: {
1722
- true: string;
1723
- };
1724
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
1725
- invalid: {
1726
- true: string;
1727
- };
1728
- }, {
1729
- invalid: {
1730
- true: string;
1731
- };
1732
- }>, {
1733
- invalid: {
1734
- true: string;
1735
- };
1736
- }, undefined, tailwind_variants.TVReturnType<{
1737
- invalid: {
1738
- true: string;
1739
- };
1740
- }, undefined, "text-navy-600 text-base font-medium", tailwind_variants_dist_config_js.TVConfig<{
1741
- invalid: {
1742
- true: string;
1743
- };
1744
- }, {
1745
- invalid: {
1746
- true: string;
1747
- };
1748
- }>, unknown, unknown, undefined>>;
1749
- type LabelProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof labelVariants> & {
1750
- text?: string;
1751
- suffix?: React__default.ElementType;
1752
- htmlFor?: string;
1753
- };
1754
- declare const Label: {
1755
- ({ className, text, suffix: Suffix, invalid, htmlFor, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
1756
- displayName: string;
1757
- };
1758
-
1759
- declare const inputDescriptionVariants: tailwind_variants.TVReturnType<{
1760
- invalid: {
1761
- true: {
1762
- text: string;
1763
- };
1764
- };
1765
- }, {
1766
- text: string;
1767
- counter: string;
1768
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1769
- invalid: {
1770
- true: {
1771
- text: string;
1772
- };
1773
- };
1774
- }, {
1775
- invalid: {
1776
- true: {
1777
- text: string;
1778
- };
1779
- };
1780
- }>, {
1781
- invalid: {
1782
- true: {
1783
- text: string;
1784
- };
1785
- };
1786
- }, {
1787
- text: string;
1788
- counter: string;
1789
- }, tailwind_variants.TVReturnType<{
1790
- invalid: {
1791
- true: {
1792
- text: string;
1793
- };
1794
- };
1795
- }, {
1796
- text: string;
1797
- counter: string;
1798
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1799
- invalid: {
1800
- true: {
1801
- text: string;
1802
- };
1803
- };
1804
- }, {
1805
- invalid: {
1806
- true: {
1807
- text: string;
1808
- };
1809
- };
1810
- }>, unknown, unknown, undefined>>;
1811
- type InputDescriptionProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputDescriptionVariants> & {
1812
- text?: string;
1813
- counter?: boolean;
1814
- invalid?: boolean;
1815
- valueLength?: number;
1816
- };
1817
- declare const InputDescription: {
1818
- ({ className, text, counter, maxLength, invalid, valueLength, ...props }: InputDescriptionProps): react_jsx_runtime.JSX.Element;
1819
- displayName: string;
1820
- };
1821
-
1822
- type FormItem = HTMLAttributes<HTMLDivElement> & {
1823
- label: LabelProps;
1824
- description: InputDescriptionProps;
1825
- invalid?: boolean;
1826
- errorMessage?: string;
1827
- disabled?: boolean;
1828
- value?: string;
1829
- maxLength?: number;
1830
- id: string;
1831
- };
1832
- declare const FormItem: ({ id, className, label, description, errorMessage, invalid, children, disabled, value, maxLength, ...props }: FormItem) => react_jsx_runtime.JSX.Element;
1833
-
1834
- declare const Input: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<tailwind_variants.TVReturnType<{
1835
- disabled: {
1836
- true: {
1837
- input: string;
1838
- prefixIcon: string;
1839
- suffixIcon: string;
1840
- };
1841
- };
1842
- invalid: {
1843
- true: {
1844
- input: string;
1845
- };
1846
- };
1847
- size: {
1848
- medium: {
1849
- prefixIcon: string;
1850
- suffixIcon: string;
1851
- input: string;
1852
- };
1853
- small: {
1854
- prefixIcon: string;
1855
- suffixIcon: string;
1856
- input: string;
1857
- };
1858
- };
1859
- }, {
1860
- prefixIcon: string;
1861
- input: string;
1862
- suffixIcon: string;
1863
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1864
- disabled: {
1865
- true: {
1866
- input: string;
1867
- prefixIcon: string;
1868
- suffixIcon: string;
1869
- };
1870
- };
1871
- invalid: {
1872
- true: {
1873
- input: string;
1874
- };
1875
- };
1876
- size: {
1877
- medium: {
1878
- prefixIcon: string;
1879
- suffixIcon: string;
1880
- input: string;
1881
- };
1882
- small: {
1883
- prefixIcon: string;
1884
- suffixIcon: string;
1885
- input: string;
1886
- };
1887
- };
1888
- }, {
1889
- disabled: {
1890
- true: {
1891
- input: string;
1892
- prefixIcon: string;
1893
- suffixIcon: string;
1894
- };
1895
- };
1896
- invalid: {
1897
- true: {
1898
- input: string;
1899
- };
1900
- };
1901
- size: {
1902
- medium: {
1903
- prefixIcon: string;
1904
- suffixIcon: string;
1905
- input: string;
1906
- };
1907
- small: {
1908
- prefixIcon: string;
1909
- suffixIcon: string;
1910
- input: string;
1911
- };
1912
- };
1913
- }>, {
1914
- disabled: {
1915
- true: {
1916
- input: string;
1917
- prefixIcon: string;
1918
- suffixIcon: string;
1919
- };
1920
- };
1921
- invalid: {
1922
- true: {
1923
- input: string;
1924
- };
1925
- };
1926
- size: {
1927
- medium: {
1928
- prefixIcon: string;
1929
- suffixIcon: string;
1930
- input: string;
1931
- };
1932
- small: {
1933
- prefixIcon: string;
1934
- suffixIcon: string;
1935
- input: string;
1936
- };
1937
- };
1938
- }, {
1939
- prefixIcon: string;
1940
- input: string;
1941
- suffixIcon: string;
1942
- }, tailwind_variants.TVReturnType<{
1943
- disabled: {
1944
- true: {
1945
- input: string;
1946
- prefixIcon: string;
1947
- suffixIcon: string;
1948
- };
1949
- };
1950
- invalid: {
1951
- true: {
1952
- input: string;
1953
- };
1954
- };
1955
- size: {
1956
- medium: {
1957
- prefixIcon: string;
1958
- suffixIcon: string;
1959
- input: string;
1960
- };
1961
- small: {
1962
- prefixIcon: string;
1963
- suffixIcon: string;
1964
- input: string;
1965
- };
1966
- };
1967
- }, {
1968
- prefixIcon: string;
1969
- input: string;
1970
- suffixIcon: string;
1971
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1972
- disabled: {
1973
- true: {
1974
- input: string;
1975
- prefixIcon: string;
1976
- suffixIcon: string;
1977
- };
1978
- };
1979
- invalid: {
1980
- true: {
1981
- input: string;
1982
- };
1983
- };
1984
- size: {
1985
- medium: {
1986
- prefixIcon: string;
1987
- suffixIcon: string;
1988
- input: string;
1989
- };
1990
- small: {
1991
- prefixIcon: string;
1992
- suffixIcon: string;
1993
- input: string;
1994
- };
1995
- };
1996
- }, {
1997
- disabled: {
1998
- true: {
1999
- input: string;
2000
- prefixIcon: string;
2001
- suffixIcon: string;
2002
- };
2003
- };
2004
- invalid: {
2005
- true: {
2006
- input: string;
2007
- };
2008
- };
2009
- size: {
2010
- medium: {
2011
- prefixIcon: string;
2012
- suffixIcon: string;
2013
- input: string;
2014
- };
2015
- small: {
2016
- prefixIcon: string;
2017
- suffixIcon: string;
2018
- input: string;
2019
- };
2020
- };
2021
- }>, unknown, unknown, undefined>>> & {
2022
- id?: string;
2023
- value?: string;
2024
- defaultValue?: string;
2025
- prefixIcon?: React__default.ReactNode;
2026
- suffixIcon?: React__default.ReactNode;
2027
- invalid?: boolean;
2028
- } & React__default.RefAttributes<HTMLInputElement>>;
2029
-
2030
- declare const Checkbox: React__default.ForwardRefExoticComponent<Omit<_radix_ui_react_checkbox.CheckboxProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
2031
-
2032
- type GroupProps = React__default.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>;
2033
- type ItemProps = React__default.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item>;
2034
- declare const Radio: {
2035
- Group: React__default.ForwardRefExoticComponent<GroupProps>;
2036
- Item: React__default.ForwardRefExoticComponent<ItemProps>;
2037
- };
2038
-
2039
- type DropdownProps = {
2040
- options: {
2041
- text: string;
2042
- value: string;
2043
- }[];
2044
- selected?: string;
2045
- onChange?: (value: string) => void;
2046
- className?: string;
2047
- };
2048
-
2049
- declare const Search: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & VariantProps<tailwind_variants.TVReturnType<{
2050
- disabled: {
2051
- true: {
2052
- input: string;
2053
- prefixIcon: string;
2054
- suffixIcon: string;
2055
- };
2056
- };
2057
- invalid: {
2058
- true: {
2059
- input: string;
2060
- };
2061
- };
2062
- size: {
2063
- medium: {
2064
- prefixIcon: string;
2065
- suffixIcon: string;
2066
- input: string;
2067
- };
2068
- small: {
2069
- prefixIcon: string;
2070
- suffixIcon: string;
2071
- input: string;
2072
- };
2073
- };
2074
- }, {
2075
- prefixIcon: string;
2076
- input: string;
2077
- suffixIcon: string;
2078
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2079
- disabled: {
2080
- true: {
2081
- input: string;
2082
- prefixIcon: string;
2083
- suffixIcon: string;
2084
- };
2085
- };
2086
- invalid: {
2087
- true: {
2088
- input: string;
2089
- };
2090
- };
2091
- size: {
2092
- medium: {
2093
- prefixIcon: string;
2094
- suffixIcon: string;
2095
- input: string;
2096
- };
2097
- small: {
2098
- prefixIcon: string;
2099
- suffixIcon: string;
2100
- input: string;
2101
- };
2102
- };
2103
- }, {
2104
- disabled: {
2105
- true: {
2106
- input: string;
2107
- prefixIcon: string;
2108
- suffixIcon: string;
2109
- };
2110
- };
2111
- invalid: {
2112
- true: {
2113
- input: string;
2114
- };
2115
- };
2116
- size: {
2117
- medium: {
2118
- prefixIcon: string;
2119
- suffixIcon: string;
2120
- input: string;
2121
- };
2122
- small: {
2123
- prefixIcon: string;
2124
- suffixIcon: string;
2125
- input: string;
2126
- };
2127
- };
2128
- }>, {
2129
- disabled: {
2130
- true: {
2131
- input: string;
2132
- prefixIcon: string;
2133
- suffixIcon: string;
2134
- };
2135
- };
2136
- invalid: {
2137
- true: {
2138
- input: string;
2139
- };
2140
- };
2141
- size: {
2142
- medium: {
2143
- prefixIcon: string;
2144
- suffixIcon: string;
2145
- input: string;
2146
- };
2147
- small: {
2148
- prefixIcon: string;
2149
- suffixIcon: string;
2150
- input: string;
2151
- };
2152
- };
2153
- }, {
2154
- prefixIcon: string;
2155
- input: string;
2156
- suffixIcon: string;
2157
- }, tailwind_variants.TVReturnType<{
2158
- disabled: {
2159
- true: {
2160
- input: string;
2161
- prefixIcon: string;
2162
- suffixIcon: string;
2163
- };
2164
- };
2165
- invalid: {
2166
- true: {
2167
- input: string;
2168
- };
2169
- };
2170
- size: {
2171
- medium: {
2172
- prefixIcon: string;
2173
- suffixIcon: string;
2174
- input: string;
2175
- };
2176
- small: {
2177
- prefixIcon: string;
2178
- suffixIcon: string;
2179
- input: string;
2180
- };
2181
- };
2182
- }, {
2183
- prefixIcon: string;
2184
- input: string;
2185
- suffixIcon: string;
2186
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2187
- disabled: {
2188
- true: {
2189
- input: string;
2190
- prefixIcon: string;
2191
- suffixIcon: string;
2192
- };
2193
- };
2194
- invalid: {
2195
- true: {
2196
- input: string;
2197
- };
2198
- };
2199
- size: {
2200
- medium: {
2201
- prefixIcon: string;
2202
- suffixIcon: string;
2203
- input: string;
2204
- };
2205
- small: {
2206
- prefixIcon: string;
2207
- suffixIcon: string;
2208
- input: string;
2209
- };
2210
- };
2211
- }, {
2212
- disabled: {
2213
- true: {
2214
- input: string;
2215
- prefixIcon: string;
2216
- suffixIcon: string;
2217
- };
2218
- };
2219
- invalid: {
2220
- true: {
2221
- input: string;
2222
- };
2223
- };
2224
- size: {
2225
- medium: {
2226
- prefixIcon: string;
2227
- suffixIcon: string;
2228
- input: string;
2229
- };
2230
- small: {
2231
- prefixIcon: string;
2232
- suffixIcon: string;
2233
- input: string;
2234
- };
2235
- };
2236
- }>, unknown, unknown, undefined>>> & {
2237
- scope?: DropdownProps;
2238
- } & React.RefAttributes<HTMLInputElement>>;
2239
-
2240
- export { Alert, Avatar, Badge, Button, Card, Checkbox, Chips, Collapsible, FormItem, Indicator, Input, InputDescription, Label, Progress, ProgressBar, Radio, Scope, Search, Sheet, Status, TabsLayout as Tabs, Text, Textarea, Toggle };
1
+ export { default as Avatar } from './ui/avatar';
2
+ export type { AvatarProps } from './ui/avatar';
3
+ export { default as Badge } from './ui/badge';
4
+ export type { BadgeProps } from './ui/badge';
5
+ export { default as Button } from './ui/button';
6
+ export type { ButtonProps } from './ui/button';
7
+ export { default as Card } from './ui/card';
8
+ export type { CardProps } from './ui/card';
9
+ export { default as Scope } from './ui/scope';
10
+ export type { ScopeGroupProps, ScopeItemProps } from './ui/scope';
11
+ export { default as ProgressBar } from './ui/progress-bar';
12
+ export type { ProgressBarProps } from './ui/progress-bar';
13
+ export { default as Textarea } from './ui/textarea';
14
+ export type { TextareaProps } from './ui/textarea';
15
+ export { default as Sheet } from './ui/sheets';
16
+ export type { SheetProps } from './ui/sheets';
17
+ export { default as Text } from './ui/text';
18
+ export type { TextProps } from './ui/text';
19
+ export { default as Switch } from './ui/switch';
20
+ export type { SwitchProps } from './ui/switch';
21
+ export { default as Loading } from './ui/loading';
22
+ export type { LoadingProps } from './ui/loading';
23
+ export { Skeleton } from './ui/skeleton';
24
+ export type { SkeletonProps } from './ui/skeleton';
25
+ export { Toggle, type ToggleGroupProps, type ToggleGroupItemProps, } from './ui/toggle-group';
26
+ export { default as Collapsible } from './ui/collapsible';
27
+ export type { CollapsibleContentProps, CollapsibleItemProps, CollapsibleTriggerProps, } from './ui/collapsible';
28
+ export { default as Tabs } from './ui/tabs';
29
+ export type { TabsLayoutProps, TabItem } from './ui/tabs';
30
+ export { default as Alert } from './ui/alert';
31
+ export type { AlertProps } from './ui/alert';
32
+ export { default as TipCard } from './ui/tip-card';
33
+ export type { TipCardProps } from './ui/tip-card';
34
+ export { default as Message, MessageContainer, MessageType, } from './ui/message';
35
+ export type { MessageProps } from './ui/message';
36
+ export { default as Indicator } from './ui/indicator';
37
+ export type { IndicatorProps } from './ui/indicator';
38
+ export { default as Status } from './ui/status';
39
+ export type { StatusMenuProps, StatusOption, StatusSimpleProps, } from './ui/status';
40
+ export { default as Progress } from './ui/progress';
41
+ export type { CircleProps, ExpandedProps, ProgressIndicatorProps, } from './ui/progress';
42
+ export { default as Chips } from './ui/chips';
43
+ export type { ChipsProps } from './ui/chips';
44
+ export { Tooltip, TooltipProvider } from './ui/tooltip';
45
+ export type { TooltipProps } from './ui/tooltip';
46
+ export { default as Input } from './ui/input';
47
+ export type { InputProps } from './ui/input';
48
+ export { default as Checkbox } from './ui/checkbox';
49
+ export type { CheckboxProps } from './ui/checkbox';
50
+ export { default as Radio } from './ui/radio';
51
+ export type { RadioGroupProps, RadioItemProps } from './ui/radio';
52
+ export { default as Label } from './ui/label';
53
+ export type { LabelProps } from './ui/label';
54
+ export { default as InputDescription } from './ui/input-description';
55
+ export type { InputDescriptionProps } from './ui/input-description';
56
+ export { default as Search } from './ui/search';
57
+ export type { SearchProps } from './ui/search';
58
+ export { Popover, PopoverTrigger, PopoverContent } from './ui/popover';
59
+ export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, } from './ui/dropdown-menu';
60
+ //# sourceMappingURL=index.d.ts.map