@trafilea/afrodita-components 5.0.0-beta.93 → 5.0.0-beta.95

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.
package/build/index.js CHANGED
@@ -187,6 +187,131 @@ var Copy = function (_a) {
187
187
  return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 18, viewBoxY: 22, title: "copy" }, { children: [jsxRuntime.jsx("rect", { x: "0.5", y: "0.5", width: "13", height: "17", rx: "1.5", fill: fill, stroke: stroke }, void 0), jsxRuntime.jsx("rect", { x: "4.5", y: "4.5", width: "13", height: "17", rx: "1.5", fill: fill, stroke: stroke }, void 0)] }), void 0));
188
188
  };
189
189
 
190
+ var CheckboxEmpty = function (_a) {
191
+ var height = _a.height, width = _a.width, fill = _a.fill;
192
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "checkbox empty" }, { children: jsxRuntime.jsx("rect", { x: "3", y: "3", width: "34", height: "34", rx: "3", stroke: "#292929", strokeWidth: "2", fill: fill }, void 0) }), void 0));
193
+ };
194
+
195
+ var CheckboxLight = function (_a) {
196
+ var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? '#292929' : _b;
197
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "checkbox light" }, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "34", height: "34", rx: "3", stroke: "#292929", strokeWidth: "2" }, void 0), jsxRuntime.jsx("path", { d: "M28.3029 12.3902L16.1394 24.2537L11.8029 19.8829C11.1683 19.3626 10.1106 19.3626 9.47596 19.8829C8.84135 20.4033 8.84135 21.4439 9.47596 22.0683L15.0817 27.5837C15.399 27.8959 15.8221 28 16.2452 28C16.6683 28 17.0913 27.8959 17.3029 27.5837L30.524 14.5756C31.1587 13.9512 31.1587 13.0146 30.524 12.3902C29.8894 11.8699 28.9375 11.8699 28.3029 12.3902Z", fill: fill }, void 0)] }), void 0));
198
+ };
199
+
200
+ var CheckboxSolid = function (_a) {
201
+ var height = _a.height, width = _a.width, fill = _a.fill;
202
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "checkbox solid" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2C3.79086 2 2 3.79086 2 6V34C2 36.2091 3.79086 38 6 38H34C36.2091 38 38 36.2091 38 34V6C38 3.79086 36.2091 2 34 2H6ZM16.1394 24.2537L28.3029 12.3902C28.9375 11.8699 29.8894 11.8699 30.524 12.3902C31.1587 13.0146 31.1587 13.9512 30.524 14.5756L17.3029 27.5837C17.0913 27.8959 16.6683 28 16.2452 28C15.8221 28 15.399 27.8959 15.0817 27.5837L9.47596 22.0683C8.84135 21.4439 8.84135 20.4033 9.47596 19.8829C10.1106 19.3626 11.1683 19.3626 11.8029 19.8829L16.1394 24.2537Z", fill: fill }, void 0) }), void 0));
203
+ };
204
+
205
+ var Like = function (_a) {
206
+ var height = _a.height, width = _a.width, fill = _a.fill;
207
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "like" }, { children: jsxRuntime.jsx("path", { d: "M27.8003 5.00068C24.7988 4.98312 21.937 6.30891 20.0087 8.62685C18.0805 6.30013 15.2186 4.96556 12.2084 5.00068C6.57198 5.00068 2 9.60144 2 15.2734C2 25.0017 18.8657 34.493 19.5463 34.8617C19.8255 35.0461 20.1832 35.0461 20.4537 34.8617C21.1343 34.493 38 25.1334 38 15.2734C38.0087 9.60144 33.4367 5.00068 27.8003 5.00068ZM20.0087 33.0267C17.365 31.4726 3.82356 23.1667 3.82356 15.2734C3.82356 10.6111 7.57537 6.83571 12.2084 6.83571C15.0441 6.80059 17.6966 8.24052 19.2322 10.6463C19.5463 11.0765 20.1396 11.1731 20.5671 10.857C20.6457 10.7955 20.7242 10.7253 20.7765 10.6463C23.3156 6.74791 28.507 5.6504 32.3897 8.2054C34.763 9.76826 36.1939 12.4286 36.1852 15.2821C36.1852 23.2545 22.6524 31.5165 20.0087 33.0267Z", fill: fill }, void 0) }), void 0));
208
+ };
209
+
210
+ var LikeSolid = function (_a) {
211
+ var height = _a.height, width = _a.width, fill = _a.fill;
212
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "like solid" }, { children: jsxRuntime.jsx("path", { d: "M27.8003 5C24.3364 5 21.937 7.10727 20.0087 9.41648C18.0805 7.0897 15.873 5 12.2084 5C6.57198 5 2 9.60086 2 15.2729C2 25.0015 18.8657 34.4929 19.5463 34.8617C19.8255 35.0461 20.1832 35.0461 20.4537 34.8617C21.1343 34.4929 38 25.1332 38 15.2729C38.0087 9.60086 33.4367 5 27.8003 5Z", fill: fill }, void 0) }), void 0));
213
+ };
214
+
215
+ var NotAllowed = function (_a) {
216
+ var height = _a.height, width = _a.width, fill = _a.fill;
217
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "not allowed" }, { children: [jsxRuntime.jsx("path", { d: "M32.0292 28.8111C32.0292 28.8111 32.0291 28.8111 32.0292 28.8111C32.4746 28.2051 32.869 27.5717 33.2118 26.9172L32.0292 28.8111Z", fill: fill }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 20C2 10.0588 10.0588 2 20 2C29.9412 2 38 10.0588 38 20C38 29.9412 29.9412 38 20 38C10.0588 38 2 29.9412 2 20ZM10.0669 8.22486L31.7751 29.9331L32.114 29.5028C36.8163 23.5321 36.519 14.7473 30.8858 9.11416C25.2542 3.48246 16.4698 3.18221 10.4972 7.88597L10.0669 8.22486ZM29.9331 31.7751L8.22486 10.0669L7.88597 10.4972C3.18368 16.4679 3.48098 25.2527 9.11416 30.8858C14.7458 36.5175 23.5302 36.8178 29.5028 32.114L29.9331 31.7751Z", fill: fill }, void 0)] }), void 0));
218
+ };
219
+
220
+ var RadioEmpty = function (_a) {
221
+ var height = _a.height, width = _a.width; _a.fill;
222
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "radio empty" }, { children: jsxRuntime.jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", stroke: "#292929", strokeWidth: "2" }, void 0) }), void 0));
223
+ };
224
+
225
+ var RadioFilled = function (_a) {
226
+ var height = _a.height, width = _a.width; _a.fill;
227
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "radio filled" }, { children: jsxRuntime.jsx("circle", { cx: "20", cy: "20", r: "11", stroke: "#292929", strokeWidth: "14" }, void 0) }), void 0));
228
+ };
229
+
230
+ var Minus$1 = function (_a) {
231
+ var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? '#292929' : _b;
232
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "minus" }, { children: jsxRuntime.jsx("rect", { x: "4", y: "22.5", width: "4.5", height: "32", rx: "2.25", transform: "rotate(-90 4 22.5)", fill: fill }, void 0) }), void 0));
233
+ };
234
+
235
+ var SettingsSolid = function (_a) {
236
+ var height = _a.height, width = _a.width, fill = _a.fill;
237
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "settings solid" }, { children: jsxRuntime.jsx("path", { d: "M36.1575 16.221L33.6307 15.7924C33.3675 14.9426 33.029 14.1228 32.6154 13.3407L34.1044 11.2576C34.7362 10.3702 34.6384 9.15939 33.8638 8.39231L31.6227 6.15124C31.2016 5.7301 30.6451 5.49697 30.051 5.49697C29.5847 5.49697 29.141 5.63986 28.765 5.91059L26.6743 7.39962C25.8621 6.97096 25.0123 6.61751 24.1324 6.35429L23.7113 3.85753C23.5308 2.78212 22.6058 2 21.5154 2H18.3493C17.2588 2 16.3338 2.78212 16.1533 3.85753L15.7171 6.41446C14.8749 6.67767 14.0551 7.02361 13.273 7.44475L11.2049 5.95571C10.8289 5.68498 10.3777 5.54209 9.91143 5.54209C9.31732 5.54209 8.75329 5.77522 8.33967 6.19636L6.09108 8.43743C5.324 9.20451 5.21872 10.4153 5.85043 11.3027L7.3545 13.4159C6.94088 14.2056 6.60999 15.0253 6.35429 15.8751L3.85753 16.2962C2.78212 16.4767 2 17.4017 2 18.4922V21.6582C2 22.7487 2.78212 23.6737 3.85753 23.8542L6.41446 24.2904C6.67767 25.1326 7.02361 25.9524 7.44475 26.7345L5.96323 28.7951C5.33152 29.6825 5.42929 30.8932 6.20389 31.6603L8.44495 33.9014C8.8661 34.3225 9.4226 34.5557 10.0167 34.5557C10.483 34.5557 10.9267 34.4128 11.3027 34.142L13.4159 32.638C14.1755 33.0366 14.9726 33.3599 15.7924 33.6156L16.2135 36.1425C16.394 37.2179 17.319 38 18.4094 38H21.583C22.6735 38 23.5985 37.2179 23.779 36.1425L24.2076 33.6156C25.0574 33.3524 25.8772 33.014 26.6593 32.6004L28.7424 34.0894C29.1184 34.3601 29.5697 34.503 30.0359 34.503C30.63 34.503 31.1865 34.2699 31.6077 33.8488L33.8488 31.6077C34.6158 30.8406 34.7211 29.6298 34.0894 28.7424L32.6004 26.6518C33.014 25.8621 33.3599 25.0424 33.6156 24.2001L36.1425 23.779C37.2179 23.5985 38 22.6735 38 21.583V18.417C38.015 17.3265 37.2329 16.4015 36.1575 16.221ZM20.0038 26.8924C16.1985 26.8924 13.1076 23.8015 13.1076 19.9962C13.1076 16.1909 16.1985 13.1001 20.0038 13.1001C23.8091 13.1001 26.8999 16.1909 26.8999 19.9962C26.8999 23.8015 23.8091 26.8924 20.0038 26.8924Z", fill: fill }, void 0) }), void 0));
238
+ };
239
+
240
+ var Settings = function (_a) {
241
+ var height = _a.height, width = _a.width, fill = _a.fill;
242
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "settings" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3879 15.5586L37.0551 16.0111C38.1903 16.2016 39.0159 17.178 39 18.329V21.671C39 22.822 38.1744 23.7984 37.0393 23.9889L34.372 24.4335C34.1021 25.3225 33.737 26.1878 33.3004 27.0213L34.8722 29.2281C35.539 30.1648 35.4278 31.4429 34.6181 32.2526L32.2526 34.6181C31.808 35.0627 31.2206 35.3088 30.5935 35.3088C30.1013 35.3088 29.625 35.1579 29.2281 34.8722L27.0292 33.3004C26.2037 33.737 25.3384 34.0942 24.4414 34.372L23.9889 37.0393C23.7984 38.1744 22.822 39 21.671 39H18.3211C17.17 39 16.1936 38.1744 16.0031 37.0393L15.5586 34.372C14.6933 34.1021 13.8519 33.7608 13.0501 33.3401L10.8195 34.9277C10.4226 35.2135 9.95425 35.3643 9.46208 35.3643C8.83497 35.3643 8.24755 35.1182 7.80301 34.6737L5.43743 32.3081C4.6198 31.4984 4.51661 30.2204 5.18341 29.2837L6.74723 27.1086C6.30269 26.2831 5.93754 25.4178 5.6597 24.5287L2.96073 24.0683C1.82557 23.8778 1 22.9014 1 21.7504V18.4084C1 17.2574 1.82557 16.281 2.96073 16.0905L5.5962 15.6459C5.8661 14.7489 6.21537 13.8836 6.65197 13.0501L5.06434 10.8195C4.39754 9.88281 4.50867 8.60476 5.31836 7.79507L7.69187 5.4295C8.12847 4.98496 8.72384 4.73888 9.35095 4.73888C9.84312 4.73888 10.3194 4.8897 10.7163 5.17548L12.8993 6.74723C13.7249 6.30269 14.5901 5.93754 15.4792 5.6597L15.9396 2.96073C16.1301 1.82557 17.1065 1 18.2576 1H21.5995C22.7506 1 23.727 1.82557 23.9175 2.96073L24.362 5.5962C25.2908 5.87403 26.1878 6.24713 27.0451 6.6996L29.2519 5.12785C29.6488 4.84207 30.1172 4.69125 30.6094 4.69125C31.2365 4.69125 31.8239 4.93733 32.2684 5.38187L34.634 7.74744C35.4516 8.55713 35.5548 9.83518 34.888 10.7719L33.3163 12.9708C33.7529 13.7963 34.1101 14.6616 34.3879 15.5586ZM36.6979 21.8774C36.8011 21.8615 36.8726 21.7742 36.8726 21.671L36.8805 18.329C36.8805 18.2258 36.8091 18.1385 36.7059 18.1226L33.3718 17.559C32.9591 17.4955 32.6177 17.1859 32.5145 16.7731C32.2129 15.6062 31.7525 14.4869 31.1333 13.447C30.9189 13.0819 30.9348 12.6215 31.1809 12.2801L33.1416 9.52559C33.1972 9.43827 33.1893 9.32714 33.1178 9.25569L30.7522 6.89012C30.6967 6.83455 30.6332 6.82661 30.6014 6.82661C30.5617 6.82661 30.522 6.84249 30.4823 6.8663L27.7437 8.83497C27.3944 9.08105 26.9419 9.09693 26.5768 8.8826C25.5131 8.25548 24.37 7.78713 23.1713 7.48548C22.7585 7.38229 22.4489 7.04094 22.3775 6.62022L21.8218 3.31001C21.8059 3.20681 21.7186 3.13537 21.6154 3.13537H18.2734C18.1703 3.13537 18.0829 3.20681 18.0671 3.31001L17.4955 6.66785C17.4241 7.08064 17.1145 7.41404 16.7096 7.52517C15.5427 7.82682 14.4234 8.30311 13.3915 8.92229C13.0263 9.13662 12.5659 9.12074 12.2166 8.87466L9.47796 6.92187C9.44621 6.89806 9.40652 6.88218 9.35889 6.88218C9.3192 6.88218 9.26363 6.89012 9.20806 6.94569L6.84249 9.31126C6.77105 9.3827 6.76311 9.50178 6.81868 9.58116L8.79528 12.3595C9.04136 12.7009 9.06518 13.1533 8.85085 13.5185C8.23961 14.5584 7.78713 15.6856 7.49342 16.8525C7.39022 17.2653 7.04888 17.5749 6.62816 17.6463L3.31794 18.202C3.21475 18.2179 3.1433 18.3052 3.1433 18.4084V21.7504C3.1433 21.8536 3.21475 21.9409 3.31794 21.9568L6.67579 22.5283C7.08857 22.5998 7.42198 22.9093 7.53311 23.3142C7.83476 24.4811 8.31105 25.6004 8.93023 26.6323C9.14456 26.9975 9.12868 27.4579 8.8826 27.8072L6.92981 30.5459C6.87424 30.6332 6.88218 30.7443 6.95362 30.8158L9.3192 33.1813C9.37477 33.2369 9.43827 33.2448 9.47002 33.2448C9.50971 33.2448 9.5494 33.229 9.5891 33.2051L12.3675 31.2285C12.55 31.0936 12.7723 31.0301 12.9866 31.0301C13.1692 31.0301 13.3597 31.0777 13.5264 31.173C14.5504 31.7604 15.6459 32.2129 16.7811 32.5066C17.1859 32.6098 17.4955 32.9432 17.567 33.3639L18.1226 36.6979C18.1385 36.8011 18.2258 36.8726 18.329 36.8726H21.671C21.7742 36.8726 21.8615 36.8011 21.8774 36.6979L22.441 33.3639C22.5045 32.9511 22.8141 32.6098 23.2269 32.5066C24.3938 32.2049 25.5131 31.7445 26.553 31.1253C26.9181 30.911 27.3785 30.9269 27.7199 31.173L30.4744 33.1337C30.5062 33.1575 30.5459 33.1734 30.5935 33.1734C30.6332 33.1734 30.6887 33.1654 30.7443 33.1099L33.1099 30.7443C33.1813 30.6729 33.1893 30.5538 33.1337 30.4744L31.173 27.7119C30.9269 27.3626 30.911 26.9102 31.1253 26.545C31.7445 25.5051 32.2049 24.3858 32.5066 23.2189C32.6098 22.8141 32.9432 22.5045 33.3639 22.433L36.6979 21.8774ZM11.8039 19.9961C11.8039 15.4713 15.4792 11.7959 20.004 11.7959C24.5287 11.7959 28.2041 15.4713 28.2041 19.9961C28.2041 24.5208 24.5287 28.1962 20.004 28.1962C15.4792 28.1962 11.8039 24.5208 11.8039 19.9961ZM13.9472 19.9961C13.9472 23.338 16.662 26.0529 20.004 26.0529C23.3459 26.0529 26.0608 23.338 26.0608 19.9961C26.0608 16.6541 23.3459 13.9392 20.004 13.9392C16.662 13.9392 13.9472 16.6541 13.9472 19.9961Z", fill: fill }, void 0) }), void 0));
243
+ };
244
+
245
+ var Share = function (_a) {
246
+ var height = _a.height, width = _a.width, fill = _a.fill;
247
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "share" }, { children: jsxRuntime.jsx("path", { d: "M30.3746 26.7496C28.687 26.7496 27.1752 27.4944 26.1415 28.675L13.9695 21.7392C14.1453 21.1911 14.2438 20.6078 14.2438 19.9965C14.2438 19.3922 14.1453 18.8019 13.9695 18.2538L26.1415 11.318C27.1752 12.4985 28.687 13.2434 30.3746 13.2434C33.4756 13.2434 36 10.7207 36 7.62171C36 4.52274 33.4756 2 30.3746 2C27.2736 2 24.7492 4.52274 24.7492 7.62171C24.7492 8.22604 24.8476 8.81632 25.0234 9.36443L12.8515 16.3002C11.8248 15.1267 10.313 14.3818 8.6254 14.3818C5.5244 14.3818 3 16.9045 3 20.0035C3 23.1025 5.5244 25.6252 8.6254 25.6252C10.313 25.6252 11.8319 24.8803 12.8585 23.6998L25.0234 30.6356C24.8406 31.1837 24.7422 31.7669 24.7422 32.3783C24.7422 35.4773 27.2666 38 30.3676 38C33.4686 38 35.993 35.4773 35.993 32.3783C35.993 29.2793 33.4756 26.7496 30.3746 26.7496ZM30.3746 4.26274C32.238 4.26274 33.7498 5.77357 33.7498 7.63576C33.7498 9.49795 32.238 11.0088 30.3746 11.0088C28.5112 11.0088 26.9994 9.49795 26.9994 7.63576C26.9994 5.77357 28.5182 4.26274 30.3746 4.26274ZM8.6254 23.3765C6.76199 23.3765 5.25016 21.8657 5.25016 20.0035C5.25016 18.1413 6.76199 16.6305 8.6254 16.6305C10.4888 16.6305 12.0006 18.1413 12.0006 20.0035C12.0006 21.8657 10.4888 23.3765 8.6254 23.3765ZM30.3746 35.7443C28.5112 35.7443 26.9994 34.2335 26.9994 32.3713C26.9994 30.5091 28.5112 28.9982 30.3746 28.9982C32.238 28.9982 33.7498 30.5091 33.7498 32.3713C33.7498 34.2335 32.238 35.7443 30.3746 35.7443Z", fill: fill }, void 0) }), void 0));
248
+ };
249
+
250
+ var CircleCheck = function (_a) {
251
+ var height = _a.height, width = _a.width, fill = _a.fill;
252
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle check" }, { children: [jsxRuntime.jsx("path", { d: "M20 1C9.51505 1 1 9.51505 1 20C1 30.4849 9.51505 39 20 39C30.4849 39 39 30.4849 39 20C39 9.51505 30.4849 1 20 1ZM20 37.0936C10.5953 37.0936 2.90635 29.4682 2.90635 20C2.90635 10.5953 10.5953 2.90635 20 2.90635C29.4047 2.90635 37.0936 10.5953 37.0936 20C37.0936 29.4682 29.4682 37.0936 20 37.0936Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M26.7933 14.3293L16.8413 24.339L13.2933 20.6512C12.774 20.2122 11.9087 20.2122 11.3894 20.6512C10.8702 21.0902 10.8702 21.9683 11.3894 22.4951L15.976 27.1488C16.2356 27.4122 16.5817 27.5 16.9279 27.5C17.274 27.5 17.6202 27.4122 17.7933 27.1488L28.6106 16.1732C29.1298 15.6463 29.1298 14.8561 28.6106 14.3293C28.0913 13.8902 27.3125 13.8902 26.7933 14.3293Z", fill: fill }, void 0)] }), void 0));
253
+ };
254
+
255
+ var CircleClear = function (_a) {
256
+ var height = _a.height, width = _a.width, fill = _a.fill;
257
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle clear" }, { children: [jsxRuntime.jsx("path", { d: "M26.6938 24.5698L22.1199 19.9886L26.5823 15.5192C27.0285 15.0723 27.1401 14.4019 26.8054 13.8432C26.3592 13.0611 25.2436 12.9493 24.6858 13.508L20.1119 18.0891L15.3148 13.3963C14.8686 12.9493 13.9761 12.8376 13.4183 13.2845C12.8606 13.8432 12.8606 14.7371 13.4183 15.2958L18.1038 19.9886L13.5299 24.5698C13.0837 25.0167 12.9721 25.6871 13.3068 26.2458C13.753 27.0279 14.8686 27.1397 15.4264 26.581L20.0003 21.9999L24.5742 26.581C25.132 27.1397 25.9129 27.1397 26.4707 26.581C27.0285 26.0223 27.1401 25.1284 26.6938 24.5698Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M20 1C9.51505 1 1 9.51505 1 20C1 30.4849 9.51505 39 20 39C30.4849 39 39 30.4849 39 20C39 9.51505 30.4849 1 20 1ZM20 37.0936C10.5953 37.0936 2.90635 29.4682 2.90635 20C2.90635 10.5953 10.5953 2.90635 20 2.90635C29.4047 2.90635 37.0936 10.5953 37.0936 20C37.0936 29.4682 29.4682 37.0936 20 37.0936Z", fill: fill }, void 0)] }), void 0));
258
+ };
259
+
260
+ var CircleInfo = function (_a) {
261
+ var height = _a.height, width = _a.width, fill = _a.fill;
262
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle info" }, { children: jsxRuntime.jsx("path", { d: "M20 4.32258C28.6096 4.32258 35.6774 11.2958 35.6774 20C35.6774 28.6582 28.6654 35.6774 20 35.6774C11.3452 35.6774 4.32258 28.6689 4.32258 20C4.32258 11.3482 11.334 4.32258 20 4.32258ZM20 2C10.0596 2 2 10.0625 2 20C2 29.9433 10.0596 38 20 38C29.9404 38 38 29.9433 38 20C38 10.0625 29.9404 2 20 2ZM17.3871 26.9677H18.2581V18.2581H17.3871C16.9061 18.2581 16.5161 17.8681 16.5161 17.3871V16.8065C16.5161 16.3255 16.9061 15.9355 17.3871 15.9355H20.871C21.352 15.9355 21.7419 16.3255 21.7419 16.8065V26.9677H22.6129C23.0939 26.9677 23.4839 27.3577 23.4839 27.8387V28.4194C23.4839 28.9003 23.0939 29.2903 22.6129 29.2903H17.3871C16.9061 29.2903 16.5161 28.9003 16.5161 28.4194V27.8387C16.5161 27.3577 16.9061 26.9677 17.3871 26.9677ZM20 9.54839C18.7173 9.54839 17.6774 10.5883 17.6774 11.871C17.6774 13.1537 18.7173 14.1935 20 14.1935C21.2827 14.1935 22.3226 13.1537 22.3226 11.871C22.3226 10.5883 21.2827 9.54839 20 9.54839Z", fill: fill }, void 0) }), void 0));
263
+ };
264
+
265
+ var CircleMinus = function (_a) {
266
+ var height = _a.height, width = _a.width, fill = _a.fill;
267
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle minus" }, { children: [jsxRuntime.jsx("path", { d: "M20 1C9.51505 1 1 9.51505 1 20C1 30.4849 9.51505 39 20 39C30.4849 39 39 30.4849 39 20C39 9.51505 30.4849 1 20 1ZM20 37.0936C10.5953 37.0936 2.90635 29.4682 2.90635 20C2.90635 10.5953 10.5953 2.90635 20 2.90635C29.4047 2.90635 37.0936 10.5953 37.0936 20C37.0936 29.4682 29.4682 37.0936 20 37.0936Z", fill: fill }, void 0), jsxRuntime.jsx("rect", { x: "11", y: "22", width: "3", height: "18", rx: "1.5", transform: "rotate(-90 11 22)", fill: fill }, void 0)] }), void 0));
268
+ };
269
+
270
+ var CirclePlus = function (_a) {
271
+ var height = _a.height, width = _a.width, fill = _a.fill;
272
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle plusd" }, { children: [jsxRuntime.jsx("path", { d: "M20 1C9.51505 1 1 9.51505 1 20C1 30.4849 9.51505 39 20 39C30.4849 39 39 30.4849 39 20C39 9.51505 30.4849 1 20 1ZM20 37.0936C10.5953 37.0936 2.90635 29.4682 2.90635 20C2.90635 10.5953 10.5953 2.90635 20 2.90635C29.4047 2.90635 37.0936 10.5953 37.0936 20C37.0936 29.4682 29.4682 37.0936 20 37.0936Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M20 12C19.3144 12 18.7586 12.5558 18.7586 13.2414V18.7586H13.2414C12.5558 18.7586 12 19.3144 12 20C12 20.6856 12.5558 21.2414 13.2414 21.2414H18.7586V26.7586C18.7586 27.4442 19.3144 28 20 28C20.6856 28 21.2414 27.4442 21.2414 26.7586V21.2414H26.7586C27.4442 21.2414 28 20.6856 28 20C28 19.3144 27.4442 18.7586 26.7586 18.7586H21.2414V13.2414C21.2414 12.5558 20.6856 12 20 12Z", fill: fill }, void 0)] }), void 0));
273
+ };
274
+
275
+ var CircleQuestion = function (_a) {
276
+ var height = _a.height, width = _a.width, fill = _a.fill;
277
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle question" }, { children: jsxRuntime.jsx("path", { d: "M20 26.0968C18.8776 26.0968 17.9677 27.0066 17.9677 28.129C17.9677 29.2514 18.8776 30.1613 20 30.1613C21.1224 30.1613 22.0323 29.2514 22.0323 28.129C22.0323 27.0066 21.1224 26.0968 20 26.0968ZM20.5567 24.3548H19.3954C18.9144 24.3548 18.5244 23.9649 18.5244 23.4839V23.4562C18.5244 18.3507 24.1451 18.8387 24.1451 15.6605C24.1451 14.2077 22.856 12.7419 19.976 12.7419C17.8608 12.7419 16.7633 13.4423 15.6785 14.8244C15.3948 15.1859 14.8762 15.2595 14.4992 14.9969L13.5459 14.3328C13.1376 14.0483 13.048 13.4784 13.3539 13.086C14.8945 11.1099 16.7224 9.83871 19.976 9.83871C23.7735 9.83871 27.0483 11.9981 27.0483 15.6605C27.0483 20.5534 21.4277 20.2947 21.4277 23.4562V23.4839C21.4277 23.9649 21.0377 24.3548 20.5567 24.3548ZM20 4.32258C28.6096 4.32258 35.6774 11.2958 35.6774 20C35.6774 28.6582 28.6654 35.6774 20 35.6774C11.3452 35.6774 4.32258 28.6689 4.32258 20C4.32258 11.3482 11.334 4.32258 20 4.32258ZM20 2C10.0596 2 2 10.0625 2 20C2 29.9433 10.0596 38 20 38C29.9404 38 38 29.9433 38 20C38 10.0625 29.9404 2 20 2Z", fill: fill }, void 0) }), void 0));
278
+ };
279
+
280
+ var CircleWarning = function (_a) {
281
+ var height = _a.height, width = _a.width; _a.fill;
282
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "circle Warning" }, { children: [jsxRuntime.jsx("path", { d: "M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z", stroke: "#292929", strokeWidth: "2" }, void 0), jsxRuntime.jsx("path", { d: "M21.1827 10C21.4986 10 21.7293 10.295 21.7209 10.625L21.2225 22.6134C21.2135 22.9361 20.9802 23.1997 20.6844 23.1997H19.3222C19.0249 23.1997 18.7931 22.9268 18.7841 22.6135L18.2858 10.627L18.2857 10.625C18.2773 10.295 18.508 10 18.8239 10H21.1827Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M20 25.7635C21.1026 25.7635 22 26.6127 22 27.8818C22 29.1509 21.1026 30 20 30C18.8974 30 18 29.1509 18 27.8818C18 26.6127 18.8974 25.7635 20 25.7635Z", fill: "#292929" }, void 0)] }), void 0));
283
+ };
284
+
285
+ var CircleSolidCheck = function (_a) {
286
+ var height = _a.height, width = _a.width, fill = _a.fill;
287
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle solid check" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1ZM16.8413 24.339L26.7933 14.3293C27.3125 13.8902 28.0913 13.8902 28.6106 14.3293C29.1298 14.8561 29.1298 15.6463 28.6106 16.1732L17.7933 27.1488C17.6202 27.4122 17.274 27.5 16.9279 27.5C16.5817 27.5 16.2356 27.4122 15.976 27.1488L11.3894 22.4951C10.8702 21.9683 10.8702 21.0902 11.3894 20.6512C11.9087 20.2122 12.774 20.2122 13.2933 20.6512L16.8413 24.339Z", fill: fill }, void 0) }), void 0));
288
+ };
289
+
290
+ var CircleSolidClear = function (_a) {
291
+ var height = _a.height, width = _a.width, fill = _a.fill;
292
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle solid clear" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1ZM22.1199 19.9886L26.6938 24.5698C27.1401 25.1284 27.0285 26.0223 26.4707 26.581C25.9129 27.1397 25.132 27.1397 24.5742 26.581L20.0003 21.9999L15.4264 26.581C14.8686 27.1397 13.753 27.0279 13.3068 26.2458C12.9721 25.6871 13.0837 25.0167 13.5299 24.5698L18.1038 19.9886L13.4183 15.2958C12.8606 14.7371 12.8606 13.8432 13.4183 13.2845C13.9761 12.8376 14.8686 12.9493 15.3148 13.3963L20.1119 18.0891L24.6858 13.508C25.2436 12.9493 26.3592 13.0611 26.8054 13.8432C27.1401 14.4019 27.0285 15.0723 26.5823 15.5192L22.1199 19.9886Z", fill: fill }, void 0) }), void 0));
293
+ };
294
+
295
+ var CircleSolidMinus = function (_a) {
296
+ var height = _a.height, width = _a.width, fill = _a.fill;
297
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle solid minus" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1ZM11 20.5C11 21.3284 11.6716 22 12.5 22H27.5C28.3284 22 29 21.3284 29 20.5C29 19.6716 28.3284 19 27.5 19H12.5C11.6716 19 11 19.6716 11 20.5Z", fill: fill }, void 0) }), void 0));
298
+ };
299
+
300
+ var CircleSolidPlus = function (_a) {
301
+ var height = _a.height, width = _a.width, fill = _a.fill;
302
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle solid plus" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1ZM18.7586 13.2414C18.7586 12.5558 19.3144 12 20 12C20.6856 12 21.2414 12.5558 21.2414 13.2414V18.7586H26.7586C27.4442 18.7586 28 19.3144 28 20C28 20.6856 27.4442 21.2414 26.7586 21.2414H21.2414V26.7586C21.2414 27.4442 20.6856 28 20 28C19.3144 28 18.7586 27.4442 18.7586 26.7586V21.2414H13.2414C12.5558 21.2414 12 20.6856 12 20C12 19.3144 12.5558 18.7586 13.2414 18.7586H18.7586V13.2414Z", fill: fill }, void 0) }), void 0));
303
+ };
304
+
305
+ var CircleSolidQuestion = function (_a) {
306
+ var height = _a.height, width = _a.width, fill = _a.fill;
307
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle solid question" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1ZM20.4506 24.6453H19.279C18.7937 24.6453 18.4003 24.2518 18.4003 23.7666V23.7387C18.4003 20.8594 20.1721 19.7434 21.7349 18.7591C22.968 17.9824 24.0709 17.2877 24.0709 15.8736C24.0709 14.4079 22.7704 12.9291 19.8648 12.9291C17.7307 12.9291 16.6235 13.6356 15.529 15.0301C15.2428 15.3947 14.7196 15.4691 14.3392 15.2041L13.3775 14.534C12.9656 14.2471 12.8751 13.6721 13.1838 13.2762C14.7381 11.2825 16.5822 10 19.8648 10C23.696 10 27 12.1786 27 15.8736C27 18.6102 25.2572 19.7495 23.704 20.7649C22.4554 21.5811 21.3293 22.3173 21.3293 23.7387V23.7666C21.3293 24.2518 20.9359 24.6453 20.4506 24.6453ZM19.889 26.4027C18.7566 26.4027 17.8386 27.3207 17.8386 28.453C17.8386 29.5854 18.7566 30.5034 19.889 30.5034C21.0214 30.5034 21.9393 29.5854 21.9393 28.453C21.9393 27.3207 21.0214 26.4027 19.889 26.4027Z", fill: fill }, void 0) }), void 0));
308
+ };
309
+
310
+ var CircleSolidWarning = function (_a) {
311
+ var height = _a.height, width = _a.width, fill = _a.fill;
312
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "circle solid warning" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1ZM21.7209 10.625C21.7293 10.295 21.4986 10 21.1827 10H18.8239C18.508 10 18.2773 10.295 18.2858 10.625L18.2858 10.627L18.7841 22.6135C18.7931 22.9268 19.0249 23.1997 19.3223 23.1997H20.6844C20.9802 23.1997 21.2136 22.9361 21.2225 22.6134L21.7209 10.625ZM22 27.8818C22 26.6127 21.1026 25.7635 20 25.7635C18.8974 25.7635 18 26.6127 18 27.8818C18 29.1509 18.8974 30 20 30C21.1026 30 22 29.1509 22 27.8818Z", fill: fill }, void 0) }), void 0));
313
+ };
314
+
190
315
  var Actions = /*#__PURE__*/Object.freeze({
191
316
  __proto__: null,
192
317
  Check: Check$1,
@@ -200,7 +325,32 @@ var Actions = /*#__PURE__*/Object.freeze({
200
325
  Edit: Edit,
201
326
  SignOut: SignOut,
202
327
  Add: Add,
203
- Copy: Copy
328
+ Copy: Copy,
329
+ CheckboxEmpty: CheckboxEmpty,
330
+ CheckboxLight: CheckboxLight,
331
+ CheckboxSolid: CheckboxSolid,
332
+ Like: Like,
333
+ LikeSolid: LikeSolid,
334
+ NotAllowed: NotAllowed,
335
+ RadioEmpty: RadioEmpty,
336
+ RadioFilled: RadioFilled,
337
+ Minus: Minus$1,
338
+ SettingsSolid: SettingsSolid,
339
+ Settings: Settings,
340
+ Share: Share,
341
+ CircleCheck: CircleCheck,
342
+ CircleClear: CircleClear,
343
+ CircleInfo: CircleInfo,
344
+ CircleMinus: CircleMinus,
345
+ CirclePlus: CirclePlus,
346
+ CircleQuestion: CircleQuestion,
347
+ CircleWarning: CircleWarning,
348
+ CircleSolidCheck: CircleSolidCheck,
349
+ CircleSolidClear: CircleSolidClear,
350
+ CircleSolidMinus: CircleSolidMinus,
351
+ CircleSolidPlus: CircleSolidPlus,
352
+ CircleSolidQuestion: CircleSolidQuestion,
353
+ CircleSolidWarning: CircleSolidWarning
204
354
  });
205
355
 
206
356
  var FitPredictor$1 = function (_a) {
@@ -208,7 +358,7 @@ var FitPredictor$1 = function (_a) {
208
358
  return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 18, viewBoxY: 18, title: "fit predictor" }, { children: jsxRuntime.jsx("path", { d: "M9.125 0C4 0 0 3.97241 0 8.93793C0 13.9034 4 18 9 18C14 18 18 14.0276 18 9.06207C18 4.09655 14.125 0 9.125 0ZM13.125 4.84138C12.125 4.84138 12 3.6 11.625 3.6C11.375 3.6 11 6.2069 11 6.2069H13.625L13.25 7.44828H10.75C9.75 12.1655 9.125 15.5172 5.75 15.5172C3.375 15.5172 3.625 13.2828 5 13.1586C6.5 13.0345 6.25 14.4 6.5 14.4C7.125 14.4 8.375 7.57241 8.375 7.44828H5.875L6.25 6.2069H8.625C9.75 1.11724 13.75 2.35862 14.125 3.22759C14.625 4.34483 13.625 4.96552 13.125 4.84138Z", fill: fill }, void 0) }), void 0));
209
359
  };
210
360
 
211
- var Loading = function (_a) {
361
+ var Loading$1 = function (_a) {
212
362
  var height = _a.height, width = _a.width, fill = _a.fill, backgroundColor = _a.backgroundColor;
213
363
  return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 100, viewBoxY: 100, title: "loading", testId: "Loading" }, { children: [jsxRuntime.jsx("mask", __assign$1({ id: "loading-mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "100", height: "100" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50 100C77.6142 100 100 77.6142 100 50C100 22.3858 77.6142 0 50 0C22.3858 0 0 22.3858 0 50C0 77.6142 22.3858 100 50 100ZM50 95C74.8528 95 95 74.8528 95 50C95 25.1472 74.8528 5 50 5C25.1472 5 5 25.1472 5 50C5 74.8528 25.1472 95 50 95Z" }, void 0) }), void 0), jsxRuntime.jsxs("g", __assign$1({ mask: "url(#loading-mask0)" }, { children: [jsxRuntime.jsx("rect", { width: "100", height: "100", fill: backgroundColor }, void 0), jsxRuntime.jsx("rect", { x: "50", width: "50", height: "50", fill: fill }, void 0)] }), void 0)] }), void 0));
214
364
  };
@@ -287,7 +437,7 @@ var FitGuarantee = function (_a) {
287
437
  var Other = /*#__PURE__*/Object.freeze({
288
438
  __proto__: null,
289
439
  FitPredictor: FitPredictor$1,
290
- Loading: Loading,
440
+ Loading: Loading$1,
291
441
  Shapermint: Shapermint,
292
442
  McAfee: McAfee,
293
443
  GetDiscount: GetDiscount,
@@ -339,6 +489,61 @@ var CircleUp = function (_a) {
339
489
  return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle up" }, { children: jsxRuntime.jsx("path", { d: "M0 19C0 8.50403 8.50403 0 19 0C29.496 0 38 8.50403 38 19C38 29.496 29.496 38 19 38C8.50403 38 0 29.496 0 19ZM17.6976 10.2738L7.31653 20.6548C6.59637 21.375 6.59637 22.5395 7.31653 23.252L8.61895 24.5544C9.33911 25.2746 10.5036 25.2746 11.2161 24.5544L19 16.7706L26.7839 24.5544C27.504 25.2746 28.6685 25.2746 29.381 24.5544L30.6835 23.252C31.4036 22.5319 31.4036 21.3673 30.6835 20.6548L20.3024 10.2738C19.5823 9.55363 18.4177 9.55363 17.6976 10.2738Z", fill: fill }, void 0) }), void 0));
340
490
  };
341
491
 
492
+ var CircleChevronLeft = function (_a) {
493
+ var width = _a.width, height = _a.height, fill = _a.fill;
494
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle chevron left" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 20C38 29.9411 29.9411 38 20 38C10.0589 38 2 29.9411 2 20C2 10.0589 10.0589 2 20 2C29.9411 2 38 10.0589 38 20ZM23.6061 28.6476C23.1487 29.1175 22.3863 29.1175 21.9288 28.6476L14.3558 20.9202C14.1525 20.6592 14 20.3459 14 20.0326C14 19.6671 14.1525 19.3539 14.3558 19.145L21.9288 11.3655C22.183 11.1044 22.4879 11 22.7929 11C23.0978 11 23.4028 11.1044 23.6569 11.3655C24.1144 11.8354 24.1144 12.6186 23.6569 13.0885C21.8272 15.0203 19.9975 16.8999 18.1677 18.7796C18.1677 18.8057 17.8501 19.1189 17.5324 19.4322C17.2147 19.7455 16.8971 20.0587 16.8971 20.0848C16.8971 20.1109 17.202 20.4112 17.507 20.7114C17.8119 21.0116 18.1169 21.3118 18.1169 21.3379C19.0318 22.2778 19.9467 23.2045 20.8615 24.1313C21.7764 25.058 22.6912 25.9848 23.6061 26.9246C24.0635 27.3945 24.0635 28.1777 23.6061 28.6476Z", fill: fill }, void 0) }), void 0));
495
+ };
496
+
497
+ var CircleChevronRight = function (_a) {
498
+ var width = _a.width, height = _a.height, fill = _a.fill;
499
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle chevron Right" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 20C2 29.9411 10.0589 38 20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2C10.0589 2 2 10.0589 2 20ZM16.3939 28.6476C16.8513 29.1175 17.6137 29.1175 18.0712 28.6476L25.6442 20.9202C25.8475 20.6592 26 20.3459 26 20.0326C26 19.6671 25.8475 19.3539 25.6442 19.145L18.0712 11.3655C17.817 11.1044 17.5121 11 17.2071 11C16.9022 11 16.5972 11.1044 16.3431 11.3655C15.8856 11.8354 15.8856 12.6186 16.3431 13.0885C18.1728 15.0203 20.0025 16.8999 21.8323 18.7796C21.8323 18.8057 22.1499 19.1189 22.4676 19.4322C22.7853 19.7455 23.1029 20.0587 23.1029 20.0848C23.1029 20.1109 22.798 20.4112 22.493 20.7114C22.1881 21.0116 21.8831 21.3118 21.8831 21.3379C20.9682 22.2778 20.0533 23.2045 19.1385 24.1313C18.2236 25.058 17.3088 25.9848 16.3939 26.9246C15.9365 27.3945 15.9365 28.1777 16.3939 28.6476Z", fill: fill }, void 0) }), void 0));
500
+ };
501
+
502
+ var CircleChevronDown = function (_a) {
503
+ var width = _a.width, height = _a.height, fill = _a.fill;
504
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle chevron down" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 2C10.0589 2 2 10.0589 2 20C2 29.9411 10.0589 38 20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2ZM11.3524 16.3939C10.8825 16.8513 10.8825 17.6137 11.3524 18.0712L19.0798 25.6442C19.3408 25.8475 19.6541 26 19.9674 26C20.3329 26 20.6461 25.8475 20.855 25.6442L28.6345 18.0712C28.8956 17.817 29 17.5121 29 17.2071C29 16.9022 28.8956 16.5972 28.6345 16.3431C28.1646 15.8856 27.3814 15.8856 26.9115 16.3431C24.9797 18.1728 23.1001 20.0025 21.2204 21.8323C21.1943 21.8323 20.8811 22.1499 20.5678 22.4676C20.2545 22.7853 19.9413 23.1029 19.9152 23.1029C19.8891 23.1029 19.5888 22.798 19.2886 22.493C18.9884 22.1881 18.6882 21.8831 18.6621 21.8831C17.7222 20.9682 16.7955 20.0533 15.8687 19.1385C14.942 18.2236 14.0152 17.3088 13.0754 16.3939C12.6055 15.9365 11.8223 15.9365 11.3524 16.3939Z", fill: fill }, void 0) }), void 0));
505
+ };
506
+
507
+ var CircleChevronUp = function (_a) {
508
+ var width = _a.width, height = _a.height, fill = _a.fill;
509
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle chevron up" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2C10.0589 2 2 10.0589 2 20C2 29.9411 10.0589 38 20 38ZM28.6476 23.6061C29.1175 23.1487 29.1175 22.3863 28.6476 21.9288L20.9202 14.3558C20.6592 14.1525 20.3459 14 20.0326 14C19.6671 14 19.3539 14.1525 19.145 14.3558L11.3655 21.9288C11.1044 22.183 11 22.4879 11 22.7929C11 23.0978 11.1044 23.4028 11.3655 23.6569C11.8354 24.1144 12.6186 24.1144 13.0885 23.6569C15.0203 21.8272 16.8999 19.9975 18.7796 18.1677C18.8057 18.1677 19.1189 17.8501 19.4322 17.5324C19.7455 17.2147 20.0587 16.8971 20.0848 16.8971C20.1109 16.8971 20.4112 17.202 20.7114 17.507C21.0116 17.8119 21.3118 18.1169 21.3379 18.1169C22.2778 19.0318 23.2045 19.9467 24.1313 20.8615C25.058 21.7764 25.9848 22.6912 26.9246 23.6061C27.3945 24.0635 28.1777 24.0635 28.6476 23.6061Z", fill: fill }, void 0) }), void 0));
510
+ };
511
+
512
+ var ChevronDownVariant = function (_a) {
513
+ var width = _a.width, height = _a.height, fill = _a.fill;
514
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "chevron down variant" }, { children: jsxRuntime.jsx("path", { d: "M29.5843 30.1397C30.1386 29.5972 30.1386 28.7835 29.5843 28.241C29.03 27.6985 28.1986 27.6985 27.6443 28.241L21.455 34.389V2.35617C21.3626 1.63288 20.7159 1 19.9769 1C19.2379 1 18.5912 1.63288 18.5912 2.35617V34.389L12.3095 28.241C11.7552 27.6985 10.9238 27.6985 10.3695 28.241C10.0924 28.5123 10 28.8739 10 29.2355C10 29.5972 10.0924 29.9588 10.3695 30.2301L18.9607 38.6384C19.2379 38.9096 19.6074 39 19.9769 39C20.3464 39 20.7159 38.8192 20.9931 38.6384L29.5843 30.1397Z", fill: fill }, void 0) }), void 0));
515
+ };
516
+
517
+ var ChevronUpVariant = function (_a) {
518
+ var width = _a.width, height = _a.height, fill = _a.fill;
519
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "chevron up variant" }, { children: jsxRuntime.jsx("path", { d: "M10.4157 9.86033C9.86143 10.4028 9.86143 11.2165 10.4157 11.759C10.97 12.3015 11.8014 12.3015 12.3557 11.759L18.545 5.61099V37.6438C18.6374 38.3671 19.2841 39 20.0231 39C20.7621 39 21.4088 38.3671 21.4088 37.6438V5.61099L27.6905 11.759C28.2448 12.3015 29.0762 12.3015 29.6305 11.759C29.9076 11.4877 30 11.1261 30 10.7645C30 10.4028 29.9076 10.0412 29.6305 9.76992L21.0393 1.36164C20.7621 1.09041 20.3926 1 20.0231 1C19.6536 1 19.2841 1.18082 19.0069 1.36164L10.4157 9.86033Z", fill: fill }, void 0) }), void 0));
520
+ };
521
+
522
+ var ChevronLeftVariant = function (_a) {
523
+ var width = _a.width, height = _a.height, fill = _a.fill;
524
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "chevron left variant" }, { children: jsxRuntime.jsx("path", { d: "M9.86033 10.4157C10.4028 9.86143 11.2165 9.86143 11.759 10.4157C12.3015 10.97 12.3015 11.8014 11.759 12.3557L5.61099 18.545H37.6438C38.3671 18.6374 39 19.2841 39 20.0231C39 20.7621 38.3671 21.4088 37.6438 21.4088H5.61099L11.759 27.6905C12.3015 28.2448 12.3015 29.0762 11.759 29.6305C11.4877 29.9076 11.1261 30 10.7645 30C10.4028 30 10.0412 29.9076 9.76992 29.6305L1.36164 21.0393C1.09041 20.7621 1 20.3926 1 20.0231C1 19.6536 1.18082 19.2841 1.36164 19.0069L9.86033 10.4157Z", fill: fill }, void 0) }), void 0));
525
+ };
526
+
527
+ var CircleLineUp = function (_a) {
528
+ var width = _a.width, height = _a.height, fill = _a.fill;
529
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle line right" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 38C10.0589 38 2 29.9411 2 20C2 10.0589 10.0589 2 20 2C29.9411 2 38 10.0589 38 20C38 29.9411 29.9411 38 20 38ZM21.0262 13.5445V28.8923C21.0262 29.5805 20.398 30.0623 19.7699 29.9935C19.2814 29.8558 18.9324 29.4429 18.9324 28.9611V13.6133L14.8146 17.6051C14.4656 17.9492 13.9073 18.018 13.4886 17.7427C13.1396 17.5363 13 17.1921 13 16.848C13 16.5727 13.0698 16.2974 13.2792 16.091L19.2116 10.3097C19.6303 9.89676 20.2585 9.89676 20.6772 10.3097L26.6794 16.091C27.1679 16.5039 27.0981 17.3298 26.47 17.6739C26.0513 17.9492 25.4929 17.8804 25.1439 17.5363L21.0262 13.5445Z", fill: fill }, void 0) }), void 0));
530
+ };
531
+
532
+ var CircleLineDown = function (_a) {
533
+ var width = _a.width, height = _a.height, fill = _a.fill;
534
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle line down" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 2C10.0589 2 2 10.0589 2 20C2 29.9411 10.0589 38 20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2ZM21.0262 26.4555V11.1077C21.0262 10.4195 20.398 9.93772 19.7699 10.0065C19.2814 10.1442 18.9324 10.5571 18.9324 11.0389V26.3867L14.8146 22.3949C14.4656 22.0508 13.9073 21.982 13.4886 22.2573C13.1396 22.4637 13 22.8079 13 23.152C13 23.4273 13.0698 23.7026 13.2792 23.909L19.2116 29.6903C19.6303 30.1032 20.2585 30.1032 20.6772 29.6903L26.6794 23.909C27.1679 23.4961 27.0981 22.6702 26.47 22.3261C26.0513 22.0508 25.4929 22.1196 25.1439 22.4637L21.0262 26.4555Z", fill: fill }, void 0) }), void 0));
535
+ };
536
+
537
+ var CircleLineLeft = function (_a) {
538
+ var width = _a.width, height = _a.height, fill = _a.fill;
539
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle line left" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 20C38 29.9411 29.9411 38 20 38C10.0589 38 2 29.9411 2 20C2 10.0589 10.0589 2 20 2C29.9411 2 38 10.0589 38 20ZM13.5445 18.9738H28.8923C29.5805 18.9738 30.0623 19.602 29.9935 20.2301C29.8558 20.7186 29.4429 21.0676 28.9611 21.0676H13.6133L17.6051 25.1854C17.9492 25.5344 18.018 26.0927 17.7427 26.5114C17.5363 26.8604 17.1921 27 16.848 27C16.5727 27 16.2974 26.9302 16.091 26.7208L10.3097 20.7884C9.89676 20.3697 9.89676 19.7415 10.3097 19.3228L16.091 13.3206C16.5039 12.8321 17.3298 12.9019 17.6739 13.53C17.9492 13.9487 17.8804 14.5071 17.5363 14.8561L13.5445 18.9738Z", fill: fill }, void 0) }), void 0));
540
+ };
541
+
542
+ var CircleLineRight = function (_a) {
543
+ var width = _a.width, height = _a.height, fill = _a.fill;
544
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 38, viewBoxY: 38, title: "circle line right" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 20C2 29.9411 10.0589 38 20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2C10.0589 2 2 10.0589 2 20ZM26.4555 18.9738H11.1077C10.4195 18.9738 9.93772 19.602 10.0065 20.2301C10.1442 20.7186 10.5571 21.0676 11.0389 21.0676H26.3867L22.3949 25.1854C22.0508 25.5344 21.982 26.0927 22.2573 26.5114C22.4637 26.8604 22.8079 27 23.152 27C23.4273 27 23.7026 26.9302 23.909 26.7208L29.6903 20.7884C30.1032 20.3697 30.1032 19.7415 29.6903 19.3228L23.909 13.3206C23.4961 12.8321 22.6702 12.9019 22.3261 13.53C22.0508 13.9487 22.1196 14.5071 22.4637 14.8561L26.4555 18.9738Z", fill: fill }, void 0) }), void 0));
545
+ };
546
+
342
547
  var Arrows = /*#__PURE__*/Object.freeze({
343
548
  __proto__: null,
344
549
  ChevronDown: ChevronDown,
@@ -347,7 +552,18 @@ var Arrows = /*#__PURE__*/Object.freeze({
347
552
  ChevronRightVariant: ChevronRightVariant,
348
553
  ChevronUp: ChevronUp,
349
554
  ChevronUpSolid: ChevronUpSolid,
350
- CircleUp: CircleUp
555
+ CircleUp: CircleUp,
556
+ CircleChevronLeft: CircleChevronLeft,
557
+ CircleChevronRight: CircleChevronRight,
558
+ CircleChevronDown: CircleChevronDown,
559
+ CircleChevronUp: CircleChevronUp,
560
+ ChevronDownVariant: ChevronDownVariant,
561
+ ChevronUpVariant: ChevronUpVariant,
562
+ ChevronLeftVariant: ChevronLeftVariant,
563
+ CircleLineUp: CircleLineUp,
564
+ CircleLineDown: CircleLineDown,
565
+ CircleLineLeft: CircleLineLeft,
566
+ CircleLineRight: CircleLineRight
351
567
  });
352
568
 
353
569
  var Clock = function (_a) {
@@ -400,7 +616,7 @@ var Shipping = function (_a) {
400
616
  return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Shipping" }, { children: jsxRuntime.jsx("path", { d: "M38.7573 19.8505L36.5475 17.0208L32.9942 9.99748C32.796 9.60365 32.3849 9.34839 31.9371 9.34839H26.8861V8.17419C26.8861 7.52511 26.3575 7 25.7041 7H5.95551C5.30212 7 4.77353 7.52511 4.77353 8.17419C4.77353 8.18878 4.77353 8.20337 4.77353 8.21795C4.77353 8.22525 4.77353 8.22525 4.77353 8.23254V10.0558C4.77353 10.6976 5.30212 11.2227 5.94817 11.2227H14.3835C15.0076 11.2227 15.7197 11.7259 15.7197 12.3459V12.4261C15.7197 13.046 15.0076 13.5492 14.3835 13.5492H4.77353V13.5784H4.24494C3.6356 13.5784 2.97486 13.9576 2.97486 14.7526C2.9822 15.5257 3.6356 15.9705 4.24494 15.9705H11.8728C12.5115 15.9705 13.0401 16.4592 13.0401 17.1812C13.0401 17.7865 12.4894 18.2971 11.8801 18.2971H2.10122C1.49188 18.2971 1 18.8732 1 19.4712C1 20.0766 1.49188 20.6892 2.10122 20.6892H8.89211C9.50879 20.6892 10.0007 21.1778 10.0007 21.7832C10.0007 22.3885 9.50879 23.0813 8.89945 23.0813H3.59155C2.99689 23.0813 2.49032 23.5335 2.46096 24.1243C2.43159 24.7515 2.93815 25.2693 3.56218 25.2693H5.36085V28.5512C5.36085 29.1565 5.85273 29.6452 6.46207 29.6452H8.26074C8.65718 31.5778 10.3751 33 12.394 33C14.4129 33 16.1382 31.5778 16.5273 29.6452H27.7084C28.1048 31.5778 29.8227 33 31.8416 33C33.8605 33 35.5858 31.5778 35.9749 29.6452H37.8983C38.5077 29.6452 38.9996 29.1565 38.9996 28.5512V28.223V21.9947V20.5725C39.0069 20.31 38.9188 20.0547 38.7573 19.8505ZM13.8182 30.2286C12.5702 31.4684 10.4412 30.6224 10.3751 28.894C10.309 27.1874 12.2105 26.1736 13.5907 27.1947C14.6038 27.9459 14.6772 29.3753 13.8182 30.2286ZM26.8861 16.6196V11.7041H31.2102L33.699 16.6196H26.8861ZM33.2732 30.2286C32.0252 31.4684 29.8961 30.6224 29.83 28.894C29.764 27.1874 31.6654 26.1736 33.0456 27.1947C34.0588 27.9459 34.1322 29.3753 33.2732 30.2286Z", fill: fill }, void 0) }), void 0));
401
617
  };
402
618
 
403
- var LightBulb = function (_a) {
619
+ var LightBulb$1 = function (_a) {
404
620
  var height = _a.height, width = _a.width, fill = _a.fill;
405
621
  return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 18, viewBoxY: 14, title: "LightBulb" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98637 11.9815C6.98671 12.1398 7.03367 12.2945 7.12139 12.4263L7.55212 13.0734C7.68386 13.2727 7.98462 13.4331 8.22316 13.4331H9.77733C10.0159 13.4331 10.3166 13.2727 10.4484 13.0734L10.8789 12.4263C10.9607 12.2917 11.0075 12.1388 11.0151 11.9815V11.0157H6.98485L6.98637 11.9815ZM8.98614 0.53701C6.41659 0.54482 4.56669 2.62771 4.56669 4.97031C4.56519 6.04361 4.95533 7.08058 5.66393 7.88672C6.08006 8.36154 6.73094 9.35324 6.97906 10.19C6.97906 10.1971 6.98082 10.2034 6.98183 10.2097H11.0182C11.0182 10.2034 11.0199 10.1971 11.0209 10.19C11.269 9.35323 11.9199 8.36154 12.3361 7.88672C13.0447 7.08058 13.4348 6.04361 13.4333 4.97031C13.4333 2.51764 11.4411 0.5292 8.98614 0.53701ZM9 2.95517C7.88759 2.95642 6.98611 3.8579 6.98486 4.97031C6.98486 5.1929 6.80442 5.37334 6.58183 5.37334C6.35924 5.37334 6.1788 5.1929 6.1788 4.97031C6.18047 3.4129 7.44258 2.15078 8.99999 2.14912C9.22257 2.14912 9.40302 2.32956 9.40302 2.55215C9.40302 2.77474 9.22258 2.95518 8.99999 2.95518L9 2.95517ZM3.76064 5.37334C3.76064 5.03946 3.48998 4.7688 3.1561 4.7688H1.54399C1.21011 4.7688 0.939453 5.03946 0.939453 5.37334C0.939453 5.70722 1.21011 5.97788 1.54399 5.97788H3.1561C3.48998 5.97788 3.76064 5.70722 3.76064 5.37334ZM16.456 4.7688H14.8439C14.51 4.7688 14.2394 5.03946 14.2394 5.37334C14.2394 5.70722 14.51 5.97788 14.8439 5.97788H16.456C16.7899 5.97788 17.0605 5.70722 17.0605 5.37334C17.0605 5.03946 16.7899 4.7688 16.456 4.7688ZM4.24125 1.92796L2.84526 1.12191C2.55618 0.95486 2.18644 1.05389 2.01947 1.34302C1.8525 1.63215 1.95154 2.00189 2.24067 2.16886L3.63671 2.97483C3.92579 3.14188 4.29553 3.04285 4.4625 2.75372C4.62947 2.46459 4.53043 2.09485 4.2413 1.92788L4.24125 1.92796ZM15.7593 8.57791L14.3633 7.77186C14.0742 7.6048 13.7045 7.70384 13.5375 7.99297C13.3705 8.2821 13.4696 8.65184 13.7587 8.81881L15.1547 9.62478C15.4438 9.79183 15.8136 9.6928 15.9805 9.40367C16.1475 9.11454 16.0485 8.7448 15.7593 8.57783L15.7593 8.57791ZM3.63671 7.77185L2.24072 8.5779C1.95154 8.74478 1.8525 9.11452 2.01947 9.40365C2.18644 9.69278 2.55618 9.79182 2.84531 9.62485L4.24125 8.81871C4.53043 8.65183 4.62947 8.28209 4.4625 7.99296C4.29553 7.70383 3.92579 7.6048 3.63666 7.77176L3.63671 7.77185ZM14.0615 3.05593C14.1677 3.05613 14.272 3.02814 14.3638 2.97482L15.7598 2.16877C16.049 2.00189 16.148 1.63215 15.981 1.34302C15.8141 1.05389 15.4443 0.95485 15.1552 1.12182L13.7593 1.92796C13.5224 2.06482 13.407 2.34366 13.4778 2.60787C13.5486 2.87209 13.788 3.05584 14.0615 3.05593H14.0615Z", fill: fill }, void 0) }), void 0));
406
622
  };
@@ -410,6 +626,26 @@ var ErrorCross = function (_a) {
410
626
  return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 17, viewBoxY: 17, title: "ErrorCross" }, { children: jsxRuntime.jsxs("g", { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5649 13.7595L3.24133 0.43581C2.66025 -0.14527 1.71818 -0.14527 1.13801 0.43581L0.43581 1.13693C-0.14527 1.7182 -0.14527 2.66028 0.43581 3.24046L13.7594 16.5642C14.3406 17.1453 15.2827 17.1453 15.8629 16.5642L16.564 15.8631C17.1462 15.2829 17.1462 14.3406 16.5649 13.7596V13.7595Z", fill: fill }, void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.7595 0.436691L0.43581 13.7602C-0.14527 14.3413 -0.14527 15.2836 0.43581 15.8637L1.13693 16.5648C1.7182 17.1459 2.66028 17.1459 3.24046 16.5648L16.5651 3.2422C17.1464 2.66112 17.1464 1.71905 16.5651 1.13888L15.864 0.437771C15.2829 -0.144399 14.3408 -0.144399 13.7596 0.436681L13.7595 0.436691Z", fill: fill }, void 0)] }, void 0) }), void 0));
411
627
  };
412
628
 
629
+ var CircleNumber = function (_a) {
630
+ var height = _a.height, width = _a.width; _a.fill;
631
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Shipping empty" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 20C1 9.50659 9.50659 1 20 1C30.4934 1 39 9.50659 39 20C39 30.4934 30.4934 39 20 39C9.50659 39 1 30.4934 1 20Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M21.9593 28V11.008H19.8713L15.0473 14.92L16.4153 16.528L19.6313 13.84V28H21.9593Z", fill: "white" }, void 0)] }), void 0));
632
+ };
633
+
634
+ var SizeEmpty = function (_a) {
635
+ var height = _a.height, width = _a.width, fill = _a.fill;
636
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "size empty" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.4001 12H23.799V21C23.799 21.5523 23.3512 22 22.799 22C22.2467 22 21.799 21.5523 21.799 21V12H18.1977V17C18.1977 17.5523 17.75 18 17.1977 18C16.6454 18 16.1977 17.5523 16.1977 17V12H12.5931V21C12.5931 21.5523 12.1454 22 11.5931 22C11.0408 22 10.5931 21.5523 10.5931 21V12H6.99524V17C6.99524 17.5523 6.54752 18 5.99524 18C5.44295 18 4.99524 17.5523 4.99524 17V12H2V28H38V12H35.0013V21C35.0013 21.5523 34.5536 22 34.0013 22C33.4491 22 33.0013 21.5523 33.0013 21V12H29.4001V17C29.4001 17.5523 28.9524 18 28.4001 18C27.8479 18 27.4001 17.5523 27.4001 17V12ZM34.0013 10H28.4001H22.799H17.1977H11.5931H5.99524H2C0.895431 10 0 10.8954 0 12V28C0 29.1046 0.895431 30 2 30H38C39.1046 30 40 29.1046 40 28V12C40 10.8954 39.1046 10 38 10H34.0013Z", fill: fill }, void 0) }), void 0));
637
+ };
638
+
639
+ var PlayMini = function (_a) {
640
+ var height = _a.height, width = _a.width; _a.fill;
641
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, fill: "none", title: "play mini" }, { children: [jsxRuntime.jsx("path", { d: "M26.5973 19.1975L18.5425 13.1907C18.2469 12.9709 17.8545 12.9378 17.5305 13.1086C17.204 13.2781 17 13.6224 17 13.9945V26.0042C17 26.3803 17.204 26.7232 17.5305 26.8927C17.6686 26.9642 17.8197 27 17.972 27C18.1708 27 18.3721 26.9351 18.5425 26.8067L26.5973 20.8052C26.8515 20.6131 27 20.3165 27 20.0013C27.0013 19.6809 26.849 19.3856 26.5973 19.1975Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M20 2C10.0589 2 2 10.0589 2 20C2 29.9411 10.0589 38 20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2Z", stroke: "#292929", strokeWidth: "2" }, void 0)] }), void 0));
642
+ };
643
+
644
+ var ShippingEmpty = function (_a) {
645
+ var height = _a.height, width = _a.width, fill = _a.fill;
646
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Shipping empty" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.5585 17.0681L38.769 19.9111C38.9306 20.1163 39.0187 20.3728 38.9967 20.6366V28.3085C38.9967 28.9607 38.4679 29.4882 37.8143 29.4882H33.9588C33.4227 31.5107 31.5721 32.9981 29.3837 32.9981C27.1952 32.9981 25.3519 31.5033 24.8085 29.4882H17.7732C17.2371 31.5107 15.3864 32.9981 13.198 32.9981C11.0095 32.9981 9.16625 31.5033 8.62281 29.4882H5.53843C4.88483 29.4882 4.35608 28.9607 4.35608 28.3085C4.35608 27.6564 4.88483 27.1288 5.53843 27.1288H8.60813C9.12219 25.0771 10.9875 23.5456 13.2053 23.5456C15.4231 23.5456 17.2885 25.0697 17.8025 27.1288H24.8011C25.3152 25.0771 27.1805 23.5456 29.3983 23.5456C31.6162 23.5456 33.4815 25.0697 33.9955 27.1288H36.6466V21.0323L34.9209 18.812H25.7044C25.0508 18.812 24.5221 18.2844 24.5221 17.6323V9.35947H5.95703C5.30343 9.35947 4.77468 8.83189 4.77468 8.17974C4.77468 7.52758 5.30343 7 5.95703 7H25.7118C26.3654 7 26.8941 7.52758 26.8941 8.17974V9.35947H31.9466C32.3946 9.35947 32.8059 9.61593 33.0041 10.0116L36.5585 17.0681ZM31.2196 11.7263H26.8941V16.4525H33.599L31.2196 11.7263ZM10.8333 28.2792C10.8333 29.5835 11.8981 30.646 13.2053 30.646C14.5125 30.646 15.5774 29.5835 15.5774 28.2792C15.5774 26.9749 14.5125 25.9124 13.2053 25.9124C11.8981 25.9124 10.8333 26.9749 10.8333 28.2792ZM27.0263 28.2792C27.0263 29.5835 28.0912 30.646 29.3983 30.646C30.7055 30.646 31.7704 29.5835 31.7704 28.2792C31.7704 26.9749 30.7055 25.9124 29.3983 25.9124C28.0912 25.9124 27.0263 26.9749 27.0263 28.2792ZM9.57019 21.1495C10.2238 21.1495 10.7525 21.6771 10.7525 22.3292C10.7525 22.9814 10.2238 23.509 9.57019 23.509H4.12111C3.46751 23.509 2.93876 22.9814 2.93876 22.3292C2.93876 21.6771 3.46751 21.1495 4.12111 21.1495H9.57019ZM13.4771 17.6763C13.4771 17.0241 12.9483 16.4965 12.2947 16.4965H2.18235C1.52875 16.4965 1 17.0241 1 17.6763C1 18.3284 1.52875 18.856 2.18235 18.856H12.2947C12.9483 18.8633 13.4771 18.3357 13.4771 17.6763ZM14.2335 14.2103H4.12111C3.46751 14.2103 2.93876 13.6827 2.93876 13.0306C2.93876 12.3784 3.46751 11.8508 4.12111 11.8508H14.2335C14.8871 11.8508 15.4158 12.3784 15.4158 13.0306C15.4158 13.6827 14.8871 14.2103 14.2335 14.2103Z", fill: fill }, void 0) }), void 0));
647
+ };
648
+
413
649
  var PDP = /*#__PURE__*/Object.freeze({
414
650
  __proto__: null,
415
651
  Clock: Clock,
@@ -422,8 +658,12 @@ var PDP = /*#__PURE__*/Object.freeze({
422
658
  StarHalf: StarHalf,
423
659
  Stopwatch: Stopwatch,
424
660
  Shipping: Shipping,
425
- LightBulb: LightBulb,
426
- ErrorCross: ErrorCross
661
+ LightBulb: LightBulb$1,
662
+ ErrorCross: ErrorCross,
663
+ CircleNumber: CircleNumber,
664
+ SizeEmpty: SizeEmpty,
665
+ PlayMini: PlayMini,
666
+ ShippingEmpty: ShippingEmpty
427
667
  });
428
668
 
429
669
  var Facebook = function (_a) {
@@ -523,6 +763,81 @@ var Benefits = function (_a) {
523
763
  return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 25, viewBoxY: 24, title: "Benefits" }, { children: [jsxRuntime.jsx("path", { d: "M1.50086 15.0492C1.66801 14.6891 1.94945 14.5589 2.34477 14.5718C2.99531 14.5928 3.64758 14.5817 4.29899 14.5718C4.40244 14.5688 4.50244 14.5339 4.58516 14.4716C5.67184 13.599 6.92653 13.2518 8.30153 13.2685C9.0711 13.2784 9.7947 13.4924 10.5161 13.7347C12.0871 14.2624 13.6529 14.8154 15.2397 15.2859C16.3384 15.6116 17.0874 16.5204 16.7771 17.8344C17.1432 17.736 17.45 17.5508 17.7418 17.336C18.6229 16.6877 19.5036 16.0386 20.3839 15.3886C20.8733 15.0272 21.4152 14.8988 22.0069 15.0418C22.7803 15.2301 23.253 15.7319 23.4549 16.4951C23.4674 16.5419 23.4854 16.5874 23.5009 16.6338V17.1924C23.378 17.6969 23.1571 18.1421 22.7274 18.4587C21.777 19.1574 20.8506 19.8917 19.8726 20.5492C17.1759 22.3629 14.2127 23.0237 11.0056 22.4256C9.60907 22.1652 8.22891 21.8155 6.84102 21.5057C6.35633 21.3974 5.8725 21.2869 5.36891 21.1735C5.36891 21.3218 5.36891 21.4425 5.36891 21.5632C5.36676 22.0359 5.1111 22.2937 4.64317 22.2963C3.88434 22.2963 3.12551 22.2821 2.36582 22.3027C1.96578 22.3135 1.6723 22.1944 1.5 21.8249L1.50086 15.0492ZM5.36805 19.8466C5.44625 19.8664 5.50813 19.8836 5.57043 19.8978C7.24321 20.2789 8.9177 20.6514 10.5879 21.0416C13.0053 21.6066 15.3458 21.4047 17.606 20.3678C19.2362 19.6193 20.567 18.4274 21.9957 17.3828C22.3906 17.094 22.2389 16.4624 21.7761 16.312C21.5329 16.2325 21.3172 16.2995 21.1131 16.4517C20.2414 17.1005 19.3667 17.7459 18.489 18.3878C17.3972 19.1853 16.1777 19.4835 14.856 19.1965C14.1685 19.047 13.5033 18.7866 12.8304 18.5692C12.0149 18.3056 11.2005 18.0378 10.3872 17.7656C10.0757 17.6617 9.90212 17.397 9.92532 17.0971C9.94638 16.8233 10.1496 16.5737 10.4289 16.5307C10.5767 16.5127 10.7267 16.5282 10.8676 16.5763C12.1184 16.9802 13.3663 17.3953 14.6162 17.8013C14.7431 17.8475 14.878 17.8677 15.0128 17.8606C15.1566 17.8448 15.2902 17.779 15.3903 17.6747C15.4905 17.5704 15.5508 17.4342 15.5607 17.29C15.5873 16.9626 15.4159 16.7142 15.0717 16.6003C13.3693 16.037 11.6647 15.4806 9.96356 14.9125C9.41142 14.7277 8.85755 14.5769 8.27016 14.5636C7.2518 14.5404 6.31036 14.7617 5.49567 15.4011C5.4368 15.4475 5.37364 15.5343 5.37364 15.6022C5.36805 17.0098 5.36805 18.4171 5.36805 19.8466ZM2.80539 15.8733V20.9999H4.06739V15.8733H2.80539Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M23.5008 7.25869C23.4033 7.70342 23.3435 8.16104 23.2 8.59073C22.3742 11.1074 19.9052 12.7707 17.3288 12.5675C14.5848 12.3526 12.42 10.3881 11.9749 7.71202C11.4313 4.44639 13.7959 1.36165 17.0963 1.03037C20.285 0.710248 23.0754 2.95537 23.4608 6.1501C23.4703 6.20549 23.4829 6.2603 23.4986 6.31424L23.5008 7.25869ZM17.7 2.28506C15.2156 2.28506 13.1904 4.30459 13.1883 6.78174C13.1861 9.25889 15.2078 11.2862 17.688 11.2935C20.1802 11.2995 22.2139 9.27393 22.2113 6.78518C22.2092 4.30459 20.1853 2.28506 17.7 2.28506Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M18.3501 4.24914C18.5852 4.36773 18.8103 4.46055 19.0127 4.58902C19.341 4.79613 19.4248 5.17727 19.2323 5.48235C19.0398 5.78742 18.6552 5.86906 18.3269 5.6684C17.9484 5.43766 17.5659 5.45355 17.1822 5.63617C17.101 5.67484 17.0473 5.77066 16.9811 5.84027C17.0555 5.89785 17.1216 5.98594 17.205 6.00785C17.5298 6.09379 17.8624 6.14664 18.1868 6.23129C18.4343 6.29574 18.6891 6.3602 18.9152 6.47535C19.8729 6.96176 19.9975 8.18422 19.1558 8.85281C18.9581 9.00922 18.7154 9.11406 18.4825 9.21848C18.3793 9.26488 18.3454 9.30828 18.342 9.41742C18.3286 9.81402 18.0678 10.0839 17.7082 10.0886C17.3485 10.0933 17.0735 9.82348 17.0602 9.43332C17.0559 9.31945 17.0142 9.27992 16.9154 9.23996C16.7288 9.17 16.5492 9.08252 16.3791 8.97871C16.0564 8.7716 15.9761 8.38231 16.1733 8.08196C16.3645 7.79063 16.7465 7.70469 17.0632 7.89934C17.4409 8.13094 17.8233 8.12449 18.2075 7.94231C18.2934 7.89934 18.3497 7.79793 18.4193 7.72359C18.3415 7.66859 18.2711 7.58566 18.1851 7.56375C17.8113 7.46922 17.4306 7.40176 17.0576 7.30594C16.8424 7.25508 16.6343 7.17787 16.438 7.07606C15.5455 6.58363 15.4175 5.44324 16.1896 4.77336C16.3998 4.59117 16.6808 4.49191 16.924 4.34582C16.9794 4.31273 17.0529 4.24226 17.0499 4.1907C17.0448 4.09941 17.0586 4.00806 17.0903 3.92231C17.122 3.83656 17.171 3.75825 17.2343 3.69224C17.2976 3.62623 17.3737 3.57394 17.458 3.53861C17.5424 3.50328 17.6331 3.48567 17.7245 3.48687C18.0962 3.50535 18.3299 3.77691 18.3458 4.21734C18.345 4.22894 18.3493 4.24269 18.3501 4.24914Z", fill: fill }, void 0)] }), void 0));
524
764
  };
525
765
 
766
+ var Home = function (_a) {
767
+ var height = _a.height, width = _a.width, fill = _a.fill;
768
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Home" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6292 2.20886L37.5565 17.7192C38.0415 18.0703 38.1385 18.7483 37.799 19.2206C37.5929 19.5111 37.2534 19.6685 36.926 19.6685C36.6956 19.6685 36.4773 19.608 36.2833 19.4627L19.9987 4.42462L3.7262 19.4627C3.24118 19.8138 2.56215 19.717 2.21051 19.2327C1.85887 18.7483 1.95587 18.0703 2.4409 17.7192L19.3439 2.20886C19.7319 1.93038 20.2533 1.93038 20.6292 2.20886ZM31.9181 19.2206C31.9181 18.6394 32.391 18.1672 32.973 18.1672C33.5551 18.1672 34.0158 18.6394 34.0158 19.2206V36.9466C34.0158 37.5278 33.5429 38 32.9609 38H23.4909C22.9452 38 22.4844 37.5762 22.4481 37.0314V36.9466V26.788C22.4481 25.0566 21.7205 23.64 19.9866 23.64C18.2526 23.64 17.5251 25.0566 17.5251 26.788V36.9466V37.0314C17.4887 37.5762 17.0401 38 16.4823 38H7.01223C6.4302 38 5.9573 37.5278 5.9573 36.9466V19.2206C5.9573 18.6394 6.4302 18.1672 7.01223 18.1672C7.59425 18.1672 8.06715 18.6394 8.06715 19.2206V35.9053H15.4395V26.8001C15.4395 23.9063 17.1007 21.5574 19.9987 21.5574C22.8967 21.5574 24.5579 23.9063 24.5579 26.8001V35.9053H31.9181V19.2206Z", fill: fill }, void 0) }), void 0));
769
+ };
770
+
771
+ var HomeSolid = function (_a) {
772
+ var height = _a.height, width = _a.width, fill = _a.fill;
773
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Home solid" }, { children: jsxRuntime.jsx("path", { d: "M38.9792 19.0431C38.9054 18.5828 38.6594 18.1709 38.2905 17.8923L21.1464 2.39973C21.1341 2.38762 21.1095 2.3755 21.0972 2.35128C20.7774 2.12113 20.3962 2 20.0026 2C19.6091 2 19.2278 2.12113 18.908 2.35128C18.8957 2.36339 18.8711 2.3755 18.8588 2.39973L1.71472 17.8923C0.841526 18.5585 0.73084 19.8668 1.59174 20.6541C1.85 20.8964 2.18206 21.0538 2.52642 21.1144C3.03066 21.1992 3.5349 21.0781 3.92845 20.7873C3.95305 20.7752 3.96535 20.751 3.98994 20.7389L5.77323 19.1157V19.2005V21.9139V36.9462C5.77323 37.5276 6.25287 38 6.8432 38H14.2715C14.9479 38 15.5013 37.4549 15.5013 36.7887V26.1292C15.5013 23.646 17.5675 21.5626 20.0887 21.611C22.5361 21.6595 24.5039 23.6218 24.5039 26.0444V36.7645C24.5039 37.4307 25.0573 37.9758 25.7337 37.9758H33.162C33.7523 37.9758 34.232 37.5034 34.232 36.9219V24.4455V19.2005V19.1157L36.0153 20.7389C36.0399 20.751 36.0522 20.7752 36.0768 20.7873C36.4457 21.0538 36.9008 21.175 37.3681 21.1386C37.7863 21.0902 38.1921 20.9085 38.4873 20.6057C38.8808 20.1696 39.0653 19.6124 38.9792 19.0431Z", fill: fill }, void 0) }), void 0));
774
+ };
775
+
776
+ var ShoppingBagV2 = function (_a) {
777
+ var height = _a.height, width = _a.width, fill = _a.fill, _b = _a.testId, testId = _b === void 0 ? 'shopping-bag-icon' : _b;
778
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 32, viewBoxY: 38, title: "Shopping bag v2", testId: testId }, { children: jsxRuntime.jsx("path", { d: "M35 33.1642L32.8322 9.85821C32.7622 9.38806 32.3427 8.98507 31.8531 8.98507H27.3776C27.3077 5.15672 24.021 2 19.965 2C15.9091 2 12.6224 5.15672 12.6224 9.05224H8.14685C7.65734 9.05224 7.23776 9.45522 7.16783 9.92537L5 33.1642V33.2313C5 35.8507 7.51748 38 10.5944 38H29.4056C32.4825 38 35 35.8507 35 33.2313V33.1642ZM20.035 3.8806C22.972 3.8806 25.4196 6.16418 25.4196 8.98507H14.6503C14.6503 6.16418 17.0979 3.8806 20.035 3.8806ZM29.4056 36.1194H10.5944C8.63636 36.1194 7.02797 34.8433 6.95804 33.2985L9.05594 10.9328H12.6224V13.9552C12.6224 14.4254 13.042 14.8955 13.5315 14.8955C14.0909 14.9627 14.5804 14.4925 14.5804 13.9552V10.8657H25.3496V13.8881C25.3496 14.3582 25.7692 14.8284 26.2587 14.8284C26.8182 14.8955 27.3077 14.4254 27.3077 13.8881V10.7985H30.8741L32.972 33.1642C32.972 34.8433 31.3636 36.1194 29.4056 36.1194Z", fill: fill }, void 0) }), void 0));
779
+ };
780
+
781
+ var UserSolid = function (_a) {
782
+ var height = _a.height, width = _a.width, fill = _a.fill;
783
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "User Solid" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.1332 21.3964H20.0523H19.8743C17.4468 21.358 15.4805 20.5424 14.024 18.9883C10.8844 15.626 11.3699 9.9095 11.4346 9.24013C11.645 5.02389 13.7651 3.01579 15.5129 2.07714C17.2445 1.13849 19.0409 1 19.9633 1H20.1009C21.7597 1.03078 23.2566 1.40008 24.5513 2.10792C26.2667 3.04657 28.3625 5.03928 28.5729 9.24013C28.6457 9.9018 29.1231 15.6183 25.9835 18.9883C24.527 20.5424 22.5607 21.358 20.1332 21.3964ZM36.9963 31.1292V31.1523C37.0044 31.4138 37.0368 33.5989 36.5675 34.7145C36.4785 34.9453 36.3005 35.1531 36.0658 35.2916C35.4265 35.6763 29.5762 39 20.0038 39C9.96194 39 3.99026 35.33 3.93362 35.2916C3.70705 35.1531 3.52904 34.953 3.43193 34.7145C2.97071 33.5989 2.99498 31.3985 3.00307 31.1523V31.1215V31.1061C3.01117 31.0522 3.01117 30.9984 3.01117 30.9368V30.9214L3.01207 30.8965C3.06911 29.3286 3.2006 25.7141 6.85473 24.5355C6.88709 24.5201 6.91137 24.5125 6.95183 24.5048C10.5931 23.6354 13.587 22.3889 13.6194 22.3659C14.1373 22.0196 14.8251 22.0812 15.2701 22.4736C15.4562 22.6428 15.6585 22.7967 15.8851 22.9121C17.0826 23.5353 20.5378 24.9664 24.0658 22.9121C24.26 22.7967 24.438 22.6736 24.5918 22.5197C25.0368 22.0889 25.7489 22.0119 26.2829 22.3659C26.3153 22.3889 29.4144 23.6354 33.0476 24.5048L33.0638 24.5125C33.0678 24.5125 33.0739 24.5144 33.08 24.5163C33.086 24.5182 33.0921 24.5201 33.0961 24.5201C33.1042 24.524 33.1123 24.5259 33.1204 24.5278C33.1285 24.5298 33.1366 24.5317 33.1447 24.5355C36.8183 25.7204 36.9397 29.3673 36.9882 30.9291V30.9368V31.0292C36.9963 31.0599 36.9963 31.0984 36.9963 31.1292Z", fill: fill }, void 0) }), void 0));
784
+ };
785
+
786
+ var SlideDot$1 = function (_a) {
787
+ var height = _a.height, width = _a.width; _a.fill;
788
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 16, viewBoxY: 16, fill: "none", title: "Slide Dot" }, { children: jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "7.5", stroke: "#292929" }, void 0) }), void 0));
789
+ };
790
+
791
+ var SlideDotSolid = function (_a) {
792
+ var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? '#292929' : _b;
793
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 16, viewBoxY: 16, title: "Map Solid" }, { children: jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "8", fill: fill }, void 0) }), void 0));
794
+ };
795
+
796
+ var Ellipsis = function (_a) {
797
+ var height = _a.height, width = _a.width, fill = _a.fill;
798
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "ellipsis" }, { children: jsxRuntime.jsx("path", { d: "M20 15.92C22.2083 15.92 24 17.7475 24 20C24 22.2525 22.2083 24.08 20 24.08C17.7917 24.08 16 22.2525 16 20C16 17.7475 17.7917 15.92 20 15.92ZM16 7.08C16 9.3325 17.7917 11.16 20 11.16C22.2083 11.16 24 9.3325 24 7.08C24 4.8275 22.2083 3 20 3C17.7917 3 16 4.8275 16 7.08ZM16 32.92C16 35.1725 17.7917 37 20 37C22.2083 37 24 35.1725 24 32.92C24 30.6675 22.2083 28.84 20 28.84C17.7917 28.84 16 30.6675 16 32.92Z", fill: fill }, void 0) }), void 0));
799
+ };
800
+
801
+ var EllipsisHorizontal = function (_a) {
802
+ var height = _a.height, width = _a.width, fill = _a.fill;
803
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Ellipsis Horizontal" }, { children: jsxRuntime.jsx("path", { d: "M24 20C24 22.2083 22.2083 24 20 24C17.7917 24 16 22.2083 16 20C16 17.7917 17.7917 16 20 16C22.2083 16 24 17.7917 24 20ZM34 16C31.7917 16 30 17.7917 30 20C30 22.2083 31.7917 24 34 24C36.2083 24 38 22.2083 38 20C38 17.7917 36.2083 16 34 16ZM6 16C3.79167 16 2 17.7917 2 20C2 22.2083 3.79167 24 6 24C8.20833 24 10 22.2083 10 20C10 17.7917 8.20833 16 6 16Z", fill: fill }, void 0) }), void 0));
804
+ };
805
+
806
+ var Filters$1 = function (_a) {
807
+ var height = _a.height, width = _a.width, fill = _a.fill;
808
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "filters" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.232 1C29.4069 1 27.0889 3.07242 26.5818 5.78801H2.96671C2.53208 5.78801 2.09745 6.07386 2.02501 6.50264C1.88013 7.14581 2.3872 7.71751 2.96671 7.71751H26.6542C27.1613 10.6475 29.8416 12.8628 33.0289 12.4341C35.6367 12.1482 37.665 10.0758 37.9547 7.50312C38.3893 4.00144 35.6367 1 32.232 1ZM32.232 10.4331C30.1313 10.4331 28.4652 8.71799 28.4652 6.71703C28.4652 4.71607 30.2037 3.00096 32.232 3.00096C34.3328 2.9295 36.0713 4.64461 36.0713 6.71703C36.0713 8.78945 34.3328 10.4331 32.232 10.4331ZM37.0127 19.0086H13.3977C12.8906 16.293 10.4277 14.2206 7.45766 14.3636C4.5601 14.5065 2.16962 16.7218 2.02474 19.5803C1.87986 22.7962 4.48766 25.4403 7.74742 25.4403C10.5725 25.4403 12.8906 23.4393 13.3977 20.7952H37.0127C37.4474 20.7952 37.8096 20.5094 37.9544 20.152C38.0993 19.5803 37.6647 19.0086 37.0127 19.0086ZM7.74742 23.7252C5.64669 23.7252 3.98059 22.0101 3.98059 20.0091C3.98059 18.0082 5.71913 16.293 7.74742 16.293C9.7757 16.293 11.5142 18.0082 11.5142 20.0091C11.5867 22.0101 9.84814 23.7252 7.74742 23.7252ZM26.5808 32.3007C27.0879 29.5851 29.4059 27.5127 32.231 27.5127C35.6357 27.5127 38.3883 30.5142 37.9537 34.0158C37.6639 36.5885 35.6357 38.6609 33.0279 38.9468C29.8405 39.3756 27.1603 37.1602 26.6532 34.2302H3.03814C2.45863 34.2302 1.95156 33.6585 2.09643 33.0154C2.16887 32.5866 2.60351 32.3007 3.03814 32.3007H26.5808ZM28.4642 33.3012C28.4642 35.3022 30.1303 37.0173 32.231 37.0173C34.3318 37.0173 35.9978 35.3022 35.9978 33.3012C35.9978 31.3003 34.3318 29.5851 32.231 29.5851C30.2027 29.5851 28.4642 31.3003 28.4642 33.3012Z", fill: fill }, void 0) }), void 0));
809
+ };
810
+
811
+ var Lock = function (_a) {
812
+ var height = _a.height, width = _a.width, fill = _a.fill;
813
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Lock" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.837 13.0762C8.837 6.9557 13.8578 2 20 2C26.1422 2 31.163 6.9557 31.163 13.0762V16.9129H31.8238C34.1164 16.9129 36 18.7594 36 21.0652V33.8477C36 36.1535 34.1164 38 31.8238 38H8.17622C5.88362 38 4 36.1535 4 33.8477V21.0652C4 18.7594 5.88362 16.9129 8.17622 16.9129H8.837V13.0762ZM20 3.91342C14.8829 3.91342 10.7401 8.03844 10.7401 13.0762V17.8696C10.7401 18.3968 10.3152 18.8263 9.78855 18.8263H8.17622C6.90875 18.8263 5.9031 19.842 5.9031 21.0652V33.8477C5.9031 35.0709 6.90875 36.0866 8.17622 36.0866H31.8238C33.0912 36.0866 34.0969 35.0709 34.0969 33.8477V21.0652C34.0969 19.842 33.0912 18.8263 31.8238 18.8263H30.2114C29.6848 18.8263 29.2599 18.3968 29.2599 17.8696V13.0762C29.2599 8.03844 25.1171 3.91342 20 3.91342ZM13.3262 13.0762C13.3262 9.99299 15.85 6.42901 20 6.42901C24.15 6.42901 26.6738 9.99299 26.6738 13.0762V17.8696C26.6738 18.3968 26.2489 18.8263 25.7222 18.8263H14.2778C13.7511 18.8263 13.3262 18.3968 13.3262 17.8696V13.0762ZM20 8.34244C17.0668 8.34244 15.2293 10.875 15.2293 13.0762V16.9129H24.7707V13.0762C24.7707 10.875 22.9332 8.34244 20 8.34244ZM20 32C18.8929 32 18 31.1667 18 30.1333V25.8667C18 24.8333 18.8929 24 20 24C21.1071 24 22 24.8333 22 25.8667V30.1333C22 31.1667 21.1071 32 20 32Z", fill: fill }, void 0) }), void 0));
814
+ };
815
+
816
+ var LockSolid = function (_a) {
817
+ var height = _a.height, width = _a.width, fill = _a.fill;
818
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Lock solid" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.5357 17.625H33.3571C35.3683 17.625 37 19.2207 37 21.1875V35.4375C37 37.4043 35.3683 39 33.3571 39H6.64286C4.6317 39 3 37.4043 3 35.4375V21.1875C3 19.2207 4.6317 17.625 6.64286 17.625H8.46429V12.2812C8.46429 6.06172 13.6402 1 20 1C26.3598 1 31.5357 6.06172 31.5357 12.2812V17.625ZM13.5357 12.2812V17.625H26.4643V12.2812C26.4643 9.33477 24 5.9375 20 5.9375C16 5.9375 13.5357 9.33477 13.5357 12.2812ZM20 32C18.8929 32 18 31.1667 18 30.1333V25.8667C18 24.8333 18.8929 24 20 24C21.1071 24 22 24.8333 22 25.8667V30.1333C22 31.1667 21.1071 32 20 32Z", fill: fill }, void 0) }), void 0));
819
+ };
820
+
821
+ var Loading = function (_a) {
822
+ var height = _a.height, width = _a.width, fill = _a.fill;
823
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Loading" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.1958 7.86544C23.6297 3.33207 15.4135 3.40801 9.92333 8.3742C5.89114 12.0191 4.19018 17.57 5.4659 22.8551C5.60259 23.4019 5.26088 23.9562 4.71414 24.0929C4.63061 24.1157 4.55467 24.1233 4.47114 24.1233C4.00794 24.1233 3.59029 23.8119 3.47639 23.3411C2.01842 17.327 3.96237 11.0092 8.54889 6.85549C11.8825 3.83325 16.2032 2.29175 20.6986 2.51956C24.3283 2.70181 27.7227 4.0079 30.4791 6.26319L30.3197 2.06395C30.2969 1.49443 30.7373 1.02363 31.3068 1.00085C31.8688 0.978065 32.3472 1.41849 32.3699 1.98801L32.6205 8.68554V8.69313V8.7311V8.80704C32.6205 9.36137 32.1877 9.80939 31.6334 9.83217L24.8599 10.0828H24.8219C24.2752 10.0828 23.8196 9.64992 23.7968 9.09559C23.774 8.52608 24.2144 8.05527 24.784 8.03249L29.1958 7.86544ZM35.2859 16.03C35.8326 15.894 36.3869 16.2339 36.5236 16.7778C37.9816 22.7677 36.0376 29.0446 31.4511 33.1763C28.3226 35.9862 24.3435 37.512 20.1595 37.512C19.8785 37.512 19.59 37.5044 19.3014 37.4893C15.6945 37.308 12.3153 36.0164 9.55885 33.7957L9.92334 37.8821C9.97649 38.4486 9.55885 38.9396 8.99692 38.9924C8.96655 39 8.93618 39 8.9058 39C8.38184 39 7.93382 38.5997 7.88826 38.0709L7.28078 31.3559C7.22762 30.7894 7.64527 30.2984 8.20719 30.2456L14.9579 29.6413C15.5274 29.5884 16.021 29.9963 16.0741 30.5628C16.1273 31.1293 15.7096 31.6203 15.1477 31.6732L10.6827 32.0735C13.4012 34.3244 16.7727 35.465 20.1519 35.465C23.6905 35.465 27.2443 34.2111 30.0767 31.6656C34.1089 28.04 35.8174 22.5184 34.5341 17.2612C34.3974 16.7173 34.7391 16.1659 35.2859 16.03Z", fill: fill }, void 0) }), void 0));
824
+ };
825
+
826
+ var MapSolid = function (_a) {
827
+ var height = _a.height, width = _a.width, fill = _a.fill;
828
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Map Solid" }, { children: jsxRuntime.jsx("path", { d: "M18.5612 38.2333C7.96656 22.6 6 20.9955 6 15.25C6 7.37992 12.268 1 20 1C27.732 1 34 7.37992 34 15.25C34 20.9955 32.0334 22.6 21.4388 38.2333C20.7435 39.2556 19.2564 39.2555 18.5612 38.2333ZM20 21.1875C23.2217 21.1875 25.8333 18.5292 25.8333 15.25C25.8333 11.9708 23.2217 9.3125 20 9.3125C16.7783 9.3125 14.1667 11.9708 14.1667 15.25C14.1667 18.5292 16.7783 21.1875 20 21.1875Z", fill: fill }, void 0) }), void 0));
829
+ };
830
+
831
+ var UserV2 = function (_a) {
832
+ var height = _a.height, width = _a.width, fill = _a.fill;
833
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "User" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.1251 21.4006H20.0442H19.8661C17.4374 21.3621 15.4702 20.5464 14.013 18.9919C10.8719 15.629 11.3577 9.9113 11.4224 9.2418C11.6329 5.02471 13.754 3.0162 15.5026 2.07736C17.235 1.13852 19.0322 1 19.9551 1H20.0928C21.7523 1.03078 23.25 1.40016 24.5453 2.10814C26.2616 3.04698 28.3583 5.0401 28.5688 9.2418C28.6416 9.90361 29.1193 15.6213 25.9782 18.9919C24.521 20.5464 22.5538 21.3621 20.1251 21.4006ZM13.9887 9.44188V9.47266C13.9885 9.47513 13.9882 9.47848 13.9878 9.48268C13.9598 9.79248 13.5114 14.7562 15.9236 17.3528C16.9031 18.407 18.2146 18.9226 19.9389 18.938H20.0199C21.7442 18.9226 23.0557 18.3994 24.0353 17.3528C24.7477 16.5909 25.6625 15.1288 25.9539 12.4585C26.1239 10.9117 26.0106 9.64196 25.9944 9.48036C25.9863 9.44188 25.9863 9.4034 25.9863 9.38032C25.8811 7.15634 25.1201 5.52491 23.7196 4.5399C22.5133 3.6857 21.048 3.48562 20.0361 3.46254H19.947C19.008 3.46254 17.6317 3.63183 16.4255 4.41677C14.9278 5.39409 14.1102 7.06399 13.9968 9.38801C13.9968 9.40072 13.9944 9.4111 13.9922 9.42043C13.9904 9.42804 13.9887 9.43496 13.9887 9.44188ZM36.9962 31.1353V31.1584C37.0043 31.42 37.0367 33.6055 36.5834 34.7136C36.4943 34.9445 36.3162 35.1523 36.0814 35.2908C35.4419 35.6756 29.5888 39 20.0118 39C9.96524 39 3.99073 35.3293 3.93406 35.2908C3.70739 35.1523 3.52929 34.9522 3.43214 34.7136C2.97069 33.5978 2.99498 31.3969 3.00308 31.1507V31.1199V31.1045C3.01117 31.0506 3.01117 30.9968 3.01117 30.9352V30.9198L3.01208 30.8949C3.06914 29.3267 3.2007 25.7114 6.85655 24.5326C6.88893 24.5172 6.91322 24.5095 6.9537 24.5018C10.5967 23.6322 13.6406 21.6468 13.673 21.6237C14.264 21.2313 15.0816 21.3698 15.4945 21.9239C15.6969 22.1932 15.7697 22.5164 15.7131 22.8396C15.6483 23.1628 15.4621 23.4475 15.1707 23.6399L15.1302 23.663C14.2964 24.194 11.2848 25.987 7.64991 26.872C5.87699 27.4723 5.6746 29.2422 5.61793 31.0045C5.61793 31.019 5.61613 31.0352 5.61422 31.0524C5.61209 31.0716 5.60984 31.0919 5.60984 31.1122V31.1891C5.60174 31.8433 5.65032 32.8437 5.76365 33.4439C7.26133 34.2288 12.3372 36.5375 20.0037 36.5375C27.7026 36.5375 32.7461 34.2288 34.2357 33.4516C34.349 32.8667 34.3976 31.9048 34.3895 31.2122C34.3814 31.143 34.3814 31.0737 34.3814 31.0045C34.3247 29.2499 34.1223 27.4799 32.3494 26.8797C28.2288 25.887 24.9663 23.74 24.8286 23.6476C24.5372 23.4552 24.3429 23.1705 24.2862 22.8473C24.2296 22.5241 24.3024 22.2009 24.5048 21.9316C24.9258 21.3775 25.7353 21.239 26.3263 21.6314C26.3587 21.6545 29.4107 23.6399 33.0456 24.5095L33.0618 24.5172C33.0659 24.5172 33.0719 24.5191 33.078 24.5211C33.0841 24.523 33.0901 24.5249 33.0942 24.5249C33.1023 24.5288 33.1104 24.5307 33.1185 24.5326C33.1266 24.5345 33.1347 24.5364 33.1428 24.5403C36.8181 25.7254 36.9396 29.373 36.9881 30.9352V30.9429V31.0352C36.9962 31.066 36.9962 31.1045 36.9962 31.1353Z", fill: fill }, void 0) }), void 0));
834
+ };
835
+
836
+ var ShoppingCartV2 = function (_a) {
837
+ var height = _a.height, width = _a.width, fill = _a.fill;
838
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Shopping cart v2" }, { children: jsxRuntime.jsx("path", { d: "M9.82547 25.2855C10.4093 25.5724 11.0307 25.7113 11.6804 25.7113C18.4222 25.7113 25.1546 25.7205 31.8965 25.702C34.1186 25.6928 35.9359 23.9527 35.9736 21.7685C36.0206 18.9456 35.9924 16.1319 35.983 13.309C35.983 12.7722 35.6252 12.3835 35.0696 12.3002C33.3183 12.0595 31.5575 11.8282 29.8061 11.5875C27.1414 11.2266 24.4767 10.8656 21.8214 10.5046C18.9684 10.1159 16.1153 9.72718 13.2717 9.33846C12.0476 9.17186 10.8236 9.00526 9.57124 8.83866C9.57124 8.69058 9.57124 8.561 9.57124 8.44068C9.57124 7.47812 9.57124 6.52481 9.57124 5.56225C9.57124 4.83107 9.41117 4.59969 8.71439 4.31277C8.23418 4.10915 7.74455 3.91479 7.26433 3.72042C5.95552 3.1651 4.6467 2.61903 3.32846 2.06371C3.2908 2.0452 3.25314 2.03594 3.21547 2.02669C3.03657 1.98041 2.80117 1.98966 2.56577 2.09147C2.29271 2.20254 1.98198 2.53573 2.00082 3.06329C2.01965 3.60936 2.38687 3.86851 2.85767 4.06287C4.28889 4.64596 5.72012 5.25682 7.15134 5.83066C7.38674 5.92321 7.53739 6.1546 7.53739 6.40449C7.52798 13.5126 7.52798 20.6115 7.52798 27.7197C7.52798 27.84 7.52798 27.9603 7.53739 28.0806C7.67863 29.7003 8.49782 30.8758 10.0044 31.5607C10.3528 31.718 10.7294 31.8106 11.0966 31.9216C9.91963 34.1337 10.833 36.0588 11.9911 37.0306C13.3753 38.1783 15.3526 38.3079 16.8686 37.3361C17.6125 36.8548 18.1586 36.1976 18.4693 35.3739C18.9119 34.2077 18.7706 33.0786 18.2057 31.9772H27.2732C26.9248 32.6065 26.7365 33.2452 26.7365 33.9208C26.7554 35.6423 27.5745 36.8918 29.1376 37.6322C30.5971 38.3171 32.3767 38.021 33.5631 36.9473C34.7966 35.8274 35.2297 34.1615 34.6836 32.6528C34.0715 30.9498 32.5556 29.941 30.5971 29.9317C24.4202 29.9317 18.2339 29.9317 12.0571 29.9317C11.8876 29.9317 11.7275 29.9317 11.558 29.9225C10.494 29.8669 9.62774 29.1265 9.56182 28.0806C9.49591 27.1273 9.55241 26.1648 9.55241 25.1837C9.67482 25.23 9.75014 25.2485 9.82547 25.2855ZM30.9266 31.9402C32.0565 31.9772 32.9416 32.8935 32.9228 33.9949C32.904 35.1148 31.953 36.0033 30.8136 35.9755C29.6931 35.9477 28.7704 35.0222 28.7892 33.9393C28.808 32.8102 29.7779 31.9031 30.9266 31.9402ZM14.7123 31.9402C15.8611 31.9679 16.7556 32.8842 16.7274 34.0134C16.6991 35.1425 15.7575 36.0218 14.6182 35.9848C13.4883 35.9477 12.6032 35.0407 12.622 33.9301C12.6314 32.8009 13.573 31.9124 14.7123 31.9402ZM9.56182 11.0414C9.56182 10.9952 9.57124 10.9489 9.58066 10.8563C10.6258 10.9952 11.6427 11.134 12.6503 11.2728C15.3338 11.6338 18.0268 12.004 20.7103 12.365C23.5539 12.7537 26.3881 13.1332 29.2317 13.5126C30.7006 13.7163 32.1789 13.9106 33.6478 14.1142C33.8079 14.1328 33.9491 14.142 33.9491 14.3641C33.9397 16.8076 33.968 19.2602 33.9209 21.7037C33.8926 22.9346 32.9981 23.6936 31.727 23.7214C31.3315 23.7306 30.9454 23.7214 30.55 23.7214C24.3449 23.7214 18.1398 23.7214 11.9441 23.7214C11.0025 23.7214 10.2304 23.4159 9.79722 22.5552C9.65598 22.2683 9.57124 21.9258 9.57124 21.6111C9.56182 18.0941 9.56182 14.5678 9.56182 11.0414Z", fill: fill }, void 0) }), void 0));
839
+ };
840
+
526
841
  var Navigation = /*#__PURE__*/Object.freeze({
527
842
  __proto__: null,
528
843
  Search: Search,
@@ -533,7 +848,22 @@ var Navigation = /*#__PURE__*/Object.freeze({
533
848
  Hamburger: Hamburger,
534
849
  AddressInformation: AddressInformation,
535
850
  ClubMembership: ClubMembership,
536
- Benefits: Benefits
851
+ Benefits: Benefits,
852
+ Home: Home,
853
+ HomeSolid: HomeSolid,
854
+ ShoppingBagV2: ShoppingBagV2,
855
+ UserSolid: UserSolid,
856
+ SlideDot: SlideDot$1,
857
+ SlideDotSolid: SlideDotSolid,
858
+ Ellipsis: Ellipsis,
859
+ EllipsisHorizontal: EllipsisHorizontal,
860
+ Filters: Filters$1,
861
+ Lock: Lock,
862
+ LockSolid: LockSolid,
863
+ Loading: Loading,
864
+ MapSolid: MapSolid,
865
+ UserV2: UserV2,
866
+ ShoppingCartV2: ShoppingCartV2
537
867
  });
538
868
 
539
869
  var QuestionCircle = function (_a) {
@@ -561,13 +891,73 @@ var Community$1 = function (_a) {
561
891
  return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 44, viewBoxY: 35, title: "Messenger" }, { children: [jsxRuntime.jsx("path", { d: "M36.7393 6.25122C28.0886 -0.997151 15.4849 -0.997151 6.83411 6.25122C2.91144 9.55264 0.626988 14.4031 0.580078 19.5299C0.614018 23.698 2.14398 27.7151 4.89127 30.8498C4.34696 32.0819 3.461 33.1322 2.33829 33.8764C1.77439 34.2431 1.49878 34.9225 1.64789 35.5784C1.80045 36.2227 2.33286 36.7073 2.98862 36.7987C3.65885 36.8926 4.33493 36.9382 5.01172 36.9352C7.03693 36.9639 9.03827 36.4953 10.8402 35.5704C14.2113 37.3646 17.9719 38.302 21.7907 38.3C27.2685 38.3566 32.5805 36.4224 36.7393 32.8568C40.704 29.5855 43.0001 24.7142 43.0001 19.5741C43.0001 14.434 40.704 9.56269 36.7393 6.29136V6.25122ZM21.7907 36.1645C18.1368 36.177 14.5417 35.245 11.354 33.459C11.198 33.3674 11.021 33.3177 10.8402 33.3145C10.6505 33.3166 10.4649 33.3693 10.3023 33.467C8.69864 34.4026 6.86795 34.8776 5.01169 34.8398H4.53C5.68805 33.7955 6.56815 32.4795 7.09097 31.0103C7.22293 30.6405 7.14294 30.2282 6.88226 29.9346C4.2045 27.1336 2.70187 23.413 2.68347 19.538C2.68347 10.3697 11.2496 2.91149 21.7987 2.91149C32.3478 2.91149 40.914 10.3778 40.914 19.538C40.914 28.6982 32.3318 36.1645 21.7907 36.1645L21.7907 36.1645Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M25.6687 11.6544C24.2567 11.6527 22.8873 12.1376 21.791 13.0273C19.2677 10.9044 15.5166 11.16 13.3046 13.6056C11.0926 16.0511 11.2135 19.8089 13.5781 22.1072L20.4985 29.0276C20.8406 29.3717 21.3058 29.5653 21.791 29.5653C22.2763 29.5653 22.7415 29.3717 23.0835 29.0276L29.9959 22.1152C31.7328 20.362 32.2481 17.7377 31.3028 15.4579C30.3576 13.1782 28.1365 11.6883 25.6686 11.6785L25.6687 11.6544ZM28.5107 20.6461L21.791 27.3657L15.0714 20.622C13.4974 19.0502 13.4956 16.5 15.0674 14.9259C16.6392 13.3519 19.1894 13.3501 20.7634 14.9219L21.0524 15.211C21.2474 15.4081 21.5138 15.5182 21.791 15.516C22.07 15.515 22.3377 15.4056 22.5377 15.211L22.8106 14.93C24.3891 13.3559 26.9447 13.3595 28.5187 14.938C30.0927 16.5164 30.0891 19.072 28.5107 20.6461L28.5107 20.6461Z", fill: fill }, void 0)] }), void 0));
562
892
  };
563
893
 
894
+ var QuoteLeft = function (_a) {
895
+ var height = _a.height, width = _a.width, fill = _a.fill;
896
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "quote left" }, { children: jsxRuntime.jsx("path", { d: "M34.25 17.8571H30.5556V17.3214C30.5556 15.8415 31.7365 14.6429 33.1944 14.6429H33.7222C35.4705 14.6429 36.8889 13.2031 36.8889 11.4286V8.21429C36.8889 6.43973 35.4705 5 33.7222 5H33.1944C26.4983 5 21.0556 10.5246 21.0556 17.3214V30.1786C21.0556 32.8371 23.1865 35 25.8056 35H34.25C36.8691 35 39 32.8371 39 30.1786V22.6786C39 20.0201 36.8691 17.8571 34.25 17.8571ZM35.8333 30.1786C35.8333 31.0625 35.1208 31.7857 34.25 31.7857H25.8056C24.9347 31.7857 24.2222 31.0625 24.2222 30.1786V17.3214C24.2222 12.2991 28.2465 8.21429 33.1944 8.21429H33.7222V11.4286H33.1944C29.9948 11.4286 27.3889 14.0737 27.3889 17.3214V21.0714H34.25C35.1208 21.0714 35.8333 21.7946 35.8333 22.6786V30.1786ZM14.1944 17.8571H10.5V17.3214C10.5 15.8415 11.6809 14.6429 13.1389 14.6429H13.6667C15.4149 14.6429 16.8333 13.2031 16.8333 11.4286V8.21429C16.8333 6.43973 15.4149 5 13.6667 5H13.1389C6.44271 5 1 10.5246 1 17.3214V30.1786C1 32.8371 3.1309 35 5.75 35H14.1944C16.8135 35 18.9444 32.8371 18.9444 30.1786V22.6786C18.9444 20.0201 16.8135 17.8571 14.1944 17.8571ZM15.7778 30.1786C15.7778 31.0625 15.0653 31.7857 14.1944 31.7857H5.75C4.87917 31.7857 4.16667 31.0625 4.16667 30.1786V17.3214C4.16667 12.2991 8.19097 8.21429 13.1389 8.21429H13.6667V11.4286H13.1389C9.93924 11.4286 7.33333 14.0737 7.33333 17.3214V21.0714H14.1944C15.0653 21.0714 15.7778 21.7946 15.7778 22.6786V30.1786Z", fill: fill }, void 0) }), void 0));
897
+ };
898
+
899
+ var QuoteRight = function (_a) {
900
+ var height = _a.height, width = _a.width, fill = _a.fill;
901
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "quote left" }, { children: jsxRuntime.jsx("path", { d: "M14.1944 5H5.75C3.1309 5 1 7.16295 1 9.82143V17.3214C1 19.9799 3.1309 22.1429 5.75 22.1429H9.44444V22.6786C9.44444 24.1585 8.26354 25.3571 6.80556 25.3571H6.27778C4.52951 25.3571 3.11111 26.7969 3.11111 28.5714V31.7857C3.11111 33.5603 4.52951 35 6.27778 35H6.80556C13.5017 35 18.9444 29.4754 18.9444 22.6786V9.82143C18.9444 7.16295 16.8135 5 14.1944 5ZM15.7778 22.6786C15.7778 27.7009 11.7535 31.7857 6.80556 31.7857H6.27778V28.5714H6.80556C10.0052 28.5714 12.6111 25.9263 12.6111 22.6786V18.9286H5.75C4.87917 18.9286 4.16667 18.2054 4.16667 17.3214V9.82143C4.16667 8.9375 4.87917 8.21429 5.75 8.21429H14.1944C15.0653 8.21429 15.7778 8.9375 15.7778 9.82143V22.6786ZM34.25 5H25.8056C23.1865 5 21.0556 7.16295 21.0556 9.82143V17.3214C21.0556 19.9799 23.1865 22.1429 25.8056 22.1429H29.5V22.6786C29.5 24.1585 28.3191 25.3571 26.8611 25.3571H26.3333C24.5851 25.3571 23.1667 26.7969 23.1667 28.5714V31.7857C23.1667 33.5603 24.5851 35 26.3333 35H26.8611C33.5573 35 39 29.4754 39 22.6786V9.82143C39 7.16295 36.8691 5 34.25 5ZM35.8333 22.6786C35.8333 27.7009 31.809 31.7857 26.8611 31.7857H26.3333V28.5714H26.8611C30.0608 28.5714 32.6667 25.9263 32.6667 22.6786V18.9286H25.8056C24.9347 18.9286 24.2222 18.2054 24.2222 17.3214V9.82143C24.2222 8.9375 24.9347 8.21429 25.8056 8.21429H34.25C35.1208 8.21429 35.8333 8.9375 35.8333 9.82143V22.6786Z", fill: fill }, void 0) }), void 0));
902
+ };
903
+
904
+ var QuoteSolidLeft = function (_a) {
905
+ var height = _a.height, width = _a.width, fill = _a.fill;
906
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "quote solid left" }, { children: jsxRuntime.jsx("path", { d: "M35.4375 20H29.5V15.4286C29.5 12.9071 31.6301 10.8571 34.25 10.8571H34.8438C35.8309 10.8571 36.625 10.0929 36.625 9.14286V5.71429C36.625 4.76429 35.8309 4 34.8438 4H34.25C27.6891 4 22.375 9.11429 22.375 15.4286V32.5714C22.375 34.4643 23.9707 36 25.9375 36H35.4375C37.4043 36 39 34.4643 39 32.5714V23.4286C39 21.5357 37.4043 20 35.4375 20ZM14.0625 20H8.125V15.4286C8.125 12.9071 10.2551 10.8571 12.875 10.8571H13.4688C14.4559 10.8571 15.25 10.0929 15.25 9.14286V5.71429C15.25 4.76429 14.4559 4 13.4688 4H12.875C6.31406 4 1 9.11429 1 15.4286V32.5714C1 34.4643 2.5957 36 4.5625 36H14.0625C16.0293 36 17.625 34.4643 17.625 32.5714V23.4286C17.625 21.5357 16.0293 20 14.0625 20Z", fill: fill }, void 0) }), void 0));
907
+ };
908
+
909
+ var QuoteSolidRight = function (_a) {
910
+ var height = _a.height, width = _a.width, fill = _a.fill;
911
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "quote solid right" }, { children: jsxRuntime.jsx("path", { d: "M35.4375 4H25.9375C23.9707 4 22.375 5.53571 22.375 7.42857V16.5714C22.375 18.4643 23.9707 20 25.9375 20H31.875V24.5714C31.875 27.0929 29.7449 29.1429 27.125 29.1429H26.5312C25.5441 29.1429 24.75 29.9071 24.75 30.8571V34.2857C24.75 35.2357 25.5441 36 26.5312 36H27.125C33.6859 36 39 30.8857 39 24.5714V7.42857C39 5.53571 37.4043 4 35.4375 4ZM14.0625 4H4.5625C2.5957 4 1 5.53571 1 7.42857V16.5714C1 18.4643 2.5957 20 4.5625 20H10.5V24.5714C10.5 27.0929 8.36992 29.1429 5.75 29.1429H5.15625C4.16914 29.1429 3.375 29.9071 3.375 30.8571V34.2857C3.375 35.2357 4.16914 36 5.15625 36H5.75C12.3109 36 17.625 30.8857 17.625 24.5714V7.42857C17.625 5.53571 16.0293 4 14.0625 4Z", fill: fill }, void 0) }), void 0));
912
+ };
913
+
914
+ var Light = function (_a) {
915
+ var height = _a.height, width = _a.width, fill = _a.fill;
916
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "light" }, { children: jsxRuntime.jsx("path", { d: "M2.68692 18.3131C2.24299 18.3131 1.88785 18.4907 1.53271 18.757C1.17757 19.0234 1 19.5561 1 20C1 20.4439 1.17757 20.7991 1.44393 21.1542C1.71028 21.5093 2.15421 21.5981 2.59813 21.5981H9.70093C10.1449 21.5981 10.5888 21.4206 10.8551 21.1542C11.2103 20.7991 11.2991 20.4439 11.2991 20C11.2991 19.5561 11.1215 19.1121 10.8551 18.8458C10.5 18.4907 10.1449 18.4019 9.70093 18.4019H2.68692V18.3131ZM14.5841 27.8131C14.9393 27.4579 15.028 27.1028 15.028 26.6589C15.028 26.215 14.8505 25.771 14.5841 25.5047C14.229 25.2383 13.8738 25.0607 13.4299 25.0607C12.986 25.0607 12.6308 25.2383 12.2757 25.5047L6.68224 31.0981C6.3271 31.4533 6.23832 31.8084 6.23832 32.2523C6.23832 32.6963 6.41589 33.0514 6.68224 33.4065C7.03738 33.7617 7.39252 33.8505 7.83645 33.8505C8.28037 33.8505 8.7243 33.6729 8.99065 33.4065L14.5841 27.8131ZM21.1542 29.1449C20.7991 28.7897 20.4439 28.7009 20 28.7009C19.5561 28.7009 19.2009 28.8785 18.8458 29.1449C18.4907 29.5 18.4019 29.8551 18.4019 30.2991V37.4019C18.4019 37.8458 18.5794 38.2897 18.8458 38.5561C19.2009 38.9112 19.5561 39 20 39C20.4439 39 20.7991 38.8224 21.1542 38.5561C21.5093 38.2009 21.5981 37.8458 21.5981 37.4019V30.2991C21.6869 29.8551 21.5093 29.4112 21.1542 29.1449ZM38.5561 18.8458C38.2009 18.4907 37.8458 18.4019 37.4019 18.4019H30.2991C29.8551 18.4019 29.4112 18.5794 29.1449 18.8458C28.7897 19.2009 28.7009 19.5561 28.7009 20C28.7009 20.4439 28.8785 20.7991 29.1449 21.1542C29.5 21.5093 29.8551 21.5981 30.2991 21.5981H37.4019C37.8458 21.5981 38.2009 21.4206 38.5561 21.1542C38.9112 20.7991 39 20.4439 39 20C39 19.5561 38.9112 19.1121 38.5561 18.8458ZM33.4953 33.4953C33.8505 33.1402 33.9393 32.785 33.9393 32.3411C33.9393 31.8972 33.7617 31.4533 33.4953 31.1869L27.9019 25.5935C27.6355 25.3271 27.1916 25.1495 26.7477 25.1495C26.3037 25.1495 25.8598 25.3271 25.5935 25.5935C25.3271 25.9486 25.1495 26.3037 25.1495 26.7477C25.1495 27.1916 25.3271 27.5467 25.5935 27.9019L31.2757 33.4953C31.5421 33.8505 31.986 33.9393 32.4299 33.9393C32.6963 33.9393 33.1402 33.7617 33.4953 33.4953ZM33.9393 7.74766C33.9393 7.30374 33.7617 6.85981 33.4953 6.59346C33.1402 6.23832 32.785 6.14953 32.3411 6.14953C31.8972 6.14953 31.4533 6.3271 31.1869 6.59346L25.5047 12.1869C25.2383 12.5421 25.0607 12.8972 25.0607 13.3411C25.0607 13.785 25.2383 14.1402 25.5047 14.4953C25.8598 14.8505 26.215 14.9393 26.6589 14.9393C27.1028 14.9393 27.5467 14.7617 27.8131 14.4953L33.4065 8.90187C33.7617 8.54673 33.9393 8.19159 33.9393 7.74766ZM21.6869 2.68692C21.6869 2.24299 21.5093 1.88785 21.243 1.53271C20.9766 1.17757 20.4439 1 20 1C19.5561 1 19.2009 1.17757 18.8458 1.44393C18.4907 1.79907 18.4019 2.15421 18.4019 2.59813V9.70093C18.4019 10.1449 18.5794 10.5 18.8458 10.8551C19.2009 11.2103 19.5561 11.2991 20 11.2991C20.4439 11.2991 20.7991 11.1215 21.1542 10.8551C21.5093 10.5888 21.5981 10.1449 21.5981 9.70093V2.68692H21.6869ZM8.90187 6.59346C8.63551 6.23832 8.19159 6.06075 7.74766 6.06075C7.30374 6.06075 6.9486 6.23832 6.59346 6.50467C6.23832 6.85981 6.06075 7.30374 6.06075 7.74766C6.06075 8.19159 6.23832 8.54673 6.50467 8.90187L12.0981 14.4953C12.4533 14.8505 12.8084 14.9393 13.2523 14.9393C13.6963 14.9393 14.1402 14.7617 14.4065 14.4953C14.7617 14.1402 14.8505 13.785 14.8505 13.3411C14.8505 12.8972 14.6729 12.4533 14.4065 12.1869L8.90187 6.59346Z", fill: fill }, void 0) }), void 0));
917
+ };
918
+
919
+ var LightBulb = function (_a) {
920
+ var height = _a.height, width = _a.width, fill = _a.fill;
921
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "light bulb" }, { children: jsxRuntime.jsx("path", { d: "M7 16C7 15.6022 6.84196 15.2206 6.56066 14.9393C6.27936 14.658 5.89782 14.5 5.5 14.5H1.5C1.10218 14.5 0.720644 14.658 0.43934 14.9393C0.158035 15.2206 0 15.6022 0 16C0 16.3978 0.158035 16.7794 0.43934 17.0607C0.720644 17.342 1.10218 17.5 1.5 17.5H5.5C5.89782 17.5 6.27936 17.342 6.56066 17.0607C6.84196 16.7794 7 16.3978 7 16V16ZM6.6925 21.9513L3.22875 23.9513C3.05438 24.0477 2.901 24.178 2.77754 24.3345C2.65409 24.4909 2.56305 24.6704 2.50973 24.8624C2.45642 25.0544 2.4419 25.2551 2.46703 25.4528C2.49216 25.6505 2.55643 25.8412 2.65609 26.0138C2.75575 26.1864 2.8888 26.3374 3.04747 26.458C3.20613 26.5785 3.38724 26.6663 3.5802 26.7161C3.77316 26.7659 3.97411 26.7767 4.17132 26.748C4.36852 26.7193 4.55802 26.6515 4.72875 26.5487L8.1925 24.5487C8.52926 24.346 8.77298 24.0192 8.87121 23.6385C8.96945 23.2579 8.91435 22.854 8.71778 22.5136C8.5212 22.1732 8.19886 21.9235 7.8201 21.8184C7.44134 21.7132 7.03643 21.7609 6.6925 21.9513V21.9513ZM8.1925 7.45125L4.72875 5.45125C4.55802 5.34846 4.36852 5.28072 4.17132 5.25199C3.97411 5.22326 3.77316 5.23411 3.5802 5.28391C3.38724 5.33372 3.20613 5.42147 3.04747 5.54205C2.8888 5.66263 2.75575 5.81362 2.65609 5.98619C2.55643 6.15877 2.49216 6.34948 2.46703 6.54717C2.4419 6.74487 2.45642 6.94559 2.50973 7.13761C2.56305 7.32963 2.65409 7.5091 2.77754 7.66554C2.901 7.82198 3.05438 7.95226 3.22875 8.04875L6.6925 10.0488C6.86323 10.1515 7.05273 10.2193 7.24993 10.248C7.44714 10.2767 7.64809 10.2659 7.84105 10.2161C8.03401 10.1663 8.21512 10.0785 8.37378 9.95795C8.53245 9.83737 8.6655 9.68638 8.76516 9.51381C8.86482 9.34123 8.92909 9.15053 8.95422 8.95283C8.97935 8.75514 8.96483 8.55442 8.91152 8.3624C8.8582 8.17037 8.76716 7.9909 8.64371 7.83446C8.52025 7.67802 8.36687 7.54775 8.1925 7.45125V7.45125ZM32.5588 10.25C32.8222 10.2505 33.081 10.1811 33.3088 10.0488L36.7725 8.04875C37.1093 7.846 37.353 7.51916 37.4512 7.13854C37.5494 6.75793 37.4944 6.35396 37.2978 6.01356C37.1012 5.67315 36.7789 5.42352 36.4001 5.31836C36.0213 5.21319 35.6164 5.26092 35.2725 5.45125L31.8088 7.45125C31.5229 7.61642 31.2996 7.87125 31.1733 8.17626C31.047 8.48127 31.0249 8.81941 31.1104 9.13827C31.1958 9.45713 31.3841 9.73889 31.6459 9.93989C31.9078 10.1409 32.2286 10.2499 32.5588 10.25ZM38.5 14.5H34.5C34.1022 14.5 33.7206 14.658 33.4393 14.9393C33.158 15.2206 33 15.6022 33 16C33 16.3978 33.158 16.7794 33.4393 17.0607C33.7206 17.342 34.1022 17.5 34.5 17.5H38.5C38.8978 17.5 39.2794 17.342 39.5607 17.0607C39.842 16.7794 40 16.3978 40 16C40 15.6022 39.842 15.2206 39.5607 14.9393C39.2794 14.658 38.8978 14.5 38.5 14.5ZM36.7713 23.9519L33.3075 21.9519C33.1368 21.8491 32.9473 21.7813 32.7501 21.7526C32.5529 21.7239 32.3519 21.7347 32.159 21.7845C31.966 21.8343 31.7849 21.9221 31.6262 22.0427C31.4676 22.1633 31.3345 22.3142 31.2348 22.4868C31.1352 22.6594 31.0709 22.8501 31.0458 23.0478C31.0207 23.2455 31.0352 23.4462 31.0885 23.6382C31.1418 23.8303 31.2328 24.0097 31.3563 24.1662C31.4797 24.3226 31.6331 24.4529 31.8075 24.5494L35.2713 26.5494C35.6152 26.7397 36.0201 26.7874 36.3988 26.6823C36.7776 26.5771 37.0999 26.3275 37.2965 25.9871C37.4931 25.6467 37.5482 25.2427 37.45 24.8621C37.3517 24.4815 37.108 24.1546 36.7713 23.9519ZM20 4C13.6075 4 9 9.1875 9 15C8.99629 17.6631 9.96431 20.236 11.7225 22.2362C12.7619 23.4237 14.3944 25.9113 14.9981 27.9963V28H17.9981V27.9925C17.998 27.6944 17.9531 27.3979 17.865 27.1131C17.5156 26 16.4375 23.0662 13.9788 20.2594C12.7037 18.8042 12.0017 16.9348 12.0037 15C11.99 10.3975 15.7325 7 20 7C21.5364 6.99895 23.0405 7.44064 24.3324 8.27221C25.6243 9.10377 26.6492 10.29 27.2845 11.6889C27.9197 13.0878 28.1384 14.6401 27.9144 16.1601C27.6904 17.68 27.0331 19.1032 26.0212 20.2594C23.5781 23.0475 22.4963 25.9762 22.1406 27.1006C22.0558 27.3915 22.0085 27.6921 22 27.995V28H25C25.6056 25.9144 27.2363 23.4263 28.2756 22.2406C29.6681 20.6509 30.5729 18.6937 30.8819 16.6031C31.1908 14.5125 30.8908 12.3772 30.0176 10.4527C29.1445 8.5282 27.7353 6.89609 25.9587 5.75171C24.1821 4.60733 22.1133 3.99916 20 4V4ZM20 9C18.4093 9.00182 16.8842 9.63455 15.7594 10.7594C14.6345 11.8842 14.0018 13.4093 14 15C14 15.2652 14.1054 15.5196 14.2929 15.7071C14.4804 15.8946 14.7348 16 15 16C15.2652 16 15.5196 15.8946 15.7071 15.7071C15.8946 15.5196 16 15.2652 16 15C16.0013 13.9395 16.4232 12.9229 17.173 12.173C17.9229 11.4232 18.9395 11.0013 20 11C20.2652 11 20.5196 10.8946 20.7071 10.7071C20.8946 10.5196 21 10.2652 21 10C21 9.73478 20.8946 9.48043 20.7071 9.29289C20.5196 9.10536 20.2652 9 20 9ZM15.0037 32.6994C15.0042 32.8961 15.0627 33.0883 15.1719 33.2519L16.7031 35.5537C16.7943 35.6909 16.918 35.8034 17.0631 35.8812C17.2082 35.9591 17.3703 35.9999 17.535 36H22.4631C22.6281 36.0002 22.7906 35.9595 22.9361 35.8817C23.0816 35.8038 23.2055 35.6911 23.2969 35.5537L24.8281 33.25C24.9366 33.0861 24.995 32.8941 24.9963 32.6975L25 30H15L15.0037 32.6994Z", fill: fill }, void 0) }), void 0));
922
+ };
923
+
924
+ var LightBulbSolid = function (_a) {
925
+ var height = _a.height, width = _a.width, fill = _a.fill;
926
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "light bulb solid" }, { children: jsxRuntime.jsx("path", { d: "M15.0037 32.3963C15.0046 32.7891 15.1211 33.173 15.3387 33.5001L16.4075 35.1057C16.7344 35.6001 17.4806 35.9982 18.0725 35.9982H21.9287C22.5206 35.9982 23.2669 35.6001 23.5938 35.1057L24.6619 33.5001C24.8649 33.1661 24.9812 32.7867 25 32.3963V30.0001H15L15.0037 32.3963ZM19.9656 4.00006C13.59 4.01943 9 9.18756 9 15.0001C8.99629 17.6631 9.96431 20.2361 11.7225 22.2363C12.755 23.4144 14.37 25.8751 14.9856 27.9513C14.9856 27.9688 14.99 27.9844 14.9925 28.0001H25.0075C25.0075 27.9844 25.0119 27.9688 25.0144 27.9513C25.63 25.8751 27.245 23.4144 28.2775 22.2363C30.0357 20.2361 31.0037 17.6631 31 15.0001C31 8.91443 26.0569 3.98068 19.9656 4.00006ZM20 10.0001C18.6744 10.0015 17.4035 10.5288 16.4661 11.4662C15.5288 12.4035 15.0015 13.6744 15 15.0001C15 15.2653 14.8946 15.5196 14.7071 15.7072C14.5196 15.8947 14.2652 16.0001 14 16.0001C13.7348 16.0001 13.4804 15.8947 13.2929 15.7072C13.1054 15.5196 13 15.2653 13 15.0001C13.002 13.1442 13.7401 11.3648 15.0524 10.0525C16.3648 8.74018 18.1441 8.00204 20 8.00006C20.2652 8.00006 20.5196 8.10541 20.7071 8.29295C20.8946 8.48049 21 8.73484 21 9.00006C21 9.26527 20.8946 9.51963 20.7071 9.70716C20.5196 9.8947 20.2652 10.0001 20 10.0001ZM7 16.0001C7 15.6022 6.84196 15.2207 6.56066 14.9394C6.27936 14.6581 5.89782 14.5001 5.5 14.5001H1.5C1.10218 14.5001 0.720644 14.6581 0.43934 14.9394C0.158035 15.2207 0 15.6022 0 16.0001C0 16.3979 0.158035 16.7794 0.43934 17.0607C0.720644 17.342 1.10218 17.5001 1.5 17.5001H5.5C5.89782 17.5001 6.27936 17.342 6.56066 17.0607C6.84196 16.7794 7 16.3979 7 16.0001V16.0001ZM38.5 14.5001H34.5C34.1022 14.5001 33.7206 14.6581 33.4393 14.9394C33.158 15.2207 33 15.6022 33 16.0001C33 16.3979 33.158 16.7794 33.4393 17.0607C33.7206 17.342 34.1022 17.5001 34.5 17.5001H38.5C38.8978 17.5001 39.2794 17.342 39.5607 17.0607C39.842 16.7794 40 16.3979 40 16.0001C40 15.6022 39.842 15.2207 39.5607 14.9394C39.2794 14.6581 38.8978 14.5001 38.5 14.5001ZM8.1925 7.45131L4.72875 5.45131C4.55802 5.34852 4.36852 5.28078 4.17132 5.25205C3.97411 5.22332 3.77316 5.23417 3.5802 5.28397C3.38724 5.33377 3.20613 5.42153 3.04747 5.54211C2.8888 5.66269 2.75575 5.81367 2.65609 5.98625C2.55643 6.15883 2.49216 6.34953 2.46703 6.54723C2.4419 6.74492 2.45642 6.94564 2.50973 7.13766C2.56305 7.32968 2.65409 7.50916 2.77754 7.6656C2.901 7.82204 3.05438 7.95231 3.22875 8.04881L6.6925 10.0488C6.86323 10.1516 7.05273 10.2193 7.24993 10.2481C7.44714 10.2768 7.64809 10.2659 7.84105 10.2161C8.03401 10.1663 8.21512 10.0786 8.37378 9.95801C8.53245 9.83743 8.6655 9.68644 8.76516 9.51386C8.86482 9.34129 8.92909 9.15058 8.95422 8.95289C8.97935 8.75519 8.96483 8.55447 8.91152 8.36245C8.8582 8.17043 8.76716 7.99096 8.64371 7.83452C8.52025 7.67807 8.36687 7.5478 8.1925 7.45131V7.45131ZM36.7713 23.9513L33.3075 21.9513C33.1368 21.8485 32.9473 21.7808 32.7501 21.752C32.5529 21.7233 32.3519 21.7342 32.159 21.784C31.966 21.8338 31.7849 21.9215 31.6262 22.0421C31.4676 22.1627 31.3345 22.3137 31.2348 22.4863C31.1352 22.6588 31.0709 22.8495 31.0458 23.0472C31.0207 23.2449 31.0352 23.4456 31.0885 23.6377C31.1418 23.8297 31.2328 24.0092 31.3563 24.1656C31.4797 24.322 31.6331 24.4523 31.8075 24.5488L35.2713 26.5488C35.6152 26.7391 36.0201 26.7869 36.3988 26.6817C36.7776 26.5765 37.0999 26.3269 37.2965 25.9865C37.4931 25.6461 37.5482 25.2421 37.45 24.8615C37.3517 24.4809 37.108 24.1541 36.7713 23.9513ZM6.6925 21.9513L3.22875 23.9513C3.05438 24.0478 2.901 24.1781 2.77754 24.3345C2.65409 24.491 2.56305 24.6704 2.50973 24.8625C2.45642 25.0545 2.4419 25.2552 2.46703 25.4529C2.49216 25.6506 2.55643 25.8413 2.65609 26.0139C2.75575 26.1864 2.8888 26.3374 3.04747 26.458C3.20613 26.5786 3.38724 26.6663 3.5802 26.7161C3.77316 26.7659 3.97411 26.7768 4.17132 26.7481C4.36852 26.7193 4.55802 26.6516 4.72875 26.5488L8.1925 24.5488C8.52926 24.3461 8.77298 24.0192 8.87121 23.6386C8.96945 23.258 8.91435 22.854 8.71778 22.5136C8.5212 22.1732 8.19886 21.9236 7.8201 21.8184C7.44134 21.7132 7.03643 21.761 6.6925 21.9513V21.9513ZM32.5588 10.2501C32.8222 10.2506 33.081 10.1811 33.3088 10.0488L36.7725 8.04881C37.1093 7.84605 37.353 7.51921 37.4512 7.1386C37.5494 6.75798 37.4944 6.35402 37.2978 6.01361C37.1012 5.67321 36.7789 5.42357 36.4001 5.31841C36.0213 5.21325 35.6164 5.26097 35.2725 5.45131L31.8088 7.45131C31.5229 7.61647 31.2996 7.87131 31.1733 8.17632C31.047 8.48132 31.0249 8.81946 31.1104 9.13832C31.1958 9.45718 31.3841 9.73895 31.6459 9.93995C31.9078 10.1409 32.2286 10.2499 32.5588 10.2501Z", fill: fill }, void 0) }), void 0));
927
+ };
928
+
929
+ var CommentDots = function (_a) {
930
+ var height = _a.height, width = _a.width, fill = _a.fill;
931
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Comment dots" }, { children: [jsxRuntime.jsx("path", { d: "M39.5652 32.3019C39.5305 32.2743 37.9963 30.6278 36.9341 28.5039C38.8432 26.6291 39.9887 24.2769 39.9887 21.7103C39.9887 16.1759 34.6778 11.603 27.7562 10.7867C25.5763 6.80183 20.432 4 14.4407 4C6.46385 4 0.000467582 8.95336 0.000467582 15.069C0.000467582 17.6287 1.14596 19.9808 3.05513 21.8625C1.99294 23.9864 0.465609 25.6329 0.437839 25.6606C0.000467594 26.1241 -0.124496 26.8021 0.132373 27.3901C0.3823 27.9781 0.965462 28.3586 1.60416 28.3586C5.31835 28.3586 8.31747 26.9612 10.2961 25.6744C10.9278 25.8197 11.5735 25.9304 12.2399 26.0065C14.4268 29.9844 19.5642 32.7862 25.5555 32.7862C26.9995 32.7862 28.388 32.6202 29.707 32.3158C31.6856 33.5956 34.6778 35 38.3989 35C39.0376 35 39.6138 34.6195 39.8707 34.0315C40.1206 33.4434 40.0026 32.7655 39.5652 32.3019ZM10.789 23.509L9.87257 23.3015L9.08114 23.8134C7.68571 24.7197 5.57522 25.7643 2.99265 26.0618C3.60358 25.2801 4.39501 24.1524 5.04066 22.8518L5.76267 21.4129L4.61717 20.2852C3.52027 19.2129 2.22204 17.4349 2.22204 15.069C2.22204 10.1848 7.70654 6.21379 14.4407 6.21379C21.1748 6.21379 26.6593 10.1848 26.6593 15.069C26.6593 19.9531 21.1748 23.9241 14.4407 23.9241C13.2119 23.9241 11.9831 23.7858 10.789 23.509ZM30.9081 30.4548L30.1166 29.9429L29.2002 30.1573C28.0061 30.4341 26.7773 30.5724 25.5485 30.5724C21.029 30.5724 17.0788 28.7806 14.9683 26.1241C22.6952 25.9027 28.8809 21.0462 28.8809 15.069C28.8809 14.4117 28.7906 13.7753 28.6518 13.1526C33.8864 14.1558 37.7672 17.6079 37.7672 21.7103C37.7672 24.0763 36.4689 25.8543 35.372 26.9266L34.2265 28.0542L34.9416 29.4863C35.5942 30.7938 36.3856 31.9214 36.9896 32.6963C34.414 32.4057 32.3035 31.3542 30.9081 30.4548Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M14.5 17C15.3284 17 16 16.3284 16 15.5C16 14.6716 15.3284 14 14.5 14C13.6716 14 13 14.6716 13 15.5C13 16.3284 13.6716 17 14.5 17Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M8.5 17C9.32843 17 10 16.3284 10 15.5C10 14.6716 9.32843 14 8.5 14C7.67157 14 7 14.6716 7 15.5C7 16.3284 7.67157 17 8.5 17Z", fill: fill }, void 0), jsxRuntime.jsx("path", { d: "M20.5 17C21.3284 17 22 16.3284 22 15.5C22 14.6716 21.3284 14 20.5 14C19.6716 14 19 14.6716 19 15.5C19 16.3284 19.6716 17 20.5 17Z", fill: fill }, void 0)] }), void 0));
932
+ };
933
+
934
+ var CommentLight = function (_a) {
935
+ var height = _a.height, width = _a.width, fill = _a.fill;
936
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Comment Light" }, { children: jsxRuntime.jsx("path", { d: "M39.5652 32.3019C39.5305 32.2743 37.9963 30.6278 36.9341 28.5039C38.8432 26.6291 39.9887 24.2769 39.9887 21.7103C39.9887 16.1759 34.6778 11.603 27.7562 10.7867C25.5763 6.80183 20.432 4 14.4407 4C6.46385 4 0.000467581 8.95336 0.000467581 15.069C0.000467581 17.6287 1.14596 19.9808 3.05513 21.8625C1.99294 23.9864 0.465609 25.6329 0.437839 25.6606C0.000467594 26.1241 -0.124496 26.8021 0.132373 27.3901C0.3823 27.9781 0.965462 28.3586 1.60416 28.3586C5.31835 28.3586 8.31747 26.9612 10.2961 25.6744C10.9278 25.8197 11.5735 25.9304 12.2399 26.0065C14.4268 29.9844 19.5642 32.7862 25.5555 32.7862C26.9995 32.7862 28.388 32.6202 29.707 32.3158C31.6856 33.5956 34.6778 35 38.3989 35C39.0376 35 39.6138 34.6195 39.8707 34.0315C40.1206 33.4434 40.0026 32.7655 39.5652 32.3019V32.3019ZM10.789 23.509L9.87257 23.3015L9.08114 23.8134C7.68571 24.7197 5.57522 25.7643 2.99265 26.0618C3.60358 25.2801 4.39501 24.1524 5.04066 22.8518L5.76267 21.4129L4.61717 20.2852C3.52027 19.2129 2.22204 17.4349 2.22204 15.069C2.22204 10.1848 7.70654 6.21379 14.4407 6.21379C21.1748 6.21379 26.6593 10.1848 26.6593 15.069C26.6593 19.9531 21.1748 23.9241 14.4407 23.9241C13.2119 23.9241 11.9831 23.7858 10.789 23.509ZM30.9081 30.4548L30.1166 29.9429L29.2002 30.1573C28.0061 30.4341 26.7773 30.5724 25.5485 30.5724C21.029 30.5724 17.0788 28.7806 14.9683 26.1241C22.6952 25.9027 28.8809 21.0462 28.8809 15.069C28.8809 14.4117 28.7906 13.7753 28.6518 13.1526C33.8864 14.1558 37.7672 17.6079 37.7672 21.7103C37.7672 24.0763 36.4689 25.8543 35.372 26.9266L34.2265 28.0542L34.9416 29.4863C35.5942 30.7938 36.3856 31.9214 36.9896 32.6963C34.414 32.4057 32.3035 31.3542 30.9081 30.4548V30.4548Z", fill: fill }, void 0) }), void 0));
937
+ };
938
+
939
+ var CommentMoney = function (_a) {
940
+ var height = _a.height, width = _a.width, fill = _a.fill;
941
+ return (jsxRuntime.jsx(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 40, title: "Comment money" }, { children: jsxRuntime.jsx("path", { d: "M36.9452 28.5073C38.8528 26.6307 40 24.2773 40 21.7143C40 16.1772 34.691 11.6026 27.7653 10.7854C27.7653 10.7861 27.766 10.7868 27.766 10.7875C25.5813 6.80038 20.4404 4 14.4446 4C6.46681 4 0.000171293 8.95654 0.000171293 15.0714C0.000171293 17.6345 1.14739 19.9878 3.05502 21.8644C1.99252 23.9915 0.461975 25.6377 0.436975 25.6626C-0.00121759 26.1256 -0.12205 26.8064 0.130032 27.3919C0.253921 27.6783 0.459289 27.9224 0.720789 28.094C0.982289 28.2655 1.28847 28.357 1.60155 28.3571C5.31959 28.3571 8.31472 26.9566 10.2939 25.6737C10.9244 25.8183 11.5751 25.9283 12.2383 26.0072C14.4265 29.9895 19.5647 32.7857 25.5556 32.7857C26.9994 32.7857 28.391 32.6189 29.7063 32.3166C31.6855 33.5995 34.6806 35 38.3986 35C39.0389 35 39.6174 34.6194 39.8694 34.034C40.1222 33.4486 40.0007 32.7677 39.5625 32.3048C39.5382 32.2799 38.0076 30.6344 36.9452 28.5073ZM10.7932 23.5162L9.87374 23.3051L9.08277 23.8179C7.68903 24.7216 5.57654 25.7727 2.99391 26.0647C3.60293 25.2827 4.3946 24.1542 5.04529 22.8512L5.76195 21.4154L4.61682 20.2888C3.52446 19.2142 2.22238 17.4373 2.22238 15.0714C2.22238 10.1875 7.705 6.21429 14.4446 6.21429C21.1841 6.21429 26.6667 10.1875 26.6667 15.0714C26.6667 19.9553 21.1841 23.9286 14.4446 23.9286C13.2133 23.9286 11.9848 23.7895 10.7932 23.5162ZM30.9181 30.46L30.1271 29.9473L29.2077 30.1583C28.0099 30.433 26.7847 30.5716 25.5556 30.5714C21.032 30.5714 17.0834 28.7765 14.9702 26.1228C22.7022 25.909 28.8889 21.05 28.8889 15.0714C28.8889 14.4175 28.8007 13.7802 28.6584 13.1575C33.8972 14.1567 37.7778 17.6089 37.7778 21.7143C37.7778 24.0801 36.4757 25.8571 35.384 26.931L34.2389 28.0575L34.9556 29.4933C35.607 30.7984 36.4007 31.9284 37.0063 32.7068C34.4236 32.4148 32.3118 31.3637 30.9181 30.46V30.46ZM16.207 14.4424L13.3209 13.5796C13.0279 13.4917 12.8216 13.1907 12.8216 12.8475C12.8216 12.4302 13.123 12.0904 13.4925 12.0904H15.2939C15.5647 12.0904 15.8251 12.1652 16.055 12.305C16.2751 12.4385 16.5626 12.3845 16.7494 12.2081L17.5438 11.4559C17.789 11.2234 17.7786 10.8179 17.5063 10.6179C16.9383 10.2007 16.2584 9.95504 15.5564 9.90384V8.98214C15.5564 8.67629 15.3077 8.42857 15.0008 8.42857H13.8897C13.5828 8.42857 13.3341 8.67629 13.3341 8.98214V9.90937C11.8168 9.99864 10.5994 11.267 10.5994 12.8475C10.5994 14.1608 11.4564 15.3344 12.6828 15.7004L15.5689 16.5633C15.8619 16.6512 16.0682 16.9522 16.0682 17.2954C16.0682 17.7127 15.7668 18.0524 15.3973 18.0524H13.5959C13.3251 18.0524 13.0647 17.9777 12.8348 17.8379C12.6147 17.7037 12.3272 17.7583 12.1404 17.9348L11.346 18.6869C11.1008 18.9194 11.1112 19.3249 11.3835 19.5249C11.9515 19.9422 12.6314 20.1878 13.3334 20.239V21.1607C13.3334 21.4666 13.5821 21.7143 13.889 21.7143H15.0001C15.3071 21.7143 15.5557 21.4666 15.5557 21.1607V20.2335C17.073 20.1442 18.2904 18.8758 18.2904 17.2954C18.2904 15.9821 17.4327 14.8085 16.207 14.4424V14.4424Z", fill: fill }, void 0) }), void 0));
942
+ };
943
+
564
944
  var Messaging = /*#__PURE__*/Object.freeze({
565
945
  __proto__: null,
566
946
  QuestionCircle: QuestionCircle,
567
947
  Messenger: Messenger,
568
948
  Comment: Comment$1,
569
949
  Mail: Mail,
570
- Community: Community$1
950
+ Community: Community$1,
951
+ QuoteLeft: QuoteLeft,
952
+ QuoteRight: QuoteRight,
953
+ QuoteSolidLeft: QuoteSolidLeft,
954
+ QuoteSolidRight: QuoteSolidRight,
955
+ Light: Light,
956
+ LightBulb: LightBulb,
957
+ LightBulbSolid: LightBulbSolid,
958
+ CommentDots: CommentDots,
959
+ CommentLight: CommentLight,
960
+ CommentMoney: CommentMoney
571
961
  });
572
962
 
573
963
  var AppleStore = function (_a) {
@@ -647,9 +1037,45 @@ var Thinking = function (_a) {
647
1037
  return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 36, viewBoxY: 36, fill: "none" }, { children: [jsxRuntime.jsx("path", { d: "M18.1177 34.1177C26.9542 34.1177 34.1177 26.9542 34.1177 18.1177C34.1177 9.28112 26.9542 2.11768 18.1177 2.11768C9.28112 2.11768 2.11768 9.28112 2.11767 18.1177C2.11767 26.9542 9.28112 34.1177 18.1177 34.1177Z", fill: "#D1D1D1" }, void 0), jsxRuntime.jsx("path", { d: "M33.8824 18.0157C33.8858 15.627 33.3399 13.2685 32.2858 11.1177C31.749 16.3687 30.9035 21.0215 25.9749 25.7664C21.085 30.4741 13.7607 30.4384 4.76477 26.5069C7.6498 30.7724 12.1983 33.8824 17.7887 33.8824C22.057 33.8824 26.1505 32.2107 29.1687 29.2351C32.1868 26.2596 33.8824 22.2238 33.8824 18.0157Z", fill: "#BBBBBB" }, void 0), jsxRuntime.jsx("path", { d: "M18 34C26.8366 34 34 26.8366 34 18C34 9.16345 26.8366 2 18 2C9.16344 2 2 9.16344 2 18C2 26.8366 9.16344 34 18 34Z", stroke: "#292929", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M4.82728 27.412L4.82637 27.4132L4.40553 27.9299C4.40553 27.9299 4.40552 27.9299 4.40552 27.9299C3.81861 28.6494 3.5 29.5474 3.5 30.4704V32.3339C3.5 34.0936 4.9458 35.5 6.70703 35.5H11.2297C11.9963 35.5 12.632 34.8847 12.632 34.1113C12.632 33.8823 12.5763 33.6672 12.478 33.4779C12.8437 33.2285 13.0859 32.8113 13.0859 32.3339C13.0859 32.105 13.0302 31.8899 12.9319 31.7005C13.2976 31.4511 13.5398 31.034 13.5398 30.5566C13.5398 30.4213 13.5204 30.291 13.4843 30.1679H17.0977C17.8642 30.1679 18.5 29.5526 18.5 28.7792C18.5 28.0057 17.8642 27.3905 17.0977 27.3905H8.97109C8.4908 27.3905 8.11484 27.0093 8.11484 26.5548V23.8887C8.11484 23.1153 7.47908 22.5 6.7125 22.5C5.94592 22.5 5.31016 23.1153 5.31016 23.8887V26.0592C5.31016 26.553 5.14192 27.028 4.82728 27.412Z", fill: "#E5E5E5", stroke: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M20.3556 25C20.2562 25 20.163 24.9768 20.0698 24.9362C20.0325 24.9188 16.5164 23.2887 12.6275 23.2016C12.2734 23.1958 11.9939 22.9174 12.0001 22.5867C12.0063 22.256 12.3045 21.9834 12.6586 22.0008C16.8456 22.0878 20.4922 23.7876 20.6475 23.863C20.9644 24.0138 21.0886 24.3735 20.9333 24.6693C20.8153 24.884 20.5916 25 20.3556 25Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M12.4403 10C12.3219 10 12.1981 9.96334 12.0958 9.88478C12.0097 9.82193 10.0989 8.39216 7.80058 9.51293C7.52607 9.6491 7.19236 9.53912 7.0578 9.27202C6.92324 9.00492 7.03089 8.68021 7.30539 8.54404C10.255 7.10902 12.6879 8.95778 12.7902 9.03634C13.0324 9.22488 13.0701 9.56531 12.8763 9.79575C12.7686 9.93192 12.6072 10 12.4403 10Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M21.4989 13C21.2664 13 21.058 12.8167 21.0096 12.5525C20.9563 12.2506 21.1307 11.9595 21.402 11.9002L25.4042 11.0107C25.6755 10.9514 25.9371 11.1454 25.9904 11.4473C26.0437 11.7492 25.8693 12.0404 25.598 12.0997L21.5958 12.9892C21.5668 12.9946 21.5329 13 21.4989 13Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M11.8037 16.0101C11.8037 16.6111 11.3164 17.0983 10.7154 17.0983C10.1144 17.0983 9.6272 16.6111 9.6272 16.0101C9.6272 15.4091 10.1144 14.9219 10.7154 14.9219C11.3164 14.9219 11.8037 15.4091 11.8037 16.0101Z", fill: "#292929", stroke: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M24.5096 16.0101C24.5096 16.6111 24.0224 17.0983 23.4214 17.0983C22.8203 17.0983 22.3331 16.6111 22.3331 16.0101C22.3331 15.4091 22.8203 14.9219 23.4214 14.9219C24.0224 14.9219 24.5096 15.4091 24.5096 16.0101Z", fill: "#292929", stroke: "#292929" }, void 0)] }), void 0));
648
1038
  };
649
1039
 
1040
+ var SmilingV2 = function (_a) {
1041
+ var height = _a.height, width = _a.width;
1042
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 70, viewBoxY: 70, fill: "none", title: "Smiling V2" }, { children: [jsxRuntime.jsx("path", { d: "M68.5789 43.2059C72.9092 24.8588 61.5464 6.47522 43.1993 2.14492C24.8523 -2.18538 6.46866 9.17743 2.13837 27.5245C-2.19193 45.8715 9.17089 64.2551 27.5179 68.5854C45.865 72.9157 64.2486 61.5529 68.5789 43.2059Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M16.9706 27.4261C16.9706 26.8296 17.1475 26.2464 17.479 25.7503C17.8104 25.2543 18.2815 24.8677 18.8327 24.6394C19.3838 24.4111 19.9903 24.3514 20.5755 24.4678C21.1606 24.5841 21.698 24.8714 22.1199 25.2933C22.5417 25.7151 22.829 26.2526 22.9454 26.8377C23.0618 27.4228 23.002 28.0293 22.7737 28.5805C22.5454 29.1316 22.1588 29.6027 21.6628 29.9341C21.1667 30.2656 20.5836 30.4425 19.987 30.4425C19.187 30.4425 18.4198 30.1247 17.8541 29.559C17.2884 28.9934 16.9706 28.2261 16.9706 27.4261Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M47.7386 27.4261C47.7386 26.8296 47.9155 26.2464 48.247 25.7503C48.5784 25.2543 49.0495 24.8677 49.6007 24.6394C50.1518 24.4111 50.7583 24.3514 51.3435 24.4678C51.9286 24.5841 52.466 24.8714 52.8879 25.2933C53.3097 25.7151 53.597 26.2526 53.7134 26.8377C53.8298 27.4228 53.77 28.0293 53.5417 28.5805C53.3134 29.1316 52.9268 29.6027 52.4308 29.9341C51.9347 30.2656 51.3516 30.4425 50.755 30.4425C49.955 30.4425 49.1878 30.1247 48.6221 29.559C48.0564 28.9934 47.7386 28.2261 47.7386 27.4261V27.4261Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M53.7248 41.084C52.5044 44.9972 50.0653 48.4179 46.7635 50.8469C43.4617 53.2758 39.47 54.5859 35.3709 54.5859C31.2719 54.5859 27.2802 53.2758 23.9783 50.8469C20.6765 48.4179 18.2374 44.9972 17.0171 41.084", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
1043
+ };
1044
+
1045
+ var Grinning = function (_a) {
1046
+ var height = _a.height, width = _a.width;
1047
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 70, viewBoxY: 70, fill: "none", title: "Grinning" }, { children: [jsxRuntime.jsx("path", { d: "M16.9706 27.4261C16.9706 26.8293 17.1476 26.2459 17.4793 25.7497C17.811 25.2536 18.2825 24.867 18.834 24.6388C19.3855 24.4107 19.9923 24.3513 20.5775 24.4682C21.1628 24.585 21.7003 24.8729 22.1219 25.2953C22.5435 25.7177 22.8303 26.2558 22.946 26.8412C23.0618 27.4267 23.0012 28.0334 22.772 28.5845C22.5428 29.1355 22.1553 29.6062 21.6585 29.937C21.1617 30.2677 20.5779 30.4436 19.9811 30.4425C19.5853 30.4425 19.1933 30.3644 18.8277 30.2128C18.4621 30.0611 18.1299 29.8388 17.8503 29.5587C17.5707 29.2785 17.349 28.9459 17.1981 28.58C17.0471 28.2141 16.9698 27.822 16.9706 27.4261V27.4261Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M47.7386 27.4261C47.7386 26.8293 47.9156 26.2459 48.2473 25.7497C48.579 25.2536 49.0505 24.867 49.602 24.6388C50.1535 24.4107 50.7603 24.3513 51.3455 24.4682C51.9308 24.585 52.4683 24.8729 52.8899 25.2953C53.3115 25.7177 53.5983 26.2558 53.714 26.8412C53.8298 27.4267 53.7692 28.0334 53.54 28.5845C53.3108 29.1355 52.9233 29.6062 52.4265 29.937C51.9297 30.2677 51.346 30.4436 50.7491 30.4425C50.3533 30.4425 49.9613 30.3644 49.5957 30.2128C49.2301 30.0611 48.8979 29.8388 48.6183 29.5587C48.3387 29.2785 48.117 28.9459 47.9661 28.58C47.8151 28.2141 47.7378 27.822 47.7386 27.4261V27.4261Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M59.5046 59.5093C72.8344 46.1796 72.8344 24.5677 59.5046 11.238C46.1748 -2.09181 24.563 -2.09181 11.2332 11.238C-2.09654 24.5677 -2.09655 46.1796 11.2332 59.5093C24.563 72.8391 46.1748 72.8391 59.5046 59.5093Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M53.719 41.084C52.5004 44.998 50.0623 48.4199 46.7608 50.8498C43.4593 53.2797 39.4674 54.5903 35.368 54.5903C31.2687 54.5903 27.2768 53.2797 23.9753 50.8498C20.6738 48.4199 18.2358 44.998 17.0172 41.084H53.719Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
1048
+ };
1049
+
1050
+ var GrinningWithSweat = function (_a) {
1051
+ var height = _a.height, width = _a.width;
1052
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 70, viewBoxY: 70, fill: "none", title: "Grinning With Sweat" }, { children: [jsxRuntime.jsx("path", { d: "M64.3431 17.3426C68.8555 24.5868 70.4904 33.2586 68.9253 41.6486C67.3602 50.0385 62.7088 57.5377 55.8881 62.6678C49.0673 67.7979 40.5721 70.1867 32.0773 69.3631C23.5824 68.5395 15.7044 64.5634 9.9961 58.2186C4.28785 51.8738 1.16363 43.6206 1.23941 35.0863C1.31518 26.552 4.58545 18.3557 10.4055 12.1132C16.2255 5.87075 24.1729 2.03514 32.6811 1.36251C41.1892 0.689893 49.6406 3.22908 56.3692 8.47948", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M53.7249 41.084C52.5045 44.9971 50.0654 48.4178 46.7636 50.8468C43.4618 53.2758 39.4701 54.5859 35.371 54.5859C31.272 54.5859 27.2803 53.2758 23.9784 50.8468C20.6766 48.4178 18.2375 44.9971 17.0172 41.084H53.7249Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M16.2965 29.1639C16.6563 28.5415 17.1686 28.0209 17.7851 27.6512C18.4016 27.2814 19.1021 27.0745 19.8205 27.0501C20.539 27.0257 21.2519 27.1845 21.8921 27.5116C22.5323 27.8387 23.0787 28.3233 23.4799 28.9198", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M54.463 29.1639C54.1032 28.5415 53.5909 28.0209 52.9744 27.6512C52.3579 27.2814 51.6574 27.0745 50.9389 27.0501C50.2205 27.0257 49.5075 27.1845 48.8674 27.5116C48.2272 27.8387 47.6808 28.3233 47.2795 28.9198", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M63.9189 11.3389L59.374 2.80713L54.8291 11.3389C54.091 12.6989 53.7248 13.4312 53.7248 14.6866C53.7248 16.1848 54.32 17.6217 55.3794 18.6811C56.4389 19.7405 57.8757 20.3357 59.374 20.3357C60.8722 20.3357 62.3091 19.7405 63.3685 18.6811C64.4279 17.6217 65.0231 16.1848 65.0231 14.6866C65.0231 13.4312 64.7325 12.9023 63.9189 11.3389Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
1053
+ };
1054
+
1055
+ var BlowingKiss = function (_a) {
1056
+ var height = _a.height, width = _a.width;
1057
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 75, viewBoxY: 71, fill: "none", title: "Blowing a Kiss" }, { children: [jsxRuntime.jsx("path", { d: "M5.56782 38.3931C5.48064 37.3935 5.43416 36.388 5.43416 35.3651C5.43494 27.2318 8.34098 19.3662 13.6285 13.1861C18.916 7.00598 26.2371 2.91784 34.2724 1.65852C42.3076 0.399193 50.5284 2.05151 57.4531 6.31767C64.3778 10.5838 69.5509 17.1832 72.0399 24.9263C74.5289 32.6695 74.1702 41.047 71.0284 48.5491C67.8866 56.0511 62.1683 62.1841 54.9043 65.8427C47.6403 69.5013 39.3083 70.4449 31.4101 68.5033C23.5119 66.5617 16.5671 61.8628 11.8272 55.2533", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M20.4927 29.1638C20.8531 28.5424 21.3654 28.0227 21.9815 27.6534C22.5976 27.284 23.2974 27.0772 24.0153 27.0522C24.7333 27.0272 25.4458 27.1849 26.0861 27.5106C26.7264 27.8362 27.2735 28.3191 27.6762 28.9139", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M58.6418 29.1638C58.2814 28.5424 57.7692 28.0227 57.153 27.6534C56.5369 27.284 55.8371 27.0772 55.1192 27.0522C54.4013 27.0272 53.6888 27.1849 53.0485 27.5106C52.4082 27.8362 51.8611 28.3191 51.4584 28.9139", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M42.4499 54.3001C41.4567 54.9956 40.2389 55.2937 39.0368 55.1354C37.8346 54.9771 36.7355 54.374 35.9562 53.4451C35.1769 52.5162 34.774 51.329 34.8271 50.1176C34.8801 48.9063 35.3853 47.7588 36.2428 46.9016C36.6627 46.4791 37.1573 46.1382 37.7016 45.8962V45.8962C36.849 45.5136 36.1252 44.8924 35.6178 44.1076C35.1104 43.3228 34.841 42.4079 34.8422 41.4734C34.8407 40.5881 35.082 39.7194 35.5398 38.9616C35.9976 38.2039 36.6544 37.5863 37.4388 37.1758C38.2231 36.7653 39.105 36.5778 39.9885 36.6336C40.8721 36.6894 41.7234 36.9864 42.4499 37.4922", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M19.8011 38.8929C18.5355 38.2215 17.0551 38.0801 15.6852 38.4996C14.3154 38.9192 13.1681 39.8655 12.4956 41.1305C12.1439 41.7593 11.9579 42.4673 11.9551 43.1879C11.9503 42.4669 11.7623 41.7589 11.4088 41.1305C10.8647 40.1082 10.0068 39.2878 8.96124 38.7899C7.91573 38.2921 6.73797 38.1432 5.60144 38.3651C4.46492 38.5871 3.42974 39.1682 2.64837 40.0229C1.86701 40.8775 1.38079 41.9605 1.26132 43.1123C0.906796 46.5646 4.36482 48.7033 6.64888 50.6677C8.39244 52.1788 10.1651 53.6725 11.9667 55.1487C13.5476 53.8352 15.1168 52.5081 16.6743 51.1675C17.8367 50.1911 18.941 49.209 20.051 48.1977C21.5447 46.8319 22.7593 45.5882 22.6663 43.4262C22.6194 42.4878 22.3309 41.5775 21.829 40.7833C21.327 39.9891 20.6285 39.338 19.8011 38.8929V38.8929Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
1058
+ };
1059
+
1060
+ var Frowning = function (_a) {
1061
+ var height = _a.height, width = _a.width;
1062
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 70, viewBoxY: 70, fill: "none", title: "Frowning" }, { children: [jsxRuntime.jsx("path", { d: "M59.5014 59.5068C72.8311 46.177 72.8312 24.5652 59.5014 11.2354C46.1716 -2.09437 24.5598 -2.09436 11.23 11.2354C-2.09976 24.5652 -2.09976 46.177 11.23 59.5068C24.5598 72.8366 46.1716 72.8365 59.5014 59.5068Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M16.9707 27.4261C16.9707 26.8293 17.1477 26.2459 17.4794 25.7497C17.8111 25.2536 18.2826 24.867 18.8341 24.6388C19.3856 24.4107 19.9924 24.3513 20.5776 24.4682C21.1629 24.585 21.7004 24.8729 22.122 25.2953C22.5436 25.7177 22.8304 26.2558 22.9461 26.8412C23.0619 27.4267 23.0013 28.0334 22.7721 28.5845C22.5429 29.1355 22.1554 29.6062 21.6586 29.937C21.1618 30.2677 20.578 30.4436 19.9812 30.4425C19.5854 30.4425 19.1934 30.3644 18.8278 30.2128C18.4622 30.0611 18.13 29.8388 17.8504 29.5587C17.5708 29.2785 17.3491 28.9459 17.1982 28.58C17.0472 28.2141 16.9699 27.822 16.9707 27.4261Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M47.7387 27.4261C47.7387 26.8293 47.9157 26.2459 48.2474 25.7497C48.5791 25.2536 49.0506 24.867 49.6021 24.6388C50.1536 24.4107 50.7604 24.3513 51.3456 24.4682C51.9309 24.585 52.4684 24.8729 52.89 25.2953C53.3116 25.7177 53.5984 26.2558 53.7141 26.8412C53.8299 27.4267 53.7693 28.0334 53.5401 28.5845C53.3109 29.1355 52.9234 29.6062 52.4266 29.937C51.9298 30.2677 51.346 30.4436 50.7492 30.4425C50.3534 30.4425 49.9614 30.3644 49.5958 30.2128C49.2302 30.0611 48.898 29.8388 48.6184 29.5587C48.3388 29.2785 48.1171 28.9459 47.9662 28.58C47.8152 28.2141 47.7379 27.822 47.7387 27.4261Z", fill: "#292929" }, void 0), jsxRuntime.jsx("path", { d: "M18.8362 49.3369C20.2332 46.1126 22.5424 43.3673 25.4797 41.4387C28.4171 39.5102 31.8542 38.4827 35.3681 38.4827C38.8819 38.4827 42.319 39.5102 45.2564 41.4387C48.1937 43.3673 50.5029 46.1126 51.8999 49.3369", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
1063
+ };
1064
+
1065
+ var Relieved = function (_a) {
1066
+ var height = _a.height, width = _a.width;
1067
+ return (jsxRuntime.jsxs(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 70, viewBoxY: 70, fill: "none", title: "Relieved" }, { children: [jsxRuntime.jsx("path", { d: "M69.0624 40.8658C72.0828 22.2582 59.4469 4.72517 40.8393 1.70473C22.2318 -1.31571 4.69878 11.3202 1.67834 29.9278C-1.3421 48.5354 11.2938 66.0684 29.9014 69.0888C48.509 72.1092 66.0419 59.4733 69.0624 40.8658Z", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M53.7249 41.0782C52.5045 44.9913 50.0655 48.4121 46.7636 50.841C43.4618 53.27 39.4701 54.5801 35.371 54.5801C31.272 54.5801 27.2803 53.27 23.9785 50.841C20.6766 48.4121 18.2375 44.9913 17.0172 41.0782", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M16.2965 27.1472C16.6569 27.7686 17.1692 28.2883 17.7853 28.6577C18.4014 29.027 19.1012 29.2339 19.8191 29.2588C20.537 29.2838 21.2495 29.1261 21.8898 28.8005C22.5301 28.4748 23.0773 27.992 23.48 27.3971", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsxRuntime.jsx("path", { d: "M54.4455 27.1472C54.0851 27.7686 53.5728 28.2883 52.9567 28.6577C52.3406 29.027 51.6408 29.2339 50.9229 29.2588C50.205 29.2838 49.4925 29.1261 48.8522 28.8005C48.2119 28.4748 47.6647 27.992 47.262 27.3971", stroke: "#292929", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
1068
+ };
1069
+
650
1070
  var Emoji = /*#__PURE__*/Object.freeze({
651
1071
  __proto__: null,
652
- Thinking: Thinking
1072
+ Thinking: Thinking,
1073
+ SmilingV2: SmilingV2,
1074
+ Grinning: Grinning,
1075
+ GrinningWithSweat: GrinningWithSweat,
1076
+ BlowingKiss: BlowingKiss,
1077
+ Frowning: Frowning,
1078
+ Relieved: Relieved
653
1079
  });
654
1080
 
655
1081
  var FreeShipping$1 = function (_a) {
@@ -3610,7 +4036,7 @@ exports.InputValidationType = void 0;
3610
4036
  InputValidationType[InputValidationType["Empty"] = 2] = "Empty";
3611
4037
  })(exports.InputValidationType || (exports.InputValidationType = {}));
3612
4038
 
3613
- var Section = newStyled.div(templateObject_1$1f || (templateObject_1$1f = __makeTemplateObject(["\n font-weight: 600;\n display: flex;\n flex-direction: row;\n align-items: center;\n align-text: left;\n width: 100%;\n box-sizing: border-box;\n align-self: flex-start;\n padding: ", ";\n"], ["\n font-weight: 600;\n display: flex;\n flex-direction: row;\n align-items: center;\n align-text: left;\n width: 100%;\n box-sizing: border-box;\n align-self: flex-start;\n padding: ", ";\n"])), function (props) {
4039
+ var Section = newStyled.div(templateObject_1$1i || (templateObject_1$1i = __makeTemplateObject(["\n font-weight: 600;\n display: flex;\n flex-direction: row;\n align-items: center;\n align-text: left;\n width: 100%;\n box-sizing: border-box;\n align-self: flex-start;\n padding: ", ";\n"], ["\n font-weight: 600;\n display: flex;\n flex-direction: row;\n align-items: center;\n align-text: left;\n width: 100%;\n box-sizing: border-box;\n align-self: flex-start;\n padding: ", ";\n"])), function (props) {
3614
4040
  return props.type === exports.CardSectionType.Header ? '1.5rem 1.5rem 0' : '0 1.5rem 1.5rem';
3615
4041
  });
3616
4042
  var CardHeader = function (_a) {
@@ -3621,14 +4047,14 @@ var CardFooter = function (_a) {
3621
4047
  var children = _a.children;
3622
4048
  return (jsxRuntime.jsx(Section, __assign$1({ type: exports.CardSectionType.Footer }, { children: children }), void 0));
3623
4049
  };
3624
- var templateObject_1$1f;
4050
+ var templateObject_1$1i;
3625
4051
 
3626
- var Body = newStyled.div(templateObject_1$1e || (templateObject_1$1e = __makeTemplateObject(["\n display: flex;\n align-items: center;\n padding: 0.5rem 1.5rem;\n align-self: flex-start;\n"], ["\n display: flex;\n align-items: center;\n padding: 0.5rem 1.5rem;\n align-self: flex-start;\n"])));
4052
+ var Body = newStyled.div(templateObject_1$1h || (templateObject_1$1h = __makeTemplateObject(["\n display: flex;\n align-items: center;\n padding: 0.5rem 1.5rem;\n align-self: flex-start;\n"], ["\n display: flex;\n align-items: center;\n padding: 0.5rem 1.5rem;\n align-self: flex-start;\n"])));
3627
4053
  var CardBody = function (_a) {
3628
4054
  var children = _a.children;
3629
4055
  return jsxRuntime.jsx(Body, { children: children }, void 0);
3630
4056
  };
3631
- var templateObject_1$1e;
4057
+ var templateObject_1$1h;
3632
4058
 
3633
4059
  var IGNORED_KEYS = ['typography', 'fonts'];
3634
4060
  var applyVariablesIntoTheme = function (theme) {
@@ -3773,7 +4199,7 @@ var AssetsProvider = function (_a) {
3773
4199
  };
3774
4200
  var useThemeAssets = function () { return React$2.useContext(AssetsContext); };
3775
4201
 
3776
- var Container$L = newStyled.div(templateObject_1$1d || (templateObject_1$1d = __makeTemplateObject(["\n ", "\n width: ", ";\n background: ", ";\n border-radius: ", ";\n border: ", ";\n"], ["\n ", "\n width: ", ";\n background: ", ";\n border-radius: ", ";\n border: ", ";\n"])), function (_a) {
4202
+ var Container$O = newStyled.div(templateObject_1$1g || (templateObject_1$1g = __makeTemplateObject(["\n ", "\n width: ", ";\n background: ", ";\n border-radius: ", ";\n border: ", ";\n"], ["\n ", "\n width: ", ";\n background: ", ";\n border-radius: ", ";\n border: ", ";\n"])), function (_a) {
3777
4203
  var flex = _a.flex;
3778
4204
  return flex &&
3779
4205
  "display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;";
@@ -3786,14 +4212,14 @@ var Container$L = newStyled.div(templateObject_1$1d || (templateObject_1$1d = __
3786
4212
  var Card$1 = function (_a) {
3787
4213
  var children = _a.children, backgroundColor = _a.backgroundColor, _b = _a.widthAuto, widthAuto = _b === void 0 ? true : _b, border = _a.border, _c = _a.flex, flex = _c === void 0 ? true : _c;
3788
4214
  var theme = useTheme();
3789
- return (jsxRuntime.jsx(Container$L, __assign$1({ backgroundColor: backgroundColor, widthAuto: widthAuto, border: border, flex: flex, "data-testid": "CardContainer", theme: theme }, { children: children }), void 0));
4215
+ return (jsxRuntime.jsx(Container$O, __assign$1({ backgroundColor: backgroundColor, widthAuto: widthAuto, border: border, flex: flex, "data-testid": "CardContainer", theme: theme }, { children: children }), void 0));
3790
4216
  };
3791
4217
  var Card$2 = Object.assign(Card$1, {
3792
4218
  Header: CardHeader,
3793
4219
  Footer: CardFooter,
3794
4220
  Body: CardBody,
3795
4221
  });
3796
- var templateObject_1$1d;
4222
+ var templateObject_1$1g;
3797
4223
 
3798
4224
  var Fragment = jsxRuntime.Fragment;
3799
4225
  function jsx(type, props, key) {
@@ -3935,7 +4361,7 @@ function BaseSelectOption(_a) {
3935
4361
  return (jsxRuntime.jsx(Ee.Option, __assign$1({ className: className, as: as, value: value, disabled: disabled }, { children: children }), void 0));
3936
4362
  }
3937
4363
 
3938
- var CustomListBox = newStyled(Ee)(templateObject_1$1c || (templateObject_1$1c = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
4364
+ var CustomListBox = newStyled(Ee)(templateObject_1$1f || (templateObject_1$1f = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
3939
4365
  function BaseSelect(_a) {
3940
4366
  var value = _a.value, onChange = _a.onChange, disabled = _a.disabled, children = _a.children, className = _a.className;
3941
4367
  return (jsxRuntime.jsx(CustomListBox, __assign$1({ disabled: disabled, as: "div", value: value, onChange: onChange, className: className }, { children: children }), void 0));
@@ -3945,7 +4371,7 @@ var BaseSelect$1 = Object.assign(BaseSelect, {
3945
4371
  Options: BaseSelectOptions,
3946
4372
  Option: BaseSelectOption,
3947
4373
  });
3948
- var templateObject_1$1c;
4374
+ var templateObject_1$1f;
3949
4375
 
3950
4376
  var CustomButton = newStyled.button(function (_a) {
3951
4377
  var theme = _a.theme, wide = _a.wide, isSortOrFilter = _a.isSortOrFilter;
@@ -4158,12 +4584,12 @@ var CustomCheckboxStyles = {
4158
4584
  },
4159
4585
  };
4160
4586
 
4161
- var Container$K = newStyled.div(templateObject_1$1b || (templateObject_1$1b = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n user-select: none;\n position: relative;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n user-select: none;\n position: relative;\n"])));
4587
+ var Container$N = newStyled.div(templateObject_1$1e || (templateObject_1$1e = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n user-select: none;\n position: relative;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n user-select: none;\n position: relative;\n"])));
4162
4588
  var CustomCheckbox = newStyled.div(CustomCheckboxStyles.baseStyles, function (props) { return [
4163
4589
  CustomCheckboxStyles[props.size](props.theme),
4164
4590
  CustomCheckboxStyles[props.variant](props.theme, props.isChecked, props.disabled),
4165
4591
  ]; });
4166
- var Input$3 = newStyled.input(templateObject_2$L || (templateObject_2$L = __makeTemplateObject(["\n position: absolute;\n height: 100%;\n width: 100%;\n margin: 0;\n opacity: 0;\n cursor: ", ";\n"], ["\n position: absolute;\n height: 100%;\n width: 100%;\n margin: 0;\n opacity: 0;\n cursor: ", ";\n"])), function (_a) {
4592
+ var Input$3 = newStyled.input(templateObject_2$O || (templateObject_2$O = __makeTemplateObject(["\n position: absolute;\n height: 100%;\n width: 100%;\n margin: 0;\n opacity: 0;\n cursor: ", ";\n"], ["\n position: absolute;\n height: 100%;\n width: 100%;\n margin: 0;\n opacity: 0;\n cursor: ", ";\n"])), function (_a) {
4167
4593
  var disabled = _a.disabled;
4168
4594
  return (disabled ? 'not-allowed' : 'pointer');
4169
4595
  });
@@ -4192,9 +4618,9 @@ var Checkbox = function (_a) {
4192
4618
  React$2.useEffect(function () {
4193
4619
  mounted.current = true;
4194
4620
  }, []);
4195
- return (jsxRuntime.jsxs(Container$K, { children: [jsxRuntime.jsx(Input$3, { type: "checkbox", checked: isChecked, disabled: disabled, onChange: handleChange, id: id }, void 0), jsxRuntime.jsx(CustomCheckbox, __assign$1({ theme: theme, size: size, disabled: disabled, isChecked: isChecked, "data-testid": "checkbox", variant: variant }, { children: isChecked && jsxRuntime.jsx(Icon.Actions.Check, { fill: "#fff" }, void 0) }), void 0), jsxRuntime.jsx(Label$3, __assign$1({ "data-testid": "checkbox-text", size: size, variant: isChecked ? 'demi' : 'regular', htmlFor: id, disabled: disabled }, { children: text }), void 0)] }, void 0));
4621
+ return (jsxRuntime.jsxs(Container$N, { children: [jsxRuntime.jsx(Input$3, { type: "checkbox", checked: isChecked, disabled: disabled, onChange: handleChange, id: id }, void 0), jsxRuntime.jsx(CustomCheckbox, __assign$1({ theme: theme, size: size, disabled: disabled, isChecked: isChecked, "data-testid": "checkbox", variant: variant }, { children: isChecked && jsxRuntime.jsx(Icon.Actions.Check, { fill: "#fff" }, void 0) }), void 0), jsxRuntime.jsx(Label$3, __assign$1({ "data-testid": "checkbox-text", size: size, variant: isChecked ? 'demi' : 'regular', htmlFor: id, disabled: disabled }, { children: text }), void 0)] }, void 0));
4196
4622
  };
4197
- var templateObject_1$1b, templateObject_2$L;
4623
+ var templateObject_1$1e, templateObject_2$O;
4198
4624
 
4199
4625
  var CustomOption = newStyled.li(function (_a) {
4200
4626
  var theme = _a.theme, selected = _a.selected, active = _a.active;
@@ -4331,9 +4757,9 @@ var SelectorSecondary = function (_a) {
4331
4757
  // This defines which HTML tag to render for each `variant`, it also defines
4332
4758
  // `variants` styles that are consistent through all themes.
4333
4759
  var TAGS = {
4334
- hero1: newStyled.h1(templateObject_1$1a || (templateObject_1$1a = __makeTemplateObject([""], [""]))),
4335
- hero2: newStyled.h2(templateObject_2$K || (templateObject_2$K = __makeTemplateObject([""], [""]))),
4336
- hero3: newStyled.h3(templateObject_3$x || (templateObject_3$x = __makeTemplateObject([""], [""]))),
4760
+ hero1: newStyled.h1(templateObject_1$1d || (templateObject_1$1d = __makeTemplateObject([""], [""]))),
4761
+ hero2: newStyled.h2(templateObject_2$N || (templateObject_2$N = __makeTemplateObject([""], [""]))),
4762
+ hero3: newStyled.h3(templateObject_3$A || (templateObject_3$A = __makeTemplateObject([""], [""]))),
4337
4763
  display1: newStyled.h1(templateObject_4$n || (templateObject_4$n = __makeTemplateObject([""], [""]))),
4338
4764
  display2: newStyled.h2(templateObject_5$d || (templateObject_5$d = __makeTemplateObject([""], [""]))),
4339
4765
  heading1: newStyled.h1(templateObject_6$8 || (templateObject_6$8 = __makeTemplateObject([""], [""]))),
@@ -4454,9 +4880,9 @@ var DEFAULTS = {
4454
4880
  size: 'regular',
4455
4881
  },
4456
4882
  };
4457
- var templateObject_1$1a, templateObject_2$K, templateObject_3$x, templateObject_4$n, templateObject_5$d, templateObject_6$8, templateObject_7$5, templateObject_8$3, templateObject_9$1, templateObject_10$1, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17;
4883
+ var templateObject_1$1d, templateObject_2$N, templateObject_3$A, templateObject_4$n, templateObject_5$d, templateObject_6$8, templateObject_7$5, templateObject_8$3, templateObject_9$1, templateObject_10$1, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17;
4458
4884
 
4459
- var ButtonsContainer = newStyled.div(templateObject_1$19 || (templateObject_1$19 = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n margin: ", ";\n"], ["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n margin: ", ";\n"])), function (_a) {
4885
+ var ButtonsContainer = newStyled.div(templateObject_1$1c || (templateObject_1$1c = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n margin: ", ";\n"], ["\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n margin: ", ";\n"])), function (_a) {
4460
4886
  var inline = _a.inline;
4461
4887
  return (inline ? '0 0 0 10px' : '8px 0 0 0');
4462
4888
  });
@@ -4474,7 +4900,7 @@ var SizeSelector = function (_a) {
4474
4900
  }, size: exports.ComponentSize.Medium, text: size.label, active: active, disabled: size.disabled, onClick: function () { return onChange(size); }, testId: "size-variant-".concat(size.label.split('/')[0]), width: width }, size.label));
4475
4901
  }) }), void 0)] }), void 0));
4476
4902
  };
4477
- var templateObject_1$19;
4903
+ var templateObject_1$1c;
4478
4904
 
4479
4905
  var getStylesBySize$7 = function (size) {
4480
4906
  switch (size) {
@@ -4501,7 +4927,7 @@ var textButtonStyles$1 = function (theme, size) {
4501
4927
  } });
4502
4928
  };
4503
4929
  var withContainer = function (iconFill, isLeading, Icon) {
4504
- return Icon && (jsx("span", __assign$1({ css: css(templateObject_1$18 || (templateObject_1$18 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n ", "\n "], ["\n display: flex;\n align-items: center;\n ", "\n "])), isLeading ? 'margin-right: 5px' : 'margin-left: 5px') }, { children: jsx(Icon, { width: 1.25, height: 1.25, fill: iconFill }, void 0) }), void 0));
4930
+ return Icon && (jsx("span", __assign$1({ css: css(templateObject_1$1b || (templateObject_1$1b = __makeTemplateObject(["\n display: flex;\n align-items: center;\n ", "\n "], ["\n display: flex;\n align-items: center;\n ", "\n "])), isLeading ? 'margin-right: 5px' : 'margin-left: 5px') }, { children: jsx(Icon, { width: 1.25, height: 1.25, fill: iconFill }, void 0) }), void 0));
4505
4931
  };
4506
4932
  var getIconFill = function (theme, disabled, iconColor) {
4507
4933
  if (disabled)
@@ -4517,16 +4943,16 @@ var TextButton = function (_a) {
4517
4943
  var iconFill = getIconFill(theme, disabled, iconColor);
4518
4944
  return (jsx(BaseButton, __assign$1({ renderLeading: withContainer(iconFill, true, LeadingIcon), renderTrailing: withContainer(iconFill, false, TrailingIcon), disabled: disabled, type: type, onClick: onClick, css: textButtonStyles$1(theme, size), uppercase: uppercase }, { children: text }), void 0));
4519
4945
  };
4520
- var templateObject_1$18;
4946
+ var templateObject_1$1b;
4521
4947
 
4522
- var Container$J = newStyled.div(templateObject_1$17 || (templateObject_1$17 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n font-size: 0.88rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n font-size: 0.88rem;\n"])));
4523
- var P$3 = newStyled.p(templateObject_2$J || (templateObject_2$J = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
4524
- var PercentageSpan = newStyled.span(templateObject_3$w || (templateObject_3$w = __makeTemplateObject(["\n font-weight: 700;\n text-decoration-line: underline;\n cursor: pointer;\n"], ["\n font-weight: 700;\n text-decoration-line: underline;\n cursor: pointer;\n"])));
4948
+ var Container$M = newStyled.div(templateObject_1$1a || (templateObject_1$1a = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n font-size: 0.88rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n font-size: 0.88rem;\n"])));
4949
+ var P$3 = newStyled.p(templateObject_2$M || (templateObject_2$M = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
4950
+ var PercentageSpan = newStyled.span(templateObject_3$z || (templateObject_3$z = __makeTemplateObject(["\n font-weight: 700;\n text-decoration-line: underline;\n cursor: pointer;\n"], ["\n font-weight: 700;\n text-decoration-line: underline;\n cursor: pointer;\n"])));
4525
4951
  var SizeFitGuide = function (_a) {
4526
4952
  var title = _a.title, fitPercentage = _a.fitPercentage, onClick = _a.onClick, onClickFitPercentage = _a.onClickFitPercentage;
4527
- return (jsxRuntime.jsxs(Container$J, { children: [jsxRuntime.jsx(TextButton, { LeadingIcon: Icon.PDP.Rule, size: exports.ComponentSize.Small, text: title, onClick: onClick, uppercase: false }, void 0), !!fitPercentage && (jsxRuntime.jsxs(P$3, { children: ["Fit As Expected:", ' ', jsxRuntime.jsxs(PercentageSpan, __assign$1({ onClick: onClickFitPercentage, role: "button" }, { children: [fitPercentage, "%"] }), void 0)] }, void 0))] }, void 0));
4953
+ return (jsxRuntime.jsxs(Container$M, { children: [jsxRuntime.jsx(TextButton, { LeadingIcon: Icon.PDP.Rule, size: exports.ComponentSize.Small, text: title, onClick: onClick, uppercase: false }, void 0), !!fitPercentage && (jsxRuntime.jsxs(P$3, { children: ["Fit As Expected:", ' ', jsxRuntime.jsxs(PercentageSpan, __assign$1({ onClick: onClickFitPercentage, role: "button" }, { children: [fitPercentage, "%"] }), void 0)] }, void 0))] }, void 0));
4528
4954
  };
4529
- var templateObject_1$17, templateObject_2$J, templateObject_3$w;
4955
+ var templateObject_1$1a, templateObject_2$M, templateObject_3$z;
4530
4956
 
4531
4957
  var getStylesBySize$6 = function (size) {
4532
4958
  switch (size) {
@@ -4556,7 +4982,7 @@ var getStylesBySize$6 = function (size) {
4556
4982
  };
4557
4983
  }
4558
4984
  };
4559
- var Container$I = newStyled.div(templateObject_1$16 || (templateObject_1$16 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n padding: ", ";\n display: inline-flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: ", ";\n height: ", ";\n text-align: center;\n cursor: default;\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n padding: ", ";\n display: inline-flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: ", ";\n height: ", ";\n text-align: center;\n cursor: default;\n"])), function (_a) {
4985
+ var Container$L = newStyled.div(templateObject_1$19 || (templateObject_1$19 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n padding: ", ";\n display: inline-flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: ", ";\n height: ", ";\n text-align: center;\n cursor: default;\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n padding: ", ";\n display: inline-flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: ", ";\n height: ", ";\n text-align: center;\n cursor: default;\n"])), function (_a) {
4560
4986
  var backgroundColor = _a.backgroundColor;
4561
4987
  return backgroundColor;
4562
4988
  }, function (_a) {
@@ -4578,7 +5004,7 @@ var Container$I = newStyled.div(templateObject_1$16 || (templateObject_1$16 = __
4578
5004
  var size = _a.size;
4579
5005
  return (_b = getStylesBySize$6(size)) === null || _b === void 0 ? void 0 : _b.height;
4580
5006
  });
4581
- var H3$2 = newStyled.h3(templateObject_2$I || (templateObject_2$I = __makeTemplateObject(["\n color: ", ";\n font-weight: bold;\n margin: 0;\n font-size: ", ";\n line-height: ", ";\n"], ["\n color: ", ";\n font-weight: bold;\n margin: 0;\n font-size: ", ";\n line-height: ", ";\n"])), function (_a) {
5007
+ var H3$2 = newStyled.h3(templateObject_2$L || (templateObject_2$L = __makeTemplateObject(["\n color: ", ";\n font-weight: bold;\n margin: 0;\n font-size: ", ";\n line-height: ", ";\n"], ["\n color: ", ";\n font-weight: bold;\n margin: 0;\n font-size: ", ";\n line-height: ", ";\n"])), function (_a) {
4582
5008
  var textColor = _a.textColor;
4583
5009
  return textColor;
4584
5010
  }, function (_a) {
@@ -4593,9 +5019,9 @@ var H3$2 = newStyled.h3(templateObject_2$I || (templateObject_2$I = __makeTempla
4593
5019
  var DiscountTag = function (_a) {
4594
5020
  var discount = _a.discount, offText = _a.offText, disabled = _a.disabled, _b = _a.backgroundColor, backgroundColor = _b === void 0 ? '#fff' : _b, _c = _a.borderColor, borderColor = _c === void 0 ? 'transparent' : _c, _d = _a.textColor, textColor = _d === void 0 ? '#fff' : _d, _e = _a.size, size = _e === void 0 ? exports.ComponentSize.Medium : _e, style = _a.style;
4595
5021
  var theme = useTheme();
4596
- return (jsxRuntime.jsx(Container$I, __assign$1({ backgroundColor: disabled ? theme.colors.shades['50'].color : backgroundColor, borderColor: disabled ? theme.colors.shades['50'].color : borderColor, size: size, "data-testid": "discount-container" }, { children: jsxRuntime.jsxs(H3$2, __assign$1({ textColor: disabled ? theme.colors.shades['250'].color : textColor, size: size, style: style }, { children: [discount, "% ", offText] }), void 0) }), void 0));
5022
+ return (jsxRuntime.jsx(Container$L, __assign$1({ backgroundColor: disabled ? theme.colors.shades['50'].color : backgroundColor, borderColor: disabled ? theme.colors.shades['50'].color : borderColor, size: size, "data-testid": "discount-container" }, { children: jsxRuntime.jsxs(H3$2, __assign$1({ textColor: disabled ? theme.colors.shades['250'].color : textColor, size: size, style: style }, { children: [discount, "% ", offText] }), void 0) }), void 0));
4597
5023
  };
4598
- var templateObject_1$16, templateObject_2$I;
5024
+ var templateObject_1$19, templateObject_2$L;
4599
5025
 
4600
5026
  var getStylesBySize$5 = function (size) {
4601
5027
  switch (size) {
@@ -4625,8 +5051,8 @@ var getStylesBySize$5 = function (size) {
4625
5051
  };
4626
5052
  }
4627
5053
  };
4628
- var Container$H = newStyled.div(templateObject_1$15 || (templateObject_1$15 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
4629
- var Price = newStyled.p(templateObject_2$H || (templateObject_2$H = __makeTemplateObject(["\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n text-decoration: ", ";\n margin: ", ";\n margin-top: ", ";\n"], ["\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n text-decoration: ", ";\n margin: ", ";\n margin-top: ", ";\n"])), function (_a) {
5054
+ var Container$K = newStyled.div(templateObject_1$18 || (templateObject_1$18 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
5055
+ var Price = newStyled.p(templateObject_2$K || (templateObject_2$K = __makeTemplateObject(["\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n text-decoration: ", ";\n margin: ", ";\n margin-top: ", ";\n"], ["\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n text-decoration: ", ";\n margin: ", ";\n margin-top: ", ";\n"])), function (_a) {
4630
5056
  var weight = _a.weight;
4631
5057
  return (weight ? weight : '400');
4632
5058
  }, function (_a) {
@@ -4655,7 +5081,7 @@ var Price = newStyled.p(templateObject_2$H || (templateObject_2$H = __makeTempla
4655
5081
  var finalPriceStyledSmall = _a.finalPriceStyledSmall, size = _a.size;
4656
5082
  return finalPriceStyledSmall ? (size === 'large' ? '-10px' : '-7px') : '0';
4657
5083
  });
4658
- var TagContainer = newStyled.p(templateObject_3$v || (templateObject_3$v = __makeTemplateObject(["\n margin: ", ";\n display: flex;\n align-items: center;\n"], ["\n margin: ", ";\n display: flex;\n align-items: center;\n"])), function (_a) {
5084
+ var TagContainer = newStyled.p(templateObject_3$y || (templateObject_3$y = __makeTemplateObject(["\n margin: ", ";\n display: flex;\n align-items: center;\n"], ["\n margin: ", ";\n display: flex;\n align-items: center;\n"])), function (_a) {
4659
5085
  var _b;
4660
5086
  var size = _a.size;
4661
5087
  return (_b = getStylesBySize$5(size)) === null || _b === void 0 ? void 0 : _b.margin;
@@ -4676,11 +5102,11 @@ var PriceLabel = function (_a) {
4676
5102
  weight: 700,
4677
5103
  };
4678
5104
  var OriginalPrice = function () { return (jsxRuntime.jsx(Price, __assign$1({ size: originalPriceStyled ? size : exports.ComponentSize.Small, color: theme.colors.shades['300'].color, margin: true, underlined: originalPriceUnderlined, "data-testid": getTestId(testId, 'original-product-price') }, { children: originalPrice }), void 0)); };
4679
- return (jsxRuntime.jsxs(Container$H, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, "data-testid": getTestId(testId, 'final-product-price') }, priceCommonProps, { style: finalPriceStyle }, { children: finalPrice }), void 0), originalPrice && jsxRuntime.jsx(OriginalPrice, {}, void 0), discount && (jsxRuntime.jsx(TagContainer, __assign$1({ size: size }, { children: jsxRuntime.jsx(DiscountTag, __assign$1({}, discount, { size: size }), void 0) }), void 0))] }, void 0));
5105
+ return (jsxRuntime.jsxs(Container$K, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, "data-testid": getTestId(testId, 'final-product-price') }, priceCommonProps, { style: finalPriceStyle }, { children: finalPrice }), void 0), originalPrice && jsxRuntime.jsx(OriginalPrice, {}, void 0), discount && (jsxRuntime.jsx(TagContainer, __assign$1({ size: size }, { children: jsxRuntime.jsx(DiscountTag, __assign$1({}, discount, { size: size }), void 0) }), void 0))] }, void 0));
4680
5106
  };
4681
- var templateObject_1$15, templateObject_2$H, templateObject_3$v;
5107
+ var templateObject_1$18, templateObject_2$K, templateObject_3$y;
4682
5108
 
4683
- var FinalPriceStyledContainer = newStyled.div(templateObject_1$14 || (templateObject_1$14 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
5109
+ var FinalPriceStyledContainer = newStyled.div(templateObject_1$17 || (templateObject_1$17 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
4684
5110
  var PriceLabelV2 = function (_a) {
4685
5111
  var _b;
4686
5112
  var finalPrice = _a.finalPrice, originalPrice = _a.originalPrice, discount = _a.discount, color = _a.color, testId = _a.testId, _c = _a.originalPriceStyled, originalPriceStyled = _c === void 0 ? false : _c, _d = _a.originalPriceUnderlined, originalPriceUnderlined = _d === void 0 ? true : _d, _e = _a.size, size = _e === void 0 ? exports.ComponentSize.Medium : _e;
@@ -4697,9 +5123,9 @@ var PriceLabelV2 = function (_a) {
4697
5123
  weight: 700,
4698
5124
  };
4699
5125
  var OriginalPrice = function () { return (jsxRuntime.jsx(Price, __assign$1({ size: originalPriceStyled ? size : exports.ComponentSize.Small, color: theme.colors.shades['300'].color, margin: true, underlined: originalPriceUnderlined, "data-testid": getTestId(testId, 'original-product-price') }, { children: originalPrice }), void 0)); };
4700
- return (jsxRuntime.jsxs(Container$H, { children: [isOriginalPrice && jsxRuntime.jsx(OriginalPrice, {}, void 0), jsxRuntime.jsxs(FinalPriceStyledContainer, __assign$1({ "data-testid": getTestId(testId, 'final-product-price') }, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, finalPriceStyledSmall: true, style: { fontSize: '14px', marginTop: '-5px' } }, priceCommonProps, { children: "$" }), void 0), jsxRuntime.jsx(Price, __assign$1({ finalPriceStyled: true }, priceCommonProps, { children: finalPriceArray[0] ? finalPriceArray[0] : (_b = "".concat(finalPrice)) === null || _b === void 0 ? void 0 : _b.split('$')[1] }), void 0), jsxRuntime.jsx(Price, __assign$1({ finalPriceStyledSmall: true, style: { fontSize: '14px', marginTop: '-6px' } }, priceCommonProps, { children: finalPriceArray[1] ? finalPriceArray[1] : '00' }), void 0)] }), void 0), isDiscount && (jsxRuntime.jsx(TagContainer, __assign$1({ size: exports.ComponentSize.Small }, { children: discount && (jsxRuntime.jsx(DiscountTag, __assign$1({}, discount, { size: exports.ComponentSize.Medium, style: { fontSize: '14px', letterSpacing: '-0.05rem' } }), void 0)) }), void 0))] }, void 0));
5126
+ return (jsxRuntime.jsxs(Container$K, { children: [isOriginalPrice && jsxRuntime.jsx(OriginalPrice, {}, void 0), jsxRuntime.jsxs(FinalPriceStyledContainer, __assign$1({ "data-testid": getTestId(testId, 'final-product-price') }, { children: [jsxRuntime.jsx(Price, __assign$1({ margin: true, finalPriceStyledSmall: true, style: { fontSize: '14px', marginTop: '-5px' } }, priceCommonProps, { children: "$" }), void 0), jsxRuntime.jsx(Price, __assign$1({ finalPriceStyled: true }, priceCommonProps, { children: finalPriceArray[0] ? finalPriceArray[0] : (_b = "".concat(finalPrice)) === null || _b === void 0 ? void 0 : _b.split('$')[1] }), void 0), jsxRuntime.jsx(Price, __assign$1({ finalPriceStyledSmall: true, style: { fontSize: '14px', marginTop: '-6px' } }, priceCommonProps, { children: finalPriceArray[1] ? finalPriceArray[1] : '00' }), void 0)] }), void 0), isDiscount && (jsxRuntime.jsx(TagContainer, __assign$1({ size: exports.ComponentSize.Small }, { children: discount && (jsxRuntime.jsx(DiscountTag, __assign$1({}, discount, { size: exports.ComponentSize.Medium, style: { fontSize: '14px', letterSpacing: '-0.05rem' } }), void 0)) }), void 0))] }, void 0));
4701
5127
  };
4702
- var templateObject_1$14;
5128
+ var templateObject_1$17;
4703
5129
 
4704
5130
  var OneColorSelector = function (_a) {
4705
5131
  var color = _a.color, selected = _a.selected, testId = _a.testId;
@@ -4740,9 +5166,9 @@ var OutOfStock = function (_a) {
4740
5166
  return (jsxRuntime.jsxs("svg", __assign$1({ width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [jsxRuntime.jsx("title", { children: title }, void 0), jsxRuntime.jsx("mask", __assign$1({ id: "path-1-inside-1", fill: "white" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.89435 9.60565C8.40619 10.0938 8.40619 10.8853 8.89435 11.3734L14.0209 16.5L8.89433 21.6266C8.40617 22.1147 8.40617 22.9062 8.89433 23.3943C9.38248 23.8825 10.1739 23.8825 10.6621 23.3943L15.7887 18.2677L21.2687 23.7478C21.7569 24.2359 22.5483 24.2359 23.0365 23.7478C23.5246 23.2596 23.5246 22.4682 23.0365 21.98L17.5564 16.5L23.0365 11.02C23.5246 10.5318 23.5246 9.74035 23.0365 9.25219C22.5483 8.76404 21.7568 8.76404 21.2687 9.25219L15.7887 14.7322L10.6621 9.60565C10.174 9.1175 9.3825 9.1175 8.89435 9.60565Z" }, void 0) }), void 0), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.89435 9.60565C8.40619 10.0938 8.40619 10.8853 8.89435 11.3734L14.0209 16.5L8.89433 21.6266C8.40617 22.1147 8.40617 22.9062 8.89433 23.3943C9.38248 23.8825 10.1739 23.8825 10.6621 23.3943L15.7887 18.2677L21.2687 23.7478C21.7569 24.2359 22.5483 24.2359 23.0365 23.7478C23.5246 23.2596 23.5246 22.4682 23.0365 21.98L17.5564 16.5L23.0365 11.02C23.5246 10.5318 23.5246 9.74035 23.0365 9.25219C22.5483 8.76404 21.7568 8.76404 21.2687 9.25219L15.7887 14.7322L10.6621 9.60565C10.174 9.1175 9.3825 9.1175 8.89435 9.60565Z", fill: theme.colors.shades['300'].color }, void 0), jsxRuntime.jsx("path", { d: "M14.0209 16.5L14.5866 17.0657L15.1523 16.5L14.5866 15.9343L14.0209 16.5ZM8.89433 21.6266L9.46001 22.1922L8.89433 21.6266ZM10.6621 23.3943L11.2278 23.96L10.6621 23.3943ZM15.7887 18.2677L16.3544 17.7021L15.7887 17.1364L15.223 17.7021L15.7887 18.2677ZM17.5564 16.5L16.9908 15.9343L16.4251 16.5L16.9908 17.0657L17.5564 16.5ZM23.0365 11.02L23.6021 11.5856L23.0365 11.02ZM21.2687 9.25219L21.8344 9.81788L21.2687 9.25219ZM15.7887 14.7322L15.223 15.2979L15.7887 15.8636L16.3544 15.2979L15.7887 14.7322ZM9.46003 10.8077C9.2843 10.632 9.2843 10.3471 9.46003 10.1713L8.32866 9.03997C7.52809 9.84054 7.52809 11.1385 8.32866 11.9391L9.46003 10.8077ZM14.5866 15.9343L9.46003 10.8077L8.32866 11.9391L13.4552 17.0657L14.5866 15.9343ZM9.46001 22.1922L14.5866 17.0657L13.4552 15.9343L8.32864 21.0609L9.46001 22.1922ZM9.46001 22.8286C9.28428 22.6529 9.28428 22.368 9.46001 22.1922L8.32864 21.0609C7.52807 21.8614 7.52807 23.1594 8.32864 23.96L9.46001 22.8286ZM10.0964 22.8286C9.92067 23.0044 9.63575 23.0044 9.46001 22.8286L8.32864 23.96C9.12922 24.7606 10.4272 24.7606 11.2278 23.96L10.0964 22.8286ZM15.223 17.7021L10.0964 22.8286L11.2278 23.96L16.3544 18.8334L15.223 17.7021ZM21.8344 23.1821L16.3544 17.7021L15.223 18.8334L20.703 24.3135L21.8344 23.1821ZM22.4708 23.1821C22.2951 23.3578 22.0101 23.3578 21.8344 23.1821L20.703 24.3135C21.5036 25.114 22.8016 25.114 23.6022 24.3135L22.4708 23.1821ZM22.4708 22.5457C22.6465 22.7214 22.6465 23.0064 22.4708 23.1821L23.6022 24.3135C24.4027 23.5129 24.4027 22.2149 23.6022 21.4143L22.4708 22.5457ZM16.9908 17.0657L22.4708 22.5457L23.6022 21.4143L18.1221 15.9343L16.9908 17.0657ZM22.4708 10.4543L16.9908 15.9343L18.1221 17.0657L23.6021 11.5856L22.4708 10.4543ZM22.4708 9.81788C22.6465 9.99361 22.6465 10.2785 22.4708 10.4543L23.6021 11.5856C24.4027 10.7851 24.4027 9.48708 23.6021 8.68651L22.4708 9.81788ZM21.8344 9.81788C22.0101 9.64214 22.295 9.64214 22.4708 9.81788L23.6021 8.68651C22.8016 7.88593 21.5036 7.88593 20.703 8.68651L21.8344 9.81788ZM16.3544 15.2979L21.8344 9.81788L20.703 8.68651L15.223 14.1665L16.3544 15.2979ZM10.0964 10.1713L15.223 15.2979L16.3544 14.1665L11.2278 9.03997L10.0964 10.1713ZM9.46003 10.1713C9.63577 9.9956 9.92069 9.9956 10.0964 10.1713L11.2278 9.03997C10.4272 8.23939 9.12924 8.23939 8.32866 9.03997L9.46003 10.1713Z", fill: "white", mask: "url(#path-1-inside-1)" }, void 0), jsxRuntime.jsx("circle", { cx: "16", cy: "16.5", r: "12", stroke: theme.colors.shades['300'].color, strokeWidth: "0.5" }, void 0)] }), void 0));
4741
5167
  };
4742
5168
 
4743
- var CustomRadioGroup = newStyled(lt)(templateObject_1$13 || (templateObject_1$13 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"])));
4744
- newStyled(lt.Label)(templateObject_2$G || (templateObject_2$G = __makeTemplateObject(["\n font-size: 0.88rem;\n"], ["\n font-size: 0.88rem;\n"])));
4745
- var CustomRadioGroupOption = newStyled(lt.Option)(templateObject_3$u || (templateObject_3$u = __makeTemplateObject(["\n margin-right: 8px;\n\n svg {\n cursor: pointer;\n }\n"], ["\n margin-right: 8px;\n\n svg {\n cursor: pointer;\n }\n"])));
5169
+ var CustomRadioGroup = newStyled(lt)(templateObject_1$16 || (templateObject_1$16 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"])));
5170
+ newStyled(lt.Label)(templateObject_2$J || (templateObject_2$J = __makeTemplateObject(["\n font-size: 0.88rem;\n"], ["\n font-size: 0.88rem;\n"])));
5171
+ var CustomRadioGroupOption = newStyled(lt.Option)(templateObject_3$x || (templateObject_3$x = __makeTemplateObject(["\n margin-right: 8px;\n\n svg {\n cursor: pointer;\n }\n"], ["\n margin-right: 8px;\n\n svg {\n cursor: pointer;\n }\n"])));
4746
5172
  var Span = newStyled.span(templateObject_4$m || (templateObject_4$m = __makeTemplateObject(["\n font-weight: 600;\n"], ["\n font-weight: 600;\n"])));
4747
5173
  var OptionsContainer = newStyled.div(templateObject_5$c || (templateObject_5$c = __makeTemplateObject(["\n display: flex;\n margin-top: 0.63rem;\n flex-wrap: wrap;\n"], ["\n display: flex;\n margin-top: 0.63rem;\n flex-wrap: wrap;\n"])));
4748
5174
  var Label$2 = function (_a) {
@@ -4762,20 +5188,20 @@ var ColorRadioGroup$1 = Object.assign(ColorRadioGroup, {
4762
5188
  Option: Option,
4763
5189
  OptionsContainer: OptionsContainer,
4764
5190
  });
4765
- var templateObject_1$13, templateObject_2$G, templateObject_3$u, templateObject_4$m, templateObject_5$c;
5191
+ var templateObject_1$16, templateObject_2$J, templateObject_3$x, templateObject_4$m, templateObject_5$c;
4766
5192
 
4767
- var Container$G = newStyled.div(templateObject_1$12 || (templateObject_1$12 = __makeTemplateObject(["\n width: 2rem;\n height: 2rem;\n border-radius: 50%;\n border: 0.081rem solid ", ";\n box-sizing: border-box;\n padding: 0.156rem;\n cursor: pointer;\n"], ["\n width: 2rem;\n height: 2rem;\n border-radius: 50%;\n border: 0.081rem solid ", ";\n box-sizing: border-box;\n padding: 0.156rem;\n cursor: pointer;\n"])), function (_a) {
5193
+ var Container$J = newStyled.div(templateObject_1$15 || (templateObject_1$15 = __makeTemplateObject(["\n width: 2rem;\n height: 2rem;\n border-radius: 50%;\n border: 0.081rem solid ", ";\n box-sizing: border-box;\n padding: 0.156rem;\n cursor: pointer;\n"], ["\n width: 2rem;\n height: 2rem;\n border-radius: 50%;\n border: 0.081rem solid ", ";\n box-sizing: border-box;\n padding: 0.156rem;\n cursor: pointer;\n"])), function (_a) {
4768
5194
  var borderColor = _a.borderColor;
4769
5195
  return borderColor;
4770
5196
  });
4771
- var Image$3 = newStyled.img(templateObject_2$F || (templateObject_2$F = __makeTemplateObject(["\n width: 100%;\n height: 100%;\n border-radius: 50%;\n"], ["\n width: 100%;\n height: 100%;\n border-radius: 50%;\n"])));
5197
+ var Image$3 = newStyled.img(templateObject_2$I || (templateObject_2$I = __makeTemplateObject(["\n width: 100%;\n height: 100%;\n border-radius: 50%;\n"], ["\n width: 100%;\n height: 100%;\n border-radius: 50%;\n"])));
4772
5198
  var PatternSelector = function (_a) {
4773
5199
  var url = _a.url, selected = _a.selected, testId = _a.testId;
4774
5200
  var theme = useTheme();
4775
5201
  var outerBorder = selected ? theme.colors.shades['550'].color : 'transparent';
4776
- return (jsxRuntime.jsx(Container$G, __assign$1({ "data-testid": testId, borderColor: outerBorder }, { children: jsxRuntime.jsx(Image$3, { src: url, alt: "pattern" }, void 0) }), void 0));
5202
+ return (jsxRuntime.jsx(Container$J, __assign$1({ "data-testid": testId, borderColor: outerBorder }, { children: jsxRuntime.jsx(Image$3, { src: url, alt: "pattern" }, void 0) }), void 0));
4777
5203
  };
4778
- var templateObject_1$12, templateObject_2$F;
5204
+ var templateObject_1$15, templateObject_2$I;
4779
5205
 
4780
5206
  var renderOptions$1 = function (options) {
4781
5207
  if (options.length === 0) {
@@ -4833,7 +5259,7 @@ var MultiColorPicker = function (_a) {
4833
5259
  return (jsxRuntime.jsxs(ColorRadioGroup$1, __assign$1({ value: selectedColor, onChange: onChangeHandler }, { children: [jsxRuntime.jsx(ColorRadioGroup$1.Label, { label: label, values: valueLabels }, void 0), jsxRuntime.jsx(ColorRadioGroup$1.OptionsContainer, { children: renderOptions(selectedColor, options) }, void 0)] }), void 0));
4834
5260
  };
4835
5261
 
4836
- var Image$2 = newStyled.img(templateObject_1$11 || (templateObject_1$11 = __makeTemplateObject(["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"], ["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"])), function (_a) {
5262
+ var Image$2 = newStyled.img(templateObject_1$14 || (templateObject_1$14 = __makeTemplateObject(["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"], ["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"])), function (_a) {
4837
5263
  var borderRadiusVariant = _a.borderRadiusVariant;
4838
5264
  return borderRadiusVariant &&
4839
5265
  "\nborder-radius: 20px;\n";
@@ -4846,7 +5272,7 @@ var ImageSmallPreview = function (_a) {
4846
5272
  var theme = useTheme();
4847
5273
  return (jsxRuntime.jsx(Image$2, { className: className, src: imageUrl, alt: alt, selected: selected, theme: theme, borderRadiusVariant: borderRadiusVariant }, void 0));
4848
5274
  };
4849
- var templateObject_1$11;
5275
+ var templateObject_1$14;
4850
5276
 
4851
5277
  var Button$4 = newStyled.button(function () { return ({
4852
5278
  background: 'transparent',
@@ -9089,14 +9515,14 @@ var Slider = /*#__PURE__*/function (_React$Component) {
9089
9515
  return Slider;
9090
9516
  }(React__default["default"].Component);
9091
9517
 
9092
- var StyledSlider = newStyled(Slider)(templateObject_1$10 || (templateObject_1$10 = __makeTemplateObject(["\n .slick-dots {\n position: static;\n display: flex !important;\n justify-content: center;\n column-gap: ", ";\n margin-top: ", ";\n }\n .slick-prev {\n left: ", ";\n }\n .slick-next {\n right: ", ";\n }\n .slick-prev,\n .slick-next {\n width: fit-content;\n height: fit-content;\n }\n .slick-prev:before,\n .slick-next:before {\n content: none;\n }\n .slick-dots li {\n margin: 0;\n width: auto;\n line-height: 0;\n height: auto;\n }\n"], ["\n .slick-dots {\n position: static;\n display: flex !important;\n justify-content: center;\n column-gap: ", ";\n margin-top: ", ";\n }\n .slick-prev {\n left: ", ";\n }\n .slick-next {\n right: ", ";\n }\n .slick-prev,\n .slick-next {\n width: fit-content;\n height: fit-content;\n }\n .slick-prev:before,\n .slick-next:before {\n content: none;\n }\n .slick-dots li {\n margin: 0;\n width: auto;\n line-height: 0;\n height: auto;\n }\n"])), function (props) { return "".concat(props.dotsSpacing, "rem"); }, function (props) { return "".concat(props.dotListMarginTop, "rem"); }, function (_a) {
9518
+ var StyledSlider = newStyled(Slider)(templateObject_1$13 || (templateObject_1$13 = __makeTemplateObject(["\n .slick-dots {\n position: static;\n display: flex !important;\n justify-content: center;\n column-gap: ", ";\n margin-top: ", ";\n }\n .slick-prev {\n left: ", ";\n }\n .slick-next {\n right: ", ";\n }\n .slick-prev,\n .slick-next {\n width: fit-content;\n height: fit-content;\n }\n .slick-prev:before,\n .slick-next:before {\n content: none;\n }\n .slick-dots li {\n margin: 0;\n width: auto;\n line-height: 0;\n height: auto;\n }\n"], ["\n .slick-dots {\n position: static;\n display: flex !important;\n justify-content: center;\n column-gap: ", ";\n margin-top: ", ";\n }\n .slick-prev {\n left: ", ";\n }\n .slick-next {\n right: ", ";\n }\n .slick-prev,\n .slick-next {\n width: fit-content;\n height: fit-content;\n }\n .slick-prev:before,\n .slick-next:before {\n content: none;\n }\n .slick-dots li {\n margin: 0;\n width: auto;\n line-height: 0;\n height: auto;\n }\n"])), function (props) { return "".concat(props.dotsSpacing, "rem"); }, function (props) { return "".concat(props.dotListMarginTop, "rem"); }, function (_a) {
9093
9519
  var arrowPaddingOffset = _a.arrowPaddingOffset, _b = _a.arrowPadding, arrowPadding = _b === void 0 ? 0 : _b;
9094
9520
  return "-".concat(arrowPaddingOffset + arrowPadding, "rem");
9095
9521
  }, function (_a) {
9096
9522
  var arrowPaddingOffset = _a.arrowPaddingOffset, _b = _a.arrowPadding, arrowPadding = _b === void 0 ? 0 : _b;
9097
9523
  return "-".concat(arrowPaddingOffset + arrowPadding, "rem");
9098
9524
  });
9099
- var templateObject_1$10;
9525
+ var templateObject_1$13;
9100
9526
 
9101
9527
  var getStylesBySize$4 = function (size) {
9102
9528
  // rem units
@@ -9155,22 +9581,22 @@ var SliderNavigation = function (_a) {
9155
9581
  } }, { children: jsx(StyledSlider, __assign$1({}, settings, { arrowPadding: arrows && arrows.arrowPadding, dotListMarginTop: dotListMarginTop && dotListMarginTop, arrowPaddingOffset: arrows ? arrows.arrowWidth : 0, dotsSpacing: styles && styles.dotsSpacing }, { children: children }), void 0) }), void 0));
9156
9582
  };
9157
9583
 
9158
- var horizontalStyles = css(templateObject_1$$ || (templateObject_1$$ = __makeTemplateObject(["\n grid-row: 2;\n grid-auto-flow: column;\n grid-column-gap: 6px;\n margin-top: 20px;\n max-width: 360px;\n overflow: auto;\n"], ["\n grid-row: 2;\n grid-auto-flow: column;\n grid-column-gap: 6px;\n margin-top: 20px;\n max-width: 360px;\n overflow: auto;\n"])));
9159
- var verticalStyles = css(templateObject_2$E || (templateObject_2$E = __makeTemplateObject(["\n grid-row-gap: 20px;\n overflow: auto;\n grid-area: 1/1;\n"], ["\n grid-row-gap: 20px;\n overflow: auto;\n grid-area: 1/1;\n"])));
9160
- var Container$F = newStyled.div(templateObject_3$t || (templateObject_3$t = __makeTemplateObject(["\n display: grid;\n max-height: 45rem;\n height: min-content;\n align-items: flex-start;\n ", "\n"], ["\n display: grid;\n max-height: 45rem;\n height: min-content;\n align-items: flex-start;\n ", "\n"])), function (_a) {
9584
+ var horizontalStyles = css(templateObject_1$12 || (templateObject_1$12 = __makeTemplateObject(["\n grid-row: 2;\n grid-auto-flow: column;\n grid-column-gap: 6px;\n margin-top: 20px;\n max-width: 360px;\n overflow: auto;\n"], ["\n grid-row: 2;\n grid-auto-flow: column;\n grid-column-gap: 6px;\n margin-top: 20px;\n max-width: 360px;\n overflow: auto;\n"])));
9585
+ var verticalStyles = css(templateObject_2$H || (templateObject_2$H = __makeTemplateObject(["\n grid-row-gap: 20px;\n overflow: auto;\n grid-area: 1/1;\n"], ["\n grid-row-gap: 20px;\n overflow: auto;\n grid-area: 1/1;\n"])));
9586
+ var Container$I = newStyled.div(templateObject_3$w || (templateObject_3$w = __makeTemplateObject(["\n display: grid;\n max-height: 45rem;\n height: min-content;\n align-items: flex-start;\n ", "\n"], ["\n display: grid;\n max-height: 45rem;\n height: min-content;\n align-items: flex-start;\n ", "\n"])), function (_a) {
9161
9587
  var position = _a.position;
9162
9588
  return (position == 'horizontal' ? horizontalStyles : verticalStyles);
9163
9589
  });
9164
9590
  var Button$3 = newStyled.button(templateObject_4$l || (templateObject_4$l = __makeTemplateObject(["\n padding: 0;\n border: none;\n text-decoration: none;\n background: transparent;\n outline: none;\n"], ["\n padding: 0;\n border: none;\n text-decoration: none;\n background: transparent;\n outline: none;\n"])));
9165
9591
  var ImagePreviewList = function (_a) {
9166
9592
  var images = _a.images, selectedImage = _a.selectedImage, onClick = _a.onClick, dataTestId = _a.dataTestId, position = _a.position, borderRadiusVariant = _a.borderRadiusVariant;
9167
- return (jsxRuntime.jsx(Container$F, __assign$1({ "data-testid": dataTestId, position: position, className: position }, { children: position == 'horizontal' ? (jsxRuntime.jsx("div", __assign$1({ style: { maxWidth: '360px' } }, { children: jsxRuntime.jsx(SliderNavigation, __assign$1({ speed: 200, infinite: false, arrows: {
9593
+ return (jsxRuntime.jsx(Container$I, __assign$1({ "data-testid": dataTestId, position: position, className: position }, { children: position == 'horizontal' ? (jsxRuntime.jsx("div", __assign$1({ style: { maxWidth: '360px' } }, { children: jsxRuntime.jsx(SliderNavigation, __assign$1({ speed: 200, infinite: false, arrows: {
9168
9594
  arrowWidth: 0.75,
9169
9595
  arrowHeight: 1.25,
9170
9596
  arrowPadding: 1.625,
9171
9597
  }, adaptiveHeight: true, dots: false, slidesToShow: 4 }, { children: images.map(function (item) { return (jsxRuntime.jsx(Button$3, __assign$1({ onClick: function () { return onClick(item); } }, { children: jsxRuntime.jsx(ImageSmallPreview, { imageUrl: item.imageUrl, alt: item.alt, selected: item.key === selectedImage.key, borderRadiusVariant: borderRadiusVariant }, void 0) }), item.key)); }) }), void 0) }), void 0)) : (images.map(function (item) { return (jsxRuntime.jsx(Button$3, __assign$1({ onClick: function () { return onClick(item); } }, { children: jsxRuntime.jsx(ImageSmallPreview, { imageUrl: item.imageUrl, alt: item.alt, selected: item.key === selectedImage.key, borderRadiusVariant: borderRadiusVariant }, void 0) }), item.key)); })) }), void 0));
9172
9598
  };
9173
- var templateObject_1$$, templateObject_2$E, templateObject_3$t, templateObject_4$l;
9599
+ var templateObject_1$12, templateObject_2$H, templateObject_3$w, templateObject_4$l;
9174
9600
 
9175
9601
  var propTypes = {exports: {}};
9176
9602
 
@@ -10756,23 +11182,23 @@ InnerImageZoom.propTypes = process.env.NODE_ENV !== "production" ? {
10756
11182
  afterZoomOut: PropTypes.func
10757
11183
  } : {};
10758
11184
 
10759
- var Container$E = newStyled.div(templateObject_1$_ || (templateObject_1$_ = __makeTemplateObject(["\n ", "\n position: relative;\n height: '45rem' &.styleforhorizontal {\n height: '30rem';\n }\n display: block;\n height: fit-content;\n overflow: hidden;\n white-space: nowrap;\n grid-area: 1/2;\n"], ["\n ", "\n position: relative;\n height: '45rem' &.styleforhorizontal {\n height: '30rem';\n }\n display: block;\n height: fit-content;\n overflow: hidden;\n white-space: nowrap;\n grid-area: 1/2;\n"])), function (_a) {
11185
+ var Container$H = newStyled.div(templateObject_1$11 || (templateObject_1$11 = __makeTemplateObject(["\n ", "\n position: relative;\n height: '45rem' &.styleforhorizontal {\n height: '30rem';\n }\n display: block;\n height: fit-content;\n overflow: hidden;\n white-space: nowrap;\n grid-area: 1/2;\n"], ["\n ", "\n position: relative;\n height: '45rem' &.styleforhorizontal {\n height: '30rem';\n }\n display: block;\n height: fit-content;\n overflow: hidden;\n white-space: nowrap;\n grid-area: 1/2;\n"])), function (_a) {
10760
11186
  var borderRadiusVariant = _a.borderRadiusVariant;
10761
11187
  return borderRadiusVariant &&
10762
11188
  "\n border-radius: 40px;\n ";
10763
11189
  });
10764
- var TopTagContainer$2 = newStyled.div(templateObject_2$D || (templateObject_2$D = __makeTemplateObject(["\n position: absolute;\n left: ", ";\n top: ", ";\n"], ["\n position: absolute;\n left: ", ";\n top: ", ";\n"])), function (props) { return (props.borderRadiusVariant ? '50px' : '0'); }, function (props) { return (props.borderRadiusVariant ? '10px' : '0'); });
10765
- var BottomTagContainer$2 = newStyled.div(templateObject_3$s || (templateObject_3$s = __makeTemplateObject(["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"], ["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"])));
11190
+ var TopTagContainer$2 = newStyled.div(templateObject_2$G || (templateObject_2$G = __makeTemplateObject(["\n position: absolute;\n left: ", ";\n top: ", ";\n"], ["\n position: absolute;\n left: ", ";\n top: ", ";\n"])), function (props) { return (props.borderRadiusVariant ? '50px' : '0'); }, function (props) { return (props.borderRadiusVariant ? '10px' : '0'); });
11191
+ var BottomTagContainer$2 = newStyled.div(templateObject_3$v || (templateObject_3$v = __makeTemplateObject(["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"], ["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"])));
10766
11192
  var ImageProductWithTags$1 = function (_a) {
10767
11193
  var image = _a.image, topTag = _a.topTag, bottomTag = _a.bottomTag, testId = _a.testId, position = _a.position, borderRadiusVariant = _a.borderRadiusVariant;
10768
- return (jsxRuntime.jsxs(Container$E, __assign$1({ "data-testid": testId, className: "stylefor".concat(position), borderRadiusVariant: borderRadiusVariant }, { children: [jsxRuntime.jsx(InnerImageZoom, { src: image.imageUrl, zoomSrc: image.imageUrl, zoomType: "hover", imgAttributes: {
11194
+ return (jsxRuntime.jsxs(Container$H, __assign$1({ "data-testid": testId, className: "stylefor".concat(position), borderRadiusVariant: borderRadiusVariant }, { children: [jsxRuntime.jsx(InnerImageZoom, { src: image.imageUrl, zoomSrc: image.imageUrl, zoomType: "hover", imgAttributes: {
10769
11195
  alt: image.alt,
10770
11196
  style: { objectFit: 'cover', objectPosition: 'center' },
10771
11197
  }, width: position == 'horizontal' ? 360 : 530, height: position == 'horizontal' ? 480 : 720, hideHint: true }, void 0), jsxRuntime.jsx(TopTagContainer$2, __assign$1({ borderRadiusVariant: borderRadiusVariant }, { children: topTag }), void 0), jsxRuntime.jsx(BottomTagContainer$2, { children: bottomTag }, void 0)] }), void 0));
10772
11198
  };
10773
- var templateObject_1$_, templateObject_2$D, templateObject_3$s;
11199
+ var templateObject_1$11, templateObject_2$G, templateObject_3$v;
10774
11200
 
10775
- var Container$D = newStyled.div(templateObject_1$Z || (templateObject_1$Z = __makeTemplateObject(["\n display: grid;\n grid-template-columns: max-content 1fr;\n grid-column-gap: 20px;\n max-height: 45rem;\n width: fit-content;\n"], ["\n display: grid;\n grid-template-columns: max-content 1fr;\n grid-column-gap: 20px;\n max-height: 45rem;\n width: fit-content;\n"])));
11201
+ var Container$G = newStyled.div(templateObject_1$10 || (templateObject_1$10 = __makeTemplateObject(["\n display: grid;\n grid-template-columns: max-content 1fr;\n grid-column-gap: 20px;\n max-height: 45rem;\n width: fit-content;\n"], ["\n display: grid;\n grid-template-columns: max-content 1fr;\n grid-column-gap: 20px;\n max-height: 45rem;\n width: fit-content;\n"])));
10776
11202
  var ProductGallery = function (_a) {
10777
11203
  var images = _a.images, selectedValue = _a.selectedValue, topTag = _a.topTag, bottomTag = _a.bottomTag, productImageDataTestId = _a.productImageDataTestId, previewListDataTestId = _a.previewListDataTestId, thumbnailPosition = _a.thumbnailPosition, _b = _a.borderRadiusVariant, borderRadiusVariant = _b === void 0 ? false : _b;
10778
11204
  var initialValue = selectedValue && images.includes(selectedValue) ? selectedValue : images[0];
@@ -10780,11 +11206,11 @@ var ProductGallery = function (_a) {
10780
11206
  React$2.useEffect(function () {
10781
11207
  setSelectedImage(initialValue);
10782
11208
  }, [initialValue]);
10783
- return (jsxRuntime.jsxs(Container$D, { children: [jsxRuntime.jsx(ImagePreviewList, { images: images, selectedImage: selectedImage, dataTestId: previewListDataTestId, onClick: function (value) {
11209
+ return (jsxRuntime.jsxs(Container$G, { children: [jsxRuntime.jsx(ImagePreviewList, { images: images, selectedImage: selectedImage, dataTestId: previewListDataTestId, onClick: function (value) {
10784
11210
  setSelectedImage(value);
10785
11211
  }, position: thumbnailPosition, borderRadiusVariant: borderRadiusVariant }, void 0), jsxRuntime.jsx(ImageProductWithTags$1, { image: selectedImage, topTag: topTag, bottomTag: bottomTag, testId: productImageDataTestId, position: thumbnailPosition, borderRadiusVariant: borderRadiusVariant }, void 0)] }, void 0));
10786
11212
  };
10787
- var templateObject_1$Z;
11213
+ var templateObject_1$10;
10788
11214
 
10789
11215
  /* base styles & size variants */
10790
11216
  var StarStyles = {
@@ -10830,8 +11256,8 @@ var StarStyles = {
10830
11256
  });
10831
11257
  },
10832
11258
  };
10833
- var Container$C = newStyled.div(templateObject_1$Y || (templateObject_1$Y = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
10834
- var templateObject_1$Y;
11259
+ var Container$F = newStyled.div(templateObject_1$$ || (templateObject_1$$ = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
11260
+ var templateObject_1$$;
10835
11261
 
10836
11262
  var StarContainer = newStyled.div(function (_a) {
10837
11263
  var size = _a.size, theme = _a.theme;
@@ -10849,7 +11275,7 @@ var sizes = {
10849
11275
  var StarList = function (_a) {
10850
11276
  var rating = _a.rating, starsNumber = _a.starsNumber, fill = _a.fill, _b = _a.size, size = _b === void 0 ? exports.ComponentSize.Medium : _b;
10851
11277
  var theme = useTheme();
10852
- return (jsxRuntime.jsx(Container$C, { children: __spreadArray([], new Array(starsNumber), true).map(function (_, index) {
11278
+ return (jsxRuntime.jsx(Container$F, { children: __spreadArray([], new Array(starsNumber), true).map(function (_, index) {
10853
11279
  return (jsxRuntime.jsx(StarContainer, __assign$1({ "data-testid": "star-container", size: size, theme: theme }, { children: index < Math.floor(rating) ? (jsxRuntime.jsx(Icon.PDP.Star, __assign$1({}, sizes[size], { fill: fill }), void 0)) : index === Math.floor(rating) && rating % 1 != 0 ? (jsxRuntime.jsx(Icon.PDP.StarHalf, __assign$1({}, sizes[size], { fill: fill }), void 0)) : (jsxRuntime.jsx(Icon.PDP.StarEmpty, __assign$1({}, sizes[size], { fill: fill }), void 0)) }), index));
10854
11280
  }) }, void 0));
10855
11281
  };
@@ -10893,8 +11319,8 @@ var LabelStyles = {
10893
11319
  });
10894
11320
  },
10895
11321
  };
10896
- var Container$B = newStyled.a(templateObject_1$X || (templateObject_1$X = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
10897
- var templateObject_1$X;
11322
+ var Container$E = newStyled.a(templateObject_1$_ || (templateObject_1$_ = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
11323
+ var templateObject_1$_;
10898
11324
 
10899
11325
  var CustomLabel = newStyled.div(function (_a) {
10900
11326
  var theme = _a.theme, size = _a.size, wrapWithParenthesis = _a.wrapWithParenthesis, underline = _a.underline;
@@ -10932,11 +11358,11 @@ var Rating = function (_a) {
10932
11358
  href: reviewsContainerId,
10933
11359
  }
10934
11360
  : {};
10935
- return (jsxRuntime.jsxs(Container$B, __assign$1({ as: reviewsContainerId ? 'a' : 'div' }, containerAttributes, { "data-testid": "Container", onClick: handleAnchorClick }, { children: [jsxRuntime.jsx(StarList, { rating: rating, size: size, starsNumber: starsNumber, fill: theme.component.stars.element.color }, void 0), jsxRuntime.jsxs(CustomLabel, __assign$1({ theme: theme, size: size, wrapWithParenthesis: wrapWithParenthesis, underline: underline, "data-testid": "CustomLabel" }, { children: [reviews, " ", reviewsText] }), void 0)] }), void 0));
11361
+ return (jsxRuntime.jsxs(Container$E, __assign$1({ as: reviewsContainerId ? 'a' : 'div' }, containerAttributes, { "data-testid": "Container", onClick: handleAnchorClick }, { children: [jsxRuntime.jsx(StarList, { rating: rating, size: size, starsNumber: starsNumber, fill: theme.component.stars.element.color }, void 0), jsxRuntime.jsxs(CustomLabel, __assign$1({ theme: theme, size: size, wrapWithParenthesis: wrapWithParenthesis, underline: underline, "data-testid": "CustomLabel" }, { children: [reviews, " ", reviewsText] }), void 0)] }), void 0));
10936
11362
  };
10937
11363
 
10938
- var Container$A = newStyled.div(templateObject_1$W || (templateObject_1$W = __makeTemplateObject(["\n display: flex;\n align-items: center;\n font-size: 0.88rem;\n"], ["\n display: flex;\n align-items: center;\n font-size: 0.88rem;\n"])));
10939
- var P$2 = newStyled.p(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n margin: 0 0.25rem;\n font-weight: 700;\n color: ", ";\n"], ["\n margin: 0 0.25rem;\n font-weight: 700;\n color: ", ";\n"])), function (props) { return props.theme.colors.shades['550'].color; });
11364
+ var Container$D = newStyled.div(templateObject_1$Z || (templateObject_1$Z = __makeTemplateObject(["\n display: flex;\n align-items: center;\n font-size: 0.88rem;\n"], ["\n display: flex;\n align-items: center;\n font-size: 0.88rem;\n"])));
11365
+ var P$2 = newStyled.p(templateObject_2$F || (templateObject_2$F = __makeTemplateObject(["\n margin: 0 0.25rem;\n font-weight: 700;\n color: ", ";\n"], ["\n margin: 0 0.25rem;\n font-weight: 700;\n color: ", ";\n"])), function (props) { return props.theme.colors.shades['550'].color; });
10940
11366
  var textButtonStyles = function (theme) { return ({
10941
11367
  border: 'none',
10942
11368
  background: 'transparent',
@@ -10949,9 +11375,9 @@ var textButtonStyles = function (theme) { return ({
10949
11375
  var FitPredictor = function (_a) {
10950
11376
  var onClick = _a.onClick;
10951
11377
  var theme = useTheme();
10952
- return (jsxs(Container$A, __assign$1({ theme: theme }, { children: [jsx(Container$A, { children: jsx(Icon.Other.FitPredictor, { width: 1.125, height: 1.125, fill: theme.colors.shades['550'].color }, void 0) }, void 0), jsx(P$2, __assign$1({ theme: theme }, { children: "FIT PREDICTOR" }), void 0), jsx(BaseButton, __assign$1({ css: textButtonStyles(theme), onClick: onClick }, { children: "Calculate your size" }), void 0)] }), void 0));
11378
+ return (jsxs(Container$D, __assign$1({ theme: theme }, { children: [jsx(Container$D, { children: jsx(Icon.Other.FitPredictor, { width: 1.125, height: 1.125, fill: theme.colors.shades['550'].color }, void 0) }, void 0), jsx(P$2, __assign$1({ theme: theme }, { children: "FIT PREDICTOR" }), void 0), jsx(BaseButton, __assign$1({ css: textButtonStyles(theme), onClick: onClick }, { children: "Calculate your size" }), void 0)] }), void 0));
10953
11379
  };
10954
- var templateObject_1$W, templateObject_2$C;
11380
+ var templateObject_1$Z, templateObject_2$F;
10955
11381
 
10956
11382
  var H2$2 = newStyled.h2(function (_a) {
10957
11383
  var color = _a.color;
@@ -10965,7 +11391,7 @@ var H2$2 = newStyled.h2(function (_a) {
10965
11391
  margin: '0.938rem 4.188rem',
10966
11392
  });
10967
11393
  });
10968
- var Bar = newStyled.div(templateObject_1$V || (templateObject_1$V = __makeTemplateObject(["\n @keyframes loading {\n 0% {\n transform: translateX(0);\n }\n to {\n transform: translateX(400%);\n }\n }\n\n height: 0.5rem;\n background-color: ", ";\n width: ", ";\n border-radius: 0.25rem;\n position: absolute;\n left: ", ";\n animation: ", ";\n"], ["\n @keyframes loading {\n 0% {\n transform: translateX(0);\n }\n to {\n transform: translateX(400%);\n }\n }\n\n height: 0.5rem;\n background-color: ", ";\n width: ", ";\n border-radius: 0.25rem;\n position: absolute;\n left: ", ";\n animation: ", ";\n"])), function (_a) {
11394
+ var Bar = newStyled.div(templateObject_1$Y || (templateObject_1$Y = __makeTemplateObject(["\n @keyframes loading {\n 0% {\n transform: translateX(0);\n }\n to {\n transform: translateX(400%);\n }\n }\n\n height: 0.5rem;\n background-color: ", ";\n width: ", ";\n border-radius: 0.25rem;\n position: absolute;\n left: ", ";\n animation: ", ";\n"], ["\n @keyframes loading {\n 0% {\n transform: translateX(0);\n }\n to {\n transform: translateX(400%);\n }\n }\n\n height: 0.5rem;\n background-color: ", ";\n width: ", ";\n border-radius: 0.25rem;\n position: absolute;\n left: ", ";\n animation: ", ";\n"])), function (_a) {
10969
11395
  var backgroundColor = _a.backgroundColor;
10970
11396
  return backgroundColor;
10971
11397
  }, function (_a) {
@@ -10988,7 +11414,7 @@ var Background = newStyled.div(function (_a) {
10988
11414
  position: 'absolute',
10989
11415
  });
10990
11416
  });
10991
- var Container$z = newStyled.div(function (_a) {
11417
+ var Container$C = newStyled.div(function (_a) {
10992
11418
  var widthAuto = _a.widthAuto;
10993
11419
  return ({
10994
11420
  width: widthAuto ? 'auto' : 'fit-content',
@@ -11002,9 +11428,9 @@ var getBarWithBasedOnPercent = function (percent) {
11002
11428
  var ProgressBar = function (_a) {
11003
11429
  var description = _a.description, fillColor = _a.fillColor, _b = _a.widthAuto, widthAuto = _b === void 0 ? true : _b, percent = _a.percent;
11004
11430
  var theme = useTheme();
11005
- return (jsxRuntime.jsxs(Container$z, __assign$1({ "data-testid": "PBContainer", widthAuto: widthAuto }, { children: [jsxRuntime.jsx(Background, __assign$1({ backgroundColor: theme.colors.shades['100'].color }, { children: jsxRuntime.jsx(Bar, { "data-testid": "PBBar", backgroundColor: fillColor, percent: percent }, void 0) }), void 0), description && jsxRuntime.jsx(H2$2, __assign$1({ color: theme.colors.pallete.secondary.color }, { children: description }), void 0)] }), void 0));
11431
+ return (jsxRuntime.jsxs(Container$C, __assign$1({ "data-testid": "PBContainer", widthAuto: widthAuto }, { children: [jsxRuntime.jsx(Background, __assign$1({ backgroundColor: theme.colors.shades['100'].color }, { children: jsxRuntime.jsx(Bar, { "data-testid": "PBBar", backgroundColor: fillColor, percent: percent }, void 0) }), void 0), description && jsxRuntime.jsx(H2$2, __assign$1({ color: theme.colors.pallete.secondary.color }, { children: description }), void 0)] }), void 0));
11006
11432
  };
11007
- var templateObject_1$V;
11433
+ var templateObject_1$Y;
11008
11434
 
11009
11435
  var getStylesBySize$3 = function (size) {
11010
11436
  switch (size) {
@@ -11025,7 +11451,7 @@ var getStylesBySize$3 = function (size) {
11025
11451
  };
11026
11452
  }
11027
11453
  };
11028
- var Container$y = newStyled.div(templateObject_1$U || (templateObject_1$U = __makeTemplateObject(["\n background-color: ", ";\n width: ", ";\n height: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: background-color 0.1s ease;\n\n svg {\n margin: ", ";\n }\n\n &:hover {\n background-color: ", ";\n cursor: pointer;\n }\n\n &.disabled {\n background-color: ", ";\n cursor: not-allowed;\n\n svg path {\n fill: ", ";\n }\n }\n"], ["\n background-color: ", ";\n width: ", ";\n height: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: background-color 0.1s ease;\n\n svg {\n margin: ", ";\n }\n\n &:hover {\n background-color: ", ";\n cursor: pointer;\n }\n\n &.disabled {\n background-color: ", ";\n cursor: not-allowed;\n\n svg path {\n fill: ", ";\n }\n }\n"])), function (_a) {
11454
+ var Container$B = newStyled.div(templateObject_1$X || (templateObject_1$X = __makeTemplateObject(["\n background-color: ", ";\n width: ", ";\n height: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: background-color 0.1s ease;\n\n svg {\n margin: ", ";\n }\n\n &:hover {\n background-color: ", ";\n cursor: pointer;\n }\n\n &.disabled {\n background-color: ", ";\n cursor: not-allowed;\n\n svg path {\n fill: ", ";\n }\n }\n"], ["\n background-color: ", ";\n width: ", ";\n height: ", ";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: background-color 0.1s ease;\n\n svg {\n margin: ", ";\n }\n\n &:hover {\n background-color: ", ";\n cursor: pointer;\n }\n\n &.disabled {\n background-color: ", ";\n cursor: not-allowed;\n\n svg path {\n fill: ", ";\n }\n }\n"])), function (_a) {
11029
11455
  var backgroundColor = _a.backgroundColor;
11030
11456
  return backgroundColor;
11031
11457
  }, function (_a) {
@@ -11053,9 +11479,9 @@ var Container$y = newStyled.div(templateObject_1$U || (templateObject_1$U = __ma
11053
11479
  var IconButton = function (_a) {
11054
11480
  var children = _a.children, disabled = _a.disabled, _b = _a.size, size = _b === void 0 ? exports.ComponentSize.Medium : _b, onClick = _a.onClick;
11055
11481
  var theme = useTheme();
11056
- return (jsxRuntime.jsx(Container$y, __assign$1({ className: disabled ? 'disabled' : '', backgroundColor: theme.component.button.primary.active.backgroundColor, hoverBackgroundColor: theme.component.button.secondary.active.backgroundColor, disabledColor: theme.colors.shades['50'].color, disabledIconColor: theme.colors.shades['200'].color, size: size, "data-testid": "Container", onClick: disabled ? function () { } : onClick }, { children: children }), void 0));
11482
+ return (jsxRuntime.jsx(Container$B, __assign$1({ className: disabled ? 'disabled' : '', backgroundColor: theme.component.button.primary.active.backgroundColor, hoverBackgroundColor: theme.component.button.secondary.active.backgroundColor, disabledColor: theme.colors.shades['50'].color, disabledIconColor: theme.colors.shades['200'].color, size: size, "data-testid": "Container", onClick: disabled ? function () { } : onClick }, { children: children }), void 0));
11057
11483
  };
11058
- var templateObject_1$U;
11484
+ var templateObject_1$X;
11059
11485
 
11060
11486
  var TooltipArrow = function (_a) {
11061
11487
  var height = _a.height, width = _a.width, fill = _a.fill, stroke = _a.stroke;
@@ -11135,7 +11561,7 @@ var getTooltipAlignItems = function (position, align) {
11135
11561
  }
11136
11562
  };
11137
11563
 
11138
- var Wrapper$5 = newStyled.div(templateObject_1$T || (templateObject_1$T = __makeTemplateObject(["\n display: flex;\n flex-direction: ", ";\n align-items: center;\n cursor: pointer;\n\n &:hover {\n .tooltip-container {\n visibility: visible;\n opacity: 1;\n }\n }\n"], ["\n display: flex;\n flex-direction: ", ";\n align-items: center;\n cursor: pointer;\n\n &:hover {\n .tooltip-container {\n visibility: visible;\n opacity: 1;\n }\n }\n"])), function (_a) {
11564
+ var Wrapper$5 = newStyled.div(templateObject_1$W || (templateObject_1$W = __makeTemplateObject(["\n display: flex;\n flex-direction: ", ";\n align-items: center;\n cursor: pointer;\n\n &:hover {\n .tooltip-container {\n visibility: visible;\n opacity: 1;\n }\n }\n"], ["\n display: flex;\n flex-direction: ", ";\n align-items: center;\n cursor: pointer;\n\n &:hover {\n .tooltip-container {\n visibility: visible;\n opacity: 1;\n }\n }\n"])), function (_a) {
11139
11565
  var position = _a.position;
11140
11566
  return getWrapperFlexDirection(position);
11141
11567
  });
@@ -11159,11 +11585,11 @@ var TooltipContainer = newStyled.div(function (_a) {
11159
11585
  var getTooltipMargin = function (actual, expected, margin) {
11160
11586
  return actual === expected ? margin : '0';
11161
11587
  };
11162
- var ContentWrapper = newStyled.div(templateObject_2$B || (templateObject_2$B = __makeTemplateObject(["\n border: 0.063rem solid ", ";\n padding: 0.563rem 0.75rem;\n border-radius: 0.5rem;\n background-color: #fff;\n"], ["\n border: 0.063rem solid ", ";\n padding: 0.563rem 0.75rem;\n border-radius: 0.5rem;\n background-color: #fff;\n"])), function (_a) {
11588
+ var ContentWrapper = newStyled.div(templateObject_2$E || (templateObject_2$E = __makeTemplateObject(["\n border: 0.063rem solid ", ";\n padding: 0.563rem 0.75rem;\n border-radius: 0.5rem;\n background-color: #fff;\n"], ["\n border: 0.063rem solid ", ";\n padding: 0.563rem 0.75rem;\n border-radius: 0.5rem;\n background-color: #fff;\n"])), function (_a) {
11163
11589
  var borderColor = _a.borderColor;
11164
11590
  return borderColor;
11165
11591
  });
11166
- var TooltipArrowContainer = newStyled.div(templateObject_3$r || (templateObject_3$r = __makeTemplateObject(["\n width: 1.25rem;\n height: 0.75rem;\n display: flex;\n transform: rotate(", ");\n padding: ", ";\n margin: ", ";\n"], ["\n width: 1.25rem;\n height: 0.75rem;\n display: flex;\n transform: rotate(", ");\n padding: ", ";\n margin: ", ";\n"])), function (_a) {
11592
+ var TooltipArrowContainer = newStyled.div(templateObject_3$u || (templateObject_3$u = __makeTemplateObject(["\n width: 1.25rem;\n height: 0.75rem;\n display: flex;\n transform: rotate(", ");\n padding: ", ";\n margin: ", ";\n"], ["\n width: 1.25rem;\n height: 0.75rem;\n display: flex;\n transform: rotate(", ");\n padding: ", ";\n margin: ", ";\n"])), function (_a) {
11167
11593
  var position = _a.position;
11168
11594
  return getArrowRotation(position);
11169
11595
  }, function (_a) {
@@ -11183,7 +11609,7 @@ var Title$6 = newStyled.h1(templateObject_6$7 || (templateObject_6$7 = __makeTem
11183
11609
  return color;
11184
11610
  });
11185
11611
  var IconContainer$5 = newStyled.div(templateObject_7$4 || (templateObject_7$4 = __makeTemplateObject(["\n width: 1.375rem;\n height: 1.125rem;\n margin-right: 0.563rem;\n"], ["\n width: 1.375rem;\n height: 1.125rem;\n margin-right: 0.563rem;\n"])));
11186
- var templateObject_1$T, templateObject_2$B, templateObject_3$r, templateObject_4$k, templateObject_5$b, templateObject_6$7, templateObject_7$4;
11612
+ var templateObject_1$W, templateObject_2$E, templateObject_3$u, templateObject_4$k, templateObject_5$b, templateObject_6$7, templateObject_7$4;
11187
11613
 
11188
11614
  var Tooltip = function (_a) {
11189
11615
  var children = _a.children, position = _a.position, text = _a.text, _b = _a.align, align = _b === void 0 ? 'center' : _b, onClick = _a.onClick, header = _a.header;
@@ -11341,9 +11767,9 @@ var ContainerStyles = {
11341
11767
  },
11342
11768
  };
11343
11769
 
11344
- var Wrapper$4 = newStyled.div(templateObject_1$S || (templateObject_1$S = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
11345
- var Container$x = newStyled.div(__assign$1({}, ContainerStyles.baseStyles), function (props) { return [ContainerStyles[props.size](props.theme)]; });
11346
- var Input$2 = newStyled.input(templateObject_2$A || (templateObject_2$A = __makeTemplateObject(["\n position: absolute;\n opacity: 0;\n cursor: ", ";\n height: 100%;\n width: 100%;\n margin: 0;\n"], ["\n position: absolute;\n opacity: 0;\n cursor: ", ";\n height: 100%;\n width: 100%;\n margin: 0;\n"])), function (_a) {
11770
+ var Wrapper$4 = newStyled.div(templateObject_1$V || (templateObject_1$V = __makeTemplateObject(["\n display: flex;\n align-items: center;\n"], ["\n display: flex;\n align-items: center;\n"])));
11771
+ var Container$A = newStyled.div(__assign$1({}, ContainerStyles.baseStyles), function (props) { return [ContainerStyles[props.size](props.theme)]; });
11772
+ var Input$2 = newStyled.input(templateObject_2$D || (templateObject_2$D = __makeTemplateObject(["\n position: absolute;\n opacity: 0;\n cursor: ", ";\n height: 100%;\n width: 100%;\n margin: 0;\n"], ["\n position: absolute;\n opacity: 0;\n cursor: ", ";\n height: 100%;\n width: 100%;\n margin: 0;\n"])), function (_a) {
11347
11773
  var disabled = _a.disabled;
11348
11774
  return (disabled ? 'not-allowed' : 'pointer');
11349
11775
  });
@@ -11358,9 +11784,9 @@ var RadioInput = function (_a) {
11358
11784
  var value = event.currentTarget.value;
11359
11785
  onChange({ value: value, label: label });
11360
11786
  };
11361
- return (jsxRuntime.jsxs(Wrapper$4, { children: [jsxRuntime.jsxs(Container$x, __assign$1({ theme: theme, size: size, "data-testid": "container" }, { children: [jsxRuntime.jsx(Input$2, { id: "".concat(name, "-").concat(id), type: "radio", name: name, value: value, checked: checked, onChange: function (e) { return (disabled ? null : handleChange(e, label)); }, disabled: disabled }, void 0), jsxRuntime.jsx(CustomRadio, { size: size, isChecked: checked, disabled: disabled, theme: theme, "data-testid": "custom-radio" }, void 0)] }), void 0), jsxRuntime.jsx(Label$3, __assign$1({ htmlFor: "".concat(name, "-").concat(id), "data-testid": "label", variant: "regular", size: size, disabled: disabled }, { children: label }), void 0)] }, void 0));
11787
+ return (jsxRuntime.jsxs(Wrapper$4, { children: [jsxRuntime.jsxs(Container$A, __assign$1({ theme: theme, size: size, "data-testid": "container" }, { children: [jsxRuntime.jsx(Input$2, { id: "".concat(name, "-").concat(id), type: "radio", name: name, value: value, checked: checked, onChange: function (e) { return (disabled ? null : handleChange(e, label)); }, disabled: disabled }, void 0), jsxRuntime.jsx(CustomRadio, { size: size, isChecked: checked, disabled: disabled, theme: theme, "data-testid": "custom-radio" }, void 0)] }), void 0), jsxRuntime.jsx(Label$3, __assign$1({ htmlFor: "".concat(name, "-").concat(id), "data-testid": "label", variant: "regular", size: size, disabled: disabled }, { children: label }), void 0)] }, void 0));
11362
11788
  };
11363
- var templateObject_1$S, templateObject_2$A;
11789
+ var templateObject_1$V, templateObject_2$D;
11364
11790
 
11365
11791
  var RadioGroupInput = function (_a) {
11366
11792
  var name = _a.name, _b = _a.options, options = _b === void 0 ? [] : _b, value = _a.value, onChange = _a.onChange, _c = _a.size, size = _c === void 0 ? exports.ComponentSize.Medium : _c, _d = _a.disabled, disabled = _d === void 0 ? false : _d;
@@ -11374,37 +11800,37 @@ var RadioGroupInput = function (_a) {
11374
11800
  }) }), void 0));
11375
11801
  };
11376
11802
 
11377
- var Wrapper$3 = newStyled.div(templateObject_1$R || (templateObject_1$R = __makeTemplateObject(["\n padding: 12px 58px;\n"], ["\n padding: 12px 58px;\n"])));
11378
- var Container$w = newStyled.div(templateObject_2$z || (templateObject_2$z = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"], ["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"])));
11803
+ var Wrapper$3 = newStyled.div(templateObject_1$U || (templateObject_1$U = __makeTemplateObject(["\n padding: 12px 58px;\n @media (max-width: 768px) {\n padding: 0.625rem 1.5rem;\n }\n"], ["\n padding: 12px 58px;\n @media (max-width: 768px) {\n padding: 0.625rem 1.5rem;\n }\n"])));
11804
+ var Container$z = newStyled.div(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"], ["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"])));
11379
11805
  var Minimalistic = function (_a) {
11380
11806
  var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? '#FFF6EF' : _b, _c = _a.borderColor, borderColor = _c === void 0 ? '#E7C9B2' : _c, originalPrice = _a.originalPrice, price = _a.price, savingPrice = _a.savingPrice, getMorePayLessText = _a.getMorePayLessText, youAreSavingText = _a.youAreSavingText, getQtyForText = _a.getQtyForText, discount = _a.discount, offText = _a.offText, _d = _a.widthAuto, widthAuto = _d === void 0 ? false : _d, _e = _a.testId, testId = _e === void 0 ? 'minimalistic' : _e;
11381
11807
  var theme = useTheme();
11382
- return (jsxRuntime.jsx(Card$2, __assign$1({ backgroundColor: backgroundColor, widthAuto: widthAuto, border: { borderColor: borderColor, borderWidth: '0.063rem' }, flex: false }, { children: jsxRuntime.jsxs(Wrapper$3, { children: [jsxRuntime.jsxs(Container$w, __assign$1({ "data-testid": "".concat(testId, "-section") }, { children: [jsxRuntime.jsx(Text$6, __assign$1({ variant: "body", weight: "demi", size: "small", style: { margin: '0.1rem 1.25rem 0.1rem 0' } }, { children: getMorePayLessText }), void 0), jsxRuntime.jsx(PriceLabel, { finalPrice: price, originalPrice: originalPrice, color: theme.colors.pallete.secondary.color, size: exports.ComponentSize.Small, testId: testId }, void 0)] }), void 0), jsxRuntime.jsxs(Container$w, __assign$1({ "data-testid": "".concat(testId, "-section-bottom") }, { children: [jsxRuntime.jsxs(Text$6, __assign$1({ variant: "body", weight: "demi", style: { color: '#d3373c', margin: '0.1rem 1.25rem 0.1rem 0' }, size: "small" }, { children: [getQtyForText, " ", discount, "% ", offText.toLocaleUpperCase()] }), void 0), jsxRuntime.jsxs(Text$6, __assign$1({ variant: "body", weight: "regular", size: "small" }, { children: [youAreSavingText, ": ", savingPrice] }), void 0)] }), void 0)] }, void 0) }), void 0));
11808
+ return (jsxRuntime.jsx(Card$2, __assign$1({ backgroundColor: backgroundColor, widthAuto: widthAuto, border: { borderColor: borderColor, borderWidth: '0.063rem' }, flex: false }, { children: jsxRuntime.jsxs(Wrapper$3, { children: [jsxRuntime.jsxs(Container$z, __assign$1({ "data-testid": "".concat(testId, "-section") }, { children: [jsxRuntime.jsx(Text$6, __assign$1({ variant: "body", weight: "demi", size: "small", style: { margin: '0.1rem 1.25rem 0.1rem 0' } }, { children: getMorePayLessText }), void 0), jsxRuntime.jsx(PriceLabel, { finalPrice: price, originalPrice: originalPrice, color: theme.colors.pallete.secondary.color, size: exports.ComponentSize.Small, testId: testId }, void 0)] }), void 0), jsxRuntime.jsxs(Container$z, __assign$1({ "data-testid": "".concat(testId, "-section-bottom") }, { children: [jsxRuntime.jsxs(Text$6, __assign$1({ variant: "body", weight: "demi", style: { color: '#d3373c', margin: '0.1rem 1.25rem 0.1rem 0' }, size: "small" }, { children: [getQtyForText, " ", discount, "% ", offText.toLocaleUpperCase()] }), void 0), jsxRuntime.jsxs(Text$6, __assign$1({ variant: "body", weight: "regular", size: "small" }, { children: [youAreSavingText, ": ", savingPrice] }), void 0)] }), void 0)] }, void 0) }), void 0));
11383
11809
  };
11384
- var templateObject_1$R, templateObject_2$z;
11810
+ var templateObject_1$U, templateObject_2$C;
11385
11811
 
11386
- var Container$v = newStyled.div(templateObject_1$Q || (templateObject_1$Q = __makeTemplateObject(["\n padding: 0.625rem 1.5rem;\n"], ["\n padding: 0.625rem 1.5rem;\n"])));
11387
- var Title$5 = newStyled.h1(templateObject_2$y || (templateObject_2$y = __makeTemplateObject(["\n font-weight: 700;\n font-size: 1rem;\n line-height: 1.25rem;\n color: ", ";\n margin: 0;\n margin-bottom: 0.125rem;\n text-align: center;\n"], ["\n font-weight: 700;\n font-size: 1rem;\n line-height: 1.25rem;\n color: ", ";\n margin: 0;\n margin-bottom: 0.125rem;\n text-align: center;\n"])), function (props) { return props.color; });
11388
- var Details$1 = newStyled.span(templateObject_3$q || (templateObject_3$q = __makeTemplateObject(["\n display: flex;\n align-items: center;\n font-weight: 400;\n font-size: 1rem;\n margin: 0;\n line-height: 1.5rem;\n justify-content: center;\n color: ", ";\n"], ["\n display: flex;\n align-items: center;\n font-weight: 400;\n font-size: 1rem;\n margin: 0;\n line-height: 1.5rem;\n justify-content: center;\n color: ", ";\n"])), function (props) { return props.color; });
11812
+ var Container$y = newStyled.div(templateObject_1$T || (templateObject_1$T = __makeTemplateObject(["\n padding: 0.625rem 1.5rem;\n"], ["\n padding: 0.625rem 1.5rem;\n"])));
11813
+ var Title$5 = newStyled.h1(templateObject_2$B || (templateObject_2$B = __makeTemplateObject(["\n font-weight: 700;\n font-size: 1rem;\n line-height: 1.25rem;\n color: ", ";\n margin: 0;\n margin-bottom: 0.125rem;\n text-align: center;\n"], ["\n font-weight: 700;\n font-size: 1rem;\n line-height: 1.25rem;\n color: ", ";\n margin: 0;\n margin-bottom: 0.125rem;\n text-align: center;\n"])), function (props) { return props.color; });
11814
+ var Details$1 = newStyled.span(templateObject_3$t || (templateObject_3$t = __makeTemplateObject(["\n display: flex;\n align-items: center;\n font-weight: 400;\n font-size: 1rem;\n margin: 0;\n line-height: 1.5rem;\n justify-content: center;\n color: ", ";\n"], ["\n display: flex;\n align-items: center;\n font-weight: 400;\n font-size: 1rem;\n margin: 0;\n line-height: 1.5rem;\n justify-content: center;\n color: ", ";\n"])), function (props) { return props.color; });
11389
11815
  var PriceContainer$1 = newStyled.span(templateObject_4$j || (templateObject_4$j = __makeTemplateObject(["\n margin: 0 0.313rem;\n display: flex;\n align-items: center;\n"], ["\n margin: 0 0.313rem;\n display: flex;\n align-items: center;\n"])));
11390
11816
  var Simple = function (_a) {
11391
11817
  var title = _a.title, freeShippingText = _a.freeShippingText, price = _a.price, anyQtyForText = _a.anyQtyForText, backgroundColor = _a.backgroundColor, _b = _a.widthAuto, widthAuto = _b === void 0 ? false : _b;
11392
11818
  var theme = useTheme();
11393
- return (jsxRuntime.jsx(Card$2, __assign$1({ backgroundColor: backgroundColor, widthAuto: widthAuto }, { children: jsxRuntime.jsxs(Container$v, { children: [jsxRuntime.jsx(Title$5, __assign$1({ color: theme.colors.pallete.secondary.color, "data-testid": "Title" }, { children: title }), void 0), jsxRuntime.jsxs(Details$1, __assign$1({ color: theme.colors.pallete.secondary.color, "data-testid": "Details" }, { children: [anyQtyForText, jsxRuntime.jsx(PriceContainer$1, __assign$1({ "data-testid": "Price" }, { children: jsxRuntime.jsx(PriceLabel, { finalPrice: price, color: "#d3373c", size: exports.ComponentSize.Small }, void 0) }), void 0), "+ ", freeShippingText] }), void 0)] }, void 0) }), void 0));
11819
+ return (jsxRuntime.jsx(Card$2, __assign$1({ backgroundColor: backgroundColor, widthAuto: widthAuto }, { children: jsxRuntime.jsxs(Container$y, { children: [jsxRuntime.jsx(Title$5, __assign$1({ color: theme.colors.pallete.secondary.color, "data-testid": "Title" }, { children: title }), void 0), jsxRuntime.jsxs(Details$1, __assign$1({ color: theme.colors.pallete.secondary.color, "data-testid": "Details" }, { children: [anyQtyForText, jsxRuntime.jsx(PriceContainer$1, __assign$1({ "data-testid": "Price" }, { children: jsxRuntime.jsx(PriceLabel, { finalPrice: price, color: "#d3373c", size: exports.ComponentSize.Small }, void 0) }), void 0), "+ ", freeShippingText] }), void 0)] }, void 0) }), void 0));
11394
11820
  };
11395
- var templateObject_1$Q, templateObject_2$y, templateObject_3$q, templateObject_4$j;
11821
+ var templateObject_1$T, templateObject_2$B, templateObject_3$t, templateObject_4$j;
11396
11822
 
11397
11823
  var Bundle = {
11398
11824
  Minimalistic: Minimalistic,
11399
11825
  Simple: Simple,
11400
11826
  };
11401
11827
 
11402
- var Container$u = newStyled.div(templateObject_1$P || (templateObject_1$P = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n"])));
11828
+ var Container$x = newStyled.div(templateObject_1$S || (templateObject_1$S = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n"])));
11403
11829
  var Tag$1 = function (_a) {
11404
11830
  var text = _a.text, className = _a.className;
11405
- return jsxRuntime.jsx(Container$u, __assign$1({ className: className }, { children: text }), void 0);
11831
+ return jsxRuntime.jsx(Container$x, __assign$1({ className: className }, { children: text }), void 0);
11406
11832
  };
11407
- var templateObject_1$P;
11833
+ var templateObject_1$S;
11408
11834
 
11409
11835
  var getStylesBySize$2 = function (size, styledBorder) {
11410
11836
  switch (size) {
@@ -11507,11 +11933,11 @@ var Timer = function (_a) {
11507
11933
  return (jsxRuntime.jsxs("div", __assign$1({ "data-testid": "Time" }, { children: [(hours || displayZeroValues) && "".concat(hours, "h "), (minutes || displayZeroValues) && "".concat(minutes, "m "), seconds, "s"] }), void 0));
11508
11934
  };
11509
11935
 
11510
- var Label$1 = newStyled.span(templateObject_1$O || (templateObject_1$O = __makeTemplateObject(["\n font-weight: 600;\n color: ", ";\n font-size: 1.125rem;\n line-height: 1.75rem;\n"], ["\n font-weight: 600;\n color: ", ";\n font-size: 1.125rem;\n line-height: 1.75rem;\n"])), function (_a) {
11936
+ var Label$1 = newStyled.span(templateObject_1$R || (templateObject_1$R = __makeTemplateObject(["\n font-weight: 600;\n color: ", ";\n font-size: 1.125rem;\n line-height: 1.75rem;\n"], ["\n font-weight: 600;\n color: ", ";\n font-size: 1.125rem;\n line-height: 1.75rem;\n"])), function (_a) {
11511
11937
  var color = _a.color;
11512
11938
  return color;
11513
11939
  });
11514
- var MandatoryIcon = newStyled.span(templateObject_2$x || (templateObject_2$x = __makeTemplateObject(["\n color: ", ";\n margin-left: 0.25rem;\n"], ["\n color: ", ";\n margin-left: 0.25rem;\n"])), function (_a) {
11940
+ var MandatoryIcon = newStyled.span(templateObject_2$A || (templateObject_2$A = __makeTemplateObject(["\n color: ", ";\n margin-left: 0.25rem;\n"], ["\n color: ", ";\n margin-left: 0.25rem;\n"])), function (_a) {
11515
11941
  var color = _a.color;
11516
11942
  return color;
11517
11943
  });
@@ -11520,7 +11946,7 @@ var InputLabel = function (_a) {
11520
11946
  var theme = useTheme();
11521
11947
  return (jsxRuntime.jsxs(Label$1, __assign$1({ color: isDisabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color }, { children: [label, isRequired && jsxRuntime.jsx(MandatoryIcon, __assign$1({ color: theme.colors.semantic.urgent.color }, { children: "*" }), void 0)] }), void 0));
11522
11948
  };
11523
- var templateObject_1$O, templateObject_2$x;
11949
+ var templateObject_1$R, templateObject_2$A;
11524
11950
 
11525
11951
  /**
11526
11952
  * @returns number formatted with "," and 2 decimals as string
@@ -11574,99 +12000,94 @@ var formatPrice = function (value, _a) {
11574
12000
  }).format(valueToFormat);
11575
12001
  };
11576
12002
 
11577
- var ErrorText = newStyled.h3(templateObject_1$N || (templateObject_1$N = __makeTemplateObject(["\n color: ", " !important;\n font-size: 0.75rem;\n font-weight: 600;\n margin: 0;\n font-height: 1rem;\n margin-left: 0.313rem;\n"], ["\n color: ", " !important;\n font-size: 0.75rem;\n font-weight: 600;\n margin: 0;\n font-height: 1rem;\n margin-left: 0.313rem;\n"])), function (props) { return props.color; });
11578
- var ErrorContainer = newStyled.div(templateObject_2$w || (templateObject_2$w = __makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-top: 12px;\n"], ["\n display: flex;\n align-items: center;\n margin-top: 12px;\n"])));
12003
+ var ErrorText = newStyled.h3(templateObject_1$Q || (templateObject_1$Q = __makeTemplateObject(["\n color: ", " !important;\n font-size: 0.75rem;\n font-weight: 600;\n margin: 0;\n font-height: 1rem;\n margin-left: 0.313rem;\n"], ["\n color: ", " !important;\n font-size: 0.75rem;\n font-weight: 600;\n margin: 0;\n font-height: 1rem;\n margin-left: 0.313rem;\n"])), function (props) { return props.color; });
12004
+ var ErrorContainer = newStyled.div(templateObject_2$z || (templateObject_2$z = __makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-top: 12px;\n"], ["\n display: flex;\n align-items: center;\n margin-top: 12px;\n"])));
11579
12005
  var Error$1 = function (_a) {
11580
12006
  var error = _a.error;
11581
12007
  var theme = useTheme();
11582
12008
  return (jsxRuntime.jsxs(ErrorContainer, { children: [jsxRuntime.jsx(Icon.Actions.LightExclamation, { fill: theme.colors.semantic.urgent.color, width: 0.875, height: 0.875 }, void 0), jsxRuntime.jsx(ErrorText, __assign$1({ color: theme.colors.semantic.urgent.color }, { children: error }), void 0)] }, void 0));
11583
12009
  };
11584
- var templateObject_1$N, templateObject_2$w;
11585
-
11586
- var Container$t = newStyled.div(templateObject_1$M || (templateObject_1$M = __makeTemplateObject(["\n position: relative;\n input {\n border-color: ", ";\n }\n"], ["\n position: relative;\n input {\n border-color: ", ";\n }\n"])), function (_a) {
11587
- var color = _a.color, hasError = _a.hasError;
11588
- return (!hasError ? color : '');
12010
+ var templateObject_1$Q, templateObject_2$z;
12011
+
12012
+ var containerByStatus = function (theme, status) {
12013
+ if (status === exports.InputValidationType.Valid)
12014
+ return theme.colors.shades[700].color;
12015
+ if (status === exports.InputValidationType.Error)
12016
+ return theme.colors.semantic.urgent.color;
12017
+ return '';
12018
+ };
12019
+ var Container$w = newStyled.div(templateObject_1$P || (templateObject_1$P = __makeTemplateObject(["\n position: relative;\n input {\n border-color: ", ";\n }\n"], ["\n position: relative;\n input {\n border-color: ", ";\n }\n"])), function (_a) {
12020
+ var theme = _a.theme, status = _a.status, hasError = _a.hasError;
12021
+ return hasError ? '' : containerByStatus(theme, status);
11589
12022
  });
11590
- var StyledInput = newStyled.input(templateObject_2$v || (templateObject_2$v = __makeTemplateObject(["\n padding: ", ";\n font-size: ", ";\n border-radius: ", ";\n border: ", ";\n line-height: ", ";\n color: ", ";\n font-weight: ", ";\n flex: 1 1 50%;\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n\n &::placeholder {\n color: ", ";\n }\n\n &:focus {\n outline: none;\n border-color: ", ";\n ", ";\n box-shadow: ", ";\n\n ", ";\n }\n\n &:disabled {\n background-color: ", ";\n border: 0.063rem solid ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n }\n }\n\n ", ";\n"], ["\n padding: ", ";\n font-size: ", ";\n border-radius: ", ";\n border: ", ";\n line-height: ", ";\n color: ", ";\n font-weight: ", ";\n flex: 1 1 50%;\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n\n &::placeholder {\n color: ", ";\n }\n\n &:focus {\n outline: none;\n border-color: ", ";\n ", ";\n box-shadow: ", ";\n\n ", ";\n }\n\n &:disabled {\n background-color: ", ";\n border: 0.063rem solid ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n }\n }\n\n ", ";\n"])), function (_a) {
11591
- var padding = _a.padding;
11592
- return padding;
12023
+ var StyledInput = newStyled.input(templateObject_2$y || (templateObject_2$y = __makeTemplateObject(["\n padding: ", ";\n font-size: ", ";\n border-radius: ", ";\n border: ", ";\n line-height: ", ";\n color: ", ";\n font-weight: ", ";\n flex: 1 1 50%;\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n\n &::placeholder {\n color: ", ";\n }\n\n &:focus {\n outline: none;\n border-color: ", ";\n ", ";\n box-shadow: ", ";\n\n ", ";\n }\n\n &:disabled {\n background-color: ", ";\n border: 0.063rem solid ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n }\n }\n\n ", ";\n"], ["\n padding: ", ";\n font-size: ", ";\n border-radius: ", ";\n border: ", ";\n line-height: ", ";\n color: ", ";\n font-weight: ", ";\n flex: 1 1 50%;\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n\n &::placeholder {\n color: ", ";\n }\n\n &:focus {\n outline: none;\n border-color: ", ";\n ", ";\n box-shadow: ", ";\n\n ", ";\n }\n\n &:disabled {\n background-color: ", ";\n border: 0.063rem solid ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n }\n }\n\n ", ";\n"])), function (_a) {
12024
+ var inlinePlaceholder = _a.inlinePlaceholder, theme = _a.theme;
12025
+ return theme.component[inlinePlaceholder ? 'inputPlaceholder' : 'input'].padding;
11593
12026
  }, function (_a) {
11594
- var fontSize = _a.fontSize;
11595
- return fontSize;
12027
+ var theme = _a.theme;
12028
+ return theme.component.input.fontSize;
11596
12029
  }, function (_a) {
11597
- var borderRadius = _a.borderRadius;
11598
- return borderRadius;
12030
+ var theme = _a.theme;
12031
+ return theme.component.input.borderRadius;
11599
12032
  }, function (_a) {
11600
- var border = _a.border, hasError = _a.hasError;
11601
- return (hasError ? hasError : border);
12033
+ var theme = _a.theme, hasError = _a.hasError;
12034
+ return theme.component.input[hasError ? 'errorBorder' : 'border'];
11602
12035
  }, function (_a) {
11603
- var lineHeight = _a.lineHeight;
11604
- return lineHeight;
12036
+ var theme = _a.theme;
12037
+ return theme.component.input.lineHeight;
11605
12038
  }, function (_a) {
11606
- var color = _a.color;
11607
- return color;
12039
+ var theme = _a.theme;
12040
+ return theme.component.input.color;
11608
12041
  }, function (_a) {
11609
- var fontWeight = _a.fontWeight;
11610
- return fontWeight;
12042
+ var theme = _a.theme;
12043
+ return theme.component.input.fontWeight;
11611
12044
  }, function (_a) {
11612
- var placeholderColor = _a.placeholderColor;
11613
- return placeholderColor;
12045
+ var theme = _a.theme;
12046
+ return theme.component.input.placeholderColor;
11614
12047
  }, function (_a) {
11615
- var highlight = _a.highlight, hasError = _a.hasError;
11616
- return (!hasError ? highlight : '');
12048
+ var theme = _a.theme, hasError = _a.hasError;
12049
+ return (hasError ? '' : theme.colors.border.highlight);
11617
12050
  }, function (_a) {
11618
- var focusBorder = _a.focusBorder, hasError = _a.hasError;
11619
- return (focusBorder && !hasError ? "border: ".concat(focusBorder) : '');
12051
+ var inlinePlaceholder = _a.inlinePlaceholder, hasError = _a.hasError, theme = _a.theme;
12052
+ return inlinePlaceholder && !hasError && "border: ".concat(theme.component.inputPlaceholder.focusBorder);
11620
12053
  }, function (_a) {
11621
- var boxShadow = _a.boxShadow;
11622
- return boxShadow;
12054
+ var theme = _a.theme;
12055
+ return theme.component.input.boxShadow;
11623
12056
  }, function (_a) {
11624
12057
  var inlinePlaceholder = _a.inlinePlaceholder;
11625
12058
  return inlinePlaceholder
11626
12059
  ? "& ~ span {\n bottom: 1.625rem;\n font-size: 0.75rem;\n opacity: 1;\n }"
11627
12060
  : '';
11628
12061
  }, function (_a) {
11629
- var disabledBackgroundColor = _a.disabledBackgroundColor;
11630
- return disabledBackgroundColor;
12062
+ var theme = _a.theme;
12063
+ return theme.colors.background.disabled;
11631
12064
  }, function (_a) {
11632
- var disabledBackgroundColor = _a.disabledBackgroundColor;
11633
- return disabledBackgroundColor;
12065
+ var theme = _a.theme;
12066
+ return theme.colors.background.disabled;
11634
12067
  }, function (_a) {
11635
- var disabledColor = _a.disabledColor;
11636
- return disabledColor;
12068
+ var theme = _a.theme;
12069
+ return theme.colors.text.disabled;
11637
12070
  }, function (_a) {
11638
- var disabledColor = _a.disabledColor;
11639
- return disabledColor;
12071
+ var theme = _a.theme;
12072
+ return theme.colors.text.disabled;
11640
12073
  }, function (_a) {
11641
- var internalValue = _a.internalValue;
11642
- return internalValue
11643
- ? "& ~ span {\n bottom: 1.625rem;\n font-size: 0.75rem;\n opacity: 1;\n }"
11644
- : '';
12074
+ var hasValue = _a.hasValue;
12075
+ return hasValue &&
12076
+ "& ~ span {\n bottom: 1.625rem;\n font-size: 0.75rem;\n opacity: 1;\n }";
11645
12077
  });
11646
- var InputWrapper = newStyled.div(templateObject_3$p || (templateObject_3$p = __makeTemplateObject(["\n position: relative;\n display: flex;\n height: ", ";\n"], ["\n position: relative;\n display: flex;\n height: ", ";\n"])), function (_a) {
12078
+ var InputWrapper = newStyled.div(templateObject_3$s || (templateObject_3$s = __makeTemplateObject(["\n position: relative;\n display: flex;\n height: ", ";\n"], ["\n position: relative;\n display: flex;\n height: ", ";\n"])), function (_a) {
11647
12079
  var size = _a.size, inlinePlaceholder = _a.inlinePlaceholder;
11648
12080
  return !inlinePlaceholder ? (size === 'small' ? '36px' : '40px') : '48px';
11649
12081
  });
11650
12082
  var AnimatedPlaceholder = newStyled.span(templateObject_4$i || (templateObject_4$i = __makeTemplateObject(["\n color: #8b8b8b;\n font-weight: 400;\n left: 0.9375rem;\n bottom: 0.9375rem;\n transition: all 0.2s ease;\n position: absolute;\n pointer-events: none;\n font-size: 0.875rem;\n"], ["\n color: #8b8b8b;\n font-weight: 400;\n left: 0.9375rem;\n bottom: 0.9375rem;\n transition: all 0.2s ease;\n position: absolute;\n pointer-events: none;\n font-size: 0.875rem;\n"])));
11651
12083
  var ClearInput = newStyled.div(templateObject_5$a || (templateObject_5$a = __makeTemplateObject(["\n right: 0.75rem;\n top: 1rem;\n position: absolute;\n cursor: pointer;\n"], ["\n right: 0.75rem;\n top: 1rem;\n position: absolute;\n cursor: pointer;\n"])));
11652
- var templateObject_1$M, templateObject_2$v, templateObject_3$p, templateObject_4$i, templateObject_5$a;
12084
+ var templateObject_1$P, templateObject_2$y, templateObject_3$s, templateObject_4$i, templateObject_5$a;
11653
12085
 
11654
12086
  var BaseInput = function (_a) {
11655
- var _b;
11656
- var value = _a.value, onChange = _a.onChange, _c = _a.defaultValue, defaultValue = _c === void 0 ? '' : _c, label = _a.label, children = _a.children, required = _a.required, onValidation = _a.onValidation, size = _a.size, placeholder = _a.placeholder, inlinePlaceholder = _a.inlinePlaceholder, hasError = _a.hasError, _d = _a.inputType, inputType = _d === void 0 ? 'text' : _d, hideClear = _a.hideClear, innerRef = _a.innerRef, rest = __rest(_a, ["value", "onChange", "defaultValue", "label", "children", "required", "onValidation", "size", "placeholder", "inlinePlaceholder", "hasError", "inputType", "hideClear", "innerRef"]);
12087
+ var value = _a.value, _b = _a.onChange, onChange = _b === void 0 ? function () { } : _b, label = _a.label, children = _a.children, required = _a.required, onValidation = _a.onValidation, size = _a.size, placeholder = _a.placeholder, inlinePlaceholder = _a.inlinePlaceholder, hasError = _a.hasError, _c = _a.inputType, inputType = _c === void 0 ? 'text' : _c, hideClear = _a.hideClear, innerRef = _a.innerRef, rest = __rest(_a, ["value", "onChange", "label", "children", "required", "onValidation", "size", "placeholder", "inlinePlaceholder", "hasError", "inputType", "hideClear", "innerRef"]);
11657
12088
  var theme = useTheme();
11658
- var _e = React$2.useState((_b = value !== null && value !== void 0 ? value : defaultValue) !== null && _b !== void 0 ? _b : ''), internalValue = _e[0], setInternalValue = _e[1];
11659
- var _f = React$2.useState(exports.InputValidationType.Empty), status = _f[0], setStatus = _f[1];
11660
- var handleChange = function (_a) {
11661
- var target = _a.target;
11662
- if (onChange) {
11663
- onChange(target.value);
11664
- }
11665
- if (value == null) {
11666
- setInternalValue(target.value);
11667
- }
11668
- };
11669
- var validate = function (_a) {
12089
+ var _d = React$2.useState(exports.InputValidationType.Empty), status = _d[0], setStatus = _d[1];
12090
+ var onBlur = function (_a) {
11670
12091
  var value = _a.target.value;
11671
12092
  var status = exports.InputValidationType.Valid;
11672
12093
  if (required && isEmpty(value)) {
@@ -11678,48 +12099,15 @@ var BaseInput = function (_a) {
11678
12099
  setStatus(status);
11679
12100
  };
11680
12101
  React$2.useEffect(function () {
11681
- if (value == null) {
11682
- return;
11683
- }
11684
- setInternalValue(value);
11685
- }, [value]);
11686
- React$2.useEffect(function () {
11687
- if (onValidation != null) {
12102
+ if (onValidation)
11688
12103
  onValidation(status);
11689
- }
11690
- }, [onValidation, status]);
11691
- var styling = {
11692
- border: theme.component.input.border,
11693
- borderRadius: theme.component.input.borderRadius,
11694
- color: theme.component.input.color,
11695
- placeholderColor: theme.component.input.placeholderColor,
11696
- disabledBackgroundColor: theme.colors.background.disabled,
11697
- disabledColor: theme.colors.text.disabled,
11698
- fontFamily: theme.fonts.config[0].family,
11699
- fontSize: inlinePlaceholder
11700
- ? theme.component.inputPlaceholder.fontSize
11701
- : theme.component.input.fontSize,
11702
- fontWeight: theme.component.input.fontWeight,
11703
- padding: inlinePlaceholder
11704
- ? theme.component.inputPlaceholder.padding
11705
- : theme.component.input.padding,
11706
- lineHeight: theme.component.input.lineHeight,
11707
- highlight: theme.colors.border.highlight,
11708
- boxShadow: theme.component.input.boxShadow,
11709
- internalValue: internalValue,
11710
- inlinePlaceholder: inlinePlaceholder,
11711
- focusBorder: inlinePlaceholder ? theme.component.inputPlaceholder.focusBorder : '',
11712
- hasError: hasError ? theme.component.input.errorBorder : '',
11713
- };
11714
- return (jsxRuntime.jsxs(Container$t, __assign$1({ color: status === exports.InputValidationType.Valid
11715
- ? theme.colors.shades['700'].color
11716
- : status === exports.InputValidationType.Error
11717
- ? theme.colors.semantic.urgent.color
11718
- : '', hasError: hasError }, { children: [label && (jsxRuntime.jsx(InputLabel, { label: label, isDisabled: rest.disabled, isRequired: Boolean(required) }, void 0)), jsxRuntime.jsxs(InputWrapper, __assign$1({ className: "inputWrapper", size: size, inlinePlaceholder: inlinePlaceholder }, { children: [jsxRuntime.jsx(StyledInput, __assign$1({ ref: innerRef, "data-testid": "base-input", type: inputType, onChange: handleChange, onBlur: validate, required: Boolean(required), value: internalValue, placeholder: inlinePlaceholder ? '' : placeholder }, rest, styling), void 0), inlinePlaceholder && (jsxRuntime.jsx(AnimatedPlaceholder, __assign$1({ "data-testid": "input-placeholder" }, { children: placeholder }), void 0)), children] }), void 0), !hideClear && !rest.disabled && inlinePlaceholder && internalValue && (jsxRuntime.jsx(ClearInput, __assign$1({ onClick: function () {
11719
- if (onChange) {
11720
- onChange('');
11721
- }
11722
- setInternalValue('');
12104
+ // eslint-disable-next-line react-hooks/exhaustive-deps
12105
+ }, [status]);
12106
+ var hasValue = Boolean(value);
12107
+ return (jsxRuntime.jsxs(Container$w, __assign$1({ status: status, hasError: hasError }, { children: [label && (jsxRuntime.jsx(InputLabel, { label: label, isDisabled: rest.disabled, isRequired: Boolean(required) }, void 0)), jsxRuntime.jsxs(InputWrapper, __assign$1({ className: "inputWrapper", size: size, inlinePlaceholder: inlinePlaceholder }, { children: [jsxRuntime.jsx(StyledInput, __assign$1({ hasValue: hasValue, inlinePlaceholder: inlinePlaceholder, hasError: hasError, ref: innerRef, "data-testid": "base-input", type: inputType, onChange: function (event) {
12108
+ onChange(event.target.value, event);
12109
+ }, onBlur: onBlur, required: Boolean(required), value: value, placeholder: inlinePlaceholder ? '' : placeholder }, rest), void 0), inlinePlaceholder && (jsxRuntime.jsx(AnimatedPlaceholder, __assign$1({ "data-testid": "input-placeholder" }, { children: placeholder }), void 0)), children] }), void 0), !hideClear && !rest.disabled && inlinePlaceholder && hasValue && (jsxRuntime.jsx(ClearInput, __assign$1({ onClick: function () {
12110
+ onChange('', { target: { value: '' } });
11723
12111
  }, "data-testid": "clear-value" }, { children: jsxRuntime.jsx(Icon.Actions.ClearLight, { width: 0.75, height: 0.75, fill: theme.colors.shades[550].color }, void 0) }), void 0)), required && status === exports.InputValidationType.Error && jsxRuntime.jsx(Error$1, { error: required }, void 0)] }), void 0));
11724
12112
  };
11725
12113
 
@@ -11737,11 +12125,11 @@ var Button$2 = function (_a) {
11737
12125
  throw new Error("Invalid button variant ".concat(variant));
11738
12126
  };
11739
12127
 
11740
- var Container$s = newStyled.div(templateObject_1$L || (templateObject_1$L = __makeTemplateObject(["\n overflow: hidden;\n\n input {\n border-radius: ", ";\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-right: none;\n width: 100%;\n }\n"], ["\n overflow: hidden;\n\n input {\n border-radius: ", ";\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-right: none;\n width: 100%;\n }\n"])), function (_a) {
12128
+ var Container$v = newStyled.div(templateObject_1$O || (templateObject_1$O = __makeTemplateObject(["\n overflow: hidden;\n\n input {\n border-radius: ", ";\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-right: none;\n width: 100%;\n }\n"], ["\n overflow: hidden;\n\n input {\n border-radius: ", ";\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-right: none;\n width: 100%;\n }\n"])), function (_a) {
11741
12129
  var theme = _a.theme;
11742
12130
  return theme.component.inputCustom.input.borderRadius;
11743
12131
  });
11744
- var ButtonContainer$1 = newStyled.div(templateObject_2$u || (templateObject_2$u = __makeTemplateObject(["\n max-width: 50%;\n\n button {\n width: 100%;\n height: 100%;\n border-radius: ", ";\n }\n"], ["\n max-width: 50%;\n\n button {\n width: 100%;\n height: 100%;\n border-radius: ", ";\n }\n"])), function (_a) {
12132
+ var ButtonContainer$1 = newStyled.div(templateObject_2$x || (templateObject_2$x = __makeTemplateObject(["\n max-width: 50%;\n\n button {\n width: 100%;\n height: 100%;\n border-radius: ", ";\n }\n"], ["\n max-width: 50%;\n\n button {\n width: 100%;\n height: 100%;\n border-radius: ", ";\n }\n"])), function (_a) {
11745
12133
  var theme = _a.theme;
11746
12134
  return theme.component.inputCustom.button.borderRadius;
11747
12135
  });
@@ -11754,23 +12142,23 @@ var Custom = function (_a) {
11754
12142
  text: text,
11755
12143
  disabled: rest.disabled,
11756
12144
  }); }, [variant, onClick, text, rest.disabled]);
11757
- return (jsxRuntime.jsx(Container$s, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(BaseInput, __assign$1({}, rest, { children: jsxRuntime.jsx(ButtonContainer$1, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Button$2, __assign$1({}, props), void 0) }), void 0) }), void 0) }), void 0));
12145
+ return (jsxRuntime.jsx(Container$v, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(BaseInput, __assign$1({}, rest, { children: jsxRuntime.jsx(ButtonContainer$1, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Button$2, __assign$1({}, props), void 0) }), void 0) }), void 0) }), void 0));
11758
12146
  };
11759
- var templateObject_1$L, templateObject_2$u;
12147
+ var templateObject_1$O, templateObject_2$x;
11760
12148
 
11761
- var SuccessContainer = newStyled.div(templateObject_1$K || (templateObject_1$K = __makeTemplateObject(["\n height: ", ";\n display: flex;\n"], ["\n height: ", ";\n display: flex;\n"])), function (_a) {
12149
+ var SuccessContainer = newStyled.div(templateObject_1$N || (templateObject_1$N = __makeTemplateObject(["\n height: ", ";\n display: flex;\n"], ["\n height: ", ";\n display: flex;\n"])), function (_a) {
11762
12150
  var size = _a.size;
11763
12151
  return (size === 'small' ? '36px' : '');
11764
12152
  });
11765
- var SuccessMessage = newStyled.div(templateObject_2$t || (templateObject_2$t = __makeTemplateObject(["\n background-color: #dfefe0;\n border: 0.063rem solid #5ead63;\n border-radius: 0.5rem;\n width: 100%;\n flex: 1;\n display: flex;\n align-items: center;\n padding: 0 1rem;\n box-sizing: border-box;\n"], ["\n background-color: #dfefe0;\n border: 0.063rem solid #5ead63;\n border-radius: 0.5rem;\n width: 100%;\n flex: 1;\n display: flex;\n align-items: center;\n padding: 0 1rem;\n box-sizing: border-box;\n"])));
11766
- var SuccessText = newStyled.span(templateObject_3$o || (templateObject_3$o = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n margin-left: 0.313rem;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n margin-left: 0.313rem;\n"])));
12153
+ var SuccessMessage = newStyled.div(templateObject_2$w || (templateObject_2$w = __makeTemplateObject(["\n background-color: #dfefe0;\n border: 0.063rem solid #5ead63;\n border-radius: 0.5rem;\n width: 100%;\n flex: 1;\n display: flex;\n align-items: center;\n padding: 0 1rem;\n box-sizing: border-box;\n"], ["\n background-color: #dfefe0;\n border: 0.063rem solid #5ead63;\n border-radius: 0.5rem;\n width: 100%;\n flex: 1;\n display: flex;\n align-items: center;\n padding: 0 1rem;\n box-sizing: border-box;\n"])));
12154
+ var SuccessText = newStyled.span(templateObject_3$r || (templateObject_3$r = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n margin-left: 0.313rem;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n margin-left: 0.313rem;\n"])));
11767
12155
  var Success = function (_a) {
11768
12156
  var children = _a.children, successText = _a.successText, size = _a.size;
11769
12157
  return (jsxRuntime.jsxs(SuccessContainer, __assign$1({ size: size }, { children: [jsxRuntime.jsxs(SuccessMessage, { children: [jsxRuntime.jsx(Icon.Actions.Check, { fill: "#5EAD63", width: 1.375, height: 1.063 }, void 0), jsxRuntime.jsx(SuccessText, { children: successText }, void 0)] }, void 0), children] }), void 0));
11770
12158
  };
11771
- var templateObject_1$K, templateObject_2$t, templateObject_3$o;
12159
+ var templateObject_1$N, templateObject_2$w, templateObject_3$r;
11772
12160
 
11773
- var ButtonContainer = newStyled.div(templateObject_1$J || (templateObject_1$J = __makeTemplateObject(["\n margin-left: 0.625rem;\n\n button {\n width: 100%;\n height: 100%;\n background-color: ", ";\n }\n"], ["\n margin-left: 0.625rem;\n\n button {\n width: 100%;\n height: 100%;\n background-color: ", ";\n }\n"])), function (_a) {
12161
+ var ButtonContainer = newStyled.div(templateObject_1$M || (templateObject_1$M = __makeTemplateObject(["\n margin-left: 0.625rem;\n\n button {\n width: 100%;\n height: 100%;\n background-color: ", ";\n }\n"], ["\n margin-left: 0.625rem;\n\n button {\n width: 100%;\n height: 100%;\n background-color: ", ";\n }\n"])), function (_a) {
11774
12162
  var status = _a.status, type = _a.type, theme = _a.theme;
11775
12163
  return status === exports.InputValidationType.Empty &&
11776
12164
  type === 'primary' &&
@@ -11787,21 +12175,21 @@ var BasePlusButton = function (_a) {
11787
12175
  }
11788
12176
  return (jsxRuntime.jsx(BaseInput, __assign$1({ onValidation: setStatus, onChange: onChangeInput }, rest, { children: jsxRuntime.jsx(ButtonContainer, __assign$1({ status: status, type: "primary", theme: theme }, { children: jsxRuntime.jsx(ButtonSecondary, { text: text, onClick: function () { return onClick(inputValue); }, disabled: rest.disabled || status === exports.InputValidationType.Error }, void 0) }), void 0) }), void 0));
11789
12177
  };
11790
- var templateObject_1$J;
12178
+ var templateObject_1$M;
11791
12179
 
11792
- var Container$r = newStyled.div(templateObject_1$I || (templateObject_1$I = __makeTemplateObject(["\n input {\n padding-right: 2.688rem;\n }\n"], ["\n input {\n padding-right: 2.688rem;\n }\n"])));
11793
- var IconContainer$4 = newStyled.div(templateObject_2$s || (templateObject_2$s = __makeTemplateObject(["\n position: absolute;\n right: 0.875rem;\n width: 1.125rem;\n height: 100%;\n display: flex;\n align-items: center;\n\n svg path {\n fill: ", ";\n }\n"], ["\n position: absolute;\n right: 0.875rem;\n width: 1.125rem;\n height: 100%;\n display: flex;\n align-items: center;\n\n svg path {\n fill: ", ";\n }\n"])), function (props) { return props.color; });
12180
+ var Container$u = newStyled.div(templateObject_1$L || (templateObject_1$L = __makeTemplateObject(["\n input {\n padding-right: 2.688rem;\n }\n"], ["\n input {\n padding-right: 2.688rem;\n }\n"])));
12181
+ var IconContainer$4 = newStyled.div(templateObject_2$v || (templateObject_2$v = __makeTemplateObject(["\n position: absolute;\n right: 0.875rem;\n width: 1.125rem;\n height: 100%;\n display: flex;\n align-items: center;\n\n svg path {\n fill: ", ";\n }\n"], ["\n position: absolute;\n right: 0.875rem;\n width: 1.125rem;\n height: 100%;\n display: flex;\n align-items: center;\n\n svg path {\n fill: ", ";\n }\n"])), function (props) { return props.color; });
11794
12182
  var BasePlusIcon = function (_a) {
11795
12183
  var Icon = _a.Icon, rest = __rest(_a, ["Icon"]);
11796
12184
  var theme = useTheme();
11797
12185
  var _b = React$2.useState(exports.InputValidationType.Empty), status = _b[0], setStatus = _b[1];
11798
- return (jsxRuntime.jsx(Container$r, { children: jsxRuntime.jsx(BaseInput, __assign$1({}, rest, { onValidation: setStatus }, { children: jsxRuntime.jsx(IconContainer$4, __assign$1({ color: status === exports.InputValidationType.Valid
12186
+ return (jsxRuntime.jsx(Container$u, { children: jsxRuntime.jsx(BaseInput, __assign$1({}, rest, { onValidation: setStatus }, { children: jsxRuntime.jsx(IconContainer$4, __assign$1({ color: status === exports.InputValidationType.Valid
11799
12187
  ? theme.colors.shades['700'].color
11800
12188
  : status === exports.InputValidationType.Error
11801
12189
  ? theme.colors.semantic.urgent.color
11802
12190
  : '' }, { children: React$2.createElement(Icon, { fill: theme.colors.shades['250'].color }) }), void 0) }), void 0) }, void 0));
11803
12191
  };
11804
- var templateObject_1$I, templateObject_2$s;
12192
+ var templateObject_1$L, templateObject_2$v;
11805
12193
 
11806
12194
  var Input$1 = {
11807
12195
  Simple: BaseInput,
@@ -11810,7 +12198,7 @@ var Input$1 = {
11810
12198
  SimplePlusIcon: BasePlusIcon,
11811
12199
  };
11812
12200
 
11813
- var Container$q = newStyled.div(templateObject_1$H || (templateObject_1$H = __makeTemplateObject(["\n width: ", ";\n height: ", ";\n border: 0.063rem solid ", ";\n border-radius: 0.25rem;\n padding: 0.375rem;\n cursor: ", ";\n"], ["\n width: ", ";\n height: ", ";\n border: 0.063rem solid ", ";\n border-radius: 0.25rem;\n padding: 0.375rem;\n cursor: ", ";\n"])), function (_a) {
12201
+ var Container$t = newStyled.div(templateObject_1$K || (templateObject_1$K = __makeTemplateObject(["\n width: ", ";\n height: ", ";\n border: 0.063rem solid ", ";\n border-radius: 0.25rem;\n padding: 0.375rem;\n cursor: ", ";\n"], ["\n width: ", ";\n height: ", ";\n border: 0.063rem solid ", ";\n border-radius: 0.25rem;\n padding: 0.375rem;\n cursor: ", ";\n"])), function (_a) {
11814
12202
  var width = _a.width;
11815
12203
  return width;
11816
12204
  }, function (_a) {
@@ -11826,11 +12214,11 @@ var Container$q = newStyled.div(templateObject_1$H || (templateObject_1$H = __ma
11826
12214
  var PaymentMethod = function (_a) {
11827
12215
  var Icon = _a.Icon, width = _a.width, height = _a.height, onClick = _a.onClick;
11828
12216
  var theme = useTheme();
11829
- return (jsxRuntime.jsx(Container$q, __assign$1({ width: width, height: height, borderColor: theme.colors.shades['100'].color, isClickable: Boolean(onClick), onClick: onClick, "data-testid": "payment-method-container" }, { children: React$2.createElement(Icon) }), void 0));
12217
+ return (jsxRuntime.jsx(Container$t, __assign$1({ width: width, height: height, borderColor: theme.colors.shades['100'].color, isClickable: Boolean(onClick), onClick: onClick, "data-testid": "payment-method-container" }, { children: React$2.createElement(Icon) }), void 0));
11830
12218
  };
11831
- var templateObject_1$H;
12219
+ var templateObject_1$K;
11832
12220
 
11833
- var Text$5 = newStyled.h3(templateObject_1$G || (templateObject_1$G = __makeTemplateObject(["\n background-color: ", ";\n margin: 0;\n padding: 0.25rem 0.5rem;\n font-size: 0.625rem;\n font-weight: 700;\n line-height: 0.875rem;\n border-radius: 0.125rem;\n display: initial;\n color: ", ";\n"], ["\n background-color: ", ";\n margin: 0;\n padding: 0.25rem 0.5rem;\n font-size: 0.625rem;\n font-weight: 700;\n line-height: 0.875rem;\n border-radius: 0.125rem;\n display: initial;\n color: ", ";\n"])), function (_a) {
12221
+ var Text$5 = newStyled.h3(templateObject_1$J || (templateObject_1$J = __makeTemplateObject(["\n background-color: ", ";\n margin: 0;\n padding: 0.25rem 0.5rem;\n font-size: 0.625rem;\n font-weight: 700;\n line-height: 0.875rem;\n border-radius: 0.125rem;\n display: initial;\n color: ", ";\n"], ["\n background-color: ", ";\n margin: 0;\n padding: 0.25rem 0.5rem;\n font-size: 0.625rem;\n font-weight: 700;\n line-height: 0.875rem;\n border-radius: 0.125rem;\n display: initial;\n color: ", ";\n"])), function (_a) {
11834
12222
  var backgroundColor = _a.backgroundColor;
11835
12223
  return backgroundColor;
11836
12224
  }, function (_a) {
@@ -11842,26 +12230,26 @@ var OfferBanner = function (_a) {
11842
12230
  var theme = useTheme();
11843
12231
  return (jsxRuntime.jsx(Text$5, __assign$1({ backgroundColor: backgroundColor, color: theme.colors.shades['700'].color, "data-testid": "OfferBanner" }, { children: discountAppliedText }), void 0));
11844
12232
  };
11845
- var templateObject_1$G;
12233
+ var templateObject_1$J;
11846
12234
 
11847
- var Wrapper$2 = newStyled.div(templateObject_1$F || (templateObject_1$F = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
11848
- var GrandTotal = newStyled.h1(templateObject_2$r || (templateObject_2$r = __makeTemplateObject(["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"], ["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"])), function (props) { return props.color; });
11849
- var Currency = newStyled.span(templateObject_3$n || (templateObject_3$n = __makeTemplateObject(["\n margin: 0;\n margin-right: 0.625rem;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"], ["\n margin: 0;\n margin-right: 0.625rem;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"])));
11850
- var Container$p = newStyled.div(templateObject_4$h || (templateObject_4$h = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 0.625rem;\n color: ", ";\n"], ["\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 0.625rem;\n color: ", ";\n"])), function (props) { return props.highlightColor; });
12235
+ var Wrapper$2 = newStyled.div(templateObject_1$I || (templateObject_1$I = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n"])));
12236
+ var GrandTotal = newStyled.h1(templateObject_2$u || (templateObject_2$u = __makeTemplateObject(["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"], ["\n margin: 0;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 700;\n color: ", ";\n display: flex;\n align-items: center;\n"])), function (props) { return props.color; });
12237
+ var Currency = newStyled.span(templateObject_3$q || (templateObject_3$q = __makeTemplateObject(["\n margin: 0;\n margin-right: 0.625rem;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"], ["\n margin: 0;\n margin-right: 0.625rem;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"])));
12238
+ var Container$s = newStyled.div(templateObject_4$h || (templateObject_4$h = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 0.625rem;\n color: ", ";\n"], ["\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 0.625rem;\n color: ", ";\n"])), function (props) { return props.highlightColor; });
11851
12239
  var Discount = newStyled.h3(templateObject_5$9 || (templateObject_5$9 = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n"])));
11852
12240
  var Total = function (_a) {
11853
12241
  var total = _a.total, currency = _a.currency, saving = _a.saving, _b = _a.highlightColor, highlightColor = _b === void 0 ? '#2f806a' : _b;
11854
12242
  var theme = useTheme();
11855
- return (jsxRuntime.jsxs(Wrapper$2, __assign$1({ "data-testid": "total-wrapper" }, { children: [jsxRuntime.jsxs(GrandTotal, __assign$1({ color: theme.colors.shades['550'].color, "data-testid": "total-price" }, { children: [jsxRuntime.jsx(Currency, { children: currency }, void 0), total] }), void 0), saving && (jsxRuntime.jsxs(Container$p, __assign$1({ "data-testid": "subtotal-container", highlightColor: highlightColor }, { children: [jsxRuntime.jsx(Discount, __assign$1({ "data-testid": "saving-title" }, { children: saving.savingText }), void 0), jsxRuntime.jsx(Discount, __assign$1({ "data-testid": "saving-price" }, { children: saving.amount }), void 0)] }), void 0))] }), void 0));
12243
+ return (jsxRuntime.jsxs(Wrapper$2, __assign$1({ "data-testid": "total-wrapper" }, { children: [jsxRuntime.jsxs(GrandTotal, __assign$1({ color: theme.colors.shades['550'].color, "data-testid": "total-price" }, { children: [jsxRuntime.jsx(Currency, { children: currency }, void 0), total] }), void 0), saving && (jsxRuntime.jsxs(Container$s, __assign$1({ "data-testid": "subtotal-container", highlightColor: highlightColor }, { children: [jsxRuntime.jsx(Discount, __assign$1({ "data-testid": "saving-title" }, { children: saving.savingText }), void 0), jsxRuntime.jsx(Discount, __assign$1({ "data-testid": "saving-price" }, { children: saving.amount }), void 0)] }), void 0))] }), void 0));
11856
12244
  };
11857
- var templateObject_1$F, templateObject_2$r, templateObject_3$n, templateObject_4$h, templateObject_5$9;
12245
+ var templateObject_1$I, templateObject_2$u, templateObject_3$q, templateObject_4$h, templateObject_5$9;
11858
12246
 
11859
- var Wrapper$1 = newStyled.div(templateObject_1$E || (templateObject_1$E = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
12247
+ var Wrapper$1 = newStyled.div(templateObject_1$H || (templateObject_1$H = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
11860
12248
  var color = _a.color;
11861
12249
  return color;
11862
12250
  });
11863
- var ItemContainer = newStyled.div(templateObject_2$q || (templateObject_2$q = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.625rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n"], ["\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.625rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n"])));
11864
- var Item$2 = newStyled.h4(templateObject_3$m || (templateObject_3$m = __makeTemplateObject(["\n margin: 0;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"], ["\n margin: 0;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"])));
12251
+ var ItemContainer = newStyled.div(templateObject_2$t || (templateObject_2$t = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.625rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n"], ["\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.625rem;\n\n &:last-child {\n margin-bottom: 0;\n }\n"])));
12252
+ var Item$2 = newStyled.h4(templateObject_3$p || (templateObject_3$p = __makeTemplateObject(["\n margin: 0;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"], ["\n margin: 0;\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"])));
11865
12253
  var CouponItem = newStyled(Item$2)(templateObject_4$g || (templateObject_4$g = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
11866
12254
  var color = _a.color;
11867
12255
  return color;
@@ -11875,22 +12263,22 @@ var Subtotal = function (_a) {
11875
12263
  return (jsxRuntime.jsxs(ItemContainer, { children: [jsxRuntime.jsxs(CouponItem, __assign$1({ color: highlightColor, "data-testid": "discount-title" }, { children: [coupon.couponText, " ", code, " ", coupon.appliedText] }), void 0), jsxRuntime.jsx(CouponItem, __assign$1({ color: highlightColor, "data-testid": "discount-price" }, { children: amount }), void 0)] }, code));
11876
12264
  })] }), void 0));
11877
12265
  };
11878
- var templateObject_1$E, templateObject_2$q, templateObject_3$m, templateObject_4$g;
12266
+ var templateObject_1$H, templateObject_2$t, templateObject_3$p, templateObject_4$g;
11879
12267
 
11880
12268
  var Totals = {
11881
12269
  Total: Total,
11882
12270
  Subtotal: Subtotal,
11883
12271
  };
11884
12272
 
11885
- var Container$o = newStyled.div(templateObject_1$D || (templateObject_1$D = __makeTemplateObject(["\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n border-radius: 0.313rem;\n display: flex;\n margin-bottom: 0.938rem;\n"], ["\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n border-radius: 0.313rem;\n display: flex;\n margin-bottom: 0.938rem;\n"])), function (props) { return props.color; });
11886
- var IconContainer$3 = newStyled.div(templateObject_2$p || (templateObject_2$p = __makeTemplateObject(["\n width: 1rem;\n height: 0.875rem;\n margin-right: 0.5rem;\n margin-top: 0.125rem;\n"], ["\n width: 1rem;\n height: 0.875rem;\n margin-right: 0.5rem;\n margin-top: 0.125rem;\n"])));
11887
- var Text$4 = newStyled.p(templateObject_3$l || (templateObject_3$l = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 400;\n margin: 0;\n color: ", ";\n"], ["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 400;\n margin: 0;\n color: ", ";\n"])), function (props) { return props.color; });
12273
+ var Container$r = newStyled.div(templateObject_1$G || (templateObject_1$G = __makeTemplateObject(["\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n border-radius: 0.313rem;\n display: flex;\n margin-bottom: 0.938rem;\n"], ["\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n border-radius: 0.313rem;\n display: flex;\n margin-bottom: 0.938rem;\n"])), function (props) { return props.color; });
12274
+ var IconContainer$3 = newStyled.div(templateObject_2$s || (templateObject_2$s = __makeTemplateObject(["\n width: 1rem;\n height: 0.875rem;\n margin-right: 0.5rem;\n margin-top: 0.125rem;\n"], ["\n width: 1rem;\n height: 0.875rem;\n margin-right: 0.5rem;\n margin-top: 0.125rem;\n"])));
12275
+ var Text$4 = newStyled.p(templateObject_3$o || (templateObject_3$o = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 400;\n margin: 0;\n color: ", ";\n"], ["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 400;\n margin: 0;\n color: ", ";\n"])), function (props) { return props.color; });
11888
12276
  var Details = newStyled.span(templateObject_4$f || (templateObject_4$f = __makeTemplateObject(["\n color: ", ";\n font-weight: 700;\n"], ["\n color: ", ";\n font-weight: 700;\n"])), function (props) { return props.color; });
11889
12277
  var Note = function (_a) {
11890
12278
  var accentColor = _a.accentColor, color = _a.color, backgroundColor = _a.backgroundColor, importantNoteText = _a.importantNoteText, text = _a.text;
11891
- return (jsxRuntime.jsxs(Container$o, __assign$1({ color: backgroundColor, "data-testid": "Container" }, { children: [jsxRuntime.jsx(IconContainer$3, { children: jsxRuntime.jsx(Icon.Actions.LightExclamation, { fill: accentColor }, void 0) }, void 0), jsxRuntime.jsx("div", { children: jsxRuntime.jsxs(Text$4, __assign$1({ color: color }, { children: [importantNoteText && jsxRuntime.jsxs(Details, __assign$1({ color: accentColor }, { children: [importantNoteText, ":"] }), void 0), " ", text] }), void 0) }, void 0)] }), void 0));
12279
+ return (jsxRuntime.jsxs(Container$r, __assign$1({ color: backgroundColor, "data-testid": "Container" }, { children: [jsxRuntime.jsx(IconContainer$3, { children: jsxRuntime.jsx(Icon.Actions.LightExclamation, { fill: accentColor }, void 0) }, void 0), jsxRuntime.jsx("div", { children: jsxRuntime.jsxs(Text$4, __assign$1({ color: color }, { children: [importantNoteText && jsxRuntime.jsxs(Details, __assign$1({ color: accentColor }, { children: [importantNoteText, ":"] }), void 0), " ", text] }), void 0) }, void 0)] }), void 0));
11892
12280
  };
11893
- var templateObject_1$D, templateObject_2$p, templateObject_3$l, templateObject_4$f;
12281
+ var templateObject_1$G, templateObject_2$s, templateObject_3$o, templateObject_4$f;
11894
12282
 
11895
12283
  /* eslint-disable no-param-reassign */
11896
12284
  var index$1 = function (breakpoints) {
@@ -11976,9 +12364,9 @@ var mediaQueries = index$1(["@media(max-width: 900px)", "@media(min-width: 900px
11976
12364
  literal: true,
11977
12365
  });
11978
12366
 
11979
- var Title$4 = newStyled.h1(templateObject_1$C || (templateObject_1$C = __makeTemplateObject(["\n color: ", ";\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 600;\n margin: 0;\n text-align: center;\n"], ["\n color: ", ";\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 600;\n margin: 0;\n text-align: center;\n"])), function (props) { return props.color; });
11980
- var Line = newStyled.div(templateObject_2$o || (templateObject_2$o = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 0.938rem 0;\n"], ["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 0.938rem 0;\n"])), function (props) { return props.backgroundColor; });
11981
- var Row$1 = newStyled.div(templateObject_3$k || (templateObject_3$k = __makeTemplateObject(["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"], ["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"])), mediaQueries({
12367
+ var Title$4 = newStyled.h1(templateObject_1$F || (templateObject_1$F = __makeTemplateObject(["\n color: ", ";\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 600;\n margin: 0;\n text-align: center;\n"], ["\n color: ", ";\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 600;\n margin: 0;\n text-align: center;\n"])), function (props) { return props.color; });
12368
+ var Line = newStyled.div(templateObject_2$r || (templateObject_2$r = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 0.938rem 0;\n"], ["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 0.938rem 0;\n"])), function (props) { return props.backgroundColor; });
12369
+ var Row$1 = newStyled.div(templateObject_3$n || (templateObject_3$n = __makeTemplateObject(["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"], ["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"])), mediaQueries({
11982
12370
  flexDirection: ['column', 'row'],
11983
12371
  }));
11984
12372
  var Col$1 = newStyled.div(templateObject_4$e || (templateObject_4$e = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n flex: 1;\n ", "\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: center;\n flex: 1;\n ", "\n"])), mediaQueries({
@@ -12005,47 +12393,47 @@ var DeliveryDetails = function (_a) {
12005
12393
  var theme = useTheme();
12006
12394
  return (jsxRuntime.jsxs("div", __assign$1({ "data-testid": "DeliveryDetails" }, { children: [jsxRuntime.jsx(Title$4, __assign$1({ color: theme.colors.pallete.secondary.color }, { children: deliveryDetailsText }), void 0), jsxRuntime.jsx(Line, { backgroundColor: theme.colors.shades['100'].color }, void 0), note && jsxRuntime.jsx(Note, __assign$1({}, note), void 0), jsxRuntime.jsxs(Row$1, __assign$1({ "data-testid": "DD-row", theme: theme }, { children: [jsxRuntime.jsxs(Col$1, __assign$1({ theme: theme }, { children: [jsxRuntime.jsxs(SectionTitle, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(IconContainer$2, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Icon.PDP.Clock, {}, void 0) }), void 0), arrivingBy.title] }), void 0), jsxRuntime.jsx(SectionDetails, __assign$1({ color: theme.colors.shades['700'].color }, { children: arrivingBy.details }), void 0)] }), void 0), jsxRuntime.jsxs(Col$1, __assign$1({ theme: theme }, { children: [jsxRuntime.jsxs(SectionTitle, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(IconContainer$2, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Icon.Navigation.MapMarker, {}, void 0) }), void 0), shippingTo.title] }), void 0), jsxRuntime.jsx(SectionDetails, __assign$1({ color: theme.colors.shades['700'].color }, { children: shippingTo.details }), void 0)] }), void 0), jsxRuntime.jsxs(Col$1, __assign$1({ theme: theme }, { children: [jsxRuntime.jsxs(SectionTitle, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(IconContainer$2, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Icon.Messaging.Messenger, {}, void 0) }), void 0), instantOrderUpdate.title] }), void 0), jsxRuntime.jsx(SectionDetails, __assign$1({ color: theme.colors.shades['700'].color }, { children: instantOrderUpdate.details }), void 0), jsxRuntime.jsxs(KeepMeUpdated, __assign$1({ onClick: instantOrderUpdate.keepMeUpdated.onClick, borderColor: theme.colors.shades['150'].color }, { children: [jsxRuntime.jsx(Icon.Messaging.Messenger, { width: 1, height: 1, fill: "#0078FF" }, void 0), instantOrderUpdate.keepMeUpdated.title] }), void 0)] }), void 0)] }), void 0)] }), void 0));
12007
12395
  };
12008
- var templateObject_1$C, templateObject_2$o, templateObject_3$k, templateObject_4$e, templateObject_5$8, templateObject_6$6, templateObject_7$3, templateObject_8$2;
12396
+ var templateObject_1$F, templateObject_2$r, templateObject_3$n, templateObject_4$e, templateObject_5$8, templateObject_6$6, templateObject_7$3, templateObject_8$2;
12009
12397
 
12010
- var Container$n = newStyled.div(templateObject_1$B || (templateObject_1$B = __makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n cursor: pointer;\n user-select: none;\n"], ["\n display: inline-flex;\n align-items: center;\n cursor: pointer;\n user-select: none;\n"])));
12011
- var Text$3 = newStyled.p(templateObject_2$n || (templateObject_2$n = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 700;\n color: ", ";\n margin-right: 0.313rem;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 700;\n color: ", ";\n margin-right: 0.313rem;\n"])), function (props) { return props.color; });
12398
+ var Container$q = newStyled.div(templateObject_1$E || (templateObject_1$E = __makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n cursor: pointer;\n user-select: none;\n"], ["\n display: inline-flex;\n align-items: center;\n cursor: pointer;\n user-select: none;\n"])));
12399
+ var Text$3 = newStyled.p(templateObject_2$q || (templateObject_2$q = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 700;\n color: ", ";\n margin-right: 0.313rem;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 700;\n color: ", ";\n margin-right: 0.313rem;\n"])), function (props) { return props.color; });
12012
12400
  var ScrollToTop = function (_a) {
12013
12401
  var scrollToTopText = _a.scrollToTopText, onClick = _a.onClick;
12014
12402
  var theme = useTheme();
12015
- return (jsxRuntime.jsxs(Container$n, __assign$1({ onClick: onClick, "data-testid": "Container" }, { children: [jsxRuntime.jsx(Text$3, __assign$1({ color: theme.colors.shades['700'].color }, { children: scrollToTopText }), void 0), jsxRuntime.jsx(Icon.Arrows.ChevronUpSolid, { width: 1.375, height: 1.375, fill: theme.colors.pallete.primary.color }, void 0)] }), void 0));
12403
+ return (jsxRuntime.jsxs(Container$q, __assign$1({ onClick: onClick, "data-testid": "Container" }, { children: [jsxRuntime.jsx(Text$3, __assign$1({ color: theme.colors.shades['700'].color }, { children: scrollToTopText }), void 0), jsxRuntime.jsx(Icon.Arrows.ChevronUpSolid, { width: 1.375, height: 1.375, fill: theme.colors.pallete.primary.color }, void 0)] }), void 0));
12016
12404
  };
12017
- var templateObject_1$B, templateObject_2$n;
12405
+ var templateObject_1$E, templateObject_2$q;
12018
12406
 
12019
- var Container$m = newStyled.div(templateObject_1$A || (templateObject_1$A = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #dfefeb;\n padding: 0.75rem 0;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #dfefeb;\n padding: 0.75rem 0;\n"])));
12020
- var H1 = newStyled.h1(templateObject_2$m || (templateObject_2$m = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n color: ", ";\n margin-left: 0.625rem;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n color: ", ";\n margin-left: 0.625rem;\n"])), function (props) { return props.color; });
12407
+ var Container$p = newStyled.div(templateObject_1$D || (templateObject_1$D = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #dfefeb;\n padding: 0.75rem 0;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: #dfefeb;\n padding: 0.75rem 0;\n"])));
12408
+ var H1 = newStyled.h1(templateObject_2$p || (templateObject_2$p = __makeTemplateObject(["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n color: ", ";\n margin-left: 0.625rem;\n"], ["\n margin: 0;\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 600;\n color: ", ";\n margin-left: 0.625rem;\n"])), function (props) { return props.color; });
12021
12409
  var OrderBar = function (_a) {
12022
12410
  var message = _a.message;
12023
12411
  var theme = useTheme();
12024
- return (jsxRuntime.jsxs(Container$m, { children: [jsxRuntime.jsx(Icon.Actions.Check, { width: 1.25, height: 0.875, fill: "#2F806A" }, void 0), jsxRuntime.jsx(H1, __assign$1({ color: theme.colors.shades['700'].color }, { children: message }), void 0)] }, void 0));
12412
+ return (jsxRuntime.jsxs(Container$p, { children: [jsxRuntime.jsx(Icon.Actions.Check, { width: 1.25, height: 0.875, fill: "#2F806A" }, void 0), jsxRuntime.jsx(H1, __assign$1({ color: theme.colors.shades['700'].color }, { children: message }), void 0)] }, void 0));
12025
12413
  };
12026
- var templateObject_1$A, templateObject_2$m;
12414
+ var templateObject_1$D, templateObject_2$p;
12027
12415
 
12028
- var TableElement = newStyled.table(templateObject_1$z || (templateObject_1$z = __makeTemplateObject(["\n box-sizing: border-box;\n border-radius: 0.5rem;\n border: 0.063rem solid ", ";\n border-spacing: 0;\n font-size: 0.875rem;\n line-height: 3.125rem;\n width: 100%;\n color: ", ";\n"], ["\n box-sizing: border-box;\n border-radius: 0.5rem;\n border: 0.063rem solid ", ";\n border-spacing: 0;\n font-size: 0.875rem;\n line-height: 3.125rem;\n width: 100%;\n color: ", ";\n"])), function (props) { return props.borderColor; }, function (props) { return props.color; });
12029
- var TableCell = newStyled.td(templateObject_2$l || (templateObject_2$l = __makeTemplateObject(["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n padding: 0 1.25rem;\n text-align: center;\n\n &:last-child {\n border-right: none;\n }\n\n &:first-of-type {\n font-weight: 700;\n }\n"], ["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n padding: 0 1.25rem;\n text-align: center;\n\n &:last-child {\n border-right: none;\n }\n\n &:first-of-type {\n font-weight: 700;\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.borderColor; });
12030
- var TableHead = newStyled.th(templateObject_3$j || (templateObject_3$j = __makeTemplateObject(["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n font-weight: 700;\n\n &:last-child {\n border-right: none;\n }\n"], ["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n font-weight: 700;\n\n &:last-child {\n border-right: none;\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.borderColor; });
12416
+ var TableElement = newStyled.table(templateObject_1$C || (templateObject_1$C = __makeTemplateObject(["\n box-sizing: border-box;\n border-radius: 0.5rem;\n border: 0.063rem solid ", ";\n border-spacing: 0;\n font-size: 0.875rem;\n line-height: 3.125rem;\n width: 100%;\n color: ", ";\n"], ["\n box-sizing: border-box;\n border-radius: 0.5rem;\n border: 0.063rem solid ", ";\n border-spacing: 0;\n font-size: 0.875rem;\n line-height: 3.125rem;\n width: 100%;\n color: ", ";\n"])), function (props) { return props.borderColor; }, function (props) { return props.color; });
12417
+ var TableCell = newStyled.td(templateObject_2$o || (templateObject_2$o = __makeTemplateObject(["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n padding: 0 1.25rem;\n text-align: center;\n\n &:last-child {\n border-right: none;\n }\n\n &:first-of-type {\n font-weight: 700;\n }\n"], ["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n padding: 0 1.25rem;\n text-align: center;\n\n &:last-child {\n border-right: none;\n }\n\n &:first-of-type {\n font-weight: 700;\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.borderColor; });
12418
+ var TableHead = newStyled.th(templateObject_3$m || (templateObject_3$m = __makeTemplateObject(["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n font-weight: 700;\n\n &:last-child {\n border-right: none;\n }\n"], ["\n border-bottom: 0.063rem solid ", ";\n border-right: 0.063rem solid ", ";\n font-weight: 700;\n\n &:last-child {\n border-right: none;\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.borderColor; });
12031
12419
  var TableRow = newStyled.tr(templateObject_4$d || (templateObject_4$d = __makeTemplateObject(["\n &:last-child {\n td {\n border-bottom: none;\n }\n }\n\n &.background {\n background-color: ", ";\n }\n"], ["\n &:last-child {\n td {\n border-bottom: none;\n }\n }\n\n &.background {\n background-color: ", ";\n }\n"])), function (props) { return props.backgroundColor; });
12032
12420
  var SizeTable = function (_a) {
12033
12421
  var headers = _a.headers, data = _a.data;
12034
12422
  var theme = useTheme();
12035
12423
  return (jsxRuntime.jsxs(TableElement, __assign$1({ color: theme.colors.shades['700'].color, borderColor: theme.colors.shades['100'].color }, { children: [jsxRuntime.jsx("thead", { children: jsxRuntime.jsx(TableRow, __assign$1({ backgroundColor: theme.colors.shades['10'].color }, { children: headers.map(function (header, index) { return (jsxRuntime.jsx(TableHead, __assign$1({ borderColor: theme.colors.shades['100'].color }, { children: header }), index)); }) }), void 0) }, void 0), jsxRuntime.jsx("tbody", { children: data.map(function (row, index) { return (jsxRuntime.jsx(TableRow, __assign$1({ className: index % 2 !== 0 ? '' : 'background', backgroundColor: theme.colors.shades['10'].color }, { children: row.map(function (cell, index) { return (jsxRuntime.jsx(TableCell, __assign$1({ borderColor: theme.colors.shades['100'].color }, { children: cell }), index)); }) }), index)); }) }, void 0)] }), void 0));
12036
12424
  };
12037
- var templateObject_1$z, templateObject_2$l, templateObject_3$j, templateObject_4$d;
12425
+ var templateObject_1$C, templateObject_2$o, templateObject_3$m, templateObject_4$d;
12038
12426
 
12039
- var Img = newStyled.img(templateObject_1$y || (templateObject_1$y = __makeTemplateObject(["\n height: ", ";\n width: ", ";\n border-radius: ", ";\n object-fit: ", ";\n object-position: ", ";\n"], ["\n height: ", ";\n width: ", ";\n border-radius: ", ";\n object-fit: ", ";\n object-position: ", ";\n"])), function (props) { return props.height; }, function (props) { return props.width; }, function (props) { return props.borderRadius; }, function (props) { return props.objectFit; }, function (props) { return props.objectPosition; });
12427
+ var Img = newStyled.img(templateObject_1$B || (templateObject_1$B = __makeTemplateObject(["\n height: ", ";\n width: ", ";\n border-radius: ", ";\n object-fit: ", ";\n object-position: ", ";\n"], ["\n height: ", ";\n width: ", ";\n border-radius: ", ";\n object-fit: ", ";\n object-position: ", ";\n"])), function (props) { return props.height; }, function (props) { return props.width; }, function (props) { return props.borderRadius; }, function (props) { return props.objectFit; }, function (props) { return props.objectPosition; });
12040
12428
  var Image = function (_a) {
12041
12429
  var src = _a.src, alt = _a.alt, height = _a.height, width = _a.width, borderRadius = _a.borderRadius, objectFit = _a.objectFit, objectPosition = _a.objectPosition, className = _a.className;
12042
12430
  return (jsxRuntime.jsx(Img, { src: src, alt: alt, height: height, width: width, borderRadius: borderRadius, objectFit: objectFit, objectPosition: objectPosition, className: className }, void 0));
12043
12431
  };
12044
- var templateObject_1$y;
12432
+ var templateObject_1$B;
12045
12433
 
12046
- var Container$l = newStyled.div(templateObject_1$x || (templateObject_1$x = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n width: auto;\n"], ["\n display: flex;\n flex-direction: row;\n width: auto;\n"])));
12047
- var ImageContainer$1 = newStyled.div(templateObject_2$k || (templateObject_2$k = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
12048
- var DescriptionContainer = newStyled.div(templateObject_3$i || (templateObject_3$i = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n ", ";\n width: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n ", ";\n width: 100%;\n"])), mediaQueries({
12434
+ var Container$o = newStyled.div(templateObject_1$A || (templateObject_1$A = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n width: auto;\n"], ["\n display: flex;\n flex-direction: row;\n width: auto;\n"])));
12435
+ var ImageContainer$3 = newStyled.div(templateObject_2$n || (templateObject_2$n = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
12436
+ var DescriptionContainer = newStyled.div(templateObject_3$l || (templateObject_3$l = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n ", ";\n width: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n ", ";\n width: 100%;\n"])), mediaQueries({
12049
12437
  marginLeft: ['0.938rem', '1.875rem'],
12050
12438
  }));
12051
12439
  var Title$3 = newStyled.h2(function (_a) {
@@ -12081,9 +12469,9 @@ var Quantity = newStyled.div(templateObject_5$7 || (templateObject_5$7 = __makeT
12081
12469
  var SimpleOrderItem = function (_a) {
12082
12470
  var title = _a.title, subtitle = _a.subtitle, image = _a.image, price = _a.price, tag = _a.tag, quantity = _a.quantity, finalPriceStyle = _a.finalPriceStyle;
12083
12471
  var theme = useTheme();
12084
- return (jsxRuntime.jsxs(Container$l, { children: [jsxRuntime.jsxs(ImageContainer$1, { children: [jsxRuntime.jsx(Image, { src: image.src, alt: image.alt, width: "4.063rem", height: "5.375rem", objectFit: "cover", objectPosition: "center" }, void 0), quantity ? jsxRuntime.jsx(Quantity, __assign$1({ "data-testid": "order-item-quantity" }, { children: quantity }), void 0) : null] }, void 0), jsxRuntime.jsxs(DescriptionContainer, __assign$1({ "data-testid": "order-item-description-container", theme: theme }, { children: [jsxRuntime.jsx(Title$3, __assign$1({ color: theme.colors.shades['700'].color, "data-testid": "product-title" }, { children: title }), void 0), jsxRuntime.jsx(Subtitle, __assign$1({ color: theme.colors.shades['700'].color, "data-testid": "product-variant-title" }, { children: subtitle }), void 0), jsxRuntime.jsxs(PriceContainer, __assign$1({ "data-testid": "order-item-price-container", withTag: !!tag, theme: theme }, { children: [tag && (jsxRuntime.jsx(OfferBanner, { discountAppliedText: tag === null || tag === void 0 ? void 0 : tag.text, backgroundColor: tag === null || tag === void 0 ? void 0 : tag.backgroundColor }, void 0)), jsxRuntime.jsx(PriceLabel, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, color: price.color || theme.colors.shades['700'].color, size: exports.ComponentSize.Small, finalPriceStyle: finalPriceStyle }, void 0)] }), void 0)] }), void 0)] }, void 0));
12472
+ return (jsxRuntime.jsxs(Container$o, { children: [jsxRuntime.jsxs(ImageContainer$3, { children: [jsxRuntime.jsx(Image, { src: image.src, alt: image.alt, width: "4.063rem", height: "5.375rem", objectFit: "cover", objectPosition: "center" }, void 0), quantity ? jsxRuntime.jsx(Quantity, __assign$1({ "data-testid": "order-item-quantity" }, { children: quantity }), void 0) : null] }, void 0), jsxRuntime.jsxs(DescriptionContainer, __assign$1({ "data-testid": "order-item-description-container", theme: theme }, { children: [jsxRuntime.jsx(Title$3, __assign$1({ color: theme.colors.shades['700'].color, "data-testid": "product-title" }, { children: title }), void 0), jsxRuntime.jsx(Subtitle, __assign$1({ color: theme.colors.shades['700'].color, "data-testid": "product-variant-title" }, { children: subtitle }), void 0), jsxRuntime.jsxs(PriceContainer, __assign$1({ "data-testid": "order-item-price-container", withTag: !!tag, theme: theme }, { children: [tag && (jsxRuntime.jsx(OfferBanner, { discountAppliedText: tag === null || tag === void 0 ? void 0 : tag.text, backgroundColor: tag === null || tag === void 0 ? void 0 : tag.backgroundColor }, void 0)), jsxRuntime.jsx(PriceLabel, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, color: price.color || theme.colors.shades['700'].color, size: exports.ComponentSize.Small, finalPriceStyle: finalPriceStyle }, void 0)] }), void 0)] }), void 0)] }, void 0));
12085
12473
  };
12086
- var templateObject_1$x, templateObject_2$k, templateObject_3$i, templateObject_4$c, templateObject_5$7;
12474
+ var templateObject_1$A, templateObject_2$n, templateObject_3$l, templateObject_4$c, templateObject_5$7;
12087
12475
 
12088
12476
  function formatDate(date) {
12089
12477
  var day = date.getDate();
@@ -12092,12 +12480,12 @@ function formatDate(date) {
12092
12480
  return month < 10 ? "".concat(day, "/0").concat(month, "/").concat(year) : "".concat(day, "/").concat(month, "/").concat(year);
12093
12481
  }
12094
12482
 
12095
- var Container$k = newStyled.div(templateObject_1$w || (templateObject_1$w = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n width: auto;\n color: #292929;\n"], ["\n display: flex;\n flex-direction: column;\n width: auto;\n color: #292929;\n"])));
12096
- var Heading = newStyled.div(templateObject_2$j || (templateObject_2$j = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n width: 100%;\n ", ";\n text-align: right;\n margin-bottom: 10px;\n"], ["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n width: 100%;\n ", ";\n text-align: right;\n margin-bottom: 10px;\n"])), mediaQueries({
12483
+ var Container$n = newStyled.div(templateObject_1$z || (templateObject_1$z = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n width: auto;\n color: #292929;\n"], ["\n display: flex;\n flex-direction: column;\n width: auto;\n color: #292929;\n"])));
12484
+ var Heading = newStyled.div(templateObject_2$m || (templateObject_2$m = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n width: 100%;\n ", ";\n text-align: right;\n margin-bottom: 10px;\n"], ["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n width: 100%;\n ", ";\n text-align: right;\n margin-bottom: 10px;\n"])), mediaQueries({
12097
12485
  fontSize: ['14px', '16px'],
12098
12486
  lineHeight: ['22px', '24px'],
12099
12487
  }));
12100
- var Content = newStyled.div(templateObject_3$h || (templateObject_3$h = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n ", ";\n"], ["\n display: flex;\n justify-content: space-between;\n ", ";\n"])), mediaQueries({
12488
+ var Content = newStyled.div(templateObject_3$k || (templateObject_3$k = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n ", ";\n"], ["\n display: flex;\n justify-content: space-between;\n ", ";\n"])), mediaQueries({
12101
12489
  flexDirection: ['column', 'row'],
12102
12490
  }));
12103
12491
  var ReviewContainer = newStyled.div(templateObject_4$b || (templateObject_4$b = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n ", ";\n"], ["\n display: flex;\n flex-direction: column;\n ", ";\n"])), mediaQueries({
@@ -12115,17 +12503,17 @@ var P$1 = newStyled.p(templateObject_7$2 || (templateObject_7$2 = __makeTemplate
12115
12503
  var Review = function (_a) {
12116
12504
  var reviewerName = _a.reviewerName, date = _a.date, rating = _a.rating, stars = _a.stars, title = _a.title, description = _a.description, image = _a.image;
12117
12505
  var theme = useTheme();
12118
- return (jsxRuntime.jsxs(Container$k, { children: [jsxRuntime.jsxs(Heading, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(H2$1, __assign$1({ theme: theme }, { children: reviewerName }), void 0), formatDate(date)] }), void 0), jsxRuntime.jsx(StarList, { starsNumber: 5, rating: rating, fill: stars.color, size: stars.size }, void 0), jsxRuntime.jsxs(Content, __assign$1({ "data-testid": "review-content", theme: theme }, { children: [jsxRuntime.jsxs(ReviewContainer, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(H3$1, __assign$1({ theme: theme }, { children: title }), void 0), jsxRuntime.jsx(P$1, { children: description }, void 0)] }), void 0), jsxRuntime.jsx(Image, { src: image.src, alt: image.alt, width: "7.5rem", height: "10rem" }, void 0)] }), void 0)] }, void 0));
12506
+ return (jsxRuntime.jsxs(Container$n, { children: [jsxRuntime.jsxs(Heading, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(H2$1, __assign$1({ theme: theme }, { children: reviewerName }), void 0), formatDate(date)] }), void 0), jsxRuntime.jsx(StarList, { starsNumber: 5, rating: rating, fill: stars.color, size: stars.size }, void 0), jsxRuntime.jsxs(Content, __assign$1({ "data-testid": "review-content", theme: theme }, { children: [jsxRuntime.jsxs(ReviewContainer, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(H3$1, __assign$1({ theme: theme }, { children: title }), void 0), jsxRuntime.jsx(P$1, { children: description }, void 0)] }), void 0), jsxRuntime.jsx(Image, { src: image.src, alt: image.alt, width: "7.5rem", height: "10rem" }, void 0)] }), void 0)] }, void 0));
12119
12507
  };
12120
- var templateObject_1$w, templateObject_2$j, templateObject_3$h, templateObject_4$b, templateObject_5$6, templateObject_6$5, templateObject_7$2;
12508
+ var templateObject_1$z, templateObject_2$m, templateObject_3$k, templateObject_4$b, templateObject_5$6, templateObject_6$5, templateObject_7$2;
12121
12509
 
12122
- var List = newStyled.ul(templateObject_1$v || (templateObject_1$v = __makeTemplateObject(["\n display: flex;\n margin: 0;\n padding: 0;\n"], ["\n display: flex;\n margin: 0;\n padding: 0;\n"])));
12123
- var Item$1 = newStyled.li(templateObject_2$i || (templateObject_2$i = __makeTemplateObject(["\n width: 1.25rem;\n list-style: none;\n margin-right: 1.5rem;\n position: relative;\n line-height: 0;\n\n &:last-child {\n margin-right: 0;\n }\n\n &:hover {\n .dropdownWrapper {\n visibility: visible;\n }\n }\n"], ["\n width: 1.25rem;\n list-style: none;\n margin-right: 1.5rem;\n position: relative;\n line-height: 0;\n\n &:last-child {\n margin-right: 0;\n }\n\n &:hover {\n .dropdownWrapper {\n visibility: visible;\n }\n }\n"])));
12124
- var DropdownWrapper = newStyled.div(templateObject_3$g || (templateObject_3$g = __makeTemplateObject(["\n right: -0.938rem;\n min-width: 9.375rem;\n position: absolute;\n padding-top: 0.625rem;\n margin-top: -0.188rem;\n width: max-content;\n visibility: hidden;\n"], ["\n right: -0.938rem;\n min-width: 9.375rem;\n position: absolute;\n padding-top: 0.625rem;\n margin-top: -0.188rem;\n width: max-content;\n visibility: hidden;\n"])));
12510
+ var List = newStyled.ul(templateObject_1$y || (templateObject_1$y = __makeTemplateObject(["\n display: flex;\n margin: 0;\n padding: 0;\n"], ["\n display: flex;\n margin: 0;\n padding: 0;\n"])));
12511
+ var Item$1 = newStyled.li(templateObject_2$l || (templateObject_2$l = __makeTemplateObject(["\n width: 1.25rem;\n list-style: none;\n margin-right: 1.5rem;\n position: relative;\n line-height: 0;\n\n &:last-child {\n margin-right: 0;\n }\n\n &:hover {\n .dropdownWrapper {\n visibility: visible;\n }\n }\n"], ["\n width: 1.25rem;\n list-style: none;\n margin-right: 1.5rem;\n position: relative;\n line-height: 0;\n\n &:last-child {\n margin-right: 0;\n }\n\n &:hover {\n .dropdownWrapper {\n visibility: visible;\n }\n }\n"])));
12512
+ var DropdownWrapper = newStyled.div(templateObject_3$j || (templateObject_3$j = __makeTemplateObject(["\n right: -0.938rem;\n min-width: 9.375rem;\n position: absolute;\n padding-top: 0.625rem;\n margin-top: -0.188rem;\n width: max-content;\n visibility: hidden;\n"], ["\n right: -0.938rem;\n min-width: 9.375rem;\n position: absolute;\n padding-top: 0.625rem;\n margin-top: -0.188rem;\n width: max-content;\n visibility: hidden;\n"])));
12125
12513
  var ArrowContainer$1 = newStyled.div(templateObject_4$a || (templateObject_4$a = __makeTemplateObject(["\n transform: rotate(180deg);\n display: flex;\n justify-content: flex-start;\n margin-bottom: -0.063rem;\n padding-left: 0.938rem;\n"], ["\n transform: rotate(180deg);\n display: flex;\n justify-content: flex-start;\n margin-bottom: -0.063rem;\n padding-left: 0.938rem;\n"])));
12126
12514
  var StyledDropdown = newStyled.ul(templateObject_5$5 || (templateObject_5$5 = __makeTemplateObject(["\n margin: 0;\n padding: 0;\n border: 0.063rem solid ", ";\n border-radius: 0.5rem;\n display: flex;\n flex-direction: column;\n background-color: #ffffff;\n"], ["\n margin: 0;\n padding: 0;\n border: 0.063rem solid ", ";\n border-radius: 0.5rem;\n display: flex;\n flex-direction: column;\n background-color: #ffffff;\n"])), function (props) { return props.borderColor; });
12127
12515
  var DropdownItem = newStyled.li(templateObject_6$4 || (templateObject_6$4 = __makeTemplateObject(["\n list-style: none;\n padding: 0.813rem;\n border-bottom: 0.063rem solid ", ";\n font-size: 0.875rem;\n line-height: 1.125rem;\n font-weight: 400;\n color: ", ";\n cursor: pointer;\n user-select: none;\n\n &:hover {\n background-color: ", ";\n }\n\n &:last-child {\n border-bottom: none;\n border-radius: 0 0 0.5rem 0.5rem;\n }\n\n &:first-of-type {\n border-radius: 0.5rem 0.5rem 0 0;\n }\n\n &:only-child {\n border-radius: 0.5rem;\n }\n"], ["\n list-style: none;\n padding: 0.813rem;\n border-bottom: 0.063rem solid ", ";\n font-size: 0.875rem;\n line-height: 1.125rem;\n font-weight: 400;\n color: ", ";\n cursor: pointer;\n user-select: none;\n\n &:hover {\n background-color: ", ";\n }\n\n &:last-child {\n border-bottom: none;\n border-radius: 0 0 0.5rem 0.5rem;\n }\n\n &:first-of-type {\n border-radius: 0.5rem 0.5rem 0 0;\n }\n\n &:only-child {\n border-radius: 0.5rem;\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.color; }, function (props) { return props.hoverColor; });
12128
- var templateObject_1$v, templateObject_2$i, templateObject_3$g, templateObject_4$a, templateObject_5$5, templateObject_6$4;
12516
+ var templateObject_1$y, templateObject_2$l, templateObject_3$j, templateObject_4$a, templateObject_5$5, templateObject_6$4;
12129
12517
 
12130
12518
  var DropdownListIcons = function (_a) {
12131
12519
  var items = _a.items;
@@ -12138,7 +12526,7 @@ var Dropdown = function (_a) {
12138
12526
  return (jsxRuntime.jsxs(DropdownWrapper, __assign$1({ className: "dropdownWrapper", "data-testid": "Dropdown-wrapper" }, { children: [jsxRuntime.jsx(ArrowContainer$1, { children: jsxRuntime.jsx(TooltipArrow, { stroke: theme.colors.shades['200'].color, fill: "#fff", width: 1.25, height: 0.75 }, void 0) }, void 0), jsxRuntime.jsx(StyledDropdown, __assign$1({ borderColor: theme.colors.shades['200'].color }, { children: items.map(function (item, index) { return (jsxRuntime.jsx(DropdownItem, __assign$1({ onClick: item.callback, borderColor: theme.colors.shades['200'].color, color: theme.colors.shades['550'].color, hoverColor: theme.colors.shades['10'].color }, { children: item.description }), index)); }) }), void 0)] }), void 0));
12139
12527
  };
12140
12528
 
12141
- var StyledButton = newStyled(BaseButton)(templateObject_1$u || (templateObject_1$u = __makeTemplateObject(["\n width: 12.5rem;\n height: 2.5rem;\n background-color: ", ";\n cursor: pointer;\n border: none;\n\n &:hover {\n background-color: ", ";\n }\n"], ["\n width: 12.5rem;\n height: 2.5rem;\n background-color: ", ";\n cursor: pointer;\n border: none;\n\n &:hover {\n background-color: ", ";\n }\n"])), function (props) { return props.backgroundColor; }, function (props) { return props.hoverBackgroundColor; });
12529
+ var StyledButton = newStyled(BaseButton)(templateObject_1$x || (templateObject_1$x = __makeTemplateObject(["\n width: 12.5rem;\n height: 2.5rem;\n background-color: ", ";\n cursor: pointer;\n border: none;\n\n &:hover {\n background-color: ", ";\n }\n"], ["\n width: 12.5rem;\n height: 2.5rem;\n background-color: ", ";\n cursor: pointer;\n border: none;\n\n &:hover {\n background-color: ", ";\n }\n"])), function (props) { return props.backgroundColor; }, function (props) { return props.hoverBackgroundColor; });
12142
12530
  var AmazonButton = function (_a) {
12143
12531
  var onClick = _a.onClick;
12144
12532
  return (jsxRuntime.jsx(StyledButton, __assign$1({ backgroundColor: "#FED865", hoverBackgroundColor: "#F1CB58", onClick: onClick }, { children: jsxRuntime.jsx(Icon.Payment.Amazon, { width: 5.375, height: 1.25 }, void 0) }), void 0));
@@ -12147,11 +12535,11 @@ var PaypalButton = function (_a) {
12147
12535
  var onClick = _a.onClick;
12148
12536
  return (jsxRuntime.jsx(StyledButton, __assign$1({ backgroundColor: "#ffc439", hoverBackgroundColor: "#F4BF41", onClick: onClick }, { children: jsxRuntime.jsx(Icon.Payment.Paypal, { width: 4.938, height: 1.25 }, void 0) }), void 0));
12149
12537
  };
12150
- var templateObject_1$u;
12538
+ var templateObject_1$x;
12151
12539
 
12152
- var Wrapper = newStyled.div(templateObject_1$t || (templateObject_1$t = __makeTemplateObject(["\n display: flex;\n align-items: center;\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n width: 36.875rem;\n max-width: 100%;\n border-radius: 0.5rem;\n\n img {\n margin-right: ", ";\n }\n"], ["\n display: flex;\n align-items: center;\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n width: 36.875rem;\n max-width: 100%;\n border-radius: 0.5rem;\n\n img {\n margin-right: ", ";\n }\n"])), function (props) { return props.backgroundColor; }, function (props) { return (props.rightToLeft ? '0' : '1.25rem'); });
12153
- var Col = newStyled.div(templateObject_2$h || (templateObject_2$h = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"])));
12154
- var Row = newStyled.div(templateObject_3$f || (templateObject_3$f = __makeTemplateObject(["\n display: flex;\n align-items: center;\n width: 100%;\n margin-left: 10px;\n\n ", "};\n"], ["\n display: flex;\n align-items: center;\n width: 100%;\n margin-left: 10px;\n\n ", "};\n"])), function (props) {
12540
+ var Wrapper = newStyled.div(templateObject_1$w || (templateObject_1$w = __makeTemplateObject(["\n display: flex;\n align-items: center;\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n width: 36.875rem;\n max-width: 100%;\n border-radius: 0.5rem;\n\n img {\n margin-right: ", ";\n }\n"], ["\n display: flex;\n align-items: center;\n padding: 0.625rem 1.25rem;\n background-color: ", ";\n width: 36.875rem;\n max-width: 100%;\n border-radius: 0.5rem;\n\n img {\n margin-right: ", ";\n }\n"])), function (props) { return props.backgroundColor; }, function (props) { return (props.rightToLeft ? '0' : '1.25rem'); });
12541
+ var Col = newStyled.div(templateObject_2$k || (templateObject_2$k = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"])));
12542
+ var Row = newStyled.div(templateObject_3$i || (templateObject_3$i = __makeTemplateObject(["\n display: flex;\n align-items: center;\n width: 100%;\n margin-left: 10px;\n\n ", "};\n"], ["\n display: flex;\n align-items: center;\n width: 100%;\n margin-left: 10px;\n\n ", "};\n"])), function (props) {
12155
12543
  return props.rightToLeft &&
12156
12544
  "\n flex-direction: row-reverse;\n justify-content: space-between;\n ";
12157
12545
  });
@@ -12163,7 +12551,7 @@ var CrossSellCheckbox = function (_a) {
12163
12551
  var theme = useTheme();
12164
12552
  return (jsxRuntime.jsxs(Wrapper, __assign$1({ backgroundColor: theme.colors.shades['10'].color, rightToLeft: Boolean(rightToLeft) }, { children: [jsxRuntime.jsx(Checkbox, { text: "", id: "checkbox", onChange: onChange, size: exports.ComponentSize.Small, variant: "secondary" }, void 0), jsxRuntime.jsxs(Row, __assign$1({ rightToLeft: Boolean(rightToLeft) }, { children: [jsxRuntime.jsx(Image, { src: imageURL, alt: "Cross sell image", borderRadius: "0.5rem" }, void 0), jsxRuntime.jsxs(Col, { children: [jsxRuntime.jsx(H5, __assign$1({ color: theme.colors.shades['700'].color }, { children: title }), void 0), jsxRuntime.jsxs(H3, __assign$1({ color: theme.colors.semantic.urgent.color }, { children: [description, jsxRuntime.jsxs(FreeShipping, __assign$1({ color: theme.colors.shades['700'].color }, { children: [' ', "+ ", freeShippingText] }), void 0)] }), void 0)] }, void 0)] }), void 0)] }), void 0));
12165
12553
  };
12166
- var templateObject_1$t, templateObject_2$h, templateObject_3$f, templateObject_4$9, templateObject_5$4, templateObject_6$3;
12554
+ var templateObject_1$w, templateObject_2$k, templateObject_3$i, templateObject_4$9, templateObject_5$4, templateObject_6$3;
12167
12555
 
12168
12556
  var index = /*#__PURE__*/Object.freeze({
12169
12557
  __proto__: null,
@@ -12176,7 +12564,7 @@ var Spacing = function (_a) {
12176
12564
  return jsxRuntime.jsx("div", __assign$1({ style: style }, { children: children }), void 0);
12177
12565
  };
12178
12566
 
12179
- var ImageContainer = newStyled.div(function (_a) {
12567
+ var ImageContainer$2 = newStyled.div(function (_a) {
12180
12568
  var width = _a.width, height = _a.height;
12181
12569
  return ({
12182
12570
  position: 'relative',
@@ -12184,8 +12572,8 @@ var ImageContainer = newStyled.div(function (_a) {
12184
12572
  height: height,
12185
12573
  });
12186
12574
  });
12187
- var Container$j = newStyled.a(templateObject_1$s || (templateObject_1$s = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"])));
12188
- var Title$2 = newStyled.p(templateObject_2$g || (templateObject_2$g = __makeTemplateObject(["\n font-size: 0.83rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"], ["\n font-size: 0.83rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"])), function (props) { return props.theme.colors.pallete.secondary.color; }, function (props) { return props.align; });
12575
+ var Container$m = newStyled.a(templateObject_1$v || (templateObject_1$v = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"])));
12576
+ var Title$2 = newStyled.p(templateObject_2$j || (templateObject_2$j = __makeTemplateObject(["\n font-size: 0.83rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"], ["\n font-size: 0.83rem;\n font-weight: normal;\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n"])), function (props) { return props.theme.colors.pallete.secondary.color; }, function (props) { return props.align; });
12189
12577
  var getStylesBySize = function (size) {
12190
12578
  switch (size) {
12191
12579
  case exports.ComponentSize.Medium:
@@ -12211,7 +12599,7 @@ var getStylesBySize = function (size) {
12211
12599
  };
12212
12600
  }
12213
12601
  };
12214
- var TopTagContainer$1 = newStyled.div(templateObject_3$e || (templateObject_3$e = __makeTemplateObject(["\n position: absolute;\n left: 0;\n top: 0;\n width: inherit;\n"], ["\n position: absolute;\n left: 0;\n top: 0;\n width: inherit;\n"])));
12602
+ var TopTagContainer$1 = newStyled.div(templateObject_3$h || (templateObject_3$h = __makeTemplateObject(["\n position: absolute;\n left: 0;\n top: 0;\n width: inherit;\n"], ["\n position: absolute;\n left: 0;\n top: 0;\n width: inherit;\n"])));
12215
12603
  var BottomTagContainer$1 = newStyled.div(templateObject_4$8 || (templateObject_4$8 = __makeTemplateObject(["\n position: absolute;\n bottom: 15%;\n left: 0;\n width: inherit;\n"], ["\n position: absolute;\n bottom: 15%;\n left: 0;\n width: inherit;\n"])));
12216
12604
  var ProductItemMobile = function (_a) {
12217
12605
  var title = _a.title, image = _a.image, price = _a.price, rating = _a.rating, size = _a.size, _b = _a.alignName, alignName = _b === void 0 ? 'center' : _b, url = _a.url, className = _a.className, topTag = _a.topTag, bottomTag = _a.bottomTag, onClick = _a.onClick, _c = _a.priceDisplayType, priceDisplayType = _c === void 0 ? 'default' : _c;
@@ -12225,32 +12613,32 @@ var ProductItemMobile = function (_a) {
12225
12613
  _a[exports.ComponentSize.Small] = 2,
12226
12614
  _a)[size];
12227
12615
  }, [size]);
12228
- return (jsxs(Container$j, __assign$1({ as: url ? 'a' : 'div', href: url, className: className, onClick: onClick }, { children: [!!topTag || !!bottomTag ? (jsxs(ImageContainer, __assign$1({ width: styles === null || styles === void 0 ? void 0 : styles.width, height: styles === null || styles === void 0 ? void 0 : styles.height, "data-testid": "tags-image-container" }, { children: [jsx(Image, { src: image.src, alt: image.alt, width: "100%", height: "100%" }, void 0), jsx(TopTagContainer$1, { children: topTag }, void 0), jsx(BottomTagContainer$1, { children: bottomTag }, void 0)] }), void 0)) : (jsx(Image, { src: image.src, alt: image.alt, width: styles === null || styles === void 0 ? void 0 : styles.width, height: styles === null || styles === void 0 ? void 0 : styles.height }, void 0)), jsx(Spacing, { size: space }, void 0), jsx(Title$2, __assign$1({ theme: theme, align: alignName }, { children: title }), void 0), jsx(Spacing, { size: space }, void 0), priceDisplayType === 'styled' ? (jsx(PriceLabelV2, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: exports.ComponentSize.Large, testId: "volume-discount" }, void 0)) : (jsx(PriceLabel, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: exports.ComponentSize.Medium, testId: "volume-discount" }, void 0)), jsx(Spacing, { size: space }, void 0), jsx(Rating, { size: size === exports.ComponentSize.Large ? exports.ComponentSize.Small : exports.ComponentSize.XSmall, rating: rating.rating, reviews: rating.reviews, reviewsText: "", wrapWithParenthesis: true }, void 0)] }), void 0));
12616
+ return (jsxs(Container$m, __assign$1({ as: url ? 'a' : 'div', href: url, className: className, onClick: onClick }, { children: [!!topTag || !!bottomTag ? (jsxs(ImageContainer$2, __assign$1({ width: styles === null || styles === void 0 ? void 0 : styles.width, height: styles === null || styles === void 0 ? void 0 : styles.height, "data-testid": "tags-image-container" }, { children: [jsx(Image, { src: image.src, alt: image.alt, width: "100%", height: "100%" }, void 0), jsx(TopTagContainer$1, { children: topTag }, void 0), jsx(BottomTagContainer$1, { children: bottomTag }, void 0)] }), void 0)) : (jsx(Image, { src: image.src, alt: image.alt, width: styles === null || styles === void 0 ? void 0 : styles.width, height: styles === null || styles === void 0 ? void 0 : styles.height }, void 0)), jsx(Spacing, { size: space }, void 0), jsx(Title$2, __assign$1({ theme: theme, align: alignName }, { children: title }), void 0), jsx(Spacing, { size: space }, void 0), priceDisplayType === 'styled' ? (jsx(PriceLabelV2, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: exports.ComponentSize.Large, testId: "volume-discount" }, void 0)) : (jsx(PriceLabel, { finalPrice: price.finalPrice, originalPrice: price.originalPrice, finalPriceStyled: false, color: price.color, size: exports.ComponentSize.Medium, testId: "volume-discount" }, void 0)), jsx(Spacing, { size: space }, void 0), jsx(Rating, { size: size === exports.ComponentSize.Large ? exports.ComponentSize.Small : exports.ComponentSize.XSmall, rating: rating.rating, reviews: rating.reviews, reviewsText: "", wrapWithParenthesis: true }, void 0)] }), void 0));
12229
12617
  };
12230
- var templateObject_1$s, templateObject_2$g, templateObject_3$e, templateObject_4$8;
12618
+ var templateObject_1$v, templateObject_2$j, templateObject_3$h, templateObject_4$8;
12231
12619
 
12232
- var Container$i = newStyled.div(templateObject_1$r || (templateObject_1$r = __makeTemplateObject(["\n display: flex;\n row-gap: 1.875rem;\n column-gap: 1.875rem;\n flex-wrap: wrap;\n"], ["\n display: flex;\n row-gap: 1.875rem;\n column-gap: 1.875rem;\n flex-wrap: wrap;\n"])));
12620
+ var Container$l = newStyled.div(templateObject_1$u || (templateObject_1$u = __makeTemplateObject(["\n display: flex;\n row-gap: 1.875rem;\n column-gap: 1.875rem;\n flex-wrap: wrap;\n"], ["\n display: flex;\n row-gap: 1.875rem;\n column-gap: 1.875rem;\n flex-wrap: wrap;\n"])));
12233
12621
  function withProductGrid(ProductItemComponent, data) {
12234
12622
  function WithProductGrid(props) {
12235
- return (jsxRuntime.jsx(Container$i, __assign$1({ "data-testid": "product-grid-container" }, { children: data.map(function (product, index) { return (jsxRuntime.jsx(ProductItemComponent, __assign$1({}, product, props), index)); }) }), void 0));
12623
+ return (jsxRuntime.jsx(Container$l, __assign$1({ "data-testid": "product-grid-container" }, { children: data.map(function (product, index) { return (jsxRuntime.jsx(ProductItemComponent, __assign$1({}, product, props), index)); }) }), void 0));
12236
12624
  }
12237
12625
  /* istanbul ignore next */
12238
12626
  var wrappedComponentName = ProductItemComponent.displayName || ProductItemComponent.name || 'Component';
12239
12627
  WithProductGrid.displayName = "withGrid(".concat(wrappedComponentName, ")");
12240
12628
  return WithProductGrid;
12241
12629
  }
12242
- var templateObject_1$r;
12630
+ var templateObject_1$u;
12243
12631
 
12244
12632
  var Collection = {
12245
12633
  ProductItemMobile: ProductItemMobile,
12246
12634
  withProductGrid: withProductGrid,
12247
12635
  };
12248
12636
 
12249
- var Backdrop = newStyled.div(templateObject_1$q || (templateObject_1$q = __makeTemplateObject(["\n position: fixed;\n z-index: 2;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n transition: background-color 0.3s ease-out;\n\n ", "\n"], ["\n position: fixed;\n z-index: 2;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n transition: background-color 0.3s ease-out;\n\n ", "\n"])), function (_a) {
12637
+ var Backdrop = newStyled.div(templateObject_1$t || (templateObject_1$t = __makeTemplateObject(["\n position: fixed;\n z-index: 2;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n transition: background-color 0.3s ease-out;\n\n ", "\n"], ["\n position: fixed;\n z-index: 2;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n transition: background-color 0.3s ease-out;\n\n ", "\n"])), function (_a) {
12250
12638
  var isOpen = _a.isOpen, backgroundColor = _a.backgroundColor;
12251
12639
  return isOpen ? "background-color: ".concat(backgroundColor, ";") : 'transparent';
12252
12640
  });
12253
- var Sidebar = newStyled.div(templateObject_2$f || (templateObject_2$f = __makeTemplateObject(["\n height: 100%;\n width: ", ";\n position: fixed;\n z-index: 30;\n ", ": 0;\n top: 0;\n background-color: ", ";\n overflow-x: hidden;\n transition: transform 0.3s ease-in-out;\n\n ", "\n"], ["\n height: 100%;\n width: ", ";\n position: fixed;\n z-index: 30;\n ", ": 0;\n top: 0;\n background-color: ", ";\n overflow-x: hidden;\n transition: transform 0.3s ease-in-out;\n\n ", "\n"])), function (_a) {
12641
+ var Sidebar = newStyled.div(templateObject_2$i || (templateObject_2$i = __makeTemplateObject(["\n height: 100%;\n width: ", ";\n position: fixed;\n z-index: 30;\n ", ": 0;\n top: 0;\n background-color: ", ";\n overflow-x: hidden;\n transition: transform 0.3s ease-in-out;\n\n ", "\n"], ["\n height: 100%;\n width: ", ";\n position: fixed;\n z-index: 30;\n ", ": 0;\n top: 0;\n background-color: ", ";\n overflow-x: hidden;\n transition: transform 0.3s ease-in-out;\n\n ", "\n"])), function (_a) {
12254
12642
  var width = _a.width;
12255
12643
  return width;
12256
12644
  }, function (_a) {
@@ -12291,28 +12679,28 @@ var Drawer = function (_a) {
12291
12679
  }, [isOpen, onClose, onOpen]);
12292
12680
  return isMounted ? (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsx(Backdrop, { backgroundColor: backdropColor, isOpen: isOpenState, "data-testid": "Drawer-Backdrop", onClick: onClickOutside && onClickOutside }, void 0), jsxRuntime.jsx(Sidebar, __assign$1({ position: position, width: width, backgroundColor: backgroundColor, isOpen: isOpenState, "data-testid": "Drawer-Sidebar" }, { children: children }), void 0)] }, void 0)) : null;
12293
12681
  };
12294
- var templateObject_1$q, templateObject_2$f;
12682
+ var templateObject_1$t, templateObject_2$i;
12295
12683
 
12296
- var Container$h = newStyled.div(templateObject_1$p || (templateObject_1$p = __makeTemplateObject(["\n width: ", ";\n height: ", ";\n"], ["\n width: ", ";\n height: ", ";\n"])), function (_a) {
12684
+ var Container$k = newStyled.div(templateObject_1$s || (templateObject_1$s = __makeTemplateObject(["\n width: ", ";\n height: ", ";\n"], ["\n width: ", ";\n height: ", ";\n"])), function (_a) {
12297
12685
  var size = _a.size;
12298
12686
  return (size ? size : '100%');
12299
12687
  }, function (_a) {
12300
12688
  var size = _a.size;
12301
12689
  return (size ? size : '100%');
12302
12690
  });
12303
- var Animation = newStyled.div(templateObject_2$e || (templateObject_2$e = __makeTemplateObject(["\n @keyframes svg--animation {\n 0% {\n transform: rotateZ(0deg);\n }\n 100% {\n transform: rotateZ(360deg);\n }\n }\n width: 100%;\n height: 100%;\n animation: linear infinite svg--animation;\n animation-duration: ", "s;\n"], ["\n @keyframes svg--animation {\n 0% {\n transform: rotateZ(0deg);\n }\n 100% {\n transform: rotateZ(360deg);\n }\n }\n width: 100%;\n height: 100%;\n animation: linear infinite svg--animation;\n animation-duration: ", "s;\n"])), function (_a) {
12691
+ var Animation = newStyled.div(templateObject_2$h || (templateObject_2$h = __makeTemplateObject(["\n @keyframes svg--animation {\n 0% {\n transform: rotateZ(0deg);\n }\n 100% {\n transform: rotateZ(360deg);\n }\n }\n width: 100%;\n height: 100%;\n animation: linear infinite svg--animation;\n animation-duration: ", "s;\n"], ["\n @keyframes svg--animation {\n 0% {\n transform: rotateZ(0deg);\n }\n 100% {\n transform: rotateZ(360deg);\n }\n }\n width: 100%;\n height: 100%;\n animation: linear infinite svg--animation;\n animation-duration: ", "s;\n"])), function (_a) {
12304
12692
  var animationDuration = _a.animationDuration;
12305
12693
  return animationDuration;
12306
12694
  });
12307
12695
  var Spinner = function (_a) {
12308
12696
  var fill = _a.fill, background = _a.background, _b = _a.animationDuration, animationDuration = _b === void 0 ? 1 : _b, _c = _a.complete, complete = _c === void 0 ? false : _c, completeIconStroke = _a.completeIconStroke, size = _a.size;
12309
- return (jsxRuntime.jsx(Container$h, __assign$1({ size: size, "data-testid": "Container" }, { children: complete ? (jsxRuntime.jsx(Icon.Actions.LightCheck, { fill: fill, strokeWidth: completeIconStroke }, void 0)) : (jsxRuntime.jsx(Animation, __assign$1({ animationDuration: animationDuration, "data-testid": "Animation" }, { children: jsxRuntime.jsx(Icon.Other.Loading, { fill: fill, backgroundColor: background }, void 0) }), void 0)) }), void 0));
12697
+ return (jsxRuntime.jsx(Container$k, __assign$1({ size: size, "data-testid": "Container" }, { children: complete ? (jsxRuntime.jsx(Icon.Actions.LightCheck, { fill: fill, strokeWidth: completeIconStroke }, void 0)) : (jsxRuntime.jsx(Animation, __assign$1({ animationDuration: animationDuration, "data-testid": "Animation" }, { children: jsxRuntime.jsx(Icon.Other.Loading, { fill: fill, backgroundColor: background }, void 0) }), void 0)) }), void 0));
12310
12698
  };
12311
- var templateObject_1$p, templateObject_2$e;
12699
+ var templateObject_1$s, templateObject_2$h;
12312
12700
 
12313
- var UL = newStyled.ul(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n display: flex;\n max-width: 100%;\n"], ["\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n display: flex;\n max-width: 100%;\n"])));
12314
- var LI = newStyled.li(templateObject_2$d || (templateObject_2$d = __makeTemplateObject(["\n list-style: none;\n background-color: ", ";\n padding: 0.375rem 0.625rem;\n border-radius: 0.5rem;\n font-size: 0.875rem;\n line-height: 1.125rem;\n color: ", ";\n font-weight: 400;\n margin-right: 0.5rem;\n margin-bottom: 0.5rem;\n display: flex;\n align-items: center;\n"], ["\n list-style: none;\n background-color: ", ";\n padding: 0.375rem 0.625rem;\n border-radius: 0.5rem;\n font-size: 0.875rem;\n line-height: 1.125rem;\n color: ", ";\n font-weight: 400;\n margin-right: 0.5rem;\n margin-bottom: 0.5rem;\n display: flex;\n align-items: center;\n"])), function (props) { return props.backgroundColor; }, function (props) { return props.color; });
12315
- var CloseIconContainer = newStyled.div(templateObject_3$d || (templateObject_3$d = __makeTemplateObject(["\n width: 0.656rem;\n height: 0.656rem;\n display: flex;\n align-items: center;\n margin-left: 0.5rem;\n cursor: pointer;\n"], ["\n width: 0.656rem;\n height: 0.656rem;\n display: flex;\n align-items: center;\n margin-left: 0.5rem;\n cursor: pointer;\n"])));
12701
+ var UL = newStyled.ul(templateObject_1$r || (templateObject_1$r = __makeTemplateObject(["\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n display: flex;\n max-width: 100%;\n"], ["\n margin: 0;\n padding: 0;\n flex-wrap: wrap;\n display: flex;\n max-width: 100%;\n"])));
12702
+ var LI = newStyled.li(templateObject_2$g || (templateObject_2$g = __makeTemplateObject(["\n list-style: none;\n background-color: ", ";\n padding: 0.375rem 0.625rem;\n border-radius: 0.5rem;\n font-size: 0.875rem;\n line-height: 1.125rem;\n color: ", ";\n font-weight: 400;\n margin-right: 0.5rem;\n margin-bottom: 0.5rem;\n display: flex;\n align-items: center;\n"], ["\n list-style: none;\n background-color: ", ";\n padding: 0.375rem 0.625rem;\n border-radius: 0.5rem;\n font-size: 0.875rem;\n line-height: 1.125rem;\n color: ", ";\n font-weight: 400;\n margin-right: 0.5rem;\n margin-bottom: 0.5rem;\n display: flex;\n align-items: center;\n"])), function (props) { return props.backgroundColor; }, function (props) { return props.color; });
12703
+ var CloseIconContainer = newStyled.div(templateObject_3$g || (templateObject_3$g = __makeTemplateObject(["\n width: 0.656rem;\n height: 0.656rem;\n display: flex;\n align-items: center;\n margin-left: 0.5rem;\n cursor: pointer;\n"], ["\n width: 0.656rem;\n height: 0.656rem;\n display: flex;\n align-items: center;\n margin-left: 0.5rem;\n cursor: pointer;\n"])));
12316
12704
  var Tags = function (_a) {
12317
12705
  var _b = _a.color, color = _b === void 0 ? '#fff6ef' : _b, items = _a.items, onCloseClick = _a.onCloseClick;
12318
12706
  var theme = useTheme();
@@ -12320,7 +12708,7 @@ var Tags = function (_a) {
12320
12708
  return (jsxRuntime.jsxs(LI, __assign$1({ color: theme.colors.shades['700'].color, backgroundColor: color }, { children: [item, jsxRuntime.jsx(CloseIconContainer, __assign$1({ "data-testid": "li-close-icon", onClick: function () { return onCloseClick(index); } }, { children: jsxRuntime.jsx(Icon.Actions.Close, { fill: theme.colors.shades['700'].color }, void 0) }), void 0)] }), index));
12321
12709
  }) }), void 0));
12322
12710
  };
12323
- var templateObject_1$o, templateObject_2$d, templateObject_3$d;
12711
+ var templateObject_1$r, templateObject_2$g, templateObject_3$g;
12324
12712
 
12325
12713
  function FilteringDropdown(_a) {
12326
12714
  var options = _a.options, _b = _a.disabled, disabled = _b === void 0 ? false : _b, placeHolder = _a.placeHolder, _c = _a.wide, wide = _c === void 0 ? false : _c, _d = _a.sliceAfter, sliceAfter = _d === void 0 ? 100 : _d, _e = _a.filter, filter = _e === void 0 ? false : _e, onChange = _a.onChange;
@@ -12353,9 +12741,9 @@ function FilteringDropdown(_a) {
12353
12741
  }) }, void 0)] }), void 0));
12354
12742
  }
12355
12743
 
12356
- var Container$g = newStyled.div(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n user-select: none;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n user-select: none;\n"])));
12357
- var IconContainer$1 = newStyled.div(templateObject_2$c || (templateObject_2$c = __makeTemplateObject(["\n width: 0.531rem;\n height: 0.875rem;\n display: flex;\n align-items: center;\n cursor: pointer;\n"], ["\n width: 0.531rem;\n height: 0.875rem;\n display: flex;\n align-items: center;\n cursor: pointer;\n"])));
12358
- var PageNumbersContainer = newStyled.div(templateObject_3$c || (templateObject_3$c = __makeTemplateObject(["\n display: flex;\n ", ";\n"], ["\n display: flex;\n ", ";\n"])), mediaQueries({
12744
+ var Container$j = newStyled.div(templateObject_1$q || (templateObject_1$q = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n user-select: none;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n user-select: none;\n"])));
12745
+ var IconContainer$1 = newStyled.div(templateObject_2$f || (templateObject_2$f = __makeTemplateObject(["\n width: 0.531rem;\n height: 0.875rem;\n display: flex;\n align-items: center;\n cursor: pointer;\n"], ["\n width: 0.531rem;\n height: 0.875rem;\n display: flex;\n align-items: center;\n cursor: pointer;\n"])));
12746
+ var PageNumbersContainer = newStyled.div(templateObject_3$f || (templateObject_3$f = __makeTemplateObject(["\n display: flex;\n ", ";\n"], ["\n display: flex;\n ", ";\n"])), mediaQueries({
12359
12747
  margin: ['0 0.75rem', '0 1.25rem'],
12360
12748
  }));
12361
12749
  var PageNumber = newStyled.span(templateObject_4$7 || (templateObject_4$7 = __makeTemplateObject(["\n font-weight: ", ";\n color: ", ";\n text-align: center;\n cursor: pointer;\n border-bottom: ", ";\n ", ";\n background: ", ";\n"], ["\n font-weight: ", ";\n color: ", ";\n text-align: center;\n cursor: pointer;\n border-bottom: ", ";\n ", ";\n background: ", ";\n"])), function (_a) {
@@ -12375,7 +12763,7 @@ var PageNumber = newStyled.span(templateObject_4$7 || (templateObject_4$7 = __ma
12375
12763
  var background = _a.background;
12376
12764
  return background || 'unset';
12377
12765
  });
12378
- var templateObject_1$n, templateObject_2$c, templateObject_3$c, templateObject_4$7;
12766
+ var templateObject_1$q, templateObject_2$f, templateObject_3$f, templateObject_4$7;
12379
12767
 
12380
12768
  var Pagination = function (_a) {
12381
12769
  var from = _a.from, to = _a.to, _b = _a.currentPage, currentPage = _b === void 0 ? from : _b, onChange = _a.onChange, _c = _a.underlineActive, underlineActive = _c === void 0 ? true : _c, _d = _a.boldActive, boldActive = _d === void 0 ? true : _d, _e = _a.disabled, disabled = _e === void 0 ? false : _e;
@@ -12388,7 +12776,7 @@ var Pagination = function (_a) {
12388
12776
  setPage(page);
12389
12777
  onChange(page);
12390
12778
  };
12391
- return (jsxRuntime.jsxs(Container$g, __assign$1({ "data-testid": "PaginationContainer" }, { children: [jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page - 1); }, "data-testid": "LeftChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronLeft, { fill: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color }, void 0) }), void 0), jsxRuntime.jsx(PageNumbersContainer, __assign$1({ "data-testid": "PageNumbersContainer", theme: theme }, { children: new Array(to - from + 1).fill(0).map(function (_, i) { return (jsxRuntime.jsx(PageNumber, __assign$1({ onClick: function () { return handlePageChange(i + from); }, bold: boldActive && page === i + from, underline: underlineActive && page === i + from, role: 'button', color: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color, borderColor: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color, theme: theme }, { children: i + from }), i)); }) }), void 0), jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page + 1); }, "data-testid": "RightChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRight, { fill: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color }, void 0) }), void 0)] }), void 0));
12779
+ return (jsxRuntime.jsxs(Container$j, __assign$1({ "data-testid": "PaginationContainer" }, { children: [jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page - 1); }, "data-testid": "LeftChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronLeft, { fill: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color }, void 0) }), void 0), jsxRuntime.jsx(PageNumbersContainer, __assign$1({ "data-testid": "PageNumbersContainer", theme: theme }, { children: new Array(to - from + 1).fill(0).map(function (_, i) { return (jsxRuntime.jsx(PageNumber, __assign$1({ onClick: function () { return handlePageChange(i + from); }, bold: boldActive && page === i + from, underline: underlineActive && page === i + from, role: 'button', color: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color, borderColor: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color, theme: theme }, { children: i + from }), i)); }) }), void 0), jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page + 1); }, "data-testid": "RightChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRight, { fill: disabled ? theme.colors.shades['250'].color : theme.colors.shades['700'].color }, void 0) }), void 0)] }), void 0));
12392
12780
  };
12393
12781
 
12394
12782
  var PaginatorBlog = function (_a) {
@@ -12402,12 +12790,12 @@ var PaginatorBlog = function (_a) {
12402
12790
  setPage(page);
12403
12791
  onChange(page);
12404
12792
  };
12405
- return (jsxRuntime.jsxs(Container$g, __assign$1({ "data-testid": "PaginatorBlogContainer" }, { children: [jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page - 1); }, "data-testid": "PaginatorBlogLeftChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronLeft, { fill: page === 1 ? theme.colors.shades['white'].color : theme.colors.shades['700'].color }, void 0) }), void 0), jsxRuntime.jsx(PageNumbersContainer, __assign$1({ "data-testid": "PaginatorBlogPageNumbersContainer", theme: theme }, { children: new Array(to - from + 1).fill(0).map(function (_, i) { return (jsxRuntime.jsx(PageNumber, __assign$1({ onClick: function () { return handlePageChange(i + from); }, background: page === i + from ? 'black' : '', role: 'button', color: page === i + from
12793
+ return (jsxRuntime.jsxs(Container$j, __assign$1({ "data-testid": "PaginatorBlogContainer" }, { children: [jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page - 1); }, "data-testid": "PaginatorBlogLeftChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronLeft, { fill: page === 1 ? theme.colors.shades['white'].color : theme.colors.shades['700'].color }, void 0) }), void 0), jsxRuntime.jsx(PageNumbersContainer, __assign$1({ "data-testid": "PaginatorBlogPageNumbersContainer", theme: theme }, { children: new Array(to - from + 1).fill(0).map(function (_, i) { return (jsxRuntime.jsx(PageNumber, __assign$1({ onClick: function () { return handlePageChange(i + from); }, background: page === i + from ? 'black' : '', role: 'button', color: page === i + from
12406
12794
  ? theme.colors.shades['white'].color
12407
12795
  : theme.colors.shades['700'].color, borderColor: theme.colors.shades['700'].color, theme: theme, bold: false, underline: false }, { children: i + from }), i)); }) }), void 0), jsxRuntime.jsx(IconContainer$1, __assign$1({ onClick: function () { return handlePageChange(page + 1); }, "data-testid": "PaginatorBlogRightChevron" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRight, { fill: page === to ? theme.colors.shades['white'].color : theme.colors.shades['700'].color }, void 0) }), void 0)] }), void 0));
12408
12796
  };
12409
12797
 
12410
- var Container$f = newStyled.div(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n width: auto;\n padding: 0.688rem 0rem;\n ", ",\n"], ["\n display: flex;\n flex-direction: row;\n width: auto;\n padding: 0.688rem 0rem;\n ", ",\n"])), mediaQueries({
12798
+ var Container$i = newStyled.div(templateObject_1$p || (templateObject_1$p = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n width: auto;\n padding: 0.688rem 0rem;\n ", ",\n"], ["\n display: flex;\n flex-direction: row;\n width: auto;\n padding: 0.688rem 0rem;\n ", ",\n"])), mediaQueries({
12411
12799
  borderTop: ['0.063rem solid var(--colors-shades-100-color)', 'none'],
12412
12800
  }));
12413
12801
  var Description$1 = newStyled.div({
@@ -12424,25 +12812,25 @@ var Description$1 = newStyled.div({
12424
12812
  var ProductItem = function (_a) {
12425
12813
  var src = _a.src, title = _a.title, price = _a.price;
12426
12814
  var theme = useTheme();
12427
- return (jsxRuntime.jsxs(Container$f, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(Image, { src: src, alt: "", width: "4.063rem", height: "5.375rem" }, void 0), jsxRuntime.jsxs(Description$1, { children: [jsxRuntime.jsx(Text$6, __assign$1({ variant: "body", weight: "regular", size: "regular" }, { children: jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: title } }, void 0) }), void 0), jsxRuntime.jsx(PriceLabel, { finalPrice: price, color: "#C64844", size: exports.ComponentSize.Small }, void 0)] }, void 0)] }), void 0));
12815
+ return (jsxRuntime.jsxs(Container$i, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(Image, { src: src, alt: "", width: "4.063rem", height: "5.375rem" }, void 0), jsxRuntime.jsxs(Description$1, { children: [jsxRuntime.jsx(Text$6, __assign$1({ variant: "body", weight: "regular", size: "regular" }, { children: jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: title } }, void 0) }), void 0), jsxRuntime.jsx(PriceLabel, { finalPrice: price, color: "#C64844", size: exports.ComponentSize.Small }, void 0)] }, void 0)] }), void 0));
12428
12816
  };
12429
- var templateObject_1$m;
12817
+ var templateObject_1$p;
12430
12818
 
12431
- var Container$e = newStyled.div({
12819
+ var Container$h = newStyled.div({
12432
12820
  display: 'flex',
12433
12821
  justifyContent: 'center',
12434
12822
  padding: '1rem',
12435
12823
  });
12436
12824
  var Footer = function (_a) {
12437
12825
  var text = _a.text, onClick = _a.onClick;
12438
- return (jsxRuntime.jsx(Container$e, { children: jsxRuntime.jsx(Text$6, __assign$1({ variant: "link", size: "regular", underline: true, onClick: onClick }, { children: text }), void 0) }, void 0));
12826
+ return (jsxRuntime.jsx(Container$h, { children: jsxRuntime.jsx(Text$6, __assign$1({ variant: "link", size: "regular", underline: true, onClick: onClick }, { children: text }), void 0) }, void 0));
12439
12827
  };
12440
12828
 
12441
12829
  var Ul = newStyled.ul({
12442
12830
  margin: '0px',
12443
12831
  padding: '0px',
12444
12832
  });
12445
- var Li = newStyled.li(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["\n width: 100%;\n cursor: pointer;\n list-style-type: none;\n box-sizing: border-box;\n &:hover {\n background-color: ", ";\n }\n ", ",\n"], ["\n width: 100%;\n cursor: pointer;\n list-style-type: none;\n box-sizing: border-box;\n &:hover {\n background-color: ", ";\n }\n ", ",\n"])), function (props) { return props.theme.colors.shades['100'].color; }, mediaQueries({
12833
+ var Li = newStyled.li(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["\n width: 100%;\n cursor: pointer;\n list-style-type: none;\n box-sizing: border-box;\n &:hover {\n background-color: ", ";\n }\n ", ",\n"], ["\n width: 100%;\n cursor: pointer;\n list-style-type: none;\n box-sizing: border-box;\n &:hover {\n background-color: ", ";\n }\n ", ",\n"])), function (props) { return props.theme.colors.shades['100'].color; }, mediaQueries({
12446
12834
  padding: [0, '0rem 1rem'],
12447
12835
  borderRadius: [0, '0.5rem'],
12448
12836
  }));
@@ -12454,20 +12842,20 @@ var Anchor = newStyled.a({
12454
12842
  padding: 0,
12455
12843
  textDecoration: 'none',
12456
12844
  });
12457
- var Container$d = newStyled.div(templateObject_2$b || (templateObject_2$b = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n margin: 0rem;\n padding: 0rem;\n position: absolute;\n width: 100%;\n background-color: white;\n box-sizing: border-box;\n z-index: 2;\n ", ",\n"], ["\n display: flex;\n flex-direction: column;\n margin: 0rem;\n padding: 0rem;\n position: absolute;\n width: 100%;\n background-color: white;\n box-sizing: border-box;\n z-index: 2;\n ", ",\n"])), mediaQueries({
12845
+ var Container$g = newStyled.div(templateObject_2$e || (templateObject_2$e = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n margin: 0rem;\n padding: 0rem;\n position: absolute;\n width: 100%;\n background-color: white;\n box-sizing: border-box;\n z-index: 2;\n ", ",\n"], ["\n display: flex;\n flex-direction: column;\n margin: 0rem;\n padding: 0rem;\n position: absolute;\n width: 100%;\n background-color: white;\n box-sizing: border-box;\n z-index: 2;\n ", ",\n"])), mediaQueries({
12458
12846
  border: ['none', '0.063rem solid var(--colors-pallete-secondary-color)'],
12459
12847
  marginTop: ['1.25rem', '0.125rem'],
12460
12848
  borderRadius: ['0', '0.5rem'],
12461
12849
  }));
12462
- var Header$1 = newStyled.div(templateObject_3$b || (templateObject_3$b = __makeTemplateObject(["\n ", ",\n"], ["\n ", ",\n"])), mediaQueries({
12850
+ var Header$1 = newStyled.div(templateObject_3$e || (templateObject_3$e = __makeTemplateObject(["\n ", ",\n"], ["\n ", ",\n"])), mediaQueries({
12463
12851
  margin: ['0rem 0rem 1rem 0rem', '1rem'],
12464
12852
  }));
12465
12853
  var ResultsPanel = function (_a) {
12466
12854
  var options = _a.options, header = _a.header, footer = _a.footer, onViewAll = _a.onViewAll, testId = _a.testId;
12467
12855
  var theme = useTheme();
12468
- return (jsxRuntime.jsxs(Container$d, __assign$1({ "data-testid": testId, theme: theme }, { children: [header && (jsxRuntime.jsx(Header$1, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Text$6, __assign$1({ variant: "heading6", weight: "demi" }, { children: header }), void 0) }), void 0)), jsxRuntime.jsx(Ul, { children: options.map(function (item, index) { return (jsxRuntime.jsx(Li, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Anchor, __assign$1({ href: item.optionUrl }, { children: jsxRuntime.jsx(ProductItem, { src: item.src, title: item.title, price: item.price }, void 0) }), void 0) }), index)); }) }, void 0), footer && jsxRuntime.jsx(Footer, { text: footer, onClick: onViewAll }, void 0)] }), void 0));
12856
+ return (jsxRuntime.jsxs(Container$g, __assign$1({ "data-testid": testId, theme: theme }, { children: [header && (jsxRuntime.jsx(Header$1, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Text$6, __assign$1({ variant: "heading6", weight: "demi" }, { children: header }), void 0) }), void 0)), jsxRuntime.jsx(Ul, { children: options.map(function (item, index) { return (jsxRuntime.jsx(Li, __assign$1({ theme: theme }, { children: jsxRuntime.jsx(Anchor, __assign$1({ href: item.optionUrl }, { children: jsxRuntime.jsx(ProductItem, { src: item.src, title: item.title, price: item.price }, void 0) }), void 0) }), index)); }) }, void 0), footer && jsxRuntime.jsx(Footer, { text: footer, onClick: onViewAll }, void 0)] }), void 0));
12469
12857
  };
12470
- var templateObject_1$l, templateObject_2$b, templateObject_3$b;
12858
+ var templateObject_1$o, templateObject_2$e, templateObject_3$e;
12471
12859
 
12472
12860
  var Input = newStyled.input(function (props) { return ({
12473
12861
  padding: props.theme.component.input.padding,
@@ -12498,7 +12886,7 @@ var Input = newStyled.input(function (props) { return ({
12498
12886
  },
12499
12887
  }); });
12500
12888
 
12501
- var Button$1 = newStyled.button(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["\n position: absolute;\n right: 1rem;\n background: white;\n border: none;\n align-self: center;\n padding: 0;\n ", ",\n"], ["\n position: absolute;\n right: 1rem;\n background: white;\n border: none;\n align-self: center;\n padding: 0;\n ", ",\n"])), mediaQueries({
12889
+ var Button$1 = newStyled.button(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["\n position: absolute;\n right: 1rem;\n background: white;\n border: none;\n align-self: center;\n padding: 0;\n ", ",\n"], ["\n position: absolute;\n right: 1rem;\n background: white;\n border: none;\n align-self: center;\n padding: 0;\n ", ",\n"])), mediaQueries({
12502
12890
  right: ['1rem', '7.75rem'],
12503
12891
  top: ['0.75rem', '0.75rem'],
12504
12892
  }));
@@ -12507,7 +12895,7 @@ var ClearButton = function (_a) {
12507
12895
  var theme = useTheme();
12508
12896
  return (jsxRuntime.jsx(Button$1, __assign$1({ onClick: onClick, theme: theme }, { children: jsxRuntime.jsx(Icon.Actions.Close, { height: 1.25, width: 1.25 }, void 0) }), void 0));
12509
12897
  };
12510
- var templateObject_1$k;
12898
+ var templateObject_1$n;
12511
12899
 
12512
12900
  var useOnClickOutside = function (ref, handler) {
12513
12901
  React$2.useEffect(function () {
@@ -12596,7 +12984,7 @@ var reducer = function (state, action) {
12596
12984
  }
12597
12985
  }
12598
12986
  };
12599
- var Container$c = newStyled.div({
12987
+ var Container$f = newStyled.div({
12600
12988
  position: 'relative',
12601
12989
  display: 'flex',
12602
12990
  });
@@ -12632,7 +13020,7 @@ var SearchBar = function (_a) {
12632
13020
  onClose();
12633
13021
  }
12634
13022
  };
12635
- return (jsxRuntime.jsxs("form", __assign$1({ role: "search", onSubmit: function (e) { return e.preventDefault(); }, ref: ref, style: { position: 'relative' } }, { children: [jsxRuntime.jsxs(Container$c, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(Input, { value: state.term, placeholder: "Search for products", onChange: function (e) { return dispatch({ type: 'UPDATE_TERM', payload: { term: e.target.value } }); }, onFocus: function () { return dispatch({ type: 'TOGGLE_PANEL', payload: { open: true } }); }, id: "search", autoComplete: "off", theme: theme, "aria-label": "Search for products", onKeyDown: function (e) {
13023
+ return (jsxRuntime.jsxs("form", __assign$1({ role: "search", onSubmit: function (e) { return e.preventDefault(); }, ref: ref, style: { position: 'relative' } }, { children: [jsxRuntime.jsxs(Container$f, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(Input, { value: state.term, placeholder: "Search for products", onChange: function (e) { return dispatch({ type: 'UPDATE_TERM', payload: { term: e.target.value } }); }, onFocus: function () { return dispatch({ type: 'TOGGLE_PANEL', payload: { open: true } }); }, id: "search", autoComplete: "off", theme: theme, "aria-label": "Search for products", onKeyDown: function (e) {
12636
13024
  if (e.key === 'Enter') {
12637
13025
  e.preventDefault();
12638
13026
  e.stopPropagation();
@@ -12906,40 +13294,40 @@ function useSwipeable(options) {
12906
13294
  return handlers;
12907
13295
  }
12908
13296
 
12909
- var Container$b = newStyled.div(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["\n ", "\n position: relative;\n max-height: 31.875rem;\n overflow: hidden;\n"], ["\n ", "\n position: relative;\n max-height: 31.875rem;\n overflow: hidden;\n"])), function (_a) {
13297
+ var Container$e = newStyled.div(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["\n ", "\n position: relative;\n max-height: 31.875rem;\n overflow: hidden;\n"], ["\n ", "\n position: relative;\n max-height: 31.875rem;\n overflow: hidden;\n"])), function (_a) {
12910
13298
  var borderRadiusVariant = _a.borderRadiusVariant;
12911
13299
  return borderRadiusVariant &&
12912
13300
  "\n border-radius: 40px;\n ";
12913
13301
  });
12914
- var TopTagContainer = newStyled.div(templateObject_2$a || (templateObject_2$a = __makeTemplateObject(["\n position: absolute;\n left: ", ";\n top: ", ";\n"], ["\n position: absolute;\n left: ", ";\n top: ", ";\n"])), function (props) { return (props.borderRadiusVariant ? '13px' : '0'); }, function (props) { return (props.borderRadiusVariant ? '11px' : '0'); });
12915
- var BottomTagContainer = newStyled.div(templateObject_3$a || (templateObject_3$a = __makeTemplateObject(["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"], ["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"])));
13302
+ var TopTagContainer = newStyled.div(templateObject_2$d || (templateObject_2$d = __makeTemplateObject(["\n position: absolute;\n left: ", ";\n top: ", ";\n"], ["\n position: absolute;\n left: ", ";\n top: ", ";\n"])), function (props) { return (props.borderRadiusVariant ? '13px' : '0'); }, function (props) { return (props.borderRadiusVariant ? '11px' : '0'); });
13303
+ var BottomTagContainer = newStyled.div(templateObject_3$d || (templateObject_3$d = __makeTemplateObject(["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"], ["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"])));
12916
13304
  var ImageProductWithTags = React$2.forwardRef(function ImageProductWithTags(_a, ref) {
12917
13305
  var image = _a.image, topTag = _a.topTag, bottomTag = _a.bottomTag, testId = _a.testId, borderRadiusVariant = _a.borderRadiusVariant;
12918
- return (jsxRuntime.jsxs(Container$b, __assign$1({ "data-testid": testId, ref: ref, borderRadiusVariant: borderRadiusVariant }, { children: [jsxRuntime.jsx(InnerImageZoom, { src: image.imageUrl, zoomSrc: image.imageUrl, zoomType: "hover", imgAttributes: { alt: image.alt, width: '100%', height: '510px' }, height: 510, fullscreenOnMobile: true, className: "zoomWrapper" }, void 0), jsxRuntime.jsx(TopTagContainer, __assign$1({ borderRadiusVariant: borderRadiusVariant }, { children: topTag }), void 0), jsxRuntime.jsx(BottomTagContainer, { children: bottomTag }, void 0)] }), void 0));
13306
+ return (jsxRuntime.jsxs(Container$e, __assign$1({ "data-testid": testId, ref: ref, borderRadiusVariant: borderRadiusVariant }, { children: [jsxRuntime.jsx(InnerImageZoom, { src: image.imageUrl, zoomSrc: image.imageUrl, zoomType: "hover", imgAttributes: { alt: image.alt, width: '100%', height: '510px' }, height: 510, fullscreenOnMobile: true, className: "zoomWrapper" }, void 0), jsxRuntime.jsx(TopTagContainer, __assign$1({ borderRadiusVariant: borderRadiusVariant }, { children: topTag }), void 0), jsxRuntime.jsx(BottomTagContainer, { children: bottomTag }, void 0)] }), void 0));
12919
13307
  });
12920
- var templateObject_1$j, templateObject_2$a, templateObject_3$a;
13308
+ var templateObject_1$m, templateObject_2$d, templateObject_3$d;
12921
13309
 
12922
- var Button = newStyled.button(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["\n background: transparent;\n border: none;\n padding: 0.188rem 0.625rem;\n z-index: 5;\n top: calc(50% - 40px);\n height: 40px !important;\n"], ["\n background: transparent;\n border: none;\n padding: 0.188rem 0.625rem;\n z-index: 5;\n top: calc(50% - 40px);\n height: 40px !important;\n"])));
13310
+ var Button = newStyled.button(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["\n background: transparent;\n border: none;\n padding: 0.188rem 0.625rem;\n z-index: 5;\n top: calc(50% - 40px);\n height: 40px !important;\n"], ["\n background: transparent;\n border: none;\n padding: 0.188rem 0.625rem;\n z-index: 5;\n top: calc(50% - 40px);\n height: 40px !important;\n"])));
12923
13311
  var ArrowButton = function (_a) {
12924
13312
  var Icon = _a.Icon, onClick = _a.onClick, className = _a.className;
12925
13313
  return (jsxRuntime.jsx(Button, __assign$1({ className: className, type: "button", onClick: onClick }, { children: Icon }), void 0));
12926
13314
  };
12927
- var templateObject_1$i;
13315
+ var templateObject_1$l;
12928
13316
 
12929
- var Container$a = newStyled.div(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["\n position: absolute;\n bottom: 15px;\n display: flex;\n justify-content: center;\n width: 100%;\n svg {\n padding: 0.125rem;\n margin-left: 0.25rem;\n }\n"], ["\n position: absolute;\n bottom: 15px;\n display: flex;\n justify-content: center;\n width: 100%;\n svg {\n padding: 0.125rem;\n margin-left: 0.25rem;\n }\n"])));
13317
+ var Container$d = newStyled.div(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["\n position: absolute;\n bottom: 15px;\n display: flex;\n justify-content: center;\n width: 100%;\n svg {\n padding: 0.125rem;\n margin-left: 0.25rem;\n }\n"], ["\n position: absolute;\n bottom: 15px;\n display: flex;\n justify-content: center;\n width: 100%;\n svg {\n padding: 0.125rem;\n margin-left: 0.25rem;\n }\n"])));
12930
13318
  var range = function (limit) { return __spreadArray([], new Array(limit), true).map(function (_, index) { return index; }); };
12931
13319
  var SlideDots = function (_a) {
12932
13320
  var quantity = _a.quantity, selectedIndex = _a.selectedIndex, containerDataTestId = _a.containerDataTestId;
12933
13321
  var theme = useTheme();
12934
- return (jsxRuntime.jsx(Container$a, __assign$1({ "data-testid": containerDataTestId }, { children: range(quantity).map(function (index) { return (jsxRuntime.jsx(Icon.SlideDots.SlideDot, { height: 0.75, width: 0.75, fill: index === selectedIndex
13322
+ return (jsxRuntime.jsx(Container$d, __assign$1({ "data-testid": containerDataTestId }, { children: range(quantity).map(function (index) { return (jsxRuntime.jsx(Icon.SlideDots.SlideDot, { height: 0.75, width: 0.75, fill: index === selectedIndex
12935
13323
  ? theme.colors.shades.white.color
12936
13324
  : theme.colors.shades['700'].color, opacity: 0.6, testId: "slide-dot-".concat(index) }, index)); }) }), void 0));
12937
13325
  };
12938
- var templateObject_1$h;
13326
+ var templateObject_1$k;
12939
13327
 
12940
- var NavigationButton = newStyled(ArrowButton)(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["\n position: absolute;\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n"], ["\n position: absolute;\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n"])));
12941
- var RightButton = newStyled(NavigationButton)(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n right: 0;\n"], ["\n right: 0;\n"])));
12942
- var LeftButton = newStyled(NavigationButton)(templateObject_3$9 || (templateObject_3$9 = __makeTemplateObject(["\n left: 0;\n"], ["\n left: 0;\n"])));
13328
+ var NavigationButton = newStyled(ArrowButton)(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["\n position: absolute;\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n"], ["\n position: absolute;\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n"])));
13329
+ var RightButton = newStyled(NavigationButton)(templateObject_2$c || (templateObject_2$c = __makeTemplateObject(["\n right: 0;\n"], ["\n right: 0;\n"])));
13330
+ var LeftButton = newStyled(NavigationButton)(templateObject_3$c || (templateObject_3$c = __makeTemplateObject(["\n left: 0;\n"], ["\n left: 0;\n"])));
12943
13331
  var SlideNavigation = function (_a) {
12944
13332
  var quantity = _a.quantity, selectedIndex = _a.selectedIndex, onNavigate = _a.onNavigate, testId = _a.testId;
12945
13333
  var theme = useTheme();
@@ -12951,9 +13339,9 @@ var SlideNavigation = function (_a) {
12951
13339
  onNavigate(selectedIndex + 1);
12952
13340
  } }, void 0)), jsxRuntime.jsx(SlideDots, { quantity: quantity, selectedIndex: selectedIndex, containerDataTestId: testId }, void 0)] }, void 0));
12953
13341
  };
12954
- var templateObject_1$g, templateObject_2$9, templateObject_3$9;
13342
+ var templateObject_1$j, templateObject_2$c, templateObject_3$c;
12955
13343
 
12956
- var Container$9 = newStyled.div(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: fit-content;\n position: relative;\n max-width: 450px;\n"], ["\n display: flex;\n flex-direction: column;\n height: fit-content;\n position: relative;\n max-width: 450px;\n"])));
13344
+ var Container$c = newStyled.div(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: fit-content;\n position: relative;\n max-width: 450px;\n"], ["\n display: flex;\n flex-direction: column;\n height: fit-content;\n position: relative;\n max-width: 450px;\n"])));
12957
13345
  var ProductGalleryMobile = function (_a) {
12958
13346
  var images = _a.images, selectedValue = _a.selectedValue, topTag = _a.topTag, bottomTag = _a.bottomTag, productImageDataTestId = _a.productImageDataTestId, slideDotsDataTestId = _a.slideDotsDataTestId, _b = _a.borderRadiusVariant, borderRadiusVariant = _b === void 0 ? false : _b;
12959
13347
  var _c = React$2.useState(0), index = _c[0], setIndex = _c[1];
@@ -12975,9 +13363,9 @@ var ProductGalleryMobile = function (_a) {
12975
13363
  React$2.useEffect(function () {
12976
13364
  setSelectedImage(images[index]);
12977
13365
  }, [index, images]);
12978
- return (jsxRuntime.jsxs(Container$9, { children: [jsxRuntime.jsx(ImageProductWithTags, __assign$1({}, handlers, { image: selectedImage, topTag: topTag, bottomTag: bottomTag, testId: productImageDataTestId, borderRadiusVariant: borderRadiusVariant }), void 0), jsxRuntime.jsx(SlideNavigation, { quantity: images.length, selectedIndex: images.indexOf(selectedImage), onNavigate: setIndex, testId: slideDotsDataTestId }, void 0)] }, void 0));
13366
+ return (jsxRuntime.jsxs(Container$c, { children: [jsxRuntime.jsx(ImageProductWithTags, __assign$1({}, handlers, { image: selectedImage, topTag: topTag, bottomTag: bottomTag, testId: productImageDataTestId, borderRadiusVariant: borderRadiusVariant }), void 0), jsxRuntime.jsx(SlideNavigation, { quantity: images.length, selectedIndex: images.indexOf(selectedImage), onNavigate: setIndex, testId: slideDotsDataTestId }, void 0)] }, void 0));
12979
13367
  };
12980
- var templateObject_1$f;
13368
+ var templateObject_1$i;
12981
13369
 
12982
13370
  var Portal = function (_a) {
12983
13371
  var id = _a.id, className = _a.className, children = _a.children, overflow = _a.overflow, style = _a.style;
@@ -13110,14 +13498,14 @@ var react = __toCommonJS(react_exports);
13110
13498
  var visibleStyle = function (_a) {
13111
13499
  var opened = _a.opened;
13112
13500
  return opened
13113
- ? css(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["\n opacity: 1;\n pointer-events: all;\n "], ["\n opacity: 1;\n pointer-events: all;\n "]))) : css(templateObject_2$8 || (templateObject_2$8 = __makeTemplateObject(["\n opacity: 0;\n pointer-events: none;\n "], ["\n opacity: 0;\n pointer-events: none;\n "])));
13501
+ ? css(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["\n opacity: 1;\n pointer-events: all;\n "], ["\n opacity: 1;\n pointer-events: all;\n "]))) : css(templateObject_2$b || (templateObject_2$b = __makeTemplateObject(["\n opacity: 0;\n pointer-events: none;\n "], ["\n opacity: 0;\n pointer-events: none;\n "])));
13114
13502
  };
13115
13503
  var transformStyle = function (_a) {
13116
13504
  var opened = _a.opened, maxFullScreen = _a.maxFullScreen;
13117
13505
  return opened
13118
- ? css(templateObject_3$8 || (templateObject_3$8 = __makeTemplateObject(["\n transform: ", ";\n "], ["\n transform: ", ";\n "])), maxFullScreen ? 'translateY(0)' : 'translate(-50%, -50%)') : css(templateObject_4$6 || (templateObject_4$6 = __makeTemplateObject(["\n transform: ", ";\n "], ["\n transform: ", ";\n "])), maxFullScreen ? 'translateY(10%)' : 'translate(-50%, -40%)');
13506
+ ? css(templateObject_3$b || (templateObject_3$b = __makeTemplateObject(["\n transform: ", ";\n "], ["\n transform: ", ";\n "])), maxFullScreen ? 'translateY(0)' : 'translate(-50%, -50%)') : css(templateObject_4$6 || (templateObject_4$6 = __makeTemplateObject(["\n transform: ", ";\n "], ["\n transform: ", ";\n "])), maxFullScreen ? 'translateY(10%)' : 'translate(-50%, -40%)');
13119
13507
  };
13120
- var Container$8 = newStyled.div(templateObject_5$3 || (templateObject_5$3 = __makeTemplateObject(["\n border: 1px solid var(--colors-pallete-primary-color);\n border-radius: ", ";\n padding: 20px;\n position: fixed;\n left: ", ";\n top: ", ";\n z-index: var(--zIndex-modal);\n background-color: var(--colors-background-color);\n transition: transform 0.3s, opacity 0.3s;\n overflow-y: auto;\n max-width: ", ";\n max-height: ", ";\n width: ", ";\n height: ", ";\n ", "\n\n ", "\n ", "\n"], ["\n border: 1px solid var(--colors-pallete-primary-color);\n border-radius: ", ";\n padding: 20px;\n position: fixed;\n left: ", ";\n top: ", ";\n z-index: var(--zIndex-modal);\n background-color: var(--colors-background-color);\n transition: transform 0.3s, opacity 0.3s;\n overflow-y: auto;\n max-width: ", ";\n max-height: ", ";\n width: ", ";\n height: ", ";\n ", "\n\n ", "\n ", "\n"])), function (props) { return "".concat(props.maxFullScreen ? '0' : 'var(--radius-regular)'); }, function (props) { return "".concat(props.maxFullScreen ? '0' : '50%'); }, function (props) { return "".concat(props.maxFullScreen ? '0' : '50%'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : '90vw'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : '90vh'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : 'auto'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : 'inherit'); }, mediaQueries({
13508
+ var Container$b = newStyled.div(templateObject_5$3 || (templateObject_5$3 = __makeTemplateObject(["\n border: 1px solid var(--colors-pallete-primary-color);\n border-radius: ", ";\n padding: 20px;\n position: fixed;\n left: ", ";\n top: ", ";\n z-index: var(--zIndex-modal);\n background-color: var(--colors-background-color);\n transition: transform 0.3s, opacity 0.3s;\n overflow-y: auto;\n max-width: ", ";\n max-height: ", ";\n width: ", ";\n height: ", ";\n ", "\n\n ", "\n ", "\n"], ["\n border: 1px solid var(--colors-pallete-primary-color);\n border-radius: ", ";\n padding: 20px;\n position: fixed;\n left: ", ";\n top: ", ";\n z-index: var(--zIndex-modal);\n background-color: var(--colors-background-color);\n transition: transform 0.3s, opacity 0.3s;\n overflow-y: auto;\n max-width: ", ";\n max-height: ", ";\n width: ", ";\n height: ", ";\n ", "\n\n ", "\n ", "\n"])), function (props) { return "".concat(props.maxFullScreen ? '0' : 'var(--radius-regular)'); }, function (props) { return "".concat(props.maxFullScreen ? '0' : '50%'); }, function (props) { return "".concat(props.maxFullScreen ? '0' : '50%'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : '90vw'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : '90vh'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : 'auto'); }, function (props) { return "".concat(props.maxFullScreen ? '100%' : 'inherit'); }, mediaQueries({
13121
13509
  minWidth: ['90%', 'var(--component-modal-minWidth)'],
13122
13510
  }), visibleStyle, transformStyle);
13123
13511
  var Overlay = newStyled.div(templateObject_6$2 || (templateObject_6$2 = __makeTemplateObject(["\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.75);\n z-index: var(--zIndex-overlay);\n transition: opacity 0.3s;\n\n ", "\n"], ["\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.75);\n z-index: var(--zIndex-overlay);\n transition: opacity 0.3s;\n\n ", "\n"])), visibleStyle);
@@ -13130,7 +13518,7 @@ var Modal = function (_a) {
13130
13518
  }
13131
13519
  close();
13132
13520
  };
13133
- return (jsxs(Portal, __assign$1({ id: id }, { children: [jsx(Container$8, __assign$1({ opened: opened, maxFullScreen: maxFullScreen }, { children: children }), void 0), jsx(Overlay, { opened: opened, onClick: onDismiss }, void 0)] }), void 0));
13521
+ return (jsxs(Portal, __assign$1({ id: id }, { children: [jsx(Container$b, __assign$1({ opened: opened, maxFullScreen: maxFullScreen }, { children: children }), void 0), jsx(Overlay, { opened: opened, onClick: onDismiss }, void 0)] }), void 0));
13134
13522
  };
13135
13523
  var modalEvent = function (id, detail) {
13136
13524
  events.dispatchCustomEvent('modal', __assign$1({ id: id }, detail));
@@ -13158,39 +13546,39 @@ var useModal = function (id) {
13158
13546
  close: close,
13159
13547
  }); }, [close, open, opened]);
13160
13548
  };
13161
- var templateObject_1$e, templateObject_2$8, templateObject_3$8, templateObject_4$6, templateObject_5$3, templateObject_6$2;
13549
+ var templateObject_1$h, templateObject_2$b, templateObject_3$b, templateObject_4$6, templateObject_5$3, templateObject_6$2;
13162
13550
 
13163
- var Text$2 = newStyled.span(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"])), function (props) { return props.color; });
13551
+ var Text$2 = newStyled.span(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"])), function (props) { return props.color; });
13164
13552
  var Title$1 = function (_a) {
13165
13553
  var title = _a.title;
13166
13554
  var theme = useTheme();
13167
13555
  return jsxRuntime.jsx(Text$2, __assign$1({ color: theme.colors.shades['700'].color }, { children: title }), void 0);
13168
13556
  };
13169
- var templateObject_1$d;
13557
+ var templateObject_1$g;
13170
13558
 
13171
- var P = newStyled.p(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["\n font-size: 0.75rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.75rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"])), function (props) { return props.color; });
13559
+ var P = newStyled.p(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["\n font-size: 0.75rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.75rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"])), function (props) { return props.color; });
13172
13560
  var Promo = function (_a) {
13173
13561
  var text = _a.text;
13174
13562
  var theme = useTheme();
13175
13563
  return (jsxRuntime.jsx(P, __assign$1({ color: theme.colors.shades['700'].color, "data-testid": "CartProductItemPromo" }, { children: text }), void 0));
13176
13564
  };
13177
- var templateObject_1$c;
13565
+ var templateObject_1$f;
13178
13566
 
13179
- var Text$1 = newStyled.span(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"])), function (props) { return props.color; });
13567
+ var Text$1 = newStyled.span(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.125rem;\n color: ", ";\n margin: 0;\n padding: 0;\n"])), function (props) { return props.color; });
13180
13568
  var Description = function (_a) {
13181
13569
  var text = _a.text;
13182
13570
  var theme = useTheme();
13183
13571
  return jsxRuntime.jsx(Text$1, __assign$1({ color: theme.colors.shades['400'].color }, { children: text }), void 0);
13184
13572
  };
13185
- var templateObject_1$b;
13573
+ var templateObject_1$e;
13186
13574
 
13187
- var Container$7 = newStyled.div(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["\n margin: 0;\n padding: 0.25rem;\n background-color: ", ";\n display: inline-flex;\n border-radius: 50%;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: center;\n align-items: center;\n"], ["\n margin: 0;\n padding: 0.25rem;\n background-color: ", ";\n display: inline-flex;\n border-radius: 50%;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: center;\n align-items: center;\n"])), function (props) { return props.backgroundColor; }, function (props) { return "".concat(props.size, "em"); }, function (props) { return "".concat(props.size, "em"); });
13575
+ var Container$a = newStyled.div(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["\n margin: 0;\n padding: 0.25rem;\n background-color: ", ";\n display: inline-flex;\n border-radius: 50%;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: center;\n align-items: center;\n"], ["\n margin: 0;\n padding: 0.25rem;\n background-color: ", ";\n display: inline-flex;\n border-radius: 50%;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: center;\n align-items: center;\n"])), function (props) { return props.backgroundColor; }, function (props) { return "".concat(props.size, "em"); }, function (props) { return "".concat(props.size, "em"); });
13188
13576
  var CloseButton = function (_a) {
13189
13577
  var onClick = _a.onClick, size = _a.size;
13190
13578
  var theme = useTheme();
13191
- return (jsxRuntime.jsx(Container$7, __assign$1({ backgroundColor: theme.colors.shades['700'].color, onClick: onClick, "data-testid": "CartProductItemCloseBtn", size: size }, { children: jsxRuntime.jsx(Icon.Actions.Close, { width: size - 1, height: size - 1, fill: "#fff" }, void 0) }), void 0));
13579
+ return (jsxRuntime.jsx(Container$a, __assign$1({ backgroundColor: theme.colors.shades['700'].color, onClick: onClick, "data-testid": "CartProductItemCloseBtn", size: size }, { children: jsxRuntime.jsx(Icon.Actions.Close, { width: size - 1, height: size - 1, fill: "#fff" }, void 0) }), void 0));
13192
13580
  };
13193
- var templateObject_1$a;
13581
+ var templateObject_1$d;
13194
13582
 
13195
13583
  var CartProductItem = {
13196
13584
  Title: Title$1,
@@ -13200,9 +13588,9 @@ var CartProductItem = {
13200
13588
  CloseButton: CloseButton,
13201
13589
  };
13202
13590
 
13203
- var Container$6 = newStyled.div(templateObject_1$9 || (templateObject_1$9 = __makeTemplateObject(["\n padding: 0.625rem 0;\n border: 0.063rem solid ", ";\n border-radius: 0.5rem;\n display: inline-flex;\n align-items: center;\n justify-content: space-around;\n width: 100%;\n max-width: 3.75rem;\n\n * {\n color: ", ";\n }\n"], ["\n padding: 0.625rem 0;\n border: 0.063rem solid ", ";\n border-radius: 0.5rem;\n display: inline-flex;\n align-items: center;\n justify-content: space-around;\n width: 100%;\n max-width: 3.75rem;\n\n * {\n color: ", ";\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.color; });
13204
- var Item = newStyled.span(templateObject_2$7 || (templateObject_2$7 = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.125rem;\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.875rem;\n line-height: 1.125rem;\n margin: 0;\n padding: 0;\n"])));
13205
- var Number$1 = newStyled(Item)(templateObject_3$7 || (templateObject_3$7 = __makeTemplateObject(["\n width: 1.25rem;\n text-align: center;\n font-weight: 600;\n"], ["\n width: 1.25rem;\n text-align: center;\n font-weight: 600;\n"])));
13591
+ var Container$9 = newStyled.div(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["\n padding: 0.625rem 0;\n border: 0.063rem solid ", ";\n border-radius: 0.5rem;\n display: inline-flex;\n align-items: center;\n justify-content: space-around;\n width: 100%;\n max-width: 3.75rem;\n\n * {\n color: ", ";\n }\n"], ["\n padding: 0.625rem 0;\n border: 0.063rem solid ", ";\n border-radius: 0.5rem;\n display: inline-flex;\n align-items: center;\n justify-content: space-around;\n width: 100%;\n max-width: 3.75rem;\n\n * {\n color: ", ";\n }\n"])), function (props) { return props.borderColor; }, function (props) { return props.color; });
13592
+ var Item = newStyled.span(templateObject_2$a || (templateObject_2$a = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.125rem;\n margin: 0;\n padding: 0;\n"], ["\n font-size: 0.875rem;\n line-height: 1.125rem;\n margin: 0;\n padding: 0;\n"])));
13593
+ var Number$1 = newStyled(Item)(templateObject_3$a || (templateObject_3$a = __makeTemplateObject(["\n width: 1.25rem;\n text-align: center;\n font-weight: 600;\n"], ["\n width: 1.25rem;\n text-align: center;\n font-weight: 600;\n"])));
13206
13594
  var IncreaseDecrease = newStyled(Item)(templateObject_4$5 || (templateObject_4$5 = __makeTemplateObject(["\n cursor: pointer;\n user-select: none;\n padding: 0 0.313rem;\n font-weight: 400;\n"], ["\n cursor: pointer;\n user-select: none;\n padding: 0 0.313rem;\n font-weight: 400;\n"])));
13207
13595
  var QuantityPicker = function (_a) {
13208
13596
  var _b = _a.initialValue, initialValue = _b === void 0 ? 0 : _b, _c = _a.maxValue, maxValue = _c === void 0 ? 99 : _c, value = _a.value, _d = _a.testId, testId = _d === void 0 ? 'quantity-picker' : _d, onChange = _a.onChange;
@@ -13226,9 +13614,9 @@ var QuantityPicker = function (_a) {
13226
13614
  return clamp(value);
13227
13615
  });
13228
13616
  }, [value, clamp]);
13229
- return (jsxRuntime.jsxs(Container$6, __assign$1({ borderColor: theme.colors.shades['200'].color, color: theme.colors.shades['700'].color, "data-testid": testId }, { children: [jsxRuntime.jsx(IncreaseDecrease, __assign$1({ "data-testid": "".concat(testId, "-minus"), onClick: function () { return setInternal(function (value) { return clamp(value - 1); }); } }, { children: "-" }), void 0), jsxRuntime.jsx(Number$1, { children: internal }, void 0), jsxRuntime.jsx(IncreaseDecrease, __assign$1({ "data-testid": "".concat(testId, "-plus"), onClick: function () { return setInternal(function (value) { return clamp(value + 1); }); } }, { children: "+" }), void 0)] }), void 0));
13617
+ return (jsxRuntime.jsxs(Container$9, __assign$1({ borderColor: theme.colors.shades['200'].color, color: theme.colors.shades['700'].color, "data-testid": testId }, { children: [jsxRuntime.jsx(IncreaseDecrease, __assign$1({ "data-testid": "".concat(testId, "-minus"), onClick: function () { return setInternal(function (value) { return clamp(value - 1); }); } }, { children: "-" }), void 0), jsxRuntime.jsx(Number$1, { children: internal }, void 0), jsxRuntime.jsx(IncreaseDecrease, __assign$1({ "data-testid": "".concat(testId, "-plus"), onClick: function () { return setInternal(function (value) { return clamp(value + 1); }); } }, { children: "+" }), void 0)] }), void 0));
13230
13618
  };
13231
- var templateObject_1$9, templateObject_2$7, templateObject_3$7, templateObject_4$5;
13619
+ var templateObject_1$c, templateObject_2$a, templateObject_3$a, templateObject_4$5;
13232
13620
 
13233
13621
  var htmlReactParser = {exports: {}};
13234
13622
 
@@ -17009,9 +17397,9 @@ HTMLReactParser$1.htmlToDOM;
17009
17397
  HTMLReactParser$1.attributesToProps;
17010
17398
  HTMLReactParser$1.Element;
17011
17399
 
17012
- var Container$5 = newStyled.div(templateObject_1$8 || (templateObject_1$8 = __makeTemplateObject(["\n position: relative;\n display: flex;\n border-radius: 6px;\n gap: 6px;\n"], ["\n position: relative;\n display: flex;\n border-radius: 6px;\n gap: 6px;\n"])));
17013
- var Card = newStyled.div(templateObject_2$6 || (templateObject_2$6 = __makeTemplateObject(["\n --background: var(--colors-background-color);\n\n flex: 1;\n position: relative;\n overflow: hidden;\n cursor: pointer;\n border: 2px solid var(--component-packSelector-borderColor);\n padding: 20px 7px 7px;\n text-align: center;\n background-color: var(--background);\n border-radius: var(--component-packSelector-borderRadius);\n\n &[aria-checked='true'] {\n --color: var(--component-packSelector-selectedColor);\n\n border-color: var(--color);\n\n & * {\n color: var(--color);\n }\n }\n"], ["\n --background: var(--colors-background-color);\n\n flex: 1;\n position: relative;\n overflow: hidden;\n cursor: pointer;\n border: 2px solid var(--component-packSelector-borderColor);\n padding: 20px 7px 7px;\n text-align: center;\n background-color: var(--background);\n border-radius: var(--component-packSelector-borderRadius);\n\n &[aria-checked='true'] {\n --color: var(--component-packSelector-selectedColor);\n\n border-color: var(--color);\n\n & * {\n color: var(--color);\n }\n }\n"])));
17014
- var Tag = newStyled.div(templateObject_3$6 || (templateObject_3$6 = __makeTemplateObject(["\n position: absolute;\n width: 100%;\n left: 50%;\n top: 0;\n transform: translateX(-50%);\n background-color: var(--component-packSelector-tagColor);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 1px 0;\n\n [aria-checked='true'] & {\n background-color: var(--component-packSelector-selectedColor);\n\n & * {\n color: var(--component-packSelector-selectedContrast) !important;\n }\n }\n"], ["\n position: absolute;\n width: 100%;\n left: 50%;\n top: 0;\n transform: translateX(-50%);\n background-color: var(--component-packSelector-tagColor);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 1px 0;\n\n [aria-checked='true'] & {\n background-color: var(--component-packSelector-selectedColor);\n\n & * {\n color: var(--component-packSelector-selectedContrast) !important;\n }\n }\n"])));
17400
+ var Container$8 = newStyled.div(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["\n position: relative;\n display: flex;\n border-radius: 6px;\n gap: 6px;\n"], ["\n position: relative;\n display: flex;\n border-radius: 6px;\n gap: 6px;\n"])));
17401
+ var Card = newStyled.div(templateObject_2$9 || (templateObject_2$9 = __makeTemplateObject(["\n --background: var(--colors-background-color);\n\n flex: 1;\n position: relative;\n overflow: hidden;\n cursor: pointer;\n border: 2px solid var(--component-packSelector-borderColor);\n padding: 20px 7px 7px;\n text-align: center;\n background-color: var(--background);\n border-radius: var(--component-packSelector-borderRadius);\n\n &[aria-checked='true'] {\n --color: var(--component-packSelector-selectedColor);\n\n border-color: var(--color);\n\n & * {\n color: var(--color);\n }\n }\n"], ["\n --background: var(--colors-background-color);\n\n flex: 1;\n position: relative;\n overflow: hidden;\n cursor: pointer;\n border: 2px solid var(--component-packSelector-borderColor);\n padding: 20px 7px 7px;\n text-align: center;\n background-color: var(--background);\n border-radius: var(--component-packSelector-borderRadius);\n\n &[aria-checked='true'] {\n --color: var(--component-packSelector-selectedColor);\n\n border-color: var(--color);\n\n & * {\n color: var(--color);\n }\n }\n"])));
17402
+ var Tag = newStyled.div(templateObject_3$9 || (templateObject_3$9 = __makeTemplateObject(["\n position: absolute;\n width: 100%;\n left: 50%;\n top: 0;\n transform: translateX(-50%);\n background-color: var(--component-packSelector-tagColor);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 1px 0;\n\n [aria-checked='true'] & {\n background-color: var(--component-packSelector-selectedColor);\n\n & * {\n color: var(--component-packSelector-selectedContrast) !important;\n }\n }\n"], ["\n position: absolute;\n width: 100%;\n left: 50%;\n top: 0;\n transform: translateX(-50%);\n background-color: var(--component-packSelector-tagColor);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 1px 0;\n\n [aria-checked='true'] & {\n background-color: var(--component-packSelector-selectedColor);\n\n & * {\n color: var(--component-packSelector-selectedContrast) !important;\n }\n }\n"])));
17015
17403
  var Label = newStyled.div(templateObject_4$4 || (templateObject_4$4 = __makeTemplateObject(["\n position: relative;\n width: fit-content;\n margin: 0 auto;\n"], ["\n position: relative;\n width: fit-content;\n margin: 0 auto;\n"])));
17016
17404
  var Check = newStyled.div(templateObject_5$2 || (templateObject_5$2 = __makeTemplateObject(["\n position: absolute;\n width: 20px;\n height: 20px;\n background-color: var(--color);\n border-radius: 50%;\n left: 100%;\n top: 50%;\n transform: translate(6px, -50%) scale(0.5);\n opacity: 0;\n transition: opacity 0.3s, transform 0.3s;\n\n &[data-visible='true'] {\n transform: translate(6px, -50%) scale(1);\n opacity: 1;\n }\n"], ["\n position: absolute;\n width: 20px;\n height: 20px;\n background-color: var(--color);\n border-radius: 50%;\n left: 100%;\n top: 50%;\n transform: translate(6px, -50%) scale(0.5);\n opacity: 0;\n transition: opacity 0.3s, transform 0.3s;\n\n &[data-visible='true'] {\n transform: translate(6px, -50%) scale(1);\n opacity: 1;\n }\n"])));
17017
17405
  var IconContainer = newStyled.div(templateObject_6$1 || (templateObject_6$1 = __makeTemplateObject(["\n height: 56px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n [aria-checked='true'] & * {\n fill: var(--color);\n }\n"], ["\n height: 56px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n [aria-checked='true'] & * {\n fill: var(--color);\n }\n"])));
@@ -17019,7 +17407,7 @@ var IconPlaceholder = newStyled.div(templateObject_7$1 || (templateObject_7$1 =
17019
17407
  var DiscountContainer = newStyled.div(templateObject_8$1 || (templateObject_8$1 = __makeTemplateObject(["\n display: flex,\n flex-direction: row,\n align-items: center;\n justify-content: center;\n"], ["\n display: flex,\n flex-direction: row,\n align-items: center;\n justify-content: center;\n"])));
17020
17408
  var PackSelector = function (_a) {
17021
17409
  var packs = _a.packs, selectedValue = _a.selectedValue, onChange = _a.onChange;
17022
- return (jsxRuntime.jsx(Container$5, __assign$1({ role: "radiogroup" }, { children: packs.map(function (pack) {
17410
+ return (jsxRuntime.jsx(Container$8, __assign$1({ role: "radiogroup" }, { children: packs.map(function (pack) {
17023
17411
  return (jsxRuntime.jsx(PackCard, { pack: pack, onChange: onChange, selected: selectedValue === pack }, pack.label));
17024
17412
  }) }), void 0));
17025
17413
  };
@@ -17036,22 +17424,22 @@ var PackCard = function (_a) {
17036
17424
  color: 'var(--colors-semantic-urgent-color)',
17037
17425
  } }, { children: ["Save ", pack.meta.discountPercentage, "%"] }), void 0), jsxRuntime.jsx(Spacing, { type: "block", size: 12 }, void 0), jsxRuntime.jsx(IconContainer, { children: icon ? HTMLReactParser$1(icon) : jsxRuntime.jsx(IconPlaceholder, {}, void 0) }, void 0), jsxRuntime.jsx(Spacing, { type: "block", size: 12 }, void 0), jsxRuntime.jsxs(DiscountContainer, { children: [jsxRuntime.jsx(Text$6, __assign$1({ variant: "label", size: "small", style: { textDecoration: 'line-through' } }, { children: formatPrice(pack.meta.originalPrice) }), void 0), jsxRuntime.jsxs(Text$6, __assign$1({ variant: "label", size: "small" }, { children: [' - ', " ", formatPrice(pack.meta.price)] }), void 0)] }, void 0), jsxRuntime.jsxs(Text$6, __assign$1({ variant: "body", weight: "demi", size: "small" }, { children: [formatPrice(pack.meta.price / pack.meta.quantity), " each"] }), void 0)] }), void 0));
17038
17426
  };
17039
- var templateObject_1$8, templateObject_2$6, templateObject_3$6, templateObject_4$4, templateObject_5$2, templateObject_6$1, templateObject_7$1, templateObject_8$1;
17427
+ var templateObject_1$b, templateObject_2$9, templateObject_3$9, templateObject_4$4, templateObject_5$2, templateObject_6$1, templateObject_7$1, templateObject_8$1;
17040
17428
 
17041
- var Title = newStyled.div(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n border-bottom: 0.063rem solid ", ";\n user-select: none;\n cursor: pointer;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n border-bottom: 0.063rem solid ", ";\n user-select: none;\n cursor: pointer;\n"])), function (props) { return props.borderColor; });
17042
- var H2 = newStyled.h2(templateObject_2$5 || (templateObject_2$5 = __makeTemplateObject(["\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n color: ", ";\n margin: 0.75rem 0;\n"], ["\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n color: ", ";\n margin: 0.75rem 0;\n"])), function (props) { return props.color; });
17043
- var ArrowContainer = newStyled.div(templateObject_3$5 || (templateObject_3$5 = __makeTemplateObject(["\n width: 1rem;\n height: 1rem;\n"], ["\n width: 1rem;\n height: 1rem;\n"])));
17429
+ var Title = newStyled.div(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n border-bottom: 0.063rem solid ", ";\n user-select: none;\n cursor: pointer;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n border-bottom: 0.063rem solid ", ";\n user-select: none;\n cursor: pointer;\n"])), function (props) { return props.borderColor; });
17430
+ var H2 = newStyled.h2(templateObject_2$8 || (templateObject_2$8 = __makeTemplateObject(["\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n color: ", ";\n margin: 0.75rem 0;\n"], ["\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n color: ", ";\n margin: 0.75rem 0;\n"])), function (props) { return props.color; });
17431
+ var ArrowContainer = newStyled.div(templateObject_3$8 || (templateObject_3$8 = __makeTemplateObject(["\n width: 1rem;\n height: 1rem;\n"], ["\n width: 1rem;\n height: 1rem;\n"])));
17044
17432
  var Accordion = function (_a) {
17045
17433
  var title = _a.title, children = _a.children, _b = _a.isOpenByDefault, isOpenByDefault = _b === void 0 ? false : _b;
17046
17434
  var theme = useTheme();
17047
17435
  var _c = React__default["default"].useState(isOpenByDefault), isOpen = _c[0], setIsOpen = _c[1];
17048
17436
  return (jsxRuntime.jsxs("div", __assign$1({ "data-testid": "FiltersAccordion" }, { children: [jsxRuntime.jsxs(Title, __assign$1({ onClick: function () { return setIsOpen(function (state) { return !state; }); }, borderColor: theme.colors.shades['100'].color, "data-testid": "accordion-title" }, { children: [jsxRuntime.jsx(H2, __assign$1({ color: theme.colors.shades['550'].color }, { children: title }), void 0), jsxRuntime.jsx(ArrowContainer, { children: isOpen ? (jsxRuntime.jsx(Icon.Arrows.ChevronUp, { fill: theme.colors.shades['700'].color }, void 0)) : (jsxRuntime.jsx(Icon.Arrows.ChevronDown, { fill: theme.colors.shades['700'].color }, void 0)) }, void 0)] }), void 0), jsxRuntime.jsx("div", __assign$1({ style: { display: isOpen ? 'block' : 'none' }, "data-testid": "accordion-children-container" }, { children: children }), void 0)] }), void 0));
17049
17437
  };
17050
- var templateObject_1$7, templateObject_2$5, templateObject_3$5;
17438
+ var templateObject_1$a, templateObject_2$8, templateObject_3$8;
17051
17439
 
17052
- var SectionContent = newStyled.div(templateObject_1$6 || (templateObject_1$6 = __makeTemplateObject(["\n display: grid;\n grid-template-columns: repeat(", ", 1fr);\n grid-gap: 1.125rem;\n margin: 1.25rem 0;\n"], ["\n display: grid;\n grid-template-columns: repeat(", ", 1fr);\n grid-gap: 1.125rem;\n margin: 1.25rem 0;\n"])), function (props) { return props.cols; });
17053
- var Header = newStyled.div(templateObject_2$4 || (templateObject_2$4 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 1.063rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 1.063rem;\n"])));
17054
- var MobileHeader = newStyled.div(templateObject_3$4 || (templateObject_3$4 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 2.25rem;\n margin-top: 1.063rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 2.25rem;\n margin-top: 1.063rem;\n"])));
17440
+ var SectionContent = newStyled.div(templateObject_1$9 || (templateObject_1$9 = __makeTemplateObject(["\n display: grid;\n grid-template-columns: repeat(", ", 1fr);\n grid-gap: 1.125rem;\n margin: 1.25rem 0;\n"], ["\n display: grid;\n grid-template-columns: repeat(", ", 1fr);\n grid-gap: 1.125rem;\n margin: 1.25rem 0;\n"])), function (props) { return props.cols; });
17441
+ var Header = newStyled.div(templateObject_2$7 || (templateObject_2$7 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 1.063rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 1.063rem;\n"])));
17442
+ var MobileHeader = newStyled.div(templateObject_3$7 || (templateObject_3$7 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 2.25rem;\n margin-top: 1.063rem;\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 2.25rem;\n margin-top: 1.063rem;\n"])));
17055
17443
  var MobileIconsContainer = newStyled.div(templateObject_4$3 || (templateObject_4$3 = __makeTemplateObject(["\n width: 1.5rem;\n height: 1.5rem;\n cursor: pointer;\n"], ["\n width: 1.5rem;\n height: 1.5rem;\n cursor: pointer;\n"])));
17056
17444
  var H4 = newStyled.h4(templateObject_5$1 || (templateObject_5$1 = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.375rem;\n margin: 0;\n color: ", ";\n"], ["\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.375rem;\n margin: 0;\n color: ", ";\n"])), function (props) { return props.color; });
17057
17445
  var FilterLink = newStyled.a(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n color: ", ";\n text-decoration: none;\n"], ["\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n color: ", ";\n text-decoration: none;\n"])), function (props) { return props.color; });
@@ -17059,7 +17447,7 @@ var OptionContainer = newStyled.div(templateObject_7 || (templateObject_7 = __ma
17059
17447
  var ClearAll = newStyled.span(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n margin: 0;\n color: ", ";\n text-decoration: underline;\n cursor: pointer;\n"], ["\n font-size: 0.875rem;\n font-weight: 600;\n line-height: 1.375rem;\n margin: 0;\n color: ", ";\n text-decoration: underline;\n cursor: pointer;\n"])), function (props) { return props.color; });
17060
17448
  var MobileFooter = newStyled.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n background-color: #fff;\n padding: 0.75rem 0.938rem;\n position: sticky;\n bottom: 0;\n z-index: 1;\n margin-top: 5.625rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n"], ["\n background-color: #fff;\n padding: 0.75rem 0.938rem;\n position: sticky;\n bottom: 0;\n z-index: 1;\n margin-top: 5.625rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n"])));
17061
17449
  var MobileClearContainer = newStyled.div(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n cursor: pointer;\n\n span {\n margin-left: 0.5rem;\n user-select: none;\n }\n"], ["\n display: flex;\n align-items: center;\n cursor: pointer;\n\n span {\n margin-left: 0.5rem;\n user-select: none;\n }\n"])));
17062
- var templateObject_1$6, templateObject_2$4, templateObject_3$4, templateObject_4$3, templateObject_5$1, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10;
17450
+ var templateObject_1$9, templateObject_2$7, templateObject_3$7, templateObject_4$3, templateObject_5$1, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10;
17063
17451
 
17064
17452
  var Filters = function (_a) {
17065
17453
  var values = _a.values, onChange = _a.onChange, _b = _a.tagsColor, tagsColor = _b === void 0 ? '#fff6ef' : _b, filterByText = _a.filterByText, clearAllText = _a.clearAllText, isMobile = _a.isMobile, filtersSelectText = _a.filtersSelectText, applyText = _a.applyText, mobileApplyButtonClick = _a.mobileApplyButtonClick, mobileBackArrowClick = _a.mobileBackArrowClick, onResetValues = _a.onResetValues;
@@ -17147,11 +17535,13 @@ var Filters = function (_a) {
17147
17535
  });
17148
17536
  onResetValues();
17149
17537
  };
17150
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [!isMobile ? (jsxRuntime.jsxs("div", __assign$1({ "data-testid": "DesktopHeader" }, { children: [jsxRuntime.jsxs(Header, { children: [jsxRuntime.jsxs(H4, __assign$1({ color: theme.colors.shades['700'].color }, { children: [filterByText, " (", checkedItems.length, ")"] }), void 0), jsxRuntime.jsx(ClearAll, __assign$1({ onClick: handleClearAllClick, color: theme.colors.shades['700'].color, "data-testid": "desktop-clear-all" }, { children: clearAllText }), void 0)] }, void 0), jsxRuntime.jsx(Tags, { color: tagsColor, items: checkedItems.map(function (item) { return item.label; }), onCloseClick: function (index) { return handleCloseClick(checkedItems[index]); } }, void 0)] }), void 0)) : (jsxRuntime.jsxs(MobileHeader, __assign$1({ "data-testid": "MobileHeader" }, { children: [jsxRuntime.jsx(MobileIconsContainer, __assign$1({ onClick: mobileBackArrowClick, "data-testid": "mobileBackArrow" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRightVariant, { fill: theme.colors.shades['700'].color }, void 0) }), void 0), jsxRuntime.jsxs(H4, __assign$1({ color: theme.colors.shades['700'].color }, { children: [filtersSelectText, " (", checkedItems.length, ")"] }), void 0)] }), void 0)), filters
17538
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [!isMobile ? (jsxRuntime.jsxs("div", __assign$1({ "data-testid": "DesktopHeader" }, { children: [jsxRuntime.jsxs(Header, { children: [jsxRuntime.jsxs(H4, __assign$1({ color: theme.colors.shades['700'].color }, { children: [filterByText, " (", checkedItems.length, ")"] }), void 0), jsxRuntime.jsx(ClearAll, __assign$1({ onClick: handleClearAllClick, color: theme.colors.shades['700'].color, "data-testid": "desktop-clear-all" }, { children: clearAllText }), void 0)] }, void 0), jsxRuntime.jsx(Tags, { color: tagsColor, items: checkedItems.map(function (item) {
17539
+ return item.label === '$75 And Above' ? '+$75' : item.label;
17540
+ }), onCloseClick: function (index) { return handleCloseClick(checkedItems[index]); } }, void 0)] }), void 0)) : (jsxRuntime.jsxs(MobileHeader, __assign$1({ "data-testid": "MobileHeader" }, { children: [jsxRuntime.jsx(MobileIconsContainer, __assign$1({ onClick: mobileBackArrowClick, "data-testid": "mobileBackArrow" }, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRightVariant, { fill: theme.colors.shades['700'].color }, void 0) }), void 0), jsxRuntime.jsxs(H4, __assign$1({ color: theme.colors.shades['700'].color }, { children: [filtersSelectText, " (", checkedItems.length, ")"] }), void 0)] }), void 0)), filters
17151
17541
  .filter(function (filter) { return filter.isLinkOption; })
17152
17542
  .map(function (option, index) { return (jsxRuntime.jsx(OptionContainer, { children: jsxRuntime.jsx(FilterLink, __assign$1({ color: option.color || theme.colors.shades['550'].color, href: option.link }, { children: option.title }), void 0) }, index)); }), filters
17153
17543
  .filter(function (filter) { return !filter.isLinkOption; })
17154
- .map(function (filter) { return (jsxRuntime.jsx(Accordion, __assign$1({ title: filter.title, isOpenByDefault: filter.isOpenByDefault }, { children: jsxRuntime.jsx(SectionContent, __assign$1({ cols: filter.columns }, { children: filter.items.map(function (item, itemIndex) { return (jsxRuntime.jsx(FilterCheckbox, { onChange: handleCheckboxClick, text: item.label, checked: item.checked, itemIndex: itemIndex, sectionIndex: filters.findIndex(function (filt) { return filt.title === filter.title; }) }, "".concat(item.checked, "-").concat(item.label))); }) }), void 0) }), filters.findIndex(function (filt) { return filt.title === filter.title; }))); }), isMobile && (jsxRuntime.jsxs(MobileFooter, __assign$1({ "data-testid": "MobileFooter" }, { children: [jsxRuntime.jsxs(MobileClearContainer, __assign$1({ onClick: handleClearAllClick }, { children: [jsxRuntime.jsx(MobileIconsContainer, { children: jsxRuntime.jsx(Icon.Actions.Trash, { fill: theme.colors.shades['700'].color }, void 0) }, void 0), jsxRuntime.jsx(ClearAll, __assign$1({ color: theme.colors.shades['700'].color }, { children: clearAllText }), void 0)] }), void 0), jsxRuntime.jsx(ButtonSecondary, { text: applyText, onClick: mobileApplyButtonClick }, void 0)] }), void 0))] }, void 0));
17544
+ .map(function (filter) { return (jsxRuntime.jsx(Accordion, __assign$1({ title: filter.title, isOpenByDefault: filter.isOpenByDefault }, { children: jsxRuntime.jsx(SectionContent, __assign$1({ cols: filter.columns }, { children: filter.items.map(function (item, itemIndex) { return (jsxRuntime.jsx(FilterCheckbox, { onChange: handleCheckboxClick, text: item.label === '$75 And Above' ? '+$75' : item.label, checked: item.checked, itemIndex: itemIndex, sectionIndex: filters.findIndex(function (filt) { return filt.title === filter.title; }) }, "".concat(item.checked, "-").concat(item.label))); }) }), void 0) }), filters.findIndex(function (filt) { return filt.title === filter.title; }))); }), isMobile && (jsxRuntime.jsxs(MobileFooter, __assign$1({ "data-testid": "MobileFooter" }, { children: [jsxRuntime.jsxs(MobileClearContainer, __assign$1({ onClick: handleClearAllClick }, { children: [jsxRuntime.jsx(MobileIconsContainer, { children: jsxRuntime.jsx(Icon.Actions.Trash, { fill: theme.colors.shades['700'].color }, void 0) }, void 0), jsxRuntime.jsx(ClearAll, __assign$1({ color: theme.colors.shades['700'].color }, { children: clearAllText }), void 0)] }), void 0), jsxRuntime.jsx(ButtonSecondary, { text: applyText, onClick: mobileApplyButtonClick }, void 0)] }), void 0))] }, void 0));
17155
17545
  };
17156
17546
  var FilterCheckbox = function (_a) {
17157
17547
  var sectionIndex = _a.sectionIndex, text = _a.text, itemIndex = _a.itemIndex, onChangeProp = _a.onChange, checked = _a.checked;
@@ -17161,20 +17551,20 @@ var FilterCheckbox = function (_a) {
17161
17551
  return (jsxRuntime.jsx(Checkbox, { onChange: onChange, checked: checked, text: text, id: "filter[".concat(sectionIndex, ",").concat(itemIndex, "]"), size: exports.ComponentSize.Small, variant: "secondary" }, itemIndex));
17162
17552
  };
17163
17553
 
17164
- var Container$4 = newStyled.div(templateObject_1$5 || (templateObject_1$5 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n padding: 0 1rem 1rem;\n"], ["\n display: flex;\n flex-wrap: wrap;\n padding: 0 1rem 1rem;\n"])));
17165
- var BackArrow = newStyled.div(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["\n transform: rotate(180deg);\n margin-right: 0.5rem;\n"], ["\n transform: rotate(180deg);\n margin-right: 0.5rem;\n"])));
17166
- var BoldSpan = newStyled.span(templateObject_3$3 || (templateObject_3$3 = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"], ["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"])));
17554
+ var Container$7 = newStyled.div(templateObject_1$8 || (templateObject_1$8 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n padding: 0 1rem 1rem;\n"], ["\n display: flex;\n flex-wrap: wrap;\n padding: 0 1rem 1rem;\n"])));
17555
+ var BackArrow = newStyled.div(templateObject_2$6 || (templateObject_2$6 = __makeTemplateObject(["\n transform: rotate(180deg);\n margin-right: 0.5rem;\n"], ["\n transform: rotate(180deg);\n margin-right: 0.5rem;\n"])));
17556
+ var BoldSpan = newStyled.span(templateObject_3$6 || (templateObject_3$6 = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"], ["\n font-size: 0.875rem;\n line-height: 1.375rem;\n font-weight: 600;\n"])));
17167
17557
  var NormalSpan = newStyled.span(templateObject_4$2 || (templateObject_4$2 = __makeTemplateObject(["\n font-size: 0.875rem;\n line-height: 1.375rem;\n white-space: pre;\n"], ["\n font-size: 0.875rem;\n line-height: 1.375rem;\n white-space: pre;\n"])));
17168
17558
  var SearchNavigationParents = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n padding-left: 1.25rem;\n padding-right: 1rem;\n"], ["\n display: flex;\n flex-wrap: wrap;\n padding-left: 1.25rem;\n padding-right: 1rem;\n"])));
17169
17559
  var SearchNavigation = function (_a) {
17170
17560
  var returnText = _a.returnText, returnUrl = _a.returnUrl, _b = _a.steps, steps = _b === void 0 ? [] : _b, returnAction = _a.returnAction;
17171
- return (jsxRuntime.jsxs(Container$4, { children: [jsxRuntime.jsxs(Text$6, __assign$1({ variant: "link", style: { display: 'flex', justifyContent: 'center' }, href: returnUrl || '/', onClick: returnAction }, { children: [jsxRuntime.jsx(BackArrow, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRightVariant, { width: 1.375, height: 1.375 }, void 0) }, void 0), returnText && jsxRuntime.jsx(BoldSpan, { children: returnText }, void 0)] }), void 0), jsxRuntime.jsx(SearchNavigationParents, { children: steps.map(function (step, index) {
17561
+ return (jsxRuntime.jsxs(Container$7, { children: [jsxRuntime.jsxs(Text$6, __assign$1({ variant: "link", style: { display: 'flex', justifyContent: 'center' }, href: returnUrl || '/', onClick: returnAction }, { children: [jsxRuntime.jsx(BackArrow, { children: jsxRuntime.jsx(Icon.Arrows.ChevronRightVariant, { width: 1.375, height: 1.375 }, void 0) }, void 0), returnText && jsxRuntime.jsx(BoldSpan, { children: returnText }, void 0)] }), void 0), jsxRuntime.jsx(SearchNavigationParents, { children: steps.map(function (step, index) {
17172
17562
  return index === steps.length - 1 ? (jsxRuntime.jsx(BoldSpan, { children: step }, void 0)) : (jsxRuntime.jsx(NormalSpan, { children: "".concat(step, " / ") }, step));
17173
17563
  }) }, void 0)] }, void 0));
17174
17564
  };
17175
- var templateObject_1$5, templateObject_2$3, templateObject_3$3, templateObject_4$2, templateObject_5;
17565
+ var templateObject_1$8, templateObject_2$6, templateObject_3$6, templateObject_4$2, templateObject_5;
17176
17566
 
17177
- var TabContainer = newStyled.div(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-content: center;\n flex-direction: column;\n flex: 1 1 0;\n font-size: ", ";\n height: ", ";\n margin: 0 auto;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s;\n max-width: ", ";\n border: none;\n\n ", "\n"], ["\n display: flex;\n justify-content: center;\n align-content: center;\n flex-direction: column;\n flex: 1 1 0;\n font-size: ", ";\n height: ", ";\n margin: 0 auto;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s;\n max-width: ", ";\n border: none;\n\n ", "\n"])), function (_a) {
17567
+ var TabContainer = newStyled.div(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-content: center;\n flex-direction: column;\n flex: 1 1 0;\n font-size: ", ";\n height: ", ";\n margin: 0 auto;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s;\n max-width: ", ";\n border: none;\n\n ", "\n"], ["\n display: flex;\n justify-content: center;\n align-content: center;\n flex-direction: column;\n flex: 1 1 0;\n font-size: ", ";\n height: ", ";\n margin: 0 auto;\n text-align: center;\n cursor: pointer;\n transition: all 0.2s;\n max-width: ", ";\n border: none;\n\n ", "\n"])), function (_a) {
17178
17568
  var titleSize = _a.titleSize;
17179
17569
  return titleSize;
17180
17570
  }, function (_a) {
@@ -17191,14 +17581,14 @@ var Tab = function (_a) {
17191
17581
  var title = _a.title, _b = _a.titleSize, titleSize = _b === void 0 ? '14px' : _b, _c = _a.height, height = _c === void 0 ? '4.5rem' : _c, _d = _a.selectedTitleWeight, selectedTitleWeight = _d === void 0 ? 700 : _d, selected = _a.selected, onClick = _a.onClick, _e = _a.color, color = _e === void 0 ? 'var(--colors-pallete-primary-color)' : _e, _f = _a.tabsMaxWidth, tabsMaxWidth = _f === void 0 ? '11rem' : _f;
17192
17582
  return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx(TabContainer, __assign$1({ selected: selected, onClick: function () { return onClick(title); }, color: color, titleSize: titleSize, height: height, selectedTitleWeight: selectedTitleWeight, tabsMaxWidth: tabsMaxWidth }, { children: title }), title) }, void 0));
17193
17583
  };
17194
- var templateObject_1$4;
17584
+ var templateObject_1$7;
17195
17585
 
17196
- var Container$3 = newStyled.div(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n width: 100%;\n"], ["\n width: 100%;\n"])));
17197
- var TabList = newStyled.div(templateObject_2$2 || (templateObject_2$2 = __makeTemplateObject(["\n background-color: ", ";\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n padding: 0 25px;\n"], ["\n background-color: ", ";\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n padding: 0 25px;\n"])), function (_a) {
17586
+ var Container$6 = newStyled.div(templateObject_1$6 || (templateObject_1$6 = __makeTemplateObject(["\n width: 100%;\n"], ["\n width: 100%;\n"])));
17587
+ var TabList = newStyled.div(templateObject_2$5 || (templateObject_2$5 = __makeTemplateObject(["\n background-color: ", ";\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n padding: 0 25px;\n"], ["\n background-color: ", ";\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n padding: 0 25px;\n"])), function (_a) {
17198
17588
  var backgroundColor = _a.backgroundColor;
17199
17589
  return backgroundColor;
17200
17590
  });
17201
- var TabContent = newStyled.div(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n display: block;\n"], ["\n display: block;\n"])));
17591
+ var TabContent = newStyled.div(templateObject_3$5 || (templateObject_3$5 = __makeTemplateObject(["\n display: block;\n"], ["\n display: block;\n"])));
17202
17592
  var TabSeparator = newStyled.div(templateObject_4$1 || (templateObject_4$1 = __makeTemplateObject(["\n color: var(--colors-shades-white-color);\n font-family: initial;\n font-size: 40px;\n line-height: 69px;\n padding: 0 25px;\n"], ["\n color: var(--colors-shades-white-color);\n font-family: initial;\n font-size: 40px;\n line-height: 69px;\n padding: 0 25px;\n"])));
17203
17593
  var Tabs = function (_a) {
17204
17594
  var _b;
@@ -17208,11 +17598,11 @@ var Tabs = function (_a) {
17208
17598
  return null;
17209
17599
  }
17210
17600
  var selectedContent = (_b = tabs.find(function (tab) { return tab.title === selectedTab; })) === null || _b === void 0 ? void 0 : _b.content;
17211
- return (jsxRuntime.jsxs(Container$3, __assign$1({ "data-testid": "tabs-container" }, { children: [jsxRuntime.jsx(TabList, __assign$1({ backgroundColor: backgroundColor }, { children: tabs.map(function (tab, index) { return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Tab, { title: tab.title, selected: selectedTab === tab.title, onClick: setSelectedTab, tabsMaxWidth: tabsMaxWidth }, tab.title), index + 1 < tabs.length && jsxRuntime.jsx(TabSeparator, { children: "|" }, void 0)] }, void 0)); }) }), void 0), jsxRuntime.jsx(TabContent, __assign$1({ "data-testid": "tab-content" }, { children: selectedContent }), void 0)] }), void 0));
17601
+ return (jsxRuntime.jsxs(Container$6, __assign$1({ "data-testid": "tabs-container" }, { children: [jsxRuntime.jsx(TabList, __assign$1({ backgroundColor: backgroundColor }, { children: tabs.map(function (tab, index) { return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Tab, { title: tab.title, selected: selectedTab === tab.title, onClick: setSelectedTab, tabsMaxWidth: tabsMaxWidth }, tab.title), index + 1 < tabs.length && jsxRuntime.jsx(TabSeparator, { children: "|" }, void 0)] }, void 0)); }) }), void 0), jsxRuntime.jsx(TabContent, __assign$1({ "data-testid": "tab-content" }, { children: selectedContent }), void 0)] }), void 0));
17212
17602
  };
17213
- var templateObject_1$3, templateObject_2$2, templateObject_3$2, templateObject_4$1;
17603
+ var templateObject_1$6, templateObject_2$5, templateObject_3$5, templateObject_4$1;
17214
17604
 
17215
- var Container$2 = newStyled.div(function (props) { return ({
17605
+ var Container$5 = newStyled.div(function (props) { return ({
17216
17606
  height: 'auto',
17217
17607
  textAlign: 'center',
17218
17608
  justifyContent: 'center',
@@ -17262,12 +17652,12 @@ var IconsWithTitle = function (_a) {
17262
17652
  textAlign: 'center',
17263
17653
  lineHeight: '18px',
17264
17654
  };
17265
- return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs(Container$2, __assign$1({ textPosition: iconTitlePosition }, { children: [jsxRuntime.jsx(IconWrapper, __assign$1({ backgroundColor: backgroundColor, style: iconStyles, iconSize: isMobile ? iconSizeMobile : iconSizeDesktop }, { children: jsxRuntime.jsx(IconComponent, { width: isMobile ? iconSizeMobile : iconSizeDesktop, height: isMobile ? iconSizeMobile : iconSizeDesktop, fill: iconColor }, void 0) }), void 0), jsxRuntime.jsx(Text$6, { variant: "heading6", weight: "demi", style: titleStyles ? titleStyles : defaultTitleStyle, dangerouslySetInnerHTML: isTitleInnerHtml ? { __html: iconTitle } : { __html: "<span>".concat(iconTitle, "</span>") } }, void 0)] }), void 0) }, void 0));
17655
+ return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs(Container$5, __assign$1({ textPosition: iconTitlePosition }, { children: [jsxRuntime.jsx(IconWrapper, __assign$1({ backgroundColor: backgroundColor, style: iconStyles, iconSize: isMobile ? iconSizeMobile : iconSizeDesktop }, { children: jsxRuntime.jsx(IconComponent, { width: isMobile ? iconSizeMobile : iconSizeDesktop, height: isMobile ? iconSizeMobile : iconSizeDesktop, fill: iconColor }, void 0) }), void 0), jsxRuntime.jsx(Text$6, { variant: "heading6", weight: "demi", style: titleStyles ? titleStyles : defaultTitleStyle, dangerouslySetInnerHTML: isTitleInnerHtml ? { __html: iconTitle } : { __html: "<span>".concat(iconTitle, "</span>") } }, void 0)] }), void 0) }, void 0));
17266
17656
  };
17267
17657
 
17268
- var ImageWrapper = newStyled.div(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n position: relative;\n display: flex;\n max-height: fit-content;\n"], ["\n position: relative;\n display: flex;\n max-height: fit-content;\n"])));
17269
- var VideoOverlay = newStyled.div(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: rgba(247, 160, 139, 0.1);\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n top: 0;\n left: 0;\n border-radius: 25px;\n color: #ffffff;\n gap: 15px;\n cursor: pointer;\n text-align: center;\n @media (max-width: 768px) {\n justify-content: end;\n gap: 10px;\n padding-bottom: 20px;\n text-align: center;\n }\n"], ["\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: rgba(247, 160, 139, 0.1);\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n top: 0;\n left: 0;\n border-radius: 25px;\n color: #ffffff;\n gap: 15px;\n cursor: pointer;\n text-align: center;\n @media (max-width: 768px) {\n justify-content: end;\n gap: 10px;\n padding-bottom: 20px;\n text-align: center;\n }\n"])));
17270
- var FullscreenVideo = newStyled.div(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 9999;\n"], ["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 9999;\n"])));
17658
+ var ImageWrapper = newStyled.div(templateObject_1$5 || (templateObject_1$5 = __makeTemplateObject(["\n position: relative;\n display: flex;\n max-height: fit-content;\n"], ["\n position: relative;\n display: flex;\n max-height: fit-content;\n"])));
17659
+ var VideoOverlay = newStyled.div(templateObject_2$4 || (templateObject_2$4 = __makeTemplateObject(["\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: rgba(247, 160, 139, 0.1);\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n top: 0;\n left: 0;\n border-radius: 25px;\n color: #ffffff;\n gap: 15px;\n cursor: pointer;\n text-align: center;\n @media (max-width: 768px) {\n justify-content: end;\n gap: 10px;\n padding-bottom: 20px;\n text-align: center;\n }\n"], ["\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: rgba(247, 160, 139, 0.1);\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n top: 0;\n left: 0;\n border-radius: 25px;\n color: #ffffff;\n gap: 15px;\n cursor: pointer;\n text-align: center;\n @media (max-width: 768px) {\n justify-content: end;\n gap: 10px;\n padding-bottom: 20px;\n text-align: center;\n }\n"])));
17660
+ var FullscreenVideo = newStyled.div(templateObject_3$4 || (templateObject_3$4 = __makeTemplateObject(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 9999;\n"], ["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.7);\n z-index: 9999;\n"])));
17271
17661
  var ImageVideo = function (_a) {
17272
17662
  var imageLink = _a.imageLink, isVideo = _a.isVideo, isMobile = _a.isMobile;
17273
17663
  var video = React$2.useRef(null);
@@ -17287,11 +17677,11 @@ var ImageVideo = function (_a) {
17287
17677
  height: '100%',
17288
17678
  } }, void 0)] }, void 0))] }, void 0));
17289
17679
  };
17290
- var templateObject_1$2, templateObject_2$1, templateObject_3$1;
17680
+ var templateObject_1$5, templateObject_2$4, templateObject_3$4;
17291
17681
 
17292
- var ContainerDesktop = css(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n flex: 0 0 50%;\n justify-content: space-around;\n height: 574px;\n"], ["\n flex: 0 0 50%;\n justify-content: space-around;\n height: 574px;\n"])));
17293
- var ContainerMobile = css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 16px;\n height: auto;\n @media (max-width: 768px) {\n max-height: fit-content;\n padding: 50px 15px;\n }\n"], ["\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 16px;\n height: auto;\n @media (max-width: 768px) {\n max-height: fit-content;\n padding: 50px 15px;\n }\n"])));
17294
- var Container$1 = newStyled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: 60px 34px 40px 34px;\n display: flex;\n @media (min-width: 769px) {\n ", "\n }\n @media (max-width: 768px) {\n ", "\n }\n"], ["\n padding: 60px 34px 40px 34px;\n display: flex;\n @media (min-width: 769px) {\n ", "\n }\n @media (max-width: 768px) {\n ", "\n }\n"])), ContainerDesktop, ContainerMobile);
17682
+ var ContainerDesktop = css(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["\n flex: 0 0 50%;\n justify-content: space-around;\n height: 574px;\n"], ["\n flex: 0 0 50%;\n justify-content: space-around;\n height: 574px;\n"])));
17683
+ var ContainerMobile = css(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 16px;\n height: auto;\n @media (max-width: 768px) {\n max-height: fit-content;\n padding: 50px 15px;\n }\n"], ["\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 16px;\n height: auto;\n @media (max-width: 768px) {\n max-height: fit-content;\n padding: 50px 15px;\n }\n"])));
17684
+ var Container$4 = newStyled.div(templateObject_3$3 || (templateObject_3$3 = __makeTemplateObject(["\n padding: 60px 34px 40px 34px;\n display: flex;\n @media (min-width: 769px) {\n ", "\n }\n @media (max-width: 768px) {\n ", "\n }\n"], ["\n padding: 60px 34px 40px 34px;\n display: flex;\n @media (min-width: 769px) {\n ", "\n }\n @media (max-width: 768px) {\n ", "\n }\n"])), ContainerDesktop, ContainerMobile);
17295
17685
  var TextContainer = newStyled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 0 15px;\n gap: 24px;\n text-align: center;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 0 15px;\n gap: 24px;\n text-align: center;\n"])));
17296
17686
  var TextWithImage = function (_a) {
17297
17687
  var _b, _c, _d, _e;
@@ -17312,7 +17702,7 @@ var TextWithImage = function (_a) {
17312
17702
  // @ts-ignore
17313
17703
  props.isRedirectionURL ? (window.location.href = props.URLLink) : props.onButtonClick;
17314
17704
  };
17315
- return (jsxs(Container$1, __assign$1({ style: { backgroundColor: backgroundColor } }, { children: [isMobile && jsx(ImageTitle, {}, void 0), (imageLeftSide || isMobile) && (jsx(ImageVideo, { imageLink: (_b = props.imgVideo) === null || _b === void 0 ? void 0 : _b.imageLink, isMobile: isMobile, isVideo: (_c = props.imgVideo) === null || _c === void 0 ? void 0 : _c.isVideo }, void 0)), jsxs(TextContainer, { children: [!isMobile && jsx(ImageTitle, {}, void 0), jsx(Text$6, __assign$1({ variant: "body", weight: "regular", style: textStyle ? textStyle : { maxWidth: '450px' } }, { children: text }), void 0), jsx(BaseCTA, { text: buttomText, size: exports.ComponentSize.Medium, wide: isMobile && buttonWideOnMobile ? true : false, onClick: buttonAction, testId: buttomText, css: {
17705
+ return (jsxs(Container$4, __assign$1({ style: { backgroundColor: backgroundColor } }, { children: [isMobile && jsx(ImageTitle, {}, void 0), (imageLeftSide || isMobile) && (jsx(ImageVideo, { imageLink: (_b = props.imgVideo) === null || _b === void 0 ? void 0 : _b.imageLink, isMobile: isMobile, isVideo: (_c = props.imgVideo) === null || _c === void 0 ? void 0 : _c.isVideo }, void 0)), jsxs(TextContainer, { children: [!isMobile && jsx(ImageTitle, {}, void 0), jsx(Text$6, __assign$1({ variant: "body", weight: "regular", style: textStyle ? textStyle : { maxWidth: '450px' } }, { children: text }), void 0), jsx(BaseCTA, { text: buttomText, size: exports.ComponentSize.Medium, wide: isMobile && buttonWideOnMobile ? true : false, onClick: buttonAction, testId: buttomText, css: {
17316
17706
  backgroundColor: props.btnBGColor,
17317
17707
  color: '#ffffff',
17318
17708
  border: props.btnBGColor,
@@ -17322,9 +17712,9 @@ var TextWithImage = function (_a) {
17322
17712
  },
17323
17713
  } }, void 0), jsx("div", { children: props.contentAfterButton }, void 0)] }, void 0), !imageLeftSide && !isMobile && (jsx(ImageVideo, { imageLink: (_d = props.imgVideo) === null || _d === void 0 ? void 0 : _d.imageLink, isMobile: isMobile, isVideo: (_e = props.imgVideo) === null || _e === void 0 ? void 0 : _e.isVideo }, void 0))] }), void 0));
17324
17714
  };
17325
- var templateObject_1$1, templateObject_2, templateObject_3, templateObject_4;
17715
+ var templateObject_1$4, templateObject_2$3, templateObject_3$3, templateObject_4;
17326
17716
 
17327
- var Container = newStyled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n"], ["\n display: flex;\n flex-direction: column;\n gap: 16px;\n"])));
17717
+ var Container$3 = newStyled.div(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n"], ["\n display: flex;\n flex-direction: column;\n gap: 16px;\n"])));
17328
17718
  var AccordionOptions = function (_a) {
17329
17719
  var titleColor = _a.titleColor, accordions = _a.accordions;
17330
17720
  var _b = React$2.useState({
@@ -17337,7 +17727,7 @@ var AccordionOptions = function (_a) {
17337
17727
  }
17338
17728
  return false;
17339
17729
  };
17340
- return (jsxRuntime.jsx(Container, { children: accordions.map(function (accordion, index) {
17730
+ return (jsxRuntime.jsx(Container$3, { children: accordions.map(function (accordion, index) {
17341
17731
  var forceOpenValue = getForceOpen(index);
17342
17732
  var accordionTitleColor = forceOpenValue && openAccordionIndex.open ? titleColor : undefined;
17343
17733
  return (jsxRuntime.jsx(Accordion$1, __assign$1({ onClick: function () {
@@ -17348,12 +17738,77 @@ var AccordionOptions = function (_a) {
17348
17738
  } }, accordion, { forceOpenHandler: true, forceOpenValue: getForceOpen(index), titleColor: accordionTitleColor }), "accordion-".concat(index)));
17349
17739
  }) }, void 0));
17350
17740
  };
17351
- var templateObject_1;
17741
+ var templateObject_1$3;
17742
+
17743
+ var Container$2 = newStyled.div(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n ", "\n display: flex;\n flex-direction: column;\n padding: 0px 0px 5px;\n width: ", ";\n background: ", ";\n color: ", ";\n border: ", ";\n"], ["\n ", "\n display: flex;\n flex-direction: column;\n padding: 0px 0px 5px;\n width: ", ";\n background: ", ";\n color: ", ";\n border: ", ";\n"])), function (_a) {
17744
+ var alignCenter = _a.alignCenter;
17745
+ return alignCenter &&
17746
+ "\n justify-content: center;\n align-items: center;\n text-align: center;\n ";
17747
+ }, function (_a) {
17748
+ var widthAuto = _a.widthAuto;
17749
+ return (widthAuto ? 'auto' : 'fit-content');
17750
+ }, function (props) { return props.backgroundColor; }, function (props) { return props.textColor; }, function (props) {
17751
+ return props.border ? "".concat(props.border.borderWidth, " solid ").concat(props.border.borderColor) : 'none';
17752
+ });
17753
+ var TitleText = newStyled.div(templateObject_2$2 || (templateObject_2$2 = __makeTemplateObject(["\n font-style: normal;\n font-weight: 700;\n line-height: 267%;\n margin: 0px 20px 0px;\n font-size: 30px;\n @media (max-width: 768px) {\n font-size: 24px;\n }\n"], ["\n font-style: normal;\n font-weight: 700;\n line-height: 267%;\n margin: 0px 20px 0px;\n font-size: 30px;\n @media (max-width: 768px) {\n font-size: 24px;\n }\n"])));
17754
+ var BannerText = newStyled.div(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n font-style: normal;\n font-weight: 400;\n line-height: 120%;\n font-size: 20px;\n letter-spacing: -0.02em;\n margin: 0px 20px 20px;\n width: 70%;\n @media (max-width: 768px) {\n font-size: 16px;\n width: 80%;\n }\n"], ["\n font-style: normal;\n font-weight: 400;\n line-height: 120%;\n font-size: 20px;\n letter-spacing: -0.02em;\n margin: 0px 20px 20px;\n width: 70%;\n @media (max-width: 768px) {\n font-size: 16px;\n width: 80%;\n }\n"])));
17755
+ var ShortBanner = function (_a) {
17756
+ var textColor = _a.textColor, title = _a.title, bannerText = _a.bannerText, backgroundColor = _a.backgroundColor, _b = _a.alignCenter, alignCenter = _b === void 0 ? false : _b, _c = _a.widthAuto, widthAuto = _c === void 0 ? true : _c;
17757
+ var theme = useTheme();
17758
+ return (jsxRuntime.jsxs(Container$2, __assign$1({ backgroundColor: backgroundColor, alignCenter: alignCenter, widthAuto: widthAuto, "data-testid": "BannerContainer", theme: theme, textColor: textColor }, { children: [jsxRuntime.jsx(TitleText, { children: title }, void 0), jsxRuntime.jsx(BannerText, { children: bannerText }, void 0)] }), void 0));
17759
+ };
17760
+ var templateObject_1$2, templateObject_2$2, templateObject_3$2;
17761
+
17762
+ /* base styles & size variants */
17763
+ var UserInfoTextStyles = {
17764
+ baseStyles: function (theme, isMobile, alignCenter) {
17765
+ return css({
17766
+ margin: '0',
17767
+ color: theme.colors.pallete.secondary.color,
17768
+ fontWeight: '600',
17769
+ fontSize: isMobile ? '16px' : '24px',
17770
+ lineHeight: '130%',
17771
+ textAlign: alignCenter ? 'center' : 'left',
17772
+ });
17773
+ },
17774
+ };
17775
+
17776
+ var Container$1 = newStyled.div(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n row-gap: ", ";\n background: var(--colors-shades-white-color);\n border: 1px solid var(--colors-shades-50-color);\n box-sizing: border-box;\n filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));\n border-radius: 10px;\n max-width: ", ";\n width: 100%;\n height: 100%;\n padding: ", ";\n flex-wrap: wrap;\n"], ["\n display: flex;\n flex-direction: column;\n row-gap: ", ";\n background: var(--colors-shades-white-color);\n border: 1px solid var(--colors-shades-50-color);\n box-sizing: border-box;\n filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));\n border-radius: 10px;\n max-width: ", ";\n width: 100%;\n height: 100%;\n padding: ", ";\n flex-wrap: wrap;\n"])), function (props) { return (props.isMobile ? '12px' : '15px'); }, function (props) { return (props.isMobile ? '241px' : '378px'); }, function (props) { return (props.isMobile ? '20px 20px 18px;' : '35px 35px 25px;'); });
17777
+ var ImageContainer$1 = newStyled.div(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["\n display: flex;\n flex-direction: row;\n max-height: ", ";\n max-width: ", ";\n width: 100%;\n height: 100%;\n column-gap: 4px;\n"], ["\n display: flex;\n flex-direction: row;\n max-height: ", ";\n max-width: ", ";\n width: 100%;\n height: 100%;\n column-gap: 4px;\n"])), function (props) { return (props.isMobile ? '120px' : '180px'); }, function (props) { return (props.isMobile ? '200px' : '320px'); });
17778
+ var ImageCard = newStyled.div(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["\n display: flex;\n min-height: ", ";\n width: ", ";\n flex-wrap: wrap;\n"], ["\n display: flex;\n min-height: ", ";\n width: ", ";\n flex-wrap: wrap;\n"])), function (props) { return (props.isMobile ? '120px' : '180px'); }, function (props) { return (props.isMobile ? '100px' : '160px'); });
17779
+ var UserInfoText = newStyled.div(function (_a) {
17780
+ var theme = _a.theme, isMobile = _a.isMobile, alignCenter = _a.alignCenter;
17781
+ return [
17782
+ UserInfoTextStyles.baseStyles(theme, isMobile, alignCenter),
17783
+ ];
17784
+ });
17785
+ var BeforeAfterCard = function (_a) {
17786
+ var name = _a.name, age = _a.age, months = _a.months, beforeImage = _a.beforeImage, afterImage = _a.afterImage, _b = _a.alignCenter, alignCenter = _b === void 0 ? true : _b;
17787
+ var theme = useTheme();
17788
+ var isMobile = useWindowDimensions({ desktop: 768, mobile: 0 }).isMobile;
17789
+ return (jsxRuntime.jsxs(Container$1, __assign$1({ "data-testid": "Container", isMobile: isMobile }, { children: [jsxRuntime.jsxs(ImageContainer$1, __assign$1({ "data-testid": "ImageContainer", isMobile: isMobile }, { children: [jsxRuntime.jsx(ImageCard, __assign$1({ "data-testid": "ImageCard", isMobile: isMobile }, { children: jsxRuntime.jsx(Image, { borderRadius: "20px", src: beforeImage, alt: "before", height: "100%", width: "100%" }, void 0) }), void 0), jsxRuntime.jsx(ImageCard, __assign$1({ isMobile: isMobile }, { children: jsxRuntime.jsx(Image, { borderRadius: "20px", src: afterImage, alt: "after", height: "100%", width: "100%" }, void 0) }), void 0)] }), void 0), jsxRuntime.jsx(UserInfoText, __assign$1({ "data-testid": "UserInfoText", theme: theme, isMobile: isMobile, alignCenter: alignCenter }, { children: "".concat(name, ", ").concat(age, " | ").concat(months, " months") }), void 0)] }), void 0));
17790
+ };
17791
+ var templateObject_1$1, templateObject_2$1, templateObject_3$1;
17792
+
17793
+ var Container = newStyled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n border-radius: 10px;\n max-width: ", ";\n width: 100%;\n height: 100%;\n flex-wrap: wrap;\n row-gap: 15px;\n"], ["\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n border-radius: 10px;\n max-width: ", ";\n width: 100%;\n height: 100%;\n flex-wrap: wrap;\n row-gap: 15px;\n"])), function (props) { return (props.isMobile ? '200px' : '207px'); });
17794
+ var ImageContainer = newStyled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n max-width: ", ";\n height: ", ";\n"], ["\n display: flex;\n max-width: ", ";\n height: ", ";\n"])), function (props) { return (props.isMobile ? '200px' : '207px'); }, function (props) { return (props.isMobile ? '200px' : '207px'); });
17795
+ var StyledTitle = newStyled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n ", "\n"], ["\n display: flex;\n ", "\n"])), function (_a) {
17796
+ var titlePosition = _a.titlePosition;
17797
+ return titlePosition == 'center' &&
17798
+ "\nalign-items:center;\njustify-content:center;\n";
17799
+ });
17800
+ var ImageCardWithDescription = function (_a) {
17801
+ var image = _a.image, title = _a.title, description = _a.description, _b = _a.titlePosition, titlePosition = _b === void 0 ? 'left' : _b;
17802
+ var isMobile = useWindowDimensions({ desktop: 768, mobile: 0 }).isMobile;
17803
+ return (jsxRuntime.jsxs(Container, __assign$1({ "data-testid": "Container", isMobile: isMobile }, { children: [jsxRuntime.jsx(ImageContainer, __assign$1({ "data-testid": "ImageContainer", isMobile: isMobile }, { children: jsxRuntime.jsx(Image, { src: image, borderRadius: "40px", alt: "before", height: "100%", width: "100%" }, void 0) }), void 0), jsxRuntime.jsx(StyledTitle, __assign$1({ titlePosition: titlePosition, "data-testid": "StyledTitle" }, { children: isMobile ? (jsxRuntime.jsx(Text$6, __assign$1({ variant: "link", weight: "demi" }, { children: title }), void 0)) : (jsxRuntime.jsx(Text$6, __assign$1({ variant: "heading6", weight: "demi" }, { children: title }), void 0)) }), void 0), jsxRuntime.jsx(Text$6, __assign$1({ variant: "link", weight: "regular" }, { children: description }), void 0)] }), void 0));
17804
+ };
17805
+ var templateObject_1, templateObject_2, templateObject_3;
17352
17806
 
17353
17807
  exports.Accordion = Accordion$1;
17354
17808
  exports.AccordionOptions = AccordionOptions;
17355
17809
  exports.AmazonButton = AmazonButton;
17356
17810
  exports.AssetsProvider = AssetsProvider;
17811
+ exports.BeforeAfterCard = BeforeAfterCard;
17357
17812
  exports.Bundle = Bundle;
17358
17813
  exports.ButtonPrimary = ButtonPrimary;
17359
17814
  exports.ButtonSecondary = ButtonSecondary;
@@ -17376,6 +17831,7 @@ exports.Icon = Icon;
17376
17831
  exports.IconButton = IconButton;
17377
17832
  exports.IconsWithTitle = IconsWithTitle;
17378
17833
  exports.Image = Image;
17834
+ exports.ImageCardWithDescription = ImageCardWithDescription;
17379
17835
  exports.Input = Input$1;
17380
17836
  exports.Modal = Modal;
17381
17837
  exports.MultiColorPicker = MultiColorPicker;
@@ -17403,6 +17859,7 @@ exports.ScrollToTop = ScrollToTop;
17403
17859
  exports.SearchBar = SearchBar;
17404
17860
  exports.SearchNavigation = SearchNavigation;
17405
17861
  exports.SeasonOfferTag = SeasonOfferTag;
17862
+ exports.ShortBanner = ShortBanner;
17406
17863
  exports.SimpleDropdown = SimpleDropdown;
17407
17864
  exports.SimpleOrderItem = SimpleOrderItem;
17408
17865
  exports.SingleColorPicker = SingleColorPicker;
@@ -17433,6 +17890,7 @@ exports.isValidDate = isValidDate;
17433
17890
  exports.modalEvent = modalEvent;
17434
17891
  exports.simulateMouseClick = simulateMouseClick;
17435
17892
  exports.sliceString = sliceString;
17893
+ exports.styled = newStyled;
17436
17894
  exports.useModal = useModal;
17437
17895
  exports.useModalEvent = useModalEvent;
17438
17896
  exports.useOnClickOutside = useOnClickOutside;