@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
|
@@ -12,7 +12,7 @@ export declare const textAppearance: {
|
|
|
12
12
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
13
13
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
14
14
|
} | undefined;
|
|
15
|
-
|
|
15
|
+
accentPrimary?: {
|
|
16
16
|
cursor?: string;
|
|
17
17
|
font?: import("@itcase/types").TextFontProps;
|
|
18
18
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -25,7 +25,7 @@ export declare const textAppearance: {
|
|
|
25
25
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
26
26
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
27
27
|
} | undefined;
|
|
28
|
-
|
|
28
|
+
accentSecondary?: {
|
|
29
29
|
cursor?: string;
|
|
30
30
|
font?: import("@itcase/types").TextFontProps;
|
|
31
31
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -38,7 +38,7 @@ export declare const textAppearance: {
|
|
|
38
38
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
39
39
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
40
40
|
} | undefined;
|
|
41
|
-
|
|
41
|
+
accentTertiary?: {
|
|
42
42
|
cursor?: string;
|
|
43
43
|
font?: import("@itcase/types").TextFontProps;
|
|
44
44
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -51,7 +51,7 @@ export declare const textAppearance: {
|
|
|
51
51
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
52
52
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
53
53
|
} | undefined;
|
|
54
|
-
|
|
54
|
+
accentQuaternary?: {
|
|
55
55
|
cursor?: string;
|
|
56
56
|
font?: import("@itcase/types").TextFontProps;
|
|
57
57
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -64,7 +64,7 @@ export declare const textAppearance: {
|
|
|
64
64
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
65
65
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
66
66
|
} | undefined;
|
|
67
|
-
|
|
67
|
+
specialPrimary?: {
|
|
68
68
|
cursor?: string;
|
|
69
69
|
font?: import("@itcase/types").TextFontProps;
|
|
70
70
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -77,7 +77,7 @@ export declare const textAppearance: {
|
|
|
77
77
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
78
78
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
79
79
|
} | undefined;
|
|
80
|
-
|
|
80
|
+
specialSecondary?: {
|
|
81
81
|
cursor?: string;
|
|
82
82
|
font?: import("@itcase/types").TextFontProps;
|
|
83
83
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -90,7 +90,7 @@ export declare const textAppearance: {
|
|
|
90
90
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
91
91
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
92
92
|
} | undefined;
|
|
93
|
-
|
|
93
|
+
specialTertiary?: {
|
|
94
94
|
cursor?: string;
|
|
95
95
|
font?: import("@itcase/types").TextFontProps;
|
|
96
96
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -103,7 +103,7 @@ export declare const textAppearance: {
|
|
|
103
103
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
104
104
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
105
105
|
} | undefined;
|
|
106
|
-
|
|
106
|
+
specialQuaternary?: {
|
|
107
107
|
cursor?: string;
|
|
108
108
|
font?: import("@itcase/types").TextFontProps;
|
|
109
109
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -116,7 +116,7 @@ export declare const textAppearance: {
|
|
|
116
116
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
117
117
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
118
118
|
} | undefined;
|
|
119
|
-
|
|
119
|
+
extraPrimary?: {
|
|
120
120
|
cursor?: string;
|
|
121
121
|
font?: import("@itcase/types").TextFontProps;
|
|
122
122
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -129,7 +129,7 @@ export declare const textAppearance: {
|
|
|
129
129
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
130
130
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
131
131
|
} | undefined;
|
|
132
|
-
|
|
132
|
+
extraSecondary?: {
|
|
133
133
|
cursor?: string;
|
|
134
134
|
font?: import("@itcase/types").TextFontProps;
|
|
135
135
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -142,7 +142,7 @@ export declare const textAppearance: {
|
|
|
142
142
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
143
143
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
144
144
|
} | undefined;
|
|
145
|
-
|
|
145
|
+
extraTertiary?: {
|
|
146
146
|
cursor?: string;
|
|
147
147
|
font?: import("@itcase/types").TextFontProps;
|
|
148
148
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -155,7 +155,7 @@ export declare const textAppearance: {
|
|
|
155
155
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
156
156
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
157
157
|
} | undefined;
|
|
158
|
-
|
|
158
|
+
extraQuaternary?: {
|
|
159
159
|
cursor?: string;
|
|
160
160
|
font?: import("@itcase/types").TextFontProps;
|
|
161
161
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -168,7 +168,7 @@ export declare const textAppearance: {
|
|
|
168
168
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
169
169
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
170
170
|
} | undefined;
|
|
171
|
-
|
|
171
|
+
surfacePrimary?: {
|
|
172
172
|
cursor?: string;
|
|
173
173
|
font?: import("@itcase/types").TextFontProps;
|
|
174
174
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -181,7 +181,7 @@ export declare const textAppearance: {
|
|
|
181
181
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
182
182
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
183
183
|
} | undefined;
|
|
184
|
-
|
|
184
|
+
surfaceSecondary?: {
|
|
185
185
|
cursor?: string;
|
|
186
186
|
font?: import("@itcase/types").TextFontProps;
|
|
187
187
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -194,7 +194,7 @@ export declare const textAppearance: {
|
|
|
194
194
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
195
195
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
196
196
|
} | undefined;
|
|
197
|
-
|
|
197
|
+
surfaceTertiary?: {
|
|
198
198
|
cursor?: string;
|
|
199
199
|
font?: import("@itcase/types").TextFontProps;
|
|
200
200
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -207,7 +207,7 @@ export declare const textAppearance: {
|
|
|
207
207
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
208
208
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
209
209
|
} | undefined;
|
|
210
|
-
|
|
210
|
+
surfaceQuaternary?: {
|
|
211
211
|
cursor?: string;
|
|
212
212
|
font?: import("@itcase/types").TextFontProps;
|
|
213
213
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -220,7 +220,7 @@ export declare const textAppearance: {
|
|
|
220
220
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
221
221
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
222
222
|
} | undefined;
|
|
223
|
-
|
|
223
|
+
errorPrimary?: {
|
|
224
224
|
cursor?: string;
|
|
225
225
|
font?: import("@itcase/types").TextFontProps;
|
|
226
226
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -259,7 +259,7 @@ export declare const textAppearance: {
|
|
|
259
259
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
260
260
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
261
261
|
} | undefined;
|
|
262
|
-
|
|
262
|
+
errorQuaternary?: {
|
|
263
263
|
cursor?: string;
|
|
264
264
|
font?: import("@itcase/types").TextFontProps;
|
|
265
265
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -272,7 +272,7 @@ export declare const textAppearance: {
|
|
|
272
272
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
273
273
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
274
274
|
} | undefined;
|
|
275
|
-
|
|
275
|
+
warningPrimary?: {
|
|
276
276
|
cursor?: string;
|
|
277
277
|
font?: import("@itcase/types").TextFontProps;
|
|
278
278
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -285,7 +285,7 @@ export declare const textAppearance: {
|
|
|
285
285
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
286
286
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
287
287
|
} | undefined;
|
|
288
|
-
|
|
288
|
+
warningSecondary?: {
|
|
289
289
|
cursor?: string;
|
|
290
290
|
font?: import("@itcase/types").TextFontProps;
|
|
291
291
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -298,7 +298,7 @@ export declare const textAppearance: {
|
|
|
298
298
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
299
299
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
300
300
|
} | undefined;
|
|
301
|
-
|
|
301
|
+
warningTertiary?: {
|
|
302
302
|
cursor?: string;
|
|
303
303
|
font?: import("@itcase/types").TextFontProps;
|
|
304
304
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -311,7 +311,7 @@ export declare const textAppearance: {
|
|
|
311
311
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
312
312
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
313
313
|
} | undefined;
|
|
314
|
-
|
|
314
|
+
warningQuaternary?: {
|
|
315
315
|
cursor?: string;
|
|
316
316
|
font?: import("@itcase/types").TextFontProps;
|
|
317
317
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -324,7 +324,7 @@ export declare const textAppearance: {
|
|
|
324
324
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
325
325
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
326
326
|
} | undefined;
|
|
327
|
-
|
|
327
|
+
successPrimary?: {
|
|
328
328
|
cursor?: string;
|
|
329
329
|
font?: import("@itcase/types").TextFontProps;
|
|
330
330
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -337,7 +337,7 @@ export declare const textAppearance: {
|
|
|
337
337
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
338
338
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
339
339
|
} | undefined;
|
|
340
|
-
|
|
340
|
+
successSecondary?: {
|
|
341
341
|
cursor?: string;
|
|
342
342
|
font?: import("@itcase/types").TextFontProps;
|
|
343
343
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -350,7 +350,7 @@ export declare const textAppearance: {
|
|
|
350
350
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
351
351
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
352
352
|
} | undefined;
|
|
353
|
-
|
|
353
|
+
successTertiary?: {
|
|
354
354
|
cursor?: string;
|
|
355
355
|
font?: import("@itcase/types").TextFontProps;
|
|
356
356
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -363,7 +363,7 @@ export declare const textAppearance: {
|
|
|
363
363
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
364
364
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
365
365
|
} | undefined;
|
|
366
|
-
|
|
366
|
+
successQuaternary?: {
|
|
367
367
|
cursor?: string;
|
|
368
368
|
font?: import("@itcase/types").TextFontProps;
|
|
369
369
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -376,7 +376,7 @@ export declare const textAppearance: {
|
|
|
376
376
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
377
377
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
378
378
|
} | undefined;
|
|
379
|
-
|
|
379
|
+
infoPrimary?: {
|
|
380
380
|
cursor?: string;
|
|
381
381
|
font?: import("@itcase/types").TextFontProps;
|
|
382
382
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -389,7 +389,7 @@ export declare const textAppearance: {
|
|
|
389
389
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
390
390
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
391
391
|
} | undefined;
|
|
392
|
-
|
|
392
|
+
infoSecondary?: {
|
|
393
393
|
cursor?: string;
|
|
394
394
|
font?: import("@itcase/types").TextFontProps;
|
|
395
395
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -402,7 +402,7 @@ export declare const textAppearance: {
|
|
|
402
402
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
403
403
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
404
404
|
} | undefined;
|
|
405
|
-
|
|
405
|
+
infoTertiary?: {
|
|
406
406
|
cursor?: string;
|
|
407
407
|
font?: import("@itcase/types").TextFontProps;
|
|
408
408
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -415,7 +415,7 @@ export declare const textAppearance: {
|
|
|
415
415
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
416
416
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
417
417
|
} | undefined;
|
|
418
|
-
|
|
418
|
+
infoQuaternary?: {
|
|
419
419
|
cursor?: string;
|
|
420
420
|
font?: import("@itcase/types").TextFontProps;
|
|
421
421
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -428,7 +428,7 @@ export declare const textAppearance: {
|
|
|
428
428
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
429
429
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
430
430
|
} | undefined;
|
|
431
|
-
|
|
431
|
+
dangerPrimary?: {
|
|
432
432
|
cursor?: string;
|
|
433
433
|
font?: import("@itcase/types").TextFontProps;
|
|
434
434
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -441,7 +441,7 @@ export declare const textAppearance: {
|
|
|
441
441
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
442
442
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
443
443
|
} | undefined;
|
|
444
|
-
|
|
444
|
+
dangerSecondary?: {
|
|
445
445
|
cursor?: string;
|
|
446
446
|
font?: import("@itcase/types").TextFontProps;
|
|
447
447
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -454,7 +454,7 @@ export declare const textAppearance: {
|
|
|
454
454
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
455
455
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
456
456
|
} | undefined;
|
|
457
|
-
|
|
457
|
+
dangerTertiary?: {
|
|
458
458
|
cursor?: string;
|
|
459
459
|
font?: import("@itcase/types").TextFontProps;
|
|
460
460
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -467,7 +467,7 @@ export declare const textAppearance: {
|
|
|
467
467
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
468
468
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
469
469
|
} | undefined;
|
|
470
|
-
|
|
470
|
+
dangerQuaternary?: {
|
|
471
471
|
cursor?: string;
|
|
472
472
|
font?: import("@itcase/types").TextFontProps;
|
|
473
473
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -480,7 +480,7 @@ export declare const textAppearance: {
|
|
|
480
480
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
481
481
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
482
482
|
} | undefined;
|
|
483
|
-
|
|
483
|
+
disabledPrimary?: {
|
|
484
484
|
cursor?: string;
|
|
485
485
|
font?: import("@itcase/types").TextFontProps;
|
|
486
486
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -493,7 +493,7 @@ export declare const textAppearance: {
|
|
|
493
493
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
494
494
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
495
495
|
} | undefined;
|
|
496
|
-
|
|
496
|
+
disabledSecondary?: {
|
|
497
497
|
cursor?: string;
|
|
498
498
|
font?: import("@itcase/types").TextFontProps;
|
|
499
499
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -506,7 +506,7 @@ export declare const textAppearance: {
|
|
|
506
506
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
507
507
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
508
508
|
} | undefined;
|
|
509
|
-
|
|
509
|
+
disabledTertiary?: {
|
|
510
510
|
cursor?: string;
|
|
511
511
|
font?: import("@itcase/types").TextFontProps;
|
|
512
512
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -519,7 +519,7 @@ export declare const textAppearance: {
|
|
|
519
519
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
520
520
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
521
521
|
} | undefined;
|
|
522
|
-
|
|
522
|
+
disabledQuaternary?: {
|
|
523
523
|
cursor?: string;
|
|
524
524
|
font?: import("@itcase/types").TextFontProps;
|
|
525
525
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -532,7 +532,7 @@ export declare const textAppearance: {
|
|
|
532
532
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
533
533
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
534
534
|
} | undefined;
|
|
535
|
-
|
|
535
|
+
geometric?: {
|
|
536
536
|
cursor?: string;
|
|
537
537
|
font?: import("@itcase/types").TextFontProps;
|
|
538
538
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -545,7 +545,7 @@ export declare const textAppearance: {
|
|
|
545
545
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
546
546
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
547
547
|
} | undefined;
|
|
548
|
-
|
|
548
|
+
circular?: {
|
|
549
549
|
cursor?: string;
|
|
550
550
|
font?: import("@itcase/types").TextFontProps;
|
|
551
551
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -558,7 +558,7 @@ export declare const textAppearance: {
|
|
|
558
558
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
559
559
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
560
560
|
} | undefined;
|
|
561
|
-
|
|
561
|
+
rounded?: {
|
|
562
562
|
cursor?: string;
|
|
563
563
|
font?: import("@itcase/types").TextFontProps;
|
|
564
564
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -571,7 +571,7 @@ export declare const textAppearance: {
|
|
|
571
571
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
572
572
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
573
573
|
} | undefined;
|
|
574
|
-
|
|
574
|
+
sizeXXS?: {
|
|
575
575
|
cursor?: string;
|
|
576
576
|
font?: import("@itcase/types").TextFontProps;
|
|
577
577
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -584,7 +584,7 @@ export declare const textAppearance: {
|
|
|
584
584
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
585
585
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
586
586
|
} | undefined;
|
|
587
|
-
|
|
587
|
+
sizeXS?: {
|
|
588
588
|
cursor?: string;
|
|
589
589
|
font?: import("@itcase/types").TextFontProps;
|
|
590
590
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -597,7 +597,7 @@ export declare const textAppearance: {
|
|
|
597
597
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
598
598
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
599
599
|
} | undefined;
|
|
600
|
-
|
|
600
|
+
sizeS?: {
|
|
601
601
|
cursor?: string;
|
|
602
602
|
font?: import("@itcase/types").TextFontProps;
|
|
603
603
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -610,7 +610,7 @@ export declare const textAppearance: {
|
|
|
610
610
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
611
611
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
612
612
|
} | undefined;
|
|
613
|
-
|
|
613
|
+
sizeM?: {
|
|
614
614
|
cursor?: string;
|
|
615
615
|
font?: import("@itcase/types").TextFontProps;
|
|
616
616
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -623,7 +623,7 @@ export declare const textAppearance: {
|
|
|
623
623
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
624
624
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
625
625
|
} | undefined;
|
|
626
|
-
|
|
626
|
+
sizeL?: {
|
|
627
627
|
cursor?: string;
|
|
628
628
|
font?: import("@itcase/types").TextFontProps;
|
|
629
629
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -636,7 +636,7 @@ export declare const textAppearance: {
|
|
|
636
636
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
637
637
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
638
638
|
} | undefined;
|
|
639
|
-
|
|
639
|
+
sizeXL?: {
|
|
640
640
|
cursor?: string;
|
|
641
641
|
font?: import("@itcase/types").TextFontProps;
|
|
642
642
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -649,7 +649,7 @@ export declare const textAppearance: {
|
|
|
649
649
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
650
650
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
651
651
|
} | undefined;
|
|
652
|
-
|
|
652
|
+
sizeXXL?: {
|
|
653
653
|
cursor?: string;
|
|
654
654
|
font?: import("@itcase/types").TextFontProps;
|
|
655
655
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -662,7 +662,7 @@ export declare const textAppearance: {
|
|
|
662
662
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
663
663
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
664
664
|
} | undefined;
|
|
665
|
-
|
|
665
|
+
outlined?: {
|
|
666
666
|
cursor?: string;
|
|
667
667
|
font?: import("@itcase/types").TextFontProps;
|
|
668
668
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -675,7 +675,7 @@ export declare const textAppearance: {
|
|
|
675
675
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
676
676
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
677
677
|
} | undefined;
|
|
678
|
-
|
|
678
|
+
full?: {
|
|
679
679
|
cursor?: string;
|
|
680
680
|
font?: import("@itcase/types").TextFontProps;
|
|
681
681
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -688,7 +688,7 @@ export declare const textAppearance: {
|
|
|
688
688
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
689
689
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
690
690
|
} | undefined;
|
|
691
|
-
|
|
691
|
+
ghost?: {
|
|
692
692
|
cursor?: string;
|
|
693
693
|
font?: import("@itcase/types").TextFontProps;
|
|
694
694
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -701,7 +701,7 @@ export declare const textAppearance: {
|
|
|
701
701
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
702
702
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
703
703
|
} | undefined;
|
|
704
|
-
|
|
704
|
+
roundedL?: {
|
|
705
705
|
cursor?: string;
|
|
706
706
|
font?: import("@itcase/types").TextFontProps;
|
|
707
707
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -714,7 +714,7 @@ export declare const textAppearance: {
|
|
|
714
714
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
715
715
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
716
716
|
} | undefined;
|
|
717
|
-
|
|
717
|
+
roundedM?: {
|
|
718
718
|
cursor?: string;
|
|
719
719
|
font?: import("@itcase/types").TextFontProps;
|
|
720
720
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -727,7 +727,7 @@ export declare const textAppearance: {
|
|
|
727
727
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
728
728
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
729
729
|
} | undefined;
|
|
730
|
-
|
|
730
|
+
roundedS?: {
|
|
731
731
|
cursor?: string;
|
|
732
732
|
font?: import("@itcase/types").TextFontProps;
|
|
733
733
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -740,7 +740,7 @@ export declare const textAppearance: {
|
|
|
740
740
|
textWeight?: import("@itcase/types").TextWeightProps;
|
|
741
741
|
textWrap?: import("@itcase/types").TextWrapProps;
|
|
742
742
|
} | undefined;
|
|
743
|
-
|
|
743
|
+
roundedXL?: {
|
|
744
744
|
cursor?: string;
|
|
745
745
|
font?: import("@itcase/types").TextFontProps;
|
|
746
746
|
size?: import("@itcase/types").TextSizeProps;
|
|
@@ -1,55 +1,48 @@
|
|
|
1
1
|
export declare const tileAppearance: {
|
|
2
2
|
solid?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
3
|
-
outlined?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
4
|
-
full?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
5
|
-
ghost?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
6
3
|
accentPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
7
|
-
accentQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
8
4
|
accentSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
9
5
|
accentTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
10
|
-
|
|
11
|
-
dangerQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
12
|
-
dangerSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
13
|
-
dangerTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
14
|
-
disabledPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
15
|
-
disabledQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
16
|
-
disabledSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
17
|
-
disabledTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
18
|
-
errorPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
19
|
-
errorQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
20
|
-
errorSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
21
|
-
errorTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
22
|
-
extraPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
23
|
-
extraQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
24
|
-
extraSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
25
|
-
extraTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
26
|
-
infoPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
27
|
-
infoQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
28
|
-
infoSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
29
|
-
infoTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
6
|
+
accentQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
30
7
|
specialPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
31
|
-
specialQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
32
8
|
specialSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
33
9
|
specialTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
10
|
+
specialQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
11
|
+
extraPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
12
|
+
extraSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
13
|
+
extraTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
14
|
+
extraQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
38
15
|
surfacePrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
39
|
-
surfaceQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
40
16
|
surfaceSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
41
17
|
surfaceTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
18
|
+
surfaceQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
19
|
+
errorPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
20
|
+
errorSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
21
|
+
errorTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
22
|
+
errorQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
42
23
|
warningPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
43
|
-
warningQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
44
24
|
warningSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
45
25
|
warningTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
46
|
-
|
|
26
|
+
warningQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
27
|
+
successPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
28
|
+
successSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
29
|
+
successTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
30
|
+
successQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
31
|
+
infoPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
32
|
+
infoSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
33
|
+
infoTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
34
|
+
infoQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
35
|
+
dangerPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
36
|
+
dangerSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
37
|
+
dangerTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
38
|
+
dangerQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
39
|
+
disabledPrimary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
40
|
+
disabledSecondary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
41
|
+
disabledTertiary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
42
|
+
disabledQuaternary?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
47
43
|
geometric?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
44
|
+
circular?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
48
45
|
rounded?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
49
|
-
roundedL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
50
|
-
roundedM?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
51
|
-
roundedS?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
52
|
-
roundedXL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
53
46
|
sizeXXS?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
54
47
|
sizeXS?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
55
48
|
sizeS?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
@@ -57,4 +50,11 @@ export declare const tileAppearance: {
|
|
|
57
50
|
sizeL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
58
51
|
sizeXL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
59
52
|
sizeXXL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
53
|
+
outlined?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
54
|
+
full?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
55
|
+
ghost?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
56
|
+
roundedL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
57
|
+
roundedM?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
58
|
+
roundedS?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
59
|
+
roundedXL?: import("./Tile.interface").TileAppearanceProps | undefined;
|
|
60
60
|
};
|