@billgangcom/theme-lib 1.93.1 → 1.93.2
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/dist/builder.cjs.js +3 -2
- package/dist/builder.es.js +145 -142
- package/package.json +1 -1
package/dist/builder.es.js
CHANGED
|
@@ -3264,7 +3264,10 @@ const I0 = async () => {
|
|
|
3264
3264
|
"/products": "Products",
|
|
3265
3265
|
"/reviews": "Reviews",
|
|
3266
3266
|
"/faqs": "Faqs",
|
|
3267
|
-
"/contact": "Contact"
|
|
3267
|
+
"/contact": "Contact",
|
|
3268
|
+
"/faq": "Faq",
|
|
3269
|
+
"/support": "Support",
|
|
3270
|
+
"/cart": "Cart"
|
|
3268
3271
|
}, A0 = ({ pagePath: e }) => {
|
|
3269
3272
|
const { sourceBlocks: t } = Et(), [n, r] = L.useState(null), [a, o] = L.useState(!0), [i, l] = L.useState(null), { settings: c } = Vt(), { addProducts: d } = er(), { pageContext: f } = Fe(), { isAntistock: h } = nt();
|
|
3270
3273
|
L.useEffect(() => {
|
|
@@ -3334,11 +3337,11 @@ function N0() {
|
|
|
3334
3337
|
return /* @__PURE__ */ s.jsx(A0, { pagePath: e.pathname });
|
|
3335
3338
|
}
|
|
3336
3339
|
const w0 = (e, t) => {
|
|
3337
|
-
console.log("storeSettings", t);
|
|
3338
3340
|
let n = `:root {
|
|
3339
3341
|
`;
|
|
3340
3342
|
if (t && (n += ` --max-width-store: ${t.maxStoreWidth};
|
|
3341
|
-
|
|
3343
|
+
`, t.aspectRatio && (n += ` --aspect-ratio: ${t.aspectRatio};
|
|
3344
|
+
`), t.showParticles !== void 0 && (n += ` --showParticles: ${t.showParticles}`)), e.colors && Object.entries(e.colors).forEach(([r, a]) => {
|
|
3342
3345
|
Object.entries(a).forEach(([o, i]) => {
|
|
3343
3346
|
n += ` --${r}-${o}: ${i};
|
|
3344
3347
|
`;
|
|
@@ -7297,7 +7300,7 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7297
7300
|
method: "post",
|
|
7298
7301
|
body: e
|
|
7299
7302
|
});
|
|
7300
|
-
},
|
|
7303
|
+
}, e2 = () => {
|
|
7301
7304
|
const { error: e, setError: t } = ci(), { pages: n } = Fe(), { setIsOpen: r } = Ne(), { title: a, description: o, setOnConfirm: i, setTitle: l, setDescription: c } = tr(), { setBlocks: d } = et();
|
|
7302
7305
|
async function f() {
|
|
7303
7306
|
await Ki({
|
|
@@ -7355,7 +7358,7 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7355
7358
|
}
|
|
7356
7359
|
)
|
|
7357
7360
|
] });
|
|
7358
|
-
},
|
|
7361
|
+
}, t2 = (e) => {
|
|
7359
7362
|
const { children: t } = e, { pathname: n } = Vr(), { setActiveBlock: r } = za(), { setActiveBlock: a } = De(), { setActiveBlock: o } = En();
|
|
7360
7363
|
return L.useEffect(() => {
|
|
7361
7364
|
switch (o({
|
|
@@ -7391,16 +7394,16 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7391
7394
|
break;
|
|
7392
7395
|
}
|
|
7393
7396
|
}, [n]), /* @__PURE__ */ s.jsx(s.Fragment, { children: t });
|
|
7394
|
-
},
|
|
7395
|
-
lock:
|
|
7396
|
-
wrapper:
|
|
7397
|
-
content:
|
|
7398
|
-
info:
|
|
7399
|
-
buttons:
|
|
7400
|
-
button:
|
|
7401
|
-
input:
|
|
7402
|
-
error:
|
|
7403
|
-
},
|
|
7397
|
+
}, n2 = "_lock_1mxa7_1", r2 = "_wrapper_1mxa7_12", a2 = "_content_1mxa7_22", o2 = "_info_1mxa7_31", i2 = "_buttons_1mxa7_38", s2 = "_button_1mxa7_38", l2 = "_input_1mxa7_50", u2 = "_error_1mxa7_57", At = {
|
|
7398
|
+
lock: n2,
|
|
7399
|
+
wrapper: r2,
|
|
7400
|
+
content: a2,
|
|
7401
|
+
info: o2,
|
|
7402
|
+
buttons: i2,
|
|
7403
|
+
button: s2,
|
|
7404
|
+
input: l2,
|
|
7405
|
+
error: u2
|
|
7406
|
+
}, c2 = () => {
|
|
7404
7407
|
const [e, t] = L.useState(!1), [n, r] = L.useState(!1), [a, o] = L.useState(""), { general: i, setGeneral: l, isAntistock: c } = nt(), { setShopPassword: d } = qt(), f = Vr(), h = Pe();
|
|
7405
7408
|
L.useEffect(() => {
|
|
7406
7409
|
if (i && (!i.info.passwordProtected || i.isPasswordValid)) {
|
|
@@ -7500,9 +7503,9 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7500
7503
|
] }),
|
|
7501
7504
|
e && /* @__PURE__ */ s.jsx(_t, {})
|
|
7502
7505
|
] });
|
|
7503
|
-
},
|
|
7504
|
-
notifications:
|
|
7505
|
-
},
|
|
7506
|
+
}, d2 = "_notifications_2ywhg_1", h2 = {
|
|
7507
|
+
notifications: d2
|
|
7508
|
+
}, f2 = ({ children: e }) => {
|
|
7506
7509
|
const t = Vr(), { token: n, setToken: r } = qt(), { dashInfo: a, setDashInfo: o } = qr(), { shopPassword: i } = qt(), l = Pe(), [c, d] = _l(), { notifications: f } = Xe(), [h, p] = L.useState(!0), { setCustomerEmail: m } = Gr(), { setThemeSettings: b, themeSettings: g } = De(), { settings: y, setSettings: I } = Vt(), { setHeader: A, setFooter: S, setAnnouncement: O } = et(), { general: v, setGeneral: k } = nt(), { pageContext: W, setPageContext: Y } = Fe();
|
|
7507
7510
|
ed((v == null ? void 0 : v.info.id) || localStorage.getItem("shopId") || "");
|
|
7508
7511
|
const J = async () => {
|
|
@@ -7561,7 +7564,7 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7561
7564
|
}
|
|
7562
7565
|
) : /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
7563
7566
|
e,
|
|
7564
|
-
f.length > 0 && /* @__PURE__ */ s.jsx("div", { className:
|
|
7567
|
+
f.length > 0 && /* @__PURE__ */ s.jsx("div", { className: h2.notifications, children: f.map((N) => /* @__PURE__ */ s.jsx(
|
|
7565
7568
|
vl,
|
|
7566
7569
|
{
|
|
7567
7570
|
type: N.status,
|
|
@@ -7573,7 +7576,7 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7573
7576
|
N.id
|
|
7574
7577
|
)) })
|
|
7575
7578
|
] }) });
|
|
7576
|
-
},
|
|
7579
|
+
}, m2 = () => (L.useEffect(() => {
|
|
7577
7580
|
setTimeout(() => {
|
|
7578
7581
|
window.location.reload();
|
|
7579
7582
|
}, 500);
|
|
@@ -7589,10 +7592,10 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7589
7592
|
},
|
|
7590
7593
|
children: /* @__PURE__ */ s.jsx(_t, {})
|
|
7591
7594
|
}
|
|
7592
|
-
)),
|
|
7593
|
-
wrapper:
|
|
7594
|
-
content:
|
|
7595
|
-
title:
|
|
7595
|
+
)), p2 = "_wrapper_rccv2_1", g2 = "_content_rccv2_11", b2 = "_title_rccv2_21", Io = {
|
|
7596
|
+
wrapper: p2,
|
|
7597
|
+
content: g2,
|
|
7598
|
+
title: b2
|
|
7596
7599
|
}, Zt = () => {
|
|
7597
7600
|
const e = Pe();
|
|
7598
7601
|
return /* @__PURE__ */ s.jsx("div", { className: Io.wrapper, children: /* @__PURE__ */ s.jsxs("div", { className: Io.content, children: [
|
|
@@ -7608,7 +7611,7 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7608
7611
|
}
|
|
7609
7612
|
)
|
|
7610
7613
|
] }) });
|
|
7611
|
-
},
|
|
7614
|
+
}, I2 = ({
|
|
7612
7615
|
children: e,
|
|
7613
7616
|
shopDomain: t,
|
|
7614
7617
|
shopId: n,
|
|
@@ -7637,21 +7640,21 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7637
7640
|
};
|
|
7638
7641
|
o(t), i(n), r && l(r), a && h(a), p(), m(), b();
|
|
7639
7642
|
}, [t, n, r]), /* @__PURE__ */ s.jsx(s.Fragment, { children: e });
|
|
7640
|
-
},
|
|
7641
|
-
checkoutItemsContainer:
|
|
7642
|
-
innerContainer:
|
|
7643
|
-
headerSection:
|
|
7644
|
-
header:
|
|
7645
|
-
productsContainer:
|
|
7646
|
-
couponContainer:
|
|
7647
|
-
checkoutFooter:
|
|
7648
|
-
},
|
|
7649
|
-
checkoutFooter:
|
|
7650
|
-
footerBranding:
|
|
7651
|
-
poweredText:
|
|
7652
|
-
antistockLink:
|
|
7653
|
-
footerNav:
|
|
7654
|
-
},
|
|
7643
|
+
}, T2 = "_checkoutItemsContainer_1kn61_2", _2 = "_innerContainer_1kn61_16", E2 = "_headerSection_1kn61_22", C2 = "_header_1kn61_22", S2 = "_productsContainer_1kn61_47", x2 = "_couponContainer_1kn61_54", y2 = "_checkoutFooter_1kn61_58", kn = {
|
|
7644
|
+
checkoutItemsContainer: T2,
|
|
7645
|
+
innerContainer: _2,
|
|
7646
|
+
headerSection: E2,
|
|
7647
|
+
header: C2,
|
|
7648
|
+
productsContainer: S2,
|
|
7649
|
+
couponContainer: x2,
|
|
7650
|
+
checkoutFooter: y2
|
|
7651
|
+
}, k2 = "_checkoutFooter_14a43_1", A2 = "_footerBranding_14a43_10", N2 = "_poweredText_14a43_15", w2 = "_antistockLink_14a43_19", L2 = "_footerNav_14a43_27", Er = {
|
|
7652
|
+
checkoutFooter: k2,
|
|
7653
|
+
footerBranding: A2,
|
|
7654
|
+
poweredText: N2,
|
|
7655
|
+
antistockLink: w2,
|
|
7656
|
+
footerNav: L2
|
|
7657
|
+
}, v2 = "data:image/svg+xml,%3csvg%20width='100'%20height='26'%20viewBox='0%200%20100%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.3996%203.39999V12.8228L16.2964%2014.1313V8.89738L7.69363%2011.587V6.87107L20.3996%203.39999Z'%20fill='%23FF3F19'/%3e%3cpath%20d='M16.2964%2014.1313L16.2962%2018.6292L3.59961%2022.6V12.7592L7.69363%2011.587L7.69344%2016.9118L16.2964%2014.1313Z'%20fill='%23FF3F19'/%3e%3cpath%20d='M95.6308%2022C93.4931%2022%2091.8804%2020.882%2091.4678%2019.1776L93.118%2019.0676C93.4181%2019.984%2094.0931%2020.5338%2095.6308%2020.5338C97.4311%2020.5338%2098.4249%2019.8373%2098.4249%2018.4078V16.8316C97.9374%2017.858%2096.8122%2018.5178%2095.5183%2018.5178C92.9868%2018.5178%2091.1865%2016.575%2091.1865%2013.8076C91.1865%2011.0401%2092.9492%209.09737%2095.4433%209.09737C96.831%209.09737%2098.0499%209.77549%2098.5%2010.8568V9.3173H100V18.3711C100%2020.6438%2098.3687%2022%2095.6308%2022ZM95.5933%2017.0515C97.2998%2017.0515%2098.4062%2015.8053%2098.4249%2013.8076C98.4624%2011.8099%2097.3186%2010.5636%2095.5933%2010.5636C93.8494%2010.5636%2092.8367%2011.8099%2092.8367%2013.8076C92.8367%2015.8053%2093.8869%2017.0515%2095.5933%2017.0515Z'%20fill='%23252525'/%3e%3cpath%20d='M81.1836%2019.0309V9.3173H82.6275L82.665%2011.0584C83.1901%209.72051%2084.3527%209.09737%2085.7217%209.09737C87.9907%209.09737%2089.0783%2010.7285%2089.0783%2012.7812V19.0309H87.5031V13.2211C87.5031%2011.425%2086.8843%2010.4536%2085.3841%2010.4536C83.8464%2010.4536%2082.7588%2011.425%2082.7588%2013.2211V19.0309H81.1836Z'%20fill='%23252525'/%3e%3cpath%20d='M73.3176%2019.2509C71.2549%2019.2509%2069.9609%2018.2795%2069.9609%2016.6117C69.9609%2014.9622%2070.9173%2014.0458%2073.0926%2013.6426L76.618%2013.0011C76.618%2011.37%2075.8304%2010.5636%2074.2552%2010.5636C72.8676%2010.5636%2072.0987%2011.1867%2071.7987%2012.3047L70.1297%2012.1764C70.5048%2010.3436%2072.0049%209.09737%2074.2552%209.09737C76.8056%209.09737%2078.1932%2010.6002%2078.1932%2013.0561V17.0699C78.1932%2017.5097%2078.3433%2017.6747%2078.7183%2017.6747H79.1121V19.0309C78.9996%2019.0493%2078.7558%2019.0676%2078.512%2019.0676C77.3119%2019.0676%2076.7681%2018.6094%2076.6368%2017.5281C76.1492%2018.5361%2074.7803%2019.2509%2073.3176%2019.2509ZM73.4676%2017.8946C75.4554%2017.8946%2076.618%2016.6483%2076.618%2015.0355V14.3391L73.3926%2014.9255C72.0425%2015.1638%2071.6111%2015.6586%2071.6111%2016.4651C71.6111%2017.3814%2072.305%2017.8946%2073.4676%2017.8946Z'%20fill='%23252525'/%3e%3cpath%20d='M63.2168%2022C61.079%2022%2059.4663%2020.882%2059.0537%2019.1776L60.704%2019.0676C61.004%2019.984%2061.6791%2020.5338%2063.2168%2020.5338C65.017%2020.5338%2066.0109%2019.8373%2066.0109%2018.4078V16.8316C65.5233%2017.858%2064.3982%2018.5178%2063.1043%2018.5178C60.5727%2018.5178%2058.7725%2016.575%2058.7725%2013.8076C58.7725%2011.0401%2060.5352%209.09737%2063.0293%209.09737C64.4169%209.09737%2065.6358%209.77549%2066.0859%2010.8568V9.3173H67.5861V18.3711C67.5861%2020.6438%2065.9546%2022%2063.2168%2022ZM63.1793%2017.0515C64.8857%2017.0515%2065.9921%2015.8053%2066.0109%2013.8076C66.0484%2011.8099%2064.9045%2010.5636%2063.1793%2010.5636C61.4353%2010.5636%2060.4227%2011.8099%2060.4227%2013.8076C60.4227%2015.8053%2061.4728%2017.0515%2063.1793%2017.0515Z'%20fill='%23252525'/%3e%3cpath%20d='M56.2141%2019.0309C55.0515%2019.0309%2054.2451%2018.4811%2054.2451%2017.1982L54.2639%206.01834H55.8391V17.0699C55.8391%2017.4731%2056.0453%2017.6747%2056.4579%2017.6747H57.3205V19.0309H56.2141Z'%20fill='%23252525'/%3e%3cpath%20d='M51.0686%2019.0309C49.906%2019.0309%2049.0996%2018.4811%2049.0996%2017.1982L49.1184%206.01834H50.6936V17.0699C50.6936%2017.4731%2050.8998%2017.6747%2051.3124%2017.6747H52.175V19.0309H51.0686Z'%20fill='%23252525'/%3e%3cpath%20d='M44.5209%2019.0309V9.3173H46.0961V19.0309H44.5209ZM44.4834%207.79611V6H46.1336V7.79611H44.4834Z'%20fill='%23252525'/%3e%3cpath%20d='M32%2019.0309V6.01834H36.5756C39.726%206.01834%2041.3012%207.09967%2041.3012%209.51891C41.3012%2010.9851%2040.4198%2012.0481%2038.9384%2012.3047C40.7574%2012.5613%2041.8638%2013.7709%2041.8638%2015.4571C41.8638%2017.8213%2040.2323%2019.0309%2037.3257%2019.0309H32ZM37.3257%2017.4914C39.1447%2017.4914%2040.176%2016.74%2040.176%2015.3654C40.176%2013.9908%2039.1447%2013.1844%2037.3257%2013.1844H33.6127V17.4914H37.3257ZM36.5756%2011.6449C38.5258%2011.6449%2039.6135%2010.8935%2039.6135%209.59222C39.6135%208.21765%2038.6008%207.55786%2036.5756%207.55786H33.6127V11.6449H36.5756Z'%20fill='%23252525'/%3e%3c/svg%3e", an = ({ className: e }) => {
|
|
7655
7658
|
const { shopTerms: t, shopPrivacyPolicy: n, shopRefundPolicy: r, shopLogo: a } = qt(), { isAntistock: o } = nt();
|
|
7656
7659
|
return /* @__PURE__ */ s.jsxs("footer", { className: `${Er.checkoutFooter} ${e}`, children: [
|
|
7657
7660
|
/* @__PURE__ */ s.jsxs("div", { className: Er.footerBranding, children: [
|
|
@@ -7685,7 +7688,7 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7685
7688
|
) : a || /* @__PURE__ */ s.jsx(
|
|
7686
7689
|
"img",
|
|
7687
7690
|
{
|
|
7688
|
-
src:
|
|
7691
|
+
src: v2,
|
|
7689
7692
|
alt: "Billgang"
|
|
7690
7693
|
}
|
|
7691
7694
|
)
|
|
@@ -7720,17 +7723,17 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7720
7723
|
) })
|
|
7721
7724
|
] }) })
|
|
7722
7725
|
] });
|
|
7723
|
-
},
|
|
7724
|
-
checkoutHeader:
|
|
7725
|
-
leftContainer:
|
|
7726
|
-
backArrow:
|
|
7727
|
-
logoContainer:
|
|
7728
|
-
logo:
|
|
7729
|
-
antistockLink:
|
|
7730
|
-
},
|
|
7731
|
-
activeBadge:
|
|
7732
|
-
activeBadgeText:
|
|
7733
|
-
},
|
|
7726
|
+
}, P2 = "_checkoutHeader_1stm3_1", D2 = "_leftContainer_1stm3_20", O2 = "_backArrow_1stm3_26", R2 = "_logoContainer_1stm3_38", M2 = "_logo_1stm3_38", B2 = "_antistockLink_1stm3_48", $n = {
|
|
7727
|
+
checkoutHeader: P2,
|
|
7728
|
+
leftContainer: D2,
|
|
7729
|
+
backArrow: O2,
|
|
7730
|
+
logoContainer: R2,
|
|
7731
|
+
logo: M2,
|
|
7732
|
+
antistockLink: B2
|
|
7733
|
+
}, F2 = "_activeBadge_1yb5i_1", j2 = "_activeBadgeText_1yb5i_12", Zi = {
|
|
7734
|
+
activeBadge: F2,
|
|
7735
|
+
activeBadgeText: j2
|
|
7736
|
+
}, H2 = ({ className: e }) => /* @__PURE__ */ s.jsxs("div", { className: V(Zi.activeBadge, e), children: [
|
|
7734
7737
|
/* @__PURE__ */ s.jsx(
|
|
7735
7738
|
z,
|
|
7736
7739
|
{
|
|
@@ -7740,11 +7743,11 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7740
7743
|
}
|
|
7741
7744
|
),
|
|
7742
7745
|
/* @__PURE__ */ s.jsx("p", { className: Zi.activeBadgeText, children: "Active" })
|
|
7743
|
-
] }),
|
|
7744
|
-
timerContainer:
|
|
7745
|
-
timerText: $
|
|
7746
|
-
timerContainerAntistock:
|
|
7747
|
-
},
|
|
7746
|
+
] }), U2 = "_timerContainer_rh66p_2", $2 = "_timerText_rh66p_12", z2 = "_timerContainerAntistock_rh66p_16", To = {
|
|
7747
|
+
timerContainer: U2,
|
|
7748
|
+
timerText: $2,
|
|
7749
|
+
timerContainerAntistock: z2
|
|
7750
|
+
}, W2 = ({ expiresAt: e }) => {
|
|
7748
7751
|
const [t, n] = L.useState(a()), { isAntistock: r } = nt();
|
|
7749
7752
|
function a() {
|
|
7750
7753
|
const o = /* @__PURE__ */ new Date(), i = new Date(e).getTime() - o.getTime();
|
|
@@ -7788,11 +7791,11 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7788
7791
|
}
|
|
7789
7792
|
)
|
|
7790
7793
|
] });
|
|
7791
|
-
},
|
|
7792
|
-
progressBar:
|
|
7793
|
-
progressBarLabel:
|
|
7794
|
-
progressBarTrack:
|
|
7795
|
-
progressBarFill:
|
|
7794
|
+
}, V2 = "_progressBar_mcabf_4", q2 = "_progressBarLabel_mcabf_12", G2 = "_progressBarTrack_mcabf_17", Y2 = "_progressBarFill_mcabf_28", ga = {
|
|
7795
|
+
progressBar: V2,
|
|
7796
|
+
progressBarLabel: q2,
|
|
7797
|
+
progressBarTrack: G2,
|
|
7798
|
+
progressBarFill: Y2
|
|
7796
7799
|
}, Dl = ({
|
|
7797
7800
|
color: e,
|
|
7798
7801
|
percent: t,
|
|
@@ -7812,12 +7815,12 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7812
7815
|
className: ga.progressBarFill
|
|
7813
7816
|
}
|
|
7814
7817
|
) })
|
|
7815
|
-
] }),
|
|
7816
|
-
rating:
|
|
7817
|
-
disabled:
|
|
7818
|
-
ratingStar:
|
|
7819
|
-
inactive:
|
|
7820
|
-
},
|
|
7818
|
+
] }), X2 = "_rating_1bpps_4", Q2 = "_disabled_1bpps_9", K2 = "_ratingStar_1bpps_14", Z2 = "_inactive_1bpps_22", ba = {
|
|
7819
|
+
rating: X2,
|
|
7820
|
+
disabled: Q2,
|
|
7821
|
+
ratingStar: K2,
|
|
7822
|
+
inactive: Z2
|
|
7823
|
+
}, J2 = ({ setRating: e, rating: t, disabled: n }) => {
|
|
7821
7824
|
const [r, a] = L.useState(0), o = (l) => {
|
|
7822
7825
|
n || a(+l.currentTarget.id);
|
|
7823
7826
|
}, i = (l) => {
|
|
@@ -7851,20 +7854,20 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7851
7854
|
))
|
|
7852
7855
|
}
|
|
7853
7856
|
);
|
|
7854
|
-
},
|
|
7855
|
-
inputRange:
|
|
7856
|
-
inputRangeLabel:
|
|
7857
|
-
progressBar:
|
|
7858
|
-
progressBarFill:
|
|
7859
|
-
stepsContainer:
|
|
7860
|
-
step:
|
|
7861
|
-
stepDot:
|
|
7862
|
-
current:
|
|
7857
|
+
}, eg = "_inputRange_iv6ow_4", tg = "_inputRangeLabel_iv6ow_14", ng = "_progressBar_iv6ow_22", rg = "_progressBarFill_iv6ow_29", ag = "_stepsContainer_iv6ow_40", og = "_step_iv6ow_40", ig = "_stepDot_iv6ow_57", sg = "_current_iv6ow_61", lg = "_active_iv6ow_69", ug = "_inactive_iv6ow_72", cg = "_tooltip_iv6ow_77", mt = {
|
|
7858
|
+
inputRange: eg,
|
|
7859
|
+
inputRangeLabel: tg,
|
|
7860
|
+
progressBar: ng,
|
|
7861
|
+
progressBarFill: rg,
|
|
7862
|
+
stepsContainer: ag,
|
|
7863
|
+
step: og,
|
|
7864
|
+
stepDot: ig,
|
|
7865
|
+
current: sg,
|
|
7863
7866
|
default: "_default_iv6ow_65",
|
|
7864
|
-
active:
|
|
7865
|
-
inactive:
|
|
7866
|
-
tooltip:
|
|
7867
|
-
},
|
|
7867
|
+
active: lg,
|
|
7868
|
+
inactive: ug,
|
|
7869
|
+
tooltip: cg
|
|
7870
|
+
}, dg = ({ totalSteps: e, step: t, onStepChange: n, label: r }) => {
|
|
7868
7871
|
const [a, o] = L.useState(t), i = a === 1 ? 0 : (a - 1) / (e - 1) * 100, l = (c) => {
|
|
7869
7872
|
o(c), n(c);
|
|
7870
7873
|
};
|
|
@@ -7947,15 +7950,15 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
7947
7950
|
}
|
|
7948
7951
|
) })
|
|
7949
7952
|
] }),
|
|
7950
|
-
t && /* @__PURE__ */ s.jsx(
|
|
7953
|
+
t && /* @__PURE__ */ s.jsx(W2, { expiresAt: t })
|
|
7951
7954
|
] });
|
|
7952
|
-
},
|
|
7953
|
-
checkoutPrices:
|
|
7954
|
-
priceRow:
|
|
7955
|
-
label:
|
|
7956
|
-
totalRow:
|
|
7957
|
-
totalLabel:
|
|
7958
|
-
totalValue:
|
|
7955
|
+
}, hg = "_checkoutPrices_vp75r_1", fg = "_priceRow_vp75r_12", mg = "_label_vp75r_22", pg = "_totalRow_vp75r_26", gg = "_totalLabel_vp75r_37", bg = "_totalValue_vp75r_42", Bt = {
|
|
7956
|
+
checkoutPrices: hg,
|
|
7957
|
+
priceRow: fg,
|
|
7958
|
+
label: mg,
|
|
7959
|
+
totalRow: pg,
|
|
7960
|
+
totalLabel: gg,
|
|
7961
|
+
totalValue: bg
|
|
7959
7962
|
}, Jr = ({
|
|
7960
7963
|
formatter: e,
|
|
7961
7964
|
coupon: t,
|
|
@@ -8040,27 +8043,27 @@ const Y1 = "data:image/svg+xml,%3csvg%20width='204'%20height='241'%20viewBox='0%
|
|
|
8040
8043
|
]
|
|
8041
8044
|
}
|
|
8042
8045
|
);
|
|
8043
|
-
},
|
|
8044
|
-
checkoutProduct:
|
|
8045
|
-
isOrder:
|
|
8046
|
-
productDetails:
|
|
8047
|
-
productImage:
|
|
8048
|
-
isOrderImage:
|
|
8049
|
-
productImageAntistock:
|
|
8050
|
-
image:
|
|
8051
|
-
productInfo:
|
|
8052
|
-
productHeader:
|
|
8053
|
-
quantityBadge:
|
|
8054
|
-
productDescription:
|
|
8055
|
-
productPrice:
|
|
8056
|
-
deliveryCategories:
|
|
8057
|
-
customerNote:
|
|
8058
|
-
noteHeader:
|
|
8059
|
-
logoContainer:
|
|
8060
|
-
shopName:
|
|
8061
|
-
noteContent:
|
|
8062
|
-
productName:
|
|
8063
|
-
link:
|
|
8046
|
+
}, Ig = "_checkoutProduct_1m07g_1", Tg = "_isOrder_1m07g_1", _g = "_productDetails_1m07g_10", Eg = "_productImage_1m07g_16", Cg = "_isOrderImage_1m07g_26", Sg = "_productImageAntistock_1m07g_30", xg = "_image_1m07g_35", yg = "_productInfo_1m07g_40", kg = "_productHeader_1m07g_45", Ag = "_quantityBadge_1m07g_51", Ng = "_productDescription_1m07g_62", wg = "_productPrice_1m07g_69", Lg = "_deliveryCategories_1m07g_78", vg = "_customerNote_1m07g_86", Pg = "_noteHeader_1m07g_93", Dg = "_logoContainer_1m07g_99", Og = "_shopName_1m07g_111", Rg = "_noteContent_1m07g_115", Mg = "_productName_1m07g_121", Bg = "_link_1m07g_126", Le = {
|
|
8047
|
+
checkoutProduct: Ig,
|
|
8048
|
+
isOrder: Tg,
|
|
8049
|
+
productDetails: _g,
|
|
8050
|
+
productImage: Eg,
|
|
8051
|
+
isOrderImage: Cg,
|
|
8052
|
+
productImageAntistock: Sg,
|
|
8053
|
+
image: xg,
|
|
8054
|
+
productInfo: yg,
|
|
8055
|
+
productHeader: kg,
|
|
8056
|
+
quantityBadge: Ag,
|
|
8057
|
+
productDescription: Ng,
|
|
8058
|
+
productPrice: wg,
|
|
8059
|
+
deliveryCategories: Lg,
|
|
8060
|
+
customerNote: vg,
|
|
8061
|
+
noteHeader: Pg,
|
|
8062
|
+
logoContainer: Dg,
|
|
8063
|
+
shopName: Og,
|
|
8064
|
+
noteContent: Rg,
|
|
8065
|
+
productName: Mg,
|
|
8066
|
+
link: Bg
|
|
8064
8067
|
};
|
|
8065
8068
|
function Ji(e) {
|
|
8066
8069
|
const t = [], n = String(e || "");
|
|
@@ -8078,16 +8081,16 @@ function Ol(e, t) {
|
|
|
8078
8081
|
(n.padRight ? " " : "") + "," + (n.padLeft === !1 ? "" : " ")
|
|
8079
8082
|
).trim();
|
|
8080
8083
|
}
|
|
8081
|
-
const
|
|
8084
|
+
const Fg = /^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u, jg = /^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u, Hg = {};
|
|
8082
8085
|
function es(e, t) {
|
|
8083
|
-
return (
|
|
8086
|
+
return (Hg.jsx ? jg : Fg).test(e);
|
|
8084
8087
|
}
|
|
8085
|
-
const
|
|
8086
|
-
function $
|
|
8088
|
+
const Ug = /[ \t\n\f\r]/g;
|
|
8089
|
+
function $g(e) {
|
|
8087
8090
|
return typeof e == "object" ? e.type === "text" ? ts(e.value) : !1 : ts(e);
|
|
8088
8091
|
}
|
|
8089
8092
|
function ts(e) {
|
|
8090
|
-
return e.replace(
|
|
8093
|
+
return e.replace(Ug, "") === "";
|
|
8091
8094
|
}
|
|
8092
8095
|
let ea = class {
|
|
8093
8096
|
/**
|
|
@@ -8141,10 +8144,10 @@ st.prototype.overloadedBoolean = !1;
|
|
|
8141
8144
|
st.prototype.property = "";
|
|
8142
8145
|
st.prototype.spaceSeparated = !1;
|
|
8143
8146
|
st.prototype.space = void 0;
|
|
8144
|
-
let
|
|
8147
|
+
let zg = 0;
|
|
8145
8148
|
const ie = Rn(), Me = Rn(), Ml = Rn(), F = Rn(), xe = Rn(), Yn = Rn(), ut = Rn();
|
|
8146
8149
|
function Rn() {
|
|
8147
|
-
return 2 ** ++
|
|
8150
|
+
return 2 ** ++zg;
|
|
8148
8151
|
}
|
|
8149
8152
|
const Wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8150
8153
|
__proto__: null,
|
|
@@ -8261,7 +8264,7 @@ function Fl(e, t) {
|
|
|
8261
8264
|
function jl(e, t) {
|
|
8262
8265
|
return Fl(e, t.toLowerCase());
|
|
8263
8266
|
}
|
|
8264
|
-
const
|
|
8267
|
+
const Wg = ar({
|
|
8265
8268
|
attributes: {
|
|
8266
8269
|
acceptcharset: "accept-charset",
|
|
8267
8270
|
classname: "class",
|
|
@@ -8622,7 +8625,7 @@ const W2 = ar({
|
|
|
8622
8625
|
},
|
|
8623
8626
|
space: "html",
|
|
8624
8627
|
transform: jl
|
|
8625
|
-
}),
|
|
8628
|
+
}), Vg = ar({
|
|
8626
8629
|
attributes: {
|
|
8627
8630
|
accentHeight: "accent-height",
|
|
8628
8631
|
alignmentBaseline: "alignment-baseline",
|
|
@@ -9206,7 +9209,7 @@ const W2 = ar({
|
|
|
9206
9209
|
transform(e, t) {
|
|
9207
9210
|
return "xml:" + t.slice(3).toLowerCase();
|
|
9208
9211
|
}
|
|
9209
|
-
}),
|
|
9212
|
+
}), qg = {
|
|
9210
9213
|
classId: "classID",
|
|
9211
9214
|
dataType: "datatype",
|
|
9212
9215
|
itemId: "itemID",
|
|
@@ -9224,20 +9227,20 @@ const W2 = ar({
|
|
|
9224
9227
|
xLinkTitle: "xlinkTitle",
|
|
9225
9228
|
xLinkType: "xlinkType",
|
|
9226
9229
|
xmlnsXLink: "xmlnsXlink"
|
|
9227
|
-
},
|
|
9230
|
+
}, Gg = /[A-Z]/g, rs = /-[a-z]/g, Yg = /^data[-\w.:]+$/i;
|
|
9228
9231
|
function gi(e, t) {
|
|
9229
9232
|
const n = Ur(t);
|
|
9230
9233
|
let r = t, a = st;
|
|
9231
9234
|
if (n in e.normal)
|
|
9232
9235
|
return e.property[e.normal[n]];
|
|
9233
|
-
if (n.length > 4 && n.slice(0, 4) === "data" &&
|
|
9236
|
+
if (n.length > 4 && n.slice(0, 4) === "data" && Yg.test(t)) {
|
|
9234
9237
|
if (t.charAt(4) === "-") {
|
|
9235
|
-
const o = t.slice(5).replace(rs,
|
|
9238
|
+
const o = t.slice(5).replace(rs, Qg);
|
|
9236
9239
|
r = "data" + o.charAt(0).toUpperCase() + o.slice(1);
|
|
9237
9240
|
} else {
|
|
9238
9241
|
const o = t.slice(4);
|
|
9239
9242
|
if (!rs.test(o)) {
|
|
9240
|
-
let i = o.replace(
|
|
9243
|
+
let i = o.replace(Gg, Xg);
|
|
9241
9244
|
i.charAt(0) !== "-" && (i = "-" + i), t = "data" + i;
|
|
9242
9245
|
}
|
|
9243
9246
|
}
|
|
@@ -9245,13 +9248,13 @@ function gi(e, t) {
|
|
|
9245
9248
|
}
|
|
9246
9249
|
return new a(r, t);
|
|
9247
9250
|
}
|
|
9248
|
-
function
|
|
9251
|
+
function Xg(e) {
|
|
9249
9252
|
return "-" + e.toLowerCase();
|
|
9250
9253
|
}
|
|
9251
|
-
function
|
|
9254
|
+
function Qg(e) {
|
|
9252
9255
|
return e.charAt(1).toUpperCase();
|
|
9253
9256
|
}
|
|
9254
|
-
const qa = Rl([Bl,
|
|
9257
|
+
const qa = Rl([Bl, Wg, Hl, Ul, $l], "html"), or = Rl([Bl, Vg, Hl, Ul, $l], "svg");
|
|
9255
9258
|
function as(e) {
|
|
9256
9259
|
const t = String(e || "").trim();
|
|
9257
9260
|
return t ? t.split(/[ \t\n\r\f]+/g) : [];
|
|
@@ -9259,7 +9262,7 @@ function as(e) {
|
|
|
9259
9262
|
function zl(e) {
|
|
9260
9263
|
return e.join(" ").trim();
|
|
9261
9264
|
}
|
|
9262
|
-
var Wl = {}, os = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,
|
|
9265
|
+
var Wl = {}, os = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, Kg = /\n/g, Zg = /^\s*/, Jg = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, eb = /^:\s*/, tb = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/, nb = /^[;\s]*/, rb = /^\s+|\s+$/g, ab = `
|
|
9263
9266
|
`, is = "/", ss = "*", vn = "", ob = "comment", ib = "declaration", sb = function(e, t) {
|
|
9264
9267
|
if (typeof e != "string")
|
|
9265
9268
|
throw new TypeError("First argument must be a string");
|
|
@@ -9267,7 +9270,7 @@ var Wl = {}, os = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, K2 = /\n/g, Z2 = /^\s*/, J2
|
|
|
9267
9270
|
t = t || {};
|
|
9268
9271
|
var n = 1, r = 1;
|
|
9269
9272
|
function a(b) {
|
|
9270
|
-
var g = b.match(
|
|
9273
|
+
var g = b.match(Kg);
|
|
9271
9274
|
g && (n += g.length);
|
|
9272
9275
|
var y = b.lastIndexOf(ab);
|
|
9273
9276
|
r = ~y ? b.length - y : r + b.length;
|
|
@@ -9296,7 +9299,7 @@ var Wl = {}, os = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, K2 = /\n/g, Z2 = /^\s*/, J2
|
|
|
9296
9299
|
}
|
|
9297
9300
|
}
|
|
9298
9301
|
function d() {
|
|
9299
|
-
c(
|
|
9302
|
+
c(Zg);
|
|
9300
9303
|
}
|
|
9301
9304
|
function f(b) {
|
|
9302
9305
|
var g;
|
|
@@ -9319,7 +9322,7 @@ var Wl = {}, os = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, K2 = /\n/g, Z2 = /^\s*/, J2
|
|
|
9319
9322
|
}
|
|
9320
9323
|
}
|
|
9321
9324
|
function p() {
|
|
9322
|
-
var b = o(), g = c(
|
|
9325
|
+
var b = o(), g = c(Jg);
|
|
9323
9326
|
if (g) {
|
|
9324
9327
|
if (h(), !c(eb)) return l("property missing ':'");
|
|
9325
9328
|
var y = c(tb), I = b({
|
|
@@ -9538,7 +9541,7 @@ function Tb(e, t, n) {
|
|
|
9538
9541
|
const o = Xl(e, t.tagName, !1), i = Ab(e, t);
|
|
9539
9542
|
let l = Ti(e, t);
|
|
9540
9543
|
return gb.has(t.tagName) && (l = l.filter(function(c) {
|
|
9541
|
-
return typeof c == "string" ? !$
|
|
9544
|
+
return typeof c == "string" ? !$g(c) : !0;
|
|
9542
9545
|
})), Yl(e, i, o, t), Ii(i, l), e.ancestors.pop(), e.schema = r, e.create(t, o, i, n);
|
|
9543
9546
|
}
|
|
9544
9547
|
function _b(e, t) {
|
|
@@ -9684,7 +9687,7 @@ function wb(e, t, n) {
|
|
|
9684
9687
|
return e.stylePropertyNameCase === "css" && (a = vb(a)), ["style", a];
|
|
9685
9688
|
}
|
|
9686
9689
|
return [
|
|
9687
|
-
e.elementAttributeNameCase === "react" && r.space ?
|
|
9690
|
+
e.elementAttributeNameCase === "react" && r.space ? qg[r.property] || r.property : r.attribute,
|
|
9688
9691
|
n
|
|
9689
9692
|
];
|
|
9690
9693
|
}
|
|
@@ -24621,7 +24624,7 @@ const Fi = ({ isOrder: e, product: t }) => {
|
|
|
24621
24624
|
}
|
|
24622
24625
|
) : /* @__PURE__ */ s.jsx(z, { name: "UserCircle" }) }),
|
|
24623
24626
|
/* @__PURE__ */ s.jsx("p", { children: t.username }),
|
|
24624
|
-
/* @__PURE__ */ s.jsx(
|
|
24627
|
+
/* @__PURE__ */ s.jsx(H2, {})
|
|
24625
24628
|
] }),
|
|
24626
24629
|
/* @__PURE__ */ s.jsx(
|
|
24627
24630
|
pe,
|
|
@@ -26228,7 +26231,7 @@ const Fi = ({ isOrder: e, product: t }) => {
|
|
|
26228
26231
|
] }) : /* @__PURE__ */ s.jsxs("div", { className: V(Fo.leaveReviewContainer, n), children: [
|
|
26229
26232
|
/* @__PURE__ */ s.jsx("p", { className: Fo.leaveReviewTitle, children: "Leave a review" }),
|
|
26230
26233
|
/* @__PURE__ */ s.jsx(
|
|
26231
|
-
|
|
26234
|
+
J2,
|
|
26232
26235
|
{
|
|
26233
26236
|
rating: r,
|
|
26234
26237
|
setRating: a,
|
|
@@ -26392,7 +26395,7 @@ const Fi = ({ isOrder: e, product: t }) => {
|
|
|
26392
26395
|
] }),
|
|
26393
26396
|
/* @__PURE__ */ s.jsxs("div", { className: wn.content, children: [
|
|
26394
26397
|
/* @__PURE__ */ s.jsx(
|
|
26395
|
-
|
|
26398
|
+
dg,
|
|
26396
26399
|
{
|
|
26397
26400
|
step: o,
|
|
26398
26401
|
totalSteps: 12,
|
|
@@ -27233,20 +27236,20 @@ const z6 = "_wrapper_11zbl_1", W6 = "_ticketContainer_11zbl_23", V6 = "_title_11
|
|
|
27233
27236
|
const $ = Dd([
|
|
27234
27237
|
{
|
|
27235
27238
|
element: /* @__PURE__ */ s.jsx(
|
|
27236
|
-
|
|
27239
|
+
I2,
|
|
27237
27240
|
{
|
|
27238
27241
|
shopDomain: Y,
|
|
27239
27242
|
shopId: N,
|
|
27240
27243
|
shopPassword: J || void 0,
|
|
27241
27244
|
shopLogo: l,
|
|
27242
|
-
children: /* @__PURE__ */ s.jsx(Ui, { children: /* @__PURE__ */ s.jsx(
|
|
27245
|
+
children: /* @__PURE__ */ s.jsx(Ui, { children: /* @__PURE__ */ s.jsx(f2, { children: /* @__PURE__ */ s.jsx(Rd, {}) }) })
|
|
27243
27246
|
}
|
|
27244
27247
|
),
|
|
27245
|
-
errorElement: /* @__PURE__ */ s.jsx(
|
|
27248
|
+
errorElement: /* @__PURE__ */ s.jsx(m2, {}),
|
|
27246
27249
|
children: [
|
|
27247
27250
|
{
|
|
27248
27251
|
path: "/admin/builder/*",
|
|
27249
|
-
element: /* @__PURE__ */ s.jsx(
|
|
27252
|
+
element: /* @__PURE__ */ s.jsx(t2, { children: /* @__PURE__ */ s.jsx(
|
|
27250
27253
|
X1,
|
|
27251
27254
|
{
|
|
27252
27255
|
blocks: t,
|
|
@@ -27256,7 +27259,7 @@ const z6 = "_wrapper_11zbl_1", W6 = "_ticketContainer_11zbl_23", V6 = "_title_11
|
|
|
27256
27259
|
announcement: o
|
|
27257
27260
|
}
|
|
27258
27261
|
) }),
|
|
27259
|
-
errorElement: /* @__PURE__ */ s.jsx(
|
|
27262
|
+
errorElement: /* @__PURE__ */ s.jsx(e2, {})
|
|
27260
27263
|
},
|
|
27261
27264
|
...i,
|
|
27262
27265
|
{
|
|
@@ -27325,7 +27328,7 @@ const z6 = "_wrapper_11zbl_1", W6 = "_ticketContainer_11zbl_23", V6 = "_title_11
|
|
|
27325
27328
|
},
|
|
27326
27329
|
{
|
|
27327
27330
|
path: "/validation",
|
|
27328
|
-
element: /* @__PURE__ */ s.jsx(
|
|
27331
|
+
element: /* @__PURE__ */ s.jsx(c2, {}),
|
|
27329
27332
|
errorElement: /* @__PURE__ */ s.jsx(Zt, {}),
|
|
27330
27333
|
loader: () => (document.title = "Validation", !0)
|
|
27331
27334
|
},
|