@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.
@@ -5,137 +5,137 @@ declare const box: {
5
5
  config: {
6
6
  backgroundColor: {
7
7
  values: {
8
- "brand-hover": {
8
+ background: {
9
9
  default: string;
10
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
10
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
11
11
  };
12
- "brand-press": {
12
+ overlay: {
13
13
  default: string;
14
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
14
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
15
15
  };
16
- "brand-subdued": {
16
+ transparent: {
17
17
  default: string;
18
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
18
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
19
19
  };
20
- "error-hover": {
20
+ brand: {
21
21
  default: string;
22
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
22
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
23
23
  };
24
- "error-press": {
24
+ "brand-hover": {
25
25
  default: string;
26
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
26
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
27
27
  };
28
- "error-subdued": {
28
+ "brand-press": {
29
29
  default: string;
30
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
30
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
31
31
  };
32
- "info-hover": {
32
+ "brand-subdued": {
33
33
  default: string;
34
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
34
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
35
35
  };
36
- "info-press": {
36
+ disabled: {
37
37
  default: string;
38
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
38
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
39
39
  };
40
- "info-subdued": {
40
+ error: {
41
41
  default: string;
42
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
42
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
43
43
  };
44
- "invert-disabled": {
44
+ "error-hover": {
45
45
  default: string;
46
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
46
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
47
47
  };
48
- "invert-hover": {
48
+ "error-press": {
49
49
  default: string;
50
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
50
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
51
51
  };
52
- "invert-press": {
52
+ "error-subdued": {
53
53
  default: string;
54
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
54
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
55
55
  };
56
- "invert-secondary": {
56
+ hover: {
57
57
  default: string;
58
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
58
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
59
59
  };
60
- "success-hover": {
60
+ info: {
61
61
  default: string;
62
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
62
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
63
63
  };
64
- "success-press": {
64
+ "info-hover": {
65
65
  default: string;
66
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
66
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
67
67
  };
68
- "success-subdued": {
68
+ "info-press": {
69
69
  default: string;
70
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
70
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
71
71
  };
72
- "warning-hover": {
72
+ "info-subdued": {
73
73
  default: string;
74
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
74
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
75
75
  };
76
- "warning-press": {
76
+ invert: {
77
77
  default: string;
78
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
78
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
79
79
  };
80
- "warning-subdued": {
80
+ "invert-disabled": {
81
81
  default: string;
82
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
82
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
83
83
  };
84
- background: {
84
+ "invert-hover": {
85
85
  default: string;
86
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
86
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
87
87
  };
88
- brand: {
88
+ "invert-press": {
89
89
  default: string;
90
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
90
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
91
91
  };
92
- disabled: {
92
+ "invert-secondary": {
93
93
  default: string;
94
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
94
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
95
95
  };
96
- error: {
96
+ press: {
97
97
  default: string;
98
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
98
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
99
99
  };
100
- hover: {
100
+ primary: {
101
101
  default: string;
102
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
102
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
103
103
  };
104
- info: {
104
+ secondary: {
105
105
  default: string;
106
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
106
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
107
107
  };
108
- invert: {
108
+ success: {
109
109
  default: string;
110
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
110
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
111
111
  };
112
- overlay: {
112
+ "success-hover": {
113
113
  default: string;
114
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
118
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
119
119
  };
120
- primary: {
120
+ "success-subdued": {
121
121
  default: string;
122
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
122
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
123
123
  };
124
- secondary: {
124
+ warning: {
125
125
  default: string;
126
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
126
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
127
127
  };
128
- success: {
128
+ "warning-hover": {
129
129
  default: string;
130
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
134
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
135
135
  };
136
- transparent: {
136
+ "warning-subdued": {
137
137
  default: string;
138
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "brand-hover": {
180
+ background: {
181
181
  default: string;
182
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
182
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
183
183
  };
184
- "brand-press": {
184
+ overlay: {
185
185
  default: string;
186
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
186
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
187
187
  };
188
- "brand-subdued": {
188
+ transparent: {
189
189
  default: string;
190
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
190
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
191
191
  };
192
- "error-hover": {
192
+ brand: {
193
193
  default: string;
194
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
194
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
195
195
  };
196
- "error-press": {
196
+ "brand-hover": {
197
197
  default: string;
198
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
198
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
199
199
  };
200
- "error-subdued": {
200
+ "brand-press": {
201
201
  default: string;
202
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
202
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
203
203
  };
204
- "info-hover": {
204
+ "brand-subdued": {
205
205
  default: string;
206
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
206
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
207
207
  };
208
- "info-press": {
208
+ disabled: {
209
209
  default: string;
210
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
210
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
211
211
  };
212
- "info-subdued": {
212
+ error: {
213
213
  default: string;
214
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
214
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
215
215
  };
216
- "invert-disabled": {
216
+ "error-hover": {
217
217
  default: string;
218
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
218
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
219
219
  };
220
- "invert-hover": {
220
+ "error-press": {
221
221
  default: string;
222
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
222
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
223
223
  };
224
- "invert-press": {
224
+ "error-subdued": {
225
225
  default: string;
226
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
226
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
227
227
  };
228
- "invert-secondary": {
228
+ hover: {
229
229
  default: string;
230
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
230
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
231
231
  };
232
- "success-hover": {
232
+ info: {
233
233
  default: string;
234
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
234
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
235
235
  };
236
- "success-press": {
236
+ "info-hover": {
237
237
  default: string;
238
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
238
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
239
239
  };
240
- "success-subdued": {
240
+ "info-press": {
241
241
  default: string;
242
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
242
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
243
243
  };
244
- "warning-hover": {
244
+ "info-subdued": {
245
245
  default: string;
246
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
246
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
247
247
  };
248
- "warning-press": {
248
+ invert: {
249
249
  default: string;
250
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
250
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
251
251
  };
252
- "warning-subdued": {
252
+ "invert-disabled": {
253
253
  default: string;
254
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
254
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
255
255
  };
256
- background: {
256
+ "invert-hover": {
257
257
  default: string;
258
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
258
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
259
259
  };
260
- brand: {
260
+ "invert-press": {
261
261
  default: string;
262
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
262
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
263
263
  };
264
- disabled: {
264
+ "invert-secondary": {
265
265
  default: string;
266
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
266
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
267
267
  };
268
- error: {
268
+ press: {
269
269
  default: string;
270
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
270
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
271
271
  };
272
- hover: {
272
+ primary: {
273
273
  default: string;
274
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
274
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
275
275
  };
276
- info: {
276
+ secondary: {
277
277
  default: string;
278
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
278
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
279
279
  };
280
- invert: {
280
+ success: {
281
281
  default: string;
282
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
282
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
283
283
  };
284
- overlay: {
284
+ "success-hover": {
285
285
  default: string;
286
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
290
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
291
291
  };
292
- primary: {
292
+ "success-subdued": {
293
293
  default: string;
294
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
294
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
295
295
  };
296
- secondary: {
296
+ warning: {
297
297
  default: string;
298
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
298
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
299
299
  };
300
- success: {
300
+ "warning-hover": {
301
301
  default: string;
302
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
306
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
307
307
  };
308
- transparent: {
308
+ "warning-subdued": {
309
309
  default: string;
310
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "invert-disabled": {
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
399
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
400
400
  };
401
- divider: {
401
+ "brand-alt": {
402
402
  default: string;
403
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
403
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
404
404
  };
405
- subdued: {
405
+ divider: {
406
406
  default: string;
407
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
407
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
408
408
  };
409
- transparent: {
409
+ subdued: {
410
410
  default: string;
411
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "invert-disabled": {
434
+ brand: {
435
435
  default: string;
436
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
436
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
437
437
  };
438
- "invert-secondary": {
438
+ disabled: {
439
439
  default: string;
440
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
440
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
441
441
  };
442
- "brand-alt": {
442
+ error: {
443
443
  default: string;
444
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
444
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
445
445
  };
446
- "on-brand": {
446
+ info: {
447
447
  default: string;
448
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
448
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
449
449
  };
450
- "on-error": {
450
+ invert: {
451
451
  default: string;
452
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
452
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
453
453
  };
454
- "on-info": {
454
+ "invert-disabled": {
455
455
  default: string;
456
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
456
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
457
457
  };
458
- "on-success": {
458
+ "invert-secondary": {
459
459
  default: string;
460
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
460
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
461
461
  };
462
- "on-warning": {
462
+ primary: {
463
463
  default: string;
464
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
464
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
465
465
  };
466
- "warning-alt": {
466
+ secondary: {
467
467
  default: string;
468
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
468
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
469
469
  };
470
- brand: {
470
+ success: {
471
471
  default: string;
472
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
472
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
473
473
  };
474
- disabled: {
474
+ warning: {
475
475
  default: string;
476
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
476
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
477
477
  };
478
- error: {
478
+ "brand-alt": {
479
479
  default: string;
480
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
480
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
481
481
  };
482
- info: {
482
+ "on-brand": {
483
483
  default: string;
484
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
484
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
485
485
  };
486
- invert: {
486
+ "on-error": {
487
487
  default: string;
488
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
488
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
489
489
  };
490
- primary: {
490
+ "on-info": {
491
491
  default: string;
492
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
492
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
493
493
  };
494
- secondary: {
494
+ "on-success": {
495
495
  default: string;
496
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
496
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
497
497
  };
498
- success: {
498
+ "on-warning": {
499
499
  default: string;
500
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
536
+ xs: {
537
537
  default: string;
538
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
538
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
539
539
  };
540
- "2xl": {
540
+ none: {
541
541
  default: string;
542
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
550
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
555
551
  };
556
- none: {
552
+ "2xs": {
557
553
  default: string;
558
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
598
+ xs: {
599
599
  default: string;
600
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
600
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
601
601
  };
602
- "2xl": {
602
+ none: {
603
603
  default: string;
604
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
612
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
617
613
  };
618
- none: {
614
+ "2xs": {
619
615
  default: string;
620
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
660
+ xs: {
661
661
  default: string;
662
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
662
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
663
663
  };
664
- "2xl": {
664
+ none: {
665
665
  default: string;
666
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
674
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
679
675
  };
680
- none: {
676
+ "2xs": {
681
677
  default: string;
682
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
722
+ xs: {
723
723
  default: string;
724
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
724
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
725
725
  };
726
- "2xl": {
726
+ none: {
727
727
  default: string;
728
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
736
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
741
737
  };
742
- none: {
738
+ "2xs": {
743
739
  default: string;
744
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
784
+ xs: {
785
785
  default: string;
786
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
786
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
787
787
  };
788
- "2xl": {
788
+ none: {
789
789
  default: string;
790
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
798
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
803
799
  };
804
- none: {
800
+ "2xs": {
805
801
  default: string;
806
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1093
+ xs: {
1094
1094
  default: string;
1095
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1095
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1096
1096
  };
1097
- "2xl": {
1097
+ none: {
1098
1098
  default: string;
1099
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1099
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1100
1100
  };
1101
- "4xs": {
1101
+ s: {
1102
1102
  default: string;
1103
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1103
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1104
1104
  };
1105
- "3xs": {
1105
+ xl: {
1106
1106
  default: string;
1107
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1107
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1108
1108
  };
1109
- "3xl": {
1109
+ "2xs": {
1110
1110
  default: string;
1111
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1111
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1112
1112
  };
1113
- "4xl": {
1113
+ md: {
1114
1114
  default: string;
1115
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1115
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1116
1116
  };
1117
- "5xl": {
1117
+ lg: {
1118
1118
  default: string;
1119
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1119
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1120
1120
  };
1121
- "6xl": {
1121
+ "2xl": {
1122
1122
  default: string;
1123
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1123
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1124
1124
  };
1125
- "7xl": {
1125
+ "4xs": {
1126
1126
  default: string;
1127
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1127
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1128
1128
  };
1129
- "8xl": {
1129
+ "3xs": {
1130
1130
  default: string;
1131
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1131
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1132
1132
  };
1133
- xs: {
1133
+ "3xl": {
1134
1134
  default: string;
1135
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1135
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1136
1136
  };
1137
- s: {
1137
+ "4xl": {
1138
1138
  default: string;
1139
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1139
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1140
1140
  };
1141
- xl: {
1141
+ "5xl": {
1142
1142
  default: string;
1143
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1143
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1144
1144
  };
1145
- none: {
1145
+ "6xl": {
1146
1146
  default: string;
1147
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1147
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1148
1148
  };
1149
- md: {
1149
+ "7xl": {
1150
1150
  default: string;
1151
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1151
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1152
1152
  };
1153
- lg: {
1153
+ "8xl": {
1154
1154
  default: string;
1155
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1180
+ xs: {
1181
1181
  default: string;
1182
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1182
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1183
1183
  };
1184
- "2xl": {
1184
+ none: {
1185
1185
  default: string;
1186
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1186
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1187
1187
  };
1188
- "4xs": {
1188
+ s: {
1189
1189
  default: string;
1190
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1190
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1191
1191
  };
1192
- "3xs": {
1192
+ xl: {
1193
1193
  default: string;
1194
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1194
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1195
1195
  };
1196
- "3xl": {
1196
+ "2xs": {
1197
1197
  default: string;
1198
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1198
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1199
1199
  };
1200
- "4xl": {
1200
+ md: {
1201
1201
  default: string;
1202
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1202
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1203
1203
  };
1204
- "5xl": {
1204
+ lg: {
1205
1205
  default: string;
1206
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1206
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1207
1207
  };
1208
- "6xl": {
1208
+ "2xl": {
1209
1209
  default: string;
1210
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1210
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1211
1211
  };
1212
- "7xl": {
1212
+ "4xs": {
1213
1213
  default: string;
1214
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1214
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1215
1215
  };
1216
- "8xl": {
1216
+ "3xs": {
1217
1217
  default: string;
1218
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1218
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1219
1219
  };
1220
- xs: {
1220
+ "3xl": {
1221
1221
  default: string;
1222
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1222
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1223
1223
  };
1224
- s: {
1224
+ "4xl": {
1225
1225
  default: string;
1226
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1226
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1227
1227
  };
1228
- xl: {
1228
+ "5xl": {
1229
1229
  default: string;
1230
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1230
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1231
1231
  };
1232
- none: {
1232
+ "6xl": {
1233
1233
  default: string;
1234
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1234
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1235
1235
  };
1236
- md: {
1236
+ "7xl": {
1237
1237
  default: string;
1238
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1238
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1239
1239
  };
1240
- lg: {
1240
+ "8xl": {
1241
1241
  default: string;
1242
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1267
+ xs: {
1268
1268
  default: string;
1269
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1269
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1270
1270
  };
1271
- "2xl": {
1271
+ none: {
1272
1272
  default: string;
1273
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1273
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1274
1274
  };
1275
- "4xs": {
1275
+ s: {
1276
1276
  default: string;
1277
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1277
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1278
1278
  };
1279
- "3xs": {
1279
+ xl: {
1280
1280
  default: string;
1281
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1281
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1282
1282
  };
1283
- "3xl": {
1283
+ "2xs": {
1284
1284
  default: string;
1285
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1285
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1286
1286
  };
1287
- "4xl": {
1287
+ md: {
1288
1288
  default: string;
1289
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1289
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1290
1290
  };
1291
- "5xl": {
1291
+ lg: {
1292
1292
  default: string;
1293
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1293
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1294
1294
  };
1295
- "6xl": {
1295
+ "2xl": {
1296
1296
  default: string;
1297
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1297
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1298
1298
  };
1299
- "7xl": {
1299
+ "4xs": {
1300
1300
  default: string;
1301
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1301
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1302
1302
  };
1303
- "8xl": {
1303
+ "3xs": {
1304
1304
  default: string;
1305
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1305
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1306
1306
  };
1307
- xs: {
1307
+ "3xl": {
1308
1308
  default: string;
1309
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1309
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1310
1310
  };
1311
- s: {
1311
+ "4xl": {
1312
1312
  default: string;
1313
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1313
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1314
1314
  };
1315
- xl: {
1315
+ "5xl": {
1316
1316
  default: string;
1317
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1317
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1318
1318
  };
1319
- none: {
1319
+ "6xl": {
1320
1320
  default: string;
1321
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1321
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1322
1322
  };
1323
- md: {
1323
+ "7xl": {
1324
1324
  default: string;
1325
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1325
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1326
1326
  };
1327
- lg: {
1327
+ "8xl": {
1328
1328
  default: string;
1329
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1354
+ xs: {
1355
1355
  default: string;
1356
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1356
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1357
1357
  };
1358
- "2xl": {
1358
+ none: {
1359
1359
  default: string;
1360
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1360
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1361
1361
  };
1362
- "4xs": {
1362
+ s: {
1363
1363
  default: string;
1364
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1364
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1365
1365
  };
1366
- "3xs": {
1366
+ xl: {
1367
1367
  default: string;
1368
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1368
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1369
1369
  };
1370
- "3xl": {
1370
+ "2xs": {
1371
1371
  default: string;
1372
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1372
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1373
1373
  };
1374
- "4xl": {
1374
+ md: {
1375
1375
  default: string;
1376
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1376
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1377
1377
  };
1378
- "5xl": {
1378
+ lg: {
1379
1379
  default: string;
1380
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1380
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1381
1381
  };
1382
- "6xl": {
1382
+ "2xl": {
1383
1383
  default: string;
1384
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1384
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1385
1385
  };
1386
- "7xl": {
1386
+ "4xs": {
1387
1387
  default: string;
1388
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1388
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1389
1389
  };
1390
- "8xl": {
1390
+ "3xs": {
1391
1391
  default: string;
1392
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1392
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1393
1393
  };
1394
- xs: {
1394
+ "3xl": {
1395
1395
  default: string;
1396
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1396
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1397
1397
  };
1398
- s: {
1398
+ "4xl": {
1399
1399
  default: string;
1400
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1400
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1401
1401
  };
1402
- xl: {
1402
+ "5xl": {
1403
1403
  default: string;
1404
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1404
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1405
1405
  };
1406
- none: {
1406
+ "6xl": {
1407
1407
  default: string;
1408
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1408
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1409
1409
  };
1410
- md: {
1410
+ "7xl": {
1411
1411
  default: string;
1412
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1412
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1413
1413
  };
1414
- lg: {
1414
+ "8xl": {
1415
1415
  default: string;
1416
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1441
+ xs: {
1442
1442
  default: string;
1443
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1443
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1444
1444
  };
1445
- "2xl": {
1445
+ none: {
1446
1446
  default: string;
1447
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1447
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1448
1448
  };
1449
- "4xs": {
1449
+ s: {
1450
1450
  default: string;
1451
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1451
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1452
1452
  };
1453
- "3xs": {
1453
+ xl: {
1454
1454
  default: string;
1455
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1455
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1456
1456
  };
1457
- "3xl": {
1457
+ "2xs": {
1458
1458
  default: string;
1459
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1459
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1460
1460
  };
1461
- "4xl": {
1461
+ md: {
1462
1462
  default: string;
1463
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1463
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1464
1464
  };
1465
- "5xl": {
1465
+ lg: {
1466
1466
  default: string;
1467
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1467
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1468
1468
  };
1469
- "6xl": {
1469
+ "2xl": {
1470
1470
  default: string;
1471
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1471
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1472
1472
  };
1473
- "7xl": {
1473
+ "4xs": {
1474
1474
  default: string;
1475
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1475
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1476
1476
  };
1477
- "8xl": {
1477
+ "3xs": {
1478
1478
  default: string;
1479
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1479
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1480
1480
  };
1481
- xs: {
1481
+ "3xl": {
1482
1482
  default: string;
1483
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1483
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1484
1484
  };
1485
- s: {
1485
+ "4xl": {
1486
1486
  default: string;
1487
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1487
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1488
1488
  };
1489
- xl: {
1489
+ "5xl": {
1490
1490
  default: string;
1491
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1491
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1492
1492
  };
1493
- none: {
1493
+ "6xl": {
1494
1494
  default: string;
1495
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1495
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1496
1496
  };
1497
- md: {
1497
+ "7xl": {
1498
1498
  default: string;
1499
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1499
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1500
1500
  };
1501
- lg: {
1501
+ "8xl": {
1502
1502
  default: string;
1503
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1528
+ xs: {
1529
1529
  default: string;
1530
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1530
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1531
1531
  };
1532
- "2xl": {
1532
+ auto: {
1533
1533
  default: string;
1534
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1534
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1535
1535
  };
1536
- "4xs": {
1536
+ none: {
1537
1537
  default: string;
1538
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1538
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1539
1539
  };
1540
- "3xs": {
1540
+ s: {
1541
1541
  default: string;
1542
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1542
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1543
1543
  };
1544
- "3xl": {
1544
+ xl: {
1545
1545
  default: string;
1546
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1546
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1547
1547
  };
1548
- "4xl": {
1548
+ "2xs": {
1549
1549
  default: string;
1550
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1550
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1551
1551
  };
1552
- "5xl": {
1552
+ md: {
1553
1553
  default: string;
1554
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1554
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1555
1555
  };
1556
- "6xl": {
1556
+ lg: {
1557
1557
  default: string;
1558
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1558
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1559
1559
  };
1560
- "7xl": {
1560
+ "2xl": {
1561
1561
  default: string;
1562
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1562
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1563
1563
  };
1564
- "8xl": {
1564
+ "4xs": {
1565
1565
  default: string;
1566
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1566
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1567
1567
  };
1568
- xs: {
1568
+ "3xs": {
1569
1569
  default: string;
1570
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1570
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1571
1571
  };
1572
- s: {
1572
+ "3xl": {
1573
1573
  default: string;
1574
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1574
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1575
1575
  };
1576
- xl: {
1576
+ "4xl": {
1577
1577
  default: string;
1578
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1578
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1579
1579
  };
1580
- none: {
1580
+ "5xl": {
1581
1581
  default: string;
1582
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1582
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1583
1583
  };
1584
- md: {
1584
+ "6xl": {
1585
1585
  default: string;
1586
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1586
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1587
1587
  };
1588
- lg: {
1588
+ "7xl": {
1589
1589
  default: string;
1590
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1590
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1591
1591
  };
1592
- auto: {
1592
+ "8xl": {
1593
1593
  default: string;
1594
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1620
+ xs: {
1621
1621
  default: string;
1622
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1622
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1623
1623
  };
1624
- "2xl": {
1624
+ auto: {
1625
1625
  default: string;
1626
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1626
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1627
1627
  };
1628
- "4xs": {
1628
+ none: {
1629
1629
  default: string;
1630
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1630
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1631
1631
  };
1632
- "3xs": {
1632
+ s: {
1633
1633
  default: string;
1634
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1634
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1635
1635
  };
1636
- "3xl": {
1636
+ xl: {
1637
1637
  default: string;
1638
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1638
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1639
1639
  };
1640
- "4xl": {
1640
+ "2xs": {
1641
1641
  default: string;
1642
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1642
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1643
1643
  };
1644
- "5xl": {
1644
+ md: {
1645
1645
  default: string;
1646
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1646
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1647
1647
  };
1648
- "6xl": {
1648
+ lg: {
1649
1649
  default: string;
1650
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1650
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1651
1651
  };
1652
- "7xl": {
1652
+ "2xl": {
1653
1653
  default: string;
1654
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1654
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1655
1655
  };
1656
- "8xl": {
1656
+ "4xs": {
1657
1657
  default: string;
1658
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1658
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1659
1659
  };
1660
- xs: {
1660
+ "3xs": {
1661
1661
  default: string;
1662
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1662
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1663
1663
  };
1664
- s: {
1664
+ "3xl": {
1665
1665
  default: string;
1666
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1666
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1667
1667
  };
1668
- xl: {
1668
+ "4xl": {
1669
1669
  default: string;
1670
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1670
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1671
1671
  };
1672
- none: {
1672
+ "5xl": {
1673
1673
  default: string;
1674
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1674
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1675
1675
  };
1676
- md: {
1676
+ "6xl": {
1677
1677
  default: string;
1678
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1678
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1679
1679
  };
1680
- lg: {
1680
+ "7xl": {
1681
1681
  default: string;
1682
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1682
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1683
1683
  };
1684
- auto: {
1684
+ "8xl": {
1685
1685
  default: string;
1686
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1712
+ xs: {
1713
1713
  default: string;
1714
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1714
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1715
1715
  };
1716
- "2xl": {
1716
+ auto: {
1717
1717
  default: string;
1718
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1718
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1719
1719
  };
1720
- "4xs": {
1720
+ none: {
1721
1721
  default: string;
1722
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1722
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1723
1723
  };
1724
- "3xs": {
1724
+ s: {
1725
1725
  default: string;
1726
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1726
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1727
1727
  };
1728
- "3xl": {
1728
+ xl: {
1729
1729
  default: string;
1730
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1730
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1731
1731
  };
1732
- "4xl": {
1732
+ "2xs": {
1733
1733
  default: string;
1734
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1734
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1735
1735
  };
1736
- "5xl": {
1736
+ md: {
1737
1737
  default: string;
1738
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1738
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1739
1739
  };
1740
- "6xl": {
1740
+ lg: {
1741
1741
  default: string;
1742
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1742
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1743
1743
  };
1744
- "7xl": {
1744
+ "2xl": {
1745
1745
  default: string;
1746
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1746
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1747
1747
  };
1748
- "8xl": {
1748
+ "4xs": {
1749
1749
  default: string;
1750
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1750
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1751
1751
  };
1752
- xs: {
1752
+ "3xs": {
1753
1753
  default: string;
1754
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1754
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1755
1755
  };
1756
- s: {
1756
+ "3xl": {
1757
1757
  default: string;
1758
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1758
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1759
1759
  };
1760
- xl: {
1760
+ "4xl": {
1761
1761
  default: string;
1762
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1762
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1763
1763
  };
1764
- none: {
1764
+ "5xl": {
1765
1765
  default: string;
1766
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1766
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1767
1767
  };
1768
- md: {
1768
+ "6xl": {
1769
1769
  default: string;
1770
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1770
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1771
1771
  };
1772
- lg: {
1772
+ "7xl": {
1773
1773
  default: string;
1774
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1774
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1775
1775
  };
1776
- auto: {
1776
+ "8xl": {
1777
1777
  default: string;
1778
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1804
+ xs: {
1805
1805
  default: string;
1806
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1806
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1807
1807
  };
1808
- "2xl": {
1808
+ auto: {
1809
1809
  default: string;
1810
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1810
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1811
1811
  };
1812
- "4xs": {
1812
+ none: {
1813
1813
  default: string;
1814
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1814
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1815
1815
  };
1816
- "3xs": {
1816
+ s: {
1817
1817
  default: string;
1818
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1818
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1819
1819
  };
1820
- "3xl": {
1820
+ xl: {
1821
1821
  default: string;
1822
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1822
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1823
1823
  };
1824
- "4xl": {
1824
+ "2xs": {
1825
1825
  default: string;
1826
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1826
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1827
1827
  };
1828
- "5xl": {
1828
+ md: {
1829
1829
  default: string;
1830
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1830
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1831
1831
  };
1832
- "6xl": {
1832
+ lg: {
1833
1833
  default: string;
1834
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1834
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1835
1835
  };
1836
- "7xl": {
1836
+ "2xl": {
1837
1837
  default: string;
1838
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1838
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1839
1839
  };
1840
- "8xl": {
1840
+ "4xs": {
1841
1841
  default: string;
1842
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1842
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1843
1843
  };
1844
- xs: {
1844
+ "3xs": {
1845
1845
  default: string;
1846
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1846
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1847
1847
  };
1848
- s: {
1848
+ "3xl": {
1849
1849
  default: string;
1850
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1850
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1851
1851
  };
1852
- xl: {
1852
+ "4xl": {
1853
1853
  default: string;
1854
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1854
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1855
1855
  };
1856
- none: {
1856
+ "5xl": {
1857
1857
  default: string;
1858
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1858
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1859
1859
  };
1860
- md: {
1860
+ "6xl": {
1861
1861
  default: string;
1862
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1862
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1863
1863
  };
1864
- lg: {
1864
+ "7xl": {
1865
1865
  default: string;
1866
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1866
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1867
1867
  };
1868
- auto: {
1868
+ "8xl": {
1869
1869
  default: string;
1870
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1896
+ xs: {
1897
1897
  default: string;
1898
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1898
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1899
1899
  };
1900
- "2xl": {
1900
+ auto: {
1901
1901
  default: string;
1902
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1902
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1903
1903
  };
1904
- "4xs": {
1904
+ none: {
1905
1905
  default: string;
1906
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1906
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1907
1907
  };
1908
- "3xs": {
1908
+ s: {
1909
1909
  default: string;
1910
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1910
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1911
1911
  };
1912
- "3xl": {
1912
+ xl: {
1913
1913
  default: string;
1914
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1914
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1915
1915
  };
1916
- "4xl": {
1916
+ "2xs": {
1917
1917
  default: string;
1918
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1918
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1919
1919
  };
1920
- "5xl": {
1920
+ md: {
1921
1921
  default: string;
1922
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1922
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1923
1923
  };
1924
- "6xl": {
1924
+ lg: {
1925
1925
  default: string;
1926
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1926
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1927
1927
  };
1928
- "7xl": {
1928
+ "2xl": {
1929
1929
  default: string;
1930
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1930
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1931
1931
  };
1932
- "8xl": {
1932
+ "4xs": {
1933
1933
  default: string;
1934
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1934
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1935
1935
  };
1936
- xs: {
1936
+ "3xs": {
1937
1937
  default: string;
1938
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1938
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1939
1939
  };
1940
- s: {
1940
+ "3xl": {
1941
1941
  default: string;
1942
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1942
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1943
1943
  };
1944
- xl: {
1944
+ "4xl": {
1945
1945
  default: string;
1946
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1946
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1947
1947
  };
1948
- none: {
1948
+ "5xl": {
1949
1949
  default: string;
1950
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1950
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1951
1951
  };
1952
- md: {
1952
+ "6xl": {
1953
1953
  default: string;
1954
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1954
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1955
1955
  };
1956
- lg: {
1956
+ "7xl": {
1957
1957
  default: string;
1958
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1958
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1959
1959
  };
1960
- auto: {
1960
+ "8xl": {
1961
1961
  default: string;
1962
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
1988
+ xs: {
1989
1989
  default: string;
1990
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1990
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1991
1991
  };
1992
- "2xl": {
1992
+ none: {
1993
1993
  default: string;
1994
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1994
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1995
1995
  };
1996
- "4xs": {
1996
+ s: {
1997
1997
  default: string;
1998
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1998
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
1999
1999
  };
2000
- "3xs": {
2000
+ xl: {
2001
2001
  default: string;
2002
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2002
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2003
2003
  };
2004
- "3xl": {
2004
+ "2xs": {
2005
2005
  default: string;
2006
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2006
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2007
2007
  };
2008
- "4xl": {
2008
+ md: {
2009
2009
  default: string;
2010
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2010
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2011
2011
  };
2012
- "5xl": {
2012
+ lg: {
2013
2013
  default: string;
2014
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2014
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2015
2015
  };
2016
- "6xl": {
2016
+ "2xl": {
2017
2017
  default: string;
2018
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2018
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2019
2019
  };
2020
- "7xl": {
2020
+ "4xs": {
2021
2021
  default: string;
2022
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2022
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2023
2023
  };
2024
- "8xl": {
2024
+ "3xs": {
2025
2025
  default: string;
2026
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2026
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2027
2027
  };
2028
- xs: {
2028
+ "3xl": {
2029
2029
  default: string;
2030
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2030
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2031
2031
  };
2032
- s: {
2032
+ "4xl": {
2033
2033
  default: string;
2034
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2034
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2035
2035
  };
2036
- xl: {
2036
+ "5xl": {
2037
2037
  default: string;
2038
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2038
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2039
2039
  };
2040
- none: {
2040
+ "6xl": {
2041
2041
  default: string;
2042
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2042
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2043
2043
  };
2044
- md: {
2044
+ "7xl": {
2045
2045
  default: string;
2046
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2046
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2047
2047
  };
2048
- lg: {
2048
+ "8xl": {
2049
2049
  default: string;
2050
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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
- "2xs": {
2075
+ xs: {
2076
2076
  default: string;
2077
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2077
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2078
2078
  };
2079
- "2xl": {
2079
+ none: {
2080
2080
  default: string;
2081
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2081
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2082
2082
  };
2083
- "4xs": {
2083
+ s: {
2084
2084
  default: string;
2085
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2085
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2086
2086
  };
2087
- "3xs": {
2087
+ xl: {
2088
2088
  default: string;
2089
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2089
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2090
2090
  };
2091
- "3xl": {
2091
+ "2xs": {
2092
2092
  default: string;
2093
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2093
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2094
2094
  };
2095
- "4xl": {
2095
+ md: {
2096
2096
  default: string;
2097
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2097
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2098
2098
  };
2099
- "5xl": {
2099
+ lg: {
2100
2100
  default: string;
2101
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2101
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2102
2102
  };
2103
- "6xl": {
2103
+ "2xl": {
2104
2104
  default: string;
2105
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2105
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2106
2106
  };
2107
- "7xl": {
2107
+ "4xs": {
2108
2108
  default: string;
2109
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2109
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2110
2110
  };
2111
- "8xl": {
2111
+ "3xs": {
2112
2112
  default: string;
2113
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2113
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2114
2114
  };
2115
- xs: {
2115
+ "3xl": {
2116
2116
  default: string;
2117
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2117
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2118
2118
  };
2119
- s: {
2119
+ "4xl": {
2120
2120
  default: string;
2121
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2121
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2122
2122
  };
2123
- xl: {
2123
+ "5xl": {
2124
2124
  default: string;
2125
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2125
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2126
2126
  };
2127
- none: {
2127
+ "6xl": {
2128
2128
  default: string;
2129
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2129
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2130
2130
  };
2131
- md: {
2131
+ "7xl": {
2132
2132
  default: string;
2133
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2133
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
2134
2134
  };
2135
- lg: {
2135
+ "8xl": {
2136
2136
  default: string;
2137
- conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
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<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
3067
+ conditions: Record<"xs" | "disabled" | "hover" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
3068
3068
  };
3069
3069
  };
3070
3070
  };