@facter/ds-core 1.35.0 → 1.36.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.
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+
3
+ interface TireProps extends React.SVGAttributes<SVGElement> {
4
+ size?: number | string;
5
+ }
6
+ declare const Tire: React.FC<TireProps>;
7
+
8
+ export { Tire, type TireProps };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+
3
+ interface TireProps extends React.SVGAttributes<SVGElement> {
4
+ size?: number | string;
5
+ }
6
+ declare const Tire: React.FC<TireProps>;
7
+
8
+ export { Tire, type TireProps };
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ var jsxRuntime = require('react/jsx-runtime');
4
+
5
+ // src/icons/Tire.tsx
6
+ var Tire = ({
7
+ size = 24,
8
+ width,
9
+ height,
10
+ className,
11
+ ...props
12
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(
13
+ "svg",
14
+ {
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ width: width ?? size,
17
+ height: height ?? size,
18
+ viewBox: "0 0 512 512",
19
+ fill: "currentColor",
20
+ className,
21
+ ...props,
22
+ children: [
23
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M256.004,0C114.613,0,0.001,114.613,0.001,256.004C0.001,397.387,114.613,512,256.004,512 c141.383,0,255.996-114.613,255.996-255.996C511.999,114.613,397.387,0,256.004,0z M256.004,419.18 c-90.128,0-163.185-73.048-163.185-163.176S165.876,92.82,256.004,92.82c90.12,0,163.176,73.057,163.176,163.185 S346.124,419.18,256.004,419.18z" }),
24
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M256.004,271.78c8.718,0,15.776-7.058,15.776-15.776c0-8.718-7.058-15.784-15.776-15.784 c-8.725,0-15.784,7.066-15.784,15.784C240.219,264.722,247.279,271.78,256.004,271.78z" }),
25
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M150.727,196.65c1.108,2.954,3.495,5.239,6.5,6.212l56.239,18.289c5.239,1.684,10.977,0.787,15.429-2.446 c4.444-3.25,7.092-8.421,7.092-13.923v-59.1c0-3.148-1.446-6.136-3.927-8.082c-2.471-1.972-5.704-2.683-8.768-1.972 c0,0,0.838-0.634-4.85,1.152c-26.541,8.37-49.283,25.34-64.898,47.666c-3.216,4.587-1.98,3.275-1.98,3.275 C149.948,190.404,149.644,193.688,150.727,196.65z" }),
26
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M212.147,270.265c-1.701-5.248-5.807-9.361-11.045-11.045l-56.215-18.264 c-2.996-0.973-6.271-0.516-8.895,1.218c-2.624,1.752-4.308,4.604-4.579,7.752c0,0-0.338-0.998-0.398,4.96 c-0.254,27.828,8.87,54.683,25.273,76.451c3.368,4.469,2.488,2.886,2.488,2.886c2.073,2.378,5.103,3.682,8.235,3.554 c3.156-0.127,6.076-1.684,7.921-4.24l34.768-47.861C212.933,281.234,213.839,275.487,212.147,270.265z" }),
27
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M269.927,309.206c-3.25-4.443-8.422-7.084-13.923-7.084c-5.509,0-10.681,2.641-13.906,7.084l-34.75,47.81 c-1.845,2.547-2.438,5.814-1.575,8.861c0.838,3.038,3.03,5.51,5.95,6.738c0,0-1.066,0.025,4.596,1.921 c26.389,8.844,54.75,8.454,80.505-0.424c5.289-1.819,3.52-1.473,3.52-1.473c2.912-1.218,5.095-3.706,5.933-6.736 c0.846-3.047,0.245-6.297-1.6-8.845L269.927,309.206z" }),
28
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M367.155,240.939l-56.248,18.281c-5.23,1.684-9.352,5.797-11.037,11.045 c-1.709,5.222-0.804,10.968,2.446,15.403l34.726,47.819c1.862,2.564,4.782,4.096,7.938,4.249c3.149,0.135,6.178-1.194,8.235-3.58 c0,0-0.304,1.007,3.241-3.775c16.564-22.368,24.984-49.478,24.502-76.705c-0.094-5.586-0.33-3.792-0.33-3.792 c-0.271-3.148-1.946-6-4.578-7.735C373.426,240.423,370.16,239.957,367.155,240.939z" }),
29
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M283.112,218.706c4.461,3.225,10.182,4.13,15.421,2.446l56.198-18.289c3.005-0.966,5.392-3.259,6.5-6.212 c1.101-2.962,0.779-6.255-0.863-8.954c0,0,0.872,0.592-2.59-4.249c-16.148-22.674-39.321-39.042-65.372-47.006 c-5.358-1.625-3.724-0.863-3.724-0.863c-3.072-0.711-6.296,0.016-8.751,1.98c-2.48,1.938-3.919,4.926-3.919,8.066v59.152 C276.012,210.284,278.661,215.456,283.112,218.706z" })
30
+ ]
31
+ }
32
+ );
33
+
34
+ exports.Tire = Tire;
35
+ //# sourceMappingURL=index.js.map
36
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/icons/Tire.tsx"],"names":["jsxs","jsx"],"mappings":";;;;;AAMO,IAAM,OAA4B,CAAC;AAAA,EACxC,IAAA,GAAO,EAAA;AAAA,EACP,KAAA;AAAA,EACA,MAAA;AAAA,EACA,SAAA;AAAA,EACA,GAAG;AACL,CAAA,qBACEA,eAAA;AAAA,EAAC,KAAA;AAAA,EAAA;AAAA,IACC,KAAA,EAAM,4BAAA;AAAA,IACN,OAAO,KAAA,IAAS,IAAA;AAAA,IAChB,QAAQ,MAAA,IAAU,IAAA;AAAA,IAClB,OAAA,EAAQ,aAAA;AAAA,IACR,IAAA,EAAK,cAAA;AAAA,IACL,SAAA;AAAA,IACC,GAAG,KAAA;AAAA,IAEJ,QAAA,EAAA;AAAA,sBAAAC,cAAA,CAAC,MAAA,EAAA,EAAK,GAAE,qUAAA,EAAsU,CAAA;AAAA,sBAC9UA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,2KAAA,EAA4K,CAAA;AAAA,sBACpLA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,+WAAA,EAAgX,CAAA;AAAA,sBACxXA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,kYAAA,EAAmY,CAAA;AAAA,sBAC3YA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,2WAAA,EAA4W,CAAA;AAAA,sBACpXA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,gYAAA,EAAiY,CAAA;AAAA,sBACzYA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,yXAAA,EAA0X;AAAA;AAAA;AACpY","file":"index.js","sourcesContent":["import * as React from 'react'\r\n\r\nexport interface TireProps extends React.SVGAttributes<SVGElement> {\r\n size?: number | string\r\n}\r\n\r\nexport const Tire: React.FC<TireProps> = ({\r\n size = 24,\r\n width,\r\n height,\r\n className,\r\n ...props\r\n}) => (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n width={width ?? size}\r\n height={height ?? size}\r\n viewBox=\"0 0 512 512\"\r\n fill=\"currentColor\"\r\n className={className}\r\n {...props}\r\n >\r\n <path d=\"M256.004,0C114.613,0,0.001,114.613,0.001,256.004C0.001,397.387,114.613,512,256.004,512 c141.383,0,255.996-114.613,255.996-255.996C511.999,114.613,397.387,0,256.004,0z M256.004,419.18 c-90.128,0-163.185-73.048-163.185-163.176S165.876,92.82,256.004,92.82c90.12,0,163.176,73.057,163.176,163.185 S346.124,419.18,256.004,419.18z\" />\r\n <path d=\"M256.004,271.78c8.718,0,15.776-7.058,15.776-15.776c0-8.718-7.058-15.784-15.776-15.784 c-8.725,0-15.784,7.066-15.784,15.784C240.219,264.722,247.279,271.78,256.004,271.78z\" />\r\n <path d=\"M150.727,196.65c1.108,2.954,3.495,5.239,6.5,6.212l56.239,18.289c5.239,1.684,10.977,0.787,15.429-2.446 c4.444-3.25,7.092-8.421,7.092-13.923v-59.1c0-3.148-1.446-6.136-3.927-8.082c-2.471-1.972-5.704-2.683-8.768-1.972 c0,0,0.838-0.634-4.85,1.152c-26.541,8.37-49.283,25.34-64.898,47.666c-3.216,4.587-1.98,3.275-1.98,3.275 C149.948,190.404,149.644,193.688,150.727,196.65z\" />\r\n <path d=\"M212.147,270.265c-1.701-5.248-5.807-9.361-11.045-11.045l-56.215-18.264 c-2.996-0.973-6.271-0.516-8.895,1.218c-2.624,1.752-4.308,4.604-4.579,7.752c0,0-0.338-0.998-0.398,4.96 c-0.254,27.828,8.87,54.683,25.273,76.451c3.368,4.469,2.488,2.886,2.488,2.886c2.073,2.378,5.103,3.682,8.235,3.554 c3.156-0.127,6.076-1.684,7.921-4.24l34.768-47.861C212.933,281.234,213.839,275.487,212.147,270.265z\" />\r\n <path d=\"M269.927,309.206c-3.25-4.443-8.422-7.084-13.923-7.084c-5.509,0-10.681,2.641-13.906,7.084l-34.75,47.81 c-1.845,2.547-2.438,5.814-1.575,8.861c0.838,3.038,3.03,5.51,5.95,6.738c0,0-1.066,0.025,4.596,1.921 c26.389,8.844,54.75,8.454,80.505-0.424c5.289-1.819,3.52-1.473,3.52-1.473c2.912-1.218,5.095-3.706,5.933-6.736 c0.846-3.047,0.245-6.297-1.6-8.845L269.927,309.206z\" />\r\n <path d=\"M367.155,240.939l-56.248,18.281c-5.23,1.684-9.352,5.797-11.037,11.045 c-1.709,5.222-0.804,10.968,2.446,15.403l34.726,47.819c1.862,2.564,4.782,4.096,7.938,4.249c3.149,0.135,6.178-1.194,8.235-3.58 c0,0-0.304,1.007,3.241-3.775c16.564-22.368,24.984-49.478,24.502-76.705c-0.094-5.586-0.33-3.792-0.33-3.792 c-0.271-3.148-1.946-6-4.578-7.735C373.426,240.423,370.16,239.957,367.155,240.939z\" />\r\n <path d=\"M283.112,218.706c4.461,3.225,10.182,4.13,15.421,2.446l56.198-18.289c3.005-0.966,5.392-3.259,6.5-6.212 c1.101-2.962,0.779-6.255-0.863-8.954c0,0,0.872,0.592-2.59-4.249c-16.148-22.674-39.321-39.042-65.372-47.006 c-5.358-1.625-3.724-0.863-3.724-0.863c-3.072-0.711-6.296,0.016-8.751,1.98c-2.48,1.938-3.919,4.926-3.919,8.066v59.152 C276.012,210.284,278.661,215.456,283.112,218.706z\" />\r\n </svg>\r\n)\r\n"]}
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ // src/icons/Tire.tsx
4
+ var Tire = ({
5
+ size = 24,
6
+ width,
7
+ height,
8
+ className,
9
+ ...props
10
+ }) => /* @__PURE__ */ jsxs(
11
+ "svg",
12
+ {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ width: width ?? size,
15
+ height: height ?? size,
16
+ viewBox: "0 0 512 512",
17
+ fill: "currentColor",
18
+ className,
19
+ ...props,
20
+ children: [
21
+ /* @__PURE__ */ jsx("path", { d: "M256.004,0C114.613,0,0.001,114.613,0.001,256.004C0.001,397.387,114.613,512,256.004,512 c141.383,0,255.996-114.613,255.996-255.996C511.999,114.613,397.387,0,256.004,0z M256.004,419.18 c-90.128,0-163.185-73.048-163.185-163.176S165.876,92.82,256.004,92.82c90.12,0,163.176,73.057,163.176,163.185 S346.124,419.18,256.004,419.18z" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M256.004,271.78c8.718,0,15.776-7.058,15.776-15.776c0-8.718-7.058-15.784-15.776-15.784 c-8.725,0-15.784,7.066-15.784,15.784C240.219,264.722,247.279,271.78,256.004,271.78z" }),
23
+ /* @__PURE__ */ jsx("path", { d: "M150.727,196.65c1.108,2.954,3.495,5.239,6.5,6.212l56.239,18.289c5.239,1.684,10.977,0.787,15.429-2.446 c4.444-3.25,7.092-8.421,7.092-13.923v-59.1c0-3.148-1.446-6.136-3.927-8.082c-2.471-1.972-5.704-2.683-8.768-1.972 c0,0,0.838-0.634-4.85,1.152c-26.541,8.37-49.283,25.34-64.898,47.666c-3.216,4.587-1.98,3.275-1.98,3.275 C149.948,190.404,149.644,193.688,150.727,196.65z" }),
24
+ /* @__PURE__ */ jsx("path", { d: "M212.147,270.265c-1.701-5.248-5.807-9.361-11.045-11.045l-56.215-18.264 c-2.996-0.973-6.271-0.516-8.895,1.218c-2.624,1.752-4.308,4.604-4.579,7.752c0,0-0.338-0.998-0.398,4.96 c-0.254,27.828,8.87,54.683,25.273,76.451c3.368,4.469,2.488,2.886,2.488,2.886c2.073,2.378,5.103,3.682,8.235,3.554 c3.156-0.127,6.076-1.684,7.921-4.24l34.768-47.861C212.933,281.234,213.839,275.487,212.147,270.265z" }),
25
+ /* @__PURE__ */ jsx("path", { d: "M269.927,309.206c-3.25-4.443-8.422-7.084-13.923-7.084c-5.509,0-10.681,2.641-13.906,7.084l-34.75,47.81 c-1.845,2.547-2.438,5.814-1.575,8.861c0.838,3.038,3.03,5.51,5.95,6.738c0,0-1.066,0.025,4.596,1.921 c26.389,8.844,54.75,8.454,80.505-0.424c5.289-1.819,3.52-1.473,3.52-1.473c2.912-1.218,5.095-3.706,5.933-6.736 c0.846-3.047,0.245-6.297-1.6-8.845L269.927,309.206z" }),
26
+ /* @__PURE__ */ jsx("path", { d: "M367.155,240.939l-56.248,18.281c-5.23,1.684-9.352,5.797-11.037,11.045 c-1.709,5.222-0.804,10.968,2.446,15.403l34.726,47.819c1.862,2.564,4.782,4.096,7.938,4.249c3.149,0.135,6.178-1.194,8.235-3.58 c0,0-0.304,1.007,3.241-3.775c16.564-22.368,24.984-49.478,24.502-76.705c-0.094-5.586-0.33-3.792-0.33-3.792 c-0.271-3.148-1.946-6-4.578-7.735C373.426,240.423,370.16,239.957,367.155,240.939z" }),
27
+ /* @__PURE__ */ jsx("path", { d: "M283.112,218.706c4.461,3.225,10.182,4.13,15.421,2.446l56.198-18.289c3.005-0.966,5.392-3.259,6.5-6.212 c1.101-2.962,0.779-6.255-0.863-8.954c0,0,0.872,0.592-2.59-4.249c-16.148-22.674-39.321-39.042-65.372-47.006 c-5.358-1.625-3.724-0.863-3.724-0.863c-3.072-0.711-6.296,0.016-8.751,1.98c-2.48,1.938-3.919,4.926-3.919,8.066v59.152 C276.012,210.284,278.661,215.456,283.112,218.706z" })
28
+ ]
29
+ }
30
+ );
31
+
32
+ export { Tire };
33
+ //# sourceMappingURL=index.mjs.map
34
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/icons/Tire.tsx"],"names":[],"mappings":";;;AAMO,IAAM,OAA4B,CAAC;AAAA,EACxC,IAAA,GAAO,EAAA;AAAA,EACP,KAAA;AAAA,EACA,MAAA;AAAA,EACA,SAAA;AAAA,EACA,GAAG;AACL,CAAA,qBACE,IAAA;AAAA,EAAC,KAAA;AAAA,EAAA;AAAA,IACC,KAAA,EAAM,4BAAA;AAAA,IACN,OAAO,KAAA,IAAS,IAAA;AAAA,IAChB,QAAQ,MAAA,IAAU,IAAA;AAAA,IAClB,OAAA,EAAQ,aAAA;AAAA,IACR,IAAA,EAAK,cAAA;AAAA,IACL,SAAA;AAAA,IACC,GAAG,KAAA;AAAA,IAEJ,QAAA,EAAA;AAAA,sBAAA,GAAA,CAAC,MAAA,EAAA,EAAK,GAAE,qUAAA,EAAsU,CAAA;AAAA,sBAC9U,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,2KAAA,EAA4K,CAAA;AAAA,sBACpL,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,+WAAA,EAAgX,CAAA;AAAA,sBACxX,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,kYAAA,EAAmY,CAAA;AAAA,sBAC3Y,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,2WAAA,EAA4W,CAAA;AAAA,sBACpX,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,gYAAA,EAAiY,CAAA;AAAA,sBACzY,GAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,yXAAA,EAA0X;AAAA;AAAA;AACpY","file":"index.mjs","sourcesContent":["import * as React from 'react'\r\n\r\nexport interface TireProps extends React.SVGAttributes<SVGElement> {\r\n size?: number | string\r\n}\r\n\r\nexport const Tire: React.FC<TireProps> = ({\r\n size = 24,\r\n width,\r\n height,\r\n className,\r\n ...props\r\n}) => (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n width={width ?? size}\r\n height={height ?? size}\r\n viewBox=\"0 0 512 512\"\r\n fill=\"currentColor\"\r\n className={className}\r\n {...props}\r\n >\r\n <path d=\"M256.004,0C114.613,0,0.001,114.613,0.001,256.004C0.001,397.387,114.613,512,256.004,512 c141.383,0,255.996-114.613,255.996-255.996C511.999,114.613,397.387,0,256.004,0z M256.004,419.18 c-90.128,0-163.185-73.048-163.185-163.176S165.876,92.82,256.004,92.82c90.12,0,163.176,73.057,163.176,163.185 S346.124,419.18,256.004,419.18z\" />\r\n <path d=\"M256.004,271.78c8.718,0,15.776-7.058,15.776-15.776c0-8.718-7.058-15.784-15.776-15.784 c-8.725,0-15.784,7.066-15.784,15.784C240.219,264.722,247.279,271.78,256.004,271.78z\" />\r\n <path d=\"M150.727,196.65c1.108,2.954,3.495,5.239,6.5,6.212l56.239,18.289c5.239,1.684,10.977,0.787,15.429-2.446 c4.444-3.25,7.092-8.421,7.092-13.923v-59.1c0-3.148-1.446-6.136-3.927-8.082c-2.471-1.972-5.704-2.683-8.768-1.972 c0,0,0.838-0.634-4.85,1.152c-26.541,8.37-49.283,25.34-64.898,47.666c-3.216,4.587-1.98,3.275-1.98,3.275 C149.948,190.404,149.644,193.688,150.727,196.65z\" />\r\n <path d=\"M212.147,270.265c-1.701-5.248-5.807-9.361-11.045-11.045l-56.215-18.264 c-2.996-0.973-6.271-0.516-8.895,1.218c-2.624,1.752-4.308,4.604-4.579,7.752c0,0-0.338-0.998-0.398,4.96 c-0.254,27.828,8.87,54.683,25.273,76.451c3.368,4.469,2.488,2.886,2.488,2.886c2.073,2.378,5.103,3.682,8.235,3.554 c3.156-0.127,6.076-1.684,7.921-4.24l34.768-47.861C212.933,281.234,213.839,275.487,212.147,270.265z\" />\r\n <path d=\"M269.927,309.206c-3.25-4.443-8.422-7.084-13.923-7.084c-5.509,0-10.681,2.641-13.906,7.084l-34.75,47.81 c-1.845,2.547-2.438,5.814-1.575,8.861c0.838,3.038,3.03,5.51,5.95,6.738c0,0-1.066,0.025,4.596,1.921 c26.389,8.844,54.75,8.454,80.505-0.424c5.289-1.819,3.52-1.473,3.52-1.473c2.912-1.218,5.095-3.706,5.933-6.736 c0.846-3.047,0.245-6.297-1.6-8.845L269.927,309.206z\" />\r\n <path d=\"M367.155,240.939l-56.248,18.281c-5.23,1.684-9.352,5.797-11.037,11.045 c-1.709,5.222-0.804,10.968,2.446,15.403l34.726,47.819c1.862,2.564,4.782,4.096,7.938,4.249c3.149,0.135,6.178-1.194,8.235-3.58 c0,0-0.304,1.007,3.241-3.775c16.564-22.368,24.984-49.478,24.502-76.705c-0.094-5.586-0.33-3.792-0.33-3.792 c-0.271-3.148-1.946-6-4.578-7.735C373.426,240.423,370.16,239.957,367.155,240.939z\" />\r\n <path d=\"M283.112,218.706c4.461,3.225,10.182,4.13,15.421,2.446l56.198-18.289c3.005-0.966,5.392-3.259,6.5-6.212 c1.101-2.962,0.779-6.255-0.863-8.954c0,0,0.872,0.592-2.59-4.249c-16.148-22.674-39.321-39.042-65.372-47.006 c-5.358-1.625-3.724-0.863-3.724-0.863c-3.072-0.711-6.296,0.016-8.751,1.98c-2.48,1.938-3.919,4.926-3.919,8.066v59.152 C276.012,210.284,278.661,215.456,283.112,218.706z\" />\r\n </svg>\r\n)\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@facter/ds-core",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "description": "Facter Design System - Core components (Button, Input, Badge, Spinner, Loader)",
5
5
  "author": "Facter",
6
6
  "license": "MIT",
@@ -21,6 +21,11 @@
21
21
  "require": "./dist/index.js",
22
22
  "types": "./dist/index.d.ts"
23
23
  },
24
+ "./icons": {
25
+ "import": "./dist/icons/index.mjs",
26
+ "require": "./dist/icons/index.js",
27
+ "types": "./dist/icons/index.d.ts"
28
+ },
24
29
  "./button": {
25
30
  "import": "./dist/components/Button/index.mjs",
26
31
  "require": "./dist/components/Button/index.js",