@micromag/core 0.4.90-alpha.6 → 0.4.94

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.
@@ -5,7 +5,6 @@
5
5
 
6
6
  .micromag-core-menus-breadcrumb-container .micromag-core-menus-breadcrumb-arrow+.micromag-core-menus-breadcrumb-arrow:before{content:">"}
7
7
  .micromag-core-menus-navbar-collapse{-ms-flex-preferred-size:initial;flex-basis:auto;-ms-flex-positive:initial;flex-grow:0}@media screen and (min-width:768px){.micromag-core-menus-navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1}}
8
-
9
8
  .micromag-core-menus-tabs-container{display:inline-block;position:relative}
10
9
  .micromag-core-panels-container{position:static}
11
10
  .micromag-core-panels-panel-container{position:static}
package/es/components.js CHANGED
@@ -4,7 +4,7 @@ import { faAngleLeft } from '@fortawesome/free-solid-svg-icons/faAngleLeft';
4
4
  import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
5
5
  import classNames from 'classnames';
6
6
  import { Link as Link$1 } from 'wouter';
7
- import { FormattedMessage, defineMessages, FormattedDate, FormattedTime } from 'react-intl';
7
+ import { FormattedMessage, FormattedDate, FormattedTime } from 'react-intl';
8
8
  import { isMessage, getFieldFromPath, getComponentFromName, setFieldValue, validateFields, getDisplayName, pascalCase, convertStyleToString } from '@micromag/core/utils';
9
9
  import { faClose } from '@fortawesome/free-solid-svg-icons/faClose';
10
10
  import { faAngleDown } from '@fortawesome/free-solid-svg-icons/faAngleDown';
@@ -65,7 +65,7 @@ function Label(t0) {
65
65
  return t3;
66
66
  }
67
67
 
68
- var styles$m = {"container":"micromag-core-buttons-button-container","icon":"micromag-core-buttons-button-icon","label":"micromag-core-buttons-button-label","withoutStyle":"micromag-core-buttons-button-withoutStyle","withIcon":"micromag-core-buttons-button-withIcon","right":"micromag-core-buttons-button-right","withIconColumns":"micromag-core-buttons-button-withIconColumns"};
68
+ var styles$l = {"container":"micromag-core-buttons-button-container","icon":"micromag-core-buttons-button-icon","label":"micromag-core-buttons-button-label","withoutStyle":"micromag-core-buttons-button-withoutStyle","withIcon":"micromag-core-buttons-button-withIcon","right":"micromag-core-buttons-button-right","withIconColumns":"micromag-core-buttons-button-withIconColumns"};
69
69
 
70
70
  function Button$1({
71
71
  type = 'button',
@@ -106,10 +106,10 @@ function Button$1({
106
106
  const content = /*#__PURE__*/jsxs(Fragment, {
107
107
  children: [hasInlineIcon ? /*#__PURE__*/jsxs(Fragment, {
108
108
  children: [/*#__PURE__*/jsx("span", {
109
- className: classNames([styles$m.icon, iconClassName]),
109
+ className: classNames([styles$l.icon, iconClassName]),
110
110
  children: icon
111
111
  }), text !== null ? /*#__PURE__*/jsx("span", {
112
- className: classNames([styles$m.label, labelClassName]),
112
+ className: classNames([styles$l.label, labelClassName]),
113
113
  children: text
114
114
  }) : null]
115
115
  }) : null, hasIconColumns ? /*#__PURE__*/jsxs(Fragment, {
@@ -120,7 +120,7 @@ function Button$1({
120
120
  className: classNames([labelClassName]),
121
121
  children: text
122
122
  }), /*#__PURE__*/jsx("span", {
123
- className: classNames([styles$m.right, iconPosition === 'right' ? iconClassName : null]),
123
+ className: classNames([styles$l.right, iconPosition === 'right' ? iconClassName : null]),
124
124
  children: iconPosition === 'right' ? icon : null
125
125
  }), hasChildren ? children : null]
126
126
  }) : null, !hasIcon ? text : null, hasChildren ? children : null]
@@ -131,10 +131,10 @@ function Button$1({
131
131
  [`btn-${outline ? 'outline-' : ''}${theme}`]: theme !== null,
132
132
  [`btn-${size}`]: size !== null,
133
133
  active: active
134
- } : null, styles$m.container, {
135
- [styles$m.withoutStyle]: withoutStyle,
136
- [styles$m.withIcon]: hasIcon,
137
- [styles$m.withIconColumns]: hasIconColumns
134
+ } : null, styles$l.container, {
135
+ [styles$l.withoutStyle]: withoutStyle,
136
+ [styles$l.withIcon]: hasIcon,
137
+ [styles$l.withIconColumns]: hasIconColumns
138
138
  }, className]);
139
139
  if (href !== null) {
140
140
  const linkClassNames = classNames([buttonClassNames, {
@@ -603,7 +603,7 @@ function FieldForm(t0) {
603
603
  return t19;
604
604
  }
605
605
 
606
- var styles$l = {"container":"micromag-core-forms-form-container","panel":"micromag-core-forms-form-panel","actions":"micromag-core-forms-form-actions","left":"micromag-core-forms-form-left","right":"micromag-core-forms-form-right"};
606
+ var styles$k = {"container":"micromag-core-forms-form-container","panel":"micromag-core-forms-form-panel","actions":"micromag-core-forms-form-actions","left":"micromag-core-forms-form-left","right":"micromag-core-forms-form-right"};
607
607
 
608
608
  /* eslint-disable no-lone-blocks */
609
609
  const emptyArray$7 = [];
@@ -714,7 +714,7 @@ function Form({
714
714
 
715
715
  return /*#__PURE__*/jsxs("form", {
716
716
  action: action,
717
- className: classNames([styles$l.container, className, {
717
+ className: classNames([styles$k.container, className, {
718
718
  // 'was-validated': status !== null,
719
719
  }]),
720
720
  method: method,
@@ -727,7 +727,7 @@ function Form({
727
727
  onClick: closeFieldForm
728
728
  })
729
729
  }) : null, fields !== null && fields.length > 0 && fieldParams !== null ? /*#__PURE__*/jsx("div", {
730
- className: classNames(['w-100', styles$l.panel]),
730
+ className: classNames(['w-100', styles$k.panel]),
731
731
  children: /*#__PURE__*/jsx(FieldForm, {
732
732
  name: fieldName,
733
733
  fields: fields,
@@ -744,13 +744,13 @@ function Form({
744
744
  onChange: setValue,
745
745
  gotoFieldForm: gotoFieldForm,
746
746
  closeFieldForm: closeFieldForm,
747
- className: classNames([styles$l.fields, fieldsClassName])
747
+ className: classNames([styles$k.fields, fieldsClassName])
748
748
  }) : null, generalError ? /*#__PURE__*/jsx("p", {
749
749
  className: "text-danger my-1",
750
750
  children: generalError
751
751
  }) : null, children, !withoutActions && fieldParams === null ? /*#__PURE__*/jsxs("div", {
752
- className: classNames([styles$l.actions, actionsClassName, {
753
- [styles$l[actionsAlign]]: actionsAlign
752
+ className: classNames([styles$k.actions, actionsClassName, {
753
+ [styles$k[actionsAlign]]: actionsAlign
754
754
  }]),
755
755
  children: [onCancel !== null || onCancelHref !== null ? /*#__PURE__*/jsx(Button$1, {
756
756
  type: "button",
@@ -766,7 +766,7 @@ function Form({
766
766
  })
767
767
  }) : null, buttons !== null ? /*#__PURE__*/jsx(Buttons, {
768
768
  buttons: buttons,
769
- className: styles$l.buttons
769
+ className: styles$k.buttons
770
770
  }) : /*#__PURE__*/jsx(Button$1, {
771
771
  type: "submit",
772
772
  theme: submitButtonTheme || 'primary',
@@ -783,7 +783,7 @@ function Form({
783
783
  });
784
784
  }
785
785
 
786
- var styles$k = {"withoutStyle":"micromag-core-partials-link-withoutStyle"};
786
+ var styles$j = {"withoutStyle":"micromag-core-partials-link-withoutStyle"};
787
787
 
788
788
  function Link(t0) {
789
789
  const $ = c(18);
@@ -836,7 +836,7 @@ function Link(t0) {
836
836
  if ($[9] !== children || $[10] !== className || $[11] !== external || $[12] !== href || $[13] !== props || $[14] !== rel || $[15] !== target || $[16] !== withoutStyle) {
837
837
  t8 = external ? /*#__PURE__*/jsx("a", {
838
838
  className: classNames([className, {
839
- [styles$k.withoutStyle]: withoutStyle
839
+ [styles$j.withoutStyle]: withoutStyle
840
840
  }]),
841
841
  href: href,
842
842
  target: target,
@@ -847,7 +847,7 @@ function Link(t0) {
847
847
  })
848
848
  }) : /*#__PURE__*/jsx(Link$1, {
849
849
  className: classNames([className, {
850
- [styles$k.withoutStyle]: withoutStyle
850
+ [styles$j.withoutStyle]: withoutStyle
851
851
  }]),
852
852
  href: href,
853
853
  ...props,
@@ -989,7 +989,7 @@ function Card({
989
989
  });
990
990
  }
991
991
 
992
- var styles$j = {"container":"micromag-core-partials-spinner-container","path":"micromag-core-partials-spinner-path","animated":"micromag-core-partials-spinner-animated"};
992
+ var styles$i = {"container":"micromag-core-partials-spinner-container","path":"micromag-core-partials-spinner-path","animated":"micromag-core-partials-spinner-animated"};
993
993
 
994
994
  function Spinner(t0) {
995
995
  const $ = c(9);
@@ -1005,8 +1005,8 @@ function Spinner(t0) {
1005
1005
  const className = t4 === undefined ? null : t4;
1006
1006
  let t5;
1007
1007
  if ($[0] !== animated || $[1] !== className) {
1008
- t5 = classNames([styles$j.container, className, {
1009
- [styles$j.animated]: animated
1008
+ t5 = classNames([styles$i.container, className, {
1009
+ [styles$i.animated]: animated
1010
1010
  }]);
1011
1011
  $[0] = animated;
1012
1012
  $[1] = className;
@@ -1017,7 +1017,7 @@ function Spinner(t0) {
1017
1017
  let t6;
1018
1018
  if ($[3] !== color || $[4] !== strokeWidth) {
1019
1019
  t6 = /*#__PURE__*/jsx("circle", {
1020
- className: styles$j.path,
1020
+ className: styles$i.path,
1021
1021
  cx: "20",
1022
1022
  cy: "20",
1023
1023
  r: "12",
@@ -1050,7 +1050,7 @@ function Spinner(t0) {
1050
1050
  return t7;
1051
1051
  }
1052
1052
 
1053
- var styles$i = {"container":"micromag-core-forms-form-panel-container"};
1053
+ var styles$h = {"container":"micromag-core-forms-form-panel-container"};
1054
1054
 
1055
1055
  function FormPanel(t0) {
1056
1056
  const $ = c(16);
@@ -1086,7 +1086,7 @@ function FormPanel(t0) {
1086
1086
  const className = t4 === undefined ? null : t4;
1087
1087
  let t5;
1088
1088
  if ($[6] !== className) {
1089
- t5 = classNames([styles$i.container, className]);
1089
+ t5 = classNames([styles$h.container, className]);
1090
1090
  $[6] = className;
1091
1091
  $[7] = t5;
1092
1092
  } else {
@@ -1499,7 +1499,7 @@ function UnmuteIcon(t0) {
1499
1499
  return t5;
1500
1500
  }
1501
1501
 
1502
- var styles$h = {"container":"micromag-core-menus-breadcrumb-container","arrow":"micromag-core-menus-breadcrumb-arrow"};
1502
+ var styles$g = {"container":"micromag-core-menus-breadcrumb-container","arrow":"micromag-core-menus-breadcrumb-arrow"};
1503
1503
 
1504
1504
  const emptyArray$6 = [];
1505
1505
  function Breadcrumb({
@@ -1513,7 +1513,7 @@ function Breadcrumb({
1513
1513
  return /*#__PURE__*/jsx("nav", {
1514
1514
  className: className,
1515
1515
  children: /*#__PURE__*/jsx("ol", {
1516
- className: classNames([styles$h.container, 'breadcrumb', 'mb-0', theme !== null ? `text-${theme}` : null, {
1516
+ className: classNames([styles$g.container, 'breadcrumb', 'mb-0', theme !== null ? `text-${theme}` : null, {
1517
1517
  'p-0': withoutBar,
1518
1518
  'bg-transparent': withoutBar,
1519
1519
  'rounded-0': withoutBar,
@@ -1527,7 +1527,7 @@ function Breadcrumb({
1527
1527
  }, index) => /*#__PURE__*/jsxs("li", {
1528
1528
  className: classNames(['breadcrumb-item', {
1529
1529
  active,
1530
- [styles$h.arrow]: separator === 'arrow',
1530
+ [styles$g.arrow]: separator === 'arrow',
1531
1531
  [`text-${theme}`]: active && theme !== null
1532
1532
  }]),
1533
1533
  children: [active ? /*#__PURE__*/jsx(Label, {
@@ -1896,7 +1896,7 @@ function _temp$9() {
1896
1896
  return false;
1897
1897
  }
1898
1898
 
1899
- var styles$g = {"collapse":"micromag-core-menus-navbar-collapse"};
1899
+ var styles$f = {"collapse":"micromag-core-menus-navbar-collapse"};
1900
1900
 
1901
1901
  function Navbar(t0) {
1902
1902
  const $ = c(45);
@@ -2043,7 +2043,7 @@ function Navbar(t0) {
2043
2043
  let t25;
2044
2044
  if ($[30] !== children || $[31] !== collapseClassName || $[32] !== menuVisible || $[33] !== withoutCollapse) {
2045
2045
  t25 = !withoutCollapse ? /*#__PURE__*/jsx("div", {
2046
- className: classNames(["navbar-collapse", "collapse", styles$g.collapse, collapseClassName, {
2046
+ className: classNames(["navbar-collapse", "collapse", styles$f.collapse, collapseClassName, {
2047
2047
  show: menuVisible
2048
2048
  }]),
2049
2049
  children: children
@@ -2087,20 +2087,8 @@ function Navbar(t0) {
2087
2087
  return t27;
2088
2088
  }
2089
2089
 
2090
- var styles$f = {"container":"micromag-core-menus-pagination-container"};
2091
-
2092
- const messages = defineMessages({
2093
- previous: {
2094
- id: "menus.pagination.previous",
2095
- defaultMessage: "Previous"
2096
- },
2097
- next: {
2098
- id: "menus.pagination.next",
2099
- defaultMessage: "next"
2100
- }
2101
- });
2102
2090
  function PaginationMenu(t0) {
2103
- const $ = c(50);
2091
+ const $ = c(48);
2104
2092
  const {
2105
2093
  page: t1,
2106
2094
  lastPage: t2,
@@ -2167,21 +2155,15 @@ function PaginationMenu(t0) {
2167
2155
  return pageNumber >= startPage && pageNumber <= endPage ? [...selectedPages, pageNumber] : selectedPages;
2168
2156
  }, []) : pageNumbers;
2169
2157
  const pages = strippedPages.length > 0 ? strippedPages : [1];
2170
- if ($[17] !== className) {
2171
- t17 = classNames([styles$f.container, className]);
2172
- $[17] = className;
2173
- $[18] = t17;
2158
+ t17 = className;
2159
+ if ($[17] !== paginationClassName) {
2160
+ t14 = classNames(["pagination mb-0", paginationClassName]);
2161
+ $[17] = paginationClassName;
2162
+ $[18] = t14;
2174
2163
  } else {
2175
- t17 = $[18];
2164
+ t14 = $[18];
2176
2165
  }
2177
- if ($[19] !== paginationClassName) {
2178
- t14 = classNames(["pagination", paginationClassName]);
2179
- $[19] = paginationClassName;
2180
- $[20] = t14;
2181
- } else {
2182
- t14 = $[20];
2183
- }
2184
- if ($[21] !== getUrl || $[22] !== itemClassName || $[23] !== linkClassName || $[24] !== onClickPage || $[25] !== page || $[26] !== withPreviousNext) {
2166
+ if ($[19] !== getUrl || $[20] !== itemClassName || $[21] !== linkClassName || $[22] !== onClickPage || $[23] !== page || $[24] !== withPreviousNext) {
2185
2167
  t15 = withPreviousNext ? /*#__PURE__*/jsx("li", {
2186
2168
  className: classNames(["page-item", itemClassName, {
2187
2169
  disabled: page <= 1
@@ -2190,26 +2172,30 @@ function PaginationMenu(t0) {
2190
2172
  className: classNames(["page-link", linkClassName]),
2191
2173
  href: getUrl(page - 1),
2192
2174
  onClick: onClickPage !== null ? () => onClickPage(page - 1) : null,
2193
- children: messages.previous
2175
+ children: /*#__PURE__*/jsx(FormattedMessage, {
2176
+ id: "EsoYzX",
2177
+ defaultMessage: "Previous"
2178
+ })
2194
2179
  }) : /*#__PURE__*/jsx("span", {
2195
2180
  className: classNames(["page-link", linkClassName]),
2196
- children: /*#__PURE__*/jsx(Label, {
2197
- children: messages.previous
2181
+ children: /*#__PURE__*/jsx(FormattedMessage, {
2182
+ id: "EsoYzX",
2183
+ defaultMessage: "Previous"
2198
2184
  })
2199
2185
  })
2200
2186
  }) : null;
2201
- $[21] = getUrl;
2202
- $[22] = itemClassName;
2203
- $[23] = linkClassName;
2204
- $[24] = onClickPage;
2205
- $[25] = page;
2206
- $[26] = withPreviousNext;
2207
- $[27] = t15;
2187
+ $[19] = getUrl;
2188
+ $[20] = itemClassName;
2189
+ $[21] = linkClassName;
2190
+ $[22] = onClickPage;
2191
+ $[23] = page;
2192
+ $[24] = withPreviousNext;
2193
+ $[25] = t15;
2208
2194
  } else {
2209
- t15 = $[27];
2195
+ t15 = $[25];
2210
2196
  }
2211
2197
  let t18;
2212
- if ($[28] !== getUrl || $[29] !== itemClassName || $[30] !== linkClassName || $[31] !== onClickPage || $[32] !== page) {
2198
+ if ($[26] !== getUrl || $[27] !== itemClassName || $[28] !== linkClassName || $[29] !== onClickPage || $[30] !== page) {
2213
2199
  t18 = pageNumber_0 => /*#__PURE__*/jsx("li", {
2214
2200
  className: classNames(["page-item", itemClassName, {
2215
2201
  active: pageNumber_0 === page
@@ -2221,14 +2207,14 @@ function PaginationMenu(t0) {
2221
2207
  children: pageNumber_0
2222
2208
  })
2223
2209
  }, `page-${pageNumber_0}`);
2224
- $[28] = getUrl;
2225
- $[29] = itemClassName;
2226
- $[30] = linkClassName;
2227
- $[31] = onClickPage;
2228
- $[32] = page;
2229
- $[33] = t18;
2210
+ $[26] = getUrl;
2211
+ $[27] = itemClassName;
2212
+ $[28] = linkClassName;
2213
+ $[29] = onClickPage;
2214
+ $[30] = page;
2215
+ $[31] = t18;
2230
2216
  } else {
2231
- t18 = $[33];
2217
+ t18 = $[31];
2232
2218
  }
2233
2219
  t16 = pages.map(t18);
2234
2220
  $[3] = className;
@@ -2252,7 +2238,7 @@ function PaginationMenu(t0) {
2252
2238
  t17 = $[16];
2253
2239
  }
2254
2240
  let t18;
2255
- if ($[34] !== getUrl || $[35] !== itemClassName || $[36] !== linkClassName || $[37] !== onClickPage || $[38] !== page || $[39] !== total || $[40] !== withPreviousNext) {
2241
+ if ($[32] !== getUrl || $[33] !== itemClassName || $[34] !== linkClassName || $[35] !== onClickPage || $[36] !== page || $[37] !== total || $[38] !== withPreviousNext) {
2256
2242
  t18 = withPreviousNext ? /*#__PURE__*/jsx("li", {
2257
2243
  className: classNames(["page-item", itemClassName, {
2258
2244
  disabled: page >= total
@@ -2261,50 +2247,54 @@ function PaginationMenu(t0) {
2261
2247
  className: classNames(["page-link", linkClassName]),
2262
2248
  href: getUrl(page + 1),
2263
2249
  onClick: onClickPage !== null ? () => onClickPage(page + 1) : null,
2264
- children: messages.next
2250
+ children: /*#__PURE__*/jsx(FormattedMessage, {
2251
+ id: "X5RJlB",
2252
+ defaultMessage: "Next"
2253
+ })
2265
2254
  }) : /*#__PURE__*/jsx("span", {
2266
2255
  className: classNames(["page-link", linkClassName]),
2267
- children: /*#__PURE__*/jsx(Label, {
2268
- children: messages.next
2256
+ children: /*#__PURE__*/jsx(FormattedMessage, {
2257
+ id: "X5RJlB",
2258
+ defaultMessage: "Next"
2269
2259
  })
2270
2260
  })
2271
2261
  }) : null;
2272
- $[34] = getUrl;
2273
- $[35] = itemClassName;
2274
- $[36] = linkClassName;
2275
- $[37] = onClickPage;
2276
- $[38] = page;
2277
- $[39] = total;
2278
- $[40] = withPreviousNext;
2279
- $[41] = t18;
2262
+ $[32] = getUrl;
2263
+ $[33] = itemClassName;
2264
+ $[34] = linkClassName;
2265
+ $[35] = onClickPage;
2266
+ $[36] = page;
2267
+ $[37] = total;
2268
+ $[38] = withPreviousNext;
2269
+ $[39] = t18;
2280
2270
  } else {
2281
- t18 = $[41];
2271
+ t18 = $[39];
2282
2272
  }
2283
2273
  let t19;
2284
- if ($[42] !== t14 || $[43] !== t15 || $[44] !== t16 || $[45] !== t18) {
2274
+ if ($[40] !== t14 || $[41] !== t15 || $[42] !== t16 || $[43] !== t18) {
2285
2275
  t19 = /*#__PURE__*/jsxs("ul", {
2286
2276
  className: t14,
2287
2277
  children: [t15, t16, t18]
2288
2278
  });
2289
- $[42] = t14;
2290
- $[43] = t15;
2291
- $[44] = t16;
2292
- $[45] = t18;
2293
- $[46] = t19;
2279
+ $[40] = t14;
2280
+ $[41] = t15;
2281
+ $[42] = t16;
2282
+ $[43] = t18;
2283
+ $[44] = t19;
2294
2284
  } else {
2295
- t19 = $[46];
2285
+ t19 = $[44];
2296
2286
  }
2297
2287
  let t20;
2298
- if ($[47] !== t17 || $[48] !== t19) {
2288
+ if ($[45] !== t17 || $[46] !== t19) {
2299
2289
  t20 = /*#__PURE__*/jsx("nav", {
2300
2290
  className: t17,
2301
2291
  children: t19
2302
2292
  });
2303
- $[47] = t17;
2304
- $[48] = t19;
2305
- $[49] = t20;
2293
+ $[45] = t17;
2294
+ $[46] = t19;
2295
+ $[47] = t20;
2306
2296
  } else {
2307
- t20 = $[49];
2297
+ t20 = $[47];
2308
2298
  }
2309
2299
  return t20;
2310
2300
  }
package/es/styles.css CHANGED
@@ -5,7 +5,6 @@
5
5
 
6
6
  .micromag-core-menus-breadcrumb-container .micromag-core-menus-breadcrumb-arrow+.micromag-core-menus-breadcrumb-arrow:before{content:">"}
7
7
  .micromag-core-menus-navbar-collapse{-ms-flex-preferred-size:initial;flex-basis:auto;-ms-flex-positive:initial;flex-grow:0}@media screen and (min-width:768px){.micromag-core-menus-navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1}}
8
-
9
8
  .micromag-core-menus-tabs-container{display:inline-block;position:relative}
10
9
  .micromag-core-panels-container{position:static}
11
10
  .micromag-core-panels-panel-container{position:static}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.4.90-alpha.6",
3
+ "version": "0.4.94",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -160,6 +160,6 @@
160
160
  "access": "public",
161
161
  "registry": "https://registry.npmjs.org/"
162
162
  },
163
- "gitHead": "fb5d460cfd02ce7d898f7220baad63b30eab83a9",
163
+ "gitHead": "1650fe8984be10331dcf6ae1c80fee26510365b1",
164
164
  "types": "es/index.d.ts"
165
165
  }