@dito-uai/components 5.1.0-alpha.35 → 5.1.0-alpha.37

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.
package/dist/index.d.ts CHANGED
@@ -496,31 +496,37 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
496
496
  appearance: {
497
497
  primary: {
498
498
  container: string;
499
+ loading: string;
499
500
  text: string;
500
501
  icon: string;
501
502
  };
502
503
  secondary: {
503
504
  container: string;
505
+ loading: string;
504
506
  text: string;
505
507
  icon: string;
506
508
  };
507
509
  tertiary: {
508
510
  container: string;
511
+ loading: string;
509
512
  text: string;
510
513
  icon: string;
511
514
  };
512
515
  danger: {
513
516
  container: string;
517
+ loading: string;
514
518
  text: string;
515
519
  icon: string;
516
520
  };
517
521
  link: {
518
522
  container: string;
523
+ loading: string;
519
524
  text: string;
520
525
  icon: string;
521
526
  };
522
527
  table: {
523
528
  container: string;
529
+ loading: string;
524
530
  text: string;
525
531
  icon: string;
526
532
  };
@@ -541,6 +547,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
541
547
  container: string;
542
548
  text: string;
543
549
  icon: string;
550
+ loading: string;
551
+ };
552
+ false: string;
553
+ };
554
+ loading: {
555
+ true: {
556
+ text: string;
557
+ icon: string;
544
558
  };
545
559
  false: string;
546
560
  };
@@ -548,35 +562,42 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
548
562
  container: string;
549
563
  icon: string;
550
564
  text: string;
565
+ loading: string;
551
566
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
552
567
  appearance: {
553
568
  primary: {
554
569
  container: string;
570
+ loading: string;
555
571
  text: string;
556
572
  icon: string;
557
573
  };
558
574
  secondary: {
559
575
  container: string;
576
+ loading: string;
560
577
  text: string;
561
578
  icon: string;
562
579
  };
563
580
  tertiary: {
564
581
  container: string;
582
+ loading: string;
565
583
  text: string;
566
584
  icon: string;
567
585
  };
568
586
  danger: {
569
587
  container: string;
588
+ loading: string;
570
589
  text: string;
571
590
  icon: string;
572
591
  };
573
592
  link: {
574
593
  container: string;
594
+ loading: string;
575
595
  text: string;
576
596
  icon: string;
577
597
  };
578
598
  table: {
579
599
  container: string;
600
+ loading: string;
580
601
  text: string;
581
602
  icon: string;
582
603
  };
@@ -597,6 +618,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
597
618
  container: string;
598
619
  text: string;
599
620
  icon: string;
621
+ loading: string;
622
+ };
623
+ false: string;
624
+ };
625
+ loading: {
626
+ true: {
627
+ text: string;
628
+ icon: string;
600
629
  };
601
630
  false: string;
602
631
  };
@@ -604,31 +633,37 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
604
633
  appearance: {
605
634
  primary: {
606
635
  container: string;
636
+ loading: string;
607
637
  text: string;
608
638
  icon: string;
609
639
  };
610
640
  secondary: {
611
641
  container: string;
642
+ loading: string;
612
643
  text: string;
613
644
  icon: string;
614
645
  };
615
646
  tertiary: {
616
647
  container: string;
648
+ loading: string;
617
649
  text: string;
618
650
  icon: string;
619
651
  };
620
652
  danger: {
621
653
  container: string;
654
+ loading: string;
622
655
  text: string;
623
656
  icon: string;
624
657
  };
625
658
  link: {
626
659
  container: string;
660
+ loading: string;
627
661
  text: string;
628
662
  icon: string;
629
663
  };
630
664
  table: {
631
665
  container: string;
666
+ loading: string;
632
667
  text: string;
633
668
  icon: string;
634
669
  };
@@ -649,6 +684,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
649
684
  container: string;
650
685
  text: string;
651
686
  icon: string;
687
+ loading: string;
688
+ };
689
+ false: string;
690
+ };
691
+ loading: {
692
+ true: {
693
+ text: string;
694
+ icon: string;
652
695
  };
653
696
  false: string;
654
697
  };
@@ -656,31 +699,37 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
656
699
  appearance: {
657
700
  primary: {
658
701
  container: string;
702
+ loading: string;
659
703
  text: string;
660
704
  icon: string;
661
705
  };
662
706
  secondary: {
663
707
  container: string;
708
+ loading: string;
664
709
  text: string;
665
710
  icon: string;
666
711
  };
667
712
  tertiary: {
668
713
  container: string;
714
+ loading: string;
669
715
  text: string;
670
716
  icon: string;
671
717
  };
672
718
  danger: {
673
719
  container: string;
720
+ loading: string;
674
721
  text: string;
675
722
  icon: string;
676
723
  };
677
724
  link: {
678
725
  container: string;
726
+ loading: string;
679
727
  text: string;
680
728
  icon: string;
681
729
  };
682
730
  table: {
683
731
  container: string;
732
+ loading: string;
684
733
  text: string;
685
734
  icon: string;
686
735
  };
@@ -701,6 +750,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
701
750
  container: string;
702
751
  text: string;
703
752
  icon: string;
753
+ loading: string;
754
+ };
755
+ false: string;
756
+ };
757
+ loading: {
758
+ true: {
759
+ text: string;
760
+ icon: string;
704
761
  };
705
762
  false: string;
706
763
  };
@@ -708,35 +765,42 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
708
765
  container: string;
709
766
  icon: string;
710
767
  text: string;
768
+ loading: string;
711
769
  }, tailwind_variants.TVReturnType<{
712
770
  appearance: {
713
771
  primary: {
714
772
  container: string;
773
+ loading: string;
715
774
  text: string;
716
775
  icon: string;
717
776
  };
718
777
  secondary: {
719
778
  container: string;
779
+ loading: string;
720
780
  text: string;
721
781
  icon: string;
722
782
  };
723
783
  tertiary: {
724
784
  container: string;
785
+ loading: string;
725
786
  text: string;
726
787
  icon: string;
727
788
  };
728
789
  danger: {
729
790
  container: string;
791
+ loading: string;
730
792
  text: string;
731
793
  icon: string;
732
794
  };
733
795
  link: {
734
796
  container: string;
797
+ loading: string;
735
798
  text: string;
736
799
  icon: string;
737
800
  };
738
801
  table: {
739
802
  container: string;
803
+ loading: string;
740
804
  text: string;
741
805
  icon: string;
742
806
  };
@@ -757,6 +821,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
757
821
  container: string;
758
822
  text: string;
759
823
  icon: string;
824
+ loading: string;
825
+ };
826
+ false: string;
827
+ };
828
+ loading: {
829
+ true: {
830
+ text: string;
831
+ icon: string;
760
832
  };
761
833
  false: string;
762
834
  };
@@ -764,35 +836,42 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
764
836
  container: string;
765
837
  icon: string;
766
838
  text: string;
839
+ loading: string;
767
840
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
768
841
  appearance: {
769
842
  primary: {
770
843
  container: string;
844
+ loading: string;
771
845
  text: string;
772
846
  icon: string;
773
847
  };
774
848
  secondary: {
775
849
  container: string;
850
+ loading: string;
776
851
  text: string;
777
852
  icon: string;
778
853
  };
779
854
  tertiary: {
780
855
  container: string;
856
+ loading: string;
781
857
  text: string;
782
858
  icon: string;
783
859
  };
784
860
  danger: {
785
861
  container: string;
862
+ loading: string;
786
863
  text: string;
787
864
  icon: string;
788
865
  };
789
866
  link: {
790
867
  container: string;
868
+ loading: string;
791
869
  text: string;
792
870
  icon: string;
793
871
  };
794
872
  table: {
795
873
  container: string;
874
+ loading: string;
796
875
  text: string;
797
876
  icon: string;
798
877
  };
@@ -813,6 +892,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
813
892
  container: string;
814
893
  text: string;
815
894
  icon: string;
895
+ loading: string;
896
+ };
897
+ false: string;
898
+ };
899
+ loading: {
900
+ true: {
901
+ text: string;
902
+ icon: string;
816
903
  };
817
904
  false: string;
818
905
  };
@@ -820,31 +907,37 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
820
907
  appearance: {
821
908
  primary: {
822
909
  container: string;
910
+ loading: string;
823
911
  text: string;
824
912
  icon: string;
825
913
  };
826
914
  secondary: {
827
915
  container: string;
916
+ loading: string;
828
917
  text: string;
829
918
  icon: string;
830
919
  };
831
920
  tertiary: {
832
921
  container: string;
922
+ loading: string;
833
923
  text: string;
834
924
  icon: string;
835
925
  };
836
926
  danger: {
837
927
  container: string;
928
+ loading: string;
838
929
  text: string;
839
930
  icon: string;
840
931
  };
841
932
  link: {
842
933
  container: string;
934
+ loading: string;
843
935
  text: string;
844
936
  icon: string;
845
937
  };
846
938
  table: {
847
939
  container: string;
940
+ loading: string;
848
941
  text: string;
849
942
  icon: string;
850
943
  };
@@ -865,6 +958,14 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
865
958
  container: string;
866
959
  text: string;
867
960
  icon: string;
961
+ loading: string;
962
+ };
963
+ false: string;
964
+ };
965
+ loading: {
966
+ true: {
967
+ text: string;
968
+ icon: string;
868
969
  };
869
970
  false: string;
870
971
  };
@@ -872,36 +973,43 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
872
973
  type ButtonProps = React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<typeof buttonVariants> & {
873
974
  asChild?: boolean;
874
975
  icon?: React__default.ElementType;
976
+ loading?: boolean;
875
977
  };
876
978
  declare const Button: React__default.ForwardRefExoticComponent<React__default.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<tailwind_variants.TVReturnType<{
877
979
  appearance: {
878
980
  primary: {
879
981
  container: string;
982
+ loading: string;
880
983
  text: string;
881
984
  icon: string;
882
985
  };
883
986
  secondary: {
884
987
  container: string;
988
+ loading: string;
885
989
  text: string;
886
990
  icon: string;
887
991
  };
888
992
  tertiary: {
889
993
  container: string;
994
+ loading: string;
890
995
  text: string;
891
996
  icon: string;
892
997
  };
893
998
  danger: {
894
999
  container: string;
1000
+ loading: string;
895
1001
  text: string;
896
1002
  icon: string;
897
1003
  };
898
1004
  link: {
899
1005
  container: string;
1006
+ loading: string;
900
1007
  text: string;
901
1008
  icon: string;
902
1009
  };
903
1010
  table: {
904
1011
  container: string;
1012
+ loading: string;
905
1013
  text: string;
906
1014
  icon: string;
907
1015
  };
@@ -922,6 +1030,14 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
922
1030
  container: string;
923
1031
  text: string;
924
1032
  icon: string;
1033
+ loading: string;
1034
+ };
1035
+ false: string;
1036
+ };
1037
+ loading: {
1038
+ true: {
1039
+ text: string;
1040
+ icon: string;
925
1041
  };
926
1042
  false: string;
927
1043
  };
@@ -929,35 +1045,42 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
929
1045
  container: string;
930
1046
  icon: string;
931
1047
  text: string;
1048
+ loading: string;
932
1049
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
933
1050
  appearance: {
934
1051
  primary: {
935
1052
  container: string;
1053
+ loading: string;
936
1054
  text: string;
937
1055
  icon: string;
938
1056
  };
939
1057
  secondary: {
940
1058
  container: string;
1059
+ loading: string;
941
1060
  text: string;
942
1061
  icon: string;
943
1062
  };
944
1063
  tertiary: {
945
1064
  container: string;
1065
+ loading: string;
946
1066
  text: string;
947
1067
  icon: string;
948
1068
  };
949
1069
  danger: {
950
1070
  container: string;
1071
+ loading: string;
951
1072
  text: string;
952
1073
  icon: string;
953
1074
  };
954
1075
  link: {
955
1076
  container: string;
1077
+ loading: string;
956
1078
  text: string;
957
1079
  icon: string;
958
1080
  };
959
1081
  table: {
960
1082
  container: string;
1083
+ loading: string;
961
1084
  text: string;
962
1085
  icon: string;
963
1086
  };
@@ -978,6 +1101,14 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
978
1101
  container: string;
979
1102
  text: string;
980
1103
  icon: string;
1104
+ loading: string;
1105
+ };
1106
+ false: string;
1107
+ };
1108
+ loading: {
1109
+ true: {
1110
+ text: string;
1111
+ icon: string;
981
1112
  };
982
1113
  false: string;
983
1114
  };
@@ -985,31 +1116,37 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
985
1116
  appearance: {
986
1117
  primary: {
987
1118
  container: string;
1119
+ loading: string;
988
1120
  text: string;
989
1121
  icon: string;
990
1122
  };
991
1123
  secondary: {
992
1124
  container: string;
1125
+ loading: string;
993
1126
  text: string;
994
1127
  icon: string;
995
1128
  };
996
1129
  tertiary: {
997
1130
  container: string;
1131
+ loading: string;
998
1132
  text: string;
999
1133
  icon: string;
1000
1134
  };
1001
1135
  danger: {
1002
1136
  container: string;
1137
+ loading: string;
1003
1138
  text: string;
1004
1139
  icon: string;
1005
1140
  };
1006
1141
  link: {
1007
1142
  container: string;
1143
+ loading: string;
1008
1144
  text: string;
1009
1145
  icon: string;
1010
1146
  };
1011
1147
  table: {
1012
1148
  container: string;
1149
+ loading: string;
1013
1150
  text: string;
1014
1151
  icon: string;
1015
1152
  };
@@ -1030,6 +1167,14 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1030
1167
  container: string;
1031
1168
  text: string;
1032
1169
  icon: string;
1170
+ loading: string;
1171
+ };
1172
+ false: string;
1173
+ };
1174
+ loading: {
1175
+ true: {
1176
+ text: string;
1177
+ icon: string;
1033
1178
  };
1034
1179
  false: string;
1035
1180
  };
@@ -1037,31 +1182,37 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1037
1182
  appearance: {
1038
1183
  primary: {
1039
1184
  container: string;
1185
+ loading: string;
1040
1186
  text: string;
1041
1187
  icon: string;
1042
1188
  };
1043
1189
  secondary: {
1044
1190
  container: string;
1191
+ loading: string;
1045
1192
  text: string;
1046
1193
  icon: string;
1047
1194
  };
1048
1195
  tertiary: {
1049
1196
  container: string;
1197
+ loading: string;
1050
1198
  text: string;
1051
1199
  icon: string;
1052
1200
  };
1053
1201
  danger: {
1054
1202
  container: string;
1203
+ loading: string;
1055
1204
  text: string;
1056
1205
  icon: string;
1057
1206
  };
1058
1207
  link: {
1059
1208
  container: string;
1209
+ loading: string;
1060
1210
  text: string;
1061
1211
  icon: string;
1062
1212
  };
1063
1213
  table: {
1064
1214
  container: string;
1215
+ loading: string;
1065
1216
  text: string;
1066
1217
  icon: string;
1067
1218
  };
@@ -1082,6 +1233,14 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1082
1233
  container: string;
1083
1234
  text: string;
1084
1235
  icon: string;
1236
+ loading: string;
1237
+ };
1238
+ false: string;
1239
+ };
1240
+ loading: {
1241
+ true: {
1242
+ text: string;
1243
+ icon: string;
1085
1244
  };
1086
1245
  false: string;
1087
1246
  };
@@ -1089,35 +1248,42 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1089
1248
  container: string;
1090
1249
  icon: string;
1091
1250
  text: string;
1251
+ loading: string;
1092
1252
  }, tailwind_variants.TVReturnType<{
1093
1253
  appearance: {
1094
1254
  primary: {
1095
1255
  container: string;
1256
+ loading: string;
1096
1257
  text: string;
1097
1258
  icon: string;
1098
1259
  };
1099
1260
  secondary: {
1100
1261
  container: string;
1262
+ loading: string;
1101
1263
  text: string;
1102
1264
  icon: string;
1103
1265
  };
1104
1266
  tertiary: {
1105
1267
  container: string;
1268
+ loading: string;
1106
1269
  text: string;
1107
1270
  icon: string;
1108
1271
  };
1109
1272
  danger: {
1110
1273
  container: string;
1274
+ loading: string;
1111
1275
  text: string;
1112
1276
  icon: string;
1113
1277
  };
1114
1278
  link: {
1115
1279
  container: string;
1280
+ loading: string;
1116
1281
  text: string;
1117
1282
  icon: string;
1118
1283
  };
1119
1284
  table: {
1120
1285
  container: string;
1286
+ loading: string;
1121
1287
  text: string;
1122
1288
  icon: string;
1123
1289
  };
@@ -1138,6 +1304,14 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1138
1304
  container: string;
1139
1305
  text: string;
1140
1306
  icon: string;
1307
+ loading: string;
1308
+ };
1309
+ false: string;
1310
+ };
1311
+ loading: {
1312
+ true: {
1313
+ text: string;
1314
+ icon: string;
1141
1315
  };
1142
1316
  false: string;
1143
1317
  };
@@ -1145,35 +1319,42 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1145
1319
  container: string;
1146
1320
  icon: string;
1147
1321
  text: string;
1322
+ loading: string;
1148
1323
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
1149
1324
  appearance: {
1150
1325
  primary: {
1151
1326
  container: string;
1327
+ loading: string;
1152
1328
  text: string;
1153
1329
  icon: string;
1154
1330
  };
1155
1331
  secondary: {
1156
1332
  container: string;
1333
+ loading: string;
1157
1334
  text: string;
1158
1335
  icon: string;
1159
1336
  };
1160
1337
  tertiary: {
1161
1338
  container: string;
1339
+ loading: string;
1162
1340
  text: string;
1163
1341
  icon: string;
1164
1342
  };
1165
1343
  danger: {
1166
1344
  container: string;
1345
+ loading: string;
1167
1346
  text: string;
1168
1347
  icon: string;
1169
1348
  };
1170
1349
  link: {
1171
1350
  container: string;
1351
+ loading: string;
1172
1352
  text: string;
1173
1353
  icon: string;
1174
1354
  };
1175
1355
  table: {
1176
1356
  container: string;
1357
+ loading: string;
1177
1358
  text: string;
1178
1359
  icon: string;
1179
1360
  };
@@ -1194,6 +1375,14 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1194
1375
  container: string;
1195
1376
  text: string;
1196
1377
  icon: string;
1378
+ loading: string;
1379
+ };
1380
+ false: string;
1381
+ };
1382
+ loading: {
1383
+ true: {
1384
+ text: string;
1385
+ icon: string;
1197
1386
  };
1198
1387
  false: string;
1199
1388
  };
@@ -1201,31 +1390,37 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1201
1390
  appearance: {
1202
1391
  primary: {
1203
1392
  container: string;
1393
+ loading: string;
1204
1394
  text: string;
1205
1395
  icon: string;
1206
1396
  };
1207
1397
  secondary: {
1208
1398
  container: string;
1399
+ loading: string;
1209
1400
  text: string;
1210
1401
  icon: string;
1211
1402
  };
1212
1403
  tertiary: {
1213
1404
  container: string;
1405
+ loading: string;
1214
1406
  text: string;
1215
1407
  icon: string;
1216
1408
  };
1217
1409
  danger: {
1218
1410
  container: string;
1411
+ loading: string;
1219
1412
  text: string;
1220
1413
  icon: string;
1221
1414
  };
1222
1415
  link: {
1223
1416
  container: string;
1417
+ loading: string;
1224
1418
  text: string;
1225
1419
  icon: string;
1226
1420
  };
1227
1421
  table: {
1228
1422
  container: string;
1423
+ loading: string;
1229
1424
  text: string;
1230
1425
  icon: string;
1231
1426
  };
@@ -1246,12 +1441,21 @@ declare const Button: React__default.ForwardRefExoticComponent<React__default.Bu
1246
1441
  container: string;
1247
1442
  text: string;
1248
1443
  icon: string;
1444
+ loading: string;
1445
+ };
1446
+ false: string;
1447
+ };
1448
+ loading: {
1449
+ true: {
1450
+ text: string;
1451
+ icon: string;
1249
1452
  };
1250
1453
  false: string;
1251
1454
  };
1252
1455
  }>, unknown, unknown, undefined>>> & {
1253
1456
  asChild?: boolean;
1254
1457
  icon?: React__default.ElementType;
1458
+ loading?: boolean;
1255
1459
  } & React__default.RefAttributes<HTMLButtonElement>>;
1256
1460
 
1257
1461
  declare const cardVariants: tailwind_variants.TVReturnType<{
@@ -1730,6 +1934,14 @@ declare const Switch: React$1.ForwardRefExoticComponent<HTMLAttributes<HTMLInput
1730
1934
  children?: React$1.ReactNode | undefined;
1731
1935
  } & React$1.RefAttributes<HTMLInputElement>>;
1732
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
+
1733
1945
  declare const toggleVariants: tailwind_variants.TVReturnType<{
1734
1946
  variant: {
1735
1947
  default: string;
@@ -2560,10 +2772,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2560
2772
  small: {
2561
2773
  container: string;
2562
2774
  icon: string;
2775
+ text: string;
2563
2776
  };
2564
2777
  medium: {
2565
2778
  container: string;
2566
2779
  icon: string;
2780
+ text: string;
2567
2781
  };
2568
2782
  };
2569
2783
  border: {
@@ -2585,15 +2799,18 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2585
2799
  }, {
2586
2800
  container: string;
2587
2801
  icon: string;
2802
+ text: string;
2588
2803
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2589
2804
  size: {
2590
2805
  small: {
2591
2806
  container: string;
2592
2807
  icon: string;
2808
+ text: string;
2593
2809
  };
2594
2810
  medium: {
2595
2811
  container: string;
2596
2812
  icon: string;
2813
+ text: string;
2597
2814
  };
2598
2815
  };
2599
2816
  border: {
@@ -2617,10 +2834,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2617
2834
  small: {
2618
2835
  container: string;
2619
2836
  icon: string;
2837
+ text: string;
2620
2838
  };
2621
2839
  medium: {
2622
2840
  container: string;
2623
2841
  icon: string;
2842
+ text: string;
2624
2843
  };
2625
2844
  };
2626
2845
  border: {
@@ -2644,10 +2863,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2644
2863
  small: {
2645
2864
  container: string;
2646
2865
  icon: string;
2866
+ text: string;
2647
2867
  };
2648
2868
  medium: {
2649
2869
  container: string;
2650
2870
  icon: string;
2871
+ text: string;
2651
2872
  };
2652
2873
  };
2653
2874
  border: {
@@ -2669,15 +2890,18 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2669
2890
  }, {
2670
2891
  container: string;
2671
2892
  icon: string;
2893
+ text: string;
2672
2894
  }, tailwind_variants.TVReturnType<{
2673
2895
  size: {
2674
2896
  small: {
2675
2897
  container: string;
2676
2898
  icon: string;
2899
+ text: string;
2677
2900
  };
2678
2901
  medium: {
2679
2902
  container: string;
2680
2903
  icon: string;
2904
+ text: string;
2681
2905
  };
2682
2906
  };
2683
2907
  border: {
@@ -2699,15 +2923,18 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2699
2923
  }, {
2700
2924
  container: string;
2701
2925
  icon: string;
2926
+ text: string;
2702
2927
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2703
2928
  size: {
2704
2929
  small: {
2705
2930
  container: string;
2706
2931
  icon: string;
2932
+ text: string;
2707
2933
  };
2708
2934
  medium: {
2709
2935
  container: string;
2710
2936
  icon: string;
2937
+ text: string;
2711
2938
  };
2712
2939
  };
2713
2940
  border: {
@@ -2731,10 +2958,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
2731
2958
  small: {
2732
2959
  container: string;
2733
2960
  icon: string;
2961
+ text: string;
2734
2962
  };
2735
2963
  medium: {
2736
2964
  container: string;
2737
2965
  icon: string;
2966
+ text: string;
2738
2967
  };
2739
2968
  };
2740
2969
  border: {
@@ -2767,10 +2996,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2767
2996
  small: {
2768
2997
  container: string;
2769
2998
  icon: string;
2999
+ text: string;
2770
3000
  };
2771
3001
  medium: {
2772
3002
  container: string;
2773
3003
  icon: string;
3004
+ text: string;
2774
3005
  };
2775
3006
  };
2776
3007
  border: {
@@ -2792,15 +3023,18 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2792
3023
  }, {
2793
3024
  container: string;
2794
3025
  icon: string;
3026
+ text: string;
2795
3027
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2796
3028
  size: {
2797
3029
  small: {
2798
3030
  container: string;
2799
3031
  icon: string;
3032
+ text: string;
2800
3033
  };
2801
3034
  medium: {
2802
3035
  container: string;
2803
3036
  icon: string;
3037
+ text: string;
2804
3038
  };
2805
3039
  };
2806
3040
  border: {
@@ -2824,10 +3058,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2824
3058
  small: {
2825
3059
  container: string;
2826
3060
  icon: string;
3061
+ text: string;
2827
3062
  };
2828
3063
  medium: {
2829
3064
  container: string;
2830
3065
  icon: string;
3066
+ text: string;
2831
3067
  };
2832
3068
  };
2833
3069
  border: {
@@ -2851,10 +3087,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2851
3087
  small: {
2852
3088
  container: string;
2853
3089
  icon: string;
3090
+ text: string;
2854
3091
  };
2855
3092
  medium: {
2856
3093
  container: string;
2857
3094
  icon: string;
3095
+ text: string;
2858
3096
  };
2859
3097
  };
2860
3098
  border: {
@@ -2876,15 +3114,18 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2876
3114
  }, {
2877
3115
  container: string;
2878
3116
  icon: string;
3117
+ text: string;
2879
3118
  }, tailwind_variants.TVReturnType<{
2880
3119
  size: {
2881
3120
  small: {
2882
3121
  container: string;
2883
3122
  icon: string;
3123
+ text: string;
2884
3124
  };
2885
3125
  medium: {
2886
3126
  container: string;
2887
3127
  icon: string;
3128
+ text: string;
2888
3129
  };
2889
3130
  };
2890
3131
  border: {
@@ -2906,15 +3147,18 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2906
3147
  }, {
2907
3148
  container: string;
2908
3149
  icon: string;
3150
+ text: string;
2909
3151
  }, undefined, tailwind_variants_dist_config_js.TVConfig<{
2910
3152
  size: {
2911
3153
  small: {
2912
3154
  container: string;
2913
3155
  icon: string;
3156
+ text: string;
2914
3157
  };
2915
3158
  medium: {
2916
3159
  container: string;
2917
3160
  icon: string;
3161
+ text: string;
2918
3162
  };
2919
3163
  };
2920
3164
  border: {
@@ -2938,10 +3182,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
2938
3182
  small: {
2939
3183
  container: string;
2940
3184
  icon: string;
3185
+ text: string;
2941
3186
  };
2942
3187
  medium: {
2943
3188
  container: string;
2944
3189
  icon: string;
3190
+ text: string;
2945
3191
  };
2946
3192
  };
2947
3193
  border: {
@@ -3939,4 +4185,4 @@ declare const Search: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttribu
3939
4185
  scope?: DropdownProps;
3940
4186
  } & React$1.RefAttributes<HTMLInputElement>>;
3941
4187
 
3942
- 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, 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 };
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 };