@rarui/styles 3.3.1 → 3.4.0
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/CHANGELOG.md +10 -0
- package/dist/index.css +2 -2
- package/dist/index.d.ts +1 -1
- 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 +22 -22
- package/dist/packages/exhibition/title/index.d.ts +18 -18
- package/dist/packages/feedback/status/index.d.ts +17 -0
- package/dist/packages/feedback/status/index.js +1 -1
- package/dist/packages/feedback/status/rarui-status.css +20 -0
- package/dist/packages/feedback/status/rarui-status.css.js +1 -1
- package/dist/packages/feedback/status/rarui-status.types.d.ts +4 -1
- package/dist/packages/input/radioButton/index.d.ts +4 -0
- package/dist/packages/input/radioButton/rarui-radioButton.css +4 -0
- package/dist/packages/input/radioButton/rarui-radioButton.css.d.ts +4 -0
- package/dist/packages/layout/box/index.d.ts +865 -865
- package/dist/packages/layout/sidebar/index.d.ts +2 -2
- package/dist/packages/surface/card/index.d.ts +33 -33
- package/package.json +1 -1
|
@@ -5,137 +5,137 @@ declare const box: {
|
|
|
5
5
|
config: {
|
|
6
6
|
backgroundColor: {
|
|
7
7
|
values: {
|
|
8
|
-
|
|
8
|
+
background: {
|
|
9
9
|
default: string;
|
|
10
|
-
conditions: Record<"
|
|
10
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
overlay: {
|
|
13
13
|
default: string;
|
|
14
|
-
conditions: Record<"
|
|
14
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
transparent: {
|
|
17
17
|
default: string;
|
|
18
|
-
conditions: Record<"
|
|
18
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
brand: {
|
|
21
21
|
default: string;
|
|
22
|
-
conditions: Record<"
|
|
22
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
23
23
|
};
|
|
24
|
-
"
|
|
24
|
+
"brand-hover": {
|
|
25
25
|
default: string;
|
|
26
|
-
conditions: Record<"
|
|
26
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
27
27
|
};
|
|
28
|
-
"
|
|
28
|
+
"brand-press": {
|
|
29
29
|
default: string;
|
|
30
|
-
conditions: Record<"
|
|
30
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
31
31
|
};
|
|
32
|
-
"
|
|
32
|
+
"brand-subdued": {
|
|
33
33
|
default: string;
|
|
34
|
-
conditions: Record<"
|
|
34
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
disabled: {
|
|
37
37
|
default: string;
|
|
38
|
-
conditions: Record<"
|
|
38
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
39
39
|
};
|
|
40
|
-
|
|
40
|
+
error: {
|
|
41
41
|
default: string;
|
|
42
|
-
conditions: Record<"
|
|
42
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
43
43
|
};
|
|
44
|
-
"
|
|
44
|
+
"error-hover": {
|
|
45
45
|
default: string;
|
|
46
|
-
conditions: Record<"
|
|
46
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
47
47
|
};
|
|
48
|
-
"
|
|
48
|
+
"error-press": {
|
|
49
49
|
default: string;
|
|
50
|
-
conditions: Record<"
|
|
50
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
51
51
|
};
|
|
52
|
-
"
|
|
52
|
+
"error-subdued": {
|
|
53
53
|
default: string;
|
|
54
|
-
conditions: Record<"
|
|
54
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
hover: {
|
|
57
57
|
default: string;
|
|
58
|
-
conditions: Record<"
|
|
58
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
59
59
|
};
|
|
60
|
-
|
|
60
|
+
info: {
|
|
61
61
|
default: string;
|
|
62
|
-
conditions: Record<"
|
|
62
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
63
63
|
};
|
|
64
|
-
"
|
|
64
|
+
"info-hover": {
|
|
65
65
|
default: string;
|
|
66
|
-
conditions: Record<"
|
|
66
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
67
67
|
};
|
|
68
|
-
"
|
|
68
|
+
"info-press": {
|
|
69
69
|
default: string;
|
|
70
|
-
conditions: Record<"
|
|
70
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
71
71
|
};
|
|
72
|
-
"
|
|
72
|
+
"info-subdued": {
|
|
73
73
|
default: string;
|
|
74
|
-
conditions: Record<"
|
|
74
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
75
75
|
};
|
|
76
|
-
|
|
76
|
+
invert: {
|
|
77
77
|
default: string;
|
|
78
|
-
conditions: Record<"
|
|
78
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
79
79
|
};
|
|
80
|
-
"
|
|
80
|
+
"invert-disabled": {
|
|
81
81
|
default: string;
|
|
82
|
-
conditions: Record<"
|
|
82
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
"invert-hover": {
|
|
85
85
|
default: string;
|
|
86
|
-
conditions: Record<"
|
|
86
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
87
87
|
};
|
|
88
|
-
|
|
88
|
+
"invert-press": {
|
|
89
89
|
default: string;
|
|
90
|
-
conditions: Record<"
|
|
90
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
91
91
|
};
|
|
92
|
-
|
|
92
|
+
"invert-secondary": {
|
|
93
93
|
default: string;
|
|
94
|
-
conditions: Record<"
|
|
94
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
95
95
|
};
|
|
96
|
-
|
|
96
|
+
press: {
|
|
97
97
|
default: string;
|
|
98
|
-
conditions: Record<"
|
|
98
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
primary: {
|
|
101
101
|
default: string;
|
|
102
|
-
conditions: Record<"
|
|
102
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
103
103
|
};
|
|
104
|
-
|
|
104
|
+
secondary: {
|
|
105
105
|
default: string;
|
|
106
|
-
conditions: Record<"
|
|
106
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
success: {
|
|
109
109
|
default: string;
|
|
110
|
-
conditions: Record<"
|
|
110
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
111
111
|
};
|
|
112
|
-
|
|
112
|
+
"success-hover": {
|
|
113
113
|
default: string;
|
|
114
|
-
conditions: Record<"
|
|
114
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
115
115
|
};
|
|
116
|
-
press: {
|
|
116
|
+
"success-press": {
|
|
117
117
|
default: string;
|
|
118
|
-
conditions: Record<"
|
|
118
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
119
119
|
};
|
|
120
|
-
|
|
120
|
+
"success-subdued": {
|
|
121
121
|
default: string;
|
|
122
|
-
conditions: Record<"
|
|
122
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
123
123
|
};
|
|
124
|
-
|
|
124
|
+
warning: {
|
|
125
125
|
default: string;
|
|
126
|
-
conditions: Record<"
|
|
126
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
127
127
|
};
|
|
128
|
-
|
|
128
|
+
"warning-hover": {
|
|
129
129
|
default: string;
|
|
130
|
-
conditions: Record<"
|
|
130
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
131
131
|
};
|
|
132
|
-
warning: {
|
|
132
|
+
"warning-press": {
|
|
133
133
|
default: string;
|
|
134
|
-
conditions: Record<"
|
|
134
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
135
135
|
};
|
|
136
|
-
|
|
136
|
+
"warning-subdued": {
|
|
137
137
|
default: string;
|
|
138
|
-
conditions: Record<"
|
|
138
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
141
|
staticScale: {
|
|
@@ -177,141 +177,141 @@ declare const box: {
|
|
|
177
177
|
};
|
|
178
178
|
fill: {
|
|
179
179
|
values: {
|
|
180
|
-
|
|
180
|
+
background: {
|
|
181
181
|
default: string;
|
|
182
|
-
conditions: Record<"
|
|
182
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
183
183
|
};
|
|
184
|
-
|
|
184
|
+
overlay: {
|
|
185
185
|
default: string;
|
|
186
|
-
conditions: Record<"
|
|
186
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
187
187
|
};
|
|
188
|
-
|
|
188
|
+
transparent: {
|
|
189
189
|
default: string;
|
|
190
|
-
conditions: Record<"
|
|
190
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
191
191
|
};
|
|
192
|
-
|
|
192
|
+
brand: {
|
|
193
193
|
default: string;
|
|
194
|
-
conditions: Record<"
|
|
194
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
195
195
|
};
|
|
196
|
-
"
|
|
196
|
+
"brand-hover": {
|
|
197
197
|
default: string;
|
|
198
|
-
conditions: Record<"
|
|
198
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
199
199
|
};
|
|
200
|
-
"
|
|
200
|
+
"brand-press": {
|
|
201
201
|
default: string;
|
|
202
|
-
conditions: Record<"
|
|
202
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
203
203
|
};
|
|
204
|
-
"
|
|
204
|
+
"brand-subdued": {
|
|
205
205
|
default: string;
|
|
206
|
-
conditions: Record<"
|
|
206
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
207
207
|
};
|
|
208
|
-
|
|
208
|
+
disabled: {
|
|
209
209
|
default: string;
|
|
210
|
-
conditions: Record<"
|
|
210
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
211
211
|
};
|
|
212
|
-
|
|
212
|
+
error: {
|
|
213
213
|
default: string;
|
|
214
|
-
conditions: Record<"
|
|
214
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
215
215
|
};
|
|
216
|
-
"
|
|
216
|
+
"error-hover": {
|
|
217
217
|
default: string;
|
|
218
|
-
conditions: Record<"
|
|
218
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
219
219
|
};
|
|
220
|
-
"
|
|
220
|
+
"error-press": {
|
|
221
221
|
default: string;
|
|
222
|
-
conditions: Record<"
|
|
222
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
223
223
|
};
|
|
224
|
-
"
|
|
224
|
+
"error-subdued": {
|
|
225
225
|
default: string;
|
|
226
|
-
conditions: Record<"
|
|
226
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
227
227
|
};
|
|
228
|
-
|
|
228
|
+
hover: {
|
|
229
229
|
default: string;
|
|
230
|
-
conditions: Record<"
|
|
230
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
231
231
|
};
|
|
232
|
-
|
|
232
|
+
info: {
|
|
233
233
|
default: string;
|
|
234
|
-
conditions: Record<"
|
|
234
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
235
235
|
};
|
|
236
|
-
"
|
|
236
|
+
"info-hover": {
|
|
237
237
|
default: string;
|
|
238
|
-
conditions: Record<"
|
|
238
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
239
239
|
};
|
|
240
|
-
"
|
|
240
|
+
"info-press": {
|
|
241
241
|
default: string;
|
|
242
|
-
conditions: Record<"
|
|
242
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
243
243
|
};
|
|
244
|
-
"
|
|
244
|
+
"info-subdued": {
|
|
245
245
|
default: string;
|
|
246
|
-
conditions: Record<"
|
|
246
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
247
247
|
};
|
|
248
|
-
|
|
248
|
+
invert: {
|
|
249
249
|
default: string;
|
|
250
|
-
conditions: Record<"
|
|
250
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
251
251
|
};
|
|
252
|
-
"
|
|
252
|
+
"invert-disabled": {
|
|
253
253
|
default: string;
|
|
254
|
-
conditions: Record<"
|
|
254
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
255
255
|
};
|
|
256
|
-
|
|
256
|
+
"invert-hover": {
|
|
257
257
|
default: string;
|
|
258
|
-
conditions: Record<"
|
|
258
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
259
259
|
};
|
|
260
|
-
|
|
260
|
+
"invert-press": {
|
|
261
261
|
default: string;
|
|
262
|
-
conditions: Record<"
|
|
262
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
263
263
|
};
|
|
264
|
-
|
|
264
|
+
"invert-secondary": {
|
|
265
265
|
default: string;
|
|
266
|
-
conditions: Record<"
|
|
266
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
267
267
|
};
|
|
268
|
-
|
|
268
|
+
press: {
|
|
269
269
|
default: string;
|
|
270
|
-
conditions: Record<"
|
|
270
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
271
271
|
};
|
|
272
|
-
|
|
272
|
+
primary: {
|
|
273
273
|
default: string;
|
|
274
|
-
conditions: Record<"
|
|
274
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
275
275
|
};
|
|
276
|
-
|
|
276
|
+
secondary: {
|
|
277
277
|
default: string;
|
|
278
|
-
conditions: Record<"
|
|
278
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
279
279
|
};
|
|
280
|
-
|
|
280
|
+
success: {
|
|
281
281
|
default: string;
|
|
282
|
-
conditions: Record<"
|
|
282
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
283
283
|
};
|
|
284
|
-
|
|
284
|
+
"success-hover": {
|
|
285
285
|
default: string;
|
|
286
|
-
conditions: Record<"
|
|
286
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
287
287
|
};
|
|
288
|
-
press: {
|
|
288
|
+
"success-press": {
|
|
289
289
|
default: string;
|
|
290
|
-
conditions: Record<"
|
|
290
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
291
291
|
};
|
|
292
|
-
|
|
292
|
+
"success-subdued": {
|
|
293
293
|
default: string;
|
|
294
|
-
conditions: Record<"
|
|
294
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
295
295
|
};
|
|
296
|
-
|
|
296
|
+
warning: {
|
|
297
297
|
default: string;
|
|
298
|
-
conditions: Record<"
|
|
298
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
299
299
|
};
|
|
300
|
-
|
|
300
|
+
"warning-hover": {
|
|
301
301
|
default: string;
|
|
302
|
-
conditions: Record<"
|
|
302
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
303
303
|
};
|
|
304
|
-
warning: {
|
|
304
|
+
"warning-press": {
|
|
305
305
|
default: string;
|
|
306
|
-
conditions: Record<"
|
|
306
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
307
307
|
};
|
|
308
|
-
|
|
308
|
+
"warning-subdued": {
|
|
309
309
|
default: string;
|
|
310
|
-
conditions: Record<"
|
|
310
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
311
311
|
};
|
|
312
312
|
currentColor: {
|
|
313
313
|
default: string;
|
|
314
|
-
conditions: Record<"
|
|
314
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
315
315
|
};
|
|
316
316
|
};
|
|
317
317
|
staticScale: {
|
|
@@ -354,61 +354,61 @@ declare const box: {
|
|
|
354
354
|
};
|
|
355
355
|
borderColor: {
|
|
356
356
|
values: {
|
|
357
|
-
|
|
358
|
-
default: string;
|
|
359
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
360
|
-
};
|
|
361
|
-
"brand-alt": {
|
|
357
|
+
transparent: {
|
|
362
358
|
default: string;
|
|
363
|
-
conditions: Record<"
|
|
359
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
364
360
|
};
|
|
365
361
|
brand: {
|
|
366
362
|
default: string;
|
|
367
|
-
conditions: Record<"
|
|
363
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
368
364
|
};
|
|
369
365
|
disabled: {
|
|
370
366
|
default: string;
|
|
371
|
-
conditions: Record<"
|
|
367
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
372
368
|
};
|
|
373
369
|
error: {
|
|
374
370
|
default: string;
|
|
375
|
-
conditions: Record<"
|
|
371
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
376
372
|
};
|
|
377
373
|
info: {
|
|
378
374
|
default: string;
|
|
379
|
-
conditions: Record<"
|
|
375
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
380
376
|
};
|
|
381
377
|
invert: {
|
|
382
378
|
default: string;
|
|
383
|
-
conditions: Record<"
|
|
379
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
380
|
+
};
|
|
381
|
+
"invert-disabled": {
|
|
382
|
+
default: string;
|
|
383
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
384
384
|
};
|
|
385
385
|
primary: {
|
|
386
386
|
default: string;
|
|
387
|
-
conditions: Record<"
|
|
387
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
388
388
|
};
|
|
389
389
|
secondary: {
|
|
390
390
|
default: string;
|
|
391
|
-
conditions: Record<"
|
|
391
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
392
392
|
};
|
|
393
393
|
success: {
|
|
394
394
|
default: string;
|
|
395
|
-
conditions: Record<"
|
|
395
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
396
396
|
};
|
|
397
397
|
warning: {
|
|
398
398
|
default: string;
|
|
399
|
-
conditions: Record<"
|
|
399
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
400
400
|
};
|
|
401
|
-
|
|
401
|
+
"brand-alt": {
|
|
402
402
|
default: string;
|
|
403
|
-
conditions: Record<"
|
|
403
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
404
404
|
};
|
|
405
|
-
|
|
405
|
+
divider: {
|
|
406
406
|
default: string;
|
|
407
|
-
conditions: Record<"
|
|
407
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
408
408
|
};
|
|
409
|
-
|
|
409
|
+
subdued: {
|
|
410
410
|
default: string;
|
|
411
|
-
conditions: Record<"
|
|
411
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
412
412
|
};
|
|
413
413
|
};
|
|
414
414
|
staticScale: {
|
|
@@ -431,81 +431,81 @@ declare const box: {
|
|
|
431
431
|
};
|
|
432
432
|
color: {
|
|
433
433
|
values: {
|
|
434
|
-
|
|
434
|
+
brand: {
|
|
435
435
|
default: string;
|
|
436
|
-
conditions: Record<"
|
|
436
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
437
437
|
};
|
|
438
|
-
|
|
438
|
+
disabled: {
|
|
439
439
|
default: string;
|
|
440
|
-
conditions: Record<"
|
|
440
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
441
441
|
};
|
|
442
|
-
|
|
442
|
+
error: {
|
|
443
443
|
default: string;
|
|
444
|
-
conditions: Record<"
|
|
444
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
445
445
|
};
|
|
446
|
-
|
|
446
|
+
info: {
|
|
447
447
|
default: string;
|
|
448
|
-
conditions: Record<"
|
|
448
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
449
449
|
};
|
|
450
|
-
|
|
450
|
+
invert: {
|
|
451
451
|
default: string;
|
|
452
|
-
conditions: Record<"
|
|
452
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
453
453
|
};
|
|
454
|
-
"
|
|
454
|
+
"invert-disabled": {
|
|
455
455
|
default: string;
|
|
456
|
-
conditions: Record<"
|
|
456
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
457
457
|
};
|
|
458
|
-
"
|
|
458
|
+
"invert-secondary": {
|
|
459
459
|
default: string;
|
|
460
|
-
conditions: Record<"
|
|
460
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
461
461
|
};
|
|
462
|
-
|
|
462
|
+
primary: {
|
|
463
463
|
default: string;
|
|
464
|
-
conditions: Record<"
|
|
464
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
465
465
|
};
|
|
466
|
-
|
|
466
|
+
secondary: {
|
|
467
467
|
default: string;
|
|
468
|
-
conditions: Record<"
|
|
468
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
469
469
|
};
|
|
470
|
-
|
|
470
|
+
success: {
|
|
471
471
|
default: string;
|
|
472
|
-
conditions: Record<"
|
|
472
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
473
473
|
};
|
|
474
|
-
|
|
474
|
+
warning: {
|
|
475
475
|
default: string;
|
|
476
|
-
conditions: Record<"
|
|
476
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
477
477
|
};
|
|
478
|
-
|
|
478
|
+
"brand-alt": {
|
|
479
479
|
default: string;
|
|
480
|
-
conditions: Record<"
|
|
480
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
481
481
|
};
|
|
482
|
-
|
|
482
|
+
"on-brand": {
|
|
483
483
|
default: string;
|
|
484
|
-
conditions: Record<"
|
|
484
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
485
485
|
};
|
|
486
|
-
|
|
486
|
+
"on-error": {
|
|
487
487
|
default: string;
|
|
488
|
-
conditions: Record<"
|
|
488
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
489
489
|
};
|
|
490
|
-
|
|
490
|
+
"on-info": {
|
|
491
491
|
default: string;
|
|
492
|
-
conditions: Record<"
|
|
492
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
493
493
|
};
|
|
494
|
-
|
|
494
|
+
"on-success": {
|
|
495
495
|
default: string;
|
|
496
|
-
conditions: Record<"
|
|
496
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
497
497
|
};
|
|
498
|
-
|
|
498
|
+
"on-warning": {
|
|
499
499
|
default: string;
|
|
500
|
-
conditions: Record<"
|
|
500
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
501
501
|
};
|
|
502
|
-
warning: {
|
|
502
|
+
"warning-alt": {
|
|
503
503
|
default: string;
|
|
504
|
-
conditions: Record<"
|
|
504
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
505
505
|
};
|
|
506
506
|
currentColor: {
|
|
507
507
|
default: string;
|
|
508
|
-
conditions: Record<"
|
|
508
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
509
509
|
};
|
|
510
510
|
};
|
|
511
511
|
staticScale: {
|
|
@@ -533,49 +533,49 @@ declare const box: {
|
|
|
533
533
|
};
|
|
534
534
|
borderRadius: {
|
|
535
535
|
values: {
|
|
536
|
-
|
|
536
|
+
xs: {
|
|
537
537
|
default: string;
|
|
538
|
-
conditions: Record<"
|
|
538
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
539
539
|
};
|
|
540
|
-
|
|
540
|
+
none: {
|
|
541
541
|
default: string;
|
|
542
|
-
conditions: Record<"
|
|
542
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
543
543
|
};
|
|
544
544
|
button: {
|
|
545
545
|
default: string;
|
|
546
|
-
conditions: Record<"
|
|
547
|
-
};
|
|
548
|
-
xs: {
|
|
549
|
-
default: string;
|
|
550
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
546
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
551
547
|
};
|
|
552
548
|
xl: {
|
|
553
549
|
default: string;
|
|
554
|
-
conditions: Record<"
|
|
550
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
555
551
|
};
|
|
556
|
-
|
|
552
|
+
"2xs": {
|
|
557
553
|
default: string;
|
|
558
|
-
conditions: Record<"
|
|
554
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
559
555
|
};
|
|
560
556
|
sm: {
|
|
561
557
|
default: string;
|
|
562
|
-
conditions: Record<"
|
|
558
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
563
559
|
};
|
|
564
560
|
md: {
|
|
565
561
|
default: string;
|
|
566
|
-
conditions: Record<"
|
|
562
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
567
563
|
};
|
|
568
564
|
lg: {
|
|
569
565
|
default: string;
|
|
570
|
-
conditions: Record<"
|
|
566
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
567
|
+
};
|
|
568
|
+
"2xl": {
|
|
569
|
+
default: string;
|
|
570
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
571
571
|
};
|
|
572
572
|
pill: {
|
|
573
573
|
default: string;
|
|
574
|
-
conditions: Record<"
|
|
574
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
575
575
|
};
|
|
576
576
|
input: {
|
|
577
577
|
default: string;
|
|
578
|
-
conditions: Record<"
|
|
578
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
579
579
|
};
|
|
580
580
|
};
|
|
581
581
|
staticScale: {
|
|
@@ -595,49 +595,49 @@ declare const box: {
|
|
|
595
595
|
};
|
|
596
596
|
borderTopLeftRadius: {
|
|
597
597
|
values: {
|
|
598
|
-
|
|
598
|
+
xs: {
|
|
599
599
|
default: string;
|
|
600
|
-
conditions: Record<"
|
|
600
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
601
601
|
};
|
|
602
|
-
|
|
602
|
+
none: {
|
|
603
603
|
default: string;
|
|
604
|
-
conditions: Record<"
|
|
604
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
605
605
|
};
|
|
606
606
|
button: {
|
|
607
607
|
default: string;
|
|
608
|
-
conditions: Record<"
|
|
609
|
-
};
|
|
610
|
-
xs: {
|
|
611
|
-
default: string;
|
|
612
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
608
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
613
609
|
};
|
|
614
610
|
xl: {
|
|
615
611
|
default: string;
|
|
616
|
-
conditions: Record<"
|
|
612
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
617
613
|
};
|
|
618
|
-
|
|
614
|
+
"2xs": {
|
|
619
615
|
default: string;
|
|
620
|
-
conditions: Record<"
|
|
616
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
621
617
|
};
|
|
622
618
|
sm: {
|
|
623
619
|
default: string;
|
|
624
|
-
conditions: Record<"
|
|
620
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
625
621
|
};
|
|
626
622
|
md: {
|
|
627
623
|
default: string;
|
|
628
|
-
conditions: Record<"
|
|
624
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
629
625
|
};
|
|
630
626
|
lg: {
|
|
631
627
|
default: string;
|
|
632
|
-
conditions: Record<"
|
|
628
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
629
|
+
};
|
|
630
|
+
"2xl": {
|
|
631
|
+
default: string;
|
|
632
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
633
633
|
};
|
|
634
634
|
pill: {
|
|
635
635
|
default: string;
|
|
636
|
-
conditions: Record<"
|
|
636
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
637
637
|
};
|
|
638
638
|
input: {
|
|
639
639
|
default: string;
|
|
640
|
-
conditions: Record<"
|
|
640
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
641
641
|
};
|
|
642
642
|
};
|
|
643
643
|
staticScale: {
|
|
@@ -657,49 +657,49 @@ declare const box: {
|
|
|
657
657
|
};
|
|
658
658
|
borderTopRightRadius: {
|
|
659
659
|
values: {
|
|
660
|
-
|
|
660
|
+
xs: {
|
|
661
661
|
default: string;
|
|
662
|
-
conditions: Record<"
|
|
662
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
663
663
|
};
|
|
664
|
-
|
|
664
|
+
none: {
|
|
665
665
|
default: string;
|
|
666
|
-
conditions: Record<"
|
|
666
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
667
667
|
};
|
|
668
668
|
button: {
|
|
669
669
|
default: string;
|
|
670
|
-
conditions: Record<"
|
|
671
|
-
};
|
|
672
|
-
xs: {
|
|
673
|
-
default: string;
|
|
674
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
670
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
675
671
|
};
|
|
676
672
|
xl: {
|
|
677
673
|
default: string;
|
|
678
|
-
conditions: Record<"
|
|
674
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
679
675
|
};
|
|
680
|
-
|
|
676
|
+
"2xs": {
|
|
681
677
|
default: string;
|
|
682
|
-
conditions: Record<"
|
|
678
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
683
679
|
};
|
|
684
680
|
sm: {
|
|
685
681
|
default: string;
|
|
686
|
-
conditions: Record<"
|
|
682
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
687
683
|
};
|
|
688
684
|
md: {
|
|
689
685
|
default: string;
|
|
690
|
-
conditions: Record<"
|
|
686
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
691
687
|
};
|
|
692
688
|
lg: {
|
|
693
689
|
default: string;
|
|
694
|
-
conditions: Record<"
|
|
690
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
691
|
+
};
|
|
692
|
+
"2xl": {
|
|
693
|
+
default: string;
|
|
694
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
695
695
|
};
|
|
696
696
|
pill: {
|
|
697
697
|
default: string;
|
|
698
|
-
conditions: Record<"
|
|
698
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
699
699
|
};
|
|
700
700
|
input: {
|
|
701
701
|
default: string;
|
|
702
|
-
conditions: Record<"
|
|
702
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
703
703
|
};
|
|
704
704
|
};
|
|
705
705
|
staticScale: {
|
|
@@ -719,49 +719,49 @@ declare const box: {
|
|
|
719
719
|
};
|
|
720
720
|
borderBottomLeftRadius: {
|
|
721
721
|
values: {
|
|
722
|
-
|
|
722
|
+
xs: {
|
|
723
723
|
default: string;
|
|
724
|
-
conditions: Record<"
|
|
724
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
725
725
|
};
|
|
726
|
-
|
|
726
|
+
none: {
|
|
727
727
|
default: string;
|
|
728
|
-
conditions: Record<"
|
|
728
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
729
729
|
};
|
|
730
730
|
button: {
|
|
731
731
|
default: string;
|
|
732
|
-
conditions: Record<"
|
|
733
|
-
};
|
|
734
|
-
xs: {
|
|
735
|
-
default: string;
|
|
736
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
732
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
737
733
|
};
|
|
738
734
|
xl: {
|
|
739
735
|
default: string;
|
|
740
|
-
conditions: Record<"
|
|
736
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
741
737
|
};
|
|
742
|
-
|
|
738
|
+
"2xs": {
|
|
743
739
|
default: string;
|
|
744
|
-
conditions: Record<"
|
|
740
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
745
741
|
};
|
|
746
742
|
sm: {
|
|
747
743
|
default: string;
|
|
748
|
-
conditions: Record<"
|
|
744
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
749
745
|
};
|
|
750
746
|
md: {
|
|
751
747
|
default: string;
|
|
752
|
-
conditions: Record<"
|
|
748
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
753
749
|
};
|
|
754
750
|
lg: {
|
|
755
751
|
default: string;
|
|
756
|
-
conditions: Record<"
|
|
752
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
753
|
+
};
|
|
754
|
+
"2xl": {
|
|
755
|
+
default: string;
|
|
756
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
757
757
|
};
|
|
758
758
|
pill: {
|
|
759
759
|
default: string;
|
|
760
|
-
conditions: Record<"
|
|
760
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
761
761
|
};
|
|
762
762
|
input: {
|
|
763
763
|
default: string;
|
|
764
|
-
conditions: Record<"
|
|
764
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
765
765
|
};
|
|
766
766
|
};
|
|
767
767
|
staticScale: {
|
|
@@ -781,49 +781,49 @@ declare const box: {
|
|
|
781
781
|
};
|
|
782
782
|
borderBottomRightRadius: {
|
|
783
783
|
values: {
|
|
784
|
-
|
|
784
|
+
xs: {
|
|
785
785
|
default: string;
|
|
786
|
-
conditions: Record<"
|
|
786
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
787
787
|
};
|
|
788
|
-
|
|
788
|
+
none: {
|
|
789
789
|
default: string;
|
|
790
|
-
conditions: Record<"
|
|
790
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
791
791
|
};
|
|
792
792
|
button: {
|
|
793
793
|
default: string;
|
|
794
|
-
conditions: Record<"
|
|
795
|
-
};
|
|
796
|
-
xs: {
|
|
797
|
-
default: string;
|
|
798
|
-
conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
794
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
799
795
|
};
|
|
800
796
|
xl: {
|
|
801
797
|
default: string;
|
|
802
|
-
conditions: Record<"
|
|
798
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
803
799
|
};
|
|
804
|
-
|
|
800
|
+
"2xs": {
|
|
805
801
|
default: string;
|
|
806
|
-
conditions: Record<"
|
|
802
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
807
803
|
};
|
|
808
804
|
sm: {
|
|
809
805
|
default: string;
|
|
810
|
-
conditions: Record<"
|
|
806
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
811
807
|
};
|
|
812
808
|
md: {
|
|
813
809
|
default: string;
|
|
814
|
-
conditions: Record<"
|
|
810
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
815
811
|
};
|
|
816
812
|
lg: {
|
|
817
813
|
default: string;
|
|
818
|
-
conditions: Record<"
|
|
814
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
815
|
+
};
|
|
816
|
+
"2xl": {
|
|
817
|
+
default: string;
|
|
818
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
819
819
|
};
|
|
820
820
|
pill: {
|
|
821
821
|
default: string;
|
|
822
|
-
conditions: Record<"
|
|
822
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
823
823
|
};
|
|
824
824
|
input: {
|
|
825
825
|
default: string;
|
|
826
|
-
conditions: Record<"
|
|
826
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
827
827
|
};
|
|
828
828
|
};
|
|
829
829
|
staticScale: {
|
|
@@ -845,27 +845,27 @@ declare const box: {
|
|
|
845
845
|
values: {
|
|
846
846
|
none: {
|
|
847
847
|
default: string;
|
|
848
|
-
conditions: Record<"
|
|
848
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
849
849
|
};
|
|
850
850
|
1: {
|
|
851
851
|
default: string;
|
|
852
|
-
conditions: Record<"
|
|
852
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
853
853
|
};
|
|
854
854
|
2: {
|
|
855
855
|
default: string;
|
|
856
|
-
conditions: Record<"
|
|
856
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
857
857
|
};
|
|
858
858
|
3: {
|
|
859
859
|
default: string;
|
|
860
|
-
conditions: Record<"
|
|
860
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
861
861
|
};
|
|
862
862
|
4: {
|
|
863
863
|
default: string;
|
|
864
|
-
conditions: Record<"
|
|
864
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
865
865
|
};
|
|
866
866
|
5: {
|
|
867
867
|
default: string;
|
|
868
|
-
conditions: Record<"
|
|
868
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
869
869
|
};
|
|
870
870
|
};
|
|
871
871
|
staticScale: {
|
|
@@ -882,27 +882,27 @@ declare const box: {
|
|
|
882
882
|
values: {
|
|
883
883
|
none: {
|
|
884
884
|
default: string;
|
|
885
|
-
conditions: Record<"
|
|
885
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
886
886
|
};
|
|
887
887
|
1: {
|
|
888
888
|
default: string;
|
|
889
|
-
conditions: Record<"
|
|
889
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
890
890
|
};
|
|
891
891
|
2: {
|
|
892
892
|
default: string;
|
|
893
|
-
conditions: Record<"
|
|
893
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
894
894
|
};
|
|
895
895
|
3: {
|
|
896
896
|
default: string;
|
|
897
|
-
conditions: Record<"
|
|
897
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
898
898
|
};
|
|
899
899
|
4: {
|
|
900
900
|
default: string;
|
|
901
|
-
conditions: Record<"
|
|
901
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
902
902
|
};
|
|
903
903
|
5: {
|
|
904
904
|
default: string;
|
|
905
|
-
conditions: Record<"
|
|
905
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
906
906
|
};
|
|
907
907
|
};
|
|
908
908
|
staticScale: {
|
|
@@ -919,27 +919,27 @@ declare const box: {
|
|
|
919
919
|
values: {
|
|
920
920
|
none: {
|
|
921
921
|
default: string;
|
|
922
|
-
conditions: Record<"
|
|
922
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
923
923
|
};
|
|
924
924
|
1: {
|
|
925
925
|
default: string;
|
|
926
|
-
conditions: Record<"
|
|
926
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
927
927
|
};
|
|
928
928
|
2: {
|
|
929
929
|
default: string;
|
|
930
|
-
conditions: Record<"
|
|
930
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
931
931
|
};
|
|
932
932
|
3: {
|
|
933
933
|
default: string;
|
|
934
|
-
conditions: Record<"
|
|
934
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
935
935
|
};
|
|
936
936
|
4: {
|
|
937
937
|
default: string;
|
|
938
|
-
conditions: Record<"
|
|
938
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
939
939
|
};
|
|
940
940
|
5: {
|
|
941
941
|
default: string;
|
|
942
|
-
conditions: Record<"
|
|
942
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
943
943
|
};
|
|
944
944
|
};
|
|
945
945
|
staticScale: {
|
|
@@ -956,27 +956,27 @@ declare const box: {
|
|
|
956
956
|
values: {
|
|
957
957
|
none: {
|
|
958
958
|
default: string;
|
|
959
|
-
conditions: Record<"
|
|
959
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
960
960
|
};
|
|
961
961
|
1: {
|
|
962
962
|
default: string;
|
|
963
|
-
conditions: Record<"
|
|
963
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
964
964
|
};
|
|
965
965
|
2: {
|
|
966
966
|
default: string;
|
|
967
|
-
conditions: Record<"
|
|
967
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
968
968
|
};
|
|
969
969
|
3: {
|
|
970
970
|
default: string;
|
|
971
|
-
conditions: Record<"
|
|
971
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
972
972
|
};
|
|
973
973
|
4: {
|
|
974
974
|
default: string;
|
|
975
|
-
conditions: Record<"
|
|
975
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
976
976
|
};
|
|
977
977
|
5: {
|
|
978
978
|
default: string;
|
|
979
|
-
conditions: Record<"
|
|
979
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
staticScale: {
|
|
@@ -993,27 +993,27 @@ declare const box: {
|
|
|
993
993
|
values: {
|
|
994
994
|
none: {
|
|
995
995
|
default: string;
|
|
996
|
-
conditions: Record<"
|
|
996
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
997
997
|
};
|
|
998
998
|
1: {
|
|
999
999
|
default: string;
|
|
1000
|
-
conditions: Record<"
|
|
1000
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1001
1001
|
};
|
|
1002
1002
|
2: {
|
|
1003
1003
|
default: string;
|
|
1004
|
-
conditions: Record<"
|
|
1004
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1005
1005
|
};
|
|
1006
1006
|
3: {
|
|
1007
1007
|
default: string;
|
|
1008
|
-
conditions: Record<"
|
|
1008
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1009
1009
|
};
|
|
1010
1010
|
4: {
|
|
1011
1011
|
default: string;
|
|
1012
|
-
conditions: Record<"
|
|
1012
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1013
1013
|
};
|
|
1014
1014
|
5: {
|
|
1015
1015
|
default: string;
|
|
1016
|
-
conditions: Record<"
|
|
1016
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1017
1017
|
};
|
|
1018
1018
|
};
|
|
1019
1019
|
staticScale: {
|
|
@@ -1030,47 +1030,47 @@ declare const box: {
|
|
|
1030
1030
|
values: {
|
|
1031
1031
|
none: {
|
|
1032
1032
|
default: string;
|
|
1033
|
-
conditions: Record<"
|
|
1033
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1034
1034
|
};
|
|
1035
1035
|
"top-1": {
|
|
1036
1036
|
default: string;
|
|
1037
|
-
conditions: Record<"
|
|
1037
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1038
1038
|
};
|
|
1039
1039
|
"top-2": {
|
|
1040
1040
|
default: string;
|
|
1041
|
-
conditions: Record<"
|
|
1041
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1042
1042
|
};
|
|
1043
1043
|
"top-3": {
|
|
1044
1044
|
default: string;
|
|
1045
|
-
conditions: Record<"
|
|
1045
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1046
1046
|
};
|
|
1047
1047
|
"top-4": {
|
|
1048
1048
|
default: string;
|
|
1049
|
-
conditions: Record<"
|
|
1049
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1050
1050
|
};
|
|
1051
1051
|
"top-5": {
|
|
1052
1052
|
default: string;
|
|
1053
|
-
conditions: Record<"
|
|
1053
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1054
1054
|
};
|
|
1055
1055
|
"bottom-1": {
|
|
1056
1056
|
default: string;
|
|
1057
|
-
conditions: Record<"
|
|
1057
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1058
1058
|
};
|
|
1059
1059
|
"bottom-2": {
|
|
1060
1060
|
default: string;
|
|
1061
|
-
conditions: Record<"
|
|
1061
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1062
1062
|
};
|
|
1063
1063
|
"bottom-3": {
|
|
1064
1064
|
default: string;
|
|
1065
|
-
conditions: Record<"
|
|
1065
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1066
1066
|
};
|
|
1067
1067
|
"bottom-4": {
|
|
1068
1068
|
default: string;
|
|
1069
|
-
conditions: Record<"
|
|
1069
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1070
1070
|
};
|
|
1071
1071
|
"bottom-5": {
|
|
1072
1072
|
default: string;
|
|
1073
|
-
conditions: Record<"
|
|
1073
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1074
1074
|
};
|
|
1075
1075
|
};
|
|
1076
1076
|
staticScale: {
|
|
@@ -1090,69 +1090,69 @@ declare const box: {
|
|
|
1090
1090
|
};
|
|
1091
1091
|
padding: {
|
|
1092
1092
|
values: {
|
|
1093
|
-
|
|
1093
|
+
xs: {
|
|
1094
1094
|
default: string;
|
|
1095
|
-
conditions: Record<"
|
|
1095
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1096
1096
|
};
|
|
1097
|
-
|
|
1097
|
+
none: {
|
|
1098
1098
|
default: string;
|
|
1099
|
-
conditions: Record<"
|
|
1099
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1100
1100
|
};
|
|
1101
|
-
|
|
1101
|
+
s: {
|
|
1102
1102
|
default: string;
|
|
1103
|
-
conditions: Record<"
|
|
1103
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1104
1104
|
};
|
|
1105
|
-
|
|
1105
|
+
xl: {
|
|
1106
1106
|
default: string;
|
|
1107
|
-
conditions: Record<"
|
|
1107
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1108
1108
|
};
|
|
1109
|
-
"
|
|
1109
|
+
"2xs": {
|
|
1110
1110
|
default: string;
|
|
1111
|
-
conditions: Record<"
|
|
1111
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1112
1112
|
};
|
|
1113
|
-
|
|
1113
|
+
md: {
|
|
1114
1114
|
default: string;
|
|
1115
|
-
conditions: Record<"
|
|
1115
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1116
1116
|
};
|
|
1117
|
-
|
|
1117
|
+
lg: {
|
|
1118
1118
|
default: string;
|
|
1119
|
-
conditions: Record<"
|
|
1119
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1120
1120
|
};
|
|
1121
|
-
"
|
|
1121
|
+
"2xl": {
|
|
1122
1122
|
default: string;
|
|
1123
|
-
conditions: Record<"
|
|
1123
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1124
1124
|
};
|
|
1125
|
-
"
|
|
1125
|
+
"4xs": {
|
|
1126
1126
|
default: string;
|
|
1127
|
-
conditions: Record<"
|
|
1127
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1128
1128
|
};
|
|
1129
|
-
"
|
|
1129
|
+
"3xs": {
|
|
1130
1130
|
default: string;
|
|
1131
|
-
conditions: Record<"
|
|
1131
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1132
1132
|
};
|
|
1133
|
-
|
|
1133
|
+
"3xl": {
|
|
1134
1134
|
default: string;
|
|
1135
|
-
conditions: Record<"
|
|
1135
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1136
1136
|
};
|
|
1137
|
-
|
|
1137
|
+
"4xl": {
|
|
1138
1138
|
default: string;
|
|
1139
|
-
conditions: Record<"
|
|
1139
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1140
1140
|
};
|
|
1141
|
-
|
|
1141
|
+
"5xl": {
|
|
1142
1142
|
default: string;
|
|
1143
|
-
conditions: Record<"
|
|
1143
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1144
1144
|
};
|
|
1145
|
-
|
|
1145
|
+
"6xl": {
|
|
1146
1146
|
default: string;
|
|
1147
|
-
conditions: Record<"
|
|
1147
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1148
1148
|
};
|
|
1149
|
-
|
|
1149
|
+
"7xl": {
|
|
1150
1150
|
default: string;
|
|
1151
|
-
conditions: Record<"
|
|
1151
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1152
1152
|
};
|
|
1153
|
-
|
|
1153
|
+
"8xl": {
|
|
1154
1154
|
default: string;
|
|
1155
|
-
conditions: Record<"
|
|
1155
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1156
1156
|
};
|
|
1157
1157
|
};
|
|
1158
1158
|
staticScale: {
|
|
@@ -1177,69 +1177,69 @@ declare const box: {
|
|
|
1177
1177
|
};
|
|
1178
1178
|
paddingTop: {
|
|
1179
1179
|
values: {
|
|
1180
|
-
|
|
1180
|
+
xs: {
|
|
1181
1181
|
default: string;
|
|
1182
|
-
conditions: Record<"
|
|
1182
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1183
1183
|
};
|
|
1184
|
-
|
|
1184
|
+
none: {
|
|
1185
1185
|
default: string;
|
|
1186
|
-
conditions: Record<"
|
|
1186
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1187
1187
|
};
|
|
1188
|
-
|
|
1188
|
+
s: {
|
|
1189
1189
|
default: string;
|
|
1190
|
-
conditions: Record<"
|
|
1190
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1191
1191
|
};
|
|
1192
|
-
|
|
1192
|
+
xl: {
|
|
1193
1193
|
default: string;
|
|
1194
|
-
conditions: Record<"
|
|
1194
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1195
1195
|
};
|
|
1196
|
-
"
|
|
1196
|
+
"2xs": {
|
|
1197
1197
|
default: string;
|
|
1198
|
-
conditions: Record<"
|
|
1198
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1199
1199
|
};
|
|
1200
|
-
|
|
1200
|
+
md: {
|
|
1201
1201
|
default: string;
|
|
1202
|
-
conditions: Record<"
|
|
1202
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1203
1203
|
};
|
|
1204
|
-
|
|
1204
|
+
lg: {
|
|
1205
1205
|
default: string;
|
|
1206
|
-
conditions: Record<"
|
|
1206
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1207
1207
|
};
|
|
1208
|
-
"
|
|
1208
|
+
"2xl": {
|
|
1209
1209
|
default: string;
|
|
1210
|
-
conditions: Record<"
|
|
1210
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1211
1211
|
};
|
|
1212
|
-
"
|
|
1212
|
+
"4xs": {
|
|
1213
1213
|
default: string;
|
|
1214
|
-
conditions: Record<"
|
|
1214
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1215
1215
|
};
|
|
1216
|
-
"
|
|
1216
|
+
"3xs": {
|
|
1217
1217
|
default: string;
|
|
1218
|
-
conditions: Record<"
|
|
1218
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1219
1219
|
};
|
|
1220
|
-
|
|
1220
|
+
"3xl": {
|
|
1221
1221
|
default: string;
|
|
1222
|
-
conditions: Record<"
|
|
1222
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1223
1223
|
};
|
|
1224
|
-
|
|
1224
|
+
"4xl": {
|
|
1225
1225
|
default: string;
|
|
1226
|
-
conditions: Record<"
|
|
1226
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1227
1227
|
};
|
|
1228
|
-
|
|
1228
|
+
"5xl": {
|
|
1229
1229
|
default: string;
|
|
1230
|
-
conditions: Record<"
|
|
1230
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1231
1231
|
};
|
|
1232
|
-
|
|
1232
|
+
"6xl": {
|
|
1233
1233
|
default: string;
|
|
1234
|
-
conditions: Record<"
|
|
1234
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1235
1235
|
};
|
|
1236
|
-
|
|
1236
|
+
"7xl": {
|
|
1237
1237
|
default: string;
|
|
1238
|
-
conditions: Record<"
|
|
1238
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1239
1239
|
};
|
|
1240
|
-
|
|
1240
|
+
"8xl": {
|
|
1241
1241
|
default: string;
|
|
1242
|
-
conditions: Record<"
|
|
1242
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1243
1243
|
};
|
|
1244
1244
|
};
|
|
1245
1245
|
staticScale: {
|
|
@@ -1264,69 +1264,69 @@ declare const box: {
|
|
|
1264
1264
|
};
|
|
1265
1265
|
paddingBottom: {
|
|
1266
1266
|
values: {
|
|
1267
|
-
|
|
1267
|
+
xs: {
|
|
1268
1268
|
default: string;
|
|
1269
|
-
conditions: Record<"
|
|
1269
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1270
1270
|
};
|
|
1271
|
-
|
|
1271
|
+
none: {
|
|
1272
1272
|
default: string;
|
|
1273
|
-
conditions: Record<"
|
|
1273
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1274
1274
|
};
|
|
1275
|
-
|
|
1275
|
+
s: {
|
|
1276
1276
|
default: string;
|
|
1277
|
-
conditions: Record<"
|
|
1277
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1278
1278
|
};
|
|
1279
|
-
|
|
1279
|
+
xl: {
|
|
1280
1280
|
default: string;
|
|
1281
|
-
conditions: Record<"
|
|
1281
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1282
1282
|
};
|
|
1283
|
-
"
|
|
1283
|
+
"2xs": {
|
|
1284
1284
|
default: string;
|
|
1285
|
-
conditions: Record<"
|
|
1285
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1286
1286
|
};
|
|
1287
|
-
|
|
1287
|
+
md: {
|
|
1288
1288
|
default: string;
|
|
1289
|
-
conditions: Record<"
|
|
1289
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1290
1290
|
};
|
|
1291
|
-
|
|
1291
|
+
lg: {
|
|
1292
1292
|
default: string;
|
|
1293
|
-
conditions: Record<"
|
|
1293
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1294
1294
|
};
|
|
1295
|
-
"
|
|
1295
|
+
"2xl": {
|
|
1296
1296
|
default: string;
|
|
1297
|
-
conditions: Record<"
|
|
1297
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1298
1298
|
};
|
|
1299
|
-
"
|
|
1299
|
+
"4xs": {
|
|
1300
1300
|
default: string;
|
|
1301
|
-
conditions: Record<"
|
|
1301
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1302
1302
|
};
|
|
1303
|
-
"
|
|
1303
|
+
"3xs": {
|
|
1304
1304
|
default: string;
|
|
1305
|
-
conditions: Record<"
|
|
1305
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1306
1306
|
};
|
|
1307
|
-
|
|
1307
|
+
"3xl": {
|
|
1308
1308
|
default: string;
|
|
1309
|
-
conditions: Record<"
|
|
1309
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1310
1310
|
};
|
|
1311
|
-
|
|
1311
|
+
"4xl": {
|
|
1312
1312
|
default: string;
|
|
1313
|
-
conditions: Record<"
|
|
1313
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1314
1314
|
};
|
|
1315
|
-
|
|
1315
|
+
"5xl": {
|
|
1316
1316
|
default: string;
|
|
1317
|
-
conditions: Record<"
|
|
1317
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1318
1318
|
};
|
|
1319
|
-
|
|
1319
|
+
"6xl": {
|
|
1320
1320
|
default: string;
|
|
1321
|
-
conditions: Record<"
|
|
1321
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1322
1322
|
};
|
|
1323
|
-
|
|
1323
|
+
"7xl": {
|
|
1324
1324
|
default: string;
|
|
1325
|
-
conditions: Record<"
|
|
1325
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1326
1326
|
};
|
|
1327
|
-
|
|
1327
|
+
"8xl": {
|
|
1328
1328
|
default: string;
|
|
1329
|
-
conditions: Record<"
|
|
1329
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1330
1330
|
};
|
|
1331
1331
|
};
|
|
1332
1332
|
staticScale: {
|
|
@@ -1351,69 +1351,69 @@ declare const box: {
|
|
|
1351
1351
|
};
|
|
1352
1352
|
paddingLeft: {
|
|
1353
1353
|
values: {
|
|
1354
|
-
|
|
1354
|
+
xs: {
|
|
1355
1355
|
default: string;
|
|
1356
|
-
conditions: Record<"
|
|
1356
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1357
1357
|
};
|
|
1358
|
-
|
|
1358
|
+
none: {
|
|
1359
1359
|
default: string;
|
|
1360
|
-
conditions: Record<"
|
|
1360
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1361
1361
|
};
|
|
1362
|
-
|
|
1362
|
+
s: {
|
|
1363
1363
|
default: string;
|
|
1364
|
-
conditions: Record<"
|
|
1364
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1365
1365
|
};
|
|
1366
|
-
|
|
1366
|
+
xl: {
|
|
1367
1367
|
default: string;
|
|
1368
|
-
conditions: Record<"
|
|
1368
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1369
1369
|
};
|
|
1370
|
-
"
|
|
1370
|
+
"2xs": {
|
|
1371
1371
|
default: string;
|
|
1372
|
-
conditions: Record<"
|
|
1372
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1373
1373
|
};
|
|
1374
|
-
|
|
1374
|
+
md: {
|
|
1375
1375
|
default: string;
|
|
1376
|
-
conditions: Record<"
|
|
1376
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1377
1377
|
};
|
|
1378
|
-
|
|
1378
|
+
lg: {
|
|
1379
1379
|
default: string;
|
|
1380
|
-
conditions: Record<"
|
|
1380
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1381
1381
|
};
|
|
1382
|
-
"
|
|
1382
|
+
"2xl": {
|
|
1383
1383
|
default: string;
|
|
1384
|
-
conditions: Record<"
|
|
1384
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1385
1385
|
};
|
|
1386
|
-
"
|
|
1386
|
+
"4xs": {
|
|
1387
1387
|
default: string;
|
|
1388
|
-
conditions: Record<"
|
|
1388
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1389
1389
|
};
|
|
1390
|
-
"
|
|
1390
|
+
"3xs": {
|
|
1391
1391
|
default: string;
|
|
1392
|
-
conditions: Record<"
|
|
1392
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1393
1393
|
};
|
|
1394
|
-
|
|
1394
|
+
"3xl": {
|
|
1395
1395
|
default: string;
|
|
1396
|
-
conditions: Record<"
|
|
1396
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1397
1397
|
};
|
|
1398
|
-
|
|
1398
|
+
"4xl": {
|
|
1399
1399
|
default: string;
|
|
1400
|
-
conditions: Record<"
|
|
1400
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1401
1401
|
};
|
|
1402
|
-
|
|
1402
|
+
"5xl": {
|
|
1403
1403
|
default: string;
|
|
1404
|
-
conditions: Record<"
|
|
1404
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1405
1405
|
};
|
|
1406
|
-
|
|
1406
|
+
"6xl": {
|
|
1407
1407
|
default: string;
|
|
1408
|
-
conditions: Record<"
|
|
1408
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1409
1409
|
};
|
|
1410
|
-
|
|
1410
|
+
"7xl": {
|
|
1411
1411
|
default: string;
|
|
1412
|
-
conditions: Record<"
|
|
1412
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1413
1413
|
};
|
|
1414
|
-
|
|
1414
|
+
"8xl": {
|
|
1415
1415
|
default: string;
|
|
1416
|
-
conditions: Record<"
|
|
1416
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1417
1417
|
};
|
|
1418
1418
|
};
|
|
1419
1419
|
staticScale: {
|
|
@@ -1438,69 +1438,69 @@ declare const box: {
|
|
|
1438
1438
|
};
|
|
1439
1439
|
paddingRight: {
|
|
1440
1440
|
values: {
|
|
1441
|
-
|
|
1441
|
+
xs: {
|
|
1442
1442
|
default: string;
|
|
1443
|
-
conditions: Record<"
|
|
1443
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1444
1444
|
};
|
|
1445
|
-
|
|
1445
|
+
none: {
|
|
1446
1446
|
default: string;
|
|
1447
|
-
conditions: Record<"
|
|
1447
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1448
1448
|
};
|
|
1449
|
-
|
|
1449
|
+
s: {
|
|
1450
1450
|
default: string;
|
|
1451
|
-
conditions: Record<"
|
|
1451
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1452
1452
|
};
|
|
1453
|
-
|
|
1453
|
+
xl: {
|
|
1454
1454
|
default: string;
|
|
1455
|
-
conditions: Record<"
|
|
1455
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1456
1456
|
};
|
|
1457
|
-
"
|
|
1457
|
+
"2xs": {
|
|
1458
1458
|
default: string;
|
|
1459
|
-
conditions: Record<"
|
|
1459
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1460
1460
|
};
|
|
1461
|
-
|
|
1461
|
+
md: {
|
|
1462
1462
|
default: string;
|
|
1463
|
-
conditions: Record<"
|
|
1463
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1464
1464
|
};
|
|
1465
|
-
|
|
1465
|
+
lg: {
|
|
1466
1466
|
default: string;
|
|
1467
|
-
conditions: Record<"
|
|
1467
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1468
1468
|
};
|
|
1469
|
-
"
|
|
1469
|
+
"2xl": {
|
|
1470
1470
|
default: string;
|
|
1471
|
-
conditions: Record<"
|
|
1471
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1472
1472
|
};
|
|
1473
|
-
"
|
|
1473
|
+
"4xs": {
|
|
1474
1474
|
default: string;
|
|
1475
|
-
conditions: Record<"
|
|
1475
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1476
1476
|
};
|
|
1477
|
-
"
|
|
1477
|
+
"3xs": {
|
|
1478
1478
|
default: string;
|
|
1479
|
-
conditions: Record<"
|
|
1479
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1480
1480
|
};
|
|
1481
|
-
|
|
1481
|
+
"3xl": {
|
|
1482
1482
|
default: string;
|
|
1483
|
-
conditions: Record<"
|
|
1483
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1484
1484
|
};
|
|
1485
|
-
|
|
1485
|
+
"4xl": {
|
|
1486
1486
|
default: string;
|
|
1487
|
-
conditions: Record<"
|
|
1487
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1488
1488
|
};
|
|
1489
|
-
|
|
1489
|
+
"5xl": {
|
|
1490
1490
|
default: string;
|
|
1491
|
-
conditions: Record<"
|
|
1491
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1492
1492
|
};
|
|
1493
|
-
|
|
1493
|
+
"6xl": {
|
|
1494
1494
|
default: string;
|
|
1495
|
-
conditions: Record<"
|
|
1495
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1496
1496
|
};
|
|
1497
|
-
|
|
1497
|
+
"7xl": {
|
|
1498
1498
|
default: string;
|
|
1499
|
-
conditions: Record<"
|
|
1499
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1500
1500
|
};
|
|
1501
|
-
|
|
1501
|
+
"8xl": {
|
|
1502
1502
|
default: string;
|
|
1503
|
-
conditions: Record<"
|
|
1503
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1504
1504
|
};
|
|
1505
1505
|
};
|
|
1506
1506
|
staticScale: {
|
|
@@ -1525,73 +1525,73 @@ declare const box: {
|
|
|
1525
1525
|
};
|
|
1526
1526
|
margin: {
|
|
1527
1527
|
values: {
|
|
1528
|
-
|
|
1528
|
+
xs: {
|
|
1529
1529
|
default: string;
|
|
1530
|
-
conditions: Record<"
|
|
1530
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1531
1531
|
};
|
|
1532
|
-
|
|
1532
|
+
auto: {
|
|
1533
1533
|
default: string;
|
|
1534
|
-
conditions: Record<"
|
|
1534
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1535
1535
|
};
|
|
1536
|
-
|
|
1536
|
+
none: {
|
|
1537
1537
|
default: string;
|
|
1538
|
-
conditions: Record<"
|
|
1538
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1539
1539
|
};
|
|
1540
|
-
|
|
1540
|
+
s: {
|
|
1541
1541
|
default: string;
|
|
1542
|
-
conditions: Record<"
|
|
1542
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1543
1543
|
};
|
|
1544
|
-
|
|
1544
|
+
xl: {
|
|
1545
1545
|
default: string;
|
|
1546
|
-
conditions: Record<"
|
|
1546
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1547
1547
|
};
|
|
1548
|
-
"
|
|
1548
|
+
"2xs": {
|
|
1549
1549
|
default: string;
|
|
1550
|
-
conditions: Record<"
|
|
1550
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1551
1551
|
};
|
|
1552
|
-
|
|
1552
|
+
md: {
|
|
1553
1553
|
default: string;
|
|
1554
|
-
conditions: Record<"
|
|
1554
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1555
1555
|
};
|
|
1556
|
-
|
|
1556
|
+
lg: {
|
|
1557
1557
|
default: string;
|
|
1558
|
-
conditions: Record<"
|
|
1558
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1559
1559
|
};
|
|
1560
|
-
"
|
|
1560
|
+
"2xl": {
|
|
1561
1561
|
default: string;
|
|
1562
|
-
conditions: Record<"
|
|
1562
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1563
1563
|
};
|
|
1564
|
-
"
|
|
1564
|
+
"4xs": {
|
|
1565
1565
|
default: string;
|
|
1566
|
-
conditions: Record<"
|
|
1566
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1567
1567
|
};
|
|
1568
|
-
|
|
1568
|
+
"3xs": {
|
|
1569
1569
|
default: string;
|
|
1570
|
-
conditions: Record<"
|
|
1570
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1571
1571
|
};
|
|
1572
|
-
|
|
1572
|
+
"3xl": {
|
|
1573
1573
|
default: string;
|
|
1574
|
-
conditions: Record<"
|
|
1574
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1575
1575
|
};
|
|
1576
|
-
|
|
1576
|
+
"4xl": {
|
|
1577
1577
|
default: string;
|
|
1578
|
-
conditions: Record<"
|
|
1578
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1579
1579
|
};
|
|
1580
|
-
|
|
1580
|
+
"5xl": {
|
|
1581
1581
|
default: string;
|
|
1582
|
-
conditions: Record<"
|
|
1582
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1583
1583
|
};
|
|
1584
|
-
|
|
1584
|
+
"6xl": {
|
|
1585
1585
|
default: string;
|
|
1586
|
-
conditions: Record<"
|
|
1586
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1587
1587
|
};
|
|
1588
|
-
|
|
1588
|
+
"7xl": {
|
|
1589
1589
|
default: string;
|
|
1590
|
-
conditions: Record<"
|
|
1590
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1591
1591
|
};
|
|
1592
|
-
|
|
1592
|
+
"8xl": {
|
|
1593
1593
|
default: string;
|
|
1594
|
-
conditions: Record<"
|
|
1594
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1595
1595
|
};
|
|
1596
1596
|
};
|
|
1597
1597
|
staticScale: {
|
|
@@ -1617,73 +1617,73 @@ declare const box: {
|
|
|
1617
1617
|
};
|
|
1618
1618
|
marginTop: {
|
|
1619
1619
|
values: {
|
|
1620
|
-
|
|
1620
|
+
xs: {
|
|
1621
1621
|
default: string;
|
|
1622
|
-
conditions: Record<"
|
|
1622
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1623
1623
|
};
|
|
1624
|
-
|
|
1624
|
+
auto: {
|
|
1625
1625
|
default: string;
|
|
1626
|
-
conditions: Record<"
|
|
1626
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1627
1627
|
};
|
|
1628
|
-
|
|
1628
|
+
none: {
|
|
1629
1629
|
default: string;
|
|
1630
|
-
conditions: Record<"
|
|
1630
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1631
1631
|
};
|
|
1632
|
-
|
|
1632
|
+
s: {
|
|
1633
1633
|
default: string;
|
|
1634
|
-
conditions: Record<"
|
|
1634
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1635
1635
|
};
|
|
1636
|
-
|
|
1636
|
+
xl: {
|
|
1637
1637
|
default: string;
|
|
1638
|
-
conditions: Record<"
|
|
1638
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1639
1639
|
};
|
|
1640
|
-
"
|
|
1640
|
+
"2xs": {
|
|
1641
1641
|
default: string;
|
|
1642
|
-
conditions: Record<"
|
|
1642
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1643
1643
|
};
|
|
1644
|
-
|
|
1644
|
+
md: {
|
|
1645
1645
|
default: string;
|
|
1646
|
-
conditions: Record<"
|
|
1646
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1647
1647
|
};
|
|
1648
|
-
|
|
1648
|
+
lg: {
|
|
1649
1649
|
default: string;
|
|
1650
|
-
conditions: Record<"
|
|
1650
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1651
1651
|
};
|
|
1652
|
-
"
|
|
1652
|
+
"2xl": {
|
|
1653
1653
|
default: string;
|
|
1654
|
-
conditions: Record<"
|
|
1654
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1655
1655
|
};
|
|
1656
|
-
"
|
|
1656
|
+
"4xs": {
|
|
1657
1657
|
default: string;
|
|
1658
|
-
conditions: Record<"
|
|
1658
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1659
1659
|
};
|
|
1660
|
-
|
|
1660
|
+
"3xs": {
|
|
1661
1661
|
default: string;
|
|
1662
|
-
conditions: Record<"
|
|
1662
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1663
1663
|
};
|
|
1664
|
-
|
|
1664
|
+
"3xl": {
|
|
1665
1665
|
default: string;
|
|
1666
|
-
conditions: Record<"
|
|
1666
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1667
1667
|
};
|
|
1668
|
-
|
|
1668
|
+
"4xl": {
|
|
1669
1669
|
default: string;
|
|
1670
|
-
conditions: Record<"
|
|
1670
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1671
1671
|
};
|
|
1672
|
-
|
|
1672
|
+
"5xl": {
|
|
1673
1673
|
default: string;
|
|
1674
|
-
conditions: Record<"
|
|
1674
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1675
1675
|
};
|
|
1676
|
-
|
|
1676
|
+
"6xl": {
|
|
1677
1677
|
default: string;
|
|
1678
|
-
conditions: Record<"
|
|
1678
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1679
1679
|
};
|
|
1680
|
-
|
|
1680
|
+
"7xl": {
|
|
1681
1681
|
default: string;
|
|
1682
|
-
conditions: Record<"
|
|
1682
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1683
1683
|
};
|
|
1684
|
-
|
|
1684
|
+
"8xl": {
|
|
1685
1685
|
default: string;
|
|
1686
|
-
conditions: Record<"
|
|
1686
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1687
1687
|
};
|
|
1688
1688
|
};
|
|
1689
1689
|
staticScale: {
|
|
@@ -1709,73 +1709,73 @@ declare const box: {
|
|
|
1709
1709
|
};
|
|
1710
1710
|
marginBottom: {
|
|
1711
1711
|
values: {
|
|
1712
|
-
|
|
1712
|
+
xs: {
|
|
1713
1713
|
default: string;
|
|
1714
|
-
conditions: Record<"
|
|
1714
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1715
1715
|
};
|
|
1716
|
-
|
|
1716
|
+
auto: {
|
|
1717
1717
|
default: string;
|
|
1718
|
-
conditions: Record<"
|
|
1718
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1719
1719
|
};
|
|
1720
|
-
|
|
1720
|
+
none: {
|
|
1721
1721
|
default: string;
|
|
1722
|
-
conditions: Record<"
|
|
1722
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1723
1723
|
};
|
|
1724
|
-
|
|
1724
|
+
s: {
|
|
1725
1725
|
default: string;
|
|
1726
|
-
conditions: Record<"
|
|
1726
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1727
1727
|
};
|
|
1728
|
-
|
|
1728
|
+
xl: {
|
|
1729
1729
|
default: string;
|
|
1730
|
-
conditions: Record<"
|
|
1730
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1731
1731
|
};
|
|
1732
|
-
"
|
|
1732
|
+
"2xs": {
|
|
1733
1733
|
default: string;
|
|
1734
|
-
conditions: Record<"
|
|
1734
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1735
1735
|
};
|
|
1736
|
-
|
|
1736
|
+
md: {
|
|
1737
1737
|
default: string;
|
|
1738
|
-
conditions: Record<"
|
|
1738
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1739
1739
|
};
|
|
1740
|
-
|
|
1740
|
+
lg: {
|
|
1741
1741
|
default: string;
|
|
1742
|
-
conditions: Record<"
|
|
1742
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1743
1743
|
};
|
|
1744
|
-
"
|
|
1744
|
+
"2xl": {
|
|
1745
1745
|
default: string;
|
|
1746
|
-
conditions: Record<"
|
|
1746
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1747
1747
|
};
|
|
1748
|
-
"
|
|
1748
|
+
"4xs": {
|
|
1749
1749
|
default: string;
|
|
1750
|
-
conditions: Record<"
|
|
1750
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1751
1751
|
};
|
|
1752
|
-
|
|
1752
|
+
"3xs": {
|
|
1753
1753
|
default: string;
|
|
1754
|
-
conditions: Record<"
|
|
1754
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1755
1755
|
};
|
|
1756
|
-
|
|
1756
|
+
"3xl": {
|
|
1757
1757
|
default: string;
|
|
1758
|
-
conditions: Record<"
|
|
1758
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1759
1759
|
};
|
|
1760
|
-
|
|
1760
|
+
"4xl": {
|
|
1761
1761
|
default: string;
|
|
1762
|
-
conditions: Record<"
|
|
1762
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1763
1763
|
};
|
|
1764
|
-
|
|
1764
|
+
"5xl": {
|
|
1765
1765
|
default: string;
|
|
1766
|
-
conditions: Record<"
|
|
1766
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1767
1767
|
};
|
|
1768
|
-
|
|
1768
|
+
"6xl": {
|
|
1769
1769
|
default: string;
|
|
1770
|
-
conditions: Record<"
|
|
1770
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1771
1771
|
};
|
|
1772
|
-
|
|
1772
|
+
"7xl": {
|
|
1773
1773
|
default: string;
|
|
1774
|
-
conditions: Record<"
|
|
1774
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1775
1775
|
};
|
|
1776
|
-
|
|
1776
|
+
"8xl": {
|
|
1777
1777
|
default: string;
|
|
1778
|
-
conditions: Record<"
|
|
1778
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1779
1779
|
};
|
|
1780
1780
|
};
|
|
1781
1781
|
staticScale: {
|
|
@@ -1801,73 +1801,73 @@ declare const box: {
|
|
|
1801
1801
|
};
|
|
1802
1802
|
marginLeft: {
|
|
1803
1803
|
values: {
|
|
1804
|
-
|
|
1804
|
+
xs: {
|
|
1805
1805
|
default: string;
|
|
1806
|
-
conditions: Record<"
|
|
1806
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1807
1807
|
};
|
|
1808
|
-
|
|
1808
|
+
auto: {
|
|
1809
1809
|
default: string;
|
|
1810
|
-
conditions: Record<"
|
|
1810
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1811
1811
|
};
|
|
1812
|
-
|
|
1812
|
+
none: {
|
|
1813
1813
|
default: string;
|
|
1814
|
-
conditions: Record<"
|
|
1814
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1815
1815
|
};
|
|
1816
|
-
|
|
1816
|
+
s: {
|
|
1817
1817
|
default: string;
|
|
1818
|
-
conditions: Record<"
|
|
1818
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1819
1819
|
};
|
|
1820
|
-
|
|
1820
|
+
xl: {
|
|
1821
1821
|
default: string;
|
|
1822
|
-
conditions: Record<"
|
|
1822
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1823
1823
|
};
|
|
1824
|
-
"
|
|
1824
|
+
"2xs": {
|
|
1825
1825
|
default: string;
|
|
1826
|
-
conditions: Record<"
|
|
1826
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1827
1827
|
};
|
|
1828
|
-
|
|
1828
|
+
md: {
|
|
1829
1829
|
default: string;
|
|
1830
|
-
conditions: Record<"
|
|
1830
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1831
1831
|
};
|
|
1832
|
-
|
|
1832
|
+
lg: {
|
|
1833
1833
|
default: string;
|
|
1834
|
-
conditions: Record<"
|
|
1834
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1835
1835
|
};
|
|
1836
|
-
"
|
|
1836
|
+
"2xl": {
|
|
1837
1837
|
default: string;
|
|
1838
|
-
conditions: Record<"
|
|
1838
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1839
1839
|
};
|
|
1840
|
-
"
|
|
1840
|
+
"4xs": {
|
|
1841
1841
|
default: string;
|
|
1842
|
-
conditions: Record<"
|
|
1842
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1843
1843
|
};
|
|
1844
|
-
|
|
1844
|
+
"3xs": {
|
|
1845
1845
|
default: string;
|
|
1846
|
-
conditions: Record<"
|
|
1846
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1847
1847
|
};
|
|
1848
|
-
|
|
1848
|
+
"3xl": {
|
|
1849
1849
|
default: string;
|
|
1850
|
-
conditions: Record<"
|
|
1850
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1851
1851
|
};
|
|
1852
|
-
|
|
1852
|
+
"4xl": {
|
|
1853
1853
|
default: string;
|
|
1854
|
-
conditions: Record<"
|
|
1854
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1855
1855
|
};
|
|
1856
|
-
|
|
1856
|
+
"5xl": {
|
|
1857
1857
|
default: string;
|
|
1858
|
-
conditions: Record<"
|
|
1858
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1859
1859
|
};
|
|
1860
|
-
|
|
1860
|
+
"6xl": {
|
|
1861
1861
|
default: string;
|
|
1862
|
-
conditions: Record<"
|
|
1862
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1863
1863
|
};
|
|
1864
|
-
|
|
1864
|
+
"7xl": {
|
|
1865
1865
|
default: string;
|
|
1866
|
-
conditions: Record<"
|
|
1866
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1867
1867
|
};
|
|
1868
|
-
|
|
1868
|
+
"8xl": {
|
|
1869
1869
|
default: string;
|
|
1870
|
-
conditions: Record<"
|
|
1870
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1871
1871
|
};
|
|
1872
1872
|
};
|
|
1873
1873
|
staticScale: {
|
|
@@ -1893,73 +1893,73 @@ declare const box: {
|
|
|
1893
1893
|
};
|
|
1894
1894
|
marginRight: {
|
|
1895
1895
|
values: {
|
|
1896
|
-
|
|
1896
|
+
xs: {
|
|
1897
1897
|
default: string;
|
|
1898
|
-
conditions: Record<"
|
|
1898
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1899
1899
|
};
|
|
1900
|
-
|
|
1900
|
+
auto: {
|
|
1901
1901
|
default: string;
|
|
1902
|
-
conditions: Record<"
|
|
1902
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1903
1903
|
};
|
|
1904
|
-
|
|
1904
|
+
none: {
|
|
1905
1905
|
default: string;
|
|
1906
|
-
conditions: Record<"
|
|
1906
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1907
1907
|
};
|
|
1908
|
-
|
|
1908
|
+
s: {
|
|
1909
1909
|
default: string;
|
|
1910
|
-
conditions: Record<"
|
|
1910
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1911
1911
|
};
|
|
1912
|
-
|
|
1912
|
+
xl: {
|
|
1913
1913
|
default: string;
|
|
1914
|
-
conditions: Record<"
|
|
1914
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1915
1915
|
};
|
|
1916
|
-
"
|
|
1916
|
+
"2xs": {
|
|
1917
1917
|
default: string;
|
|
1918
|
-
conditions: Record<"
|
|
1918
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1919
1919
|
};
|
|
1920
|
-
|
|
1920
|
+
md: {
|
|
1921
1921
|
default: string;
|
|
1922
|
-
conditions: Record<"
|
|
1922
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1923
1923
|
};
|
|
1924
|
-
|
|
1924
|
+
lg: {
|
|
1925
1925
|
default: string;
|
|
1926
|
-
conditions: Record<"
|
|
1926
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1927
1927
|
};
|
|
1928
|
-
"
|
|
1928
|
+
"2xl": {
|
|
1929
1929
|
default: string;
|
|
1930
|
-
conditions: Record<"
|
|
1930
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1931
1931
|
};
|
|
1932
|
-
"
|
|
1932
|
+
"4xs": {
|
|
1933
1933
|
default: string;
|
|
1934
|
-
conditions: Record<"
|
|
1934
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1935
1935
|
};
|
|
1936
|
-
|
|
1936
|
+
"3xs": {
|
|
1937
1937
|
default: string;
|
|
1938
|
-
conditions: Record<"
|
|
1938
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1939
1939
|
};
|
|
1940
|
-
|
|
1940
|
+
"3xl": {
|
|
1941
1941
|
default: string;
|
|
1942
|
-
conditions: Record<"
|
|
1942
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1943
1943
|
};
|
|
1944
|
-
|
|
1944
|
+
"4xl": {
|
|
1945
1945
|
default: string;
|
|
1946
|
-
conditions: Record<"
|
|
1946
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1947
1947
|
};
|
|
1948
|
-
|
|
1948
|
+
"5xl": {
|
|
1949
1949
|
default: string;
|
|
1950
|
-
conditions: Record<"
|
|
1950
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1951
1951
|
};
|
|
1952
|
-
|
|
1952
|
+
"6xl": {
|
|
1953
1953
|
default: string;
|
|
1954
|
-
conditions: Record<"
|
|
1954
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1955
1955
|
};
|
|
1956
|
-
|
|
1956
|
+
"7xl": {
|
|
1957
1957
|
default: string;
|
|
1958
|
-
conditions: Record<"
|
|
1958
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1959
1959
|
};
|
|
1960
|
-
|
|
1960
|
+
"8xl": {
|
|
1961
1961
|
default: string;
|
|
1962
|
-
conditions: Record<"
|
|
1962
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1963
1963
|
};
|
|
1964
1964
|
};
|
|
1965
1965
|
staticScale: {
|
|
@@ -1985,69 +1985,69 @@ declare const box: {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
gap: {
|
|
1987
1987
|
values: {
|
|
1988
|
-
|
|
1988
|
+
xs: {
|
|
1989
1989
|
default: string;
|
|
1990
|
-
conditions: Record<"
|
|
1990
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1991
1991
|
};
|
|
1992
|
-
|
|
1992
|
+
none: {
|
|
1993
1993
|
default: string;
|
|
1994
|
-
conditions: Record<"
|
|
1994
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1995
1995
|
};
|
|
1996
|
-
|
|
1996
|
+
s: {
|
|
1997
1997
|
default: string;
|
|
1998
|
-
conditions: Record<"
|
|
1998
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
1999
1999
|
};
|
|
2000
|
-
|
|
2000
|
+
xl: {
|
|
2001
2001
|
default: string;
|
|
2002
|
-
conditions: Record<"
|
|
2002
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2003
2003
|
};
|
|
2004
|
-
"
|
|
2004
|
+
"2xs": {
|
|
2005
2005
|
default: string;
|
|
2006
|
-
conditions: Record<"
|
|
2006
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2007
2007
|
};
|
|
2008
|
-
|
|
2008
|
+
md: {
|
|
2009
2009
|
default: string;
|
|
2010
|
-
conditions: Record<"
|
|
2010
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2011
2011
|
};
|
|
2012
|
-
|
|
2012
|
+
lg: {
|
|
2013
2013
|
default: string;
|
|
2014
|
-
conditions: Record<"
|
|
2014
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2015
2015
|
};
|
|
2016
|
-
"
|
|
2016
|
+
"2xl": {
|
|
2017
2017
|
default: string;
|
|
2018
|
-
conditions: Record<"
|
|
2018
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2019
2019
|
};
|
|
2020
|
-
"
|
|
2020
|
+
"4xs": {
|
|
2021
2021
|
default: string;
|
|
2022
|
-
conditions: Record<"
|
|
2022
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2023
2023
|
};
|
|
2024
|
-
"
|
|
2024
|
+
"3xs": {
|
|
2025
2025
|
default: string;
|
|
2026
|
-
conditions: Record<"
|
|
2026
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2027
2027
|
};
|
|
2028
|
-
|
|
2028
|
+
"3xl": {
|
|
2029
2029
|
default: string;
|
|
2030
|
-
conditions: Record<"
|
|
2030
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2031
2031
|
};
|
|
2032
|
-
|
|
2032
|
+
"4xl": {
|
|
2033
2033
|
default: string;
|
|
2034
|
-
conditions: Record<"
|
|
2034
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2035
2035
|
};
|
|
2036
|
-
|
|
2036
|
+
"5xl": {
|
|
2037
2037
|
default: string;
|
|
2038
|
-
conditions: Record<"
|
|
2038
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2039
2039
|
};
|
|
2040
|
-
|
|
2040
|
+
"6xl": {
|
|
2041
2041
|
default: string;
|
|
2042
|
-
conditions: Record<"
|
|
2042
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2043
2043
|
};
|
|
2044
|
-
|
|
2044
|
+
"7xl": {
|
|
2045
2045
|
default: string;
|
|
2046
|
-
conditions: Record<"
|
|
2046
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2047
2047
|
};
|
|
2048
|
-
|
|
2048
|
+
"8xl": {
|
|
2049
2049
|
default: string;
|
|
2050
|
-
conditions: Record<"
|
|
2050
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2051
2051
|
};
|
|
2052
2052
|
};
|
|
2053
2053
|
staticScale: {
|
|
@@ -2072,69 +2072,69 @@ declare const box: {
|
|
|
2072
2072
|
};
|
|
2073
2073
|
gridGap: {
|
|
2074
2074
|
values: {
|
|
2075
|
-
|
|
2075
|
+
xs: {
|
|
2076
2076
|
default: string;
|
|
2077
|
-
conditions: Record<"
|
|
2077
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2078
2078
|
};
|
|
2079
|
-
|
|
2079
|
+
none: {
|
|
2080
2080
|
default: string;
|
|
2081
|
-
conditions: Record<"
|
|
2081
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2082
2082
|
};
|
|
2083
|
-
|
|
2083
|
+
s: {
|
|
2084
2084
|
default: string;
|
|
2085
|
-
conditions: Record<"
|
|
2085
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2086
2086
|
};
|
|
2087
|
-
|
|
2087
|
+
xl: {
|
|
2088
2088
|
default: string;
|
|
2089
|
-
conditions: Record<"
|
|
2089
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2090
2090
|
};
|
|
2091
|
-
"
|
|
2091
|
+
"2xs": {
|
|
2092
2092
|
default: string;
|
|
2093
|
-
conditions: Record<"
|
|
2093
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2094
2094
|
};
|
|
2095
|
-
|
|
2095
|
+
md: {
|
|
2096
2096
|
default: string;
|
|
2097
|
-
conditions: Record<"
|
|
2097
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2098
2098
|
};
|
|
2099
|
-
|
|
2099
|
+
lg: {
|
|
2100
2100
|
default: string;
|
|
2101
|
-
conditions: Record<"
|
|
2101
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2102
2102
|
};
|
|
2103
|
-
"
|
|
2103
|
+
"2xl": {
|
|
2104
2104
|
default: string;
|
|
2105
|
-
conditions: Record<"
|
|
2105
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2106
2106
|
};
|
|
2107
|
-
"
|
|
2107
|
+
"4xs": {
|
|
2108
2108
|
default: string;
|
|
2109
|
-
conditions: Record<"
|
|
2109
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2110
2110
|
};
|
|
2111
|
-
"
|
|
2111
|
+
"3xs": {
|
|
2112
2112
|
default: string;
|
|
2113
|
-
conditions: Record<"
|
|
2113
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2114
2114
|
};
|
|
2115
|
-
|
|
2115
|
+
"3xl": {
|
|
2116
2116
|
default: string;
|
|
2117
|
-
conditions: Record<"
|
|
2117
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2118
2118
|
};
|
|
2119
|
-
|
|
2119
|
+
"4xl": {
|
|
2120
2120
|
default: string;
|
|
2121
|
-
conditions: Record<"
|
|
2121
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2122
2122
|
};
|
|
2123
|
-
|
|
2123
|
+
"5xl": {
|
|
2124
2124
|
default: string;
|
|
2125
|
-
conditions: Record<"
|
|
2125
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2126
2126
|
};
|
|
2127
|
-
|
|
2127
|
+
"6xl": {
|
|
2128
2128
|
default: string;
|
|
2129
|
-
conditions: Record<"
|
|
2129
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2130
2130
|
};
|
|
2131
|
-
|
|
2131
|
+
"7xl": {
|
|
2132
2132
|
default: string;
|
|
2133
|
-
conditions: Record<"
|
|
2133
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2134
2134
|
};
|
|
2135
|
-
|
|
2135
|
+
"8xl": {
|
|
2136
2136
|
default: string;
|
|
2137
|
-
conditions: Record<"
|
|
2137
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2138
2138
|
};
|
|
2139
2139
|
};
|
|
2140
2140
|
staticScale: {
|
|
@@ -2161,39 +2161,39 @@ declare const box: {
|
|
|
2161
2161
|
values: {
|
|
2162
2162
|
100: {
|
|
2163
2163
|
default: string;
|
|
2164
|
-
conditions: Record<"
|
|
2164
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2165
2165
|
};
|
|
2166
2166
|
200: {
|
|
2167
2167
|
default: string;
|
|
2168
|
-
conditions: Record<"
|
|
2168
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2169
2169
|
};
|
|
2170
2170
|
300: {
|
|
2171
2171
|
default: string;
|
|
2172
|
-
conditions: Record<"
|
|
2172
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2173
2173
|
};
|
|
2174
2174
|
400: {
|
|
2175
2175
|
default: string;
|
|
2176
|
-
conditions: Record<"
|
|
2176
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2177
2177
|
};
|
|
2178
2178
|
500: {
|
|
2179
2179
|
default: string;
|
|
2180
|
-
conditions: Record<"
|
|
2180
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2181
2181
|
};
|
|
2182
2182
|
600: {
|
|
2183
2183
|
default: string;
|
|
2184
|
-
conditions: Record<"
|
|
2184
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2185
2185
|
};
|
|
2186
2186
|
700: {
|
|
2187
2187
|
default: string;
|
|
2188
|
-
conditions: Record<"
|
|
2188
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2189
2189
|
};
|
|
2190
2190
|
800: {
|
|
2191
2191
|
default: string;
|
|
2192
|
-
conditions: Record<"
|
|
2192
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2193
2193
|
};
|
|
2194
2194
|
900: {
|
|
2195
2195
|
default: string;
|
|
2196
|
-
conditions: Record<"
|
|
2196
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2197
2197
|
};
|
|
2198
2198
|
};
|
|
2199
2199
|
staticScale: {
|
|
@@ -2213,75 +2213,75 @@ declare const box: {
|
|
|
2213
2213
|
values: {
|
|
2214
2214
|
"body-xxs": {
|
|
2215
2215
|
default: string;
|
|
2216
|
-
conditions: Record<"
|
|
2216
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2217
2217
|
};
|
|
2218
2218
|
"body-xs": {
|
|
2219
2219
|
default: string;
|
|
2220
|
-
conditions: Record<"
|
|
2220
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2221
2221
|
};
|
|
2222
2222
|
"body-s": {
|
|
2223
2223
|
default: string;
|
|
2224
|
-
conditions: Record<"
|
|
2224
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2225
2225
|
};
|
|
2226
2226
|
"body-m": {
|
|
2227
2227
|
default: string;
|
|
2228
|
-
conditions: Record<"
|
|
2228
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2229
2229
|
};
|
|
2230
2230
|
"body-l": {
|
|
2231
2231
|
default: string;
|
|
2232
|
-
conditions: Record<"
|
|
2232
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2233
2233
|
};
|
|
2234
2234
|
"body-xl": {
|
|
2235
2235
|
default: string;
|
|
2236
|
-
conditions: Record<"
|
|
2236
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2237
2237
|
};
|
|
2238
2238
|
"heading-hero": {
|
|
2239
2239
|
default: string;
|
|
2240
|
-
conditions: Record<"
|
|
2240
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2241
2241
|
};
|
|
2242
2242
|
"heading-xs": {
|
|
2243
2243
|
default: string;
|
|
2244
|
-
conditions: Record<"
|
|
2244
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2245
2245
|
};
|
|
2246
2246
|
"heading-s": {
|
|
2247
2247
|
default: string;
|
|
2248
|
-
conditions: Record<"
|
|
2248
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2249
2249
|
};
|
|
2250
2250
|
"heading-m": {
|
|
2251
2251
|
default: string;
|
|
2252
|
-
conditions: Record<"
|
|
2252
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2253
2253
|
};
|
|
2254
2254
|
"heading-l": {
|
|
2255
2255
|
default: string;
|
|
2256
|
-
conditions: Record<"
|
|
2256
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2257
2257
|
};
|
|
2258
2258
|
"heading-xl": {
|
|
2259
2259
|
default: string;
|
|
2260
|
-
conditions: Record<"
|
|
2260
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2261
2261
|
};
|
|
2262
2262
|
"button-s": {
|
|
2263
2263
|
default: string;
|
|
2264
|
-
conditions: Record<"
|
|
2264
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2265
2265
|
};
|
|
2266
2266
|
"button-m": {
|
|
2267
2267
|
default: string;
|
|
2268
|
-
conditions: Record<"
|
|
2268
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2269
2269
|
};
|
|
2270
2270
|
"button-l": {
|
|
2271
2271
|
default: string;
|
|
2272
|
-
conditions: Record<"
|
|
2272
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2273
2273
|
};
|
|
2274
2274
|
"label-s": {
|
|
2275
2275
|
default: string;
|
|
2276
|
-
conditions: Record<"
|
|
2276
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2277
2277
|
};
|
|
2278
2278
|
"label-m": {
|
|
2279
2279
|
default: string;
|
|
2280
|
-
conditions: Record<"
|
|
2280
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2281
2281
|
};
|
|
2282
2282
|
"label-l": {
|
|
2283
2283
|
default: string;
|
|
2284
|
-
conditions: Record<"
|
|
2284
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2285
2285
|
};
|
|
2286
2286
|
};
|
|
2287
2287
|
staticScale: {
|
|
@@ -2310,19 +2310,19 @@ declare const box: {
|
|
|
2310
2310
|
values: {
|
|
2311
2311
|
regular: {
|
|
2312
2312
|
default: string;
|
|
2313
|
-
conditions: Record<"
|
|
2313
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2314
2314
|
};
|
|
2315
2315
|
medium: {
|
|
2316
2316
|
default: string;
|
|
2317
|
-
conditions: Record<"
|
|
2317
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2318
2318
|
};
|
|
2319
2319
|
semiBold: {
|
|
2320
2320
|
default: string;
|
|
2321
|
-
conditions: Record<"
|
|
2321
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2322
2322
|
};
|
|
2323
2323
|
bold: {
|
|
2324
2324
|
default: string;
|
|
2325
|
-
conditions: Record<"
|
|
2325
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2326
2326
|
};
|
|
2327
2327
|
};
|
|
2328
2328
|
staticScale: {
|
|
@@ -2337,75 +2337,75 @@ declare const box: {
|
|
|
2337
2337
|
values: {
|
|
2338
2338
|
"body-xxs": {
|
|
2339
2339
|
default: string;
|
|
2340
|
-
conditions: Record<"
|
|
2340
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2341
2341
|
};
|
|
2342
2342
|
"body-xs": {
|
|
2343
2343
|
default: string;
|
|
2344
|
-
conditions: Record<"
|
|
2344
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2345
2345
|
};
|
|
2346
2346
|
"body-s": {
|
|
2347
2347
|
default: string;
|
|
2348
|
-
conditions: Record<"
|
|
2348
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2349
2349
|
};
|
|
2350
2350
|
"body-m": {
|
|
2351
2351
|
default: string;
|
|
2352
|
-
conditions: Record<"
|
|
2352
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2353
2353
|
};
|
|
2354
2354
|
"body-l": {
|
|
2355
2355
|
default: string;
|
|
2356
|
-
conditions: Record<"
|
|
2356
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2357
2357
|
};
|
|
2358
2358
|
"body-xl": {
|
|
2359
2359
|
default: string;
|
|
2360
|
-
conditions: Record<"
|
|
2360
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2361
2361
|
};
|
|
2362
2362
|
"heading-hero": {
|
|
2363
2363
|
default: string;
|
|
2364
|
-
conditions: Record<"
|
|
2364
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2365
2365
|
};
|
|
2366
2366
|
"heading-xs": {
|
|
2367
2367
|
default: string;
|
|
2368
|
-
conditions: Record<"
|
|
2368
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2369
2369
|
};
|
|
2370
2370
|
"heading-s": {
|
|
2371
2371
|
default: string;
|
|
2372
|
-
conditions: Record<"
|
|
2372
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2373
2373
|
};
|
|
2374
2374
|
"heading-m": {
|
|
2375
2375
|
default: string;
|
|
2376
|
-
conditions: Record<"
|
|
2376
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2377
2377
|
};
|
|
2378
2378
|
"heading-l": {
|
|
2379
2379
|
default: string;
|
|
2380
|
-
conditions: Record<"
|
|
2380
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2381
2381
|
};
|
|
2382
2382
|
"heading-xl": {
|
|
2383
2383
|
default: string;
|
|
2384
|
-
conditions: Record<"
|
|
2384
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2385
2385
|
};
|
|
2386
2386
|
"button-s": {
|
|
2387
2387
|
default: string;
|
|
2388
|
-
conditions: Record<"
|
|
2388
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2389
2389
|
};
|
|
2390
2390
|
"button-m": {
|
|
2391
2391
|
default: string;
|
|
2392
|
-
conditions: Record<"
|
|
2392
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2393
2393
|
};
|
|
2394
2394
|
"button-l": {
|
|
2395
2395
|
default: string;
|
|
2396
|
-
conditions: Record<"
|
|
2396
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2397
2397
|
};
|
|
2398
2398
|
"label-s": {
|
|
2399
2399
|
default: string;
|
|
2400
|
-
conditions: Record<"
|
|
2400
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2401
2401
|
};
|
|
2402
2402
|
"label-m": {
|
|
2403
2403
|
default: string;
|
|
2404
|
-
conditions: Record<"
|
|
2404
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2405
2405
|
};
|
|
2406
2406
|
"label-l": {
|
|
2407
2407
|
default: string;
|
|
2408
|
-
conditions: Record<"
|
|
2408
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2409
2409
|
};
|
|
2410
2410
|
};
|
|
2411
2411
|
staticScale: {
|
|
@@ -2434,15 +2434,15 @@ declare const box: {
|
|
|
2434
2434
|
values: {
|
|
2435
2435
|
body: {
|
|
2436
2436
|
default: string;
|
|
2437
|
-
conditions: Record<"
|
|
2437
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2438
2438
|
};
|
|
2439
2439
|
heading: {
|
|
2440
2440
|
default: string;
|
|
2441
|
-
conditions: Record<"
|
|
2441
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2442
2442
|
};
|
|
2443
2443
|
button: {
|
|
2444
2444
|
default: string;
|
|
2445
|
-
conditions: Record<"
|
|
2445
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2446
2446
|
};
|
|
2447
2447
|
};
|
|
2448
2448
|
staticScale: {
|
|
@@ -2458,613 +2458,613 @@ declare const box: {
|
|
|
2458
2458
|
width: {
|
|
2459
2459
|
dynamic: {
|
|
2460
2460
|
default: string;
|
|
2461
|
-
conditions: Record<"
|
|
2461
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2462
2462
|
};
|
|
2463
2463
|
dynamicScale: true;
|
|
2464
2464
|
name: "width";
|
|
2465
2465
|
vars: {
|
|
2466
2466
|
default: string;
|
|
2467
|
-
conditions: Record<"
|
|
2467
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2468
2468
|
};
|
|
2469
2469
|
};
|
|
2470
2470
|
height: {
|
|
2471
2471
|
dynamic: {
|
|
2472
2472
|
default: string;
|
|
2473
|
-
conditions: Record<"
|
|
2473
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2474
2474
|
};
|
|
2475
2475
|
dynamicScale: true;
|
|
2476
2476
|
name: "height";
|
|
2477
2477
|
vars: {
|
|
2478
2478
|
default: string;
|
|
2479
|
-
conditions: Record<"
|
|
2479
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2480
2480
|
};
|
|
2481
2481
|
};
|
|
2482
2482
|
maxWidth: {
|
|
2483
2483
|
dynamic: {
|
|
2484
2484
|
default: string;
|
|
2485
|
-
conditions: Record<"
|
|
2485
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2486
2486
|
};
|
|
2487
2487
|
dynamicScale: true;
|
|
2488
2488
|
name: "maxWidth";
|
|
2489
2489
|
vars: {
|
|
2490
2490
|
default: string;
|
|
2491
|
-
conditions: Record<"
|
|
2491
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2492
2492
|
};
|
|
2493
2493
|
};
|
|
2494
2494
|
maxHeight: {
|
|
2495
2495
|
dynamic: {
|
|
2496
2496
|
default: string;
|
|
2497
|
-
conditions: Record<"
|
|
2497
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2498
2498
|
};
|
|
2499
2499
|
dynamicScale: true;
|
|
2500
2500
|
name: "maxHeight";
|
|
2501
2501
|
vars: {
|
|
2502
2502
|
default: string;
|
|
2503
|
-
conditions: Record<"
|
|
2503
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2504
2504
|
};
|
|
2505
2505
|
};
|
|
2506
2506
|
minWidth: {
|
|
2507
2507
|
dynamic: {
|
|
2508
2508
|
default: string;
|
|
2509
|
-
conditions: Record<"
|
|
2509
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2510
2510
|
};
|
|
2511
2511
|
dynamicScale: true;
|
|
2512
2512
|
name: "minWidth";
|
|
2513
2513
|
vars: {
|
|
2514
2514
|
default: string;
|
|
2515
|
-
conditions: Record<"
|
|
2515
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2516
2516
|
};
|
|
2517
2517
|
};
|
|
2518
2518
|
minHeight: {
|
|
2519
2519
|
dynamic: {
|
|
2520
2520
|
default: string;
|
|
2521
|
-
conditions: Record<"
|
|
2521
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2522
2522
|
};
|
|
2523
2523
|
dynamicScale: true;
|
|
2524
2524
|
name: "minHeight";
|
|
2525
2525
|
vars: {
|
|
2526
2526
|
default: string;
|
|
2527
|
-
conditions: Record<"
|
|
2527
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2528
2528
|
};
|
|
2529
2529
|
};
|
|
2530
2530
|
bottom: {
|
|
2531
2531
|
dynamic: {
|
|
2532
2532
|
default: string;
|
|
2533
|
-
conditions: Record<"
|
|
2533
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2534
2534
|
};
|
|
2535
2535
|
dynamicScale: true;
|
|
2536
2536
|
name: "bottom";
|
|
2537
2537
|
vars: {
|
|
2538
2538
|
default: string;
|
|
2539
|
-
conditions: Record<"
|
|
2539
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2540
2540
|
};
|
|
2541
2541
|
};
|
|
2542
2542
|
left: {
|
|
2543
2543
|
dynamic: {
|
|
2544
2544
|
default: string;
|
|
2545
|
-
conditions: Record<"
|
|
2545
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2546
2546
|
};
|
|
2547
2547
|
dynamicScale: true;
|
|
2548
2548
|
name: "left";
|
|
2549
2549
|
vars: {
|
|
2550
2550
|
default: string;
|
|
2551
|
-
conditions: Record<"
|
|
2551
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2552
2552
|
};
|
|
2553
2553
|
};
|
|
2554
2554
|
right: {
|
|
2555
2555
|
dynamic: {
|
|
2556
2556
|
default: string;
|
|
2557
|
-
conditions: Record<"
|
|
2557
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2558
2558
|
};
|
|
2559
2559
|
dynamicScale: true;
|
|
2560
2560
|
name: "right";
|
|
2561
2561
|
vars: {
|
|
2562
2562
|
default: string;
|
|
2563
|
-
conditions: Record<"
|
|
2563
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2564
2564
|
};
|
|
2565
2565
|
};
|
|
2566
2566
|
top: {
|
|
2567
2567
|
dynamic: {
|
|
2568
2568
|
default: string;
|
|
2569
|
-
conditions: Record<"
|
|
2569
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2570
2570
|
};
|
|
2571
2571
|
dynamicScale: true;
|
|
2572
2572
|
name: "top";
|
|
2573
2573
|
vars: {
|
|
2574
2574
|
default: string;
|
|
2575
|
-
conditions: Record<"
|
|
2575
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2576
2576
|
};
|
|
2577
2577
|
};
|
|
2578
2578
|
flex: {
|
|
2579
2579
|
dynamic: {
|
|
2580
2580
|
default: string;
|
|
2581
|
-
conditions: Record<"
|
|
2581
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2582
2582
|
};
|
|
2583
2583
|
dynamicScale: true;
|
|
2584
2584
|
name: "flex";
|
|
2585
2585
|
vars: {
|
|
2586
2586
|
default: string;
|
|
2587
|
-
conditions: Record<"
|
|
2587
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2588
2588
|
};
|
|
2589
2589
|
};
|
|
2590
2590
|
gridTemplateAreas: {
|
|
2591
2591
|
dynamic: {
|
|
2592
2592
|
default: string;
|
|
2593
|
-
conditions: Record<"
|
|
2593
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2594
2594
|
};
|
|
2595
2595
|
dynamicScale: true;
|
|
2596
2596
|
name: "gridTemplateAreas";
|
|
2597
2597
|
vars: {
|
|
2598
2598
|
default: string;
|
|
2599
|
-
conditions: Record<"
|
|
2599
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2600
2600
|
};
|
|
2601
2601
|
};
|
|
2602
2602
|
gridTemplateColumns: {
|
|
2603
2603
|
dynamic: {
|
|
2604
2604
|
default: string;
|
|
2605
|
-
conditions: Record<"
|
|
2605
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2606
2606
|
};
|
|
2607
2607
|
dynamicScale: true;
|
|
2608
2608
|
name: "gridTemplateColumns";
|
|
2609
2609
|
vars: {
|
|
2610
2610
|
default: string;
|
|
2611
|
-
conditions: Record<"
|
|
2611
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2612
2612
|
};
|
|
2613
2613
|
};
|
|
2614
2614
|
gridTemplateRows: {
|
|
2615
2615
|
dynamic: {
|
|
2616
2616
|
default: string;
|
|
2617
|
-
conditions: Record<"
|
|
2617
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2618
2618
|
};
|
|
2619
2619
|
dynamicScale: true;
|
|
2620
2620
|
name: "gridTemplateRows";
|
|
2621
2621
|
vars: {
|
|
2622
2622
|
default: string;
|
|
2623
|
-
conditions: Record<"
|
|
2623
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2624
2624
|
};
|
|
2625
2625
|
};
|
|
2626
2626
|
gridArea: {
|
|
2627
2627
|
dynamic: {
|
|
2628
2628
|
default: string;
|
|
2629
|
-
conditions: Record<"
|
|
2629
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2630
2630
|
};
|
|
2631
2631
|
dynamicScale: true;
|
|
2632
2632
|
name: "gridArea";
|
|
2633
2633
|
vars: {
|
|
2634
2634
|
default: string;
|
|
2635
|
-
conditions: Record<"
|
|
2635
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2636
2636
|
};
|
|
2637
2637
|
};
|
|
2638
2638
|
flexShrink: {
|
|
2639
2639
|
dynamic: {
|
|
2640
2640
|
default: string;
|
|
2641
|
-
conditions: Record<"
|
|
2641
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2642
2642
|
};
|
|
2643
2643
|
dynamicScale: true;
|
|
2644
2644
|
name: "flexShrink";
|
|
2645
2645
|
vars: {
|
|
2646
2646
|
default: string;
|
|
2647
|
-
conditions: Record<"
|
|
2647
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2648
2648
|
};
|
|
2649
2649
|
};
|
|
2650
2650
|
flexGrow: {
|
|
2651
2651
|
dynamic: {
|
|
2652
2652
|
default: string;
|
|
2653
|
-
conditions: Record<"
|
|
2653
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2654
2654
|
};
|
|
2655
2655
|
dynamicScale: true;
|
|
2656
2656
|
name: "flexGrow";
|
|
2657
2657
|
vars: {
|
|
2658
2658
|
default: string;
|
|
2659
|
-
conditions: Record<"
|
|
2659
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2660
2660
|
};
|
|
2661
2661
|
};
|
|
2662
2662
|
order: {
|
|
2663
2663
|
dynamic: {
|
|
2664
2664
|
default: string;
|
|
2665
|
-
conditions: Record<"
|
|
2665
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2666
2666
|
};
|
|
2667
2667
|
dynamicScale: true;
|
|
2668
2668
|
name: "order";
|
|
2669
2669
|
vars: {
|
|
2670
2670
|
default: string;
|
|
2671
|
-
conditions: Record<"
|
|
2671
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2672
2672
|
};
|
|
2673
2673
|
};
|
|
2674
2674
|
transitionDelay: {
|
|
2675
2675
|
dynamic: {
|
|
2676
2676
|
default: string;
|
|
2677
|
-
conditions: Record<"
|
|
2677
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2678
2678
|
};
|
|
2679
2679
|
dynamicScale: true;
|
|
2680
2680
|
name: "transitionDelay";
|
|
2681
2681
|
vars: {
|
|
2682
2682
|
default: string;
|
|
2683
|
-
conditions: Record<"
|
|
2683
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2684
2684
|
};
|
|
2685
2685
|
};
|
|
2686
2686
|
transitionProperty: {
|
|
2687
2687
|
dynamic: {
|
|
2688
2688
|
default: string;
|
|
2689
|
-
conditions: Record<"
|
|
2689
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2690
2690
|
};
|
|
2691
2691
|
dynamicScale: true;
|
|
2692
2692
|
name: "transitionProperty";
|
|
2693
2693
|
vars: {
|
|
2694
2694
|
default: string;
|
|
2695
|
-
conditions: Record<"
|
|
2695
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2696
2696
|
};
|
|
2697
2697
|
};
|
|
2698
2698
|
backgroundImage: {
|
|
2699
2699
|
dynamic: {
|
|
2700
2700
|
default: string;
|
|
2701
|
-
conditions: Record<"
|
|
2701
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2702
2702
|
};
|
|
2703
2703
|
dynamicScale: true;
|
|
2704
2704
|
name: "backgroundImage";
|
|
2705
2705
|
vars: {
|
|
2706
2706
|
default: string;
|
|
2707
|
-
conditions: Record<"
|
|
2707
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2708
2708
|
};
|
|
2709
2709
|
};
|
|
2710
2710
|
backgroundPosition: {
|
|
2711
2711
|
dynamic: {
|
|
2712
2712
|
default: string;
|
|
2713
|
-
conditions: Record<"
|
|
2713
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2714
2714
|
};
|
|
2715
2715
|
dynamicScale: true;
|
|
2716
2716
|
name: "backgroundPosition";
|
|
2717
2717
|
vars: {
|
|
2718
2718
|
default: string;
|
|
2719
|
-
conditions: Record<"
|
|
2719
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2720
2720
|
};
|
|
2721
2721
|
};
|
|
2722
2722
|
backgroundPositionX: {
|
|
2723
2723
|
dynamic: {
|
|
2724
2724
|
default: string;
|
|
2725
|
-
conditions: Record<"
|
|
2725
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2726
2726
|
};
|
|
2727
2727
|
dynamicScale: true;
|
|
2728
2728
|
name: "backgroundPositionX";
|
|
2729
2729
|
vars: {
|
|
2730
2730
|
default: string;
|
|
2731
|
-
conditions: Record<"
|
|
2731
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2732
2732
|
};
|
|
2733
2733
|
};
|
|
2734
2734
|
backgroundPositionY: {
|
|
2735
2735
|
dynamic: {
|
|
2736
2736
|
default: string;
|
|
2737
|
-
conditions: Record<"
|
|
2737
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2738
2738
|
};
|
|
2739
2739
|
dynamicScale: true;
|
|
2740
2740
|
name: "backgroundPositionY";
|
|
2741
2741
|
vars: {
|
|
2742
2742
|
default: string;
|
|
2743
|
-
conditions: Record<"
|
|
2743
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2744
2744
|
};
|
|
2745
2745
|
};
|
|
2746
2746
|
backgroundBlendMode: {
|
|
2747
2747
|
dynamic: {
|
|
2748
2748
|
default: string;
|
|
2749
|
-
conditions: Record<"
|
|
2749
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2750
2750
|
};
|
|
2751
2751
|
dynamicScale: true;
|
|
2752
2752
|
name: "backgroundBlendMode";
|
|
2753
2753
|
vars: {
|
|
2754
2754
|
default: string;
|
|
2755
|
-
conditions: Record<"
|
|
2755
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2756
2756
|
};
|
|
2757
2757
|
};
|
|
2758
2758
|
backgroundRepeat: {
|
|
2759
2759
|
dynamic: {
|
|
2760
2760
|
default: string;
|
|
2761
|
-
conditions: Record<"
|
|
2761
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2762
2762
|
};
|
|
2763
2763
|
dynamicScale: true;
|
|
2764
2764
|
name: "backgroundRepeat";
|
|
2765
2765
|
vars: {
|
|
2766
2766
|
default: string;
|
|
2767
|
-
conditions: Record<"
|
|
2767
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2768
2768
|
};
|
|
2769
2769
|
};
|
|
2770
2770
|
backgroundSize: {
|
|
2771
2771
|
dynamic: {
|
|
2772
2772
|
default: string;
|
|
2773
|
-
conditions: Record<"
|
|
2773
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2774
2774
|
};
|
|
2775
2775
|
dynamicScale: true;
|
|
2776
2776
|
name: "backgroundSize";
|
|
2777
2777
|
vars: {
|
|
2778
2778
|
default: string;
|
|
2779
|
-
conditions: Record<"
|
|
2779
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2780
2780
|
};
|
|
2781
2781
|
};
|
|
2782
2782
|
display: {
|
|
2783
2783
|
dynamic: {
|
|
2784
2784
|
default: string;
|
|
2785
|
-
conditions: Record<"
|
|
2785
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2786
2786
|
};
|
|
2787
2787
|
dynamicScale: true;
|
|
2788
2788
|
name: "display";
|
|
2789
2789
|
vars: {
|
|
2790
2790
|
default: string;
|
|
2791
|
-
conditions: Record<"
|
|
2791
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2792
2792
|
};
|
|
2793
2793
|
};
|
|
2794
2794
|
flexDirection: {
|
|
2795
2795
|
dynamic: {
|
|
2796
2796
|
default: string;
|
|
2797
|
-
conditions: Record<"
|
|
2797
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2798
2798
|
};
|
|
2799
2799
|
dynamicScale: true;
|
|
2800
2800
|
name: "flexDirection";
|
|
2801
2801
|
vars: {
|
|
2802
2802
|
default: string;
|
|
2803
|
-
conditions: Record<"
|
|
2803
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2804
2804
|
};
|
|
2805
2805
|
};
|
|
2806
2806
|
flexWrap: {
|
|
2807
2807
|
dynamic: {
|
|
2808
2808
|
default: string;
|
|
2809
|
-
conditions: Record<"
|
|
2809
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2810
2810
|
};
|
|
2811
2811
|
dynamicScale: true;
|
|
2812
2812
|
name: "flexWrap";
|
|
2813
2813
|
vars: {
|
|
2814
2814
|
default: string;
|
|
2815
|
-
conditions: Record<"
|
|
2815
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2816
2816
|
};
|
|
2817
2817
|
};
|
|
2818
2818
|
flexBasis: {
|
|
2819
2819
|
dynamic: {
|
|
2820
2820
|
default: string;
|
|
2821
|
-
conditions: Record<"
|
|
2821
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2822
2822
|
};
|
|
2823
2823
|
dynamicScale: true;
|
|
2824
2824
|
name: "flexBasis";
|
|
2825
2825
|
vars: {
|
|
2826
2826
|
default: string;
|
|
2827
|
-
conditions: Record<"
|
|
2827
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2828
2828
|
};
|
|
2829
2829
|
};
|
|
2830
2830
|
flexFlow: {
|
|
2831
2831
|
dynamic: {
|
|
2832
2832
|
default: string;
|
|
2833
|
-
conditions: Record<"
|
|
2833
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2834
2834
|
};
|
|
2835
2835
|
dynamicScale: true;
|
|
2836
2836
|
name: "flexFlow";
|
|
2837
2837
|
vars: {
|
|
2838
2838
|
default: string;
|
|
2839
|
-
conditions: Record<"
|
|
2839
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2840
2840
|
};
|
|
2841
2841
|
};
|
|
2842
2842
|
justifyContent: {
|
|
2843
2843
|
dynamic: {
|
|
2844
2844
|
default: string;
|
|
2845
|
-
conditions: Record<"
|
|
2845
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2846
2846
|
};
|
|
2847
2847
|
dynamicScale: true;
|
|
2848
2848
|
name: "justifyContent";
|
|
2849
2849
|
vars: {
|
|
2850
2850
|
default: string;
|
|
2851
|
-
conditions: Record<"
|
|
2851
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2852
2852
|
};
|
|
2853
2853
|
};
|
|
2854
2854
|
justifyItems: {
|
|
2855
2855
|
dynamic: {
|
|
2856
2856
|
default: string;
|
|
2857
|
-
conditions: Record<"
|
|
2857
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2858
2858
|
};
|
|
2859
2859
|
dynamicScale: true;
|
|
2860
2860
|
name: "justifyItems";
|
|
2861
2861
|
vars: {
|
|
2862
2862
|
default: string;
|
|
2863
|
-
conditions: Record<"
|
|
2863
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2864
2864
|
};
|
|
2865
2865
|
};
|
|
2866
2866
|
alignContent: {
|
|
2867
2867
|
dynamic: {
|
|
2868
2868
|
default: string;
|
|
2869
|
-
conditions: Record<"
|
|
2869
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2870
2870
|
};
|
|
2871
2871
|
dynamicScale: true;
|
|
2872
2872
|
name: "alignContent";
|
|
2873
2873
|
vars: {
|
|
2874
2874
|
default: string;
|
|
2875
|
-
conditions: Record<"
|
|
2875
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2876
2876
|
};
|
|
2877
2877
|
};
|
|
2878
2878
|
alignItems: {
|
|
2879
2879
|
dynamic: {
|
|
2880
2880
|
default: string;
|
|
2881
|
-
conditions: Record<"
|
|
2881
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2882
2882
|
};
|
|
2883
2883
|
dynamicScale: true;
|
|
2884
2884
|
name: "alignItems";
|
|
2885
2885
|
vars: {
|
|
2886
2886
|
default: string;
|
|
2887
|
-
conditions: Record<"
|
|
2887
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2888
2888
|
};
|
|
2889
2889
|
};
|
|
2890
2890
|
alignSelf: {
|
|
2891
2891
|
dynamic: {
|
|
2892
2892
|
default: string;
|
|
2893
|
-
conditions: Record<"
|
|
2893
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2894
2894
|
};
|
|
2895
2895
|
dynamicScale: true;
|
|
2896
2896
|
name: "alignSelf";
|
|
2897
2897
|
vars: {
|
|
2898
2898
|
default: string;
|
|
2899
|
-
conditions: Record<"
|
|
2899
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2900
2900
|
};
|
|
2901
2901
|
};
|
|
2902
2902
|
pointerEvents: {
|
|
2903
2903
|
dynamic: {
|
|
2904
2904
|
default: string;
|
|
2905
|
-
conditions: Record<"
|
|
2905
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2906
2906
|
};
|
|
2907
2907
|
dynamicScale: true;
|
|
2908
2908
|
name: "pointerEvents";
|
|
2909
2909
|
vars: {
|
|
2910
2910
|
default: string;
|
|
2911
|
-
conditions: Record<"
|
|
2911
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2912
2912
|
};
|
|
2913
2913
|
};
|
|
2914
2914
|
position: {
|
|
2915
2915
|
dynamic: {
|
|
2916
2916
|
default: string;
|
|
2917
|
-
conditions: Record<"
|
|
2917
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2918
2918
|
};
|
|
2919
2919
|
dynamicScale: true;
|
|
2920
2920
|
name: "position";
|
|
2921
2921
|
vars: {
|
|
2922
2922
|
default: string;
|
|
2923
|
-
conditions: Record<"
|
|
2923
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2924
2924
|
};
|
|
2925
2925
|
};
|
|
2926
2926
|
borderStyle: {
|
|
2927
2927
|
dynamic: {
|
|
2928
2928
|
default: string;
|
|
2929
|
-
conditions: Record<"
|
|
2929
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2930
2930
|
};
|
|
2931
2931
|
dynamicScale: true;
|
|
2932
2932
|
name: "borderStyle";
|
|
2933
2933
|
vars: {
|
|
2934
2934
|
default: string;
|
|
2935
|
-
conditions: Record<"
|
|
2935
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2936
2936
|
};
|
|
2937
2937
|
};
|
|
2938
2938
|
boxSizing: {
|
|
2939
2939
|
dynamic: {
|
|
2940
2940
|
default: string;
|
|
2941
|
-
conditions: Record<"
|
|
2941
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2942
2942
|
};
|
|
2943
2943
|
dynamicScale: true;
|
|
2944
2944
|
name: "boxSizing";
|
|
2945
2945
|
vars: {
|
|
2946
2946
|
default: string;
|
|
2947
|
-
conditions: Record<"
|
|
2947
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2948
2948
|
};
|
|
2949
2949
|
};
|
|
2950
2950
|
cursor: {
|
|
2951
2951
|
dynamic: {
|
|
2952
2952
|
default: string;
|
|
2953
|
-
conditions: Record<"
|
|
2953
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2954
2954
|
};
|
|
2955
2955
|
dynamicScale: true;
|
|
2956
2956
|
name: "cursor";
|
|
2957
2957
|
vars: {
|
|
2958
2958
|
default: string;
|
|
2959
|
-
conditions: Record<"
|
|
2959
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2960
2960
|
};
|
|
2961
2961
|
};
|
|
2962
2962
|
overflow: {
|
|
2963
2963
|
dynamic: {
|
|
2964
2964
|
default: string;
|
|
2965
|
-
conditions: Record<"
|
|
2965
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2966
2966
|
};
|
|
2967
2967
|
dynamicScale: true;
|
|
2968
2968
|
name: "overflow";
|
|
2969
2969
|
vars: {
|
|
2970
2970
|
default: string;
|
|
2971
|
-
conditions: Record<"
|
|
2971
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2972
2972
|
};
|
|
2973
2973
|
};
|
|
2974
2974
|
overflowX: {
|
|
2975
2975
|
dynamic: {
|
|
2976
2976
|
default: string;
|
|
2977
|
-
conditions: Record<"
|
|
2977
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2978
2978
|
};
|
|
2979
2979
|
dynamicScale: true;
|
|
2980
2980
|
name: "overflowX";
|
|
2981
2981
|
vars: {
|
|
2982
2982
|
default: string;
|
|
2983
|
-
conditions: Record<"
|
|
2983
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2984
2984
|
};
|
|
2985
2985
|
};
|
|
2986
2986
|
overflowY: {
|
|
2987
2987
|
dynamic: {
|
|
2988
2988
|
default: string;
|
|
2989
|
-
conditions: Record<"
|
|
2989
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2990
2990
|
};
|
|
2991
2991
|
dynamicScale: true;
|
|
2992
2992
|
name: "overflowY";
|
|
2993
2993
|
vars: {
|
|
2994
2994
|
default: string;
|
|
2995
|
-
conditions: Record<"
|
|
2995
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
2996
2996
|
};
|
|
2997
2997
|
};
|
|
2998
2998
|
transitionTimingFunction: {
|
|
2999
2999
|
dynamic: {
|
|
3000
3000
|
default: string;
|
|
3001
|
-
conditions: Record<"
|
|
3001
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3002
3002
|
};
|
|
3003
3003
|
dynamicScale: true;
|
|
3004
3004
|
name: "transitionTimingFunction";
|
|
3005
3005
|
vars: {
|
|
3006
3006
|
default: string;
|
|
3007
|
-
conditions: Record<"
|
|
3007
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3008
3008
|
};
|
|
3009
3009
|
};
|
|
3010
3010
|
textDecoration: {
|
|
3011
3011
|
dynamic: {
|
|
3012
3012
|
default: string;
|
|
3013
|
-
conditions: Record<"
|
|
3013
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3014
3014
|
};
|
|
3015
3015
|
dynamicScale: true;
|
|
3016
3016
|
name: "textDecoration";
|
|
3017
3017
|
vars: {
|
|
3018
3018
|
default: string;
|
|
3019
|
-
conditions: Record<"
|
|
3019
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3020
3020
|
};
|
|
3021
3021
|
};
|
|
3022
3022
|
textAlign: {
|
|
3023
3023
|
dynamic: {
|
|
3024
3024
|
default: string;
|
|
3025
|
-
conditions: Record<"
|
|
3025
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3026
3026
|
};
|
|
3027
3027
|
dynamicScale: true;
|
|
3028
3028
|
name: "textAlign";
|
|
3029
3029
|
vars: {
|
|
3030
3030
|
default: string;
|
|
3031
|
-
conditions: Record<"
|
|
3031
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3032
3032
|
};
|
|
3033
3033
|
};
|
|
3034
3034
|
opacity: {
|
|
3035
3035
|
dynamic: {
|
|
3036
3036
|
default: string;
|
|
3037
|
-
conditions: Record<"
|
|
3037
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3038
3038
|
};
|
|
3039
3039
|
dynamicScale: true;
|
|
3040
3040
|
name: "opacity";
|
|
3041
3041
|
vars: {
|
|
3042
3042
|
default: string;
|
|
3043
|
-
conditions: Record<"
|
|
3043
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3044
3044
|
};
|
|
3045
3045
|
};
|
|
3046
3046
|
verticalAlign: {
|
|
3047
3047
|
dynamic: {
|
|
3048
3048
|
default: string;
|
|
3049
|
-
conditions: Record<"
|
|
3049
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3050
3050
|
};
|
|
3051
3051
|
dynamicScale: true;
|
|
3052
3052
|
name: "verticalAlign";
|
|
3053
3053
|
vars: {
|
|
3054
3054
|
default: string;
|
|
3055
|
-
conditions: Record<"
|
|
3055
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3056
3056
|
};
|
|
3057
3057
|
};
|
|
3058
3058
|
whiteSpace: {
|
|
3059
3059
|
dynamic: {
|
|
3060
3060
|
default: string;
|
|
3061
|
-
conditions: Record<"
|
|
3061
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3062
3062
|
};
|
|
3063
3063
|
dynamicScale: true;
|
|
3064
3064
|
name: "whiteSpace";
|
|
3065
3065
|
vars: {
|
|
3066
3066
|
default: string;
|
|
3067
|
-
conditions: Record<"
|
|
3067
|
+
conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
|
|
3068
3068
|
};
|
|
3069
3069
|
};
|
|
3070
3070
|
};
|