@rarui/styles 2.3.0-rc.3 → 2.3.0-rc.5
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/index.css +1 -1
- package/dist/node_modules/@vanilla-extract/css/dist/vanilla-extract-css.cjs.d.d.ts +168 -0
- package/dist/node_modules/@vanilla-extract/dynamic/dist/vanilla-extract-dynamic.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/private/dist/vanilla-extract-private.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.d.ts +28 -0
- package/dist/node_modules/csstype/index.d.d.ts +11245 -0
- package/dist/node_modules/rainbow-sprinkles/dist/createRuntimeFn-891c4670.esm.js +1 -0
- package/dist/node_modules/rainbow-sprinkles/dist/declarations/src/createRuntimeFn.d.d.ts +7 -0
- package/dist/node_modules/rainbow-sprinkles/dist/declarations/src/css.d.d.ts +6075 -0
- package/dist/node_modules/rainbow-sprinkles/dist/declarations/src/types.d.d.ts +137 -0
- package/dist/packages/exhibition/divider/index.d.ts +8 -8
- package/dist/packages/exhibition/icon/index.d.ts +18 -18
- package/dist/packages/exhibition/text/index.d.ts +18 -18
- package/dist/packages/exhibition/title/index.d.ts +18 -18
- package/dist/packages/layout/box/index.d.ts +322 -322
- package/dist/packages/surface/card/index.d.ts +32 -32
- package/package.json +5 -4
|
@@ -5,131 +5,131 @@ declare const box: {
|
|
|
5
5
|
config: {
|
|
6
6
|
backgroundColor: {
|
|
7
7
|
values: {
|
|
8
|
-
|
|
8
|
+
background: {
|
|
9
9
|
default: string;
|
|
10
10
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
brand: {
|
|
13
13
|
default: string;
|
|
14
14
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
15
15
|
};
|
|
16
|
-
"brand-
|
|
16
|
+
"brand-hover": {
|
|
17
17
|
default: string;
|
|
18
18
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
19
19
|
};
|
|
20
|
-
"
|
|
20
|
+
"brand-press": {
|
|
21
21
|
default: string;
|
|
22
22
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
23
23
|
};
|
|
24
|
-
"
|
|
24
|
+
"brand-subdued": {
|
|
25
25
|
default: string;
|
|
26
26
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
disabled: {
|
|
29
29
|
default: string;
|
|
30
30
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
error: {
|
|
33
33
|
default: string;
|
|
34
34
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
35
35
|
};
|
|
36
|
-
"
|
|
36
|
+
"error-hover": {
|
|
37
37
|
default: string;
|
|
38
38
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
39
39
|
};
|
|
40
|
-
"
|
|
40
|
+
"error-press": {
|
|
41
41
|
default: string;
|
|
42
42
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
43
43
|
};
|
|
44
|
-
"
|
|
44
|
+
"error-subdued": {
|
|
45
45
|
default: string;
|
|
46
46
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
hover: {
|
|
49
49
|
default: string;
|
|
50
50
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
info: {
|
|
53
53
|
default: string;
|
|
54
54
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
55
55
|
};
|
|
56
|
-
"
|
|
56
|
+
"info-hover": {
|
|
57
57
|
default: string;
|
|
58
58
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
59
59
|
};
|
|
60
|
-
"
|
|
60
|
+
"info-press": {
|
|
61
61
|
default: string;
|
|
62
62
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
63
63
|
};
|
|
64
|
-
"
|
|
64
|
+
"info-subdued": {
|
|
65
65
|
default: string;
|
|
66
66
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
67
67
|
};
|
|
68
|
-
|
|
68
|
+
invert: {
|
|
69
69
|
default: string;
|
|
70
70
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
71
71
|
};
|
|
72
|
-
"
|
|
72
|
+
"invert-disabled": {
|
|
73
73
|
default: string;
|
|
74
74
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
75
75
|
};
|
|
76
|
-
"
|
|
76
|
+
"invert-hover": {
|
|
77
77
|
default: string;
|
|
78
78
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
79
79
|
};
|
|
80
|
-
"
|
|
80
|
+
"invert-press": {
|
|
81
81
|
default: string;
|
|
82
82
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
"invert-secondary": {
|
|
85
85
|
default: string;
|
|
86
86
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
87
87
|
};
|
|
88
|
-
|
|
88
|
+
overlay: {
|
|
89
89
|
default: string;
|
|
90
90
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
91
91
|
};
|
|
92
|
-
|
|
92
|
+
press: {
|
|
93
93
|
default: string;
|
|
94
94
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
95
95
|
};
|
|
96
|
-
|
|
96
|
+
primary: {
|
|
97
97
|
default: string;
|
|
98
98
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
secondary: {
|
|
101
101
|
default: string;
|
|
102
102
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
103
103
|
};
|
|
104
|
-
|
|
104
|
+
success: {
|
|
105
105
|
default: string;
|
|
106
106
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
"success-hover": {
|
|
109
109
|
default: string;
|
|
110
110
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
111
111
|
};
|
|
112
|
-
|
|
112
|
+
"success-press": {
|
|
113
113
|
default: string;
|
|
114
114
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
115
115
|
};
|
|
116
|
-
|
|
116
|
+
"success-subdued": {
|
|
117
117
|
default: string;
|
|
118
118
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
119
119
|
};
|
|
120
|
-
|
|
120
|
+
warning: {
|
|
121
121
|
default: string;
|
|
122
122
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
123
123
|
};
|
|
124
|
-
|
|
124
|
+
"warning-hover": {
|
|
125
125
|
default: string;
|
|
126
126
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
127
127
|
};
|
|
128
|
-
|
|
128
|
+
"warning-press": {
|
|
129
129
|
default: string;
|
|
130
130
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
131
131
|
};
|
|
132
|
-
warning: {
|
|
132
|
+
"warning-subdued": {
|
|
133
133
|
default: string;
|
|
134
134
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
135
135
|
};
|
|
@@ -177,131 +177,131 @@ declare const box: {
|
|
|
177
177
|
};
|
|
178
178
|
fill: {
|
|
179
179
|
values: {
|
|
180
|
-
|
|
180
|
+
background: {
|
|
181
181
|
default: string;
|
|
182
182
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
183
183
|
};
|
|
184
|
-
|
|
184
|
+
brand: {
|
|
185
185
|
default: string;
|
|
186
186
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
187
187
|
};
|
|
188
|
-
"brand-
|
|
188
|
+
"brand-hover": {
|
|
189
189
|
default: string;
|
|
190
190
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
191
191
|
};
|
|
192
|
-
"
|
|
192
|
+
"brand-press": {
|
|
193
193
|
default: string;
|
|
194
194
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
195
195
|
};
|
|
196
|
-
"
|
|
196
|
+
"brand-subdued": {
|
|
197
197
|
default: string;
|
|
198
198
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
199
199
|
};
|
|
200
|
-
|
|
200
|
+
disabled: {
|
|
201
201
|
default: string;
|
|
202
202
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
203
203
|
};
|
|
204
|
-
|
|
204
|
+
error: {
|
|
205
205
|
default: string;
|
|
206
206
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
207
207
|
};
|
|
208
|
-
"
|
|
208
|
+
"error-hover": {
|
|
209
209
|
default: string;
|
|
210
210
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
211
211
|
};
|
|
212
|
-
"
|
|
212
|
+
"error-press": {
|
|
213
213
|
default: string;
|
|
214
214
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
215
215
|
};
|
|
216
|
-
"
|
|
216
|
+
"error-subdued": {
|
|
217
217
|
default: string;
|
|
218
218
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
219
219
|
};
|
|
220
|
-
|
|
220
|
+
hover: {
|
|
221
221
|
default: string;
|
|
222
222
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
223
223
|
};
|
|
224
|
-
|
|
224
|
+
info: {
|
|
225
225
|
default: string;
|
|
226
226
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
227
227
|
};
|
|
228
|
-
"
|
|
228
|
+
"info-hover": {
|
|
229
229
|
default: string;
|
|
230
230
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
231
231
|
};
|
|
232
|
-
"
|
|
232
|
+
"info-press": {
|
|
233
233
|
default: string;
|
|
234
234
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
235
235
|
};
|
|
236
|
-
"
|
|
236
|
+
"info-subdued": {
|
|
237
237
|
default: string;
|
|
238
238
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
239
239
|
};
|
|
240
|
-
|
|
240
|
+
invert: {
|
|
241
241
|
default: string;
|
|
242
242
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
243
243
|
};
|
|
244
|
-
"
|
|
244
|
+
"invert-disabled": {
|
|
245
245
|
default: string;
|
|
246
246
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
247
247
|
};
|
|
248
|
-
"
|
|
248
|
+
"invert-hover": {
|
|
249
249
|
default: string;
|
|
250
250
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
251
251
|
};
|
|
252
|
-
"
|
|
252
|
+
"invert-press": {
|
|
253
253
|
default: string;
|
|
254
254
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
255
255
|
};
|
|
256
|
-
|
|
256
|
+
"invert-secondary": {
|
|
257
257
|
default: string;
|
|
258
258
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
259
259
|
};
|
|
260
|
-
|
|
260
|
+
overlay: {
|
|
261
261
|
default: string;
|
|
262
262
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
263
263
|
};
|
|
264
|
-
|
|
264
|
+
press: {
|
|
265
265
|
default: string;
|
|
266
266
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
267
267
|
};
|
|
268
|
-
|
|
268
|
+
primary: {
|
|
269
269
|
default: string;
|
|
270
270
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
271
271
|
};
|
|
272
|
-
|
|
272
|
+
secondary: {
|
|
273
273
|
default: string;
|
|
274
274
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
275
275
|
};
|
|
276
|
-
|
|
276
|
+
success: {
|
|
277
277
|
default: string;
|
|
278
278
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
279
279
|
};
|
|
280
|
-
|
|
280
|
+
"success-hover": {
|
|
281
281
|
default: string;
|
|
282
282
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
283
283
|
};
|
|
284
|
-
|
|
284
|
+
"success-press": {
|
|
285
285
|
default: string;
|
|
286
286
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
287
287
|
};
|
|
288
|
-
|
|
288
|
+
"success-subdued": {
|
|
289
289
|
default: string;
|
|
290
290
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
291
291
|
};
|
|
292
|
-
|
|
292
|
+
warning: {
|
|
293
293
|
default: string;
|
|
294
294
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
295
295
|
};
|
|
296
|
-
|
|
296
|
+
"warning-hover": {
|
|
297
297
|
default: string;
|
|
298
298
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
299
299
|
};
|
|
300
|
-
|
|
300
|
+
"warning-press": {
|
|
301
301
|
default: string;
|
|
302
302
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
303
303
|
};
|
|
304
|
-
warning: {
|
|
304
|
+
"warning-subdued": {
|
|
305
305
|
default: string;
|
|
306
306
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
307
307
|
};
|
|
@@ -354,14 +354,6 @@ declare const box: {
|
|
|
354
354
|
};
|
|
355
355
|
borderColor: {
|
|
356
356
|
values: {
|
|
357
|
-
"invert-disabled": {
|
|
358
|
-
default: string;
|
|
359
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
360
|
-
};
|
|
361
|
-
"brand-alt": {
|
|
362
|
-
default: string;
|
|
363
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
364
|
-
};
|
|
365
357
|
brand: {
|
|
366
358
|
default: string;
|
|
367
359
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -382,6 +374,10 @@ declare const box: {
|
|
|
382
374
|
default: string;
|
|
383
375
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
384
376
|
};
|
|
377
|
+
"invert-disabled": {
|
|
378
|
+
default: string;
|
|
379
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
380
|
+
};
|
|
385
381
|
primary: {
|
|
386
382
|
default: string;
|
|
387
383
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -398,6 +394,10 @@ declare const box: {
|
|
|
398
394
|
default: string;
|
|
399
395
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
400
396
|
};
|
|
397
|
+
"brand-alt": {
|
|
398
|
+
default: string;
|
|
399
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
400
|
+
};
|
|
401
401
|
divider: {
|
|
402
402
|
default: string;
|
|
403
403
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -431,75 +431,75 @@ declare const box: {
|
|
|
431
431
|
};
|
|
432
432
|
color: {
|
|
433
433
|
values: {
|
|
434
|
-
|
|
434
|
+
brand: {
|
|
435
435
|
default: string;
|
|
436
436
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
437
437
|
};
|
|
438
|
-
|
|
438
|
+
disabled: {
|
|
439
439
|
default: string;
|
|
440
440
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
441
441
|
};
|
|
442
|
-
|
|
442
|
+
error: {
|
|
443
443
|
default: string;
|
|
444
444
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
445
445
|
};
|
|
446
|
-
|
|
446
|
+
info: {
|
|
447
447
|
default: string;
|
|
448
448
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
449
449
|
};
|
|
450
|
-
|
|
450
|
+
invert: {
|
|
451
451
|
default: string;
|
|
452
452
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
453
453
|
};
|
|
454
|
-
"
|
|
454
|
+
"invert-disabled": {
|
|
455
455
|
default: string;
|
|
456
456
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
457
457
|
};
|
|
458
|
-
"
|
|
458
|
+
"invert-secondary": {
|
|
459
459
|
default: string;
|
|
460
460
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
461
461
|
};
|
|
462
|
-
|
|
462
|
+
primary: {
|
|
463
463
|
default: string;
|
|
464
464
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
465
465
|
};
|
|
466
|
-
|
|
466
|
+
secondary: {
|
|
467
467
|
default: string;
|
|
468
468
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
469
469
|
};
|
|
470
|
-
|
|
470
|
+
success: {
|
|
471
471
|
default: string;
|
|
472
472
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
473
473
|
};
|
|
474
|
-
|
|
474
|
+
warning: {
|
|
475
475
|
default: string;
|
|
476
476
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
477
477
|
};
|
|
478
|
-
|
|
478
|
+
"brand-alt": {
|
|
479
479
|
default: string;
|
|
480
480
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
481
481
|
};
|
|
482
|
-
|
|
482
|
+
"on-brand": {
|
|
483
483
|
default: string;
|
|
484
484
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
485
485
|
};
|
|
486
|
-
|
|
486
|
+
"on-error": {
|
|
487
487
|
default: string;
|
|
488
488
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
489
489
|
};
|
|
490
|
-
|
|
490
|
+
"on-info": {
|
|
491
491
|
default: string;
|
|
492
492
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
493
493
|
};
|
|
494
|
-
|
|
494
|
+
"on-success": {
|
|
495
495
|
default: string;
|
|
496
496
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
497
497
|
};
|
|
498
|
-
|
|
498
|
+
"on-warning": {
|
|
499
499
|
default: string;
|
|
500
500
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
501
501
|
};
|
|
502
|
-
warning: {
|
|
502
|
+
"warning-alt": {
|
|
503
503
|
default: string;
|
|
504
504
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
505
505
|
};
|
|
@@ -533,14 +533,6 @@ declare const box: {
|
|
|
533
533
|
};
|
|
534
534
|
borderRadius: {
|
|
535
535
|
values: {
|
|
536
|
-
"2xs": {
|
|
537
|
-
default: string;
|
|
538
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
539
|
-
};
|
|
540
|
-
"2xl": {
|
|
541
|
-
default: string;
|
|
542
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
543
|
-
};
|
|
544
536
|
button: {
|
|
545
537
|
default: string;
|
|
546
538
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -557,6 +549,10 @@ declare const box: {
|
|
|
557
549
|
default: string;
|
|
558
550
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
559
551
|
};
|
|
552
|
+
"2xs": {
|
|
553
|
+
default: string;
|
|
554
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
555
|
+
};
|
|
560
556
|
sm: {
|
|
561
557
|
default: string;
|
|
562
558
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -569,6 +565,10 @@ declare const box: {
|
|
|
569
565
|
default: string;
|
|
570
566
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
571
567
|
};
|
|
568
|
+
"2xl": {
|
|
569
|
+
default: string;
|
|
570
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
571
|
+
};
|
|
572
572
|
pill: {
|
|
573
573
|
default: string;
|
|
574
574
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -595,14 +595,6 @@ declare const box: {
|
|
|
595
595
|
};
|
|
596
596
|
borderTopLeftRadius: {
|
|
597
597
|
values: {
|
|
598
|
-
"2xs": {
|
|
599
|
-
default: string;
|
|
600
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
601
|
-
};
|
|
602
|
-
"2xl": {
|
|
603
|
-
default: string;
|
|
604
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
605
|
-
};
|
|
606
598
|
button: {
|
|
607
599
|
default: string;
|
|
608
600
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -619,6 +611,10 @@ declare const box: {
|
|
|
619
611
|
default: string;
|
|
620
612
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
621
613
|
};
|
|
614
|
+
"2xs": {
|
|
615
|
+
default: string;
|
|
616
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
617
|
+
};
|
|
622
618
|
sm: {
|
|
623
619
|
default: string;
|
|
624
620
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -631,6 +627,10 @@ declare const box: {
|
|
|
631
627
|
default: string;
|
|
632
628
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
633
629
|
};
|
|
630
|
+
"2xl": {
|
|
631
|
+
default: string;
|
|
632
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
633
|
+
};
|
|
634
634
|
pill: {
|
|
635
635
|
default: string;
|
|
636
636
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -657,14 +657,6 @@ declare const box: {
|
|
|
657
657
|
};
|
|
658
658
|
borderTopRightRadius: {
|
|
659
659
|
values: {
|
|
660
|
-
"2xs": {
|
|
661
|
-
default: string;
|
|
662
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
663
|
-
};
|
|
664
|
-
"2xl": {
|
|
665
|
-
default: string;
|
|
666
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
667
|
-
};
|
|
668
660
|
button: {
|
|
669
661
|
default: string;
|
|
670
662
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -681,6 +673,10 @@ declare const box: {
|
|
|
681
673
|
default: string;
|
|
682
674
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
683
675
|
};
|
|
676
|
+
"2xs": {
|
|
677
|
+
default: string;
|
|
678
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
679
|
+
};
|
|
684
680
|
sm: {
|
|
685
681
|
default: string;
|
|
686
682
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -693,6 +689,10 @@ declare const box: {
|
|
|
693
689
|
default: string;
|
|
694
690
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
695
691
|
};
|
|
692
|
+
"2xl": {
|
|
693
|
+
default: string;
|
|
694
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
695
|
+
};
|
|
696
696
|
pill: {
|
|
697
697
|
default: string;
|
|
698
698
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -719,14 +719,6 @@ declare const box: {
|
|
|
719
719
|
};
|
|
720
720
|
borderBottomLeftRadius: {
|
|
721
721
|
values: {
|
|
722
|
-
"2xs": {
|
|
723
|
-
default: string;
|
|
724
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
725
|
-
};
|
|
726
|
-
"2xl": {
|
|
727
|
-
default: string;
|
|
728
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
729
|
-
};
|
|
730
722
|
button: {
|
|
731
723
|
default: string;
|
|
732
724
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -743,6 +735,10 @@ declare const box: {
|
|
|
743
735
|
default: string;
|
|
744
736
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
745
737
|
};
|
|
738
|
+
"2xs": {
|
|
739
|
+
default: string;
|
|
740
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
741
|
+
};
|
|
746
742
|
sm: {
|
|
747
743
|
default: string;
|
|
748
744
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -755,6 +751,10 @@ declare const box: {
|
|
|
755
751
|
default: string;
|
|
756
752
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
757
753
|
};
|
|
754
|
+
"2xl": {
|
|
755
|
+
default: string;
|
|
756
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
757
|
+
};
|
|
758
758
|
pill: {
|
|
759
759
|
default: string;
|
|
760
760
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -781,14 +781,6 @@ declare const box: {
|
|
|
781
781
|
};
|
|
782
782
|
borderBottomRightRadius: {
|
|
783
783
|
values: {
|
|
784
|
-
"2xs": {
|
|
785
|
-
default: string;
|
|
786
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
787
|
-
};
|
|
788
|
-
"2xl": {
|
|
789
|
-
default: string;
|
|
790
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
791
|
-
};
|
|
792
784
|
button: {
|
|
793
785
|
default: string;
|
|
794
786
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -805,6 +797,10 @@ declare const box: {
|
|
|
805
797
|
default: string;
|
|
806
798
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
807
799
|
};
|
|
800
|
+
"2xs": {
|
|
801
|
+
default: string;
|
|
802
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
803
|
+
};
|
|
808
804
|
sm: {
|
|
809
805
|
default: string;
|
|
810
806
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -817,6 +813,10 @@ declare const box: {
|
|
|
817
813
|
default: string;
|
|
818
814
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
819
815
|
};
|
|
816
|
+
"2xl": {
|
|
817
|
+
default: string;
|
|
818
|
+
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
819
|
+
};
|
|
820
820
|
pill: {
|
|
821
821
|
default: string;
|
|
822
822
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
@@ -1090,67 +1090,67 @@ declare const box: {
|
|
|
1090
1090
|
};
|
|
1091
1091
|
padding: {
|
|
1092
1092
|
values: {
|
|
1093
|
-
|
|
1093
|
+
xs: {
|
|
1094
1094
|
default: string;
|
|
1095
1095
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1096
1096
|
};
|
|
1097
|
-
|
|
1097
|
+
s: {
|
|
1098
1098
|
default: string;
|
|
1099
1099
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1100
1100
|
};
|
|
1101
|
-
|
|
1101
|
+
xl: {
|
|
1102
1102
|
default: string;
|
|
1103
1103
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1104
1104
|
};
|
|
1105
|
-
|
|
1105
|
+
none: {
|
|
1106
1106
|
default: string;
|
|
1107
1107
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1108
1108
|
};
|
|
1109
|
-
"
|
|
1109
|
+
"2xs": {
|
|
1110
1110
|
default: string;
|
|
1111
1111
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1112
1112
|
};
|
|
1113
|
-
|
|
1113
|
+
md: {
|
|
1114
1114
|
default: string;
|
|
1115
1115
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1116
1116
|
};
|
|
1117
|
-
|
|
1117
|
+
lg: {
|
|
1118
1118
|
default: string;
|
|
1119
1119
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1120
1120
|
};
|
|
1121
|
-
"
|
|
1121
|
+
"2xl": {
|
|
1122
1122
|
default: string;
|
|
1123
1123
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1124
1124
|
};
|
|
1125
|
-
"
|
|
1125
|
+
"4xs": {
|
|
1126
1126
|
default: string;
|
|
1127
1127
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1128
1128
|
};
|
|
1129
|
-
"
|
|
1129
|
+
"3xs": {
|
|
1130
1130
|
default: string;
|
|
1131
1131
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1132
1132
|
};
|
|
1133
|
-
|
|
1133
|
+
"3xl": {
|
|
1134
1134
|
default: string;
|
|
1135
1135
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1136
1136
|
};
|
|
1137
|
-
|
|
1137
|
+
"4xl": {
|
|
1138
1138
|
default: string;
|
|
1139
1139
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1140
1140
|
};
|
|
1141
|
-
|
|
1141
|
+
"5xl": {
|
|
1142
1142
|
default: string;
|
|
1143
1143
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1144
1144
|
};
|
|
1145
|
-
|
|
1145
|
+
"6xl": {
|
|
1146
1146
|
default: string;
|
|
1147
1147
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1148
1148
|
};
|
|
1149
|
-
|
|
1149
|
+
"7xl": {
|
|
1150
1150
|
default: string;
|
|
1151
1151
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1152
1152
|
};
|
|
1153
|
-
|
|
1153
|
+
"8xl": {
|
|
1154
1154
|
default: string;
|
|
1155
1155
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1156
1156
|
};
|
|
@@ -1177,67 +1177,67 @@ declare const box: {
|
|
|
1177
1177
|
};
|
|
1178
1178
|
paddingTop: {
|
|
1179
1179
|
values: {
|
|
1180
|
-
|
|
1180
|
+
xs: {
|
|
1181
1181
|
default: string;
|
|
1182
1182
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1183
1183
|
};
|
|
1184
|
-
|
|
1184
|
+
s: {
|
|
1185
1185
|
default: string;
|
|
1186
1186
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1187
1187
|
};
|
|
1188
|
-
|
|
1188
|
+
xl: {
|
|
1189
1189
|
default: string;
|
|
1190
1190
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1191
1191
|
};
|
|
1192
|
-
|
|
1192
|
+
none: {
|
|
1193
1193
|
default: string;
|
|
1194
1194
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1195
1195
|
};
|
|
1196
|
-
"
|
|
1196
|
+
"2xs": {
|
|
1197
1197
|
default: string;
|
|
1198
1198
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1199
1199
|
};
|
|
1200
|
-
|
|
1200
|
+
md: {
|
|
1201
1201
|
default: string;
|
|
1202
1202
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1203
1203
|
};
|
|
1204
|
-
|
|
1204
|
+
lg: {
|
|
1205
1205
|
default: string;
|
|
1206
1206
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1207
1207
|
};
|
|
1208
|
-
"
|
|
1208
|
+
"2xl": {
|
|
1209
1209
|
default: string;
|
|
1210
1210
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1211
1211
|
};
|
|
1212
|
-
"
|
|
1212
|
+
"4xs": {
|
|
1213
1213
|
default: string;
|
|
1214
1214
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1215
1215
|
};
|
|
1216
|
-
"
|
|
1216
|
+
"3xs": {
|
|
1217
1217
|
default: string;
|
|
1218
1218
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1219
1219
|
};
|
|
1220
|
-
|
|
1220
|
+
"3xl": {
|
|
1221
1221
|
default: string;
|
|
1222
1222
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1223
1223
|
};
|
|
1224
|
-
|
|
1224
|
+
"4xl": {
|
|
1225
1225
|
default: string;
|
|
1226
1226
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1227
1227
|
};
|
|
1228
|
-
|
|
1228
|
+
"5xl": {
|
|
1229
1229
|
default: string;
|
|
1230
1230
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1231
1231
|
};
|
|
1232
|
-
|
|
1232
|
+
"6xl": {
|
|
1233
1233
|
default: string;
|
|
1234
1234
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1235
1235
|
};
|
|
1236
|
-
|
|
1236
|
+
"7xl": {
|
|
1237
1237
|
default: string;
|
|
1238
1238
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1239
1239
|
};
|
|
1240
|
-
|
|
1240
|
+
"8xl": {
|
|
1241
1241
|
default: string;
|
|
1242
1242
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1243
1243
|
};
|
|
@@ -1264,67 +1264,67 @@ declare const box: {
|
|
|
1264
1264
|
};
|
|
1265
1265
|
paddingBottom: {
|
|
1266
1266
|
values: {
|
|
1267
|
-
|
|
1267
|
+
xs: {
|
|
1268
1268
|
default: string;
|
|
1269
1269
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1270
1270
|
};
|
|
1271
|
-
|
|
1271
|
+
s: {
|
|
1272
1272
|
default: string;
|
|
1273
1273
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1274
1274
|
};
|
|
1275
|
-
|
|
1275
|
+
xl: {
|
|
1276
1276
|
default: string;
|
|
1277
1277
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1278
1278
|
};
|
|
1279
|
-
|
|
1279
|
+
none: {
|
|
1280
1280
|
default: string;
|
|
1281
1281
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1282
1282
|
};
|
|
1283
|
-
"
|
|
1283
|
+
"2xs": {
|
|
1284
1284
|
default: string;
|
|
1285
1285
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1286
1286
|
};
|
|
1287
|
-
|
|
1287
|
+
md: {
|
|
1288
1288
|
default: string;
|
|
1289
1289
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1290
1290
|
};
|
|
1291
|
-
|
|
1291
|
+
lg: {
|
|
1292
1292
|
default: string;
|
|
1293
1293
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1294
1294
|
};
|
|
1295
|
-
"
|
|
1295
|
+
"2xl": {
|
|
1296
1296
|
default: string;
|
|
1297
1297
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1298
1298
|
};
|
|
1299
|
-
"
|
|
1299
|
+
"4xs": {
|
|
1300
1300
|
default: string;
|
|
1301
1301
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1302
1302
|
};
|
|
1303
|
-
"
|
|
1303
|
+
"3xs": {
|
|
1304
1304
|
default: string;
|
|
1305
1305
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1306
1306
|
};
|
|
1307
|
-
|
|
1307
|
+
"3xl": {
|
|
1308
1308
|
default: string;
|
|
1309
1309
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1310
1310
|
};
|
|
1311
|
-
|
|
1311
|
+
"4xl": {
|
|
1312
1312
|
default: string;
|
|
1313
1313
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1314
1314
|
};
|
|
1315
|
-
|
|
1315
|
+
"5xl": {
|
|
1316
1316
|
default: string;
|
|
1317
1317
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1318
1318
|
};
|
|
1319
|
-
|
|
1319
|
+
"6xl": {
|
|
1320
1320
|
default: string;
|
|
1321
1321
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1322
1322
|
};
|
|
1323
|
-
|
|
1323
|
+
"7xl": {
|
|
1324
1324
|
default: string;
|
|
1325
1325
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1326
1326
|
};
|
|
1327
|
-
|
|
1327
|
+
"8xl": {
|
|
1328
1328
|
default: string;
|
|
1329
1329
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1330
1330
|
};
|
|
@@ -1351,67 +1351,67 @@ declare const box: {
|
|
|
1351
1351
|
};
|
|
1352
1352
|
paddingLeft: {
|
|
1353
1353
|
values: {
|
|
1354
|
-
|
|
1354
|
+
xs: {
|
|
1355
1355
|
default: string;
|
|
1356
1356
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1357
1357
|
};
|
|
1358
|
-
|
|
1358
|
+
s: {
|
|
1359
1359
|
default: string;
|
|
1360
1360
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1361
1361
|
};
|
|
1362
|
-
|
|
1362
|
+
xl: {
|
|
1363
1363
|
default: string;
|
|
1364
1364
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1365
1365
|
};
|
|
1366
|
-
|
|
1366
|
+
none: {
|
|
1367
1367
|
default: string;
|
|
1368
1368
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1369
1369
|
};
|
|
1370
|
-
"
|
|
1370
|
+
"2xs": {
|
|
1371
1371
|
default: string;
|
|
1372
1372
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1373
1373
|
};
|
|
1374
|
-
|
|
1374
|
+
md: {
|
|
1375
1375
|
default: string;
|
|
1376
1376
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1377
1377
|
};
|
|
1378
|
-
|
|
1378
|
+
lg: {
|
|
1379
1379
|
default: string;
|
|
1380
1380
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1381
1381
|
};
|
|
1382
|
-
"
|
|
1382
|
+
"2xl": {
|
|
1383
1383
|
default: string;
|
|
1384
1384
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1385
1385
|
};
|
|
1386
|
-
"
|
|
1386
|
+
"4xs": {
|
|
1387
1387
|
default: string;
|
|
1388
1388
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1389
1389
|
};
|
|
1390
|
-
"
|
|
1390
|
+
"3xs": {
|
|
1391
1391
|
default: string;
|
|
1392
1392
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1393
1393
|
};
|
|
1394
|
-
|
|
1394
|
+
"3xl": {
|
|
1395
1395
|
default: string;
|
|
1396
1396
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1397
1397
|
};
|
|
1398
|
-
|
|
1398
|
+
"4xl": {
|
|
1399
1399
|
default: string;
|
|
1400
1400
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1401
1401
|
};
|
|
1402
|
-
|
|
1402
|
+
"5xl": {
|
|
1403
1403
|
default: string;
|
|
1404
1404
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1405
1405
|
};
|
|
1406
|
-
|
|
1406
|
+
"6xl": {
|
|
1407
1407
|
default: string;
|
|
1408
1408
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1409
1409
|
};
|
|
1410
|
-
|
|
1410
|
+
"7xl": {
|
|
1411
1411
|
default: string;
|
|
1412
1412
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1413
1413
|
};
|
|
1414
|
-
|
|
1414
|
+
"8xl": {
|
|
1415
1415
|
default: string;
|
|
1416
1416
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1417
1417
|
};
|
|
@@ -1438,67 +1438,67 @@ declare const box: {
|
|
|
1438
1438
|
};
|
|
1439
1439
|
paddingRight: {
|
|
1440
1440
|
values: {
|
|
1441
|
-
|
|
1441
|
+
xs: {
|
|
1442
1442
|
default: string;
|
|
1443
1443
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1444
1444
|
};
|
|
1445
|
-
|
|
1445
|
+
s: {
|
|
1446
1446
|
default: string;
|
|
1447
1447
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1448
1448
|
};
|
|
1449
|
-
|
|
1449
|
+
xl: {
|
|
1450
1450
|
default: string;
|
|
1451
1451
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1452
1452
|
};
|
|
1453
|
-
|
|
1453
|
+
none: {
|
|
1454
1454
|
default: string;
|
|
1455
1455
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1456
1456
|
};
|
|
1457
|
-
"
|
|
1457
|
+
"2xs": {
|
|
1458
1458
|
default: string;
|
|
1459
1459
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1460
1460
|
};
|
|
1461
|
-
|
|
1461
|
+
md: {
|
|
1462
1462
|
default: string;
|
|
1463
1463
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1464
1464
|
};
|
|
1465
|
-
|
|
1465
|
+
lg: {
|
|
1466
1466
|
default: string;
|
|
1467
1467
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1468
1468
|
};
|
|
1469
|
-
"
|
|
1469
|
+
"2xl": {
|
|
1470
1470
|
default: string;
|
|
1471
1471
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1472
1472
|
};
|
|
1473
|
-
"
|
|
1473
|
+
"4xs": {
|
|
1474
1474
|
default: string;
|
|
1475
1475
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1476
1476
|
};
|
|
1477
|
-
"
|
|
1477
|
+
"3xs": {
|
|
1478
1478
|
default: string;
|
|
1479
1479
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1480
1480
|
};
|
|
1481
|
-
|
|
1481
|
+
"3xl": {
|
|
1482
1482
|
default: string;
|
|
1483
1483
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1484
1484
|
};
|
|
1485
|
-
|
|
1485
|
+
"4xl": {
|
|
1486
1486
|
default: string;
|
|
1487
1487
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1488
1488
|
};
|
|
1489
|
-
|
|
1489
|
+
"5xl": {
|
|
1490
1490
|
default: string;
|
|
1491
1491
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1492
1492
|
};
|
|
1493
|
-
|
|
1493
|
+
"6xl": {
|
|
1494
1494
|
default: string;
|
|
1495
1495
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1496
1496
|
};
|
|
1497
|
-
|
|
1497
|
+
"7xl": {
|
|
1498
1498
|
default: string;
|
|
1499
1499
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1500
1500
|
};
|
|
1501
|
-
|
|
1501
|
+
"8xl": {
|
|
1502
1502
|
default: string;
|
|
1503
1503
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1504
1504
|
};
|
|
@@ -1525,67 +1525,67 @@ declare const box: {
|
|
|
1525
1525
|
};
|
|
1526
1526
|
margin: {
|
|
1527
1527
|
values: {
|
|
1528
|
-
|
|
1528
|
+
xs: {
|
|
1529
1529
|
default: string;
|
|
1530
1530
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1531
1531
|
};
|
|
1532
|
-
|
|
1532
|
+
s: {
|
|
1533
1533
|
default: string;
|
|
1534
1534
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1535
1535
|
};
|
|
1536
|
-
|
|
1536
|
+
xl: {
|
|
1537
1537
|
default: string;
|
|
1538
1538
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1539
1539
|
};
|
|
1540
|
-
|
|
1540
|
+
none: {
|
|
1541
1541
|
default: string;
|
|
1542
1542
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1543
1543
|
};
|
|
1544
|
-
"
|
|
1544
|
+
"2xs": {
|
|
1545
1545
|
default: string;
|
|
1546
1546
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1547
1547
|
};
|
|
1548
|
-
|
|
1548
|
+
md: {
|
|
1549
1549
|
default: string;
|
|
1550
1550
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1551
1551
|
};
|
|
1552
|
-
|
|
1552
|
+
lg: {
|
|
1553
1553
|
default: string;
|
|
1554
1554
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1555
1555
|
};
|
|
1556
|
-
"
|
|
1556
|
+
"2xl": {
|
|
1557
1557
|
default: string;
|
|
1558
1558
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1559
1559
|
};
|
|
1560
|
-
"
|
|
1560
|
+
"4xs": {
|
|
1561
1561
|
default: string;
|
|
1562
1562
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1563
1563
|
};
|
|
1564
|
-
"
|
|
1564
|
+
"3xs": {
|
|
1565
1565
|
default: string;
|
|
1566
1566
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1567
1567
|
};
|
|
1568
|
-
|
|
1568
|
+
"3xl": {
|
|
1569
1569
|
default: string;
|
|
1570
1570
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1571
1571
|
};
|
|
1572
|
-
|
|
1572
|
+
"4xl": {
|
|
1573
1573
|
default: string;
|
|
1574
1574
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1575
1575
|
};
|
|
1576
|
-
|
|
1576
|
+
"5xl": {
|
|
1577
1577
|
default: string;
|
|
1578
1578
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1579
1579
|
};
|
|
1580
|
-
|
|
1580
|
+
"6xl": {
|
|
1581
1581
|
default: string;
|
|
1582
1582
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1583
1583
|
};
|
|
1584
|
-
|
|
1584
|
+
"7xl": {
|
|
1585
1585
|
default: string;
|
|
1586
1586
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1587
1587
|
};
|
|
1588
|
-
|
|
1588
|
+
"8xl": {
|
|
1589
1589
|
default: string;
|
|
1590
1590
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1591
1591
|
};
|
|
@@ -1617,67 +1617,67 @@ declare const box: {
|
|
|
1617
1617
|
};
|
|
1618
1618
|
marginTop: {
|
|
1619
1619
|
values: {
|
|
1620
|
-
|
|
1620
|
+
xs: {
|
|
1621
1621
|
default: string;
|
|
1622
1622
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1623
1623
|
};
|
|
1624
|
-
|
|
1624
|
+
s: {
|
|
1625
1625
|
default: string;
|
|
1626
1626
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1627
1627
|
};
|
|
1628
|
-
|
|
1628
|
+
xl: {
|
|
1629
1629
|
default: string;
|
|
1630
1630
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1631
1631
|
};
|
|
1632
|
-
|
|
1632
|
+
none: {
|
|
1633
1633
|
default: string;
|
|
1634
1634
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1635
1635
|
};
|
|
1636
|
-
"
|
|
1636
|
+
"2xs": {
|
|
1637
1637
|
default: string;
|
|
1638
1638
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1639
1639
|
};
|
|
1640
|
-
|
|
1640
|
+
md: {
|
|
1641
1641
|
default: string;
|
|
1642
1642
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1643
1643
|
};
|
|
1644
|
-
|
|
1644
|
+
lg: {
|
|
1645
1645
|
default: string;
|
|
1646
1646
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1647
1647
|
};
|
|
1648
|
-
"
|
|
1648
|
+
"2xl": {
|
|
1649
1649
|
default: string;
|
|
1650
1650
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1651
1651
|
};
|
|
1652
|
-
"
|
|
1652
|
+
"4xs": {
|
|
1653
1653
|
default: string;
|
|
1654
1654
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1655
1655
|
};
|
|
1656
|
-
"
|
|
1656
|
+
"3xs": {
|
|
1657
1657
|
default: string;
|
|
1658
1658
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1659
1659
|
};
|
|
1660
|
-
|
|
1660
|
+
"3xl": {
|
|
1661
1661
|
default: string;
|
|
1662
1662
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1663
1663
|
};
|
|
1664
|
-
|
|
1664
|
+
"4xl": {
|
|
1665
1665
|
default: string;
|
|
1666
1666
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1667
1667
|
};
|
|
1668
|
-
|
|
1668
|
+
"5xl": {
|
|
1669
1669
|
default: string;
|
|
1670
1670
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1671
1671
|
};
|
|
1672
|
-
|
|
1672
|
+
"6xl": {
|
|
1673
1673
|
default: string;
|
|
1674
1674
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1675
1675
|
};
|
|
1676
|
-
|
|
1676
|
+
"7xl": {
|
|
1677
1677
|
default: string;
|
|
1678
1678
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1679
1679
|
};
|
|
1680
|
-
|
|
1680
|
+
"8xl": {
|
|
1681
1681
|
default: string;
|
|
1682
1682
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1683
1683
|
};
|
|
@@ -1709,67 +1709,67 @@ declare const box: {
|
|
|
1709
1709
|
};
|
|
1710
1710
|
marginBottom: {
|
|
1711
1711
|
values: {
|
|
1712
|
-
|
|
1712
|
+
xs: {
|
|
1713
1713
|
default: string;
|
|
1714
1714
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1715
1715
|
};
|
|
1716
|
-
|
|
1716
|
+
s: {
|
|
1717
1717
|
default: string;
|
|
1718
1718
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1719
1719
|
};
|
|
1720
|
-
|
|
1720
|
+
xl: {
|
|
1721
1721
|
default: string;
|
|
1722
1722
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1723
1723
|
};
|
|
1724
|
-
|
|
1724
|
+
none: {
|
|
1725
1725
|
default: string;
|
|
1726
1726
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1727
1727
|
};
|
|
1728
|
-
"
|
|
1728
|
+
"2xs": {
|
|
1729
1729
|
default: string;
|
|
1730
1730
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1731
1731
|
};
|
|
1732
|
-
|
|
1732
|
+
md: {
|
|
1733
1733
|
default: string;
|
|
1734
1734
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1735
1735
|
};
|
|
1736
|
-
|
|
1736
|
+
lg: {
|
|
1737
1737
|
default: string;
|
|
1738
1738
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1739
1739
|
};
|
|
1740
|
-
"
|
|
1740
|
+
"2xl": {
|
|
1741
1741
|
default: string;
|
|
1742
1742
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1743
1743
|
};
|
|
1744
|
-
"
|
|
1744
|
+
"4xs": {
|
|
1745
1745
|
default: string;
|
|
1746
1746
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1747
1747
|
};
|
|
1748
|
-
"
|
|
1748
|
+
"3xs": {
|
|
1749
1749
|
default: string;
|
|
1750
1750
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1751
1751
|
};
|
|
1752
|
-
|
|
1752
|
+
"3xl": {
|
|
1753
1753
|
default: string;
|
|
1754
1754
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1755
1755
|
};
|
|
1756
|
-
|
|
1756
|
+
"4xl": {
|
|
1757
1757
|
default: string;
|
|
1758
1758
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1759
1759
|
};
|
|
1760
|
-
|
|
1760
|
+
"5xl": {
|
|
1761
1761
|
default: string;
|
|
1762
1762
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1763
1763
|
};
|
|
1764
|
-
|
|
1764
|
+
"6xl": {
|
|
1765
1765
|
default: string;
|
|
1766
1766
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1767
1767
|
};
|
|
1768
|
-
|
|
1768
|
+
"7xl": {
|
|
1769
1769
|
default: string;
|
|
1770
1770
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1771
1771
|
};
|
|
1772
|
-
|
|
1772
|
+
"8xl": {
|
|
1773
1773
|
default: string;
|
|
1774
1774
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1775
1775
|
};
|
|
@@ -1801,67 +1801,67 @@ declare const box: {
|
|
|
1801
1801
|
};
|
|
1802
1802
|
marginLeft: {
|
|
1803
1803
|
values: {
|
|
1804
|
-
|
|
1804
|
+
xs: {
|
|
1805
1805
|
default: string;
|
|
1806
1806
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1807
1807
|
};
|
|
1808
|
-
|
|
1808
|
+
s: {
|
|
1809
1809
|
default: string;
|
|
1810
1810
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1811
1811
|
};
|
|
1812
|
-
|
|
1812
|
+
xl: {
|
|
1813
1813
|
default: string;
|
|
1814
1814
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1815
1815
|
};
|
|
1816
|
-
|
|
1816
|
+
none: {
|
|
1817
1817
|
default: string;
|
|
1818
1818
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1819
1819
|
};
|
|
1820
|
-
"
|
|
1820
|
+
"2xs": {
|
|
1821
1821
|
default: string;
|
|
1822
1822
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1823
1823
|
};
|
|
1824
|
-
|
|
1824
|
+
md: {
|
|
1825
1825
|
default: string;
|
|
1826
1826
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1827
1827
|
};
|
|
1828
|
-
|
|
1828
|
+
lg: {
|
|
1829
1829
|
default: string;
|
|
1830
1830
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1831
1831
|
};
|
|
1832
|
-
"
|
|
1832
|
+
"2xl": {
|
|
1833
1833
|
default: string;
|
|
1834
1834
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1835
1835
|
};
|
|
1836
|
-
"
|
|
1836
|
+
"4xs": {
|
|
1837
1837
|
default: string;
|
|
1838
1838
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1839
1839
|
};
|
|
1840
|
-
"
|
|
1840
|
+
"3xs": {
|
|
1841
1841
|
default: string;
|
|
1842
1842
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1843
1843
|
};
|
|
1844
|
-
|
|
1844
|
+
"3xl": {
|
|
1845
1845
|
default: string;
|
|
1846
1846
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1847
1847
|
};
|
|
1848
|
-
|
|
1848
|
+
"4xl": {
|
|
1849
1849
|
default: string;
|
|
1850
1850
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1851
1851
|
};
|
|
1852
|
-
|
|
1852
|
+
"5xl": {
|
|
1853
1853
|
default: string;
|
|
1854
1854
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1855
1855
|
};
|
|
1856
|
-
|
|
1856
|
+
"6xl": {
|
|
1857
1857
|
default: string;
|
|
1858
1858
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1859
1859
|
};
|
|
1860
|
-
|
|
1860
|
+
"7xl": {
|
|
1861
1861
|
default: string;
|
|
1862
1862
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1863
1863
|
};
|
|
1864
|
-
|
|
1864
|
+
"8xl": {
|
|
1865
1865
|
default: string;
|
|
1866
1866
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1867
1867
|
};
|
|
@@ -1893,67 +1893,67 @@ declare const box: {
|
|
|
1893
1893
|
};
|
|
1894
1894
|
marginRight: {
|
|
1895
1895
|
values: {
|
|
1896
|
-
|
|
1896
|
+
xs: {
|
|
1897
1897
|
default: string;
|
|
1898
1898
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1899
1899
|
};
|
|
1900
|
-
|
|
1900
|
+
s: {
|
|
1901
1901
|
default: string;
|
|
1902
1902
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1903
1903
|
};
|
|
1904
|
-
|
|
1904
|
+
xl: {
|
|
1905
1905
|
default: string;
|
|
1906
1906
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1907
1907
|
};
|
|
1908
|
-
|
|
1908
|
+
none: {
|
|
1909
1909
|
default: string;
|
|
1910
1910
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1911
1911
|
};
|
|
1912
|
-
"
|
|
1912
|
+
"2xs": {
|
|
1913
1913
|
default: string;
|
|
1914
1914
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1915
1915
|
};
|
|
1916
|
-
|
|
1916
|
+
md: {
|
|
1917
1917
|
default: string;
|
|
1918
1918
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1919
1919
|
};
|
|
1920
|
-
|
|
1920
|
+
lg: {
|
|
1921
1921
|
default: string;
|
|
1922
1922
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1923
1923
|
};
|
|
1924
|
-
"
|
|
1924
|
+
"2xl": {
|
|
1925
1925
|
default: string;
|
|
1926
1926
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1927
1927
|
};
|
|
1928
|
-
"
|
|
1928
|
+
"4xs": {
|
|
1929
1929
|
default: string;
|
|
1930
1930
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1931
1931
|
};
|
|
1932
|
-
"
|
|
1932
|
+
"3xs": {
|
|
1933
1933
|
default: string;
|
|
1934
1934
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1935
1935
|
};
|
|
1936
|
-
|
|
1936
|
+
"3xl": {
|
|
1937
1937
|
default: string;
|
|
1938
1938
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1939
1939
|
};
|
|
1940
|
-
|
|
1940
|
+
"4xl": {
|
|
1941
1941
|
default: string;
|
|
1942
1942
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1943
1943
|
};
|
|
1944
|
-
|
|
1944
|
+
"5xl": {
|
|
1945
1945
|
default: string;
|
|
1946
1946
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1947
1947
|
};
|
|
1948
|
-
|
|
1948
|
+
"6xl": {
|
|
1949
1949
|
default: string;
|
|
1950
1950
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1951
1951
|
};
|
|
1952
|
-
|
|
1952
|
+
"7xl": {
|
|
1953
1953
|
default: string;
|
|
1954
1954
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1955
1955
|
};
|
|
1956
|
-
|
|
1956
|
+
"8xl": {
|
|
1957
1957
|
default: string;
|
|
1958
1958
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1959
1959
|
};
|
|
@@ -1985,67 +1985,67 @@ declare const box: {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
gap: {
|
|
1987
1987
|
values: {
|
|
1988
|
-
|
|
1988
|
+
xs: {
|
|
1989
1989
|
default: string;
|
|
1990
1990
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1991
1991
|
};
|
|
1992
|
-
|
|
1992
|
+
s: {
|
|
1993
1993
|
default: string;
|
|
1994
1994
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1995
1995
|
};
|
|
1996
|
-
|
|
1996
|
+
xl: {
|
|
1997
1997
|
default: string;
|
|
1998
1998
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1999
1999
|
};
|
|
2000
|
-
|
|
2000
|
+
none: {
|
|
2001
2001
|
default: string;
|
|
2002
2002
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2003
2003
|
};
|
|
2004
|
-
"
|
|
2004
|
+
"2xs": {
|
|
2005
2005
|
default: string;
|
|
2006
2006
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2007
2007
|
};
|
|
2008
|
-
|
|
2008
|
+
md: {
|
|
2009
2009
|
default: string;
|
|
2010
2010
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2011
2011
|
};
|
|
2012
|
-
|
|
2012
|
+
lg: {
|
|
2013
2013
|
default: string;
|
|
2014
2014
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2015
2015
|
};
|
|
2016
|
-
"
|
|
2016
|
+
"2xl": {
|
|
2017
2017
|
default: string;
|
|
2018
2018
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2019
2019
|
};
|
|
2020
|
-
"
|
|
2020
|
+
"4xs": {
|
|
2021
2021
|
default: string;
|
|
2022
2022
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2023
2023
|
};
|
|
2024
|
-
"
|
|
2024
|
+
"3xs": {
|
|
2025
2025
|
default: string;
|
|
2026
2026
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2027
2027
|
};
|
|
2028
|
-
|
|
2028
|
+
"3xl": {
|
|
2029
2029
|
default: string;
|
|
2030
2030
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2031
2031
|
};
|
|
2032
|
-
|
|
2032
|
+
"4xl": {
|
|
2033
2033
|
default: string;
|
|
2034
2034
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2035
2035
|
};
|
|
2036
|
-
|
|
2036
|
+
"5xl": {
|
|
2037
2037
|
default: string;
|
|
2038
2038
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2039
2039
|
};
|
|
2040
|
-
|
|
2040
|
+
"6xl": {
|
|
2041
2041
|
default: string;
|
|
2042
2042
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2043
2043
|
};
|
|
2044
|
-
|
|
2044
|
+
"7xl": {
|
|
2045
2045
|
default: string;
|
|
2046
2046
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2047
2047
|
};
|
|
2048
|
-
|
|
2048
|
+
"8xl": {
|
|
2049
2049
|
default: string;
|
|
2050
2050
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2051
2051
|
};
|
|
@@ -2072,67 +2072,67 @@ declare const box: {
|
|
|
2072
2072
|
};
|
|
2073
2073
|
gridGap: {
|
|
2074
2074
|
values: {
|
|
2075
|
-
|
|
2075
|
+
xs: {
|
|
2076
2076
|
default: string;
|
|
2077
2077
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2078
2078
|
};
|
|
2079
|
-
|
|
2079
|
+
s: {
|
|
2080
2080
|
default: string;
|
|
2081
2081
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2082
2082
|
};
|
|
2083
|
-
|
|
2083
|
+
xl: {
|
|
2084
2084
|
default: string;
|
|
2085
2085
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2086
2086
|
};
|
|
2087
|
-
|
|
2087
|
+
none: {
|
|
2088
2088
|
default: string;
|
|
2089
2089
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2090
2090
|
};
|
|
2091
|
-
"
|
|
2091
|
+
"2xs": {
|
|
2092
2092
|
default: string;
|
|
2093
2093
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2094
2094
|
};
|
|
2095
|
-
|
|
2095
|
+
md: {
|
|
2096
2096
|
default: string;
|
|
2097
2097
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2098
2098
|
};
|
|
2099
|
-
|
|
2099
|
+
lg: {
|
|
2100
2100
|
default: string;
|
|
2101
2101
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2102
2102
|
};
|
|
2103
|
-
"
|
|
2103
|
+
"2xl": {
|
|
2104
2104
|
default: string;
|
|
2105
2105
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2106
2106
|
};
|
|
2107
|
-
"
|
|
2107
|
+
"4xs": {
|
|
2108
2108
|
default: string;
|
|
2109
2109
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2110
2110
|
};
|
|
2111
|
-
"
|
|
2111
|
+
"3xs": {
|
|
2112
2112
|
default: string;
|
|
2113
2113
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2114
2114
|
};
|
|
2115
|
-
|
|
2115
|
+
"3xl": {
|
|
2116
2116
|
default: string;
|
|
2117
2117
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2118
2118
|
};
|
|
2119
|
-
|
|
2119
|
+
"4xl": {
|
|
2120
2120
|
default: string;
|
|
2121
2121
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2122
2122
|
};
|
|
2123
|
-
|
|
2123
|
+
"5xl": {
|
|
2124
2124
|
default: string;
|
|
2125
2125
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2126
2126
|
};
|
|
2127
|
-
|
|
2127
|
+
"6xl": {
|
|
2128
2128
|
default: string;
|
|
2129
2129
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2130
2130
|
};
|
|
2131
|
-
|
|
2131
|
+
"7xl": {
|
|
2132
2132
|
default: string;
|
|
2133
2133
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2134
2134
|
};
|
|
2135
|
-
|
|
2135
|
+
"8xl": {
|
|
2136
2136
|
default: string;
|
|
2137
2137
|
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2138
2138
|
};
|