@itcase/ui 1.9.7 → 1.9.8
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/css/styles/bundles.css +1 -0
- package/dist/types/components/Avatar/Avatar.appearance.d.ts +44 -44
- package/dist/types/components/Badge/Badge.appearance.d.ts +55 -55
- package/dist/types/components/Button/Button.appearance.d.ts +55 -55
- package/dist/types/components/Divider/Divider.appearance.d.ts +55 -55
- package/dist/types/components/Label/Label.appearance.d.ts +55 -55
- package/dist/types/components/Loader/Loader.appearance.d.ts +55 -55
- package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +55 -55
- package/dist/types/components/Modal/Modal.appearance.d.ts +55 -55
- package/dist/types/components/Overlay/Overlay.appearance.d.ts +2 -2
- package/dist/types/components/Text/Text.appearance.d.ts +55 -55
- package/dist/types/components/Tile/Tile.appearance.d.ts +36 -36
- package/dist/types/components/Title/Title.appearance.d.ts +57 -57
- package/dist/types/components/Tooltip/Tooltip.appearance.d.ts +37 -37
- package/package.json +5 -5
|
@@ -38,7 +38,7 @@ export declare const labelAppearance: {
|
|
|
38
38
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
39
39
|
wrap?: import("@itcase/types").WrapProps;
|
|
40
40
|
} | undefined;
|
|
41
|
-
|
|
41
|
+
accentPrimary?: {
|
|
42
42
|
align?: import("@itcase/types").AlignProps;
|
|
43
43
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
44
44
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -77,7 +77,7 @@ export declare const labelAppearance: {
|
|
|
77
77
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
78
78
|
wrap?: import("@itcase/types").WrapProps;
|
|
79
79
|
} | undefined;
|
|
80
|
-
|
|
80
|
+
accentSecondary?: {
|
|
81
81
|
align?: import("@itcase/types").AlignProps;
|
|
82
82
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
83
83
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -116,7 +116,7 @@ export declare const labelAppearance: {
|
|
|
116
116
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
117
117
|
wrap?: import("@itcase/types").WrapProps;
|
|
118
118
|
} | undefined;
|
|
119
|
-
|
|
119
|
+
accentTertiary?: {
|
|
120
120
|
align?: import("@itcase/types").AlignProps;
|
|
121
121
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
122
122
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -155,7 +155,7 @@ export declare const labelAppearance: {
|
|
|
155
155
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
156
156
|
wrap?: import("@itcase/types").WrapProps;
|
|
157
157
|
} | undefined;
|
|
158
|
-
|
|
158
|
+
accentQuaternary?: {
|
|
159
159
|
align?: import("@itcase/types").AlignProps;
|
|
160
160
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
161
161
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -194,7 +194,7 @@ export declare const labelAppearance: {
|
|
|
194
194
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
195
195
|
wrap?: import("@itcase/types").WrapProps;
|
|
196
196
|
} | undefined;
|
|
197
|
-
|
|
197
|
+
specialPrimary?: {
|
|
198
198
|
align?: import("@itcase/types").AlignProps;
|
|
199
199
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
200
200
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -233,7 +233,7 @@ export declare const labelAppearance: {
|
|
|
233
233
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
234
234
|
wrap?: import("@itcase/types").WrapProps;
|
|
235
235
|
} | undefined;
|
|
236
|
-
|
|
236
|
+
specialSecondary?: {
|
|
237
237
|
align?: import("@itcase/types").AlignProps;
|
|
238
238
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
239
239
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -272,7 +272,7 @@ export declare const labelAppearance: {
|
|
|
272
272
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
273
273
|
wrap?: import("@itcase/types").WrapProps;
|
|
274
274
|
} | undefined;
|
|
275
|
-
|
|
275
|
+
specialTertiary?: {
|
|
276
276
|
align?: import("@itcase/types").AlignProps;
|
|
277
277
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
278
278
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -311,7 +311,7 @@ export declare const labelAppearance: {
|
|
|
311
311
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
312
312
|
wrap?: import("@itcase/types").WrapProps;
|
|
313
313
|
} | undefined;
|
|
314
|
-
|
|
314
|
+
specialQuaternary?: {
|
|
315
315
|
align?: import("@itcase/types").AlignProps;
|
|
316
316
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
317
317
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -350,7 +350,7 @@ export declare const labelAppearance: {
|
|
|
350
350
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
351
351
|
wrap?: import("@itcase/types").WrapProps;
|
|
352
352
|
} | undefined;
|
|
353
|
-
|
|
353
|
+
extraPrimary?: {
|
|
354
354
|
align?: import("@itcase/types").AlignProps;
|
|
355
355
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
356
356
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -389,7 +389,7 @@ export declare const labelAppearance: {
|
|
|
389
389
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
390
390
|
wrap?: import("@itcase/types").WrapProps;
|
|
391
391
|
} | undefined;
|
|
392
|
-
|
|
392
|
+
extraSecondary?: {
|
|
393
393
|
align?: import("@itcase/types").AlignProps;
|
|
394
394
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
395
395
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -428,7 +428,7 @@ export declare const labelAppearance: {
|
|
|
428
428
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
429
429
|
wrap?: import("@itcase/types").WrapProps;
|
|
430
430
|
} | undefined;
|
|
431
|
-
|
|
431
|
+
extraTertiary?: {
|
|
432
432
|
align?: import("@itcase/types").AlignProps;
|
|
433
433
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
434
434
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -467,7 +467,7 @@ export declare const labelAppearance: {
|
|
|
467
467
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
468
468
|
wrap?: import("@itcase/types").WrapProps;
|
|
469
469
|
} | undefined;
|
|
470
|
-
|
|
470
|
+
extraQuaternary?: {
|
|
471
471
|
align?: import("@itcase/types").AlignProps;
|
|
472
472
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
473
473
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -506,7 +506,7 @@ export declare const labelAppearance: {
|
|
|
506
506
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
507
507
|
wrap?: import("@itcase/types").WrapProps;
|
|
508
508
|
} | undefined;
|
|
509
|
-
|
|
509
|
+
surfacePrimary?: {
|
|
510
510
|
align?: import("@itcase/types").AlignProps;
|
|
511
511
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
512
512
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -545,7 +545,7 @@ export declare const labelAppearance: {
|
|
|
545
545
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
546
546
|
wrap?: import("@itcase/types").WrapProps;
|
|
547
547
|
} | undefined;
|
|
548
|
-
|
|
548
|
+
surfaceSecondary?: {
|
|
549
549
|
align?: import("@itcase/types").AlignProps;
|
|
550
550
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
551
551
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -584,7 +584,7 @@ export declare const labelAppearance: {
|
|
|
584
584
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
585
585
|
wrap?: import("@itcase/types").WrapProps;
|
|
586
586
|
} | undefined;
|
|
587
|
-
|
|
587
|
+
surfaceTertiary?: {
|
|
588
588
|
align?: import("@itcase/types").AlignProps;
|
|
589
589
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
590
590
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -623,7 +623,7 @@ export declare const labelAppearance: {
|
|
|
623
623
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
624
624
|
wrap?: import("@itcase/types").WrapProps;
|
|
625
625
|
} | undefined;
|
|
626
|
-
|
|
626
|
+
surfaceQuaternary?: {
|
|
627
627
|
align?: import("@itcase/types").AlignProps;
|
|
628
628
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
629
629
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -662,7 +662,7 @@ export declare const labelAppearance: {
|
|
|
662
662
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
663
663
|
wrap?: import("@itcase/types").WrapProps;
|
|
664
664
|
} | undefined;
|
|
665
|
-
|
|
665
|
+
errorPrimary?: {
|
|
666
666
|
align?: import("@itcase/types").AlignProps;
|
|
667
667
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
668
668
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -779,7 +779,7 @@ export declare const labelAppearance: {
|
|
|
779
779
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
780
780
|
wrap?: import("@itcase/types").WrapProps;
|
|
781
781
|
} | undefined;
|
|
782
|
-
|
|
782
|
+
errorQuaternary?: {
|
|
783
783
|
align?: import("@itcase/types").AlignProps;
|
|
784
784
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
785
785
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -818,7 +818,7 @@ export declare const labelAppearance: {
|
|
|
818
818
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
819
819
|
wrap?: import("@itcase/types").WrapProps;
|
|
820
820
|
} | undefined;
|
|
821
|
-
|
|
821
|
+
warningPrimary?: {
|
|
822
822
|
align?: import("@itcase/types").AlignProps;
|
|
823
823
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
824
824
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -857,7 +857,7 @@ export declare const labelAppearance: {
|
|
|
857
857
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
858
858
|
wrap?: import("@itcase/types").WrapProps;
|
|
859
859
|
} | undefined;
|
|
860
|
-
|
|
860
|
+
warningSecondary?: {
|
|
861
861
|
align?: import("@itcase/types").AlignProps;
|
|
862
862
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
863
863
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -896,7 +896,7 @@ export declare const labelAppearance: {
|
|
|
896
896
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
897
897
|
wrap?: import("@itcase/types").WrapProps;
|
|
898
898
|
} | undefined;
|
|
899
|
-
|
|
899
|
+
warningTertiary?: {
|
|
900
900
|
align?: import("@itcase/types").AlignProps;
|
|
901
901
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
902
902
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -935,7 +935,7 @@ export declare const labelAppearance: {
|
|
|
935
935
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
936
936
|
wrap?: import("@itcase/types").WrapProps;
|
|
937
937
|
} | undefined;
|
|
938
|
-
|
|
938
|
+
warningQuaternary?: {
|
|
939
939
|
align?: import("@itcase/types").AlignProps;
|
|
940
940
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
941
941
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -974,7 +974,7 @@ export declare const labelAppearance: {
|
|
|
974
974
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
975
975
|
wrap?: import("@itcase/types").WrapProps;
|
|
976
976
|
} | undefined;
|
|
977
|
-
|
|
977
|
+
successPrimary?: {
|
|
978
978
|
align?: import("@itcase/types").AlignProps;
|
|
979
979
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
980
980
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1013,7 +1013,7 @@ export declare const labelAppearance: {
|
|
|
1013
1013
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1014
1014
|
wrap?: import("@itcase/types").WrapProps;
|
|
1015
1015
|
} | undefined;
|
|
1016
|
-
|
|
1016
|
+
successSecondary?: {
|
|
1017
1017
|
align?: import("@itcase/types").AlignProps;
|
|
1018
1018
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1019
1019
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1052,7 +1052,7 @@ export declare const labelAppearance: {
|
|
|
1052
1052
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1053
1053
|
wrap?: import("@itcase/types").WrapProps;
|
|
1054
1054
|
} | undefined;
|
|
1055
|
-
|
|
1055
|
+
successTertiary?: {
|
|
1056
1056
|
align?: import("@itcase/types").AlignProps;
|
|
1057
1057
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1058
1058
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1091,7 +1091,7 @@ export declare const labelAppearance: {
|
|
|
1091
1091
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1092
1092
|
wrap?: import("@itcase/types").WrapProps;
|
|
1093
1093
|
} | undefined;
|
|
1094
|
-
|
|
1094
|
+
successQuaternary?: {
|
|
1095
1095
|
align?: import("@itcase/types").AlignProps;
|
|
1096
1096
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1097
1097
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1130,7 +1130,7 @@ export declare const labelAppearance: {
|
|
|
1130
1130
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1131
1131
|
wrap?: import("@itcase/types").WrapProps;
|
|
1132
1132
|
} | undefined;
|
|
1133
|
-
|
|
1133
|
+
infoPrimary?: {
|
|
1134
1134
|
align?: import("@itcase/types").AlignProps;
|
|
1135
1135
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1136
1136
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1169,7 +1169,7 @@ export declare const labelAppearance: {
|
|
|
1169
1169
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1170
1170
|
wrap?: import("@itcase/types").WrapProps;
|
|
1171
1171
|
} | undefined;
|
|
1172
|
-
|
|
1172
|
+
infoSecondary?: {
|
|
1173
1173
|
align?: import("@itcase/types").AlignProps;
|
|
1174
1174
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1175
1175
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1208,7 +1208,7 @@ export declare const labelAppearance: {
|
|
|
1208
1208
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1209
1209
|
wrap?: import("@itcase/types").WrapProps;
|
|
1210
1210
|
} | undefined;
|
|
1211
|
-
|
|
1211
|
+
infoTertiary?: {
|
|
1212
1212
|
align?: import("@itcase/types").AlignProps;
|
|
1213
1213
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1214
1214
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1247,7 +1247,7 @@ export declare const labelAppearance: {
|
|
|
1247
1247
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1248
1248
|
wrap?: import("@itcase/types").WrapProps;
|
|
1249
1249
|
} | undefined;
|
|
1250
|
-
|
|
1250
|
+
infoQuaternary?: {
|
|
1251
1251
|
align?: import("@itcase/types").AlignProps;
|
|
1252
1252
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1253
1253
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1286,7 +1286,7 @@ export declare const labelAppearance: {
|
|
|
1286
1286
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1287
1287
|
wrap?: import("@itcase/types").WrapProps;
|
|
1288
1288
|
} | undefined;
|
|
1289
|
-
|
|
1289
|
+
dangerPrimary?: {
|
|
1290
1290
|
align?: import("@itcase/types").AlignProps;
|
|
1291
1291
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1292
1292
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1325,7 +1325,7 @@ export declare const labelAppearance: {
|
|
|
1325
1325
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1326
1326
|
wrap?: import("@itcase/types").WrapProps;
|
|
1327
1327
|
} | undefined;
|
|
1328
|
-
|
|
1328
|
+
dangerSecondary?: {
|
|
1329
1329
|
align?: import("@itcase/types").AlignProps;
|
|
1330
1330
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1331
1331
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1364,7 +1364,7 @@ export declare const labelAppearance: {
|
|
|
1364
1364
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1365
1365
|
wrap?: import("@itcase/types").WrapProps;
|
|
1366
1366
|
} | undefined;
|
|
1367
|
-
|
|
1367
|
+
dangerTertiary?: {
|
|
1368
1368
|
align?: import("@itcase/types").AlignProps;
|
|
1369
1369
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1370
1370
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1403,7 +1403,7 @@ export declare const labelAppearance: {
|
|
|
1403
1403
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1404
1404
|
wrap?: import("@itcase/types").WrapProps;
|
|
1405
1405
|
} | undefined;
|
|
1406
|
-
|
|
1406
|
+
dangerQuaternary?: {
|
|
1407
1407
|
align?: import("@itcase/types").AlignProps;
|
|
1408
1408
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1409
1409
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1442,7 +1442,7 @@ export declare const labelAppearance: {
|
|
|
1442
1442
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1443
1443
|
wrap?: import("@itcase/types").WrapProps;
|
|
1444
1444
|
} | undefined;
|
|
1445
|
-
|
|
1445
|
+
disabledPrimary?: {
|
|
1446
1446
|
align?: import("@itcase/types").AlignProps;
|
|
1447
1447
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1448
1448
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1481,7 +1481,7 @@ export declare const labelAppearance: {
|
|
|
1481
1481
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1482
1482
|
wrap?: import("@itcase/types").WrapProps;
|
|
1483
1483
|
} | undefined;
|
|
1484
|
-
|
|
1484
|
+
disabledSecondary?: {
|
|
1485
1485
|
align?: import("@itcase/types").AlignProps;
|
|
1486
1486
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1487
1487
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1520,7 +1520,7 @@ export declare const labelAppearance: {
|
|
|
1520
1520
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1521
1521
|
wrap?: import("@itcase/types").WrapProps;
|
|
1522
1522
|
} | undefined;
|
|
1523
|
-
|
|
1523
|
+
disabledTertiary?: {
|
|
1524
1524
|
align?: import("@itcase/types").AlignProps;
|
|
1525
1525
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1526
1526
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1559,7 +1559,7 @@ export declare const labelAppearance: {
|
|
|
1559
1559
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1560
1560
|
wrap?: import("@itcase/types").WrapProps;
|
|
1561
1561
|
} | undefined;
|
|
1562
|
-
|
|
1562
|
+
disabledQuaternary?: {
|
|
1563
1563
|
align?: import("@itcase/types").AlignProps;
|
|
1564
1564
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1565
1565
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1598,7 +1598,7 @@ export declare const labelAppearance: {
|
|
|
1598
1598
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1599
1599
|
wrap?: import("@itcase/types").WrapProps;
|
|
1600
1600
|
} | undefined;
|
|
1601
|
-
|
|
1601
|
+
geometric?: {
|
|
1602
1602
|
align?: import("@itcase/types").AlignProps;
|
|
1603
1603
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1604
1604
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1637,7 +1637,7 @@ export declare const labelAppearance: {
|
|
|
1637
1637
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1638
1638
|
wrap?: import("@itcase/types").WrapProps;
|
|
1639
1639
|
} | undefined;
|
|
1640
|
-
|
|
1640
|
+
circular?: {
|
|
1641
1641
|
align?: import("@itcase/types").AlignProps;
|
|
1642
1642
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1643
1643
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1676,7 +1676,7 @@ export declare const labelAppearance: {
|
|
|
1676
1676
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1677
1677
|
wrap?: import("@itcase/types").WrapProps;
|
|
1678
1678
|
} | undefined;
|
|
1679
|
-
|
|
1679
|
+
rounded?: {
|
|
1680
1680
|
align?: import("@itcase/types").AlignProps;
|
|
1681
1681
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1682
1682
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1715,7 +1715,7 @@ export declare const labelAppearance: {
|
|
|
1715
1715
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1716
1716
|
wrap?: import("@itcase/types").WrapProps;
|
|
1717
1717
|
} | undefined;
|
|
1718
|
-
|
|
1718
|
+
sizeXXS?: {
|
|
1719
1719
|
align?: import("@itcase/types").AlignProps;
|
|
1720
1720
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1721
1721
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1754,7 +1754,7 @@ export declare const labelAppearance: {
|
|
|
1754
1754
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1755
1755
|
wrap?: import("@itcase/types").WrapProps;
|
|
1756
1756
|
} | undefined;
|
|
1757
|
-
|
|
1757
|
+
sizeXS?: {
|
|
1758
1758
|
align?: import("@itcase/types").AlignProps;
|
|
1759
1759
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1760
1760
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1793,7 +1793,7 @@ export declare const labelAppearance: {
|
|
|
1793
1793
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1794
1794
|
wrap?: import("@itcase/types").WrapProps;
|
|
1795
1795
|
} | undefined;
|
|
1796
|
-
|
|
1796
|
+
sizeS?: {
|
|
1797
1797
|
align?: import("@itcase/types").AlignProps;
|
|
1798
1798
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1799
1799
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1832,7 +1832,7 @@ export declare const labelAppearance: {
|
|
|
1832
1832
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1833
1833
|
wrap?: import("@itcase/types").WrapProps;
|
|
1834
1834
|
} | undefined;
|
|
1835
|
-
|
|
1835
|
+
sizeM?: {
|
|
1836
1836
|
align?: import("@itcase/types").AlignProps;
|
|
1837
1837
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1838
1838
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1871,7 +1871,7 @@ export declare const labelAppearance: {
|
|
|
1871
1871
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1872
1872
|
wrap?: import("@itcase/types").WrapProps;
|
|
1873
1873
|
} | undefined;
|
|
1874
|
-
|
|
1874
|
+
sizeL?: {
|
|
1875
1875
|
align?: import("@itcase/types").AlignProps;
|
|
1876
1876
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1877
1877
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1910,7 +1910,7 @@ export declare const labelAppearance: {
|
|
|
1910
1910
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1911
1911
|
wrap?: import("@itcase/types").WrapProps;
|
|
1912
1912
|
} | undefined;
|
|
1913
|
-
|
|
1913
|
+
sizeXL?: {
|
|
1914
1914
|
align?: import("@itcase/types").AlignProps;
|
|
1915
1915
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1916
1916
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1949,7 +1949,7 @@ export declare const labelAppearance: {
|
|
|
1949
1949
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1950
1950
|
wrap?: import("@itcase/types").WrapProps;
|
|
1951
1951
|
} | undefined;
|
|
1952
|
-
|
|
1952
|
+
sizeXXL?: {
|
|
1953
1953
|
align?: import("@itcase/types").AlignProps;
|
|
1954
1954
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1955
1955
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -1988,7 +1988,7 @@ export declare const labelAppearance: {
|
|
|
1988
1988
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
1989
1989
|
wrap?: import("@itcase/types").WrapProps;
|
|
1990
1990
|
} | undefined;
|
|
1991
|
-
|
|
1991
|
+
outlined?: {
|
|
1992
1992
|
align?: import("@itcase/types").AlignProps;
|
|
1993
1993
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1994
1994
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -2027,7 +2027,7 @@ export declare const labelAppearance: {
|
|
|
2027
2027
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
2028
2028
|
wrap?: import("@itcase/types").WrapProps;
|
|
2029
2029
|
} | undefined;
|
|
2030
|
-
|
|
2030
|
+
full?: {
|
|
2031
2031
|
align?: import("@itcase/types").AlignProps;
|
|
2032
2032
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2033
2033
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -2066,7 +2066,7 @@ export declare const labelAppearance: {
|
|
|
2066
2066
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
2067
2067
|
wrap?: import("@itcase/types").WrapProps;
|
|
2068
2068
|
} | undefined;
|
|
2069
|
-
|
|
2069
|
+
ghost?: {
|
|
2070
2070
|
align?: import("@itcase/types").AlignProps;
|
|
2071
2071
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2072
2072
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -2105,7 +2105,7 @@ export declare const labelAppearance: {
|
|
|
2105
2105
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
2106
2106
|
wrap?: import("@itcase/types").WrapProps;
|
|
2107
2107
|
} | undefined;
|
|
2108
|
-
|
|
2108
|
+
roundedL?: {
|
|
2109
2109
|
align?: import("@itcase/types").AlignProps;
|
|
2110
2110
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2111
2111
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -2144,7 +2144,7 @@ export declare const labelAppearance: {
|
|
|
2144
2144
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
2145
2145
|
wrap?: import("@itcase/types").WrapProps;
|
|
2146
2146
|
} | undefined;
|
|
2147
|
-
|
|
2147
|
+
roundedM?: {
|
|
2148
2148
|
align?: import("@itcase/types").AlignProps;
|
|
2149
2149
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2150
2150
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -2183,7 +2183,7 @@ export declare const labelAppearance: {
|
|
|
2183
2183
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
2184
2184
|
wrap?: import("@itcase/types").WrapProps;
|
|
2185
2185
|
} | undefined;
|
|
2186
|
-
|
|
2186
|
+
roundedS?: {
|
|
2187
2187
|
align?: import("@itcase/types").AlignProps;
|
|
2188
2188
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2189
2189
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -2222,7 +2222,7 @@ export declare const labelAppearance: {
|
|
|
2222
2222
|
tooltipTitleWeight?: import("../Tooltip/Tooltip.interface").TooltipProps["titleWeight"];
|
|
2223
2223
|
wrap?: import("@itcase/types").WrapProps;
|
|
2224
2224
|
} | undefined;
|
|
2225
|
-
|
|
2225
|
+
roundedXL?: {
|
|
2226
2226
|
align?: import("@itcase/types").AlignProps;
|
|
2227
2227
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
2228
2228
|
borderType?: import("@itcase/types").BorderTypeProps;
|