@orderingstack/front-components-product-configurator 1.8.0 → 1.8.2-beta.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 (86) hide show
  1. package/dist/DefaultDeviceCode-CnKwsh6j.mjs +201 -0
  2. package/dist/DefaultDeviceCode-eT4w9geC.js +5 -0
  3. package/dist/Logo-ByIuMLVG.js +61 -0
  4. package/dist/Logo-C535H7gA.mjs +90 -0
  5. package/dist/index.cjs.js +27 -16
  6. package/dist/index.es.js +14442 -9643
  7. package/dist/src/App.d.ts +2 -0
  8. package/dist/src/clients/ProductConfiguratorClient.d.ts +11 -0
  9. package/dist/{components → src/components}/Counter/Counter.d.ts +1 -2
  10. package/dist/src/components/DisplayState/DisplayState.d.ts +2 -0
  11. package/dist/src/components/Extra/Extra.d.ts +2 -0
  12. package/dist/src/components/Extra/index.d.ts +2 -0
  13. package/dist/src/components/Footer/Footer.d.ts +5 -0
  14. package/dist/src/components/Footer/index.d.ts +2 -0
  15. package/dist/{components → src/components}/GroupStateInfo/GroupStateInfo.d.ts +2 -2
  16. package/dist/src/components/InfoLine/InfoLine.d.ts +7 -0
  17. package/dist/{components → src/components}/MenuItemsDispatcher/MenuItemsDispatcher.d.ts +3 -3
  18. package/dist/{components → src/components}/MenuOptions/MenuOptions.d.ts +1 -2
  19. package/dist/{components → src/components}/MenuOptions/MenuOptionsDefaultUI.d.ts +1 -2
  20. package/dist/{components → src/components}/MenuProduct/MenuProduct.d.ts +3 -3
  21. package/dist/{components → src/components}/MenuProduct/useMenuProduct.d.ts +1 -1
  22. package/dist/{components → src/components}/MenuProductRoot/MenuProductRoot.d.ts +3 -2
  23. package/dist/{components → src/components}/MenuProductRoot/MenuProductRootDefaultUI.d.ts +1 -2
  24. package/dist/{components → src/components}/MenuProductRoot/MenuProductRootDefaultUIModal.d.ts +1 -2
  25. package/dist/{components → src/components}/Price/Price.d.ts +1 -2
  26. package/dist/src/components/ProductConfigurator/ProductConfigurator.d.ts +6 -0
  27. package/dist/{components → src/components}/ProductConfigurator/useProductConfigurator.d.ts +1 -1
  28. package/dist/{components → src/components}/SimpleCheckbox/SimpleCheckbox.d.ts +1 -2
  29. package/dist/{components → src/components}/SimpleRadio/SimpleRadio.d.ts +1 -2
  30. package/dist/src/components/SimpleRadioWithImage/SimpleRadioWithImage.d.ts +2 -0
  31. package/dist/src/components/SimpleRadioWithImage/index.d.ts +2 -0
  32. package/dist/{components → src/components}/SubmitRow/SubmitRow.d.ts +1 -2
  33. package/dist/{context → src/context}/Components.d.ts +1 -1
  34. package/dist/{context → src/context}/GroupsValidation.d.ts +2 -2
  35. package/dist/{context → src/context}/ProductData.d.ts +2 -2
  36. package/dist/src/index.d.ts +0 -0
  37. package/dist/src/state/index.d.ts +6 -0
  38. package/dist/src/translations/i18n.d.ts +1 -0
  39. package/dist/src/types/index.d.ts +129 -0
  40. package/dist/{utils → src/utils}/formatPrice.d.ts +1 -1
  41. package/dist/src/utils/getAttrs.d.ts +1 -0
  42. package/dist/src/utils/translations.d.ts +1 -0
  43. package/dist/style.css +1 -1
  44. package/dist/types/index.d.ts +1 -130
  45. package/package.json +3 -1
  46. package/dist/components/DisplayState/DisplayState.d.ts +0 -2
  47. package/dist/components/InfoLine/InfoLine.d.ts +0 -8
  48. package/dist/components/ProductConfigurator/ProductConfigurator.d.ts +0 -3
  49. package/dist/state/index.d.ts +0 -6
  50. package/dist/vite-env.d.ts +0 -1
  51. /package/dist/{components → src/components}/Counter/index.d.ts +0 -0
  52. /package/dist/{components → src/components}/DisplayState/index.d.ts +0 -0
  53. /package/dist/{components → src/components}/GroupStateInfo/index.d.ts +0 -0
  54. /package/dist/{components → src/components}/InfoLine/index.d.ts +0 -0
  55. /package/dist/{components → src/components}/MenuItemsDispatcher/index.d.ts +0 -0
  56. /package/dist/{components → src/components}/MenuItemsDispatcher/useMenuItemsDispatcher.d.ts +0 -0
  57. /package/dist/{components → src/components}/MenuOptions/index.d.ts +0 -0
  58. /package/dist/{components → src/components}/MenuOptions/useMenuOptions.d.ts +0 -0
  59. /package/dist/{components → src/components}/MenuProduct/index.d.ts +0 -0
  60. /package/dist/{components → src/components}/MenuProductRoot/index.d.ts +0 -0
  61. /package/dist/{components → src/components}/Price/index.d.ts +0 -0
  62. /package/dist/{components → src/components}/ProductConfigurator/index.d.ts +0 -0
  63. /package/dist/{components → src/components}/SimpleCheckbox/index.d.ts +0 -0
  64. /package/dist/{components → src/components}/SimpleRadio/index.d.ts +0 -0
  65. /package/dist/{components → src/components}/SubmitRow/index.d.ts +0 -0
  66. /package/dist/{hooks → src/hooks}/useEmitFilter.d.ts +0 -0
  67. /package/dist/{hooks → src/hooks}/useExpand.d.ts +0 -0
  68. /package/dist/{hooks → src/hooks}/useValidate.d.ts +0 -0
  69. /package/dist/{hooks → src/hooks}/useWindow.d.ts +0 -0
  70. /package/dist/{state → src/state}/expandedItems.d.ts +0 -0
  71. /package/dist/{state → src/state}/filter.d.ts +0 -0
  72. /package/dist/{state → src/state}/validate.d.ts +0 -0
  73. /package/dist/{translations → src/translations}/dictionary.d.ts +0 -0
  74. /package/dist/{utils → src/utils}/cleanSelected.d.ts +0 -0
  75. /package/dist/{utils → src/utils}/countPrice.d.ts +0 -0
  76. /package/dist/{utils → src/utils}/filter.d.ts +0 -0
  77. /package/dist/{utils → src/utils}/formatValues.d.ts +0 -0
  78. /package/dist/{utils → src/utils}/getContext.d.ts +0 -0
  79. /package/dist/{utils → src/utils}/getProduct.d.ts +0 -0
  80. /package/dist/{utils → src/utils}/getSelCtxCntFromSelectedState.d.ts +0 -0
  81. /package/dist/{utils → src/utils}/getValidSelectedState.d.ts +0 -0
  82. /package/dist/{utils → src/utils}/groupsValidation.d.ts +0 -0
  83. /package/dist/{utils → src/utils}/index.d.ts +0 -0
  84. /package/dist/{utils → src/utils}/setSelected.d.ts +0 -0
  85. /package/dist/{utils → src/utils}/validate.d.ts +0 -0
  86. /package/dist/{utils → src/utils}/validationMessagesToRefactor.d.ts +0 -0
@@ -0,0 +1,201 @@
1
+ import * as d from "react";
2
+ import i, { useState as z, useEffect as A, useRef as U } from "react";
3
+ var V = {
4
+ cm: !0,
5
+ mm: !0,
6
+ in: !0,
7
+ px: !0,
8
+ pt: !0,
9
+ pc: !0,
10
+ em: !0,
11
+ ex: !0,
12
+ ch: !0,
13
+ rem: !0,
14
+ vw: !0,
15
+ vh: !0,
16
+ vmin: !0,
17
+ vmax: !0,
18
+ "%": !0
19
+ };
20
+ function b(e) {
21
+ if (typeof e == "number")
22
+ return {
23
+ value: e,
24
+ unit: "px"
25
+ };
26
+ var t, n = (e.match(/^[0-9.]*/) || "").toString();
27
+ n.includes(".") ? t = parseFloat(n) : t = parseInt(n, 10);
28
+ var r = (e.match(/[^0-9]*$/) || "").toString();
29
+ return V[r] ? {
30
+ value: t,
31
+ unit: r
32
+ } : (console.warn("React Spinners: ".concat(e, " is not a valid css value. Defaulting to ").concat(t, "px.")), {
33
+ value: t,
34
+ unit: "px"
35
+ });
36
+ }
37
+ function h(e) {
38
+ var t = b(e);
39
+ return "".concat(t.value).concat(t.unit);
40
+ }
41
+ var N = function(e, t, n) {
42
+ var r = "react-spinners-".concat(e, "-").concat(n);
43
+ if (typeof window > "u" || !window.document)
44
+ return r;
45
+ var a = document.createElement("style");
46
+ document.head.appendChild(a);
47
+ var c = a.sheet, p = `
48
+ @keyframes `.concat(r, ` {
49
+ `).concat(t, `
50
+ }
51
+ `);
52
+ return c && c.insertRule(p, 0), r;
53
+ }, o = function() {
54
+ return o = Object.assign || function(e) {
55
+ for (var t, n = 1, r = arguments.length; n < r; n++) {
56
+ t = arguments[n];
57
+ for (var a in t) Object.prototype.hasOwnProperty.call(t, a) && (e[a] = t[a]);
58
+ }
59
+ return e;
60
+ }, o.apply(this, arguments);
61
+ }, q = function(e, t) {
62
+ var n = {};
63
+ for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
64
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
65
+ for (var a = 0, r = Object.getOwnPropertySymbols(e); a < r.length; a++)
66
+ t.indexOf(r[a]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[a]) && (n[r[a]] = e[r[a]]);
67
+ return n;
68
+ }, B = N("FadeLoader", "50% {opacity: 0.3} 100% {opacity: 1}", "fade");
69
+ function Q(e) {
70
+ var t = e.loading, n = t === void 0 ? !0 : t, r = e.color, a = r === void 0 ? "#000000" : r, c = e.speedMultiplier, p = c === void 0 ? 1 : c, m = e.cssOverride, y = m === void 0 ? {} : m, f = e.height, g = f === void 0 ? 15 : f, v = e.width, S = v === void 0 ? 5 : v, x = e.radius, O = x === void 0 ? 2 : x, w = e.margin, E = w === void 0 ? 2 : w, C = q(e, ["loading", "color", "speedMultiplier", "cssOverride", "height", "width", "radius", "margin"]), _ = b(E).value, l = _ + 18, s = l / 2 + l / 5.5, R = o({ display: "inherit", position: "relative", fontSize: "0", top: l, left: l, width: "".concat(l * 3, "px"), height: "".concat(l * 3, "px") }, y), u = function(W) {
71
+ return {
72
+ position: "absolute",
73
+ width: h(S),
74
+ height: h(g),
75
+ margin: h(E),
76
+ backgroundColor: a,
77
+ borderRadius: h(O),
78
+ transition: "2s",
79
+ animationFillMode: "both",
80
+ animation: "".concat(B, " ").concat(1.2 / p, "s ").concat(W * 0.12, "s infinite ease-in-out")
81
+ };
82
+ }, k = o(o({}, u(1)), { top: "".concat(l, "px"), left: "0" }), D = o(o({}, u(2)), { top: "".concat(s, "px"), left: "".concat(s, "px"), transform: "rotate(-45deg)" }), I = o(o({}, u(3)), { top: "0", left: "".concat(l, "px"), transform: "rotate(90deg)" }), L = o(o({}, u(4)), { top: "".concat(-1 * s, "px"), left: "".concat(s, "px"), transform: "rotate(45deg)" }), M = o(o({}, u(5)), { top: "".concat(-1 * l, "px"), left: "0" }), j = o(o({}, u(6)), { top: "".concat(-1 * s, "px"), left: "".concat(-1 * s, "px"), transform: "rotate(-45deg)" }), F = o(o({}, u(7)), { top: "0", left: "".concat(-1 * l, "px"), transform: "rotate(90deg)" }), P = o(o({}, u(8)), { top: "".concat(s, "px"), left: "".concat(-1 * s, "px"), transform: "rotate(45deg)" });
83
+ return n ? d.createElement(
84
+ "span",
85
+ o({ style: R }, C),
86
+ d.createElement("span", { style: k }),
87
+ d.createElement("span", { style: D }),
88
+ d.createElement("span", { style: I }),
89
+ d.createElement("span", { style: L }),
90
+ d.createElement("span", { style: M }),
91
+ d.createElement("span", { style: j }),
92
+ d.createElement("span", { style: F }),
93
+ d.createElement("span", { style: P })
94
+ ) : null;
95
+ }
96
+ const T = i.lazy(() => import("./Logo-C535H7gA.mjs"));
97
+ function $({ size: e }) {
98
+ const t = Math.min(e / 10, 25), n = Math.min(e / 30, 5), r = Math.min(t, n) / 2;
99
+ return i.createElement(
100
+ "div",
101
+ { style: {
102
+ width: e,
103
+ height: e,
104
+ display: "flex",
105
+ alignItems: "center",
106
+ justifyContent: "center"
107
+ } },
108
+ i.createElement(Q, { height: t, width: n, radius: r })
109
+ );
110
+ }
111
+ function H(e) {
112
+ var t;
113
+ const { error: n, loading: r, data: a } = e, c = a?.user_code, [p, m] = z(0);
114
+ A(() => {
115
+ if (a?.exp) {
116
+ const v = setInterval(() => m(Math.max(Math.round((a.exp - Date.now()) / 1e3), 0)), 1e3);
117
+ return () => clearInterval(v);
118
+ } else
119
+ m(0);
120
+ }, [a]);
121
+ const f = (((t = U(null).current) === null || t === void 0 ? void 0 : t.offsetWidth) || 300) - 20, g = new URLSearchParams(window.location.search).get("loader") === "true";
122
+ return i.createElement(
123
+ "div",
124
+ { style: {
125
+ width: "100%",
126
+ height: "100vh",
127
+ display: "flex",
128
+ flexDirection: "column",
129
+ alignItems: "center",
130
+ justifyContent: "center",
131
+ fontSize: "2vw",
132
+ backgroundColor: "#f8ca08"
133
+ } },
134
+ i.createElement(T, null),
135
+ i.createElement(
136
+ "div",
137
+ { style: {
138
+ textAlign: "center",
139
+ display: "flex",
140
+ flexDirection: "column",
141
+ alignItems: "center",
142
+ backgroundColor: "white",
143
+ padding: "1rem",
144
+ borderRadius: "1rem",
145
+ margin: "auto",
146
+ boxShadow: "1px 1px 10px 1px lightgrey"
147
+ } },
148
+ i.createElement("h3", { style: { fontWeight: "bold", fontSize: "max(2vw, 2vh)" } }, "Please authorize this device"),
149
+ (g || n?.kind === "INVALID_MODULE") && i.createElement("button", { style: {
150
+ marginBottom: "1rem",
151
+ padding: "0.5rem",
152
+ fontSize: "medium",
153
+ fontWeight: "bold",
154
+ borderRadius: "0.5rem",
155
+ backgroundColor: "#f8ca08",
156
+ boxShadow: "1px 1px 10px 1px lightgrey"
157
+ }, onClick: () => window.location.replace("https://module-loader.orderingstack.com/?reset=true") }, "Change module"),
158
+ i.createElement("div", { style: {
159
+ width: "100%",
160
+ height: "1px",
161
+ display: "flex",
162
+ backgroundColor: "lightgray"
163
+ } }),
164
+ c && i.createElement(
165
+ "div",
166
+ { style: {
167
+ display: "flex",
168
+ flexDirection: "row",
169
+ alignItems: "center",
170
+ flexWrap: "wrap"
171
+ } },
172
+ i.createElement("h4", { style: {
173
+ fontSize: "1.25rem",
174
+ marginRight: "0.5rem"
175
+ } }, "CODE"),
176
+ i.createElement("span", { style: {
177
+ textTransform: "uppercase",
178
+ fontSize: "2.25rem",
179
+ fontWeight: "bold"
180
+ } }, r ? "Loading..." : c)
181
+ ),
182
+ c && i.createElement(
183
+ "h4",
184
+ { style: { fontSize: "max(1.5vw, 1.5vh)" } },
185
+ "Code validity ",
186
+ p,
187
+ "s"
188
+ ),
189
+ r && i.createElement($, { size: f }),
190
+ n?.message && i.createElement(
191
+ "h1",
192
+ { style: { color: "red" } },
193
+ "Error: ",
194
+ n.message
195
+ )
196
+ )
197
+ );
198
+ }
199
+ export {
200
+ H as default
201
+ };
@@ -0,0 +1,5 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react");function z(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const s=z(i);var A={cm:!0,mm:!0,in:!0,px:!0,pt:!0,pc:!0,em:!0,ex:!0,ch:!0,rem:!0,vw:!0,vh:!0,vmin:!0,vmax:!0,"%":!0};function E(e){if(typeof e=="number")return{value:e,unit:"px"};var t,r=(e.match(/^[0-9.]*/)||"").toString();r.includes(".")?t=parseFloat(r):t=parseInt(r,10);var n=(e.match(/[^0-9]*$/)||"").toString();return A[n]?{value:t,unit:n}:(console.warn("React Spinners: ".concat(e," is not a valid css value. Defaulting to ").concat(t,"px.")),{value:t,unit:"px"})}function g(e){var t=E(e);return"".concat(t.value).concat(t.unit)}var U=function(e,t,r){var n="react-spinners-".concat(e,"-").concat(r);if(typeof window>"u"||!window.document)return n;var a=document.createElement("style");document.head.appendChild(a);var c=a.sheet,p=`
2
+ @keyframes `.concat(n,` {
3
+ `).concat(t,`
4
+ }
5
+ `);return c&&c.insertRule(p,0),n},o=function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},o.apply(this,arguments)},q=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r},N=U("FadeLoader","50% {opacity: 0.3} 100% {opacity: 1}","fade");function T(e){var t=e.loading,r=t===void 0?!0:t,n=e.color,a=n===void 0?"#000000":n,c=e.speedMultiplier,p=c===void 0?1:c,f=e.cssOverride,y=f===void 0?{}:f,m=e.height,h=m===void 0?15:m,v=e.width,O=v===void 0?5:v,x=e.radius,S=x===void 0?2:x,b=e.margin,w=b===void 0?2:b,j=q(e,["loading","color","speedMultiplier","cssOverride","height","width","radius","margin"]),_=E(w).value,l=_+18,d=l/2+l/5.5,C=o({display:"inherit",position:"relative",fontSize:"0",top:l,left:l,width:"".concat(l*3,"px"),height:"".concat(l*3,"px")},y),u=function(W){return{position:"absolute",width:g(O),height:g(h),margin:g(w),backgroundColor:a,borderRadius:g(S),transition:"2s",animationFillMode:"both",animation:"".concat(N," ").concat(1.2/p,"s ").concat(W*.12,"s infinite ease-in-out")}},D=o(o({},u(1)),{top:"".concat(l,"px"),left:"0"}),M=o(o({},u(2)),{top:"".concat(d,"px"),left:"".concat(d,"px"),transform:"rotate(-45deg)"}),k=o(o({},u(3)),{top:"0",left:"".concat(l,"px"),transform:"rotate(90deg)"}),R=o(o({},u(4)),{top:"".concat(-1*d,"px"),left:"".concat(d,"px"),transform:"rotate(45deg)"}),I=o(o({},u(5)),{top:"".concat(-1*l,"px"),left:"0"}),L=o(o({},u(6)),{top:"".concat(-1*d,"px"),left:"".concat(-1*d,"px"),transform:"rotate(-45deg)"}),P=o(o({},u(7)),{top:"0",left:"".concat(-1*l,"px"),transform:"rotate(90deg)"}),F=o(o({},u(8)),{top:"".concat(d,"px"),left:"".concat(-1*d,"px"),transform:"rotate(45deg)"});return r?s.createElement("span",o({style:C},j),s.createElement("span",{style:D}),s.createElement("span",{style:M}),s.createElement("span",{style:k}),s.createElement("span",{style:R}),s.createElement("span",{style:I}),s.createElement("span",{style:L}),s.createElement("span",{style:P}),s.createElement("span",{style:F})):null}const V=i.lazy(()=>Promise.resolve().then(()=>require("./Logo-ByIuMLVG.js")));function B({size:e}){const t=Math.min(e/10,25),r=Math.min(e/30,5),n=Math.min(t,r)/2;return i.createElement("div",{style:{width:e,height:e,display:"flex",alignItems:"center",justifyContent:"center"}},i.createElement(T,{height:t,width:r,radius:n}))}function Q(e){var t;const{error:r,loading:n,data:a}=e,c=a?.user_code,[p,f]=i.useState(0);i.useEffect(()=>{if(a?.exp){const v=setInterval(()=>f(Math.max(Math.round((a.exp-Date.now())/1e3),0)),1e3);return()=>clearInterval(v)}else f(0)},[a]);const m=(((t=i.useRef(null).current)===null||t===void 0?void 0:t.offsetWidth)||300)-20,h=new URLSearchParams(window.location.search).get("loader")==="true";return i.createElement("div",{style:{width:"100%",height:"100vh",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",fontSize:"2vw",backgroundColor:"#f8ca08"}},i.createElement(V,null),i.createElement("div",{style:{textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",backgroundColor:"white",padding:"1rem",borderRadius:"1rem",margin:"auto",boxShadow:"1px 1px 10px 1px lightgrey"}},i.createElement("h3",{style:{fontWeight:"bold",fontSize:"max(2vw, 2vh)"}},"Please authorize this device"),(h||r?.kind==="INVALID_MODULE")&&i.createElement("button",{style:{marginBottom:"1rem",padding:"0.5rem",fontSize:"medium",fontWeight:"bold",borderRadius:"0.5rem",backgroundColor:"#f8ca08",boxShadow:"1px 1px 10px 1px lightgrey"},onClick:()=>window.location.replace("https://module-loader.orderingstack.com/?reset=true")},"Change module"),i.createElement("div",{style:{width:"100%",height:"1px",display:"flex",backgroundColor:"lightgray"}}),c&&i.createElement("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",flexWrap:"wrap"}},i.createElement("h4",{style:{fontSize:"1.25rem",marginRight:"0.5rem"}},"CODE"),i.createElement("span",{style:{textTransform:"uppercase",fontSize:"2.25rem",fontWeight:"bold"}},n?"Loading...":c)),c&&i.createElement("h4",{style:{fontSize:"max(1.5vw, 1.5vh)"}},"Code validity ",p,"s"),n&&i.createElement(B,{size:m}),r?.message&&i.createElement("h1",{style:{color:"red"}},"Error: ",r.message)))}exports.default=Q;
@@ -0,0 +1,61 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react");function n(){return e.createElement("svg",{style:{width:"25%",maxWidth:"150px",marginTop:"2rem"},version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:"420.000000pt",height:"192.000000pt",viewBox:"0 0 420.000000 192.000000",preserveAspectRatio:"xMidYMid meet"},e.createElement("g",{transform:"translate(0.000000,192.000000) scale(0.100000,-0.100000)",fill:"#000000",stroke:"none"},e.createElement("path",{d:`M3145 1790 c-3 -5 33 -134 80 -287 48 -153 104 -335 126 -405 21 -70
2
+ 39 -136 39 -146 0 -11 -23 -93 -51 -183 -28 -90 -59 -192 -70 -226 -44 -146
3
+ -59 -194 -94 -306 -20 -65 -34 -121 -31 -124 5 -5 607 46 613 51 2 1 61 179
4
+ 132 395 l129 393 -129 393 -130 394 -42 5 c-23 3 -148 15 -277 26 -129 11
5
+ -247 22 -262 25 -15 2 -30 0 -33 -5z m330 -65 c99 -8 199 -18 222 -21 l43 -5
6
+ 116 -357 c64 -196 118 -360 121 -365 2 -4 -113 -6 -257 -5 l-262 3 -114 375
7
+ c-63 206 -114 380 -114 388 0 9 9 11 33 8 17 -3 113 -13 212 -21z m495 -822
8
+ c0 -4 -5 -22 -12 -40 l-12 -33 -253 0 c-139 0 -253 4 -253 9 0 4 5 22 11 40
9
+ l11 31 254 0 c140 0 254 -3 254 -7z m-56 -176 l-15 -44 -251 -7 c-137 -4 -253
10
+ -5 -256 -2 -3 3 0 24 7 46 l12 39 137 4 c75 1 192 4 259 5 l122 2 -15 -43z
11
+ m-44 -121 c0 -7 -5 -27 -11 -43 -10 -30 -12 -31 -92 -37 -172 -12 -437 -18
12
+ -436 -10 0 5 6 25 13 44 l13 35 249 11 c137 6 252 11 257 12 4 1 7 -4 7 -12z
13
+ m-55 -178 c-4 -18 -11 -37 -15 -42 -10 -10 -507 -43 -516 -34 -5 5 12 74 19
14
+ 79 4 3 396 26 455 28 l64 1 -7 -32z m-53 -163 c-10 -31 -21 -47 -36 -50 -39
15
+ -8 -498 -46 -503 -41 -2 2 2 24 10 47 18 53 15 52 251 69 94 7 173 14 175 16
16
+ 2 2 30 4 61 4 l57 0 -15 -45z`}),e.createElement("path",{d:`M3300 1674 c0 -16 153 -512 170 -551 9 -23 12 -23 210 -23 110 0 200
17
+ 3 200 7 0 8 -171 537 -175 541 -1 1 -74 9 -161 17 -88 8 -178 17 -201 20 -34
18
+ 4 -43 1 -43 -11z`}),e.createElement("path",{d:`M1140 1536 l0 -115 -42 24 c-63 34 -100 39 -162 21 -62 -18 -116 -70
19
+ -136 -131 -17 -51 -7 -136 21 -181 58 -95 190 -122 283 -59 l36 24 0 -24 c0
20
+ -21 5 -25 30 -25 l30 0 0 290 0 290 -30 0 -30 0 0 -114z m-83 -136 c61 -27 85
21
+ -70 80 -143 -3 -51 -8 -62 -40 -95 -35 -35 -41 -37 -103 -37 -63 0 -67 2 -99
22
+ 37 -70 75 -51 198 37 238 54 24 72 24 125 0z`}),e.createElement("path",{d:`M2008 1629 c-36 -21 -16 -79 27 -79 42 0 59 44 29 74 -18 18 -32 20
23
+ -56 5z`}),e.createElement("path",{d:`M226 1468 c-23 -6 -57 -28 -82 -53 -68 -68 -82 -152 -40 -241 69
24
+ -149 288 -152 364 -4 33 64 28 161 -11 217 -49 71 -145 104 -231 81z m143 -75
25
+ c108 -80 64 -258 -67 -271 -59 -5 -100 13 -133 60 -29 40 -31 117 -5 166 35
26
+ 66 143 90 205 45z`}),e.createElement("path",{d:`M1426 1468 c-88 -24 -154 -127 -143 -225 16 -142 161 -224 290 -163
27
+ 51 24 92 72 83 95 -8 22 -40 18 -62 -6 -61 -68 -167 -64 -223 7 -12 15 -21 37
28
+ -21 50 l0 24 166 0 165 0 -7 48 c-3 26 -13 59 -20 73 -19 39 -78 87 -121 98
29
+ -44 13 -55 12 -107 -1z m114 -63 c35 -18 70 -61 70 -86 0 -18 -10 -19 -130
30
+ -19 -143 0 -145 1 -110 58 34 56 112 77 170 47z`}),e.createElement("path",{d:`M1877 1466 c-20 -8 -43 -19 -51 -25 -11 -9 -15 -7 -19 10 -4 15 -12
31
+ 20 -29 17 l-23 -3 -3 -197 -2 -198 30 0 30 0 0 113 c0 169 19 214 98 226 29 5
32
+ 38 11 40 30 2 13 -2 28 -10 32 -16 11 -15 11 -61 -5z`}),e.createElement("path",{d:`M2315 1471 c-17 -4 -43 -16 -58 -25 -24 -16 -27 -17 -27 -2 0 16 -3
33
+ 17 -37 20 -17 1 -18 -16 -21 -196 l-2 -198 29 0 29 0 4 141 3 141 32 28 c58
34
+ 52 134 49 170 -7 15 -22 19 -53 21 -165 l4 -138 30 0 30 0 -4 153 c-3 151 -3
35
+ 154 -31 191 -40 51 -107 73 -172 57z`}),e.createElement("path",{d:`M2737 1467 c-156 -49 -197 -251 -72 -355 72 -59 174 -63 249 -9 l29
36
+ 21 -7 -44 c-12 -74 -70 -130 -136 -130 -17 0 -21 -5 -18 -27 3 -26 6 -28 41
37
+ -26 57 4 115 41 145 93 27 44 27 48 30 258 l3 212 -30 0 c-25 0 -31 -4 -31
38
+ -21 0 -20 0 -20 -27 -1 -28 20 -96 42 -123 41 -8 0 -32 -6 -53 -12z m146 -79
39
+ c74 -53 75 -183 0 -236 -74 -53 -177 -29 -213 50 -25 54 -25 82 0 136 35 78
40
+ 139 103 213 50z`}),e.createElement("path",{d:`M575 1462 c-3 -3 -5 -92 -5 -199 l0 -193 30 0 30 0 0 120 c0 131 11
41
+ 176 51 204 13 9 36 16 51 16 18 0 28 5 28 14 0 8 3 21 6 30 9 24 -63 21 -103
42
+ -4 -28 -17 -32 -17 -35 -3 -3 15 -42 26 -53 15z`}),e.createElement("path",{d:`M2023 1462 c-23 -3 -23 -4 -23 -198 l0 -195 33 3 32 3 3 191 c3 204
43
+ 2 204 -45 196z`}),e.createElement("path",{d:`M2657 983 c-4 -3 -7 -147 -7 -320 l0 -313 35 0 35 0 0 102 0 103 103
44
+ -103 c93 -93 106 -102 140 -102 20 0 37 3 37 7 0 4 -50 58 -111 119 l-110 111
45
+ 98 88 c54 49 100 92 101 97 2 4 -14 8 -36 8 -35 0 -49 -8 -128 -80 l-89 -80
46
+ -3 185 -2 185 -29 0 c-15 0 -31 -3 -34 -7z`}),e.createElement("path",{d:`M1440 850 l0 -70 -40 0 c-38 0 -40 -2 -40 -30 0 -28 2 -30 40 -30
47
+ l40 0 0 -135 c0 -154 11 -195 59 -219 41 -22 58 -20 64 6 7 26 1 38 -18 38
48
+ -27 0 -35 39 -35 174 l0 136 50 0 c49 0 50 1 50 30 0 29 -1 30 -50 30 l-50 0
49
+ 0 70 0 70 -35 0 -35 0 0 -70z`}),e.createElement("path",{d:`M1076 771 c-38 -25 -55 -57 -56 -103 0 -56 37 -93 119 -118 101 -30
50
+ 128 -74 76 -125 -40 -41 -118 -25 -143 30 -10 21 -17 25 -35 20 -35 -11 -38
51
+ -18 -19 -55 20 -41 89 -80 141 -80 47 0 115 34 132 67 8 14 14 48 13 74 -1 72
52
+ -35 103 -139 128 -62 15 -75 26 -75 61 0 36 29 60 72 60 34 0 68 -24 68 -48 0
53
+ -14 39 -16 58 -3 20 12 -10 67 -51 91 -43 26 -122 27 -161 1z`}),e.createElement("path",{d:`M1825 785 c-5 -2 -22 -6 -37 -9 -31 -7 -98 -62 -98 -80 0 -6 9 -17
54
+ 20 -24 18 -11 23 -9 43 13 60 70 207 41 207 -41 0 -20 -6 -22 -82 -26 -102 -5
55
+ -170 -33 -192 -77 -20 -39 -20 -110 0 -139 49 -71 200 -75 267 -7 14 13 19 12
56
+ 45 -15 34 -34 78 -40 84 -12 2 9 -9 29 -24 44 -27 25 -28 29 -28 135 0 114
57
+ -15 169 -56 205 -30 26 -114 45 -149 33z m135 -257 c0 -93 -107 -156 -190
58
+ -113 -31 16 -46 51 -35 83 10 34 81 62 158 62 l67 0 0 -32z`}),e.createElement("path",{d:`M2282 769 c-107 -53 -152 -186 -101 -299 25 -56 44 -77 91 -101 91
59
+ -46 187 -33 255 36 50 49 53 62 17 71 -20 5 -31 0 -54 -24 -83 -91 -232 -48
60
+ -258 74 -18 82 11 150 78 184 67 34 130 24 181 -31 23 -24 34 -30 54 -25 31 8
61
+ 31 21 0 62 -54 71 -176 96 -263 53z`})))}exports.default=n;
@@ -0,0 +1,90 @@
1
+ import e from "react";
2
+ function t() {
3
+ return e.createElement(
4
+ "svg",
5
+ { style: { width: "25%", maxWidth: "150px", marginTop: "2rem" }, version: "1.0", xmlns: "http://www.w3.org/2000/svg", width: "420.000000pt", height: "192.000000pt", viewBox: "0 0 420.000000 192.000000", preserveAspectRatio: "xMidYMid meet" },
6
+ e.createElement(
7
+ "g",
8
+ { transform: "translate(0.000000,192.000000) scale(0.100000,-0.100000)", fill: "#000000", stroke: "none" },
9
+ e.createElement("path", { d: `M3145 1790 c-3 -5 33 -134 80 -287 48 -153 104 -335 126 -405 21 -70
10
+ 39 -136 39 -146 0 -11 -23 -93 -51 -183 -28 -90 -59 -192 -70 -226 -44 -146
11
+ -59 -194 -94 -306 -20 -65 -34 -121 -31 -124 5 -5 607 46 613 51 2 1 61 179
12
+ 132 395 l129 393 -129 393 -130 394 -42 5 c-23 3 -148 15 -277 26 -129 11
13
+ -247 22 -262 25 -15 2 -30 0 -33 -5z m330 -65 c99 -8 199 -18 222 -21 l43 -5
14
+ 116 -357 c64 -196 118 -360 121 -365 2 -4 -113 -6 -257 -5 l-262 3 -114 375
15
+ c-63 206 -114 380 -114 388 0 9 9 11 33 8 17 -3 113 -13 212 -21z m495 -822
16
+ c0 -4 -5 -22 -12 -40 l-12 -33 -253 0 c-139 0 -253 4 -253 9 0 4 5 22 11 40
17
+ l11 31 254 0 c140 0 254 -3 254 -7z m-56 -176 l-15 -44 -251 -7 c-137 -4 -253
18
+ -5 -256 -2 -3 3 0 24 7 46 l12 39 137 4 c75 1 192 4 259 5 l122 2 -15 -43z
19
+ m-44 -121 c0 -7 -5 -27 -11 -43 -10 -30 -12 -31 -92 -37 -172 -12 -437 -18
20
+ -436 -10 0 5 6 25 13 44 l13 35 249 11 c137 6 252 11 257 12 4 1 7 -4 7 -12z
21
+ m-55 -178 c-4 -18 -11 -37 -15 -42 -10 -10 -507 -43 -516 -34 -5 5 12 74 19
22
+ 79 4 3 396 26 455 28 l64 1 -7 -32z m-53 -163 c-10 -31 -21 -47 -36 -50 -39
23
+ -8 -498 -46 -503 -41 -2 2 2 24 10 47 18 53 15 52 251 69 94 7 173 14 175 16
24
+ 2 2 30 4 61 4 l57 0 -15 -45z` }),
25
+ e.createElement("path", { d: `M3300 1674 c0 -16 153 -512 170 -551 9 -23 12 -23 210 -23 110 0 200
26
+ 3 200 7 0 8 -171 537 -175 541 -1 1 -74 9 -161 17 -88 8 -178 17 -201 20 -34
27
+ 4 -43 1 -43 -11z` }),
28
+ e.createElement("path", { d: `M1140 1536 l0 -115 -42 24 c-63 34 -100 39 -162 21 -62 -18 -116 -70
29
+ -136 -131 -17 -51 -7 -136 21 -181 58 -95 190 -122 283 -59 l36 24 0 -24 c0
30
+ -21 5 -25 30 -25 l30 0 0 290 0 290 -30 0 -30 0 0 -114z m-83 -136 c61 -27 85
31
+ -70 80 -143 -3 -51 -8 -62 -40 -95 -35 -35 -41 -37 -103 -37 -63 0 -67 2 -99
32
+ 37 -70 75 -51 198 37 238 54 24 72 24 125 0z` }),
33
+ e.createElement("path", { d: `M2008 1629 c-36 -21 -16 -79 27 -79 42 0 59 44 29 74 -18 18 -32 20
34
+ -56 5z` }),
35
+ e.createElement("path", { d: `M226 1468 c-23 -6 -57 -28 -82 -53 -68 -68 -82 -152 -40 -241 69
36
+ -149 288 -152 364 -4 33 64 28 161 -11 217 -49 71 -145 104 -231 81z m143 -75
37
+ c108 -80 64 -258 -67 -271 -59 -5 -100 13 -133 60 -29 40 -31 117 -5 166 35
38
+ 66 143 90 205 45z` }),
39
+ e.createElement("path", { d: `M1426 1468 c-88 -24 -154 -127 -143 -225 16 -142 161 -224 290 -163
40
+ 51 24 92 72 83 95 -8 22 -40 18 -62 -6 -61 -68 -167 -64 -223 7 -12 15 -21 37
41
+ -21 50 l0 24 166 0 165 0 -7 48 c-3 26 -13 59 -20 73 -19 39 -78 87 -121 98
42
+ -44 13 -55 12 -107 -1z m114 -63 c35 -18 70 -61 70 -86 0 -18 -10 -19 -130
43
+ -19 -143 0 -145 1 -110 58 34 56 112 77 170 47z` }),
44
+ e.createElement("path", { d: `M1877 1466 c-20 -8 -43 -19 -51 -25 -11 -9 -15 -7 -19 10 -4 15 -12
45
+ 20 -29 17 l-23 -3 -3 -197 -2 -198 30 0 30 0 0 113 c0 169 19 214 98 226 29 5
46
+ 38 11 40 30 2 13 -2 28 -10 32 -16 11 -15 11 -61 -5z` }),
47
+ e.createElement("path", { d: `M2315 1471 c-17 -4 -43 -16 -58 -25 -24 -16 -27 -17 -27 -2 0 16 -3
48
+ 17 -37 20 -17 1 -18 -16 -21 -196 l-2 -198 29 0 29 0 4 141 3 141 32 28 c58
49
+ 52 134 49 170 -7 15 -22 19 -53 21 -165 l4 -138 30 0 30 0 -4 153 c-3 151 -3
50
+ 154 -31 191 -40 51 -107 73 -172 57z` }),
51
+ e.createElement("path", { d: `M2737 1467 c-156 -49 -197 -251 -72 -355 72 -59 174 -63 249 -9 l29
52
+ 21 -7 -44 c-12 -74 -70 -130 -136 -130 -17 0 -21 -5 -18 -27 3 -26 6 -28 41
53
+ -26 57 4 115 41 145 93 27 44 27 48 30 258 l3 212 -30 0 c-25 0 -31 -4 -31
54
+ -21 0 -20 0 -20 -27 -1 -28 20 -96 42 -123 41 -8 0 -32 -6 -53 -12z m146 -79
55
+ c74 -53 75 -183 0 -236 -74 -53 -177 -29 -213 50 -25 54 -25 82 0 136 35 78
56
+ 139 103 213 50z` }),
57
+ e.createElement("path", { d: `M575 1462 c-3 -3 -5 -92 -5 -199 l0 -193 30 0 30 0 0 120 c0 131 11
58
+ 176 51 204 13 9 36 16 51 16 18 0 28 5 28 14 0 8 3 21 6 30 9 24 -63 21 -103
59
+ -4 -28 -17 -32 -17 -35 -3 -3 15 -42 26 -53 15z` }),
60
+ e.createElement("path", { d: `M2023 1462 c-23 -3 -23 -4 -23 -198 l0 -195 33 3 32 3 3 191 c3 204
61
+ 2 204 -45 196z` }),
62
+ e.createElement("path", { d: `M2657 983 c-4 -3 -7 -147 -7 -320 l0 -313 35 0 35 0 0 102 0 103 103
63
+ -103 c93 -93 106 -102 140 -102 20 0 37 3 37 7 0 4 -50 58 -111 119 l-110 111
64
+ 98 88 c54 49 100 92 101 97 2 4 -14 8 -36 8 -35 0 -49 -8 -128 -80 l-89 -80
65
+ -3 185 -2 185 -29 0 c-15 0 -31 -3 -34 -7z` }),
66
+ e.createElement("path", { d: `M1440 850 l0 -70 -40 0 c-38 0 -40 -2 -40 -30 0 -28 2 -30 40 -30
67
+ l40 0 0 -135 c0 -154 11 -195 59 -219 41 -22 58 -20 64 6 7 26 1 38 -18 38
68
+ -27 0 -35 39 -35 174 l0 136 50 0 c49 0 50 1 50 30 0 29 -1 30 -50 30 l-50 0
69
+ 0 70 0 70 -35 0 -35 0 0 -70z` }),
70
+ e.createElement("path", { d: `M1076 771 c-38 -25 -55 -57 -56 -103 0 -56 37 -93 119 -118 101 -30
71
+ 128 -74 76 -125 -40 -41 -118 -25 -143 30 -10 21 -17 25 -35 20 -35 -11 -38
72
+ -18 -19 -55 20 -41 89 -80 141 -80 47 0 115 34 132 67 8 14 14 48 13 74 -1 72
73
+ -35 103 -139 128 -62 15 -75 26 -75 61 0 36 29 60 72 60 34 0 68 -24 68 -48 0
74
+ -14 39 -16 58 -3 20 12 -10 67 -51 91 -43 26 -122 27 -161 1z` }),
75
+ e.createElement("path", { d: `M1825 785 c-5 -2 -22 -6 -37 -9 -31 -7 -98 -62 -98 -80 0 -6 9 -17
76
+ 20 -24 18 -11 23 -9 43 13 60 70 207 41 207 -41 0 -20 -6 -22 -82 -26 -102 -5
77
+ -170 -33 -192 -77 -20 -39 -20 -110 0 -139 49 -71 200 -75 267 -7 14 13 19 12
78
+ 45 -15 34 -34 78 -40 84 -12 2 9 -9 29 -24 44 -27 25 -28 29 -28 135 0 114
79
+ -15 169 -56 205 -30 26 -114 45 -149 33z m135 -257 c0 -93 -107 -156 -190
80
+ -113 -31 16 -46 51 -35 83 10 34 81 62 158 62 l67 0 0 -32z` }),
81
+ e.createElement("path", { d: `M2282 769 c-107 -53 -152 -186 -101 -299 25 -56 44 -77 91 -101 91
82
+ -46 187 -33 255 36 50 49 53 62 17 71 -20 5 -31 0 -54 -24 -83 -91 -232 -48
83
+ -258 74 -18 82 11 150 78 184 67 34 130 24 181 -31 23 -24 34 -30 54 -25 31 8
84
+ 31 21 0 62 -54 71 -176 96 -263 53z` })
85
+ )
86
+ );
87
+ }
88
+ export {
89
+ t as default
90
+ };