@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
|
@@ -13,7 +13,7 @@ export declare const dividerAppearance: {
|
|
|
13
13
|
textColor?: import("@itcase/types").TextColorProps;
|
|
14
14
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
15
15
|
} | undefined;
|
|
16
|
-
|
|
16
|
+
accentPrimary?: {
|
|
17
17
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
18
18
|
direction?: import("@itcase/types").DirectionProps;
|
|
19
19
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -27,7 +27,7 @@ export declare const dividerAppearance: {
|
|
|
27
27
|
textColor?: import("@itcase/types").TextColorProps;
|
|
28
28
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
29
29
|
} | undefined;
|
|
30
|
-
|
|
30
|
+
accentSecondary?: {
|
|
31
31
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
32
32
|
direction?: import("@itcase/types").DirectionProps;
|
|
33
33
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -41,7 +41,7 @@ export declare const dividerAppearance: {
|
|
|
41
41
|
textColor?: import("@itcase/types").TextColorProps;
|
|
42
42
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
43
43
|
} | undefined;
|
|
44
|
-
|
|
44
|
+
accentTertiary?: {
|
|
45
45
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
46
46
|
direction?: import("@itcase/types").DirectionProps;
|
|
47
47
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -55,7 +55,7 @@ export declare const dividerAppearance: {
|
|
|
55
55
|
textColor?: import("@itcase/types").TextColorProps;
|
|
56
56
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
57
57
|
} | undefined;
|
|
58
|
-
|
|
58
|
+
accentQuaternary?: {
|
|
59
59
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
60
60
|
direction?: import("@itcase/types").DirectionProps;
|
|
61
61
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -69,7 +69,7 @@ export declare const dividerAppearance: {
|
|
|
69
69
|
textColor?: import("@itcase/types").TextColorProps;
|
|
70
70
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
71
71
|
} | undefined;
|
|
72
|
-
|
|
72
|
+
specialPrimary?: {
|
|
73
73
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
74
74
|
direction?: import("@itcase/types").DirectionProps;
|
|
75
75
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -83,7 +83,7 @@ export declare const dividerAppearance: {
|
|
|
83
83
|
textColor?: import("@itcase/types").TextColorProps;
|
|
84
84
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
85
85
|
} | undefined;
|
|
86
|
-
|
|
86
|
+
specialSecondary?: {
|
|
87
87
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
88
88
|
direction?: import("@itcase/types").DirectionProps;
|
|
89
89
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -97,7 +97,7 @@ export declare const dividerAppearance: {
|
|
|
97
97
|
textColor?: import("@itcase/types").TextColorProps;
|
|
98
98
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
99
99
|
} | undefined;
|
|
100
|
-
|
|
100
|
+
specialTertiary?: {
|
|
101
101
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
102
102
|
direction?: import("@itcase/types").DirectionProps;
|
|
103
103
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -111,7 +111,7 @@ export declare const dividerAppearance: {
|
|
|
111
111
|
textColor?: import("@itcase/types").TextColorProps;
|
|
112
112
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
113
113
|
} | undefined;
|
|
114
|
-
|
|
114
|
+
specialQuaternary?: {
|
|
115
115
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
116
116
|
direction?: import("@itcase/types").DirectionProps;
|
|
117
117
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -125,7 +125,7 @@ export declare const dividerAppearance: {
|
|
|
125
125
|
textColor?: import("@itcase/types").TextColorProps;
|
|
126
126
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
127
127
|
} | undefined;
|
|
128
|
-
|
|
128
|
+
extraPrimary?: {
|
|
129
129
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
130
130
|
direction?: import("@itcase/types").DirectionProps;
|
|
131
131
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -139,7 +139,7 @@ export declare const dividerAppearance: {
|
|
|
139
139
|
textColor?: import("@itcase/types").TextColorProps;
|
|
140
140
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
141
141
|
} | undefined;
|
|
142
|
-
|
|
142
|
+
extraSecondary?: {
|
|
143
143
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
144
144
|
direction?: import("@itcase/types").DirectionProps;
|
|
145
145
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -153,7 +153,7 @@ export declare const dividerAppearance: {
|
|
|
153
153
|
textColor?: import("@itcase/types").TextColorProps;
|
|
154
154
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
155
155
|
} | undefined;
|
|
156
|
-
|
|
156
|
+
extraTertiary?: {
|
|
157
157
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
158
158
|
direction?: import("@itcase/types").DirectionProps;
|
|
159
159
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -167,7 +167,7 @@ export declare const dividerAppearance: {
|
|
|
167
167
|
textColor?: import("@itcase/types").TextColorProps;
|
|
168
168
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
169
169
|
} | undefined;
|
|
170
|
-
|
|
170
|
+
extraQuaternary?: {
|
|
171
171
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
172
172
|
direction?: import("@itcase/types").DirectionProps;
|
|
173
173
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -181,7 +181,7 @@ export declare const dividerAppearance: {
|
|
|
181
181
|
textColor?: import("@itcase/types").TextColorProps;
|
|
182
182
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
183
183
|
} | undefined;
|
|
184
|
-
|
|
184
|
+
surfacePrimary?: {
|
|
185
185
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
186
186
|
direction?: import("@itcase/types").DirectionProps;
|
|
187
187
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -195,7 +195,7 @@ export declare const dividerAppearance: {
|
|
|
195
195
|
textColor?: import("@itcase/types").TextColorProps;
|
|
196
196
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
197
197
|
} | undefined;
|
|
198
|
-
|
|
198
|
+
surfaceSecondary?: {
|
|
199
199
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
200
200
|
direction?: import("@itcase/types").DirectionProps;
|
|
201
201
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -209,7 +209,7 @@ export declare const dividerAppearance: {
|
|
|
209
209
|
textColor?: import("@itcase/types").TextColorProps;
|
|
210
210
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
211
211
|
} | undefined;
|
|
212
|
-
|
|
212
|
+
surfaceTertiary?: {
|
|
213
213
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
214
214
|
direction?: import("@itcase/types").DirectionProps;
|
|
215
215
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -223,7 +223,7 @@ export declare const dividerAppearance: {
|
|
|
223
223
|
textColor?: import("@itcase/types").TextColorProps;
|
|
224
224
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
225
225
|
} | undefined;
|
|
226
|
-
|
|
226
|
+
surfaceQuaternary?: {
|
|
227
227
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
228
228
|
direction?: import("@itcase/types").DirectionProps;
|
|
229
229
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -237,7 +237,7 @@ export declare const dividerAppearance: {
|
|
|
237
237
|
textColor?: import("@itcase/types").TextColorProps;
|
|
238
238
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
239
239
|
} | undefined;
|
|
240
|
-
|
|
240
|
+
errorPrimary?: {
|
|
241
241
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
242
242
|
direction?: import("@itcase/types").DirectionProps;
|
|
243
243
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -279,7 +279,7 @@ export declare const dividerAppearance: {
|
|
|
279
279
|
textColor?: import("@itcase/types").TextColorProps;
|
|
280
280
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
281
281
|
} | undefined;
|
|
282
|
-
|
|
282
|
+
errorQuaternary?: {
|
|
283
283
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
284
284
|
direction?: import("@itcase/types").DirectionProps;
|
|
285
285
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -293,7 +293,7 @@ export declare const dividerAppearance: {
|
|
|
293
293
|
textColor?: import("@itcase/types").TextColorProps;
|
|
294
294
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
295
295
|
} | undefined;
|
|
296
|
-
|
|
296
|
+
warningPrimary?: {
|
|
297
297
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
298
298
|
direction?: import("@itcase/types").DirectionProps;
|
|
299
299
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -307,7 +307,7 @@ export declare const dividerAppearance: {
|
|
|
307
307
|
textColor?: import("@itcase/types").TextColorProps;
|
|
308
308
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
309
309
|
} | undefined;
|
|
310
|
-
|
|
310
|
+
warningSecondary?: {
|
|
311
311
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
312
312
|
direction?: import("@itcase/types").DirectionProps;
|
|
313
313
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -321,7 +321,7 @@ export declare const dividerAppearance: {
|
|
|
321
321
|
textColor?: import("@itcase/types").TextColorProps;
|
|
322
322
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
323
323
|
} | undefined;
|
|
324
|
-
|
|
324
|
+
warningTertiary?: {
|
|
325
325
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
326
326
|
direction?: import("@itcase/types").DirectionProps;
|
|
327
327
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -335,7 +335,7 @@ export declare const dividerAppearance: {
|
|
|
335
335
|
textColor?: import("@itcase/types").TextColorProps;
|
|
336
336
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
337
337
|
} | undefined;
|
|
338
|
-
|
|
338
|
+
warningQuaternary?: {
|
|
339
339
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
340
340
|
direction?: import("@itcase/types").DirectionProps;
|
|
341
341
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -349,7 +349,7 @@ export declare const dividerAppearance: {
|
|
|
349
349
|
textColor?: import("@itcase/types").TextColorProps;
|
|
350
350
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
351
351
|
} | undefined;
|
|
352
|
-
|
|
352
|
+
successPrimary?: {
|
|
353
353
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
354
354
|
direction?: import("@itcase/types").DirectionProps;
|
|
355
355
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -363,7 +363,7 @@ export declare const dividerAppearance: {
|
|
|
363
363
|
textColor?: import("@itcase/types").TextColorProps;
|
|
364
364
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
365
365
|
} | undefined;
|
|
366
|
-
|
|
366
|
+
successSecondary?: {
|
|
367
367
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
368
368
|
direction?: import("@itcase/types").DirectionProps;
|
|
369
369
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -377,7 +377,7 @@ export declare const dividerAppearance: {
|
|
|
377
377
|
textColor?: import("@itcase/types").TextColorProps;
|
|
378
378
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
379
379
|
} | undefined;
|
|
380
|
-
|
|
380
|
+
successTertiary?: {
|
|
381
381
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
382
382
|
direction?: import("@itcase/types").DirectionProps;
|
|
383
383
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -391,7 +391,7 @@ export declare const dividerAppearance: {
|
|
|
391
391
|
textColor?: import("@itcase/types").TextColorProps;
|
|
392
392
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
393
393
|
} | undefined;
|
|
394
|
-
|
|
394
|
+
successQuaternary?: {
|
|
395
395
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
396
396
|
direction?: import("@itcase/types").DirectionProps;
|
|
397
397
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -405,7 +405,7 @@ export declare const dividerAppearance: {
|
|
|
405
405
|
textColor?: import("@itcase/types").TextColorProps;
|
|
406
406
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
407
407
|
} | undefined;
|
|
408
|
-
|
|
408
|
+
infoPrimary?: {
|
|
409
409
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
410
410
|
direction?: import("@itcase/types").DirectionProps;
|
|
411
411
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -419,7 +419,7 @@ export declare const dividerAppearance: {
|
|
|
419
419
|
textColor?: import("@itcase/types").TextColorProps;
|
|
420
420
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
421
421
|
} | undefined;
|
|
422
|
-
|
|
422
|
+
infoSecondary?: {
|
|
423
423
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
424
424
|
direction?: import("@itcase/types").DirectionProps;
|
|
425
425
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -433,7 +433,7 @@ export declare const dividerAppearance: {
|
|
|
433
433
|
textColor?: import("@itcase/types").TextColorProps;
|
|
434
434
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
435
435
|
} | undefined;
|
|
436
|
-
|
|
436
|
+
infoTertiary?: {
|
|
437
437
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
438
438
|
direction?: import("@itcase/types").DirectionProps;
|
|
439
439
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -447,7 +447,7 @@ export declare const dividerAppearance: {
|
|
|
447
447
|
textColor?: import("@itcase/types").TextColorProps;
|
|
448
448
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
449
449
|
} | undefined;
|
|
450
|
-
|
|
450
|
+
infoQuaternary?: {
|
|
451
451
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
452
452
|
direction?: import("@itcase/types").DirectionProps;
|
|
453
453
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -461,7 +461,7 @@ export declare const dividerAppearance: {
|
|
|
461
461
|
textColor?: import("@itcase/types").TextColorProps;
|
|
462
462
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
463
463
|
} | undefined;
|
|
464
|
-
|
|
464
|
+
dangerPrimary?: {
|
|
465
465
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
466
466
|
direction?: import("@itcase/types").DirectionProps;
|
|
467
467
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -475,7 +475,7 @@ export declare const dividerAppearance: {
|
|
|
475
475
|
textColor?: import("@itcase/types").TextColorProps;
|
|
476
476
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
477
477
|
} | undefined;
|
|
478
|
-
|
|
478
|
+
dangerSecondary?: {
|
|
479
479
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
480
480
|
direction?: import("@itcase/types").DirectionProps;
|
|
481
481
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -489,7 +489,7 @@ export declare const dividerAppearance: {
|
|
|
489
489
|
textColor?: import("@itcase/types").TextColorProps;
|
|
490
490
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
491
491
|
} | undefined;
|
|
492
|
-
|
|
492
|
+
dangerTertiary?: {
|
|
493
493
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
494
494
|
direction?: import("@itcase/types").DirectionProps;
|
|
495
495
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -503,7 +503,7 @@ export declare const dividerAppearance: {
|
|
|
503
503
|
textColor?: import("@itcase/types").TextColorProps;
|
|
504
504
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
505
505
|
} | undefined;
|
|
506
|
-
|
|
506
|
+
dangerQuaternary?: {
|
|
507
507
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
508
508
|
direction?: import("@itcase/types").DirectionProps;
|
|
509
509
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -517,7 +517,7 @@ export declare const dividerAppearance: {
|
|
|
517
517
|
textColor?: import("@itcase/types").TextColorProps;
|
|
518
518
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
519
519
|
} | undefined;
|
|
520
|
-
|
|
520
|
+
disabledPrimary?: {
|
|
521
521
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
522
522
|
direction?: import("@itcase/types").DirectionProps;
|
|
523
523
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -531,7 +531,7 @@ export declare const dividerAppearance: {
|
|
|
531
531
|
textColor?: import("@itcase/types").TextColorProps;
|
|
532
532
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
533
533
|
} | undefined;
|
|
534
|
-
|
|
534
|
+
disabledSecondary?: {
|
|
535
535
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
536
536
|
direction?: import("@itcase/types").DirectionProps;
|
|
537
537
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -545,7 +545,7 @@ export declare const dividerAppearance: {
|
|
|
545
545
|
textColor?: import("@itcase/types").TextColorProps;
|
|
546
546
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
547
547
|
} | undefined;
|
|
548
|
-
|
|
548
|
+
disabledTertiary?: {
|
|
549
549
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
550
550
|
direction?: import("@itcase/types").DirectionProps;
|
|
551
551
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -559,7 +559,7 @@ export declare const dividerAppearance: {
|
|
|
559
559
|
textColor?: import("@itcase/types").TextColorProps;
|
|
560
560
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
561
561
|
} | undefined;
|
|
562
|
-
|
|
562
|
+
disabledQuaternary?: {
|
|
563
563
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
564
564
|
direction?: import("@itcase/types").DirectionProps;
|
|
565
565
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -573,7 +573,7 @@ export declare const dividerAppearance: {
|
|
|
573
573
|
textColor?: import("@itcase/types").TextColorProps;
|
|
574
574
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
575
575
|
} | undefined;
|
|
576
|
-
|
|
576
|
+
geometric?: {
|
|
577
577
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
578
578
|
direction?: import("@itcase/types").DirectionProps;
|
|
579
579
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -587,7 +587,7 @@ export declare const dividerAppearance: {
|
|
|
587
587
|
textColor?: import("@itcase/types").TextColorProps;
|
|
588
588
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
589
589
|
} | undefined;
|
|
590
|
-
|
|
590
|
+
circular?: {
|
|
591
591
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
592
592
|
direction?: import("@itcase/types").DirectionProps;
|
|
593
593
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -601,7 +601,7 @@ export declare const dividerAppearance: {
|
|
|
601
601
|
textColor?: import("@itcase/types").TextColorProps;
|
|
602
602
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
603
603
|
} | undefined;
|
|
604
|
-
|
|
604
|
+
rounded?: {
|
|
605
605
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
606
606
|
direction?: import("@itcase/types").DirectionProps;
|
|
607
607
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -615,7 +615,7 @@ export declare const dividerAppearance: {
|
|
|
615
615
|
textColor?: import("@itcase/types").TextColorProps;
|
|
616
616
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
617
617
|
} | undefined;
|
|
618
|
-
|
|
618
|
+
sizeXXS?: {
|
|
619
619
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
620
620
|
direction?: import("@itcase/types").DirectionProps;
|
|
621
621
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -629,7 +629,7 @@ export declare const dividerAppearance: {
|
|
|
629
629
|
textColor?: import("@itcase/types").TextColorProps;
|
|
630
630
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
631
631
|
} | undefined;
|
|
632
|
-
|
|
632
|
+
sizeXS?: {
|
|
633
633
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
634
634
|
direction?: import("@itcase/types").DirectionProps;
|
|
635
635
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -643,7 +643,7 @@ export declare const dividerAppearance: {
|
|
|
643
643
|
textColor?: import("@itcase/types").TextColorProps;
|
|
644
644
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
645
645
|
} | undefined;
|
|
646
|
-
|
|
646
|
+
sizeS?: {
|
|
647
647
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
648
648
|
direction?: import("@itcase/types").DirectionProps;
|
|
649
649
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -657,7 +657,7 @@ export declare const dividerAppearance: {
|
|
|
657
657
|
textColor?: import("@itcase/types").TextColorProps;
|
|
658
658
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
659
659
|
} | undefined;
|
|
660
|
-
|
|
660
|
+
sizeM?: {
|
|
661
661
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
662
662
|
direction?: import("@itcase/types").DirectionProps;
|
|
663
663
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -671,7 +671,7 @@ export declare const dividerAppearance: {
|
|
|
671
671
|
textColor?: import("@itcase/types").TextColorProps;
|
|
672
672
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
673
673
|
} | undefined;
|
|
674
|
-
|
|
674
|
+
sizeL?: {
|
|
675
675
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
676
676
|
direction?: import("@itcase/types").DirectionProps;
|
|
677
677
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -685,7 +685,7 @@ export declare const dividerAppearance: {
|
|
|
685
685
|
textColor?: import("@itcase/types").TextColorProps;
|
|
686
686
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
687
687
|
} | undefined;
|
|
688
|
-
|
|
688
|
+
sizeXL?: {
|
|
689
689
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
690
690
|
direction?: import("@itcase/types").DirectionProps;
|
|
691
691
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -699,7 +699,7 @@ export declare const dividerAppearance: {
|
|
|
699
699
|
textColor?: import("@itcase/types").TextColorProps;
|
|
700
700
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
701
701
|
} | undefined;
|
|
702
|
-
|
|
702
|
+
sizeXXL?: {
|
|
703
703
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
704
704
|
direction?: import("@itcase/types").DirectionProps;
|
|
705
705
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -713,7 +713,7 @@ export declare const dividerAppearance: {
|
|
|
713
713
|
textColor?: import("@itcase/types").TextColorProps;
|
|
714
714
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
715
715
|
} | undefined;
|
|
716
|
-
|
|
716
|
+
outlined?: {
|
|
717
717
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
718
718
|
direction?: import("@itcase/types").DirectionProps;
|
|
719
719
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -727,7 +727,7 @@ export declare const dividerAppearance: {
|
|
|
727
727
|
textColor?: import("@itcase/types").TextColorProps;
|
|
728
728
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
729
729
|
} | undefined;
|
|
730
|
-
|
|
730
|
+
full?: {
|
|
731
731
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
732
732
|
direction?: import("@itcase/types").DirectionProps;
|
|
733
733
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -741,7 +741,7 @@ export declare const dividerAppearance: {
|
|
|
741
741
|
textColor?: import("@itcase/types").TextColorProps;
|
|
742
742
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
743
743
|
} | undefined;
|
|
744
|
-
|
|
744
|
+
ghost?: {
|
|
745
745
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
746
746
|
direction?: import("@itcase/types").DirectionProps;
|
|
747
747
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -755,7 +755,7 @@ export declare const dividerAppearance: {
|
|
|
755
755
|
textColor?: import("@itcase/types").TextColorProps;
|
|
756
756
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
757
757
|
} | undefined;
|
|
758
|
-
|
|
758
|
+
roundedL?: {
|
|
759
759
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
760
760
|
direction?: import("@itcase/types").DirectionProps;
|
|
761
761
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -769,7 +769,7 @@ export declare const dividerAppearance: {
|
|
|
769
769
|
textColor?: import("@itcase/types").TextColorProps;
|
|
770
770
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
771
771
|
} | undefined;
|
|
772
|
-
|
|
772
|
+
roundedM?: {
|
|
773
773
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
774
774
|
direction?: import("@itcase/types").DirectionProps;
|
|
775
775
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -783,7 +783,7 @@ export declare const dividerAppearance: {
|
|
|
783
783
|
textColor?: import("@itcase/types").TextColorProps;
|
|
784
784
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
785
785
|
} | undefined;
|
|
786
|
-
|
|
786
|
+
roundedS?: {
|
|
787
787
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
788
788
|
direction?: import("@itcase/types").DirectionProps;
|
|
789
789
|
fill?: import("@itcase/types").FillProps;
|
|
@@ -797,7 +797,7 @@ export declare const dividerAppearance: {
|
|
|
797
797
|
textColor?: import("@itcase/types").TextColorProps;
|
|
798
798
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
799
799
|
} | undefined;
|
|
800
|
-
|
|
800
|
+
roundedXL?: {
|
|
801
801
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
802
802
|
direction?: import("@itcase/types").DirectionProps;
|
|
803
803
|
fill?: import("@itcase/types").FillProps;
|