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