@codecademy/gamut 67.6.4-alpha.f24d55.0 → 67.6.4
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/Anchor/index.d.ts +6 -30
- package/dist/Badge/index.d.ts +6 -30
- package/dist/Box/props.d.ts +6 -30
- package/dist/Button/shared/styles.d.ts +6 -30
- package/dist/Card/elements.d.ts +19 -90
- package/dist/Form/elements/Form.d.ts +6 -30
- package/dist/Layout/Column.d.ts +6 -30
- package/dist/Layout/LayoutGrid.d.ts +6 -30
- package/dist/List/elements.d.ts +13 -60
- package/dist/Menu/elements.d.ts +6 -30
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +7 -30
- package/dist/Pagination/utils.d.ts +6 -30
- package/dist/Tabs/props.d.ts +6 -30
- package/dist/Tag/types.d.ts +6 -30
- package/dist/Tip/__tests__/helpers.d.ts +0 -2
- package/dist/Toggle/elements.d.ts +12 -60
- package/dist/Typography/Text.d.ts +6 -30
- package/package.json +7 -7
package/dist/Anchor/index.d.ts
CHANGED
|
@@ -131,53 +131,29 @@ declare const anchorProps: import("@codecademy/variance/dist/types/config").Pars
|
|
|
131
131
|
};
|
|
132
132
|
readonly mx: {
|
|
133
133
|
readonly property: "margin";
|
|
134
|
-
readonly properties:
|
|
135
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
136
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
137
|
-
};
|
|
138
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
134
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
139
135
|
readonly scale: "spacing";
|
|
140
136
|
};
|
|
141
137
|
readonly my: {
|
|
142
138
|
readonly property: "margin";
|
|
143
|
-
readonly properties:
|
|
144
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
145
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
146
|
-
};
|
|
147
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
139
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
148
140
|
readonly scale: "spacing";
|
|
149
141
|
};
|
|
150
142
|
readonly mt: {
|
|
151
|
-
readonly property:
|
|
152
|
-
readonly physical: "marginTop";
|
|
153
|
-
readonly logical: "marginBlockStart";
|
|
154
|
-
};
|
|
143
|
+
readonly property: "marginTop";
|
|
155
144
|
readonly scale: "spacing";
|
|
156
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
157
145
|
};
|
|
158
146
|
readonly mb: {
|
|
159
|
-
readonly property:
|
|
160
|
-
readonly physical: "marginBottom";
|
|
161
|
-
readonly logical: "marginBlockEnd";
|
|
162
|
-
};
|
|
147
|
+
readonly property: "marginBottom";
|
|
163
148
|
readonly scale: "spacing";
|
|
164
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
165
149
|
};
|
|
166
150
|
readonly mr: {
|
|
167
|
-
readonly property:
|
|
168
|
-
readonly physical: "marginRight";
|
|
169
|
-
readonly logical: "marginInlineEnd";
|
|
170
|
-
};
|
|
151
|
+
readonly property: "marginRight";
|
|
171
152
|
readonly scale: "spacing";
|
|
172
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
173
153
|
};
|
|
174
154
|
readonly ml: {
|
|
175
|
-
readonly property:
|
|
176
|
-
readonly physical: "marginLeft";
|
|
177
|
-
readonly logical: "marginInlineStart";
|
|
178
|
-
};
|
|
155
|
+
readonly property: "marginLeft";
|
|
179
156
|
readonly scale: "spacing";
|
|
180
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
181
157
|
};
|
|
182
158
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
183
159
|
readonly fontFamily: {
|
package/dist/Badge/index.d.ts
CHANGED
|
@@ -45,53 +45,29 @@ declare const badgeProps: import("@codecademy/variance/dist/types/config").Parse
|
|
|
45
45
|
};
|
|
46
46
|
readonly mx: {
|
|
47
47
|
readonly property: "margin";
|
|
48
|
-
readonly properties:
|
|
49
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
50
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
51
|
-
};
|
|
52
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
48
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
53
49
|
readonly scale: "spacing";
|
|
54
50
|
};
|
|
55
51
|
readonly my: {
|
|
56
52
|
readonly property: "margin";
|
|
57
|
-
readonly properties:
|
|
58
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
59
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
60
|
-
};
|
|
61
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
53
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
62
54
|
readonly scale: "spacing";
|
|
63
55
|
};
|
|
64
56
|
readonly mt: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginTop";
|
|
67
|
-
readonly logical: "marginBlockStart";
|
|
68
|
-
};
|
|
57
|
+
readonly property: "marginTop";
|
|
69
58
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
59
|
};
|
|
72
60
|
readonly mb: {
|
|
73
|
-
readonly property:
|
|
74
|
-
readonly physical: "marginBottom";
|
|
75
|
-
readonly logical: "marginBlockEnd";
|
|
76
|
-
};
|
|
61
|
+
readonly property: "marginBottom";
|
|
77
62
|
readonly scale: "spacing";
|
|
78
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
79
63
|
};
|
|
80
64
|
readonly mr: {
|
|
81
|
-
readonly property:
|
|
82
|
-
readonly physical: "marginRight";
|
|
83
|
-
readonly logical: "marginInlineEnd";
|
|
84
|
-
};
|
|
65
|
+
readonly property: "marginRight";
|
|
85
66
|
readonly scale: "spacing";
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
87
67
|
};
|
|
88
68
|
readonly ml: {
|
|
89
|
-
readonly property:
|
|
90
|
-
readonly physical: "marginLeft";
|
|
91
|
-
readonly logical: "marginInlineStart";
|
|
92
|
-
};
|
|
69
|
+
readonly property: "marginLeft";
|
|
93
70
|
readonly scale: "spacing";
|
|
94
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
95
71
|
};
|
|
96
72
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
97
73
|
readonly flexBasis: {
|
package/dist/Box/props.d.ts
CHANGED
|
@@ -37,53 +37,29 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
|
|
|
37
37
|
};
|
|
38
38
|
readonly mx: {
|
|
39
39
|
readonly property: "margin";
|
|
40
|
-
readonly properties:
|
|
41
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
42
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
43
|
-
};
|
|
44
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
40
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
45
41
|
readonly scale: "spacing";
|
|
46
42
|
};
|
|
47
43
|
readonly my: {
|
|
48
44
|
readonly property: "margin";
|
|
49
|
-
readonly properties:
|
|
50
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
51
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
52
|
-
};
|
|
53
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
45
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
54
46
|
readonly scale: "spacing";
|
|
55
47
|
};
|
|
56
48
|
readonly mt: {
|
|
57
|
-
readonly property:
|
|
58
|
-
readonly physical: "marginTop";
|
|
59
|
-
readonly logical: "marginBlockStart";
|
|
60
|
-
};
|
|
49
|
+
readonly property: "marginTop";
|
|
61
50
|
readonly scale: "spacing";
|
|
62
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
51
|
};
|
|
64
52
|
readonly mb: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginBottom";
|
|
67
|
-
readonly logical: "marginBlockEnd";
|
|
68
|
-
};
|
|
53
|
+
readonly property: "marginBottom";
|
|
69
54
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
55
|
};
|
|
72
56
|
readonly mr: {
|
|
73
|
-
readonly property:
|
|
74
|
-
readonly physical: "marginRight";
|
|
75
|
-
readonly logical: "marginInlineEnd";
|
|
76
|
-
};
|
|
57
|
+
readonly property: "marginRight";
|
|
77
58
|
readonly scale: "spacing";
|
|
78
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
79
59
|
};
|
|
80
60
|
readonly ml: {
|
|
81
|
-
readonly property:
|
|
82
|
-
readonly physical: "marginLeft";
|
|
83
|
-
readonly logical: "marginInlineStart";
|
|
84
|
-
};
|
|
61
|
+
readonly property: "marginLeft";
|
|
85
62
|
readonly scale: "spacing";
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
87
63
|
};
|
|
88
64
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
89
65
|
readonly border: {
|
|
@@ -159,53 +159,29 @@ export declare const buttonProps: import("@codecademy/variance/dist/types/config
|
|
|
159
159
|
};
|
|
160
160
|
readonly mx: {
|
|
161
161
|
readonly property: "margin";
|
|
162
|
-
readonly properties:
|
|
163
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
164
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
165
|
-
};
|
|
166
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
162
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
167
163
|
readonly scale: "spacing";
|
|
168
164
|
};
|
|
169
165
|
readonly my: {
|
|
170
166
|
readonly property: "margin";
|
|
171
|
-
readonly properties:
|
|
172
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
173
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
174
|
-
};
|
|
175
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
167
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
176
168
|
readonly scale: "spacing";
|
|
177
169
|
};
|
|
178
170
|
readonly mt: {
|
|
179
|
-
readonly property:
|
|
180
|
-
readonly physical: "marginTop";
|
|
181
|
-
readonly logical: "marginBlockStart";
|
|
182
|
-
};
|
|
171
|
+
readonly property: "marginTop";
|
|
183
172
|
readonly scale: "spacing";
|
|
184
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
185
173
|
};
|
|
186
174
|
readonly mb: {
|
|
187
|
-
readonly property:
|
|
188
|
-
readonly physical: "marginBottom";
|
|
189
|
-
readonly logical: "marginBlockEnd";
|
|
190
|
-
};
|
|
175
|
+
readonly property: "marginBottom";
|
|
191
176
|
readonly scale: "spacing";
|
|
192
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
193
177
|
};
|
|
194
178
|
readonly mr: {
|
|
195
|
-
readonly property:
|
|
196
|
-
readonly physical: "marginRight";
|
|
197
|
-
readonly logical: "marginInlineEnd";
|
|
198
|
-
};
|
|
179
|
+
readonly property: "marginRight";
|
|
199
180
|
readonly scale: "spacing";
|
|
200
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
201
181
|
};
|
|
202
182
|
readonly ml: {
|
|
203
|
-
readonly property:
|
|
204
|
-
readonly physical: "marginLeft";
|
|
205
|
-
readonly logical: "marginInlineStart";
|
|
206
|
-
};
|
|
183
|
+
readonly property: "marginLeft";
|
|
207
184
|
readonly scale: "spacing";
|
|
208
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
209
185
|
};
|
|
210
186
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
211
187
|
readonly border: {
|
package/dist/Card/elements.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
import { CardWrapperProps } from './types';
|
|
3
4
|
export declare const MotionBox: import("react").ComponentType<{
|
|
4
5
|
color?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -530,53 +531,29 @@ export declare const MotionBox: import("react").ComponentType<{
|
|
|
530
531
|
}>;
|
|
531
532
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
532
533
|
readonly property: "margin";
|
|
533
|
-
readonly properties:
|
|
534
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
535
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
536
|
-
};
|
|
537
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
534
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
538
535
|
readonly scale: "spacing";
|
|
539
536
|
}>;
|
|
540
537
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
541
538
|
readonly property: "margin";
|
|
542
|
-
readonly properties:
|
|
543
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
544
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
545
|
-
};
|
|
546
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
539
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
547
540
|
readonly scale: "spacing";
|
|
548
541
|
}>;
|
|
549
542
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
550
|
-
readonly property:
|
|
551
|
-
readonly physical: "marginTop";
|
|
552
|
-
readonly logical: "marginBlockStart";
|
|
553
|
-
};
|
|
543
|
+
readonly property: "marginTop";
|
|
554
544
|
readonly scale: "spacing";
|
|
555
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
556
545
|
}>;
|
|
557
546
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
558
|
-
readonly property:
|
|
559
|
-
readonly physical: "marginBottom";
|
|
560
|
-
readonly logical: "marginBlockEnd";
|
|
561
|
-
};
|
|
547
|
+
readonly property: "marginBottom";
|
|
562
548
|
readonly scale: "spacing";
|
|
563
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
564
549
|
}>;
|
|
565
550
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
566
|
-
readonly property:
|
|
567
|
-
readonly physical: "marginRight";
|
|
568
|
-
readonly logical: "marginInlineEnd";
|
|
569
|
-
};
|
|
551
|
+
readonly property: "marginRight";
|
|
570
552
|
readonly scale: "spacing";
|
|
571
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
572
553
|
}>;
|
|
573
554
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
574
|
-
readonly property:
|
|
575
|
-
readonly physical: "marginLeft";
|
|
576
|
-
readonly logical: "marginInlineStart";
|
|
577
|
-
};
|
|
555
|
+
readonly property: "marginLeft";
|
|
578
556
|
readonly scale: "spacing";
|
|
579
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
580
557
|
}>;
|
|
581
558
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
582
559
|
readonly property: "border";
|
|
@@ -1239,53 +1216,29 @@ export declare const DynamicCardWrapper: import("@emotion/styled").StyledCompone
|
|
|
1239
1216
|
}>;
|
|
1240
1217
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1241
1218
|
readonly property: "margin";
|
|
1242
|
-
readonly properties:
|
|
1243
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
1244
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
1245
|
-
};
|
|
1246
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1219
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
1247
1220
|
readonly scale: "spacing";
|
|
1248
1221
|
}>;
|
|
1249
1222
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1250
1223
|
readonly property: "margin";
|
|
1251
|
-
readonly properties:
|
|
1252
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
1253
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
1254
|
-
};
|
|
1255
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1224
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
1256
1225
|
readonly scale: "spacing";
|
|
1257
1226
|
}>;
|
|
1258
1227
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1259
|
-
readonly property:
|
|
1260
|
-
readonly physical: "marginTop";
|
|
1261
|
-
readonly logical: "marginBlockStart";
|
|
1262
|
-
};
|
|
1228
|
+
readonly property: "marginTop";
|
|
1263
1229
|
readonly scale: "spacing";
|
|
1264
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1265
1230
|
}>;
|
|
1266
1231
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1267
|
-
readonly property:
|
|
1268
|
-
readonly physical: "marginBottom";
|
|
1269
|
-
readonly logical: "marginBlockEnd";
|
|
1270
|
-
};
|
|
1232
|
+
readonly property: "marginBottom";
|
|
1271
1233
|
readonly scale: "spacing";
|
|
1272
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1273
1234
|
}>;
|
|
1274
1235
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1275
|
-
readonly property:
|
|
1276
|
-
readonly physical: "marginRight";
|
|
1277
|
-
readonly logical: "marginInlineEnd";
|
|
1278
|
-
};
|
|
1236
|
+
readonly property: "marginRight";
|
|
1279
1237
|
readonly scale: "spacing";
|
|
1280
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1281
1238
|
}>;
|
|
1282
1239
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1283
|
-
readonly property:
|
|
1284
|
-
readonly physical: "marginLeft";
|
|
1285
|
-
readonly logical: "marginInlineStart";
|
|
1286
|
-
};
|
|
1240
|
+
readonly property: "marginLeft";
|
|
1287
1241
|
readonly scale: "spacing";
|
|
1288
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1289
1242
|
}>;
|
|
1290
1243
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1291
1244
|
readonly property: "border";
|
|
@@ -1932,53 +1885,29 @@ export declare const StaticCardWrapper: import("@emotion/styled").StyledComponen
|
|
|
1932
1885
|
}>;
|
|
1933
1886
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1934
1887
|
readonly property: "margin";
|
|
1935
|
-
readonly properties:
|
|
1936
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
1937
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
1938
|
-
};
|
|
1939
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1888
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
1940
1889
|
readonly scale: "spacing";
|
|
1941
1890
|
}>;
|
|
1942
1891
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1943
1892
|
readonly property: "margin";
|
|
1944
|
-
readonly properties:
|
|
1945
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
1946
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
1947
|
-
};
|
|
1948
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1893
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
1949
1894
|
readonly scale: "spacing";
|
|
1950
1895
|
}>;
|
|
1951
1896
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1952
|
-
readonly property:
|
|
1953
|
-
readonly physical: "marginTop";
|
|
1954
|
-
readonly logical: "marginBlockStart";
|
|
1955
|
-
};
|
|
1897
|
+
readonly property: "marginTop";
|
|
1956
1898
|
readonly scale: "spacing";
|
|
1957
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1958
1899
|
}>;
|
|
1959
1900
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1960
|
-
readonly property:
|
|
1961
|
-
readonly physical: "marginBottom";
|
|
1962
|
-
readonly logical: "marginBlockEnd";
|
|
1963
|
-
};
|
|
1901
|
+
readonly property: "marginBottom";
|
|
1964
1902
|
readonly scale: "spacing";
|
|
1965
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1966
1903
|
}>;
|
|
1967
1904
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1968
|
-
readonly property:
|
|
1969
|
-
readonly physical: "marginRight";
|
|
1970
|
-
readonly logical: "marginInlineEnd";
|
|
1971
|
-
};
|
|
1905
|
+
readonly property: "marginRight";
|
|
1972
1906
|
readonly scale: "spacing";
|
|
1973
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1974
1907
|
}>;
|
|
1975
1908
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1976
|
-
readonly property:
|
|
1977
|
-
readonly physical: "marginLeft";
|
|
1978
|
-
readonly logical: "marginInlineStart";
|
|
1979
|
-
};
|
|
1909
|
+
readonly property: "marginLeft";
|
|
1980
1910
|
readonly scale: "spacing";
|
|
1981
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1982
1911
|
}>;
|
|
1983
1912
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1984
1913
|
readonly property: "border";
|
|
@@ -198,53 +198,29 @@ declare const StyledForm: import("@emotion/styled").StyledComponent<{
|
|
|
198
198
|
}>;
|
|
199
199
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
200
200
|
readonly property: "margin";
|
|
201
|
-
readonly properties:
|
|
202
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
203
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
204
|
-
};
|
|
205
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
201
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
206
202
|
readonly scale: "spacing";
|
|
207
203
|
}>;
|
|
208
204
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
209
205
|
readonly property: "margin";
|
|
210
|
-
readonly properties:
|
|
211
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
212
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
213
|
-
};
|
|
214
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
206
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
215
207
|
readonly scale: "spacing";
|
|
216
208
|
}>;
|
|
217
209
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
218
|
-
readonly property:
|
|
219
|
-
readonly physical: "marginTop";
|
|
220
|
-
readonly logical: "marginBlockStart";
|
|
221
|
-
};
|
|
210
|
+
readonly property: "marginTop";
|
|
222
211
|
readonly scale: "spacing";
|
|
223
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
224
212
|
}>;
|
|
225
213
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
226
|
-
readonly property:
|
|
227
|
-
readonly physical: "marginBottom";
|
|
228
|
-
readonly logical: "marginBlockEnd";
|
|
229
|
-
};
|
|
214
|
+
readonly property: "marginBottom";
|
|
230
215
|
readonly scale: "spacing";
|
|
231
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
232
216
|
}>;
|
|
233
217
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
234
|
-
readonly property:
|
|
235
|
-
readonly physical: "marginRight";
|
|
236
|
-
readonly logical: "marginInlineEnd";
|
|
237
|
-
};
|
|
218
|
+
readonly property: "marginRight";
|
|
238
219
|
readonly scale: "spacing";
|
|
239
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
240
220
|
}>;
|
|
241
221
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
242
|
-
readonly property:
|
|
243
|
-
readonly physical: "marginLeft";
|
|
244
|
-
readonly logical: "marginInlineStart";
|
|
245
|
-
};
|
|
222
|
+
readonly property: "marginLeft";
|
|
246
223
|
readonly scale: "spacing";
|
|
247
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
248
224
|
}>;
|
|
249
225
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
250
226
|
readonly property: "border";
|
package/dist/Layout/Column.d.ts
CHANGED
|
@@ -127,53 +127,29 @@ declare const columnProps: import("@codecademy/variance/dist/types/config").Pars
|
|
|
127
127
|
};
|
|
128
128
|
readonly mx: {
|
|
129
129
|
readonly property: "margin";
|
|
130
|
-
readonly properties:
|
|
131
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
132
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
133
|
-
};
|
|
134
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
130
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
135
131
|
readonly scale: "spacing";
|
|
136
132
|
};
|
|
137
133
|
readonly my: {
|
|
138
134
|
readonly property: "margin";
|
|
139
|
-
readonly properties:
|
|
140
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
141
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
142
|
-
};
|
|
143
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
135
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
144
136
|
readonly scale: "spacing";
|
|
145
137
|
};
|
|
146
138
|
readonly mt: {
|
|
147
|
-
readonly property:
|
|
148
|
-
readonly physical: "marginTop";
|
|
149
|
-
readonly logical: "marginBlockStart";
|
|
150
|
-
};
|
|
139
|
+
readonly property: "marginTop";
|
|
151
140
|
readonly scale: "spacing";
|
|
152
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
153
141
|
};
|
|
154
142
|
readonly mb: {
|
|
155
|
-
readonly property:
|
|
156
|
-
readonly physical: "marginBottom";
|
|
157
|
-
readonly logical: "marginBlockEnd";
|
|
158
|
-
};
|
|
143
|
+
readonly property: "marginBottom";
|
|
159
144
|
readonly scale: "spacing";
|
|
160
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
161
145
|
};
|
|
162
146
|
readonly mr: {
|
|
163
|
-
readonly property:
|
|
164
|
-
readonly physical: "marginRight";
|
|
165
|
-
readonly logical: "marginInlineEnd";
|
|
166
|
-
};
|
|
147
|
+
readonly property: "marginRight";
|
|
167
148
|
readonly scale: "spacing";
|
|
168
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
169
149
|
};
|
|
170
150
|
readonly ml: {
|
|
171
|
-
readonly property:
|
|
172
|
-
readonly physical: "marginLeft";
|
|
173
|
-
readonly logical: "marginInlineStart";
|
|
174
|
-
};
|
|
151
|
+
readonly property: "marginLeft";
|
|
175
152
|
readonly scale: "spacing";
|
|
176
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
177
153
|
};
|
|
178
154
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
179
155
|
readonly gridColumn: {
|
|
@@ -37,53 +37,29 @@ declare const gridProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
37
37
|
};
|
|
38
38
|
readonly mx: {
|
|
39
39
|
readonly property: "margin";
|
|
40
|
-
readonly properties:
|
|
41
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
42
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
43
|
-
};
|
|
44
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
40
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
45
41
|
readonly scale: "spacing";
|
|
46
42
|
};
|
|
47
43
|
readonly my: {
|
|
48
44
|
readonly property: "margin";
|
|
49
|
-
readonly properties:
|
|
50
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
51
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
52
|
-
};
|
|
53
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
45
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
54
46
|
readonly scale: "spacing";
|
|
55
47
|
};
|
|
56
48
|
readonly mt: {
|
|
57
|
-
readonly property:
|
|
58
|
-
readonly physical: "marginTop";
|
|
59
|
-
readonly logical: "marginBlockStart";
|
|
60
|
-
};
|
|
49
|
+
readonly property: "marginTop";
|
|
61
50
|
readonly scale: "spacing";
|
|
62
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
51
|
};
|
|
64
52
|
readonly mb: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginBottom";
|
|
67
|
-
readonly logical: "marginBlockEnd";
|
|
68
|
-
};
|
|
53
|
+
readonly property: "marginBottom";
|
|
69
54
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
55
|
};
|
|
72
56
|
readonly mr: {
|
|
73
|
-
readonly property:
|
|
74
|
-
readonly physical: "marginRight";
|
|
75
|
-
readonly logical: "marginInlineEnd";
|
|
76
|
-
};
|
|
57
|
+
readonly property: "marginRight";
|
|
77
58
|
readonly scale: "spacing";
|
|
78
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
79
59
|
};
|
|
80
60
|
readonly ml: {
|
|
81
|
-
readonly property:
|
|
82
|
-
readonly physical: "marginLeft";
|
|
83
|
-
readonly logical: "marginInlineStart";
|
|
84
|
-
};
|
|
61
|
+
readonly property: "marginLeft";
|
|
85
62
|
readonly scale: "spacing";
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
87
63
|
};
|
|
88
64
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
89
65
|
gap: {
|
package/dist/List/elements.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
import { StyleProps } from '@codecademy/variance';
|
|
3
4
|
declare const space: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
4
5
|
readonly p: {
|
|
@@ -37,53 +38,29 @@ declare const space: import("@codecademy/variance/dist/types/config").Parser<imp
|
|
|
37
38
|
};
|
|
38
39
|
readonly mx: {
|
|
39
40
|
readonly property: "margin";
|
|
40
|
-
readonly properties:
|
|
41
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
42
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
43
|
-
};
|
|
44
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
41
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
45
42
|
readonly scale: "spacing";
|
|
46
43
|
};
|
|
47
44
|
readonly my: {
|
|
48
45
|
readonly property: "margin";
|
|
49
|
-
readonly properties:
|
|
50
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
51
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
52
|
-
};
|
|
53
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
46
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
54
47
|
readonly scale: "spacing";
|
|
55
48
|
};
|
|
56
49
|
readonly mt: {
|
|
57
|
-
readonly property:
|
|
58
|
-
readonly physical: "marginTop";
|
|
59
|
-
readonly logical: "marginBlockStart";
|
|
60
|
-
};
|
|
50
|
+
readonly property: "marginTop";
|
|
61
51
|
readonly scale: "spacing";
|
|
62
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
52
|
};
|
|
64
53
|
readonly mb: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginBottom";
|
|
67
|
-
readonly logical: "marginBlockEnd";
|
|
68
|
-
};
|
|
54
|
+
readonly property: "marginBottom";
|
|
69
55
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
56
|
};
|
|
72
57
|
readonly mr: {
|
|
73
|
-
readonly property:
|
|
74
|
-
readonly physical: "marginRight";
|
|
75
|
-
readonly logical: "marginInlineEnd";
|
|
76
|
-
};
|
|
58
|
+
readonly property: "marginRight";
|
|
77
59
|
readonly scale: "spacing";
|
|
78
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
79
60
|
};
|
|
80
61
|
readonly ml: {
|
|
81
|
-
readonly property:
|
|
82
|
-
readonly physical: "marginLeft";
|
|
83
|
-
readonly logical: "marginInlineStart";
|
|
84
|
-
};
|
|
62
|
+
readonly property: "marginLeft";
|
|
85
63
|
readonly scale: "spacing";
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
87
64
|
};
|
|
88
65
|
}>>, grid: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
89
66
|
readonly gridColumn: {
|
|
@@ -887,53 +864,29 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
887
864
|
}>;
|
|
888
865
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
889
866
|
readonly property: "margin";
|
|
890
|
-
readonly properties:
|
|
891
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
892
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
893
|
-
};
|
|
894
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
867
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
895
868
|
readonly scale: "spacing";
|
|
896
869
|
}>;
|
|
897
870
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
898
871
|
readonly property: "margin";
|
|
899
|
-
readonly properties:
|
|
900
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
901
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
902
|
-
};
|
|
903
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
872
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
904
873
|
readonly scale: "spacing";
|
|
905
874
|
}>;
|
|
906
875
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
907
|
-
readonly property:
|
|
908
|
-
readonly physical: "marginTop";
|
|
909
|
-
readonly logical: "marginBlockStart";
|
|
910
|
-
};
|
|
876
|
+
readonly property: "marginTop";
|
|
911
877
|
readonly scale: "spacing";
|
|
912
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
913
878
|
}>;
|
|
914
879
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
915
|
-
readonly property:
|
|
916
|
-
readonly physical: "marginBottom";
|
|
917
|
-
readonly logical: "marginBlockEnd";
|
|
918
|
-
};
|
|
880
|
+
readonly property: "marginBottom";
|
|
919
881
|
readonly scale: "spacing";
|
|
920
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
921
882
|
}>;
|
|
922
883
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
923
|
-
readonly property:
|
|
924
|
-
readonly physical: "marginRight";
|
|
925
|
-
readonly logical: "marginInlineEnd";
|
|
926
|
-
};
|
|
884
|
+
readonly property: "marginRight";
|
|
927
885
|
readonly scale: "spacing";
|
|
928
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
929
886
|
}>;
|
|
930
887
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
931
|
-
readonly property:
|
|
932
|
-
readonly physical: "marginLeft";
|
|
933
|
-
readonly logical: "marginInlineStart";
|
|
934
|
-
};
|
|
888
|
+
readonly property: "marginLeft";
|
|
935
889
|
readonly scale: "spacing";
|
|
936
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
937
890
|
}>;
|
|
938
891
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
939
892
|
readonly property: "border";
|
package/dist/Menu/elements.d.ts
CHANGED
|
@@ -163,53 +163,29 @@ declare const listProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
163
163
|
};
|
|
164
164
|
readonly mx: {
|
|
165
165
|
readonly property: "margin";
|
|
166
|
-
readonly properties:
|
|
167
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
168
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
169
|
-
};
|
|
170
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
166
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
171
167
|
readonly scale: "spacing";
|
|
172
168
|
};
|
|
173
169
|
readonly my: {
|
|
174
170
|
readonly property: "margin";
|
|
175
|
-
readonly properties:
|
|
176
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
177
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
178
|
-
};
|
|
179
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
171
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
180
172
|
readonly scale: "spacing";
|
|
181
173
|
};
|
|
182
174
|
readonly mt: {
|
|
183
|
-
readonly property:
|
|
184
|
-
readonly physical: "marginTop";
|
|
185
|
-
readonly logical: "marginBlockStart";
|
|
186
|
-
};
|
|
175
|
+
readonly property: "marginTop";
|
|
187
176
|
readonly scale: "spacing";
|
|
188
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
189
177
|
};
|
|
190
178
|
readonly mb: {
|
|
191
|
-
readonly property:
|
|
192
|
-
readonly physical: "marginBottom";
|
|
193
|
-
readonly logical: "marginBlockEnd";
|
|
194
|
-
};
|
|
179
|
+
readonly property: "marginBottom";
|
|
195
180
|
readonly scale: "spacing";
|
|
196
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
197
181
|
};
|
|
198
182
|
readonly mr: {
|
|
199
|
-
readonly property:
|
|
200
|
-
readonly physical: "marginRight";
|
|
201
|
-
readonly logical: "marginInlineEnd";
|
|
202
|
-
};
|
|
183
|
+
readonly property: "marginRight";
|
|
203
184
|
readonly scale: "spacing";
|
|
204
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
205
185
|
};
|
|
206
186
|
readonly ml: {
|
|
207
|
-
readonly property:
|
|
208
|
-
readonly physical: "marginLeft";
|
|
209
|
-
readonly logical: "marginInlineStart";
|
|
210
|
-
};
|
|
187
|
+
readonly property: "marginLeft";
|
|
211
188
|
readonly scale: "spacing";
|
|
212
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
213
189
|
};
|
|
214
190
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
215
191
|
readonly position: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const AnimatedFadeButton: (props: {
|
|
3
4
|
mode?: "dark" | "light" | undefined;
|
|
4
5
|
border?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -447,53 +448,29 @@ export declare const AnimatedFadeButton: (props: {
|
|
|
447
448
|
}>;
|
|
448
449
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
449
450
|
readonly property: "margin";
|
|
450
|
-
readonly properties:
|
|
451
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
452
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
453
|
-
};
|
|
454
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
451
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
455
452
|
readonly scale: "spacing";
|
|
456
453
|
}>;
|
|
457
454
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
458
455
|
readonly property: "margin";
|
|
459
|
-
readonly properties:
|
|
460
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
461
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
462
|
-
};
|
|
463
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
456
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
464
457
|
readonly scale: "spacing";
|
|
465
458
|
}>;
|
|
466
459
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
467
|
-
readonly property:
|
|
468
|
-
readonly physical: "marginTop";
|
|
469
|
-
readonly logical: "marginBlockStart";
|
|
470
|
-
};
|
|
460
|
+
readonly property: "marginTop";
|
|
471
461
|
readonly scale: "spacing";
|
|
472
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
473
462
|
}>;
|
|
474
463
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
475
|
-
readonly property:
|
|
476
|
-
readonly physical: "marginBottom";
|
|
477
|
-
readonly logical: "marginBlockEnd";
|
|
478
|
-
};
|
|
464
|
+
readonly property: "marginBottom";
|
|
479
465
|
readonly scale: "spacing";
|
|
480
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
481
466
|
}>;
|
|
482
467
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
483
|
-
readonly property:
|
|
484
|
-
readonly physical: "marginRight";
|
|
485
|
-
readonly logical: "marginInlineEnd";
|
|
486
|
-
};
|
|
468
|
+
readonly property: "marginRight";
|
|
487
469
|
readonly scale: "spacing";
|
|
488
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
489
470
|
}>;
|
|
490
471
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
491
|
-
readonly property:
|
|
492
|
-
readonly physical: "marginLeft";
|
|
493
|
-
readonly logical: "marginInlineStart";
|
|
494
|
-
};
|
|
472
|
+
readonly property: "marginLeft";
|
|
495
473
|
readonly scale: "spacing";
|
|
496
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
497
474
|
}>;
|
|
498
475
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
499
476
|
readonly property: "border";
|
|
@@ -460,53 +460,29 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
460
460
|
}>;
|
|
461
461
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
462
462
|
readonly property: "margin";
|
|
463
|
-
readonly properties:
|
|
464
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
465
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
466
|
-
};
|
|
467
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
463
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
468
464
|
readonly scale: "spacing";
|
|
469
465
|
}>;
|
|
470
466
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
471
467
|
readonly property: "margin";
|
|
472
|
-
readonly properties:
|
|
473
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
474
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
475
|
-
};
|
|
476
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
468
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
477
469
|
readonly scale: "spacing";
|
|
478
470
|
}>;
|
|
479
471
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
480
|
-
readonly property:
|
|
481
|
-
readonly physical: "marginTop";
|
|
482
|
-
readonly logical: "marginBlockStart";
|
|
483
|
-
};
|
|
472
|
+
readonly property: "marginTop";
|
|
484
473
|
readonly scale: "spacing";
|
|
485
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
486
474
|
}>;
|
|
487
475
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
488
|
-
readonly property:
|
|
489
|
-
readonly physical: "marginBottom";
|
|
490
|
-
readonly logical: "marginBlockEnd";
|
|
491
|
-
};
|
|
476
|
+
readonly property: "marginBottom";
|
|
492
477
|
readonly scale: "spacing";
|
|
493
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
494
478
|
}>;
|
|
495
479
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
496
|
-
readonly property:
|
|
497
|
-
readonly physical: "marginRight";
|
|
498
|
-
readonly logical: "marginInlineEnd";
|
|
499
|
-
};
|
|
480
|
+
readonly property: "marginRight";
|
|
500
481
|
readonly scale: "spacing";
|
|
501
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
502
482
|
}>;
|
|
503
483
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
504
|
-
readonly property:
|
|
505
|
-
readonly physical: "marginLeft";
|
|
506
|
-
readonly logical: "marginInlineStart";
|
|
507
|
-
};
|
|
484
|
+
readonly property: "marginLeft";
|
|
508
485
|
readonly scale: "spacing";
|
|
509
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
510
486
|
}>;
|
|
511
487
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
512
488
|
readonly property: "border";
|
package/dist/Tabs/props.d.ts
CHANGED
|
@@ -165,52 +165,28 @@ export declare const tabElementBaseProps: import("@codecademy/variance/dist/type
|
|
|
165
165
|
};
|
|
166
166
|
readonly mx: {
|
|
167
167
|
readonly property: "margin";
|
|
168
|
-
readonly properties:
|
|
169
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
170
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
171
|
-
};
|
|
172
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
168
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
173
169
|
readonly scale: "spacing";
|
|
174
170
|
};
|
|
175
171
|
readonly my: {
|
|
176
172
|
readonly property: "margin";
|
|
177
|
-
readonly properties:
|
|
178
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
179
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
180
|
-
};
|
|
181
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
173
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
182
174
|
readonly scale: "spacing";
|
|
183
175
|
};
|
|
184
176
|
readonly mt: {
|
|
185
|
-
readonly property:
|
|
186
|
-
readonly physical: "marginTop";
|
|
187
|
-
readonly logical: "marginBlockStart";
|
|
188
|
-
};
|
|
177
|
+
readonly property: "marginTop";
|
|
189
178
|
readonly scale: "spacing";
|
|
190
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
191
179
|
};
|
|
192
180
|
readonly mb: {
|
|
193
|
-
readonly property:
|
|
194
|
-
readonly physical: "marginBottom";
|
|
195
|
-
readonly logical: "marginBlockEnd";
|
|
196
|
-
};
|
|
181
|
+
readonly property: "marginBottom";
|
|
197
182
|
readonly scale: "spacing";
|
|
198
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
199
183
|
};
|
|
200
184
|
readonly mr: {
|
|
201
|
-
readonly property:
|
|
202
|
-
readonly physical: "marginRight";
|
|
203
|
-
readonly logical: "marginInlineEnd";
|
|
204
|
-
};
|
|
185
|
+
readonly property: "marginRight";
|
|
205
186
|
readonly scale: "spacing";
|
|
206
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
207
187
|
};
|
|
208
188
|
readonly ml: {
|
|
209
|
-
readonly property:
|
|
210
|
-
readonly physical: "marginLeft";
|
|
211
|
-
readonly logical: "marginInlineStart";
|
|
212
|
-
};
|
|
189
|
+
readonly property: "marginLeft";
|
|
213
190
|
readonly scale: "spacing";
|
|
214
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
215
191
|
};
|
|
216
192
|
}>>]>>;
|
package/dist/Tag/types.d.ts
CHANGED
|
@@ -40,53 +40,29 @@ export declare const tagProps: import("@codecademy/variance/dist/types/config").
|
|
|
40
40
|
};
|
|
41
41
|
readonly mx: {
|
|
42
42
|
readonly property: "margin";
|
|
43
|
-
readonly properties:
|
|
44
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
45
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
46
|
-
};
|
|
47
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
43
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
48
44
|
readonly scale: "spacing";
|
|
49
45
|
};
|
|
50
46
|
readonly my: {
|
|
51
47
|
readonly property: "margin";
|
|
52
|
-
readonly properties:
|
|
53
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
54
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
55
|
-
};
|
|
56
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
48
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
57
49
|
readonly scale: "spacing";
|
|
58
50
|
};
|
|
59
51
|
readonly mt: {
|
|
60
|
-
readonly property:
|
|
61
|
-
readonly physical: "marginTop";
|
|
62
|
-
readonly logical: "marginBlockStart";
|
|
63
|
-
};
|
|
52
|
+
readonly property: "marginTop";
|
|
64
53
|
readonly scale: "spacing";
|
|
65
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
66
54
|
};
|
|
67
55
|
readonly mb: {
|
|
68
|
-
readonly property:
|
|
69
|
-
readonly physical: "marginBottom";
|
|
70
|
-
readonly logical: "marginBlockEnd";
|
|
71
|
-
};
|
|
56
|
+
readonly property: "marginBottom";
|
|
72
57
|
readonly scale: "spacing";
|
|
73
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
74
58
|
};
|
|
75
59
|
readonly mr: {
|
|
76
|
-
readonly property:
|
|
77
|
-
readonly physical: "marginRight";
|
|
78
|
-
readonly logical: "marginInlineEnd";
|
|
79
|
-
};
|
|
60
|
+
readonly property: "marginRight";
|
|
80
61
|
readonly scale: "spacing";
|
|
81
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
82
62
|
};
|
|
83
63
|
readonly ml: {
|
|
84
|
-
readonly property:
|
|
85
|
-
readonly physical: "marginLeft";
|
|
86
|
-
readonly logical: "marginInlineStart";
|
|
87
|
-
};
|
|
64
|
+
readonly property: "marginLeft";
|
|
88
65
|
readonly scale: "spacing";
|
|
89
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
90
66
|
};
|
|
91
67
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
92
68
|
readonly flexBasis: {
|
|
@@ -61,53 +61,29 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
|
|
|
61
61
|
}>;
|
|
62
62
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
63
63
|
readonly property: "margin";
|
|
64
|
-
readonly properties:
|
|
65
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
66
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
67
|
-
};
|
|
68
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
64
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
69
65
|
readonly scale: "spacing";
|
|
70
66
|
}>;
|
|
71
67
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
72
68
|
readonly property: "margin";
|
|
73
|
-
readonly properties:
|
|
74
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
75
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
76
|
-
};
|
|
77
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
69
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
78
70
|
readonly scale: "spacing";
|
|
79
71
|
}>;
|
|
80
72
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
81
|
-
readonly property:
|
|
82
|
-
readonly physical: "marginTop";
|
|
83
|
-
readonly logical: "marginBlockStart";
|
|
84
|
-
};
|
|
73
|
+
readonly property: "marginTop";
|
|
85
74
|
readonly scale: "spacing";
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
87
75
|
}>;
|
|
88
76
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
89
|
-
readonly property:
|
|
90
|
-
readonly physical: "marginBottom";
|
|
91
|
-
readonly logical: "marginBlockEnd";
|
|
92
|
-
};
|
|
77
|
+
readonly property: "marginBottom";
|
|
93
78
|
readonly scale: "spacing";
|
|
94
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
95
79
|
}>;
|
|
96
80
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
97
|
-
readonly property:
|
|
98
|
-
readonly physical: "marginRight";
|
|
99
|
-
readonly logical: "marginInlineEnd";
|
|
100
|
-
};
|
|
81
|
+
readonly property: "marginRight";
|
|
101
82
|
readonly scale: "spacing";
|
|
102
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
103
83
|
}>;
|
|
104
84
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
105
|
-
readonly property:
|
|
106
|
-
readonly physical: "marginLeft";
|
|
107
|
-
readonly logical: "marginInlineStart";
|
|
108
|
-
};
|
|
85
|
+
readonly property: "marginLeft";
|
|
109
86
|
readonly scale: "spacing";
|
|
110
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
111
87
|
}>;
|
|
112
88
|
textColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
113
89
|
readonly property: "color";
|
|
@@ -197,52 +173,28 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
|
|
|
197
173
|
}>;
|
|
198
174
|
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
199
175
|
readonly property: "margin";
|
|
200
|
-
readonly properties:
|
|
201
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
202
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
203
|
-
};
|
|
204
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
176
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
205
177
|
readonly scale: "spacing";
|
|
206
178
|
}>;
|
|
207
179
|
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
208
180
|
readonly property: "margin";
|
|
209
|
-
readonly properties:
|
|
210
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
211
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
212
|
-
};
|
|
213
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
181
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
214
182
|
readonly scale: "spacing";
|
|
215
183
|
}>;
|
|
216
184
|
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
217
|
-
readonly property:
|
|
218
|
-
readonly physical: "marginTop";
|
|
219
|
-
readonly logical: "marginBlockStart";
|
|
220
|
-
};
|
|
185
|
+
readonly property: "marginTop";
|
|
221
186
|
readonly scale: "spacing";
|
|
222
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
223
187
|
}>;
|
|
224
188
|
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
225
|
-
readonly property:
|
|
226
|
-
readonly physical: "marginBottom";
|
|
227
|
-
readonly logical: "marginBlockEnd";
|
|
228
|
-
};
|
|
189
|
+
readonly property: "marginBottom";
|
|
229
190
|
readonly scale: "spacing";
|
|
230
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
231
191
|
}>;
|
|
232
192
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
233
|
-
readonly property:
|
|
234
|
-
readonly physical: "marginRight";
|
|
235
|
-
readonly logical: "marginInlineEnd";
|
|
236
|
-
};
|
|
193
|
+
readonly property: "marginRight";
|
|
237
194
|
readonly scale: "spacing";
|
|
238
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
239
195
|
}>;
|
|
240
196
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
241
|
-
readonly property:
|
|
242
|
-
readonly physical: "marginLeft";
|
|
243
|
-
readonly logical: "marginInlineStart";
|
|
244
|
-
};
|
|
197
|
+
readonly property: "marginLeft";
|
|
245
198
|
readonly scale: "spacing";
|
|
246
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
247
199
|
}>;
|
|
248
200
|
}, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
|
|
@@ -214,53 +214,29 @@ declare const textProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
214
214
|
};
|
|
215
215
|
readonly mx: {
|
|
216
216
|
readonly property: "margin";
|
|
217
|
-
readonly properties:
|
|
218
|
-
readonly physical: readonly ["marginLeft", "marginRight"];
|
|
219
|
-
readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
|
|
220
|
-
};
|
|
221
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
217
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
222
218
|
readonly scale: "spacing";
|
|
223
219
|
};
|
|
224
220
|
readonly my: {
|
|
225
221
|
readonly property: "margin";
|
|
226
|
-
readonly properties:
|
|
227
|
-
readonly physical: readonly ["marginTop", "marginBottom"];
|
|
228
|
-
readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
|
|
229
|
-
};
|
|
230
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
222
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
231
223
|
readonly scale: "spacing";
|
|
232
224
|
};
|
|
233
225
|
readonly mt: {
|
|
234
|
-
readonly property:
|
|
235
|
-
readonly physical: "marginTop";
|
|
236
|
-
readonly logical: "marginBlockStart";
|
|
237
|
-
};
|
|
226
|
+
readonly property: "marginTop";
|
|
238
227
|
readonly scale: "spacing";
|
|
239
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
240
228
|
};
|
|
241
229
|
readonly mb: {
|
|
242
|
-
readonly property:
|
|
243
|
-
readonly physical: "marginBottom";
|
|
244
|
-
readonly logical: "marginBlockEnd";
|
|
245
|
-
};
|
|
230
|
+
readonly property: "marginBottom";
|
|
246
231
|
readonly scale: "spacing";
|
|
247
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
248
232
|
};
|
|
249
233
|
readonly mr: {
|
|
250
|
-
readonly property:
|
|
251
|
-
readonly physical: "marginRight";
|
|
252
|
-
readonly logical: "marginInlineEnd";
|
|
253
|
-
};
|
|
234
|
+
readonly property: "marginRight";
|
|
254
235
|
readonly scale: "spacing";
|
|
255
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
256
236
|
};
|
|
257
237
|
readonly ml: {
|
|
258
|
-
readonly property:
|
|
259
|
-
readonly physical: "marginLeft";
|
|
260
|
-
readonly logical: "marginInlineStart";
|
|
261
|
-
};
|
|
238
|
+
readonly property: "marginLeft";
|
|
262
239
|
readonly scale: "spacing";
|
|
263
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
264
240
|
};
|
|
265
241
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
266
242
|
truncateLines: {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut",
|
|
3
3
|
"description": "Styleguide & Component library for Codecademy",
|
|
4
|
-
"version": "67.6.4
|
|
4
|
+
"version": "67.6.4",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-icons": "9.54.1
|
|
8
|
-
"@codecademy/gamut-illustrations": "0.58.1
|
|
9
|
-
"@codecademy/gamut-patterns": "0.10.20
|
|
10
|
-
"@codecademy/gamut-styles": "17.11.1
|
|
11
|
-
"@codecademy/variance": "0.25.1
|
|
7
|
+
"@codecademy/gamut-icons": "9.54.1",
|
|
8
|
+
"@codecademy/gamut-illustrations": "0.58.1",
|
|
9
|
+
"@codecademy/gamut-patterns": "0.10.20",
|
|
10
|
+
"@codecademy/gamut-styles": "17.11.1",
|
|
11
|
+
"@codecademy/variance": "0.25.1",
|
|
12
12
|
"@types/marked": "^4.0.8",
|
|
13
13
|
"@vidstack/react": "^1.12.12",
|
|
14
14
|
"classnames": "^2.2.5",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
57
57
|
"dist/**/[A-Z]**/index.js"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "38f5368f7245ab5a33464954c842405231edcd16"
|
|
60
60
|
}
|