@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
|
@@ -7,7 +7,7 @@ declare const loaderAppearance: {
|
|
|
7
7
|
textColor?: import("@itcase/types").TextColorProps;
|
|
8
8
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
9
9
|
} | undefined;
|
|
10
|
-
|
|
10
|
+
accentPrimary?: {
|
|
11
11
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
12
12
|
fill?: import("@itcase/types").FillProps;
|
|
13
13
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -15,7 +15,7 @@ declare const loaderAppearance: {
|
|
|
15
15
|
textColor?: import("@itcase/types").TextColorProps;
|
|
16
16
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
17
17
|
} | undefined;
|
|
18
|
-
|
|
18
|
+
accentSecondary?: {
|
|
19
19
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
20
20
|
fill?: import("@itcase/types").FillProps;
|
|
21
21
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -23,7 +23,7 @@ declare const loaderAppearance: {
|
|
|
23
23
|
textColor?: import("@itcase/types").TextColorProps;
|
|
24
24
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
25
25
|
} | undefined;
|
|
26
|
-
|
|
26
|
+
accentTertiary?: {
|
|
27
27
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
28
28
|
fill?: import("@itcase/types").FillProps;
|
|
29
29
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -31,7 +31,7 @@ declare const loaderAppearance: {
|
|
|
31
31
|
textColor?: import("@itcase/types").TextColorProps;
|
|
32
32
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
33
33
|
} | undefined;
|
|
34
|
-
|
|
34
|
+
accentQuaternary?: {
|
|
35
35
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
36
36
|
fill?: import("@itcase/types").FillProps;
|
|
37
37
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -39,7 +39,7 @@ declare const loaderAppearance: {
|
|
|
39
39
|
textColor?: import("@itcase/types").TextColorProps;
|
|
40
40
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
41
41
|
} | undefined;
|
|
42
|
-
|
|
42
|
+
specialPrimary?: {
|
|
43
43
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
44
44
|
fill?: import("@itcase/types").FillProps;
|
|
45
45
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -47,7 +47,7 @@ declare const loaderAppearance: {
|
|
|
47
47
|
textColor?: import("@itcase/types").TextColorProps;
|
|
48
48
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
49
49
|
} | undefined;
|
|
50
|
-
|
|
50
|
+
specialSecondary?: {
|
|
51
51
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
52
52
|
fill?: import("@itcase/types").FillProps;
|
|
53
53
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -55,7 +55,7 @@ declare const loaderAppearance: {
|
|
|
55
55
|
textColor?: import("@itcase/types").TextColorProps;
|
|
56
56
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
57
57
|
} | undefined;
|
|
58
|
-
|
|
58
|
+
specialTertiary?: {
|
|
59
59
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
60
60
|
fill?: import("@itcase/types").FillProps;
|
|
61
61
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -63,7 +63,7 @@ declare const loaderAppearance: {
|
|
|
63
63
|
textColor?: import("@itcase/types").TextColorProps;
|
|
64
64
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
65
65
|
} | undefined;
|
|
66
|
-
|
|
66
|
+
specialQuaternary?: {
|
|
67
67
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
68
68
|
fill?: import("@itcase/types").FillProps;
|
|
69
69
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -71,7 +71,7 @@ declare const loaderAppearance: {
|
|
|
71
71
|
textColor?: import("@itcase/types").TextColorProps;
|
|
72
72
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
73
73
|
} | undefined;
|
|
74
|
-
|
|
74
|
+
extraPrimary?: {
|
|
75
75
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
76
76
|
fill?: import("@itcase/types").FillProps;
|
|
77
77
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -79,7 +79,7 @@ declare const loaderAppearance: {
|
|
|
79
79
|
textColor?: import("@itcase/types").TextColorProps;
|
|
80
80
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
81
81
|
} | undefined;
|
|
82
|
-
|
|
82
|
+
extraSecondary?: {
|
|
83
83
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
84
84
|
fill?: import("@itcase/types").FillProps;
|
|
85
85
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -87,7 +87,7 @@ declare const loaderAppearance: {
|
|
|
87
87
|
textColor?: import("@itcase/types").TextColorProps;
|
|
88
88
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
89
89
|
} | undefined;
|
|
90
|
-
|
|
90
|
+
extraTertiary?: {
|
|
91
91
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
92
92
|
fill?: import("@itcase/types").FillProps;
|
|
93
93
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -95,7 +95,7 @@ declare const loaderAppearance: {
|
|
|
95
95
|
textColor?: import("@itcase/types").TextColorProps;
|
|
96
96
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
97
97
|
} | undefined;
|
|
98
|
-
|
|
98
|
+
extraQuaternary?: {
|
|
99
99
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
100
100
|
fill?: import("@itcase/types").FillProps;
|
|
101
101
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -103,7 +103,7 @@ declare const loaderAppearance: {
|
|
|
103
103
|
textColor?: import("@itcase/types").TextColorProps;
|
|
104
104
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
105
105
|
} | undefined;
|
|
106
|
-
|
|
106
|
+
surfacePrimary?: {
|
|
107
107
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
108
108
|
fill?: import("@itcase/types").FillProps;
|
|
109
109
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -111,7 +111,7 @@ declare const loaderAppearance: {
|
|
|
111
111
|
textColor?: import("@itcase/types").TextColorProps;
|
|
112
112
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
113
113
|
} | undefined;
|
|
114
|
-
|
|
114
|
+
surfaceSecondary?: {
|
|
115
115
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
116
116
|
fill?: import("@itcase/types").FillProps;
|
|
117
117
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -119,7 +119,7 @@ declare const loaderAppearance: {
|
|
|
119
119
|
textColor?: import("@itcase/types").TextColorProps;
|
|
120
120
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
121
121
|
} | undefined;
|
|
122
|
-
|
|
122
|
+
surfaceTertiary?: {
|
|
123
123
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
124
124
|
fill?: import("@itcase/types").FillProps;
|
|
125
125
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -127,7 +127,7 @@ declare const loaderAppearance: {
|
|
|
127
127
|
textColor?: import("@itcase/types").TextColorProps;
|
|
128
128
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
129
129
|
} | undefined;
|
|
130
|
-
|
|
130
|
+
surfaceQuaternary?: {
|
|
131
131
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
132
132
|
fill?: import("@itcase/types").FillProps;
|
|
133
133
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -135,7 +135,7 @@ declare const loaderAppearance: {
|
|
|
135
135
|
textColor?: import("@itcase/types").TextColorProps;
|
|
136
136
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
137
137
|
} | undefined;
|
|
138
|
-
|
|
138
|
+
errorPrimary?: {
|
|
139
139
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
140
140
|
fill?: import("@itcase/types").FillProps;
|
|
141
141
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -159,7 +159,7 @@ declare const loaderAppearance: {
|
|
|
159
159
|
textColor?: import("@itcase/types").TextColorProps;
|
|
160
160
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
161
161
|
} | undefined;
|
|
162
|
-
|
|
162
|
+
errorQuaternary?: {
|
|
163
163
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
164
164
|
fill?: import("@itcase/types").FillProps;
|
|
165
165
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -167,7 +167,7 @@ declare const loaderAppearance: {
|
|
|
167
167
|
textColor?: import("@itcase/types").TextColorProps;
|
|
168
168
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
169
169
|
} | undefined;
|
|
170
|
-
|
|
170
|
+
warningPrimary?: {
|
|
171
171
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
172
172
|
fill?: import("@itcase/types").FillProps;
|
|
173
173
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -175,7 +175,7 @@ declare const loaderAppearance: {
|
|
|
175
175
|
textColor?: import("@itcase/types").TextColorProps;
|
|
176
176
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
177
177
|
} | undefined;
|
|
178
|
-
|
|
178
|
+
warningSecondary?: {
|
|
179
179
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
180
180
|
fill?: import("@itcase/types").FillProps;
|
|
181
181
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -183,7 +183,7 @@ declare const loaderAppearance: {
|
|
|
183
183
|
textColor?: import("@itcase/types").TextColorProps;
|
|
184
184
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
185
185
|
} | undefined;
|
|
186
|
-
|
|
186
|
+
warningTertiary?: {
|
|
187
187
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
188
188
|
fill?: import("@itcase/types").FillProps;
|
|
189
189
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -191,7 +191,7 @@ declare const loaderAppearance: {
|
|
|
191
191
|
textColor?: import("@itcase/types").TextColorProps;
|
|
192
192
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
193
193
|
} | undefined;
|
|
194
|
-
|
|
194
|
+
warningQuaternary?: {
|
|
195
195
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
196
196
|
fill?: import("@itcase/types").FillProps;
|
|
197
197
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -199,7 +199,7 @@ declare const loaderAppearance: {
|
|
|
199
199
|
textColor?: import("@itcase/types").TextColorProps;
|
|
200
200
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
201
201
|
} | undefined;
|
|
202
|
-
|
|
202
|
+
successPrimary?: {
|
|
203
203
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
204
204
|
fill?: import("@itcase/types").FillProps;
|
|
205
205
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -207,7 +207,7 @@ declare const loaderAppearance: {
|
|
|
207
207
|
textColor?: import("@itcase/types").TextColorProps;
|
|
208
208
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
209
209
|
} | undefined;
|
|
210
|
-
|
|
210
|
+
successSecondary?: {
|
|
211
211
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
212
212
|
fill?: import("@itcase/types").FillProps;
|
|
213
213
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -215,7 +215,7 @@ declare const loaderAppearance: {
|
|
|
215
215
|
textColor?: import("@itcase/types").TextColorProps;
|
|
216
216
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
217
217
|
} | undefined;
|
|
218
|
-
|
|
218
|
+
successTertiary?: {
|
|
219
219
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
220
220
|
fill?: import("@itcase/types").FillProps;
|
|
221
221
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -223,7 +223,7 @@ declare const loaderAppearance: {
|
|
|
223
223
|
textColor?: import("@itcase/types").TextColorProps;
|
|
224
224
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
225
225
|
} | undefined;
|
|
226
|
-
|
|
226
|
+
successQuaternary?: {
|
|
227
227
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
228
228
|
fill?: import("@itcase/types").FillProps;
|
|
229
229
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -231,7 +231,7 @@ declare const loaderAppearance: {
|
|
|
231
231
|
textColor?: import("@itcase/types").TextColorProps;
|
|
232
232
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
233
233
|
} | undefined;
|
|
234
|
-
|
|
234
|
+
infoPrimary?: {
|
|
235
235
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
236
236
|
fill?: import("@itcase/types").FillProps;
|
|
237
237
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -239,7 +239,7 @@ declare const loaderAppearance: {
|
|
|
239
239
|
textColor?: import("@itcase/types").TextColorProps;
|
|
240
240
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
241
241
|
} | undefined;
|
|
242
|
-
|
|
242
|
+
infoSecondary?: {
|
|
243
243
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
244
244
|
fill?: import("@itcase/types").FillProps;
|
|
245
245
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -247,7 +247,7 @@ declare const loaderAppearance: {
|
|
|
247
247
|
textColor?: import("@itcase/types").TextColorProps;
|
|
248
248
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
249
249
|
} | undefined;
|
|
250
|
-
|
|
250
|
+
infoTertiary?: {
|
|
251
251
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
252
252
|
fill?: import("@itcase/types").FillProps;
|
|
253
253
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -255,7 +255,7 @@ declare const loaderAppearance: {
|
|
|
255
255
|
textColor?: import("@itcase/types").TextColorProps;
|
|
256
256
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
257
257
|
} | undefined;
|
|
258
|
-
|
|
258
|
+
infoQuaternary?: {
|
|
259
259
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
260
260
|
fill?: import("@itcase/types").FillProps;
|
|
261
261
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -263,7 +263,7 @@ declare const loaderAppearance: {
|
|
|
263
263
|
textColor?: import("@itcase/types").TextColorProps;
|
|
264
264
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
265
265
|
} | undefined;
|
|
266
|
-
|
|
266
|
+
dangerPrimary?: {
|
|
267
267
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
268
268
|
fill?: import("@itcase/types").FillProps;
|
|
269
269
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -271,7 +271,7 @@ declare const loaderAppearance: {
|
|
|
271
271
|
textColor?: import("@itcase/types").TextColorProps;
|
|
272
272
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
273
273
|
} | undefined;
|
|
274
|
-
|
|
274
|
+
dangerSecondary?: {
|
|
275
275
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
276
276
|
fill?: import("@itcase/types").FillProps;
|
|
277
277
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -279,7 +279,7 @@ declare const loaderAppearance: {
|
|
|
279
279
|
textColor?: import("@itcase/types").TextColorProps;
|
|
280
280
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
281
281
|
} | undefined;
|
|
282
|
-
|
|
282
|
+
dangerTertiary?: {
|
|
283
283
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
284
284
|
fill?: import("@itcase/types").FillProps;
|
|
285
285
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -287,7 +287,7 @@ declare const loaderAppearance: {
|
|
|
287
287
|
textColor?: import("@itcase/types").TextColorProps;
|
|
288
288
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
289
289
|
} | undefined;
|
|
290
|
-
|
|
290
|
+
dangerQuaternary?: {
|
|
291
291
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
292
292
|
fill?: import("@itcase/types").FillProps;
|
|
293
293
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -295,7 +295,7 @@ declare const loaderAppearance: {
|
|
|
295
295
|
textColor?: import("@itcase/types").TextColorProps;
|
|
296
296
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
297
297
|
} | undefined;
|
|
298
|
-
|
|
298
|
+
disabledPrimary?: {
|
|
299
299
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
300
300
|
fill?: import("@itcase/types").FillProps;
|
|
301
301
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -303,7 +303,7 @@ declare const loaderAppearance: {
|
|
|
303
303
|
textColor?: import("@itcase/types").TextColorProps;
|
|
304
304
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
305
305
|
} | undefined;
|
|
306
|
-
|
|
306
|
+
disabledSecondary?: {
|
|
307
307
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
308
308
|
fill?: import("@itcase/types").FillProps;
|
|
309
309
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -311,7 +311,7 @@ declare const loaderAppearance: {
|
|
|
311
311
|
textColor?: import("@itcase/types").TextColorProps;
|
|
312
312
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
313
313
|
} | undefined;
|
|
314
|
-
|
|
314
|
+
disabledTertiary?: {
|
|
315
315
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
316
316
|
fill?: import("@itcase/types").FillProps;
|
|
317
317
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -319,7 +319,7 @@ declare const loaderAppearance: {
|
|
|
319
319
|
textColor?: import("@itcase/types").TextColorProps;
|
|
320
320
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
321
321
|
} | undefined;
|
|
322
|
-
|
|
322
|
+
disabledQuaternary?: {
|
|
323
323
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
324
324
|
fill?: import("@itcase/types").FillProps;
|
|
325
325
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -327,7 +327,7 @@ declare const loaderAppearance: {
|
|
|
327
327
|
textColor?: import("@itcase/types").TextColorProps;
|
|
328
328
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
329
329
|
} | undefined;
|
|
330
|
-
|
|
330
|
+
geometric?: {
|
|
331
331
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
332
332
|
fill?: import("@itcase/types").FillProps;
|
|
333
333
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -335,7 +335,7 @@ declare const loaderAppearance: {
|
|
|
335
335
|
textColor?: import("@itcase/types").TextColorProps;
|
|
336
336
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
337
337
|
} | undefined;
|
|
338
|
-
|
|
338
|
+
circular?: {
|
|
339
339
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
340
340
|
fill?: import("@itcase/types").FillProps;
|
|
341
341
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -343,7 +343,7 @@ declare const loaderAppearance: {
|
|
|
343
343
|
textColor?: import("@itcase/types").TextColorProps;
|
|
344
344
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
345
345
|
} | undefined;
|
|
346
|
-
|
|
346
|
+
rounded?: {
|
|
347
347
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
348
348
|
fill?: import("@itcase/types").FillProps;
|
|
349
349
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -351,7 +351,7 @@ declare const loaderAppearance: {
|
|
|
351
351
|
textColor?: import("@itcase/types").TextColorProps;
|
|
352
352
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
353
353
|
} | undefined;
|
|
354
|
-
|
|
354
|
+
sizeXXS?: {
|
|
355
355
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
356
356
|
fill?: import("@itcase/types").FillProps;
|
|
357
357
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -359,7 +359,7 @@ declare const loaderAppearance: {
|
|
|
359
359
|
textColor?: import("@itcase/types").TextColorProps;
|
|
360
360
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
361
361
|
} | undefined;
|
|
362
|
-
|
|
362
|
+
sizeXS?: {
|
|
363
363
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
364
364
|
fill?: import("@itcase/types").FillProps;
|
|
365
365
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -367,7 +367,7 @@ declare const loaderAppearance: {
|
|
|
367
367
|
textColor?: import("@itcase/types").TextColorProps;
|
|
368
368
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
369
369
|
} | undefined;
|
|
370
|
-
|
|
370
|
+
sizeS?: {
|
|
371
371
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
372
372
|
fill?: import("@itcase/types").FillProps;
|
|
373
373
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -375,7 +375,7 @@ declare const loaderAppearance: {
|
|
|
375
375
|
textColor?: import("@itcase/types").TextColorProps;
|
|
376
376
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
377
377
|
} | undefined;
|
|
378
|
-
|
|
378
|
+
sizeM?: {
|
|
379
379
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
380
380
|
fill?: import("@itcase/types").FillProps;
|
|
381
381
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -383,7 +383,7 @@ declare const loaderAppearance: {
|
|
|
383
383
|
textColor?: import("@itcase/types").TextColorProps;
|
|
384
384
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
385
385
|
} | undefined;
|
|
386
|
-
|
|
386
|
+
sizeL?: {
|
|
387
387
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
388
388
|
fill?: import("@itcase/types").FillProps;
|
|
389
389
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -391,7 +391,7 @@ declare const loaderAppearance: {
|
|
|
391
391
|
textColor?: import("@itcase/types").TextColorProps;
|
|
392
392
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
393
393
|
} | undefined;
|
|
394
|
-
|
|
394
|
+
sizeXL?: {
|
|
395
395
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
396
396
|
fill?: import("@itcase/types").FillProps;
|
|
397
397
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -399,7 +399,7 @@ declare const loaderAppearance: {
|
|
|
399
399
|
textColor?: import("@itcase/types").TextColorProps;
|
|
400
400
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
401
401
|
} | undefined;
|
|
402
|
-
|
|
402
|
+
sizeXXL?: {
|
|
403
403
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
404
404
|
fill?: import("@itcase/types").FillProps;
|
|
405
405
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -407,7 +407,7 @@ declare const loaderAppearance: {
|
|
|
407
407
|
textColor?: import("@itcase/types").TextColorProps;
|
|
408
408
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
409
409
|
} | undefined;
|
|
410
|
-
|
|
410
|
+
outlined?: {
|
|
411
411
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
412
412
|
fill?: import("@itcase/types").FillProps;
|
|
413
413
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -415,7 +415,7 @@ declare const loaderAppearance: {
|
|
|
415
415
|
textColor?: import("@itcase/types").TextColorProps;
|
|
416
416
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
417
417
|
} | undefined;
|
|
418
|
-
|
|
418
|
+
full?: {
|
|
419
419
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
420
420
|
fill?: import("@itcase/types").FillProps;
|
|
421
421
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -423,7 +423,7 @@ declare const loaderAppearance: {
|
|
|
423
423
|
textColor?: import("@itcase/types").TextColorProps;
|
|
424
424
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
425
425
|
} | undefined;
|
|
426
|
-
|
|
426
|
+
ghost?: {
|
|
427
427
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
428
428
|
fill?: import("@itcase/types").FillProps;
|
|
429
429
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -431,7 +431,7 @@ declare const loaderAppearance: {
|
|
|
431
431
|
textColor?: import("@itcase/types").TextColorProps;
|
|
432
432
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
433
433
|
} | undefined;
|
|
434
|
-
|
|
434
|
+
roundedL?: {
|
|
435
435
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
436
436
|
fill?: import("@itcase/types").FillProps;
|
|
437
437
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -439,7 +439,7 @@ declare const loaderAppearance: {
|
|
|
439
439
|
textColor?: import("@itcase/types").TextColorProps;
|
|
440
440
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
441
441
|
} | undefined;
|
|
442
|
-
|
|
442
|
+
roundedM?: {
|
|
443
443
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
444
444
|
fill?: import("@itcase/types").FillProps;
|
|
445
445
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -447,7 +447,7 @@ declare const loaderAppearance: {
|
|
|
447
447
|
textColor?: import("@itcase/types").TextColorProps;
|
|
448
448
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
449
449
|
} | undefined;
|
|
450
|
-
|
|
450
|
+
roundedS?: {
|
|
451
451
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
452
452
|
fill?: import("@itcase/types").FillProps;
|
|
453
453
|
itemFill?: import("@itcase/types").ItemFillProps;
|
|
@@ -455,7 +455,7 @@ declare const loaderAppearance: {
|
|
|
455
455
|
textColor?: import("@itcase/types").TextColorProps;
|
|
456
456
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
457
457
|
} | undefined;
|
|
458
|
-
|
|
458
|
+
roundedXL?: {
|
|
459
459
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
460
460
|
fill?: import("@itcase/types").FillProps;
|
|
461
461
|
itemFill?: import("@itcase/types").ItemFillProps;
|