@codecademy/gamut 68.0.1-alpha.5b7e3d.0 → 68.0.1-alpha.7afb48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/Anchor/index.d.ts +12 -60
  2. package/dist/Badge/index.d.ts +14 -74
  3. package/dist/BarChart/BarChartProvider.d.ts +19 -0
  4. package/dist/BarChart/BarChartProvider.js +31 -0
  5. package/dist/BarChart/BarRow/elements.d.ts +713 -0
  6. package/dist/BarChart/BarRow/elements.js +89 -0
  7. package/dist/BarChart/BarRow/index.d.ts +26 -0
  8. package/dist/BarChart/BarRow/index.js +254 -0
  9. package/dist/BarChart/GENERIC_EXAMPLE.d.ts +14 -0
  10. package/dist/BarChart/GENERIC_EXAMPLE.js +333 -0
  11. package/dist/BarChart/index.d.ts +4 -0
  12. package/dist/BarChart/index.js +158 -0
  13. package/dist/BarChart/layout/GridLines.d.ts +7 -0
  14. package/dist/BarChart/layout/GridLines.js +78 -0
  15. package/dist/BarChart/layout/ScaleChartHeader.d.ts +10 -0
  16. package/dist/BarChart/layout/ScaleChartHeader.js +89 -0
  17. package/dist/BarChart/layout/VerticalSpacer.d.ts +6 -0
  18. package/dist/BarChart/layout/VerticalSpacer.js +56 -0
  19. package/dist/BarChart/shared/elements.d.ts +7 -0
  20. package/dist/BarChart/shared/elements.js +12 -0
  21. package/dist/BarChart/shared/styles.d.ts +4 -0
  22. package/dist/BarChart/shared/styles.js +4 -0
  23. package/dist/BarChart/shared/translations.d.ts +17 -0
  24. package/dist/BarChart/shared/translations.js +16 -0
  25. package/dist/BarChart/shared/types.d.ts +88 -0
  26. package/dist/BarChart/shared/types.js +1 -0
  27. package/dist/BarChart/utils/hooks.d.ts +93 -0
  28. package/dist/BarChart/utils/hooks.js +301 -0
  29. package/dist/BarChart/utils/index.d.ts +86 -0
  30. package/dist/BarChart/utils/index.js +165 -0
  31. package/dist/Box/props.d.ts +40 -204
  32. package/dist/Button/shared/styles.d.ts +38 -190
  33. package/dist/Card/elements.d.ts +120 -612
  34. package/dist/ConnectedForm/utils.d.ts +1 -1
  35. package/dist/Form/SelectDropdown/styles.d.ts +1 -1
  36. package/dist/Form/elements/Form.d.ts +39 -191
  37. package/dist/Form/elements/FormGroupLabel.js +2 -2
  38. package/dist/Form/inputs/Select.js +6 -5
  39. package/dist/GridForm/GridFormSections/GridFormSectionBreak.d.ts +28 -144
  40. package/dist/InternalFloatingCard/InternalFloatingCard.d.ts +6 -30
  41. package/dist/Layout/Column.d.ts +12 -60
  42. package/dist/Layout/LayoutGrid.d.ts +12 -60
  43. package/dist/List/elements.d.ts +53 -265
  44. package/dist/Menu/elements.d.ts +40 -204
  45. package/dist/Pagination/AnimatedPaginationButtons.d.ts +38 -190
  46. package/dist/Pagination/utils.d.ts +38 -190
  47. package/dist/Tabs/props.d.ts +12 -60
  48. package/dist/Tag/types.d.ts +12 -60
  49. package/dist/Toggle/elements.d.ts +26 -134
  50. package/dist/Typography/Text.d.ts +14 -74
  51. package/dist/index.d.ts +1 -0
  52. package/dist/index.js +1 -0
  53. package/package.json +7 -7
@@ -31,53 +31,29 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
31
31
  }>;
32
32
  px?: import("@codecademy/variance/dist/types/config").Scale<{
33
33
  readonly property: "padding";
34
- readonly properties: {
35
- readonly physical: readonly ["paddingLeft", "paddingRight"];
36
- readonly logical: readonly ["paddingInlineStart", "paddingInlineEnd"];
37
- };
34
+ readonly properties: readonly ["paddingLeft", "paddingRight"];
38
35
  readonly scale: "spacing";
39
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
40
36
  }>;
41
37
  py?: import("@codecademy/variance/dist/types/config").Scale<{
42
38
  readonly property: "padding";
43
- readonly properties: {
44
- readonly physical: readonly ["paddingTop", "paddingBottom"];
45
- readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"];
46
- };
39
+ readonly properties: readonly ["paddingTop", "paddingBottom"];
47
40
  readonly scale: "spacing";
48
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
49
41
  }>;
50
42
  pt?: import("@codecademy/variance/dist/types/config").Scale<{
51
- readonly property: {
52
- readonly physical: "paddingTop";
53
- readonly logical: "paddingBlockStart";
54
- };
43
+ readonly property: "paddingTop";
55
44
  readonly scale: "spacing";
56
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
57
45
  }>;
58
46
  pb?: import("@codecademy/variance/dist/types/config").Scale<{
59
- readonly property: {
60
- readonly physical: "paddingBottom";
61
- readonly logical: "paddingBlockEnd";
62
- };
47
+ readonly property: "paddingBottom";
63
48
  readonly scale: "spacing";
64
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
65
49
  }>;
66
50
  pr?: import("@codecademy/variance/dist/types/config").Scale<{
67
- readonly property: {
68
- readonly physical: "paddingRight";
69
- readonly logical: "paddingInlineEnd";
70
- };
51
+ readonly property: "paddingRight";
71
52
  readonly scale: "spacing";
72
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
73
53
  }>;
74
54
  pl?: import("@codecademy/variance/dist/types/config").Scale<{
75
- readonly property: {
76
- readonly physical: "paddingLeft";
77
- readonly logical: "paddingInlineStart";
78
- };
55
+ readonly property: "paddingLeft";
79
56
  readonly scale: "spacing";
80
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
81
57
  }>;
82
58
  m?: import("@codecademy/variance/dist/types/config").Scale<{
83
59
  readonly property: "margin";
@@ -85,53 +61,29 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
85
61
  }>;
86
62
  mx?: import("@codecademy/variance/dist/types/config").Scale<{
87
63
  readonly property: "margin";
88
- readonly properties: {
89
- readonly physical: readonly ["marginLeft", "marginRight"];
90
- readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
91
- };
92
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
64
+ readonly properties: readonly ["marginLeft", "marginRight"];
93
65
  readonly scale: "spacing";
94
66
  }>;
95
67
  my?: import("@codecademy/variance/dist/types/config").Scale<{
96
68
  readonly property: "margin";
97
- readonly properties: {
98
- readonly physical: readonly ["marginTop", "marginBottom"];
99
- readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
100
- };
101
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
69
+ readonly properties: readonly ["marginTop", "marginBottom"];
102
70
  readonly scale: "spacing";
103
71
  }>;
104
72
  mt?: import("@codecademy/variance/dist/types/config").Scale<{
105
- readonly property: {
106
- readonly physical: "marginTop";
107
- readonly logical: "marginBlockStart";
108
- };
73
+ readonly property: "marginTop";
109
74
  readonly scale: "spacing";
110
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
111
75
  }>;
112
76
  mb?: import("@codecademy/variance/dist/types/config").Scale<{
113
- readonly property: {
114
- readonly physical: "marginBottom";
115
- readonly logical: "marginBlockEnd";
116
- };
77
+ readonly property: "marginBottom";
117
78
  readonly scale: "spacing";
118
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
119
79
  }>;
120
80
  mr?: import("@codecademy/variance/dist/types/config").Scale<{
121
- readonly property: {
122
- readonly physical: "marginRight";
123
- readonly logical: "marginInlineEnd";
124
- };
81
+ readonly property: "marginRight";
125
82
  readonly scale: "spacing";
126
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
127
83
  }>;
128
84
  ml?: import("@codecademy/variance/dist/types/config").Scale<{
129
- readonly property: {
130
- readonly physical: "marginLeft";
131
- readonly logical: "marginInlineStart";
132
- };
85
+ readonly property: "marginLeft";
133
86
  readonly scale: "spacing";
134
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
135
87
  }>;
136
88
  textColor?: import("@codecademy/variance/dist/types/config").Scale<{
137
89
  readonly property: "color";
@@ -143,40 +95,28 @@ export declare const ToggleTrack: import("@emotion/styled").StyledComponent<{
143
95
  }>;
144
96
  borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
145
97
  readonly property: "borderColor";
146
- readonly properties: {
147
- readonly physical: readonly ["borderLeftColor", "borderRightColor"];
148
- readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"];
149
- };
150
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
98
+ readonly properties: readonly ["borderLeftColor", "borderRightColor"];
151
99
  readonly scale: "colors";
152
100
  }>;
153
101
  borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
154
102
  readonly property: "borderColor";
155
- readonly properties: {
156
- readonly physical: readonly ["borderTopColor", "borderBottomColor"];
157
- readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"];
158
- };
159
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
103
+ readonly properties: readonly ["borderTopColor", "borderBottomColor"];
160
104
  readonly scale: "colors";
161
105
  }>;
162
106
  borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
163
107
  readonly property: "borderLeftColor";
164
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
165
108
  readonly scale: "colors";
166
109
  }>;
167
110
  borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
168
111
  readonly property: "borderRightColor";
169
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
170
112
  readonly scale: "colors";
171
113
  }>;
172
114
  borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
173
115
  readonly property: "borderTopColor";
174
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
175
116
  readonly scale: "colors";
176
117
  }>;
177
118
  borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
178
119
  readonly property: "borderBottomColor";
179
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
180
120
  readonly scale: "colors";
181
121
  }>;
182
122
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -203,53 +143,29 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
203
143
  }>;
204
144
  px?: import("@codecademy/variance/dist/types/config").Scale<{
205
145
  readonly property: "padding";
206
- readonly properties: {
207
- readonly physical: readonly ["paddingLeft", "paddingRight"];
208
- readonly logical: readonly ["paddingInlineStart", "paddingInlineEnd"];
209
- };
146
+ readonly properties: readonly ["paddingLeft", "paddingRight"];
210
147
  readonly scale: "spacing";
211
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
212
148
  }>;
213
149
  py?: import("@codecademy/variance/dist/types/config").Scale<{
214
150
  readonly property: "padding";
215
- readonly properties: {
216
- readonly physical: readonly ["paddingTop", "paddingBottom"];
217
- readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"];
218
- };
151
+ readonly properties: readonly ["paddingTop", "paddingBottom"];
219
152
  readonly scale: "spacing";
220
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
221
153
  }>;
222
154
  pt?: import("@codecademy/variance/dist/types/config").Scale<{
223
- readonly property: {
224
- readonly physical: "paddingTop";
225
- readonly logical: "paddingBlockStart";
226
- };
155
+ readonly property: "paddingTop";
227
156
  readonly scale: "spacing";
228
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
229
157
  }>;
230
158
  pb?: import("@codecademy/variance/dist/types/config").Scale<{
231
- readonly property: {
232
- readonly physical: "paddingBottom";
233
- readonly logical: "paddingBlockEnd";
234
- };
159
+ readonly property: "paddingBottom";
235
160
  readonly scale: "spacing";
236
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
237
161
  }>;
238
162
  pr?: import("@codecademy/variance/dist/types/config").Scale<{
239
- readonly property: {
240
- readonly physical: "paddingRight";
241
- readonly logical: "paddingInlineEnd";
242
- };
163
+ readonly property: "paddingRight";
243
164
  readonly scale: "spacing";
244
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
245
165
  }>;
246
166
  pl?: import("@codecademy/variance/dist/types/config").Scale<{
247
- readonly property: {
248
- readonly physical: "paddingLeft";
249
- readonly logical: "paddingInlineStart";
250
- };
167
+ readonly property: "paddingLeft";
251
168
  readonly scale: "spacing";
252
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
253
169
  }>;
254
170
  m?: import("@codecademy/variance/dist/types/config").Scale<{
255
171
  readonly property: "margin";
@@ -257,52 +173,28 @@ export declare const ToggleLabel: import("@emotion/styled").StyledComponent<{
257
173
  }>;
258
174
  mx?: import("@codecademy/variance/dist/types/config").Scale<{
259
175
  readonly property: "margin";
260
- readonly properties: {
261
- readonly physical: readonly ["marginLeft", "marginRight"];
262
- readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
263
- };
264
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
176
+ readonly properties: readonly ["marginLeft", "marginRight"];
265
177
  readonly scale: "spacing";
266
178
  }>;
267
179
  my?: import("@codecademy/variance/dist/types/config").Scale<{
268
180
  readonly property: "margin";
269
- readonly properties: {
270
- readonly physical: readonly ["marginTop", "marginBottom"];
271
- readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
272
- };
273
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
181
+ readonly properties: readonly ["marginTop", "marginBottom"];
274
182
  readonly scale: "spacing";
275
183
  }>;
276
184
  mt?: import("@codecademy/variance/dist/types/config").Scale<{
277
- readonly property: {
278
- readonly physical: "marginTop";
279
- readonly logical: "marginBlockStart";
280
- };
185
+ readonly property: "marginTop";
281
186
  readonly scale: "spacing";
282
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
283
187
  }>;
284
188
  mb?: import("@codecademy/variance/dist/types/config").Scale<{
285
- readonly property: {
286
- readonly physical: "marginBottom";
287
- readonly logical: "marginBlockEnd";
288
- };
189
+ readonly property: "marginBottom";
289
190
  readonly scale: "spacing";
290
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
291
191
  }>;
292
192
  mr?: import("@codecademy/variance/dist/types/config").Scale<{
293
- readonly property: {
294
- readonly physical: "marginRight";
295
- readonly logical: "marginInlineEnd";
296
- };
193
+ readonly property: "marginRight";
297
194
  readonly scale: "spacing";
298
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
299
195
  }>;
300
196
  ml?: import("@codecademy/variance/dist/types/config").Scale<{
301
- readonly property: {
302
- readonly physical: "marginLeft";
303
- readonly logical: "marginInlineStart";
304
- };
197
+ readonly property: "marginLeft";
305
198
  readonly scale: "spacing";
306
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
307
199
  }>;
308
200
  }, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
@@ -153,40 +153,28 @@ declare const textProps: import("@codecademy/variance/dist/types/config").Parser
153
153
  };
154
154
  readonly borderColorX: {
155
155
  readonly property: "borderColor";
156
- readonly properties: {
157
- readonly physical: readonly ["borderLeftColor", "borderRightColor"];
158
- readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"];
159
- };
160
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
156
+ readonly properties: readonly ["borderLeftColor", "borderRightColor"];
161
157
  readonly scale: "colors";
162
158
  };
163
159
  readonly borderColorY: {
164
160
  readonly property: "borderColor";
165
- readonly properties: {
166
- readonly physical: readonly ["borderTopColor", "borderBottomColor"];
167
- readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"];
168
- };
169
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
161
+ readonly properties: readonly ["borderTopColor", "borderBottomColor"];
170
162
  readonly scale: "colors";
171
163
  };
172
164
  readonly borderColorLeft: {
173
165
  readonly property: "borderLeftColor";
174
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
175
166
  readonly scale: "colors";
176
167
  };
177
168
  readonly borderColorRight: {
178
169
  readonly property: "borderRightColor";
179
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
180
170
  readonly scale: "colors";
181
171
  };
182
172
  readonly borderColorTop: {
183
173
  readonly property: "borderTopColor";
184
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
185
174
  readonly scale: "colors";
186
175
  };
187
176
  readonly borderColorBottom: {
188
177
  readonly property: "borderBottomColor";
189
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
190
178
  readonly scale: "colors";
191
179
  };
192
180
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
@@ -196,53 +184,29 @@ declare const textProps: import("@codecademy/variance/dist/types/config").Parser
196
184
  };
197
185
  readonly px: {
198
186
  readonly property: "padding";
199
- readonly properties: {
200
- readonly physical: readonly ["paddingLeft", "paddingRight"];
201
- readonly logical: readonly ["paddingInlineStart", "paddingInlineEnd"];
202
- };
187
+ readonly properties: readonly ["paddingLeft", "paddingRight"];
203
188
  readonly scale: "spacing";
204
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
205
189
  };
206
190
  readonly py: {
207
191
  readonly property: "padding";
208
- readonly properties: {
209
- readonly physical: readonly ["paddingTop", "paddingBottom"];
210
- readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"];
211
- };
192
+ readonly properties: readonly ["paddingTop", "paddingBottom"];
212
193
  readonly scale: "spacing";
213
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
214
194
  };
215
195
  readonly pt: {
216
- readonly property: {
217
- readonly physical: "paddingTop";
218
- readonly logical: "paddingBlockStart";
219
- };
196
+ readonly property: "paddingTop";
220
197
  readonly scale: "spacing";
221
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
222
198
  };
223
199
  readonly pb: {
224
- readonly property: {
225
- readonly physical: "paddingBottom";
226
- readonly logical: "paddingBlockEnd";
227
- };
200
+ readonly property: "paddingBottom";
228
201
  readonly scale: "spacing";
229
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
230
202
  };
231
203
  readonly pr: {
232
- readonly property: {
233
- readonly physical: "paddingRight";
234
- readonly logical: "paddingInlineEnd";
235
- };
204
+ readonly property: "paddingRight";
236
205
  readonly scale: "spacing";
237
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
238
206
  };
239
207
  readonly pl: {
240
- readonly property: {
241
- readonly physical: "paddingLeft";
242
- readonly logical: "paddingInlineStart";
243
- };
208
+ readonly property: "paddingLeft";
244
209
  readonly scale: "spacing";
245
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
246
210
  };
247
211
  readonly m: {
248
212
  readonly property: "margin";
@@ -250,53 +214,29 @@ declare const textProps: import("@codecademy/variance/dist/types/config").Parser
250
214
  };
251
215
  readonly mx: {
252
216
  readonly property: "margin";
253
- readonly properties: {
254
- readonly physical: readonly ["marginLeft", "marginRight"];
255
- readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
256
- };
257
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
217
+ readonly properties: readonly ["marginLeft", "marginRight"];
258
218
  readonly scale: "spacing";
259
219
  };
260
220
  readonly my: {
261
221
  readonly property: "margin";
262
- readonly properties: {
263
- readonly physical: readonly ["marginTop", "marginBottom"];
264
- readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
265
- };
266
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
222
+ readonly properties: readonly ["marginTop", "marginBottom"];
267
223
  readonly scale: "spacing";
268
224
  };
269
225
  readonly mt: {
270
- readonly property: {
271
- readonly physical: "marginTop";
272
- readonly logical: "marginBlockStart";
273
- };
226
+ readonly property: "marginTop";
274
227
  readonly scale: "spacing";
275
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
276
228
  };
277
229
  readonly mb: {
278
- readonly property: {
279
- readonly physical: "marginBottom";
280
- readonly logical: "marginBlockEnd";
281
- };
230
+ readonly property: "marginBottom";
282
231
  readonly scale: "spacing";
283
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
284
232
  };
285
233
  readonly mr: {
286
- readonly property: {
287
- readonly physical: "marginRight";
288
- readonly logical: "marginInlineEnd";
289
- };
234
+ readonly property: "marginRight";
290
235
  readonly scale: "spacing";
291
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
292
236
  };
293
237
  readonly ml: {
294
- readonly property: {
295
- readonly physical: "marginLeft";
296
- readonly logical: "marginInlineStart";
297
- };
238
+ readonly property: "marginLeft";
298
239
  readonly scale: "spacing";
299
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
300
240
  };
301
241
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
302
242
  truncateLines: {
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export * from './Anchor';
6
6
  export * from './Animation';
7
7
  export * from './AppWrapper';
8
8
  export * from './Badge';
9
+ export * from './BarChart';
9
10
  export * from './BodyPortal';
10
11
  export * from './Box';
11
12
  export * from './Breadcrumbs';
package/dist/index.js CHANGED
@@ -6,6 +6,7 @@ export * from './Anchor';
6
6
  export * from './Animation';
7
7
  export * from './AppWrapper';
8
8
  export * from './Badge';
9
+ export * from './BarChart';
9
10
  export * from './BodyPortal';
10
11
  export * from './Box';
11
12
  export * from './Breadcrumbs';
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": "68.0.1-alpha.5b7e3d.0",
4
+ "version": "68.0.1-alpha.7afb48.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-icons": "9.54.3-alpha.5b7e3d.0",
8
- "@codecademy/gamut-illustrations": "0.58.3-alpha.5b7e3d.0",
9
- "@codecademy/gamut-patterns": "0.10.22-alpha.5b7e3d.0",
10
- "@codecademy/gamut-styles": "17.11.3-alpha.5b7e3d.0",
11
- "@codecademy/variance": "0.25.3-alpha.5b7e3d.0",
7
+ "@codecademy/gamut-icons": "9.54.2",
8
+ "@codecademy/gamut-illustrations": "0.58.2",
9
+ "@codecademy/gamut-patterns": "0.10.21",
10
+ "@codecademy/gamut-styles": "17.11.2",
11
+ "@codecademy/variance": "0.25.2",
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": "efb35c46fed51aeaa79d1d66489c2dce1b3b5730"
59
+ "gitHead": "e22c45da3f896669cfb2269e9b75a5f32fa764b5"
60
60
  }