@codecademy/gamut 68.0.1-alpha.4aeb6d.0 → 68.0.1-alpha.588625.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.
@@ -68,32 +68,59 @@ declare const anchorProps: import("@codecademy/variance/dist/types/config").Pars
68
68
  readonly transform: (value: string | number) => string | 0;
69
69
  };
70
70
  readonly width: {
71
- readonly property: "width";
71
+ readonly property: {
72
+ readonly physical: "width";
73
+ readonly logical: "inlineSize";
74
+ };
75
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
72
76
  readonly transform: (value: string | number) => string | 0;
73
77
  };
74
78
  readonly minWidth: {
75
- readonly property: "minWidth";
79
+ readonly property: {
80
+ readonly physical: "minWidth";
81
+ readonly logical: "minInlineSize";
82
+ };
83
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
76
84
  readonly transform: (value: string | number) => string | 0;
77
85
  };
78
86
  readonly maxWidth: {
79
- readonly property: "maxWidth";
87
+ readonly property: {
88
+ readonly physical: "maxWidth";
89
+ readonly logical: "maxInlineSize";
90
+ };
91
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
80
92
  readonly transform: (value: string | number) => string | 0;
81
93
  };
82
94
  readonly height: {
83
- readonly property: "height";
95
+ readonly property: {
96
+ readonly physical: "height";
97
+ readonly logical: "blockSize";
98
+ };
99
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
84
100
  readonly transform: (value: string | number) => string | 0;
85
101
  };
86
102
  readonly minHeight: {
87
- readonly property: "minHeight";
103
+ readonly property: {
104
+ readonly physical: "minHeight";
105
+ readonly logical: "minBlockSize";
106
+ };
107
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
88
108
  readonly transform: (value: string | number) => string | 0;
89
109
  };
90
110
  readonly maxHeight: {
91
- readonly property: "maxHeight";
111
+ readonly property: {
112
+ readonly physical: "maxHeight";
113
+ readonly logical: "maxBlockSize";
114
+ };
115
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
92
116
  readonly transform: (value: string | number) => string | 0;
93
117
  };
94
118
  readonly verticalAlign: {
95
119
  readonly property: "verticalAlign";
96
120
  };
121
+ readonly direction: {
122
+ readonly property: "direction";
123
+ };
97
124
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
98
125
  readonly p: {
99
126
  readonly property: "padding";
@@ -178,32 +178,59 @@ declare const badgeProps: import("@codecademy/variance/dist/types/config").Parse
178
178
  readonly transform: (value: string | number) => string | 0;
179
179
  };
180
180
  readonly width: {
181
- readonly property: "width";
181
+ readonly property: {
182
+ readonly physical: "width";
183
+ readonly logical: "inlineSize";
184
+ };
185
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
182
186
  readonly transform: (value: string | number) => string | 0;
183
187
  };
184
188
  readonly minWidth: {
185
- readonly property: "minWidth";
189
+ readonly property: {
190
+ readonly physical: "minWidth";
191
+ readonly logical: "minInlineSize";
192
+ };
193
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
186
194
  readonly transform: (value: string | number) => string | 0;
187
195
  };
188
196
  readonly maxWidth: {
189
- readonly property: "maxWidth";
197
+ readonly property: {
198
+ readonly physical: "maxWidth";
199
+ readonly logical: "maxInlineSize";
200
+ };
201
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
190
202
  readonly transform: (value: string | number) => string | 0;
191
203
  };
192
204
  readonly height: {
193
- readonly property: "height";
205
+ readonly property: {
206
+ readonly physical: "height";
207
+ readonly logical: "blockSize";
208
+ };
209
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
194
210
  readonly transform: (value: string | number) => string | 0;
195
211
  };
196
212
  readonly minHeight: {
197
- readonly property: "minHeight";
213
+ readonly property: {
214
+ readonly physical: "minHeight";
215
+ readonly logical: "minBlockSize";
216
+ };
217
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
198
218
  readonly transform: (value: string | number) => string | 0;
199
219
  };
200
220
  readonly maxHeight: {
201
- readonly property: "maxHeight";
221
+ readonly property: {
222
+ readonly physical: "maxHeight";
223
+ readonly logical: "maxBlockSize";
224
+ };
225
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
202
226
  readonly transform: (value: string | number) => string | 0;
203
227
  };
204
228
  readonly verticalAlign: {
205
229
  readonly property: "verticalAlign";
206
230
  };
231
+ readonly direction: {
232
+ readonly property: "direction";
233
+ };
207
234
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
208
235
  readonly fontFamily: {
209
236
  readonly property: "fontFamily";
@@ -274,40 +301,28 @@ declare const badgeProps: import("@codecademy/variance/dist/types/config").Parse
274
301
  };
275
302
  readonly borderColorX: {
276
303
  readonly property: "borderColor";
277
- readonly properties: {
278
- readonly physical: readonly ["borderLeftColor", "borderRightColor"];
279
- readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"];
280
- };
281
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
304
+ readonly properties: readonly ["borderLeftColor", "borderRightColor"];
282
305
  readonly scale: "colors";
283
306
  };
284
307
  readonly borderColorY: {
285
308
  readonly property: "borderColor";
286
- readonly properties: {
287
- readonly physical: readonly ["borderTopColor", "borderBottomColor"];
288
- readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"];
289
- };
290
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
309
+ readonly properties: readonly ["borderTopColor", "borderBottomColor"];
291
310
  readonly scale: "colors";
292
311
  };
293
312
  readonly borderColorLeft: {
294
313
  readonly property: "borderLeftColor";
295
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
296
314
  readonly scale: "colors";
297
315
  };
298
316
  readonly borderColorRight: {
299
317
  readonly property: "borderRightColor";
300
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
301
318
  readonly scale: "colors";
302
319
  };
303
320
  readonly borderColorTop: {
304
321
  readonly property: "borderTopColor";
305
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
306
322
  readonly scale: "colors";
307
323
  };
308
324
  readonly borderColorBottom: {
309
325
  readonly property: "borderBottomColor";
310
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
311
326
  readonly scale: "colors";
312
327
  };
313
328
  }>>]>>;
@@ -116,52 +116,28 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
116
116
  };
117
117
  readonly borderX: {
118
118
  readonly property: "border";
119
- readonly properties: {
120
- readonly physical: readonly ["borderLeft", "borderRight"];
121
- readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
122
- };
123
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
119
+ readonly properties: readonly ["borderLeft", "borderRight"];
124
120
  readonly scale: "borders";
125
121
  };
126
122
  readonly borderY: {
127
123
  readonly property: "border";
128
- readonly properties: {
129
- readonly physical: readonly ["borderTop", "borderBottom"];
130
- readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
131
- };
132
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
124
+ readonly properties: readonly ["borderTop", "borderBottom"];
133
125
  readonly scale: "borders";
134
126
  };
135
127
  readonly borderTop: {
136
- readonly property: {
137
- readonly physical: "borderTop";
138
- readonly logical: "borderBlockStart";
139
- };
140
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
128
+ readonly property: "borderTop";
141
129
  readonly scale: "borders";
142
130
  };
143
131
  readonly borderRight: {
144
- readonly property: {
145
- readonly physical: "borderRight";
146
- readonly logical: "borderInlineEnd";
147
- };
148
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
132
+ readonly property: "borderRight";
149
133
  readonly scale: "borders";
150
134
  };
151
135
  readonly borderBottom: {
152
- readonly property: {
153
- readonly physical: "borderBottom";
154
- readonly logical: "borderBlockEnd";
155
- };
156
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
136
+ readonly property: "borderBottom";
157
137
  readonly scale: "borders";
158
138
  };
159
139
  readonly borderLeft: {
160
- readonly property: {
161
- readonly physical: "borderLeft";
162
- readonly logical: "borderInlineStart";
163
- };
164
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
140
+ readonly property: "borderLeft";
165
141
  readonly scale: "borders";
166
142
  };
167
143
  readonly borderWidth: {
@@ -169,47 +145,23 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
169
145
  };
170
146
  readonly borderWidthX: {
171
147
  readonly property: "borderWidth";
172
- readonly properties: {
173
- readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
174
- readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
175
- };
176
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
148
+ readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
177
149
  };
178
150
  readonly borderWidthY: {
179
151
  readonly property: "borderWidth";
180
- readonly properties: {
181
- readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
182
- readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
183
- };
184
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
152
+ readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
185
153
  };
186
154
  readonly borderWidthLeft: {
187
- readonly property: {
188
- readonly physical: "borderLeftWidth";
189
- readonly logical: "borderInlineStartWidth";
190
- };
191
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
155
+ readonly property: "borderLeftWidth";
192
156
  };
193
157
  readonly borderWidthRight: {
194
- readonly property: {
195
- readonly physical: "borderRightWidth";
196
- readonly logical: "borderInlineEndWidth";
197
- };
198
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
158
+ readonly property: "borderRightWidth";
199
159
  };
200
160
  readonly borderWidthTop: {
201
- readonly property: {
202
- readonly physical: "borderTopWidth";
203
- readonly logical: "borderBlockStartWidth";
204
- };
205
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
161
+ readonly property: "borderTopWidth";
206
162
  };
207
163
  readonly borderWidthBottom: {
208
- readonly property: {
209
- readonly physical: "borderBottomWidth";
210
- readonly logical: "borderBlockEndWidth";
211
- };
212
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
164
+ readonly property: "borderBottomWidth";
213
165
  };
214
166
  readonly borderRadius: {
215
167
  readonly property: "borderRadius";
@@ -217,70 +169,38 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
217
169
  };
218
170
  readonly borderRadiusLeft: {
219
171
  readonly property: "borderRadius";
220
- readonly properties: {
221
- readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
222
- readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
223
- };
224
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
172
+ readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
225
173
  readonly scale: "borderRadii";
226
174
  };
227
175
  readonly borderRadiusTop: {
228
176
  readonly property: "borderRadius";
229
- readonly properties: {
230
- readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
231
- readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
232
- };
233
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
177
+ readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
234
178
  readonly scale: "borderRadii";
235
179
  };
236
180
  readonly borderRadiusBottom: {
237
181
  readonly property: "borderRadius";
238
- readonly properties: {
239
- readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
240
- readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
241
- };
242
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
182
+ readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
243
183
  readonly scale: "borderRadii";
244
184
  };
245
185
  readonly borderRadiusRight: {
246
186
  readonly property: "borderRadius";
247
- readonly properties: {
248
- readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
249
- readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
250
- };
251
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
187
+ readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
252
188
  readonly scale: "borderRadii";
253
189
  };
254
190
  readonly borderRadiusTopLeft: {
255
- readonly property: {
256
- readonly physical: "borderTopLeftRadius";
257
- readonly logical: "borderStartStartRadius";
258
- };
259
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
191
+ readonly property: "borderTopLeftRadius";
260
192
  readonly scale: "borderRadii";
261
193
  };
262
194
  readonly borderRadiusTopRight: {
263
- readonly property: {
264
- readonly physical: "borderTopRightRadius";
265
- readonly logical: "borderStartEndRadius";
266
- };
267
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
195
+ readonly property: "borderTopRightRadius";
268
196
  readonly scale: "borderRadii";
269
197
  };
270
198
  readonly borderRadiusBottomRight: {
271
- readonly property: {
272
- readonly physical: "borderBottomRightRadius";
273
- readonly logical: "borderEndEndRadius";
274
- };
275
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
199
+ readonly property: "borderBottomRightRadius";
276
200
  readonly scale: "borderRadii";
277
201
  };
278
202
  readonly borderRadiusBottomLeft: {
279
- readonly property: {
280
- readonly physical: "borderBottomLeftRadius";
281
- readonly logical: "borderEndStartRadius";
282
- };
283
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
203
+ readonly property: "borderBottomLeftRadius";
284
204
  readonly scale: "borderRadii";
285
205
  };
286
206
  readonly borderStyle: {
@@ -288,47 +208,23 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
288
208
  };
289
209
  readonly borderStyleX: {
290
210
  readonly property: "borderStyle";
291
- readonly properties: {
292
- readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
293
- readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
294
- };
295
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
211
+ readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
296
212
  };
297
213
  readonly borderStyleY: {
298
214
  readonly property: "borderStyle";
299
- readonly properties: {
300
- readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
301
- readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
302
- };
303
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
215
+ readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
304
216
  };
305
217
  readonly borderStyleLeft: {
306
- readonly property: {
307
- readonly physical: "borderLeftStyle";
308
- readonly logical: "borderInlineStartStyle";
309
- };
310
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
218
+ readonly property: "borderLeftStyle";
311
219
  };
312
220
  readonly borderStyleRight: {
313
- readonly property: {
314
- readonly physical: "borderRightStyle";
315
- readonly logical: "borderInlineEndStyle";
316
- };
317
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
221
+ readonly property: "borderRightStyle";
318
222
  };
319
223
  readonly borderStyleTop: {
320
- readonly property: {
321
- readonly physical: "borderTopStyle";
322
- readonly logical: "borderBlockStartStyle";
323
- };
324
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
224
+ readonly property: "borderTopStyle";
325
225
  };
326
226
  readonly borderStyleBottom: {
327
- readonly property: {
328
- readonly physical: "borderBottomStyle";
329
- readonly logical: "borderBlockEndStyle";
330
- };
331
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
227
+ readonly property: "borderBottomStyle";
332
228
  };
333
229
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
334
230
  readonly flexBasis: {
@@ -391,32 +287,59 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
391
287
  readonly transform: (value: string | number) => string | 0;
392
288
  };
393
289
  readonly width: {
394
- readonly property: "width";
290
+ readonly property: {
291
+ readonly physical: "width";
292
+ readonly logical: "inlineSize";
293
+ };
294
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
395
295
  readonly transform: (value: string | number) => string | 0;
396
296
  };
397
297
  readonly minWidth: {
398
- readonly property: "minWidth";
298
+ readonly property: {
299
+ readonly physical: "minWidth";
300
+ readonly logical: "minInlineSize";
301
+ };
302
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
399
303
  readonly transform: (value: string | number) => string | 0;
400
304
  };
401
305
  readonly maxWidth: {
402
- readonly property: "maxWidth";
306
+ readonly property: {
307
+ readonly physical: "maxWidth";
308
+ readonly logical: "maxInlineSize";
309
+ };
310
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
403
311
  readonly transform: (value: string | number) => string | 0;
404
312
  };
405
313
  readonly height: {
406
- readonly property: "height";
314
+ readonly property: {
315
+ readonly physical: "height";
316
+ readonly logical: "blockSize";
317
+ };
318
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
407
319
  readonly transform: (value: string | number) => string | 0;
408
320
  };
409
321
  readonly minHeight: {
410
- readonly property: "minHeight";
322
+ readonly property: {
323
+ readonly physical: "minHeight";
324
+ readonly logical: "minBlockSize";
325
+ };
326
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
411
327
  readonly transform: (value: string | number) => string | 0;
412
328
  };
413
329
  readonly maxHeight: {
414
- readonly property: "maxHeight";
330
+ readonly property: {
331
+ readonly physical: "maxHeight";
332
+ readonly logical: "maxBlockSize";
333
+ };
334
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
415
335
  readonly transform: (value: string | number) => string | 0;
416
336
  };
417
337
  readonly verticalAlign: {
418
338
  readonly property: "verticalAlign";
419
339
  };
340
+ readonly direction: {
341
+ readonly property: "direction";
342
+ };
420
343
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
421
344
  readonly color: {
422
345
  readonly property: "color";
@@ -436,40 +359,28 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
436
359
  };
437
360
  readonly borderColorX: {
438
361
  readonly property: "borderColor";
439
- readonly properties: {
440
- readonly physical: readonly ["borderLeftColor", "borderRightColor"];
441
- readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"];
442
- };
443
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
362
+ readonly properties: readonly ["borderLeftColor", "borderRightColor"];
444
363
  readonly scale: "colors";
445
364
  };
446
365
  readonly borderColorY: {
447
366
  readonly property: "borderColor";
448
- readonly properties: {
449
- readonly physical: readonly ["borderTopColor", "borderBottomColor"];
450
- readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"];
451
- };
452
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
367
+ readonly properties: readonly ["borderTopColor", "borderBottomColor"];
453
368
  readonly scale: "colors";
454
369
  };
455
370
  readonly borderColorLeft: {
456
371
  readonly property: "borderLeftColor";
457
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
458
372
  readonly scale: "colors";
459
373
  };
460
374
  readonly borderColorRight: {
461
375
  readonly property: "borderRightColor";
462
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
463
376
  readonly scale: "colors";
464
377
  };
465
378
  readonly borderColorTop: {
466
379
  readonly property: "borderTopColor";
467
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
468
380
  readonly scale: "colors";
469
381
  };
470
382
  readonly borderColorBottom: {
471
383
  readonly property: "borderBottomColor";
472
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
473
384
  readonly scale: "colors";
474
385
  };
475
386
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{