@codecademy/gamut 67.6.4-alpha.fb9da9.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 +2 -10
- package/dist/Badge/index.d.ts +2 -10
- package/dist/Box/props.d.ts +2 -10
- package/dist/Button/shared/styles.d.ts +2 -10
- package/dist/Card/elements.d.ts +7 -30
- package/dist/Form/elements/Form.d.ts +2 -10
- package/dist/Layout/Column.d.ts +2 -10
- package/dist/Layout/LayoutGrid.d.ts +2 -10
- package/dist/List/elements.d.ts +5 -20
- package/dist/Menu/elements.d.ts +2 -10
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +3 -10
- package/dist/Pagination/utils.d.ts +2 -10
- package/dist/Tabs/props.d.ts +2 -10
- package/dist/Tag/types.d.ts +2 -10
- package/dist/Tip/__tests__/helpers.d.ts +0 -2
- package/dist/Toggle/elements.d.ts +4 -20
- package/dist/Typography/Text.d.ts +2 -10
- package/package.json +7 -7
package/dist/Anchor/index.d.ts
CHANGED
|
@@ -148,20 +148,12 @@ declare const anchorProps: import("@codecademy/variance/dist/types/config").Pars
|
|
|
148
148
|
readonly scale: "spacing";
|
|
149
149
|
};
|
|
150
150
|
readonly mr: {
|
|
151
|
-
readonly property:
|
|
152
|
-
readonly physical: "marginRight";
|
|
153
|
-
readonly logical: "marginInlineEnd";
|
|
154
|
-
};
|
|
151
|
+
readonly property: "marginRight";
|
|
155
152
|
readonly scale: "spacing";
|
|
156
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
157
153
|
};
|
|
158
154
|
readonly ml: {
|
|
159
|
-
readonly property:
|
|
160
|
-
readonly physical: "marginLeft";
|
|
161
|
-
readonly logical: "marginInlineStart";
|
|
162
|
-
};
|
|
155
|
+
readonly property: "marginLeft";
|
|
163
156
|
readonly scale: "spacing";
|
|
164
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
165
157
|
};
|
|
166
158
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
167
159
|
readonly fontFamily: {
|
package/dist/Badge/index.d.ts
CHANGED
|
@@ -62,20 +62,12 @@ declare const badgeProps: import("@codecademy/variance/dist/types/config").Parse
|
|
|
62
62
|
readonly scale: "spacing";
|
|
63
63
|
};
|
|
64
64
|
readonly mr: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginRight";
|
|
67
|
-
readonly logical: "marginInlineEnd";
|
|
68
|
-
};
|
|
65
|
+
readonly property: "marginRight";
|
|
69
66
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
67
|
};
|
|
72
68
|
readonly ml: {
|
|
73
|
-
readonly property:
|
|
74
|
-
readonly physical: "marginLeft";
|
|
75
|
-
readonly logical: "marginInlineStart";
|
|
76
|
-
};
|
|
69
|
+
readonly property: "marginLeft";
|
|
77
70
|
readonly scale: "spacing";
|
|
78
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
79
71
|
};
|
|
80
72
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
81
73
|
readonly flexBasis: {
|
package/dist/Box/props.d.ts
CHANGED
|
@@ -54,20 +54,12 @@ export declare const boxProps: import("@codecademy/variance/dist/types/config").
|
|
|
54
54
|
readonly scale: "spacing";
|
|
55
55
|
};
|
|
56
56
|
readonly mr: {
|
|
57
|
-
readonly property:
|
|
58
|
-
readonly physical: "marginRight";
|
|
59
|
-
readonly logical: "marginInlineEnd";
|
|
60
|
-
};
|
|
57
|
+
readonly property: "marginRight";
|
|
61
58
|
readonly scale: "spacing";
|
|
62
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
59
|
};
|
|
64
60
|
readonly ml: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginLeft";
|
|
67
|
-
readonly logical: "marginInlineStart";
|
|
68
|
-
};
|
|
61
|
+
readonly property: "marginLeft";
|
|
69
62
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
63
|
};
|
|
72
64
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
73
65
|
readonly border: {
|
|
@@ -176,20 +176,12 @@ export declare const buttonProps: import("@codecademy/variance/dist/types/config
|
|
|
176
176
|
readonly scale: "spacing";
|
|
177
177
|
};
|
|
178
178
|
readonly mr: {
|
|
179
|
-
readonly property:
|
|
180
|
-
readonly physical: "marginRight";
|
|
181
|
-
readonly logical: "marginInlineEnd";
|
|
182
|
-
};
|
|
179
|
+
readonly property: "marginRight";
|
|
183
180
|
readonly scale: "spacing";
|
|
184
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
185
181
|
};
|
|
186
182
|
readonly ml: {
|
|
187
|
-
readonly property:
|
|
188
|
-
readonly physical: "marginLeft";
|
|
189
|
-
readonly logical: "marginInlineStart";
|
|
190
|
-
};
|
|
183
|
+
readonly property: "marginLeft";
|
|
191
184
|
readonly scale: "spacing";
|
|
192
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
193
185
|
};
|
|
194
186
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
195
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<{
|
|
@@ -547,20 +548,12 @@ export declare const MotionBox: import("react").ComponentType<{
|
|
|
547
548
|
readonly scale: "spacing";
|
|
548
549
|
}>;
|
|
549
550
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
550
|
-
readonly property:
|
|
551
|
-
readonly physical: "marginRight";
|
|
552
|
-
readonly logical: "marginInlineEnd";
|
|
553
|
-
};
|
|
551
|
+
readonly property: "marginRight";
|
|
554
552
|
readonly scale: "spacing";
|
|
555
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
556
553
|
}>;
|
|
557
554
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
558
|
-
readonly property:
|
|
559
|
-
readonly physical: "marginLeft";
|
|
560
|
-
readonly logical: "marginInlineStart";
|
|
561
|
-
};
|
|
555
|
+
readonly property: "marginLeft";
|
|
562
556
|
readonly scale: "spacing";
|
|
563
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
564
557
|
}>;
|
|
565
558
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
566
559
|
readonly property: "border";
|
|
@@ -1240,20 +1233,12 @@ export declare const DynamicCardWrapper: import("@emotion/styled").StyledCompone
|
|
|
1240
1233
|
readonly scale: "spacing";
|
|
1241
1234
|
}>;
|
|
1242
1235
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1243
|
-
readonly property:
|
|
1244
|
-
readonly physical: "marginRight";
|
|
1245
|
-
readonly logical: "marginInlineEnd";
|
|
1246
|
-
};
|
|
1236
|
+
readonly property: "marginRight";
|
|
1247
1237
|
readonly scale: "spacing";
|
|
1248
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1249
1238
|
}>;
|
|
1250
1239
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1251
|
-
readonly property:
|
|
1252
|
-
readonly physical: "marginLeft";
|
|
1253
|
-
readonly logical: "marginInlineStart";
|
|
1254
|
-
};
|
|
1240
|
+
readonly property: "marginLeft";
|
|
1255
1241
|
readonly scale: "spacing";
|
|
1256
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1257
1242
|
}>;
|
|
1258
1243
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1259
1244
|
readonly property: "border";
|
|
@@ -1917,20 +1902,12 @@ export declare const StaticCardWrapper: import("@emotion/styled").StyledComponen
|
|
|
1917
1902
|
readonly scale: "spacing";
|
|
1918
1903
|
}>;
|
|
1919
1904
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1920
|
-
readonly property:
|
|
1921
|
-
readonly physical: "marginRight";
|
|
1922
|
-
readonly logical: "marginInlineEnd";
|
|
1923
|
-
};
|
|
1905
|
+
readonly property: "marginRight";
|
|
1924
1906
|
readonly scale: "spacing";
|
|
1925
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1926
1907
|
}>;
|
|
1927
1908
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1928
|
-
readonly property:
|
|
1929
|
-
readonly physical: "marginLeft";
|
|
1930
|
-
readonly logical: "marginInlineStart";
|
|
1931
|
-
};
|
|
1909
|
+
readonly property: "marginLeft";
|
|
1932
1910
|
readonly scale: "spacing";
|
|
1933
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1934
1911
|
}>;
|
|
1935
1912
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1936
1913
|
readonly property: "border";
|
|
@@ -215,20 +215,12 @@ declare const StyledForm: import("@emotion/styled").StyledComponent<{
|
|
|
215
215
|
readonly scale: "spacing";
|
|
216
216
|
}>;
|
|
217
217
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
218
|
-
readonly property:
|
|
219
|
-
readonly physical: "marginRight";
|
|
220
|
-
readonly logical: "marginInlineEnd";
|
|
221
|
-
};
|
|
218
|
+
readonly property: "marginRight";
|
|
222
219
|
readonly scale: "spacing";
|
|
223
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
224
220
|
}>;
|
|
225
221
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
226
|
-
readonly property:
|
|
227
|
-
readonly physical: "marginLeft";
|
|
228
|
-
readonly logical: "marginInlineStart";
|
|
229
|
-
};
|
|
222
|
+
readonly property: "marginLeft";
|
|
230
223
|
readonly scale: "spacing";
|
|
231
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
232
224
|
}>;
|
|
233
225
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
234
226
|
readonly property: "border";
|
package/dist/Layout/Column.d.ts
CHANGED
|
@@ -144,20 +144,12 @@ declare const columnProps: import("@codecademy/variance/dist/types/config").Pars
|
|
|
144
144
|
readonly scale: "spacing";
|
|
145
145
|
};
|
|
146
146
|
readonly mr: {
|
|
147
|
-
readonly property:
|
|
148
|
-
readonly physical: "marginRight";
|
|
149
|
-
readonly logical: "marginInlineEnd";
|
|
150
|
-
};
|
|
147
|
+
readonly property: "marginRight";
|
|
151
148
|
readonly scale: "spacing";
|
|
152
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
153
149
|
};
|
|
154
150
|
readonly ml: {
|
|
155
|
-
readonly property:
|
|
156
|
-
readonly physical: "marginLeft";
|
|
157
|
-
readonly logical: "marginInlineStart";
|
|
158
|
-
};
|
|
151
|
+
readonly property: "marginLeft";
|
|
159
152
|
readonly scale: "spacing";
|
|
160
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
161
153
|
};
|
|
162
154
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
163
155
|
readonly gridColumn: {
|
|
@@ -54,20 +54,12 @@ declare const gridProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
54
54
|
readonly scale: "spacing";
|
|
55
55
|
};
|
|
56
56
|
readonly mr: {
|
|
57
|
-
readonly property:
|
|
58
|
-
readonly physical: "marginRight";
|
|
59
|
-
readonly logical: "marginInlineEnd";
|
|
60
|
-
};
|
|
57
|
+
readonly property: "marginRight";
|
|
61
58
|
readonly scale: "spacing";
|
|
62
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
59
|
};
|
|
64
60
|
readonly ml: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginLeft";
|
|
67
|
-
readonly logical: "marginInlineStart";
|
|
68
|
-
};
|
|
61
|
+
readonly property: "marginLeft";
|
|
69
62
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
63
|
};
|
|
72
64
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
73
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: {
|
|
@@ -54,20 +55,12 @@ declare const space: import("@codecademy/variance/dist/types/config").Parser<imp
|
|
|
54
55
|
readonly scale: "spacing";
|
|
55
56
|
};
|
|
56
57
|
readonly mr: {
|
|
57
|
-
readonly property:
|
|
58
|
-
readonly physical: "marginRight";
|
|
59
|
-
readonly logical: "marginInlineEnd";
|
|
60
|
-
};
|
|
58
|
+
readonly property: "marginRight";
|
|
61
59
|
readonly scale: "spacing";
|
|
62
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
63
60
|
};
|
|
64
61
|
readonly ml: {
|
|
65
|
-
readonly property:
|
|
66
|
-
readonly physical: "marginLeft";
|
|
67
|
-
readonly logical: "marginInlineStart";
|
|
68
|
-
};
|
|
62
|
+
readonly property: "marginLeft";
|
|
69
63
|
readonly scale: "spacing";
|
|
70
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
71
64
|
};
|
|
72
65
|
}>>, grid: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
73
66
|
readonly gridColumn: {
|
|
@@ -888,20 +881,12 @@ export declare const AnimatedListWrapper: import("@emotion/styled").StyledCompon
|
|
|
888
881
|
readonly scale: "spacing";
|
|
889
882
|
}>;
|
|
890
883
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
891
|
-
readonly property:
|
|
892
|
-
readonly physical: "marginRight";
|
|
893
|
-
readonly logical: "marginInlineEnd";
|
|
894
|
-
};
|
|
884
|
+
readonly property: "marginRight";
|
|
895
885
|
readonly scale: "spacing";
|
|
896
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
897
886
|
}>;
|
|
898
887
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
899
|
-
readonly property:
|
|
900
|
-
readonly physical: "marginLeft";
|
|
901
|
-
readonly logical: "marginInlineStart";
|
|
902
|
-
};
|
|
888
|
+
readonly property: "marginLeft";
|
|
903
889
|
readonly scale: "spacing";
|
|
904
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
905
890
|
}>;
|
|
906
891
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
907
892
|
readonly property: "border";
|
package/dist/Menu/elements.d.ts
CHANGED
|
@@ -180,20 +180,12 @@ declare const listProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
180
180
|
readonly scale: "spacing";
|
|
181
181
|
};
|
|
182
182
|
readonly mr: {
|
|
183
|
-
readonly property:
|
|
184
|
-
readonly physical: "marginRight";
|
|
185
|
-
readonly logical: "marginInlineEnd";
|
|
186
|
-
};
|
|
183
|
+
readonly property: "marginRight";
|
|
187
184
|
readonly scale: "spacing";
|
|
188
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
189
185
|
};
|
|
190
186
|
readonly ml: {
|
|
191
|
-
readonly property:
|
|
192
|
-
readonly physical: "marginLeft";
|
|
193
|
-
readonly logical: "marginInlineStart";
|
|
194
|
-
};
|
|
187
|
+
readonly property: "marginLeft";
|
|
195
188
|
readonly scale: "spacing";
|
|
196
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
197
189
|
};
|
|
198
190
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
199
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<{
|
|
@@ -464,20 +465,12 @@ export declare const AnimatedFadeButton: (props: {
|
|
|
464
465
|
readonly scale: "spacing";
|
|
465
466
|
}>;
|
|
466
467
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
467
|
-
readonly property:
|
|
468
|
-
readonly physical: "marginRight";
|
|
469
|
-
readonly logical: "marginInlineEnd";
|
|
470
|
-
};
|
|
468
|
+
readonly property: "marginRight";
|
|
471
469
|
readonly scale: "spacing";
|
|
472
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
473
470
|
}>;
|
|
474
471
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
475
|
-
readonly property:
|
|
476
|
-
readonly physical: "marginLeft";
|
|
477
|
-
readonly logical: "marginInlineStart";
|
|
478
|
-
};
|
|
472
|
+
readonly property: "marginLeft";
|
|
479
473
|
readonly scale: "spacing";
|
|
480
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
481
474
|
}>;
|
|
482
475
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
483
476
|
readonly property: "border";
|
|
@@ -477,20 +477,12 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
477
477
|
readonly scale: "spacing";
|
|
478
478
|
}>;
|
|
479
479
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
480
|
-
readonly property:
|
|
481
|
-
readonly physical: "marginRight";
|
|
482
|
-
readonly logical: "marginInlineEnd";
|
|
483
|
-
};
|
|
480
|
+
readonly property: "marginRight";
|
|
484
481
|
readonly scale: "spacing";
|
|
485
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
486
482
|
}>;
|
|
487
483
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
488
|
-
readonly property:
|
|
489
|
-
readonly physical: "marginLeft";
|
|
490
|
-
readonly logical: "marginInlineStart";
|
|
491
|
-
};
|
|
484
|
+
readonly property: "marginLeft";
|
|
492
485
|
readonly scale: "spacing";
|
|
493
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
494
486
|
}>;
|
|
495
487
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
496
488
|
readonly property: "border";
|
package/dist/Tabs/props.d.ts
CHANGED
|
@@ -182,19 +182,11 @@ export declare const tabElementBaseProps: import("@codecademy/variance/dist/type
|
|
|
182
182
|
readonly scale: "spacing";
|
|
183
183
|
};
|
|
184
184
|
readonly mr: {
|
|
185
|
-
readonly property:
|
|
186
|
-
readonly physical: "marginRight";
|
|
187
|
-
readonly logical: "marginInlineEnd";
|
|
188
|
-
};
|
|
185
|
+
readonly property: "marginRight";
|
|
189
186
|
readonly scale: "spacing";
|
|
190
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
191
187
|
};
|
|
192
188
|
readonly ml: {
|
|
193
|
-
readonly property:
|
|
194
|
-
readonly physical: "marginLeft";
|
|
195
|
-
readonly logical: "marginInlineStart";
|
|
196
|
-
};
|
|
189
|
+
readonly property: "marginLeft";
|
|
197
190
|
readonly scale: "spacing";
|
|
198
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
199
191
|
};
|
|
200
192
|
}>>]>>;
|
package/dist/Tag/types.d.ts
CHANGED
|
@@ -57,20 +57,12 @@ export declare const tagProps: import("@codecademy/variance/dist/types/config").
|
|
|
57
57
|
readonly scale: "spacing";
|
|
58
58
|
};
|
|
59
59
|
readonly mr: {
|
|
60
|
-
readonly property:
|
|
61
|
-
readonly physical: "marginRight";
|
|
62
|
-
readonly logical: "marginInlineEnd";
|
|
63
|
-
};
|
|
60
|
+
readonly property: "marginRight";
|
|
64
61
|
readonly scale: "spacing";
|
|
65
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
66
62
|
};
|
|
67
63
|
readonly ml: {
|
|
68
|
-
readonly property:
|
|
69
|
-
readonly physical: "marginLeft";
|
|
70
|
-
readonly logical: "marginInlineStart";
|
|
71
|
-
};
|
|
64
|
+
readonly property: "marginLeft";
|
|
72
65
|
readonly scale: "spacing";
|
|
73
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
74
66
|
};
|
|
75
67
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
76
68
|
readonly flexBasis: {
|
|
@@ -78,20 +78,12 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
|
|
|
78
78
|
readonly scale: "spacing";
|
|
79
79
|
}>;
|
|
80
80
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
81
|
-
readonly property:
|
|
82
|
-
readonly physical: "marginRight";
|
|
83
|
-
readonly logical: "marginInlineEnd";
|
|
84
|
-
};
|
|
81
|
+
readonly property: "marginRight";
|
|
85
82
|
readonly scale: "spacing";
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
87
83
|
}>;
|
|
88
84
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
89
|
-
readonly property:
|
|
90
|
-
readonly physical: "marginLeft";
|
|
91
|
-
readonly logical: "marginInlineStart";
|
|
92
|
-
};
|
|
85
|
+
readonly property: "marginLeft";
|
|
93
86
|
readonly scale: "spacing";
|
|
94
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
95
87
|
}>;
|
|
96
88
|
textColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
97
89
|
readonly property: "color";
|
|
@@ -198,19 +190,11 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
|
|
|
198
190
|
readonly scale: "spacing";
|
|
199
191
|
}>;
|
|
200
192
|
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
201
|
-
readonly property:
|
|
202
|
-
readonly physical: "marginRight";
|
|
203
|
-
readonly logical: "marginInlineEnd";
|
|
204
|
-
};
|
|
193
|
+
readonly property: "marginRight";
|
|
205
194
|
readonly scale: "spacing";
|
|
206
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
207
195
|
}>;
|
|
208
196
|
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
209
|
-
readonly property:
|
|
210
|
-
readonly physical: "marginLeft";
|
|
211
|
-
readonly logical: "marginInlineStart";
|
|
212
|
-
};
|
|
197
|
+
readonly property: "marginLeft";
|
|
213
198
|
readonly scale: "spacing";
|
|
214
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
215
199
|
}>;
|
|
216
200
|
}, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
|
|
@@ -231,20 +231,12 @@ declare const textProps: import("@codecademy/variance/dist/types/config").Parser
|
|
|
231
231
|
readonly scale: "spacing";
|
|
232
232
|
};
|
|
233
233
|
readonly mr: {
|
|
234
|
-
readonly property:
|
|
235
|
-
readonly physical: "marginRight";
|
|
236
|
-
readonly logical: "marginInlineEnd";
|
|
237
|
-
};
|
|
234
|
+
readonly property: "marginRight";
|
|
238
235
|
readonly scale: "spacing";
|
|
239
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
240
236
|
};
|
|
241
237
|
readonly ml: {
|
|
242
|
-
readonly property:
|
|
243
|
-
readonly physical: "marginLeft";
|
|
244
|
-
readonly logical: "marginInlineStart";
|
|
245
|
-
};
|
|
238
|
+
readonly property: "marginLeft";
|
|
246
239
|
readonly scale: "spacing";
|
|
247
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
248
240
|
};
|
|
249
241
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
250
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
|
}
|