@itcase/ui 1.9.7 → 1.9.9
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/cjs/components/Warning.js +36 -10
- package/dist/components/Warning.js +36 -10
- 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/dist/types/components/Warning/Warning.appearance.d.ts +22 -0
- package/dist/types/components/Warning/appearance/warningShape.d.ts +25 -0
- package/package.json +5 -5
|
@@ -28,7 +28,7 @@ export declare const modalAppearance: {
|
|
|
28
28
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
29
29
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
30
30
|
} | undefined;
|
|
31
|
-
|
|
31
|
+
accentPrimary?: {
|
|
32
32
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
33
33
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
34
34
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -57,7 +57,7 @@ export declare const modalAppearance: {
|
|
|
57
57
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
58
58
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
59
59
|
} | undefined;
|
|
60
|
-
|
|
60
|
+
accentSecondary?: {
|
|
61
61
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
62
62
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
63
63
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -86,7 +86,7 @@ export declare const modalAppearance: {
|
|
|
86
86
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
87
87
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
88
88
|
} | undefined;
|
|
89
|
-
|
|
89
|
+
accentTertiary?: {
|
|
90
90
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
91
91
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
92
92
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -115,7 +115,7 @@ export declare const modalAppearance: {
|
|
|
115
115
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
116
116
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
117
117
|
} | undefined;
|
|
118
|
-
|
|
118
|
+
accentQuaternary?: {
|
|
119
119
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
120
120
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
121
121
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -144,7 +144,7 @@ export declare const modalAppearance: {
|
|
|
144
144
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
145
145
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
146
146
|
} | undefined;
|
|
147
|
-
|
|
147
|
+
specialPrimary?: {
|
|
148
148
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
149
149
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
150
150
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -173,7 +173,7 @@ export declare const modalAppearance: {
|
|
|
173
173
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
174
174
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
175
175
|
} | undefined;
|
|
176
|
-
|
|
176
|
+
specialSecondary?: {
|
|
177
177
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
178
178
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
179
179
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -202,7 +202,7 @@ export declare const modalAppearance: {
|
|
|
202
202
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
203
203
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
204
204
|
} | undefined;
|
|
205
|
-
|
|
205
|
+
specialTertiary?: {
|
|
206
206
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
207
207
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
208
208
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -231,7 +231,7 @@ export declare const modalAppearance: {
|
|
|
231
231
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
232
232
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
233
233
|
} | undefined;
|
|
234
|
-
|
|
234
|
+
specialQuaternary?: {
|
|
235
235
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
236
236
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
237
237
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -260,7 +260,7 @@ export declare const modalAppearance: {
|
|
|
260
260
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
261
261
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
262
262
|
} | undefined;
|
|
263
|
-
|
|
263
|
+
extraPrimary?: {
|
|
264
264
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
265
265
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
266
266
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -289,7 +289,7 @@ export declare const modalAppearance: {
|
|
|
289
289
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
290
290
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
291
291
|
} | undefined;
|
|
292
|
-
|
|
292
|
+
extraSecondary?: {
|
|
293
293
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
294
294
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
295
295
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -318,7 +318,7 @@ export declare const modalAppearance: {
|
|
|
318
318
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
319
319
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
320
320
|
} | undefined;
|
|
321
|
-
|
|
321
|
+
extraTertiary?: {
|
|
322
322
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
323
323
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
324
324
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -347,7 +347,7 @@ export declare const modalAppearance: {
|
|
|
347
347
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
348
348
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
349
349
|
} | undefined;
|
|
350
|
-
|
|
350
|
+
extraQuaternary?: {
|
|
351
351
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
352
352
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
353
353
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -376,7 +376,7 @@ export declare const modalAppearance: {
|
|
|
376
376
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
377
377
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
378
378
|
} | undefined;
|
|
379
|
-
|
|
379
|
+
surfacePrimary?: {
|
|
380
380
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
381
381
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
382
382
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -405,7 +405,7 @@ export declare const modalAppearance: {
|
|
|
405
405
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
406
406
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
407
407
|
} | undefined;
|
|
408
|
-
|
|
408
|
+
surfaceSecondary?: {
|
|
409
409
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
410
410
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
411
411
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -434,7 +434,7 @@ export declare const modalAppearance: {
|
|
|
434
434
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
435
435
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
436
436
|
} | undefined;
|
|
437
|
-
|
|
437
|
+
surfaceTertiary?: {
|
|
438
438
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
439
439
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
440
440
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -463,7 +463,7 @@ export declare const modalAppearance: {
|
|
|
463
463
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
464
464
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
465
465
|
} | undefined;
|
|
466
|
-
|
|
466
|
+
surfaceQuaternary?: {
|
|
467
467
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
468
468
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
469
469
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -492,7 +492,7 @@ export declare const modalAppearance: {
|
|
|
492
492
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
493
493
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
494
494
|
} | undefined;
|
|
495
|
-
|
|
495
|
+
errorPrimary?: {
|
|
496
496
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
497
497
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
498
498
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -579,7 +579,7 @@ export declare const modalAppearance: {
|
|
|
579
579
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
580
580
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
581
581
|
} | undefined;
|
|
582
|
-
|
|
582
|
+
errorQuaternary?: {
|
|
583
583
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
584
584
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
585
585
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -608,7 +608,7 @@ export declare const modalAppearance: {
|
|
|
608
608
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
609
609
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
610
610
|
} | undefined;
|
|
611
|
-
|
|
611
|
+
warningPrimary?: {
|
|
612
612
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
613
613
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
614
614
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -637,7 +637,7 @@ export declare const modalAppearance: {
|
|
|
637
637
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
638
638
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
639
639
|
} | undefined;
|
|
640
|
-
|
|
640
|
+
warningSecondary?: {
|
|
641
641
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
642
642
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
643
643
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -666,7 +666,7 @@ export declare const modalAppearance: {
|
|
|
666
666
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
667
667
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
668
668
|
} | undefined;
|
|
669
|
-
|
|
669
|
+
warningTertiary?: {
|
|
670
670
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
671
671
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
672
672
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -695,7 +695,7 @@ export declare const modalAppearance: {
|
|
|
695
695
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
696
696
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
697
697
|
} | undefined;
|
|
698
|
-
|
|
698
|
+
warningQuaternary?: {
|
|
699
699
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
700
700
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
701
701
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -724,7 +724,7 @@ export declare const modalAppearance: {
|
|
|
724
724
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
725
725
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
726
726
|
} | undefined;
|
|
727
|
-
|
|
727
|
+
successPrimary?: {
|
|
728
728
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
729
729
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
730
730
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -753,7 +753,7 @@ export declare const modalAppearance: {
|
|
|
753
753
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
754
754
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
755
755
|
} | undefined;
|
|
756
|
-
|
|
756
|
+
successSecondary?: {
|
|
757
757
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
758
758
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
759
759
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -782,7 +782,7 @@ export declare const modalAppearance: {
|
|
|
782
782
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
783
783
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
784
784
|
} | undefined;
|
|
785
|
-
|
|
785
|
+
successTertiary?: {
|
|
786
786
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
787
787
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
788
788
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -811,7 +811,7 @@ export declare const modalAppearance: {
|
|
|
811
811
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
812
812
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
813
813
|
} | undefined;
|
|
814
|
-
|
|
814
|
+
successQuaternary?: {
|
|
815
815
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
816
816
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
817
817
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -840,7 +840,7 @@ export declare const modalAppearance: {
|
|
|
840
840
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
841
841
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
842
842
|
} | undefined;
|
|
843
|
-
|
|
843
|
+
infoPrimary?: {
|
|
844
844
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
845
845
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
846
846
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -869,7 +869,7 @@ export declare const modalAppearance: {
|
|
|
869
869
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
870
870
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
871
871
|
} | undefined;
|
|
872
|
-
|
|
872
|
+
infoSecondary?: {
|
|
873
873
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
874
874
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
875
875
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -898,7 +898,7 @@ export declare const modalAppearance: {
|
|
|
898
898
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
899
899
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
900
900
|
} | undefined;
|
|
901
|
-
|
|
901
|
+
infoTertiary?: {
|
|
902
902
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
903
903
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
904
904
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -927,7 +927,7 @@ export declare const modalAppearance: {
|
|
|
927
927
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
928
928
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
929
929
|
} | undefined;
|
|
930
|
-
|
|
930
|
+
infoQuaternary?: {
|
|
931
931
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
932
932
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
933
933
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -956,7 +956,7 @@ export declare const modalAppearance: {
|
|
|
956
956
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
957
957
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
958
958
|
} | undefined;
|
|
959
|
-
|
|
959
|
+
dangerPrimary?: {
|
|
960
960
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
961
961
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
962
962
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -985,7 +985,7 @@ export declare const modalAppearance: {
|
|
|
985
985
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
986
986
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
987
987
|
} | undefined;
|
|
988
|
-
|
|
988
|
+
dangerSecondary?: {
|
|
989
989
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
990
990
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
991
991
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1014,7 +1014,7 @@ export declare const modalAppearance: {
|
|
|
1014
1014
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1015
1015
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1016
1016
|
} | undefined;
|
|
1017
|
-
|
|
1017
|
+
dangerTertiary?: {
|
|
1018
1018
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1019
1019
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1020
1020
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1043,7 +1043,7 @@ export declare const modalAppearance: {
|
|
|
1043
1043
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1044
1044
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1045
1045
|
} | undefined;
|
|
1046
|
-
|
|
1046
|
+
dangerQuaternary?: {
|
|
1047
1047
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1048
1048
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1049
1049
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1072,7 +1072,7 @@ export declare const modalAppearance: {
|
|
|
1072
1072
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1073
1073
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1074
1074
|
} | undefined;
|
|
1075
|
-
|
|
1075
|
+
disabledPrimary?: {
|
|
1076
1076
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1077
1077
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1078
1078
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1101,7 +1101,7 @@ export declare const modalAppearance: {
|
|
|
1101
1101
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1102
1102
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1103
1103
|
} | undefined;
|
|
1104
|
-
|
|
1104
|
+
disabledSecondary?: {
|
|
1105
1105
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1106
1106
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1107
1107
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1130,7 +1130,7 @@ export declare const modalAppearance: {
|
|
|
1130
1130
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1131
1131
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1132
1132
|
} | undefined;
|
|
1133
|
-
|
|
1133
|
+
disabledTertiary?: {
|
|
1134
1134
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1135
1135
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1136
1136
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1159,7 +1159,7 @@ export declare const modalAppearance: {
|
|
|
1159
1159
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1160
1160
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1161
1161
|
} | undefined;
|
|
1162
|
-
|
|
1162
|
+
disabledQuaternary?: {
|
|
1163
1163
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1164
1164
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1165
1165
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1188,7 +1188,7 @@ export declare const modalAppearance: {
|
|
|
1188
1188
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1189
1189
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1190
1190
|
} | undefined;
|
|
1191
|
-
|
|
1191
|
+
geometric?: {
|
|
1192
1192
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1193
1193
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1194
1194
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1217,7 +1217,7 @@ export declare const modalAppearance: {
|
|
|
1217
1217
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1218
1218
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1219
1219
|
} | undefined;
|
|
1220
|
-
|
|
1220
|
+
circular?: {
|
|
1221
1221
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1222
1222
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1223
1223
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1246,7 +1246,7 @@ export declare const modalAppearance: {
|
|
|
1246
1246
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1247
1247
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1248
1248
|
} | undefined;
|
|
1249
|
-
|
|
1249
|
+
rounded?: {
|
|
1250
1250
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1251
1251
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1252
1252
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1275,7 +1275,7 @@ export declare const modalAppearance: {
|
|
|
1275
1275
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1276
1276
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1277
1277
|
} | undefined;
|
|
1278
|
-
|
|
1278
|
+
sizeXXS?: {
|
|
1279
1279
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1280
1280
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1281
1281
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1304,7 +1304,7 @@ export declare const modalAppearance: {
|
|
|
1304
1304
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1305
1305
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1306
1306
|
} | undefined;
|
|
1307
|
-
|
|
1307
|
+
sizeXS?: {
|
|
1308
1308
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1309
1309
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1310
1310
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1333,7 +1333,7 @@ export declare const modalAppearance: {
|
|
|
1333
1333
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1334
1334
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1335
1335
|
} | undefined;
|
|
1336
|
-
|
|
1336
|
+
sizeS?: {
|
|
1337
1337
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1338
1338
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1339
1339
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1362,7 +1362,7 @@ export declare const modalAppearance: {
|
|
|
1362
1362
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1363
1363
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1364
1364
|
} | undefined;
|
|
1365
|
-
|
|
1365
|
+
sizeM?: {
|
|
1366
1366
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1367
1367
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1368
1368
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1391,7 +1391,7 @@ export declare const modalAppearance: {
|
|
|
1391
1391
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1392
1392
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1393
1393
|
} | undefined;
|
|
1394
|
-
|
|
1394
|
+
sizeL?: {
|
|
1395
1395
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1396
1396
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1397
1397
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1420,7 +1420,7 @@ export declare const modalAppearance: {
|
|
|
1420
1420
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1421
1421
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1422
1422
|
} | undefined;
|
|
1423
|
-
|
|
1423
|
+
sizeXL?: {
|
|
1424
1424
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1425
1425
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1426
1426
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1449,7 +1449,7 @@ export declare const modalAppearance: {
|
|
|
1449
1449
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1450
1450
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1451
1451
|
} | undefined;
|
|
1452
|
-
|
|
1452
|
+
sizeXXL?: {
|
|
1453
1453
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1454
1454
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1455
1455
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1478,7 +1478,7 @@ export declare const modalAppearance: {
|
|
|
1478
1478
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1479
1479
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1480
1480
|
} | undefined;
|
|
1481
|
-
|
|
1481
|
+
outlined?: {
|
|
1482
1482
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1483
1483
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1484
1484
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1507,7 +1507,7 @@ export declare const modalAppearance: {
|
|
|
1507
1507
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1508
1508
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1509
1509
|
} | undefined;
|
|
1510
|
-
|
|
1510
|
+
full?: {
|
|
1511
1511
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1512
1512
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1513
1513
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1536,7 +1536,7 @@ export declare const modalAppearance: {
|
|
|
1536
1536
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1537
1537
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1538
1538
|
} | undefined;
|
|
1539
|
-
|
|
1539
|
+
ghost?: {
|
|
1540
1540
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1541
1541
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1542
1542
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1565,7 +1565,7 @@ export declare const modalAppearance: {
|
|
|
1565
1565
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1566
1566
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1567
1567
|
} | undefined;
|
|
1568
|
-
|
|
1568
|
+
roundedL?: {
|
|
1569
1569
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1570
1570
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1571
1571
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1594,7 +1594,7 @@ export declare const modalAppearance: {
|
|
|
1594
1594
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1595
1595
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1596
1596
|
} | undefined;
|
|
1597
|
-
|
|
1597
|
+
roundedM?: {
|
|
1598
1598
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1599
1599
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1600
1600
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1623,7 +1623,7 @@ export declare const modalAppearance: {
|
|
|
1623
1623
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1624
1624
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1625
1625
|
} | undefined;
|
|
1626
|
-
|
|
1626
|
+
roundedS?: {
|
|
1627
1627
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1628
1628
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1629
1629
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1652,7 +1652,7 @@ export declare const modalAppearance: {
|
|
|
1652
1652
|
titleTextWidth?: import("@itcase/types").TextWeightProps;
|
|
1653
1653
|
titleTextWrap?: import("@itcase/types").TextWrapProps;
|
|
1654
1654
|
} | undefined;
|
|
1655
|
-
|
|
1655
|
+
roundedXL?: {
|
|
1656
1656
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
1657
1657
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
1658
1658
|
borderWidth?: import("@itcase/types").BorderWidthProps;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const overlayAppearance: {
|
|
2
|
-
|
|
2
|
+
blur?: {
|
|
3
3
|
blur?: import("@itcase/types").BlurProps;
|
|
4
4
|
fill?: import("@itcase/types").FillProps;
|
|
5
5
|
opacity?: import("@itcase/types").OpacityProps;
|
|
6
6
|
} | undefined;
|
|
7
|
-
|
|
7
|
+
blackout?: {
|
|
8
8
|
blur?: import("@itcase/types").BlurProps;
|
|
9
9
|
fill?: import("@itcase/types").FillProps;
|
|
10
10
|
opacity?: import("@itcase/types").OpacityProps;
|