@itcase/ui 1.9.6 → 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/cjs/components/DatePeriod.js +9 -9
- package/dist/components/DatePeriod.js +9 -9
- 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
|
@@ -16,7 +16,7 @@ export declare const badgeAppearance: {
|
|
|
16
16
|
textColor?: import("@itcase/types").TextColorProps;
|
|
17
17
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
18
18
|
} | undefined;
|
|
19
|
-
|
|
19
|
+
accentPrimary?: {
|
|
20
20
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
21
21
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
22
22
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -33,7 +33,7 @@ export declare const badgeAppearance: {
|
|
|
33
33
|
textColor?: import("@itcase/types").TextColorProps;
|
|
34
34
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
35
35
|
} | undefined;
|
|
36
|
-
|
|
36
|
+
accentSecondary?: {
|
|
37
37
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
38
38
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
39
39
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -50,7 +50,7 @@ export declare const badgeAppearance: {
|
|
|
50
50
|
textColor?: import("@itcase/types").TextColorProps;
|
|
51
51
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
52
52
|
} | undefined;
|
|
53
|
-
|
|
53
|
+
accentTertiary?: {
|
|
54
54
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
55
55
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
56
56
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -67,7 +67,7 @@ export declare const badgeAppearance: {
|
|
|
67
67
|
textColor?: import("@itcase/types").TextColorProps;
|
|
68
68
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
69
69
|
} | undefined;
|
|
70
|
-
|
|
70
|
+
accentQuaternary?: {
|
|
71
71
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
72
72
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
73
73
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -84,7 +84,7 @@ export declare const badgeAppearance: {
|
|
|
84
84
|
textColor?: import("@itcase/types").TextColorProps;
|
|
85
85
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
86
86
|
} | undefined;
|
|
87
|
-
|
|
87
|
+
specialPrimary?: {
|
|
88
88
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
89
89
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
90
90
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -101,7 +101,7 @@ export declare const badgeAppearance: {
|
|
|
101
101
|
textColor?: import("@itcase/types").TextColorProps;
|
|
102
102
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
103
103
|
} | undefined;
|
|
104
|
-
|
|
104
|
+
specialSecondary?: {
|
|
105
105
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
106
106
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
107
107
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -118,7 +118,7 @@ export declare const badgeAppearance: {
|
|
|
118
118
|
textColor?: import("@itcase/types").TextColorProps;
|
|
119
119
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
120
120
|
} | undefined;
|
|
121
|
-
|
|
121
|
+
specialTertiary?: {
|
|
122
122
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
123
123
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
124
124
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -135,7 +135,7 @@ export declare const badgeAppearance: {
|
|
|
135
135
|
textColor?: import("@itcase/types").TextColorProps;
|
|
136
136
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
137
137
|
} | undefined;
|
|
138
|
-
|
|
138
|
+
specialQuaternary?: {
|
|
139
139
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
140
140
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
141
141
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -152,7 +152,7 @@ export declare const badgeAppearance: {
|
|
|
152
152
|
textColor?: import("@itcase/types").TextColorProps;
|
|
153
153
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
154
154
|
} | undefined;
|
|
155
|
-
|
|
155
|
+
extraPrimary?: {
|
|
156
156
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
157
157
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
158
158
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -169,7 +169,7 @@ export declare const badgeAppearance: {
|
|
|
169
169
|
textColor?: import("@itcase/types").TextColorProps;
|
|
170
170
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
171
171
|
} | undefined;
|
|
172
|
-
|
|
172
|
+
extraSecondary?: {
|
|
173
173
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
174
174
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
175
175
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -186,7 +186,7 @@ export declare const badgeAppearance: {
|
|
|
186
186
|
textColor?: import("@itcase/types").TextColorProps;
|
|
187
187
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
188
188
|
} | undefined;
|
|
189
|
-
|
|
189
|
+
extraTertiary?: {
|
|
190
190
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
191
191
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
192
192
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -203,7 +203,7 @@ export declare const badgeAppearance: {
|
|
|
203
203
|
textColor?: import("@itcase/types").TextColorProps;
|
|
204
204
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
205
205
|
} | undefined;
|
|
206
|
-
|
|
206
|
+
extraQuaternary?: {
|
|
207
207
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
208
208
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
209
209
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -220,7 +220,7 @@ export declare const badgeAppearance: {
|
|
|
220
220
|
textColor?: import("@itcase/types").TextColorProps;
|
|
221
221
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
222
222
|
} | undefined;
|
|
223
|
-
|
|
223
|
+
surfacePrimary?: {
|
|
224
224
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
225
225
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
226
226
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -237,7 +237,7 @@ export declare const badgeAppearance: {
|
|
|
237
237
|
textColor?: import("@itcase/types").TextColorProps;
|
|
238
238
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
239
239
|
} | undefined;
|
|
240
|
-
|
|
240
|
+
surfaceSecondary?: {
|
|
241
241
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
242
242
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
243
243
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -254,7 +254,7 @@ export declare const badgeAppearance: {
|
|
|
254
254
|
textColor?: import("@itcase/types").TextColorProps;
|
|
255
255
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
256
256
|
} | undefined;
|
|
257
|
-
|
|
257
|
+
surfaceTertiary?: {
|
|
258
258
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
259
259
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
260
260
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -271,7 +271,7 @@ export declare const badgeAppearance: {
|
|
|
271
271
|
textColor?: import("@itcase/types").TextColorProps;
|
|
272
272
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
273
273
|
} | undefined;
|
|
274
|
-
|
|
274
|
+
surfaceQuaternary?: {
|
|
275
275
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
276
276
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
277
277
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -288,7 +288,7 @@ export declare const badgeAppearance: {
|
|
|
288
288
|
textColor?: import("@itcase/types").TextColorProps;
|
|
289
289
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
290
290
|
} | undefined;
|
|
291
|
-
|
|
291
|
+
errorPrimary?: {
|
|
292
292
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
293
293
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
294
294
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -339,7 +339,7 @@ export declare const badgeAppearance: {
|
|
|
339
339
|
textColor?: import("@itcase/types").TextColorProps;
|
|
340
340
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
341
341
|
} | undefined;
|
|
342
|
-
|
|
342
|
+
errorQuaternary?: {
|
|
343
343
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
344
344
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
345
345
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -356,7 +356,7 @@ export declare const badgeAppearance: {
|
|
|
356
356
|
textColor?: import("@itcase/types").TextColorProps;
|
|
357
357
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
358
358
|
} | undefined;
|
|
359
|
-
|
|
359
|
+
warningPrimary?: {
|
|
360
360
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
361
361
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
362
362
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -373,7 +373,7 @@ export declare const badgeAppearance: {
|
|
|
373
373
|
textColor?: import("@itcase/types").TextColorProps;
|
|
374
374
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
375
375
|
} | undefined;
|
|
376
|
-
|
|
376
|
+
warningSecondary?: {
|
|
377
377
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
378
378
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
379
379
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -390,7 +390,7 @@ export declare const badgeAppearance: {
|
|
|
390
390
|
textColor?: import("@itcase/types").TextColorProps;
|
|
391
391
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
392
392
|
} | undefined;
|
|
393
|
-
|
|
393
|
+
warningTertiary?: {
|
|
394
394
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
395
395
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
396
396
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -407,7 +407,7 @@ export declare const badgeAppearance: {
|
|
|
407
407
|
textColor?: import("@itcase/types").TextColorProps;
|
|
408
408
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
409
409
|
} | undefined;
|
|
410
|
-
|
|
410
|
+
warningQuaternary?: {
|
|
411
411
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
412
412
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
413
413
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -424,7 +424,7 @@ export declare const badgeAppearance: {
|
|
|
424
424
|
textColor?: import("@itcase/types").TextColorProps;
|
|
425
425
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
426
426
|
} | undefined;
|
|
427
|
-
|
|
427
|
+
successPrimary?: {
|
|
428
428
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
429
429
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
430
430
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -441,7 +441,7 @@ export declare const badgeAppearance: {
|
|
|
441
441
|
textColor?: import("@itcase/types").TextColorProps;
|
|
442
442
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
443
443
|
} | undefined;
|
|
444
|
-
|
|
444
|
+
successSecondary?: {
|
|
445
445
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
446
446
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
447
447
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -458,7 +458,7 @@ export declare const badgeAppearance: {
|
|
|
458
458
|
textColor?: import("@itcase/types").TextColorProps;
|
|
459
459
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
460
460
|
} | undefined;
|
|
461
|
-
|
|
461
|
+
successTertiary?: {
|
|
462
462
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
463
463
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
464
464
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -475,7 +475,7 @@ export declare const badgeAppearance: {
|
|
|
475
475
|
textColor?: import("@itcase/types").TextColorProps;
|
|
476
476
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
477
477
|
} | undefined;
|
|
478
|
-
|
|
478
|
+
successQuaternary?: {
|
|
479
479
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
480
480
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
481
481
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -492,7 +492,7 @@ export declare const badgeAppearance: {
|
|
|
492
492
|
textColor?: import("@itcase/types").TextColorProps;
|
|
493
493
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
494
494
|
} | undefined;
|
|
495
|
-
|
|
495
|
+
infoPrimary?: {
|
|
496
496
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
497
497
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
498
498
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -509,7 +509,7 @@ export declare const badgeAppearance: {
|
|
|
509
509
|
textColor?: import("@itcase/types").TextColorProps;
|
|
510
510
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
511
511
|
} | undefined;
|
|
512
|
-
|
|
512
|
+
infoSecondary?: {
|
|
513
513
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
514
514
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
515
515
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -526,7 +526,7 @@ export declare const badgeAppearance: {
|
|
|
526
526
|
textColor?: import("@itcase/types").TextColorProps;
|
|
527
527
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
528
528
|
} | undefined;
|
|
529
|
-
|
|
529
|
+
infoTertiary?: {
|
|
530
530
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
531
531
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
532
532
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -543,7 +543,7 @@ export declare const badgeAppearance: {
|
|
|
543
543
|
textColor?: import("@itcase/types").TextColorProps;
|
|
544
544
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
545
545
|
} | undefined;
|
|
546
|
-
|
|
546
|
+
infoQuaternary?: {
|
|
547
547
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
548
548
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
549
549
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -560,7 +560,7 @@ export declare const badgeAppearance: {
|
|
|
560
560
|
textColor?: import("@itcase/types").TextColorProps;
|
|
561
561
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
562
562
|
} | undefined;
|
|
563
|
-
|
|
563
|
+
dangerPrimary?: {
|
|
564
564
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
565
565
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
566
566
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -577,7 +577,7 @@ export declare const badgeAppearance: {
|
|
|
577
577
|
textColor?: import("@itcase/types").TextColorProps;
|
|
578
578
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
579
579
|
} | undefined;
|
|
580
|
-
|
|
580
|
+
dangerSecondary?: {
|
|
581
581
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
582
582
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
583
583
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -594,7 +594,7 @@ export declare const badgeAppearance: {
|
|
|
594
594
|
textColor?: import("@itcase/types").TextColorProps;
|
|
595
595
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
596
596
|
} | undefined;
|
|
597
|
-
|
|
597
|
+
dangerTertiary?: {
|
|
598
598
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
599
599
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
600
600
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -611,7 +611,7 @@ export declare const badgeAppearance: {
|
|
|
611
611
|
textColor?: import("@itcase/types").TextColorProps;
|
|
612
612
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
613
613
|
} | undefined;
|
|
614
|
-
|
|
614
|
+
dangerQuaternary?: {
|
|
615
615
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
616
616
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
617
617
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -628,7 +628,7 @@ export declare const badgeAppearance: {
|
|
|
628
628
|
textColor?: import("@itcase/types").TextColorProps;
|
|
629
629
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
630
630
|
} | undefined;
|
|
631
|
-
|
|
631
|
+
disabledPrimary?: {
|
|
632
632
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
633
633
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
634
634
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -645,7 +645,7 @@ export declare const badgeAppearance: {
|
|
|
645
645
|
textColor?: import("@itcase/types").TextColorProps;
|
|
646
646
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
647
647
|
} | undefined;
|
|
648
|
-
|
|
648
|
+
disabledSecondary?: {
|
|
649
649
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
650
650
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
651
651
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -662,7 +662,7 @@ export declare const badgeAppearance: {
|
|
|
662
662
|
textColor?: import("@itcase/types").TextColorProps;
|
|
663
663
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
664
664
|
} | undefined;
|
|
665
|
-
|
|
665
|
+
disabledTertiary?: {
|
|
666
666
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
667
667
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
668
668
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -679,7 +679,7 @@ export declare const badgeAppearance: {
|
|
|
679
679
|
textColor?: import("@itcase/types").TextColorProps;
|
|
680
680
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
681
681
|
} | undefined;
|
|
682
|
-
|
|
682
|
+
disabledQuaternary?: {
|
|
683
683
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
684
684
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
685
685
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -696,7 +696,7 @@ export declare const badgeAppearance: {
|
|
|
696
696
|
textColor?: import("@itcase/types").TextColorProps;
|
|
697
697
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
698
698
|
} | undefined;
|
|
699
|
-
|
|
699
|
+
geometric?: {
|
|
700
700
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
701
701
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
702
702
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -713,7 +713,7 @@ export declare const badgeAppearance: {
|
|
|
713
713
|
textColor?: import("@itcase/types").TextColorProps;
|
|
714
714
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
715
715
|
} | undefined;
|
|
716
|
-
|
|
716
|
+
circular?: {
|
|
717
717
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
718
718
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
719
719
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -730,7 +730,7 @@ export declare const badgeAppearance: {
|
|
|
730
730
|
textColor?: import("@itcase/types").TextColorProps;
|
|
731
731
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
732
732
|
} | undefined;
|
|
733
|
-
|
|
733
|
+
rounded?: {
|
|
734
734
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
735
735
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
736
736
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -747,7 +747,7 @@ export declare const badgeAppearance: {
|
|
|
747
747
|
textColor?: import("@itcase/types").TextColorProps;
|
|
748
748
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
749
749
|
} | undefined;
|
|
750
|
-
|
|
750
|
+
sizeXXS?: {
|
|
751
751
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
752
752
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
753
753
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -764,7 +764,7 @@ export declare const badgeAppearance: {
|
|
|
764
764
|
textColor?: import("@itcase/types").TextColorProps;
|
|
765
765
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
766
766
|
} | undefined;
|
|
767
|
-
|
|
767
|
+
sizeXS?: {
|
|
768
768
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
769
769
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
770
770
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -781,7 +781,7 @@ export declare const badgeAppearance: {
|
|
|
781
781
|
textColor?: import("@itcase/types").TextColorProps;
|
|
782
782
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
783
783
|
} | undefined;
|
|
784
|
-
|
|
784
|
+
sizeS?: {
|
|
785
785
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
786
786
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
787
787
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -798,7 +798,7 @@ export declare const badgeAppearance: {
|
|
|
798
798
|
textColor?: import("@itcase/types").TextColorProps;
|
|
799
799
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
800
800
|
} | undefined;
|
|
801
|
-
|
|
801
|
+
sizeM?: {
|
|
802
802
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
803
803
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
804
804
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -815,7 +815,7 @@ export declare const badgeAppearance: {
|
|
|
815
815
|
textColor?: import("@itcase/types").TextColorProps;
|
|
816
816
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
817
817
|
} | undefined;
|
|
818
|
-
|
|
818
|
+
sizeL?: {
|
|
819
819
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
820
820
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
821
821
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -832,7 +832,7 @@ export declare const badgeAppearance: {
|
|
|
832
832
|
textColor?: import("@itcase/types").TextColorProps;
|
|
833
833
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
834
834
|
} | undefined;
|
|
835
|
-
|
|
835
|
+
sizeXL?: {
|
|
836
836
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
837
837
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
838
838
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -849,7 +849,7 @@ export declare const badgeAppearance: {
|
|
|
849
849
|
textColor?: import("@itcase/types").TextColorProps;
|
|
850
850
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
851
851
|
} | undefined;
|
|
852
|
-
|
|
852
|
+
sizeXXL?: {
|
|
853
853
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
854
854
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
855
855
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -866,7 +866,7 @@ export declare const badgeAppearance: {
|
|
|
866
866
|
textColor?: import("@itcase/types").TextColorProps;
|
|
867
867
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
868
868
|
} | undefined;
|
|
869
|
-
|
|
869
|
+
outlined?: {
|
|
870
870
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
871
871
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
872
872
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -883,7 +883,7 @@ export declare const badgeAppearance: {
|
|
|
883
883
|
textColor?: import("@itcase/types").TextColorProps;
|
|
884
884
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
885
885
|
} | undefined;
|
|
886
|
-
|
|
886
|
+
full?: {
|
|
887
887
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
888
888
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
889
889
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -900,7 +900,7 @@ export declare const badgeAppearance: {
|
|
|
900
900
|
textColor?: import("@itcase/types").TextColorProps;
|
|
901
901
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
902
902
|
} | undefined;
|
|
903
|
-
|
|
903
|
+
ghost?: {
|
|
904
904
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
905
905
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
906
906
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -917,7 +917,7 @@ export declare const badgeAppearance: {
|
|
|
917
917
|
textColor?: import("@itcase/types").TextColorProps;
|
|
918
918
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
919
919
|
} | undefined;
|
|
920
|
-
|
|
920
|
+
roundedL?: {
|
|
921
921
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
922
922
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
923
923
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -934,7 +934,7 @@ export declare const badgeAppearance: {
|
|
|
934
934
|
textColor?: import("@itcase/types").TextColorProps;
|
|
935
935
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
936
936
|
} | undefined;
|
|
937
|
-
|
|
937
|
+
roundedM?: {
|
|
938
938
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
939
939
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
940
940
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -951,7 +951,7 @@ export declare const badgeAppearance: {
|
|
|
951
951
|
textColor?: import("@itcase/types").TextColorProps;
|
|
952
952
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
953
953
|
} | undefined;
|
|
954
|
-
|
|
954
|
+
roundedS?: {
|
|
955
955
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
956
956
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
957
957
|
borderType?: import("@itcase/types").BorderTypeProps;
|
|
@@ -968,7 +968,7 @@ export declare const badgeAppearance: {
|
|
|
968
968
|
textColor?: import("@itcase/types").TextColorProps;
|
|
969
969
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
970
970
|
} | undefined;
|
|
971
|
-
|
|
971
|
+
roundedXL?: {
|
|
972
972
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
973
973
|
borderColorHover?: import("@itcase/types").BorderColorHoverProps;
|
|
974
974
|
borderType?: import("@itcase/types").BorderTypeProps;
|