@codecademy/gamut 68.0.1-alpha.42d772.0 → 68.0.1-alpha.470613.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Box/props.d.ts +26 -130
- package/dist/Button/shared/styles.d.ts +26 -130
- package/dist/Card/elements.d.ts +78 -390
- package/dist/Form/elements/Form.d.ts +26 -130
- package/dist/GridForm/GridFormSections/GridFormSectionBreak.d.ts +26 -130
- package/dist/List/elements.d.ts +26 -130
- package/dist/Menu/elements.d.ts +26 -130
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +26 -130
- package/dist/Pagination/utils.d.ts +26 -130
- package/package.json +7 -7
|
@@ -123,19 +123,11 @@ declare const StyledForm: import("@emotion/styled").StyledComponent<{
|
|
|
123
123
|
readonly property: "zIndex";
|
|
124
124
|
}>;
|
|
125
125
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
126
|
-
readonly property:
|
|
127
|
-
readonly physical: "borderBottom";
|
|
128
|
-
readonly logical: "borderBlockEnd";
|
|
129
|
-
};
|
|
130
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
126
|
+
readonly property: "borderBottom";
|
|
131
127
|
readonly scale: "borders";
|
|
132
128
|
}>;
|
|
133
129
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
134
|
-
readonly property:
|
|
135
|
-
readonly physical: "borderLeft";
|
|
136
|
-
readonly logical: "borderInlineStart";
|
|
137
|
-
};
|
|
138
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
130
|
+
readonly property: "borderLeft";
|
|
139
131
|
readonly scale: "borders";
|
|
140
132
|
}>;
|
|
141
133
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -143,22 +135,14 @@ declare const StyledForm: import("@emotion/styled").StyledComponent<{
|
|
|
143
135
|
readonly scale: "borderRadii";
|
|
144
136
|
}>;
|
|
145
137
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
146
|
-
readonly property:
|
|
147
|
-
readonly physical: "borderRight";
|
|
148
|
-
readonly logical: "borderInlineEnd";
|
|
149
|
-
};
|
|
150
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
138
|
+
readonly property: "borderRight";
|
|
151
139
|
readonly scale: "borders";
|
|
152
140
|
}>;
|
|
153
141
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
154
142
|
readonly property: "borderStyle";
|
|
155
143
|
}>;
|
|
156
144
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
157
|
-
readonly property:
|
|
158
|
-
readonly physical: "borderTop";
|
|
159
|
-
readonly logical: "borderBlockStart";
|
|
160
|
-
};
|
|
161
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
145
|
+
readonly property: "borderTop";
|
|
162
146
|
readonly scale: "borders";
|
|
163
147
|
}>;
|
|
164
148
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -288,177 +272,89 @@ declare const StyledForm: import("@emotion/styled").StyledComponent<{
|
|
|
288
272
|
}>;
|
|
289
273
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
290
274
|
readonly property: "border";
|
|
291
|
-
readonly properties:
|
|
292
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
293
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
294
|
-
};
|
|
295
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
275
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
296
276
|
readonly scale: "borders";
|
|
297
277
|
}>;
|
|
298
278
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
299
279
|
readonly property: "border";
|
|
300
|
-
readonly properties:
|
|
301
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
302
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
303
|
-
};
|
|
304
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
280
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
305
281
|
readonly scale: "borders";
|
|
306
282
|
}>;
|
|
307
283
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
308
284
|
readonly property: "borderWidth";
|
|
309
|
-
readonly properties:
|
|
310
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
311
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
312
|
-
};
|
|
313
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
285
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
314
286
|
}>;
|
|
315
287
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
316
288
|
readonly property: "borderWidth";
|
|
317
|
-
readonly properties:
|
|
318
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
319
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
320
|
-
};
|
|
321
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
289
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
322
290
|
}>;
|
|
323
291
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
324
|
-
readonly property:
|
|
325
|
-
readonly physical: "borderLeftWidth";
|
|
326
|
-
readonly logical: "borderInlineStartWidth";
|
|
327
|
-
};
|
|
328
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
292
|
+
readonly property: "borderLeftWidth";
|
|
329
293
|
}>;
|
|
330
294
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
331
|
-
readonly property:
|
|
332
|
-
readonly physical: "borderRightWidth";
|
|
333
|
-
readonly logical: "borderInlineEndWidth";
|
|
334
|
-
};
|
|
335
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
295
|
+
readonly property: "borderRightWidth";
|
|
336
296
|
}>;
|
|
337
297
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
338
|
-
readonly property:
|
|
339
|
-
readonly physical: "borderTopWidth";
|
|
340
|
-
readonly logical: "borderBlockStartWidth";
|
|
341
|
-
};
|
|
342
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
298
|
+
readonly property: "borderTopWidth";
|
|
343
299
|
}>;
|
|
344
300
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
345
|
-
readonly property:
|
|
346
|
-
readonly physical: "borderBottomWidth";
|
|
347
|
-
readonly logical: "borderBlockEndWidth";
|
|
348
|
-
};
|
|
349
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
301
|
+
readonly property: "borderBottomWidth";
|
|
350
302
|
}>;
|
|
351
303
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
352
304
|
readonly property: "borderRadius";
|
|
353
|
-
readonly properties:
|
|
354
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
355
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
356
|
-
};
|
|
357
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
305
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
358
306
|
readonly scale: "borderRadii";
|
|
359
307
|
}>;
|
|
360
308
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
361
309
|
readonly property: "borderRadius";
|
|
362
|
-
readonly properties:
|
|
363
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
364
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
365
|
-
};
|
|
366
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
310
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
367
311
|
readonly scale: "borderRadii";
|
|
368
312
|
}>;
|
|
369
313
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
370
314
|
readonly property: "borderRadius";
|
|
371
|
-
readonly properties:
|
|
372
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
373
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
374
|
-
};
|
|
375
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
315
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
376
316
|
readonly scale: "borderRadii";
|
|
377
317
|
}>;
|
|
378
318
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
379
319
|
readonly property: "borderRadius";
|
|
380
|
-
readonly properties:
|
|
381
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
382
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
383
|
-
};
|
|
384
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
320
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
385
321
|
readonly scale: "borderRadii";
|
|
386
322
|
}>;
|
|
387
323
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
388
|
-
readonly property:
|
|
389
|
-
readonly physical: "borderTopLeftRadius";
|
|
390
|
-
readonly logical: "borderStartStartRadius";
|
|
391
|
-
};
|
|
392
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
324
|
+
readonly property: "borderTopLeftRadius";
|
|
393
325
|
readonly scale: "borderRadii";
|
|
394
326
|
}>;
|
|
395
327
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
396
|
-
readonly property:
|
|
397
|
-
readonly physical: "borderTopRightRadius";
|
|
398
|
-
readonly logical: "borderStartEndRadius";
|
|
399
|
-
};
|
|
400
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
328
|
+
readonly property: "borderTopRightRadius";
|
|
401
329
|
readonly scale: "borderRadii";
|
|
402
330
|
}>;
|
|
403
331
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
404
|
-
readonly property:
|
|
405
|
-
readonly physical: "borderBottomRightRadius";
|
|
406
|
-
readonly logical: "borderEndEndRadius";
|
|
407
|
-
};
|
|
408
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
332
|
+
readonly property: "borderBottomRightRadius";
|
|
409
333
|
readonly scale: "borderRadii";
|
|
410
334
|
}>;
|
|
411
335
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
412
|
-
readonly property:
|
|
413
|
-
readonly physical: "borderBottomLeftRadius";
|
|
414
|
-
readonly logical: "borderEndStartRadius";
|
|
415
|
-
};
|
|
416
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
336
|
+
readonly property: "borderBottomLeftRadius";
|
|
417
337
|
readonly scale: "borderRadii";
|
|
418
338
|
}>;
|
|
419
339
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
420
340
|
readonly property: "borderStyle";
|
|
421
|
-
readonly properties:
|
|
422
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
423
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
424
|
-
};
|
|
425
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
341
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
426
342
|
}>;
|
|
427
343
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
428
344
|
readonly property: "borderStyle";
|
|
429
|
-
readonly properties:
|
|
430
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
431
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
432
|
-
};
|
|
433
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
345
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
434
346
|
}>;
|
|
435
347
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
436
|
-
readonly property:
|
|
437
|
-
readonly physical: "borderLeftStyle";
|
|
438
|
-
readonly logical: "borderInlineStartStyle";
|
|
439
|
-
};
|
|
440
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
348
|
+
readonly property: "borderLeftStyle";
|
|
441
349
|
}>;
|
|
442
350
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
443
|
-
readonly property:
|
|
444
|
-
readonly physical: "borderRightStyle";
|
|
445
|
-
readonly logical: "borderInlineEndStyle";
|
|
446
|
-
};
|
|
447
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
351
|
+
readonly property: "borderRightStyle";
|
|
448
352
|
}>;
|
|
449
353
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
450
|
-
readonly property:
|
|
451
|
-
readonly physical: "borderTopStyle";
|
|
452
|
-
readonly logical: "borderBlockStartStyle";
|
|
453
|
-
};
|
|
454
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
354
|
+
readonly property: "borderTopStyle";
|
|
455
355
|
}>;
|
|
456
356
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
457
|
-
readonly property:
|
|
458
|
-
readonly physical: "borderBottomStyle";
|
|
459
|
-
readonly logical: "borderBlockEndStyle";
|
|
460
|
-
};
|
|
461
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
357
|
+
readonly property: "borderBottomStyle";
|
|
462
358
|
}>;
|
|
463
359
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
464
360
|
readonly property: "width";
|
|
@@ -7,52 +7,28 @@ declare const hrProps: import("@codecademy/variance/dist/types/config").Parser<i
|
|
|
7
7
|
};
|
|
8
8
|
readonly borderX: {
|
|
9
9
|
readonly property: "border";
|
|
10
|
-
readonly properties:
|
|
11
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
12
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
13
|
-
};
|
|
14
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
10
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
15
11
|
readonly scale: "borders";
|
|
16
12
|
};
|
|
17
13
|
readonly borderY: {
|
|
18
14
|
readonly property: "border";
|
|
19
|
-
readonly properties:
|
|
20
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
21
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
22
|
-
};
|
|
23
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
15
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
24
16
|
readonly scale: "borders";
|
|
25
17
|
};
|
|
26
18
|
readonly borderTop: {
|
|
27
|
-
readonly property:
|
|
28
|
-
readonly physical: "borderTop";
|
|
29
|
-
readonly logical: "borderBlockStart";
|
|
30
|
-
};
|
|
31
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
19
|
+
readonly property: "borderTop";
|
|
32
20
|
readonly scale: "borders";
|
|
33
21
|
};
|
|
34
22
|
readonly borderRight: {
|
|
35
|
-
readonly property:
|
|
36
|
-
readonly physical: "borderRight";
|
|
37
|
-
readonly logical: "borderInlineEnd";
|
|
38
|
-
};
|
|
39
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
23
|
+
readonly property: "borderRight";
|
|
40
24
|
readonly scale: "borders";
|
|
41
25
|
};
|
|
42
26
|
readonly borderBottom: {
|
|
43
|
-
readonly property:
|
|
44
|
-
readonly physical: "borderBottom";
|
|
45
|
-
readonly logical: "borderBlockEnd";
|
|
46
|
-
};
|
|
47
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
27
|
+
readonly property: "borderBottom";
|
|
48
28
|
readonly scale: "borders";
|
|
49
29
|
};
|
|
50
30
|
readonly borderLeft: {
|
|
51
|
-
readonly property:
|
|
52
|
-
readonly physical: "borderLeft";
|
|
53
|
-
readonly logical: "borderInlineStart";
|
|
54
|
-
};
|
|
55
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
31
|
+
readonly property: "borderLeft";
|
|
56
32
|
readonly scale: "borders";
|
|
57
33
|
};
|
|
58
34
|
readonly borderWidth: {
|
|
@@ -60,47 +36,23 @@ declare const hrProps: import("@codecademy/variance/dist/types/config").Parser<i
|
|
|
60
36
|
};
|
|
61
37
|
readonly borderWidthX: {
|
|
62
38
|
readonly property: "borderWidth";
|
|
63
|
-
readonly properties:
|
|
64
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
65
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
66
|
-
};
|
|
67
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
39
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
68
40
|
};
|
|
69
41
|
readonly borderWidthY: {
|
|
70
42
|
readonly property: "borderWidth";
|
|
71
|
-
readonly properties:
|
|
72
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
73
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
74
|
-
};
|
|
75
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
43
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
76
44
|
};
|
|
77
45
|
readonly borderWidthLeft: {
|
|
78
|
-
readonly property:
|
|
79
|
-
readonly physical: "borderLeftWidth";
|
|
80
|
-
readonly logical: "borderInlineStartWidth";
|
|
81
|
-
};
|
|
82
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
46
|
+
readonly property: "borderLeftWidth";
|
|
83
47
|
};
|
|
84
48
|
readonly borderWidthRight: {
|
|
85
|
-
readonly property:
|
|
86
|
-
readonly physical: "borderRightWidth";
|
|
87
|
-
readonly logical: "borderInlineEndWidth";
|
|
88
|
-
};
|
|
89
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
49
|
+
readonly property: "borderRightWidth";
|
|
90
50
|
};
|
|
91
51
|
readonly borderWidthTop: {
|
|
92
|
-
readonly property:
|
|
93
|
-
readonly physical: "borderTopWidth";
|
|
94
|
-
readonly logical: "borderBlockStartWidth";
|
|
95
|
-
};
|
|
96
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
52
|
+
readonly property: "borderTopWidth";
|
|
97
53
|
};
|
|
98
54
|
readonly borderWidthBottom: {
|
|
99
|
-
readonly property:
|
|
100
|
-
readonly physical: "borderBottomWidth";
|
|
101
|
-
readonly logical: "borderBlockEndWidth";
|
|
102
|
-
};
|
|
103
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
55
|
+
readonly property: "borderBottomWidth";
|
|
104
56
|
};
|
|
105
57
|
readonly borderRadius: {
|
|
106
58
|
readonly property: "borderRadius";
|
|
@@ -108,70 +60,38 @@ declare const hrProps: import("@codecademy/variance/dist/types/config").Parser<i
|
|
|
108
60
|
};
|
|
109
61
|
readonly borderRadiusLeft: {
|
|
110
62
|
readonly property: "borderRadius";
|
|
111
|
-
readonly properties:
|
|
112
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
113
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
114
|
-
};
|
|
115
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
116
64
|
readonly scale: "borderRadii";
|
|
117
65
|
};
|
|
118
66
|
readonly borderRadiusTop: {
|
|
119
67
|
readonly property: "borderRadius";
|
|
120
|
-
readonly properties:
|
|
121
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
122
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
123
|
-
};
|
|
124
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
68
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
125
69
|
readonly scale: "borderRadii";
|
|
126
70
|
};
|
|
127
71
|
readonly borderRadiusBottom: {
|
|
128
72
|
readonly property: "borderRadius";
|
|
129
|
-
readonly properties:
|
|
130
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
131
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
132
|
-
};
|
|
133
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
73
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
134
74
|
readonly scale: "borderRadii";
|
|
135
75
|
};
|
|
136
76
|
readonly borderRadiusRight: {
|
|
137
77
|
readonly property: "borderRadius";
|
|
138
|
-
readonly properties:
|
|
139
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
140
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
141
|
-
};
|
|
142
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
78
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
143
79
|
readonly scale: "borderRadii";
|
|
144
80
|
};
|
|
145
81
|
readonly borderRadiusTopLeft: {
|
|
146
|
-
readonly property:
|
|
147
|
-
readonly physical: "borderTopLeftRadius";
|
|
148
|
-
readonly logical: "borderStartStartRadius";
|
|
149
|
-
};
|
|
150
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
82
|
+
readonly property: "borderTopLeftRadius";
|
|
151
83
|
readonly scale: "borderRadii";
|
|
152
84
|
};
|
|
153
85
|
readonly borderRadiusTopRight: {
|
|
154
|
-
readonly property:
|
|
155
|
-
readonly physical: "borderTopRightRadius";
|
|
156
|
-
readonly logical: "borderStartEndRadius";
|
|
157
|
-
};
|
|
158
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
86
|
+
readonly property: "borderTopRightRadius";
|
|
159
87
|
readonly scale: "borderRadii";
|
|
160
88
|
};
|
|
161
89
|
readonly borderRadiusBottomRight: {
|
|
162
|
-
readonly property:
|
|
163
|
-
readonly physical: "borderBottomRightRadius";
|
|
164
|
-
readonly logical: "borderEndEndRadius";
|
|
165
|
-
};
|
|
166
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
90
|
+
readonly property: "borderBottomRightRadius";
|
|
167
91
|
readonly scale: "borderRadii";
|
|
168
92
|
};
|
|
169
93
|
readonly borderRadiusBottomLeft: {
|
|
170
|
-
readonly property:
|
|
171
|
-
readonly physical: "borderBottomLeftRadius";
|
|
172
|
-
readonly logical: "borderEndStartRadius";
|
|
173
|
-
};
|
|
174
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
94
|
+
readonly property: "borderBottomLeftRadius";
|
|
175
95
|
readonly scale: "borderRadii";
|
|
176
96
|
};
|
|
177
97
|
readonly borderStyle: {
|
|
@@ -179,47 +99,23 @@ declare const hrProps: import("@codecademy/variance/dist/types/config").Parser<i
|
|
|
179
99
|
};
|
|
180
100
|
readonly borderStyleX: {
|
|
181
101
|
readonly property: "borderStyle";
|
|
182
|
-
readonly properties:
|
|
183
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
184
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
185
|
-
};
|
|
186
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
102
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
187
103
|
};
|
|
188
104
|
readonly borderStyleY: {
|
|
189
105
|
readonly property: "borderStyle";
|
|
190
|
-
readonly properties:
|
|
191
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
192
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
193
|
-
};
|
|
194
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
106
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
195
107
|
};
|
|
196
108
|
readonly borderStyleLeft: {
|
|
197
|
-
readonly property:
|
|
198
|
-
readonly physical: "borderLeftStyle";
|
|
199
|
-
readonly logical: "borderInlineStartStyle";
|
|
200
|
-
};
|
|
201
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
109
|
+
readonly property: "borderLeftStyle";
|
|
202
110
|
};
|
|
203
111
|
readonly borderStyleRight: {
|
|
204
|
-
readonly property:
|
|
205
|
-
readonly physical: "borderRightStyle";
|
|
206
|
-
readonly logical: "borderInlineEndStyle";
|
|
207
|
-
};
|
|
208
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
112
|
+
readonly property: "borderRightStyle";
|
|
209
113
|
};
|
|
210
114
|
readonly borderStyleTop: {
|
|
211
|
-
readonly property:
|
|
212
|
-
readonly physical: "borderTopStyle";
|
|
213
|
-
readonly logical: "borderBlockStartStyle";
|
|
214
|
-
};
|
|
215
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
115
|
+
readonly property: "borderTopStyle";
|
|
216
116
|
};
|
|
217
117
|
readonly borderStyleBottom: {
|
|
218
|
-
readonly property:
|
|
219
|
-
readonly physical: "borderBottomStyle";
|
|
220
|
-
readonly logical: "borderBlockEndStyle";
|
|
221
|
-
};
|
|
222
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
118
|
+
readonly property: "borderBottomStyle";
|
|
223
119
|
};
|
|
224
120
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
225
121
|
readonly color: {
|