@pmax-lt/ui-react 0.1.1 → 0.2.1
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/README.md +0 -1
- package/dist/components/Logo.d.ts +8 -7
- package/dist/index.js +299 -285
- package/dist/index.js.map +1 -1
- package/dist/pmax-ui-react.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -278,7 +278,7 @@ var w = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, T = v, E = (e
|
|
|
278
278
|
sm: 16,
|
|
279
279
|
md: 20,
|
|
280
280
|
lg: 24
|
|
281
|
-
},
|
|
281
|
+
}, ee = o(function({ as: e = "button", icon: r, label: i, variant: a, size: o = "md", badge: s, className: c, ...l }, u) {
|
|
282
282
|
return /* @__PURE__ */ n(e, {
|
|
283
283
|
ref: u,
|
|
284
284
|
type: e === "button" ? "button" : void 0,
|
|
@@ -297,18 +297,18 @@ var w = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, T = v, E = (e
|
|
|
297
297
|
children: s
|
|
298
298
|
})]
|
|
299
299
|
});
|
|
300
|
-
}),
|
|
300
|
+
}), N = {
|
|
301
301
|
base: "_base_1cws8_1",
|
|
302
302
|
ink: "_ink_1cws8_15",
|
|
303
303
|
subtle: "_subtle_1cws8_20"
|
|
304
304
|
};
|
|
305
305
|
//#endregion
|
|
306
306
|
//#region src/primitives/CountPill.tsx
|
|
307
|
-
function
|
|
307
|
+
function P({ value: e, tone: n = "ink", className: r }) {
|
|
308
308
|
let i = e > 999 ? "999+" : String(e);
|
|
309
309
|
return /* @__PURE__ */ t("span", {
|
|
310
310
|
"data-pmax": "count-pill",
|
|
311
|
-
className: v(
|
|
311
|
+
className: v(N.base, n === "subtle" ? N.subtle : N.ink, r),
|
|
312
312
|
children: i
|
|
313
313
|
});
|
|
314
314
|
}
|
|
@@ -337,7 +337,7 @@ function te({ selected: e, onToggle: r, count: i, disabled: a, type: o = "checkb
|
|
|
337
337
|
...d
|
|
338
338
|
}),
|
|
339
339
|
s,
|
|
340
|
-
i === void 0 ? null : /* @__PURE__ */ t(
|
|
340
|
+
i === void 0 ? null : /* @__PURE__ */ t(P, {
|
|
341
341
|
value: i,
|
|
342
342
|
tone: e ? "subtle" : "ink"
|
|
343
343
|
})
|
|
@@ -1096,10 +1096,10 @@ function Dt(e) {
|
|
|
1096
1096
|
}
|
|
1097
1097
|
dt(Dt, "getState");
|
|
1098
1098
|
var Ot = {
|
|
1099
|
-
root: "
|
|
1100
|
-
indicator: "
|
|
1101
|
-
"check-pop": "_check-
|
|
1102
|
-
label: "
|
|
1099
|
+
root: "_root_a8gny_1 _focusRing_svxew_10",
|
|
1100
|
+
indicator: "_indicator_a8gny_35",
|
|
1101
|
+
"check-pop": "_check-pop_a8gny_1",
|
|
1102
|
+
label: "_label_a8gny_51"
|
|
1103
1103
|
};
|
|
1104
1104
|
//#endregion
|
|
1105
1105
|
//#region src/primitives/Checkbox.tsx
|
|
@@ -3333,26 +3333,26 @@ function Na(e) {
|
|
|
3333
3333
|
O,
|
|
3334
3334
|
D
|
|
3335
3335
|
]);
|
|
3336
|
-
let
|
|
3336
|
+
let ee = r.useMemo(() => ({
|
|
3337
3337
|
reference: w,
|
|
3338
3338
|
floating: T,
|
|
3339
3339
|
setReference: b,
|
|
3340
3340
|
setFloating: x
|
|
3341
|
-
}), [b, x]),
|
|
3341
|
+
}), [b, x]), N = r.useMemo(() => ({
|
|
3342
3342
|
reference: S,
|
|
3343
3343
|
floating: C
|
|
3344
|
-
}), [S, C]),
|
|
3344
|
+
}), [S, C]), P = r.useMemo(() => {
|
|
3345
3345
|
let e = {
|
|
3346
3346
|
position: n,
|
|
3347
3347
|
left: 0,
|
|
3348
3348
|
top: 0
|
|
3349
3349
|
};
|
|
3350
|
-
if (!
|
|
3351
|
-
let t = ja(
|
|
3350
|
+
if (!N.floating) return e;
|
|
3351
|
+
let t = ja(N.floating, d.x), r = ja(N.floating, d.y);
|
|
3352
3352
|
return c ? {
|
|
3353
3353
|
...e,
|
|
3354
3354
|
transform: "translate(" + t + "px, " + r + "px)",
|
|
3355
|
-
...Aa(
|
|
3355
|
+
...Aa(N.floating) >= 1.5 && { willChange: "transform" }
|
|
3356
3356
|
} : {
|
|
3357
3357
|
position: n,
|
|
3358
3358
|
left: t,
|
|
@@ -3361,22 +3361,22 @@ function Na(e) {
|
|
|
3361
3361
|
}, [
|
|
3362
3362
|
n,
|
|
3363
3363
|
c,
|
|
3364
|
-
|
|
3364
|
+
N.floating,
|
|
3365
3365
|
d.x,
|
|
3366
3366
|
d.y
|
|
3367
3367
|
]);
|
|
3368
3368
|
return r.useMemo(() => ({
|
|
3369
3369
|
...d,
|
|
3370
3370
|
update: j,
|
|
3371
|
-
refs:
|
|
3372
|
-
elements:
|
|
3373
|
-
floatingStyles:
|
|
3371
|
+
refs: ee,
|
|
3372
|
+
elements: N,
|
|
3373
|
+
floatingStyles: P
|
|
3374
3374
|
}), [
|
|
3375
3375
|
d,
|
|
3376
3376
|
j,
|
|
3377
|
+
ee,
|
|
3377
3378
|
N,
|
|
3378
|
-
P
|
|
3379
|
-
ee
|
|
3379
|
+
P
|
|
3380
3380
|
]);
|
|
3381
3381
|
}
|
|
3382
3382
|
var Pa = (e) => {
|
|
@@ -3482,7 +3482,7 @@ var Pa = (e) => {
|
|
|
3482
3482
|
padding: O,
|
|
3483
3483
|
boundary: k.filter(no),
|
|
3484
3484
|
altBoundary: A
|
|
3485
|
-
}, { refs: M, floatingStyles:
|
|
3485
|
+
}, { refs: M, floatingStyles: ee, placement: N, isPositioned: P, middlewareData: F } = Na({
|
|
3486
3486
|
strategy: "fixed",
|
|
3487
3487
|
placement: D,
|
|
3488
3488
|
whileElementsMounted: /* @__PURE__ */ Ua((...e) => ya(...e, { animationFrame: h === "always" }), "whileElementsMounted"),
|
|
@@ -3521,13 +3521,13 @@ var Pa = (e) => {
|
|
|
3521
3521
|
})
|
|
3522
3522
|
]
|
|
3523
3523
|
}), te = v.setPlacementState;
|
|
3524
|
-
B(() => (te(
|
|
3524
|
+
B(() => (te(N), () => {
|
|
3525
3525
|
te(void 0);
|
|
3526
|
-
}), [
|
|
3527
|
-
let [ne, re] = io(
|
|
3526
|
+
}), [N, te]);
|
|
3527
|
+
let [ne, re] = io(N), ie = Kn(g);
|
|
3528
3528
|
B(() => {
|
|
3529
|
-
|
|
3530
|
-
}, [
|
|
3529
|
+
P && ie?.();
|
|
3530
|
+
}, [P, ie]);
|
|
3531
3531
|
let ae = F.arrow?.x, oe = F.arrow?.y, se = F.arrow?.centerOffset !== 0, [ce, le] = r.useState();
|
|
3532
3532
|
return B(() => {
|
|
3533
3533
|
y && le(window.getComputedStyle(y).zIndex);
|
|
@@ -3535,8 +3535,8 @@ var Pa = (e) => {
|
|
|
3535
3535
|
ref: M.setFloating,
|
|
3536
3536
|
"data-radix-popper-content-wrapper": "",
|
|
3537
3537
|
style: {
|
|
3538
|
-
...
|
|
3539
|
-
transform:
|
|
3538
|
+
...ee,
|
|
3539
|
+
transform: P ? ee.transform : "translate(0, -200%)",
|
|
3540
3540
|
minWidth: "max-content",
|
|
3541
3541
|
zIndex: ce,
|
|
3542
3542
|
"--radix-popper-transform-origin": [F.transformOrigin?.x, F.transformOrigin?.y].join(" "),
|
|
@@ -3561,7 +3561,7 @@ var Pa = (e) => {
|
|
|
3561
3561
|
ref: x,
|
|
3562
3562
|
style: {
|
|
3563
3563
|
..._.style,
|
|
3564
|
-
animation:
|
|
3564
|
+
animation: P ? _.style?.animation : "none"
|
|
3565
3565
|
}
|
|
3566
3566
|
})
|
|
3567
3567
|
})
|
|
@@ -4427,10 +4427,10 @@ var uc = "Menu", [dc, fc, pc] = /* @__PURE__ */ Vt(uc), [mc, hc] = /* @__PURE__
|
|
|
4427
4427
|
onDismiss: () => r.onOpenChange(!1)
|
|
4428
4428
|
});
|
|
4429
4429
|
}, "MenuRootContentNonModal")), Pc = /* @__PURE__ */ Je("MenuContent.ScrollLock"), Fc = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ X(function(e, n) {
|
|
4430
|
-
let { __scopeMenu: i, loop: a = !1, trapFocus: o, onOpenAutoFocus: s, onCloseAutoFocus: c, disableOutsidePointerEvents: l, onEntryFocus: u, onEscapeKeyDown: d, onPointerDownOutside: f, onFocusOutside: p, onInteractOutside: m, onDismiss: h, disableOutsideScroll: g, ..._ } = e, v = yc(Oc, i), y = xc(Oc, i), b = gc(i), x = _c(i), S = fc(i), [C, w] = r.useState(null), T = r.useRef(null), E = I(n, T, v.onContentChange), D = r.useRef(0), O = r.useRef(""), k = r.useRef(0), A = r.useRef(null), j = r.useRef("right"), M = r.useRef(0),
|
|
4430
|
+
let { __scopeMenu: i, loop: a = !1, trapFocus: o, onOpenAutoFocus: s, onCloseAutoFocus: c, disableOutsidePointerEvents: l, onEntryFocus: u, onEscapeKeyDown: d, onPointerDownOutside: f, onFocusOutside: p, onInteractOutside: m, onDismiss: h, disableOutsideScroll: g, ..._ } = e, v = yc(Oc, i), y = xc(Oc, i), b = gc(i), x = _c(i), S = fc(i), [C, w] = r.useState(null), T = r.useRef(null), E = I(n, T, v.onContentChange), D = r.useRef(0), O = r.useRef(""), k = r.useRef(0), A = r.useRef(null), j = r.useRef("right"), M = r.useRef(0), ee = g ? ic : r.Fragment, N = g ? {
|
|
4431
4431
|
as: Pc,
|
|
4432
4432
|
allowPinchZoom: !0
|
|
4433
|
-
} : void 0,
|
|
4433
|
+
} : void 0, P = /* @__PURE__ */ X((e) => {
|
|
4434
4434
|
let t = O.current + e, n = S().filter((e) => !e.disabled), r = document.activeElement, i = n.find((e) => e.ref.current === r)?.textValue, a = Qc(n.map((e) => e.textValue), t, i), o = n.find((e) => e.textValue === a)?.ref.current;
|
|
4435
4435
|
(/* @__PURE__ */ X((function e(t) {
|
|
4436
4436
|
O.current = t, window.clearTimeout(D.current), t !== "" && (D.current = window.setTimeout(() => e(""), 1e3));
|
|
@@ -4454,8 +4454,8 @@ var uc = "Menu", [dc, fc, pc] = /* @__PURE__ */ Vt(uc), [mc, hc] = /* @__PURE__
|
|
|
4454
4454
|
onPointerGraceIntentChange: r.useCallback((e) => {
|
|
4455
4455
|
A.current = e;
|
|
4456
4456
|
}, []),
|
|
4457
|
-
children: /* @__PURE__ */ t(
|
|
4458
|
-
...
|
|
4457
|
+
children: /* @__PURE__ */ t(ee, {
|
|
4458
|
+
...N,
|
|
4459
4459
|
children: /* @__PURE__ */ t(_r, {
|
|
4460
4460
|
asChild: !0,
|
|
4461
4461
|
trapped: o,
|
|
@@ -4498,7 +4498,7 @@ var uc = "Menu", [dc, fc, pc] = /* @__PURE__ */ Vt(uc), [mc, hc] = /* @__PURE__
|
|
|
4498
4498
|
},
|
|
4499
4499
|
onKeyDown: z(_.onKeyDown, (e) => {
|
|
4500
4500
|
let t = e.target.closest("[data-radix-menu-content]") === e.currentTarget, n = e.ctrlKey || e.altKey || e.metaKey, r = e.key.length === 1;
|
|
4501
|
-
t && (e.key === "Tab" && e.preventDefault(), !n && r &&
|
|
4501
|
+
t && (e.key === "Tab" && e.preventDefault(), !n && r && P(e.key));
|
|
4502
4502
|
let i = T.current;
|
|
4503
4503
|
if (e.target !== i || !lc.includes(e.key)) return;
|
|
4504
4504
|
e.preventDefault();
|
|
@@ -5211,40 +5211,57 @@ function zu({ message: e, icon: r, dismissible: i, onDismiss: a, storageKey: o }
|
|
|
5211
5211
|
]
|
|
5212
5212
|
});
|
|
5213
5213
|
}
|
|
5214
|
-
var Bu = {
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
v3: "_v3_i17hj_18",
|
|
5219
|
-
symbol: "_symbol_i17hj_25"
|
|
5220
|
-
};
|
|
5221
|
-
//#endregion
|
|
5222
|
-
//#region src/components/Logo.tsx
|
|
5223
|
-
function Vu({ variant: e = "v1", height: r = 32, as: i, className: a }) {
|
|
5224
|
-
let o = i ?? "span";
|
|
5225
|
-
return e === "symbol" ? /* @__PURE__ */ t(o, {
|
|
5214
|
+
var Bu = { mark: "_mark_1q4lp_1" }, Vu = 594, Hu = 157;
|
|
5215
|
+
function Uu({ height: e = 32, as: r, className: i, style: a }) {
|
|
5216
|
+
let o = r ?? "span", s = u();
|
|
5217
|
+
return /* @__PURE__ */ t(o, {
|
|
5226
5218
|
"data-pmax": "logo",
|
|
5227
|
-
className: v(Bu.
|
|
5219
|
+
className: v(Bu.mark, i),
|
|
5228
5220
|
style: {
|
|
5229
|
-
height:
|
|
5230
|
-
|
|
5221
|
+
height: e,
|
|
5222
|
+
...a
|
|
5231
5223
|
},
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
|
|
5224
|
+
children: /* @__PURE__ */ n("svg", {
|
|
5225
|
+
height: e,
|
|
5226
|
+
width: e * Vu / Hu,
|
|
5227
|
+
viewBox: `0 0 ${Vu} ${Hu}`,
|
|
5228
|
+
fill: "none",
|
|
5229
|
+
role: "img",
|
|
5230
|
+
"aria-label": "PMAX",
|
|
5231
|
+
children: [/* @__PURE__ */ n("g", {
|
|
5232
|
+
clipPath: `url(#${s})`,
|
|
5233
|
+
children: [
|
|
5234
|
+
/* @__PURE__ */ t("path", {
|
|
5235
|
+
d: "M157.682 87.7434V24.0053H179.498L211.808 56.2882V157H235.557V56.2882L267.866 24.0053H289.958V157H313.707V16.2794L297.967 0H258.201L223.682 34.4903L189.439 0H149.674L133.657 16.2794V71.464L149.398 87.7434H157.682Z",
|
|
5236
|
+
fill: "currentColor"
|
|
5237
|
+
}),
|
|
5238
|
+
/* @__PURE__ */ t("path", {
|
|
5239
|
+
d: "M379.155 0L332.761 46.355V157.276H356.787V122.51H428.586V157.276H452.335V16.2794L436.318 0H379.155ZM428.586 98.5044H356.787V56.2882L389.096 24.0053H428.586V98.5044Z",
|
|
5240
|
+
fill: "currentColor"
|
|
5241
|
+
}),
|
|
5242
|
+
/* @__PURE__ */ t("path", {
|
|
5243
|
+
d: "M594 0H569.975V31.7311L537.941 63.7381H526.619L494.31 31.7311V0H470.284V41.3884L504.527 75.6028L470.284 110.093V157H494.31V119.75L526.619 87.7434H537.941L569.975 119.75V157H594V110.093L559.757 75.6028L594 41.3884V0Z",
|
|
5244
|
+
fill: "currentColor"
|
|
5245
|
+
}),
|
|
5246
|
+
/* @__PURE__ */ t("path", {
|
|
5247
|
+
d: "M0 0V121.13H24.0251V87.4675H103.556L119.573 71.188V16.2794L103.556 0H0ZM95.5481 63.7381H24.0251V24.0053H95.8243V63.7381H95.5481Z",
|
|
5248
|
+
fill: "currentColor"
|
|
5249
|
+
})
|
|
5250
|
+
]
|
|
5251
|
+
}), /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", {
|
|
5252
|
+
id: s,
|
|
5253
|
+
children: /* @__PURE__ */ t("rect", {
|
|
5254
|
+
width: Vu,
|
|
5255
|
+
height: Hu,
|
|
5256
|
+
fill: "white"
|
|
5257
|
+
})
|
|
5258
|
+
}) })]
|
|
5259
|
+
})
|
|
5243
5260
|
});
|
|
5244
5261
|
}
|
|
5245
5262
|
//#endregion
|
|
5246
5263
|
//#region src/components/ContactItem.tsx
|
|
5247
|
-
var
|
|
5264
|
+
var Wu = {
|
|
5248
5265
|
display: "inline-flex",
|
|
5249
5266
|
alignItems: "center",
|
|
5250
5267
|
gap: 8,
|
|
@@ -5252,10 +5269,10 @@ var Hu = {
|
|
|
5252
5269
|
fontSize: 13,
|
|
5253
5270
|
color: "var(--text-muted)"
|
|
5254
5271
|
};
|
|
5255
|
-
function
|
|
5272
|
+
function Gu({ icon: e, children: r, href: i }) {
|
|
5256
5273
|
let a = /* @__PURE__ */ n("span", {
|
|
5257
5274
|
"data-pmax": "contact-item",
|
|
5258
|
-
style:
|
|
5275
|
+
style: Wu,
|
|
5259
5276
|
children: [/* @__PURE__ */ t(g, {
|
|
5260
5277
|
name: e,
|
|
5261
5278
|
size: 16
|
|
@@ -5272,7 +5289,7 @@ function Uu({ icon: e, children: r, href: i }) {
|
|
|
5272
5289
|
}
|
|
5273
5290
|
//#endregion
|
|
5274
5291
|
//#region src/components/LangSwitcher.tsx
|
|
5275
|
-
function
|
|
5292
|
+
function Ku({ value: e, options: n, onChange: r }) {
|
|
5276
5293
|
return /* @__PURE__ */ t("div", {
|
|
5277
5294
|
"data-pmax": "lang-switcher",
|
|
5278
5295
|
children: /* @__PURE__ */ t(Ol, {
|
|
@@ -5286,10 +5303,10 @@ function Wu({ value: e, options: n, onChange: r }) {
|
|
|
5286
5303
|
}
|
|
5287
5304
|
//#endregion
|
|
5288
5305
|
//#region src/components/CartButton.tsx
|
|
5289
|
-
function
|
|
5306
|
+
function qu({ count: e, href: r = "/cart" }) {
|
|
5290
5307
|
return /* @__PURE__ */ n("div", {
|
|
5291
5308
|
"data-pmax": "cart-button",
|
|
5292
|
-
children: [/* @__PURE__ */ t(
|
|
5309
|
+
children: [/* @__PURE__ */ t(ee, {
|
|
5293
5310
|
as: r ? "a" : "button",
|
|
5294
5311
|
href: r,
|
|
5295
5312
|
icon: "cart",
|
|
@@ -5309,7 +5326,7 @@ function Gu({ count: e, href: r = "/cart" }) {
|
|
|
5309
5326
|
})]
|
|
5310
5327
|
});
|
|
5311
5328
|
}
|
|
5312
|
-
var
|
|
5329
|
+
var Ju = {
|
|
5313
5330
|
link: "_link_icul5_1 _focusRing_svxew_10",
|
|
5314
5331
|
active: "_active_icul5_24",
|
|
5315
5332
|
chevron: "_chevron_icul5_29",
|
|
@@ -5317,22 +5334,22 @@ var Ku = {
|
|
|
5317
5334
|
};
|
|
5318
5335
|
//#endregion
|
|
5319
5336
|
//#region src/components/NavItem.tsx
|
|
5320
|
-
function
|
|
5337
|
+
function Yu({ active: e, hasDropdown: r, open: i, href: a, children: o, onClick: s }) {
|
|
5321
5338
|
return /* @__PURE__ */ n("a", {
|
|
5322
5339
|
"data-pmax": "nav-item",
|
|
5323
5340
|
href: a,
|
|
5324
5341
|
onClick: s,
|
|
5325
5342
|
"aria-current": e ? "page" : void 0,
|
|
5326
5343
|
"aria-expanded": r ? i : void 0,
|
|
5327
|
-
className: v(
|
|
5344
|
+
className: v(Ju.link, e && Ju.active, i && Ju.open),
|
|
5328
5345
|
children: [o, r ? /* @__PURE__ */ t(g, {
|
|
5329
5346
|
name: "chevron-down",
|
|
5330
5347
|
size: 14,
|
|
5331
|
-
className:
|
|
5348
|
+
className: Ju.chevron
|
|
5332
5349
|
}) : null]
|
|
5333
5350
|
});
|
|
5334
5351
|
}
|
|
5335
|
-
var
|
|
5352
|
+
var Xu = {
|
|
5336
5353
|
bar: "_bar_k59n0_1",
|
|
5337
5354
|
primary: "_primary_k59n0_8",
|
|
5338
5355
|
secondary: "_secondary_k59n0_9",
|
|
@@ -5343,39 +5360,39 @@ var Ju = {
|
|
|
5343
5360
|
};
|
|
5344
5361
|
//#endregion
|
|
5345
5362
|
//#region src/components/NavBar.tsx
|
|
5346
|
-
function
|
|
5363
|
+
function Zu({ items: e, activeKey: r, secondaryItems: i }) {
|
|
5347
5364
|
return /* @__PURE__ */ n("nav", {
|
|
5348
5365
|
"data-pmax": "nav-bar",
|
|
5349
|
-
className:
|
|
5366
|
+
className: Xu.bar,
|
|
5350
5367
|
"aria-label": "Primary",
|
|
5351
5368
|
children: [/* @__PURE__ */ t("div", {
|
|
5352
|
-
className:
|
|
5369
|
+
className: Xu.primary,
|
|
5353
5370
|
children: e.map((e) => e.children?.length ? /* @__PURE__ */ n("div", {
|
|
5354
|
-
className:
|
|
5355
|
-
children: [/* @__PURE__ */ t(
|
|
5371
|
+
className: Xu.item,
|
|
5372
|
+
children: [/* @__PURE__ */ t(Yu, {
|
|
5356
5373
|
href: e.href,
|
|
5357
5374
|
active: e.key === r,
|
|
5358
5375
|
hasDropdown: !0,
|
|
5359
5376
|
children: e.label
|
|
5360
5377
|
}), /* @__PURE__ */ t("div", {
|
|
5361
|
-
className:
|
|
5378
|
+
className: Xu.dropdown,
|
|
5362
5379
|
children: /* @__PURE__ */ t("div", {
|
|
5363
|
-
className:
|
|
5380
|
+
className: Xu.panel,
|
|
5364
5381
|
children: e.children.map((e) => /* @__PURE__ */ t("a", {
|
|
5365
5382
|
href: e.href,
|
|
5366
|
-
className:
|
|
5383
|
+
className: Xu.panelLink,
|
|
5367
5384
|
children: e.label
|
|
5368
5385
|
}, e.href))
|
|
5369
5386
|
})
|
|
5370
5387
|
})]
|
|
5371
|
-
}, e.key) : /* @__PURE__ */ t(
|
|
5388
|
+
}, e.key) : /* @__PURE__ */ t(Yu, {
|
|
5372
5389
|
href: e.href,
|
|
5373
5390
|
active: e.key === r,
|
|
5374
5391
|
children: e.label
|
|
5375
5392
|
}, e.key))
|
|
5376
5393
|
}), i?.length ? /* @__PURE__ */ t("div", {
|
|
5377
|
-
className:
|
|
5378
|
-
children: i.map((e) => /* @__PURE__ */ t(
|
|
5394
|
+
className: Xu.secondary,
|
|
5395
|
+
children: i.map((e) => /* @__PURE__ */ t(Yu, {
|
|
5379
5396
|
href: e.href,
|
|
5380
5397
|
active: e.key === r,
|
|
5381
5398
|
children: e.label
|
|
@@ -5383,42 +5400,42 @@ function Yu({ items: e, activeKey: r, secondaryItems: i }) {
|
|
|
5383
5400
|
}) : null]
|
|
5384
5401
|
});
|
|
5385
5402
|
}
|
|
5386
|
-
var
|
|
5403
|
+
var Qu = {
|
|
5387
5404
|
tile: "_tile_iwfq7_1 _focusRing_svxew_10",
|
|
5388
5405
|
selected: "_selected_iwfq7_25",
|
|
5389
5406
|
label: "_label_iwfq7_29"
|
|
5390
5407
|
};
|
|
5391
5408
|
//#endregion
|
|
5392
5409
|
//#region src/components/CategoryTile.tsx
|
|
5393
|
-
function
|
|
5410
|
+
function $u({ icon: e, label: r, href: i, selected: a }) {
|
|
5394
5411
|
return /* @__PURE__ */ n("a", {
|
|
5395
5412
|
"data-pmax": "category-tile",
|
|
5396
5413
|
href: i,
|
|
5397
|
-
className: v(
|
|
5414
|
+
className: v(Qu.tile, a && Qu.selected),
|
|
5398
5415
|
"aria-current": a ? "true" : void 0,
|
|
5399
5416
|
children: [/* @__PURE__ */ t(g, {
|
|
5400
5417
|
name: e,
|
|
5401
5418
|
size: 28
|
|
5402
5419
|
}), /* @__PURE__ */ t("span", {
|
|
5403
|
-
className:
|
|
5420
|
+
className: Qu.label,
|
|
5404
5421
|
children: r
|
|
5405
5422
|
})]
|
|
5406
5423
|
});
|
|
5407
5424
|
}
|
|
5408
|
-
var
|
|
5425
|
+
var ed = { rail: "_rail_ia9r7_1" };
|
|
5409
5426
|
//#endregion
|
|
5410
5427
|
//#region src/components/CategoryRail.tsx
|
|
5411
|
-
function
|
|
5428
|
+
function td({ items: e, selectedKey: n }) {
|
|
5412
5429
|
return /* @__PURE__ */ t("div", {
|
|
5413
5430
|
"data-pmax": "category-rail",
|
|
5414
|
-
className:
|
|
5415
|
-
children: e.map((e) => /* @__PURE__ */ t(
|
|
5431
|
+
className: ed.rail,
|
|
5432
|
+
children: e.map((e) => /* @__PURE__ */ t($u, {
|
|
5416
5433
|
...e,
|
|
5417
5434
|
selected: e.href === n
|
|
5418
5435
|
}, e.href))
|
|
5419
5436
|
});
|
|
5420
5437
|
}
|
|
5421
|
-
var
|
|
5438
|
+
var nd = {
|
|
5422
5439
|
root: "_root_ulh45_1",
|
|
5423
5440
|
sticky: "_sticky_ulh45_5",
|
|
5424
5441
|
inner: "_inner_ulh45_11",
|
|
@@ -5428,36 +5445,36 @@ var ed = {
|
|
|
5428
5445
|
};
|
|
5429
5446
|
//#endregion
|
|
5430
5447
|
//#region src/components/HeaderShell.tsx
|
|
5431
|
-
function
|
|
5448
|
+
function rd({ announcement: e, rail: r, sticky: i, children: a }) {
|
|
5432
5449
|
return /* @__PURE__ */ n("header", {
|
|
5433
5450
|
"data-pmax": "header-shell",
|
|
5434
|
-
className: v(
|
|
5451
|
+
className: v(nd.root, i && nd.sticky),
|
|
5435
5452
|
children: [
|
|
5436
5453
|
e ? /* @__PURE__ */ t("div", {
|
|
5437
|
-
className:
|
|
5454
|
+
className: nd.inner,
|
|
5438
5455
|
children: /* @__PURE__ */ t("div", {
|
|
5439
|
-
className:
|
|
5456
|
+
className: nd.announcementRow,
|
|
5440
5457
|
children: e
|
|
5441
5458
|
})
|
|
5442
5459
|
}) : null,
|
|
5443
5460
|
/* @__PURE__ */ t("div", {
|
|
5444
|
-
className:
|
|
5461
|
+
className: nd.inner,
|
|
5445
5462
|
children: /* @__PURE__ */ t("div", {
|
|
5446
|
-
className:
|
|
5463
|
+
className: nd.chromeRow,
|
|
5447
5464
|
children: a
|
|
5448
5465
|
})
|
|
5449
5466
|
}),
|
|
5450
5467
|
r ? /* @__PURE__ */ t("div", {
|
|
5451
|
-
className:
|
|
5468
|
+
className: nd.inner,
|
|
5452
5469
|
children: /* @__PURE__ */ t("div", {
|
|
5453
|
-
className:
|
|
5470
|
+
className: nd.railRow,
|
|
5454
5471
|
children: r
|
|
5455
5472
|
})
|
|
5456
5473
|
}) : null
|
|
5457
5474
|
]
|
|
5458
5475
|
});
|
|
5459
5476
|
}
|
|
5460
|
-
var
|
|
5477
|
+
var id = {
|
|
5461
5478
|
row: "_row_1e6sz_1",
|
|
5462
5479
|
xl: "_xl_1e6sz_8",
|
|
5463
5480
|
lg: "_lg_1e6sz_12",
|
|
@@ -5470,39 +5487,39 @@ var nd = {
|
|
|
5470
5487
|
};
|
|
5471
5488
|
//#endregion
|
|
5472
5489
|
//#region src/components/Price.tsx
|
|
5473
|
-
function
|
|
5490
|
+
function ad(e) {
|
|
5474
5491
|
let [t, n = "00"] = e.toFixed(2).split(".");
|
|
5475
5492
|
return {
|
|
5476
5493
|
whole: t,
|
|
5477
5494
|
cents: n
|
|
5478
5495
|
};
|
|
5479
5496
|
}
|
|
5480
|
-
function
|
|
5481
|
-
let { whole: c, cents: l } =
|
|
5497
|
+
function od({ amount: e, currency: r = "€", oldPrice: i, size: a = "lg", note: o, onYellow: s }) {
|
|
5498
|
+
let { whole: c, cents: l } = ad(e);
|
|
5482
5499
|
return /* @__PURE__ */ n("span", {
|
|
5483
5500
|
"data-pmax": "price",
|
|
5484
|
-
className: v(
|
|
5501
|
+
className: v(id.row, id[a], s && id.onYellow),
|
|
5485
5502
|
children: [
|
|
5486
5503
|
/* @__PURE__ */ n("span", {
|
|
5487
|
-
className:
|
|
5504
|
+
className: id.amount,
|
|
5488
5505
|
children: [
|
|
5489
5506
|
c,
|
|
5490
5507
|
/* @__PURE__ */ t("sup", {
|
|
5491
|
-
className:
|
|
5508
|
+
className: id.cents,
|
|
5492
5509
|
children: l
|
|
5493
5510
|
}),
|
|
5494
5511
|
/* @__PURE__ */ t("span", {
|
|
5495
|
-
className:
|
|
5512
|
+
className: id.currency,
|
|
5496
5513
|
children: r
|
|
5497
5514
|
})
|
|
5498
5515
|
]
|
|
5499
5516
|
}),
|
|
5500
5517
|
i === void 0 ? null : /* @__PURE__ */ t("span", {
|
|
5501
|
-
className:
|
|
5502
|
-
children:
|
|
5518
|
+
className: id.old,
|
|
5519
|
+
children: ad(i).whole + "." + ad(i).cents + r
|
|
5503
5520
|
}),
|
|
5504
5521
|
o ? /* @__PURE__ */ t("span", {
|
|
5505
|
-
className:
|
|
5522
|
+
className: id.note,
|
|
5506
5523
|
children: o
|
|
5507
5524
|
}) : null
|
|
5508
5525
|
]
|
|
@@ -5510,7 +5527,7 @@ function id({ amount: e, currency: r = "€", oldPrice: i, size: a = "lg", note:
|
|
|
5510
5527
|
}
|
|
5511
5528
|
//#endregion
|
|
5512
5529
|
//#region src/components/FulfillmentBadges.tsx
|
|
5513
|
-
function
|
|
5530
|
+
function sd({ items: e }) {
|
|
5514
5531
|
return e.length === 0 ? null : /* @__PURE__ */ t("div", {
|
|
5515
5532
|
"data-pmax": "fulfillment-badges",
|
|
5516
5533
|
style: {
|
|
@@ -5528,8 +5545,8 @@ function ad({ items: e }) {
|
|
|
5528
5545
|
}
|
|
5529
5546
|
//#endregion
|
|
5530
5547
|
//#region src/components/WishlistButton.tsx
|
|
5531
|
-
function
|
|
5532
|
-
return /* @__PURE__ */ t(
|
|
5548
|
+
function cd({ active: e, onToggle: n, size: r = "md" }) {
|
|
5549
|
+
return /* @__PURE__ */ t(ee, {
|
|
5533
5550
|
icon: "heart",
|
|
5534
5551
|
label: e ? "Remove from wishlist" : "Add to wishlist",
|
|
5535
5552
|
"aria-pressed": e,
|
|
@@ -5540,8 +5557,8 @@ function od({ active: e, onToggle: n, size: r = "md" }) {
|
|
|
5540
5557
|
}
|
|
5541
5558
|
//#endregion
|
|
5542
5559
|
//#region src/components/CompareButton.tsx
|
|
5543
|
-
function
|
|
5544
|
-
return /* @__PURE__ */ t(
|
|
5560
|
+
function ld({ active: e, onToggle: n }) {
|
|
5561
|
+
return /* @__PURE__ */ t(ee, {
|
|
5545
5562
|
icon: "compare",
|
|
5546
5563
|
label: e ? "Remove from comparison" : "Add to comparison",
|
|
5547
5564
|
"aria-pressed": e,
|
|
@@ -5552,9 +5569,9 @@ function sd({ active: e, onToggle: n }) {
|
|
|
5552
5569
|
}
|
|
5553
5570
|
//#endregion
|
|
5554
5571
|
//#region src/components/AddToCartButton.tsx
|
|
5555
|
-
function
|
|
5572
|
+
function ud({ onAdd: e, loading: n, added: r, disabled: i, variant: a = "labelled" }) {
|
|
5556
5573
|
let o = i && !n;
|
|
5557
|
-
return a === "icon" ? /* @__PURE__ */ t(
|
|
5574
|
+
return a === "icon" ? /* @__PURE__ */ t(ee, {
|
|
5558
5575
|
icon: r ? "check-circle" : "cart-add",
|
|
5559
5576
|
label: o ? "Out of stock" : r ? "Added to cart" : "Add to cart",
|
|
5560
5577
|
variant: r ? "ink" : "yellow",
|
|
@@ -5592,7 +5609,7 @@ var Q = {
|
|
|
5592
5609
|
};
|
|
5593
5610
|
//#endregion
|
|
5594
5611
|
//#region src/components/ProductCard.tsx
|
|
5595
|
-
function
|
|
5612
|
+
function dd({ product: e, priority: r, wishlisted: i, onWishlistToggle: a, compared: o, onCompareToggle: s, loading: c }) {
|
|
5596
5613
|
return c ? /* @__PURE__ */ n("div", {
|
|
5597
5614
|
"data-pmax": "product-card",
|
|
5598
5615
|
className: Q.card,
|
|
@@ -5628,7 +5645,7 @@ function ld({ product: e, priority: r, wishlisted: i, onWishlistToggle: a, compa
|
|
|
5628
5645
|
}),
|
|
5629
5646
|
e.fulfillment?.length ? /* @__PURE__ */ t("div", {
|
|
5630
5647
|
className: Q.badges,
|
|
5631
|
-
children: /* @__PURE__ */ t(
|
|
5648
|
+
children: /* @__PURE__ */ t(sd, { items: e.fulfillment })
|
|
5632
5649
|
}) : null,
|
|
5633
5650
|
/* @__PURE__ */ n("div", {
|
|
5634
5651
|
className: Q.actions,
|
|
@@ -5637,14 +5654,14 @@ function ld({ product: e, priority: r, wishlisted: i, onWishlistToggle: a, compa
|
|
|
5637
5654
|
position: "relative",
|
|
5638
5655
|
zIndex: 2
|
|
5639
5656
|
},
|
|
5640
|
-
children: /* @__PURE__ */ t(
|
|
5657
|
+
children: /* @__PURE__ */ t(cd, {
|
|
5641
5658
|
active: !!i,
|
|
5642
5659
|
onToggle: a,
|
|
5643
5660
|
size: "sm"
|
|
5644
5661
|
})
|
|
5645
5662
|
}) : null, s ? /* @__PURE__ */ t("span", {
|
|
5646
5663
|
className: Q.compareSlot,
|
|
5647
|
-
children: /* @__PURE__ */ t(
|
|
5664
|
+
children: /* @__PURE__ */ t(ld, {
|
|
5648
5665
|
active: !!o,
|
|
5649
5666
|
onToggle: s
|
|
5650
5667
|
})
|
|
@@ -5677,7 +5694,7 @@ function ld({ product: e, priority: r, wishlisted: i, onWishlistToggle: a, compa
|
|
|
5677
5694
|
children: e.title
|
|
5678
5695
|
}), /* @__PURE__ */ t("div", {
|
|
5679
5696
|
className: Q.footer,
|
|
5680
|
-
children: /* @__PURE__ */ t(
|
|
5697
|
+
children: /* @__PURE__ */ t(od, {
|
|
5681
5698
|
amount: e.price,
|
|
5682
5699
|
oldPrice: e.oldPrice,
|
|
5683
5700
|
size: "lg"
|
|
@@ -5689,7 +5706,7 @@ function ld({ product: e, priority: r, wishlisted: i, onWishlistToggle: a, compa
|
|
|
5689
5706
|
}
|
|
5690
5707
|
//#endregion
|
|
5691
5708
|
//#region src/components/ProductGrid.tsx
|
|
5692
|
-
function
|
|
5709
|
+
function fd({ columns: e = 4, gap: n = 20, children: r, empty: i, emptyMessage: a = "No products found." }) {
|
|
5693
5710
|
return i ? /* @__PURE__ */ t("div", {
|
|
5694
5711
|
"data-pmax": "product-grid",
|
|
5695
5712
|
style: {
|
|
@@ -5711,7 +5728,7 @@ function ud({ columns: e = 4, gap: n = 20, children: r, empty: i, emptyMessage:
|
|
|
5711
5728
|
children: r
|
|
5712
5729
|
});
|
|
5713
5730
|
}
|
|
5714
|
-
var
|
|
5731
|
+
var pd = {
|
|
5715
5732
|
root: "_root_1b4a7_1",
|
|
5716
5733
|
track: "_track_1b4a7_5",
|
|
5717
5734
|
slide: "_slide_1b4a7_18",
|
|
@@ -5724,7 +5741,7 @@ var dd = {
|
|
|
5724
5741
|
};
|
|
5725
5742
|
//#endregion
|
|
5726
5743
|
//#region src/components/ProductCarousel.tsx
|
|
5727
|
-
function
|
|
5744
|
+
function md({ children: e, perView: r = 4, peek: a = .1, loop: o }) {
|
|
5728
5745
|
let s = f(null), [c, l] = p(0), u = i.toArray(e), d = `calc((100% - ${(r - 1) * 20}px) / ${r + a})`, m = (e) => {
|
|
5729
5746
|
let t = s.current;
|
|
5730
5747
|
if (!t) return;
|
|
@@ -5737,10 +5754,10 @@ function fd({ children: e, perView: r = 4, peek: a = .1, loop: o }) {
|
|
|
5737
5754
|
};
|
|
5738
5755
|
return /* @__PURE__ */ n("div", {
|
|
5739
5756
|
"data-pmax": "product-carousel",
|
|
5740
|
-
className:
|
|
5757
|
+
className: pd.root,
|
|
5741
5758
|
children: [
|
|
5742
5759
|
/* @__PURE__ */ t("button", {
|
|
5743
|
-
className: v(
|
|
5760
|
+
className: v(pd.arrow, pd.arrowPrev),
|
|
5744
5761
|
"aria-label": "Previous",
|
|
5745
5762
|
onClick: () => m(c - 1),
|
|
5746
5763
|
children: /* @__PURE__ */ t(g, {
|
|
@@ -5749,16 +5766,16 @@ function fd({ children: e, perView: r = 4, peek: a = .1, loop: o }) {
|
|
|
5749
5766
|
})
|
|
5750
5767
|
}),
|
|
5751
5768
|
/* @__PURE__ */ t("div", {
|
|
5752
|
-
className:
|
|
5769
|
+
className: pd.track,
|
|
5753
5770
|
ref: s,
|
|
5754
5771
|
children: u.map((e, n) => /* @__PURE__ */ t("div", {
|
|
5755
|
-
className:
|
|
5772
|
+
className: pd.slide,
|
|
5756
5773
|
style: { width: d },
|
|
5757
5774
|
children: e
|
|
5758
5775
|
}, n))
|
|
5759
5776
|
}),
|
|
5760
5777
|
/* @__PURE__ */ t("button", {
|
|
5761
|
-
className: v(
|
|
5778
|
+
className: v(pd.arrow, pd.arrowNext),
|
|
5762
5779
|
"aria-label": "Next",
|
|
5763
5780
|
onClick: () => m(c + 1),
|
|
5764
5781
|
children: /* @__PURE__ */ t(g, {
|
|
@@ -5767,9 +5784,9 @@ function fd({ children: e, perView: r = 4, peek: a = .1, loop: o }) {
|
|
|
5767
5784
|
})
|
|
5768
5785
|
}),
|
|
5769
5786
|
/* @__PURE__ */ t("div", {
|
|
5770
|
-
className:
|
|
5787
|
+
className: pd.dots,
|
|
5771
5788
|
children: u.map((e, n) => /* @__PURE__ */ t("button", {
|
|
5772
|
-
className: v(
|
|
5789
|
+
className: v(pd.dot, n === c && pd.dotActive),
|
|
5773
5790
|
"aria-label": `Go to slide ${n + 1}`,
|
|
5774
5791
|
onClick: () => m(n)
|
|
5775
5792
|
}, n))
|
|
@@ -5779,7 +5796,7 @@ function fd({ children: e, perView: r = 4, peek: a = .1, loop: o }) {
|
|
|
5779
5796
|
}
|
|
5780
5797
|
//#endregion
|
|
5781
5798
|
//#region src/components/SectionHeader.tsx
|
|
5782
|
-
function
|
|
5799
|
+
function hd({ title: e, count: r, action: i, hint: a }) {
|
|
5783
5800
|
return /* @__PURE__ */ n("div", {
|
|
5784
5801
|
"data-pmax": "section-header",
|
|
5785
5802
|
style: {
|
|
@@ -5799,7 +5816,7 @@ function pd({ title: e, count: r, action: i, hint: a }) {
|
|
|
5799
5816
|
as: "h2",
|
|
5800
5817
|
variant: "display-2",
|
|
5801
5818
|
children: e
|
|
5802
|
-
}), r === void 0 ? null : /* @__PURE__ */ t(
|
|
5819
|
+
}), r === void 0 ? null : /* @__PURE__ */ t(P, { value: r })]
|
|
5803
5820
|
}), /* @__PURE__ */ n("div", {
|
|
5804
5821
|
style: {
|
|
5805
5822
|
display: "flex",
|
|
@@ -5817,7 +5834,7 @@ function pd({ title: e, count: r, action: i, hint: a }) {
|
|
|
5817
5834
|
}
|
|
5818
5835
|
//#endregion
|
|
5819
5836
|
//#region src/components/SortMenu.tsx
|
|
5820
|
-
function
|
|
5837
|
+
function gd({ value: e, options: r, onChange: i }) {
|
|
5821
5838
|
return /* @__PURE__ */ n("div", {
|
|
5822
5839
|
"data-pmax": "sort-menu",
|
|
5823
5840
|
style: {
|
|
@@ -5838,7 +5855,7 @@ function md({ value: e, options: r, onChange: i }) {
|
|
|
5838
5855
|
}
|
|
5839
5856
|
//#endregion
|
|
5840
5857
|
//#region src/components/FilterSection.tsx
|
|
5841
|
-
function
|
|
5858
|
+
function _d({ title: e, defaultOpen: n, children: r }) {
|
|
5842
5859
|
return /* @__PURE__ */ t("div", {
|
|
5843
5860
|
"data-pmax": "filter-section",
|
|
5844
5861
|
children: /* @__PURE__ */ t(Au, {
|
|
@@ -5853,7 +5870,7 @@ function hd({ title: e, defaultOpen: n, children: r }) {
|
|
|
5853
5870
|
}
|
|
5854
5871
|
//#endregion
|
|
5855
5872
|
//#region src/components/FilterChipGroup.tsx
|
|
5856
|
-
function
|
|
5873
|
+
function vd({ options: e, value: n, onChange: r, columns: i = 2, mode: a = "multi" }) {
|
|
5857
5874
|
let o = (e, t) => {
|
|
5858
5875
|
if (a === "single") {
|
|
5859
5876
|
r(t ? [e] : []);
|
|
@@ -5883,7 +5900,7 @@ function gd({ options: e, value: n, onChange: r, columns: i = 2, mode: a = "mult
|
|
|
5883
5900
|
}
|
|
5884
5901
|
//#endregion
|
|
5885
5902
|
//#region src/components/PriceRangeFilter.tsx
|
|
5886
|
-
function
|
|
5903
|
+
function yd({ min: e, max: r, value: i, onChange: a, currency: o = "€" }) {
|
|
5887
5904
|
let [s, c] = p([String(i[0]), String(i[1])]);
|
|
5888
5905
|
return l(() => {
|
|
5889
5906
|
c([String(i[0]), String(i[1])]);
|
|
@@ -5934,7 +5951,7 @@ function _d({ min: e, max: r, value: i, onChange: a, currency: o = "€" }) {
|
|
|
5934
5951
|
}
|
|
5935
5952
|
//#endregion
|
|
5936
5953
|
//#region src/components/FilterPanel.tsx
|
|
5937
|
-
function
|
|
5954
|
+
function bd({ sections: e, onReset: r }) {
|
|
5938
5955
|
return /* @__PURE__ */ n(Nu, {
|
|
5939
5956
|
as: "aside",
|
|
5940
5957
|
tone: "page",
|
|
@@ -5967,7 +5984,7 @@ function vd({ sections: e, onReset: r }) {
|
|
|
5967
5984
|
}
|
|
5968
5985
|
//#endregion
|
|
5969
5986
|
//#region src/components/ActiveFilters.tsx
|
|
5970
|
-
function
|
|
5987
|
+
function xd({ values: e, onRemove: r, onClearAll: i }) {
|
|
5971
5988
|
return e.length === 0 ? null : /* @__PURE__ */ n("div", {
|
|
5972
5989
|
"data-pmax": "active-filters",
|
|
5973
5990
|
style: {
|
|
@@ -6004,7 +6021,7 @@ function yd({ values: e, onRemove: r, onClearAll: i }) {
|
|
|
6004
6021
|
})]
|
|
6005
6022
|
});
|
|
6006
6023
|
}
|
|
6007
|
-
var
|
|
6024
|
+
var Sd = {
|
|
6008
6025
|
nav: "_nav_1ssjp_1",
|
|
6009
6026
|
pageBtn: "_pageBtn_1ssjp_7 _focusRing_svxew_10",
|
|
6010
6027
|
current: "_current_1ssjp_31",
|
|
@@ -6013,23 +6030,23 @@ var bd = {
|
|
|
6013
6030
|
};
|
|
6014
6031
|
//#endregion
|
|
6015
6032
|
//#region src/components/Pagination.tsx
|
|
6016
|
-
function
|
|
6033
|
+
function Cd(e, t, n) {
|
|
6017
6034
|
if (t <= n * 2 + 5) return Array.from({ length: t }, (e, t) => t + 1);
|
|
6018
6035
|
let r = Math.max(e - n, 2), i = Math.min(e + n, t - 1), a = [1];
|
|
6019
6036
|
r > 2 && a.push("ellipsis");
|
|
6020
6037
|
for (let e = r; e <= i; e++) a.push(e);
|
|
6021
6038
|
return i < t - 1 && a.push("ellipsis"), a.push(t), a;
|
|
6022
6039
|
}
|
|
6023
|
-
function
|
|
6040
|
+
function wd({ page: e, pageCount: r, onChange: i, siblingCount: a = 1 }) {
|
|
6024
6041
|
if (r <= 1) return null;
|
|
6025
|
-
let o =
|
|
6042
|
+
let o = Cd(e, r, a);
|
|
6026
6043
|
return /* @__PURE__ */ n("nav", {
|
|
6027
6044
|
"data-pmax": "pagination",
|
|
6028
6045
|
"aria-label": "Pagination",
|
|
6029
|
-
className:
|
|
6046
|
+
className: Sd.nav,
|
|
6030
6047
|
children: [
|
|
6031
6048
|
/* @__PURE__ */ n("button", {
|
|
6032
|
-
className:
|
|
6049
|
+
className: Sd.edge,
|
|
6033
6050
|
disabled: e === 1,
|
|
6034
6051
|
onClick: () => i(e - 1),
|
|
6035
6052
|
children: [/* @__PURE__ */ t(g, {
|
|
@@ -6038,16 +6055,16 @@ function Sd({ page: e, pageCount: r, onChange: i, siblingCount: a = 1 }) {
|
|
|
6038
6055
|
}), "Prev"]
|
|
6039
6056
|
}),
|
|
6040
6057
|
o.map((n, r) => n === "ellipsis" ? /* @__PURE__ */ t("span", {
|
|
6041
|
-
className:
|
|
6058
|
+
className: Sd.ellipsis,
|
|
6042
6059
|
children: "…"
|
|
6043
6060
|
}, `ellipsis-${r}`) : /* @__PURE__ */ t("button", {
|
|
6044
|
-
className: `${
|
|
6061
|
+
className: `${Sd.pageBtn} ${n === e ? Sd.current : ""}`,
|
|
6045
6062
|
"aria-current": n === e ? "page" : void 0,
|
|
6046
6063
|
onClick: () => i(n),
|
|
6047
6064
|
children: n
|
|
6048
6065
|
}, n)),
|
|
6049
6066
|
/* @__PURE__ */ n("button", {
|
|
6050
|
-
className:
|
|
6067
|
+
className: Sd.edge,
|
|
6051
6068
|
disabled: e === r,
|
|
6052
6069
|
onClick: () => i(e + 1),
|
|
6053
6070
|
children: ["Next", /* @__PURE__ */ t(g, {
|
|
@@ -6058,7 +6075,7 @@ function Sd({ page: e, pageCount: r, onChange: i, siblingCount: a = 1 }) {
|
|
|
6058
6075
|
]
|
|
6059
6076
|
});
|
|
6060
6077
|
}
|
|
6061
|
-
var
|
|
6078
|
+
var Td = {
|
|
6062
6079
|
root: "_root_z6mp5_1",
|
|
6063
6080
|
main: "_main_z6mp5_7",
|
|
6064
6081
|
mainImage: "_mainImage_z6mp5_15",
|
|
@@ -6070,13 +6087,13 @@ var Cd = {
|
|
|
6070
6087
|
};
|
|
6071
6088
|
//#endregion
|
|
6072
6089
|
//#region src/components/ProductGallery.tsx
|
|
6073
|
-
function
|
|
6090
|
+
function Ed({ images: e, alt: r, actions: i }) {
|
|
6074
6091
|
let [a, o] = p(0);
|
|
6075
6092
|
return /* @__PURE__ */ n("div", {
|
|
6076
6093
|
"data-pmax": "product-gallery",
|
|
6077
|
-
className:
|
|
6094
|
+
className: Td.root,
|
|
6078
6095
|
children: [/* @__PURE__ */ n("div", {
|
|
6079
|
-
className:
|
|
6096
|
+
className: Td.main,
|
|
6080
6097
|
tabIndex: 0,
|
|
6081
6098
|
role: "group",
|
|
6082
6099
|
"aria-label": `${r} — image ${a + 1} of ${e.length}`,
|
|
@@ -6089,23 +6106,23 @@ function wd({ images: e, alt: r, actions: i }) {
|
|
|
6089
6106
|
children: [/* @__PURE__ */ t("img", {
|
|
6090
6107
|
src: e[a],
|
|
6091
6108
|
alt: r,
|
|
6092
|
-
className:
|
|
6109
|
+
className: Td.mainImage
|
|
6093
6110
|
}), i ? /* @__PURE__ */ t("div", {
|
|
6094
|
-
className:
|
|
6111
|
+
className: Td.actions,
|
|
6095
6112
|
children: i
|
|
6096
6113
|
}) : null]
|
|
6097
6114
|
}), e.length > 1 ? /* @__PURE__ */ t("div", {
|
|
6098
|
-
className:
|
|
6115
|
+
className: Td.thumbs,
|
|
6099
6116
|
children: e.map((e, n) => /* @__PURE__ */ t("button", {
|
|
6100
6117
|
type: "button",
|
|
6101
|
-
className: v(
|
|
6118
|
+
className: v(Td.thumb, n === a && Td.thumbActive),
|
|
6102
6119
|
"aria-label": `View image ${n + 1}`,
|
|
6103
6120
|
"aria-current": n === a,
|
|
6104
6121
|
onClick: () => o(n),
|
|
6105
6122
|
children: /* @__PURE__ */ t("img", {
|
|
6106
6123
|
src: e,
|
|
6107
6124
|
alt: "",
|
|
6108
|
-
className:
|
|
6125
|
+
className: Td.thumbImage
|
|
6109
6126
|
})
|
|
6110
6127
|
}, e + n))
|
|
6111
6128
|
}) : null]
|
|
@@ -6113,7 +6130,7 @@ function wd({ images: e, alt: r, actions: i }) {
|
|
|
6113
6130
|
}
|
|
6114
6131
|
//#endregion
|
|
6115
6132
|
//#region src/components/SkuChip.tsx
|
|
6116
|
-
function
|
|
6133
|
+
function Dd({ label: e, value: r }) {
|
|
6117
6134
|
return /* @__PURE__ */ n("span", {
|
|
6118
6135
|
"data-pmax": "sku-chip",
|
|
6119
6136
|
style: {
|
|
@@ -6139,7 +6156,7 @@ function Td({ label: e, value: r }) {
|
|
|
6139
6156
|
}
|
|
6140
6157
|
//#endregion
|
|
6141
6158
|
//#region src/components/FulfillmentPanel.tsx
|
|
6142
|
-
function
|
|
6159
|
+
function Od({ rows: e }) {
|
|
6143
6160
|
return /* @__PURE__ */ t(Nu, {
|
|
6144
6161
|
tone: "panel",
|
|
6145
6162
|
radius: "lg",
|
|
@@ -6180,7 +6197,7 @@ function Ed({ rows: e }) {
|
|
|
6180
6197
|
}
|
|
6181
6198
|
//#endregion
|
|
6182
6199
|
//#region src/components/SpecItem.tsx
|
|
6183
|
-
function
|
|
6200
|
+
function kd({ icon: e, label: r, value: i }) {
|
|
6184
6201
|
return /* @__PURE__ */ n("div", {
|
|
6185
6202
|
"data-pmax": "spec-item",
|
|
6186
6203
|
style: {
|
|
@@ -6215,7 +6232,7 @@ function Dd({ icon: e, label: r, value: i }) {
|
|
|
6215
6232
|
}
|
|
6216
6233
|
//#endregion
|
|
6217
6234
|
//#region src/components/SpecGrid.tsx
|
|
6218
|
-
function
|
|
6235
|
+
function Ad({ items: e, columns: n = 4 }) {
|
|
6219
6236
|
return /* @__PURE__ */ t("div", {
|
|
6220
6237
|
"data-pmax": "spec-grid",
|
|
6221
6238
|
style: {
|
|
@@ -6223,12 +6240,12 @@ function Od({ items: e, columns: n = 4 }) {
|
|
|
6223
6240
|
gridTemplateColumns: `repeat(${n}, minmax(0, 1fr))`,
|
|
6224
6241
|
gap: 20
|
|
6225
6242
|
},
|
|
6226
|
-
children: e.map((e) => /* @__PURE__ */ t(
|
|
6243
|
+
children: e.map((e) => /* @__PURE__ */ t(kd, { ...e }, e.label))
|
|
6227
6244
|
});
|
|
6228
6245
|
}
|
|
6229
6246
|
//#endregion
|
|
6230
6247
|
//#region src/components/CollapsiblePanel.tsx
|
|
6231
|
-
function
|
|
6248
|
+
function jd({ title: e, defaultOpen: n, children: r }) {
|
|
6232
6249
|
return /* @__PURE__ */ t("div", {
|
|
6233
6250
|
"data-pmax": "collapsible-panel",
|
|
6234
6251
|
children: /* @__PURE__ */ t(Au, {
|
|
@@ -6243,7 +6260,7 @@ function kd({ title: e, defaultOpen: n, children: r }) {
|
|
|
6243
6260
|
}
|
|
6244
6261
|
//#endregion
|
|
6245
6262
|
//#region src/components/AttributeChip.tsx
|
|
6246
|
-
function
|
|
6263
|
+
function Md({ label: e, value: r, highlight: i }) {
|
|
6247
6264
|
return /* @__PURE__ */ n("div", {
|
|
6248
6265
|
"data-pmax": "attribute-chip",
|
|
6249
6266
|
style: {
|
|
@@ -6265,7 +6282,7 @@ function Ad({ label: e, value: r, highlight: i }) {
|
|
|
6265
6282
|
}
|
|
6266
6283
|
//#endregion
|
|
6267
6284
|
//#region src/components/AttributeList.tsx
|
|
6268
|
-
function
|
|
6285
|
+
function Nd({ items: e, columns: n = 2 }) {
|
|
6269
6286
|
return /* @__PURE__ */ t("div", {
|
|
6270
6287
|
"data-pmax": "attribute-list",
|
|
6271
6288
|
style: {
|
|
@@ -6273,20 +6290,20 @@ function jd({ items: e, columns: n = 2 }) {
|
|
|
6273
6290
|
gridTemplateColumns: `repeat(${n}, minmax(0, max-content))`,
|
|
6274
6291
|
gap: 8
|
|
6275
6292
|
},
|
|
6276
|
-
children: e.map((e) => /* @__PURE__ */ t(
|
|
6293
|
+
children: e.map((e) => /* @__PURE__ */ t(Md, { ...e }, e.label))
|
|
6277
6294
|
});
|
|
6278
6295
|
}
|
|
6279
|
-
var
|
|
6296
|
+
var Pd = { prose: "_prose_29xo6_1" };
|
|
6280
6297
|
//#endregion
|
|
6281
6298
|
//#region src/components/Prose.tsx
|
|
6282
|
-
function
|
|
6299
|
+
function Fd({ children: e }) {
|
|
6283
6300
|
return /* @__PURE__ */ t("div", {
|
|
6284
6301
|
"data-pmax": "prose",
|
|
6285
|
-
className:
|
|
6302
|
+
className: Pd.prose,
|
|
6286
6303
|
children: e
|
|
6287
6304
|
});
|
|
6288
6305
|
}
|
|
6289
|
-
var
|
|
6306
|
+
var Id = {
|
|
6290
6307
|
slide: "_slide_w5ynl_1",
|
|
6291
6308
|
yellow: "_yellow_w5ynl_13",
|
|
6292
6309
|
dark: "_dark_w5ynl_18",
|
|
@@ -6300,31 +6317,31 @@ var Pd = {
|
|
|
6300
6317
|
};
|
|
6301
6318
|
//#endregion
|
|
6302
6319
|
//#region src/components/HeroSlide.tsx
|
|
6303
|
-
function
|
|
6304
|
-
let l = c === "dark" ?
|
|
6320
|
+
function Ld({ eyebrow: e, title: r, specs: i, price: a, cta: o, image: s, tone: c = "yellow" }) {
|
|
6321
|
+
let l = c === "dark" ? Id.dark : c === "image-only" ? Id.imageOnly : Id.yellow;
|
|
6305
6322
|
return /* @__PURE__ */ n("div", {
|
|
6306
6323
|
"data-pmax": "hero-slide",
|
|
6307
|
-
className: v(
|
|
6324
|
+
className: v(Id.slide, l),
|
|
6308
6325
|
children: [/* @__PURE__ */ n("div", { children: [
|
|
6309
6326
|
e ? /* @__PURE__ */ t("div", {
|
|
6310
|
-
className:
|
|
6327
|
+
className: Id.eyebrow,
|
|
6311
6328
|
children: e
|
|
6312
6329
|
}) : null,
|
|
6313
6330
|
/* @__PURE__ */ t("h2", {
|
|
6314
|
-
className:
|
|
6331
|
+
className: Id.title,
|
|
6315
6332
|
children: r
|
|
6316
6333
|
}),
|
|
6317
6334
|
i?.length ? /* @__PURE__ */ t("div", {
|
|
6318
|
-
className:
|
|
6335
|
+
className: Id.specs,
|
|
6319
6336
|
children: i.map((e) => /* @__PURE__ */ n("div", {
|
|
6320
|
-
className:
|
|
6337
|
+
className: Id.specRow,
|
|
6321
6338
|
children: [/* @__PURE__ */ t("span", {
|
|
6322
|
-
className:
|
|
6339
|
+
className: Id.specLabel,
|
|
6323
6340
|
children: e.label
|
|
6324
6341
|
}), /* @__PURE__ */ t("span", { children: e.value })]
|
|
6325
6342
|
}, e.label))
|
|
6326
6343
|
}) : null,
|
|
6327
|
-
a === void 0 ? null : /* @__PURE__ */ t(
|
|
6344
|
+
a === void 0 ? null : /* @__PURE__ */ t(od, {
|
|
6328
6345
|
amount: a,
|
|
6329
6346
|
size: "xl",
|
|
6330
6347
|
onYellow: c === "yellow"
|
|
@@ -6336,11 +6353,11 @@ function Fd({ eyebrow: e, title: r, specs: i, price: a, cta: o, image: s, tone:
|
|
|
6336
6353
|
] }), /* @__PURE__ */ t("img", {
|
|
6337
6354
|
src: s,
|
|
6338
6355
|
alt: "",
|
|
6339
|
-
className:
|
|
6356
|
+
className: Id.media
|
|
6340
6357
|
})]
|
|
6341
6358
|
});
|
|
6342
6359
|
}
|
|
6343
|
-
var
|
|
6360
|
+
var Rd = {
|
|
6344
6361
|
root: "_root_1jj5f_1",
|
|
6345
6362
|
track: "_track_1jj5f_5",
|
|
6346
6363
|
slide: "_slide_1jj5f_18",
|
|
@@ -6352,7 +6369,7 @@ var Id = {
|
|
|
6352
6369
|
};
|
|
6353
6370
|
//#endregion
|
|
6354
6371
|
//#region src/components/HeroCarousel.tsx
|
|
6355
|
-
function
|
|
6372
|
+
function zd({ slides: e, autoplay: r = !0, interval: i = 6e3 }) {
|
|
6356
6373
|
let a = f(null), [o, s] = p(0), [c, u] = p(!r), d = typeof window < "u" && window.matchMedia?.("(prefers-reduced-motion: reduce)").matches, m = (t) => {
|
|
6357
6374
|
let n = (t + e.length) % e.length;
|
|
6358
6375
|
a.current?.children[n]?.scrollIntoView({
|
|
@@ -6373,22 +6390,22 @@ function Ld({ slides: e, autoplay: r = !0, interval: i = 6e3 }) {
|
|
|
6373
6390
|
e.length
|
|
6374
6391
|
]), e.length === 0 ? null : /* @__PURE__ */ n("div", {
|
|
6375
6392
|
"data-pmax": "hero-carousel",
|
|
6376
|
-
className:
|
|
6393
|
+
className: Rd.root,
|
|
6377
6394
|
onMouseEnter: () => u(!0),
|
|
6378
6395
|
onMouseLeave: () => u(!r),
|
|
6379
6396
|
onFocus: () => u(!0),
|
|
6380
6397
|
onBlur: () => u(!r),
|
|
6381
6398
|
children: [/* @__PURE__ */ t("div", {
|
|
6382
|
-
className:
|
|
6399
|
+
className: Rd.track,
|
|
6383
6400
|
ref: a,
|
|
6384
6401
|
children: e.map((e, n) => /* @__PURE__ */ t("div", {
|
|
6385
|
-
className:
|
|
6402
|
+
className: Rd.slide,
|
|
6386
6403
|
children: e
|
|
6387
6404
|
}, n))
|
|
6388
6405
|
}), e.length > 1 ? /* @__PURE__ */ n("div", {
|
|
6389
|
-
className:
|
|
6406
|
+
className: Rd.controls,
|
|
6390
6407
|
children: [r ? /* @__PURE__ */ t("button", {
|
|
6391
|
-
className:
|
|
6408
|
+
className: Rd.pause,
|
|
6392
6409
|
"aria-label": c ? "Resume autoplay" : "Pause autoplay",
|
|
6393
6410
|
onClick: () => u((e) => !e),
|
|
6394
6411
|
children: /* @__PURE__ */ t(g, {
|
|
@@ -6396,9 +6413,9 @@ function Ld({ slides: e, autoplay: r = !0, interval: i = 6e3 }) {
|
|
|
6396
6413
|
size: 16
|
|
6397
6414
|
})
|
|
6398
6415
|
}) : null, /* @__PURE__ */ t("div", {
|
|
6399
|
-
className:
|
|
6416
|
+
className: Rd.dots,
|
|
6400
6417
|
children: e.map((e, n) => /* @__PURE__ */ t("button", {
|
|
6401
|
-
className: v(
|
|
6418
|
+
className: v(Rd.dot, n === o && Rd.dotActive),
|
|
6402
6419
|
"aria-label": `Go to slide ${n + 1}`,
|
|
6403
6420
|
onClick: () => m(n)
|
|
6404
6421
|
}, n))
|
|
@@ -6406,7 +6423,7 @@ function Ld({ slides: e, autoplay: r = !0, interval: i = 6e3 }) {
|
|
|
6406
6423
|
}) : null]
|
|
6407
6424
|
});
|
|
6408
6425
|
}
|
|
6409
|
-
var
|
|
6426
|
+
var Bd = {
|
|
6410
6427
|
root: "_root_5w8x9_1",
|
|
6411
6428
|
media: "_media_5w8x9_8",
|
|
6412
6429
|
card: "_card_5w8x9_21",
|
|
@@ -6417,30 +6434,30 @@ var Rd = {
|
|
|
6417
6434
|
};
|
|
6418
6435
|
//#endregion
|
|
6419
6436
|
//#region src/components/MediaBanner.tsx
|
|
6420
|
-
function
|
|
6437
|
+
function Vd({ media: e, title: r, subtitle: i, cta: a, cardPosition: o = "left" }) {
|
|
6421
6438
|
return /* @__PURE__ */ n("div", {
|
|
6422
6439
|
"data-pmax": "media-banner",
|
|
6423
|
-
className:
|
|
6440
|
+
className: Bd.root,
|
|
6424
6441
|
children: [e.type === "video" ? /* @__PURE__ */ t("video", {
|
|
6425
|
-
className:
|
|
6442
|
+
className: Bd.media,
|
|
6426
6443
|
src: e.src,
|
|
6427
6444
|
autoPlay: !0,
|
|
6428
6445
|
muted: !0,
|
|
6429
6446
|
loop: !0,
|
|
6430
6447
|
playsInline: !0
|
|
6431
6448
|
}) : /* @__PURE__ */ t("img", {
|
|
6432
|
-
className:
|
|
6449
|
+
className: Bd.media,
|
|
6433
6450
|
src: e.src,
|
|
6434
6451
|
alt: ""
|
|
6435
6452
|
}), /* @__PURE__ */ n("div", {
|
|
6436
|
-
className: `${
|
|
6453
|
+
className: `${Bd.card} ${o === "right" ? Bd.right : Bd.left}`,
|
|
6437
6454
|
children: [
|
|
6438
6455
|
/* @__PURE__ */ t("h3", {
|
|
6439
|
-
className:
|
|
6456
|
+
className: Bd.title,
|
|
6440
6457
|
children: r
|
|
6441
6458
|
}),
|
|
6442
6459
|
i ? /* @__PURE__ */ t("p", {
|
|
6443
|
-
className:
|
|
6460
|
+
className: Bd.subtitle,
|
|
6444
6461
|
children: i
|
|
6445
6462
|
}) : null,
|
|
6446
6463
|
a
|
|
@@ -6450,7 +6467,7 @@ function zd({ media: e, title: r, subtitle: i, cta: a, cardPosition: o = "left"
|
|
|
6450
6467
|
}
|
|
6451
6468
|
//#endregion
|
|
6452
6469
|
//#region src/components/PromoCard.tsx
|
|
6453
|
-
function
|
|
6470
|
+
function Hd({ illustration: e, title: r, body: i, cta: a, tone: o = "light" }) {
|
|
6454
6471
|
return /* @__PURE__ */ n("div", {
|
|
6455
6472
|
"data-pmax": "promo-card",
|
|
6456
6473
|
style: {
|
|
@@ -6494,7 +6511,7 @@ function Bd({ illustration: e, title: r, body: i, cta: a, tone: o = "light" }) {
|
|
|
6494
6511
|
}
|
|
6495
6512
|
//#endregion
|
|
6496
6513
|
//#region src/components/ArticleCard.tsx
|
|
6497
|
-
function
|
|
6514
|
+
function Ud({ image: e, title: r, excerpt: i, date: a, href: o }) {
|
|
6498
6515
|
return /* @__PURE__ */ n("a", {
|
|
6499
6516
|
"data-pmax": "article-card",
|
|
6500
6517
|
href: o,
|
|
@@ -6561,7 +6578,7 @@ function Vd({ image: e, title: r, excerpt: i, date: a, href: o }) {
|
|
|
6561
6578
|
]
|
|
6562
6579
|
});
|
|
6563
6580
|
}
|
|
6564
|
-
var
|
|
6581
|
+
var Wd = {
|
|
6565
6582
|
root: "_root_1lqp3_1",
|
|
6566
6583
|
inner: "_inner_1lqp3_6",
|
|
6567
6584
|
top: "_top_1lqp3_12",
|
|
@@ -6573,20 +6590,17 @@ var Hd = {
|
|
|
6573
6590
|
};
|
|
6574
6591
|
//#endregion
|
|
6575
6592
|
//#region src/components/Footer.tsx
|
|
6576
|
-
function
|
|
6593
|
+
function Gd({ columns: e, contact: r, hours: i, legal: a, compact: o }) {
|
|
6577
6594
|
return /* @__PURE__ */ t("footer", {
|
|
6578
6595
|
"data-pmax": "footer",
|
|
6579
|
-
className:
|
|
6596
|
+
className: Wd.root,
|
|
6580
6597
|
children: /* @__PURE__ */ n("div", {
|
|
6581
|
-
className:
|
|
6598
|
+
className: Wd.inner,
|
|
6582
6599
|
children: [
|
|
6583
6600
|
/* @__PURE__ */ t("div", {
|
|
6584
|
-
className:
|
|
6601
|
+
className: Wd.top,
|
|
6585
6602
|
children: /* @__PURE__ */ n("div", { children: [
|
|
6586
|
-
/* @__PURE__ */ t(
|
|
6587
|
-
variant: "v1",
|
|
6588
|
-
height: 28
|
|
6589
|
-
}),
|
|
6603
|
+
/* @__PURE__ */ t(Uu, { height: 28 }),
|
|
6590
6604
|
/* @__PURE__ */ t("div", {
|
|
6591
6605
|
style: {
|
|
6592
6606
|
display: "flex",
|
|
@@ -6594,14 +6608,14 @@ function Ud({ columns: e, contact: r, hours: i, legal: a, compact: o }) {
|
|
|
6594
6608
|
gap: 8,
|
|
6595
6609
|
marginTop: 16
|
|
6596
6610
|
},
|
|
6597
|
-
children: r.map((e, n) => /* @__PURE__ */ t(
|
|
6611
|
+
children: r.map((e, n) => /* @__PURE__ */ t(Gu, {
|
|
6598
6612
|
icon: e.icon,
|
|
6599
6613
|
href: e.href,
|
|
6600
6614
|
children: e.children
|
|
6601
6615
|
}, n))
|
|
6602
6616
|
}),
|
|
6603
6617
|
i ? /* @__PURE__ */ t("span", {
|
|
6604
|
-
className:
|
|
6618
|
+
className: Wd.hoursPill,
|
|
6605
6619
|
style: {
|
|
6606
6620
|
marginTop: 12,
|
|
6607
6621
|
display: "inline-flex"
|
|
@@ -6611,18 +6625,18 @@ function Ud({ columns: e, contact: r, hours: i, legal: a, compact: o }) {
|
|
|
6611
6625
|
] })
|
|
6612
6626
|
}),
|
|
6613
6627
|
o ? null : /* @__PURE__ */ t("div", {
|
|
6614
|
-
className:
|
|
6628
|
+
className: Wd.columns,
|
|
6615
6629
|
children: e.map((e) => /* @__PURE__ */ n("div", { children: [/* @__PURE__ */ t("h5", {
|
|
6616
|
-
className:
|
|
6630
|
+
className: Wd.columnTitle,
|
|
6617
6631
|
children: e.title
|
|
6618
6632
|
}), e.links.map((e) => /* @__PURE__ */ t("a", {
|
|
6619
6633
|
href: e.href,
|
|
6620
|
-
className:
|
|
6634
|
+
className: Wd.link,
|
|
6621
6635
|
children: e.label
|
|
6622
6636
|
}, e.href))] }, e.title))
|
|
6623
6637
|
}),
|
|
6624
6638
|
/* @__PURE__ */ t("div", {
|
|
6625
|
-
className:
|
|
6639
|
+
className: Wd.legal,
|
|
6626
6640
|
children: a
|
|
6627
6641
|
})
|
|
6628
6642
|
]
|
|
@@ -6631,17 +6645,17 @@ function Ud({ columns: e, contact: r, hours: i, legal: a, compact: o }) {
|
|
|
6631
6645
|
}
|
|
6632
6646
|
//#endregion
|
|
6633
6647
|
//#region ../../node_modules/@radix-ui/react-dialog/dist/index.mjs
|
|
6634
|
-
var
|
|
6648
|
+
var Kd = Object.defineProperty, $ = (e, t) => Kd(e, "name", {
|
|
6635
6649
|
value: t,
|
|
6636
6650
|
configurable: !0
|
|
6637
|
-
}),
|
|
6651
|
+
}), qd = "Dialog", [Jd, Yd] = /* @__PURE__ */ R(qd), [Xd, Zd] = Jd(qd), Qd = /* @__PURE__ */ $((e) => {
|
|
6638
6652
|
let { __scopeDialog: n, children: i, open: a, defaultOpen: o, onOpenChange: s, modal: c = !0 } = e, l = r.useRef(null), u = r.useRef(null), [d, f] = Ae({
|
|
6639
6653
|
prop: a,
|
|
6640
6654
|
defaultProp: o ?? !1,
|
|
6641
6655
|
onChange: s,
|
|
6642
|
-
caller:
|
|
6656
|
+
caller: qd
|
|
6643
6657
|
}), [p, m] = r.useState(0), [h, g] = r.useState(0);
|
|
6644
|
-
return /* @__PURE__ */ t(
|
|
6658
|
+
return /* @__PURE__ */ t(Xd, {
|
|
6645
6659
|
scope: n,
|
|
6646
6660
|
triggerRef: l,
|
|
6647
6661
|
contentRef: u,
|
|
@@ -6658,9 +6672,9 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6658
6672
|
modal: c,
|
|
6659
6673
|
children: i
|
|
6660
6674
|
});
|
|
6661
|
-
}, "Dialog"),
|
|
6662
|
-
let { __scopeDialog: n, forceMount: i, children: a, container: o } = e, s =
|
|
6663
|
-
return /* @__PURE__ */ t(
|
|
6675
|
+
}, "Dialog"), $d = "DialogPortal", [ef, tf] = Jd($d, { forceMount: void 0 }), nf = /* @__PURE__ */ $((e) => {
|
|
6676
|
+
let { __scopeDialog: n, forceMount: i, children: a, container: o } = e, s = Zd($d, n);
|
|
6677
|
+
return /* @__PURE__ */ t(ef, {
|
|
6664
6678
|
scope: n,
|
|
6665
6679
|
forceMount: i,
|
|
6666
6680
|
children: r.Children.map(a, (e) => /* @__PURE__ */ t(Ve, {
|
|
@@ -6672,23 +6686,23 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6672
6686
|
})
|
|
6673
6687
|
}))
|
|
6674
6688
|
});
|
|
6675
|
-
}, "DialogPortal"),
|
|
6676
|
-
let r =
|
|
6689
|
+
}, "DialogPortal"), rf = "DialogOverlay", af = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6690
|
+
let r = tf(rf, e.__scopeDialog), { forceMount: i = r.forceMount, ...a } = e, o = Zd(rf, e.__scopeDialog);
|
|
6677
6691
|
return o.modal ? /* @__PURE__ */ t(Ve, {
|
|
6678
6692
|
present: i || o.open,
|
|
6679
|
-
children: /* @__PURE__ */ t(
|
|
6693
|
+
children: /* @__PURE__ */ t(sf, {
|
|
6680
6694
|
...a,
|
|
6681
6695
|
ref: n
|
|
6682
6696
|
})
|
|
6683
6697
|
}) : null;
|
|
6684
|
-
}, "DialogOverlay")),
|
|
6685
|
-
let { __scopeDialog: r, ...i } = e, a =
|
|
6698
|
+
}, "DialogOverlay")), of = /* @__PURE__ */ Je("DialogOverlay.RemoveScroll"), sf = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6699
|
+
let { __scopeDialog: r, ...i } = e, a = Zd(rf, r), o = I(n, er());
|
|
6686
6700
|
return /* @__PURE__ */ t(ic, {
|
|
6687
|
-
as:
|
|
6701
|
+
as: of,
|
|
6688
6702
|
allowPinchZoom: !0,
|
|
6689
6703
|
shards: [a.contentRef],
|
|
6690
6704
|
children: /* @__PURE__ */ t(H.div, {
|
|
6691
|
-
"data-state":
|
|
6705
|
+
"data-state": _f(a.open),
|
|
6692
6706
|
...i,
|
|
6693
6707
|
ref: o,
|
|
6694
6708
|
style: {
|
|
@@ -6697,24 +6711,24 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6697
6711
|
}
|
|
6698
6712
|
})
|
|
6699
6713
|
});
|
|
6700
|
-
}, "DialogOverlayImpl")),
|
|
6701
|
-
let r =
|
|
6714
|
+
}, "DialogOverlayImpl")), cf = "DialogContent", lf = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6715
|
+
let r = tf(cf, e.__scopeDialog), { forceMount: i = r.forceMount, ...a } = e, o = Zd(cf, e.__scopeDialog);
|
|
6702
6716
|
return /* @__PURE__ */ t(Ve, {
|
|
6703
6717
|
present: i || o.open,
|
|
6704
|
-
children: o.modal ? /* @__PURE__ */ t(
|
|
6718
|
+
children: o.modal ? /* @__PURE__ */ t(uf, {
|
|
6705
6719
|
...a,
|
|
6706
6720
|
ref: n
|
|
6707
|
-
}) : /* @__PURE__ */ t(
|
|
6721
|
+
}) : /* @__PURE__ */ t(df, {
|
|
6708
6722
|
...a,
|
|
6709
6723
|
ref: n
|
|
6710
6724
|
})
|
|
6711
6725
|
});
|
|
6712
|
-
}, "DialogContent")),
|
|
6713
|
-
let i =
|
|
6726
|
+
}, "DialogContent")), uf = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6727
|
+
let i = Zd(cf, e.__scopeDialog), a = r.useRef(null), o = I(n, i.contentRef, a);
|
|
6714
6728
|
return r.useEffect(() => {
|
|
6715
6729
|
let e = a.current;
|
|
6716
6730
|
if (e) return Xo(e);
|
|
6717
|
-
}, []), /* @__PURE__ */ t(
|
|
6731
|
+
}, []), /* @__PURE__ */ t(ff, {
|
|
6718
6732
|
...e,
|
|
6719
6733
|
ref: o,
|
|
6720
6734
|
trapFocus: i.open,
|
|
@@ -6728,9 +6742,9 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6728
6742
|
}),
|
|
6729
6743
|
onFocusOutside: z(e.onFocusOutside, (e) => e.preventDefault())
|
|
6730
6744
|
});
|
|
6731
|
-
}, "DialogContentModal")),
|
|
6732
|
-
let i =
|
|
6733
|
-
return /* @__PURE__ */ t(
|
|
6745
|
+
}, "DialogContentModal")), df = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6746
|
+
let i = Zd(cf, e.__scopeDialog), a = r.useRef(!1), o = r.useRef(!1);
|
|
6747
|
+
return /* @__PURE__ */ t(ff, {
|
|
6734
6748
|
...e,
|
|
6735
6749
|
ref: n,
|
|
6736
6750
|
trapFocus: !1,
|
|
@@ -6744,8 +6758,8 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6744
6758
|
i.triggerRef.current?.contains(n) && t.preventDefault(), t.detail.originalEvent.type === "focusin" && o.current && t.preventDefault();
|
|
6745
6759
|
}
|
|
6746
6760
|
});
|
|
6747
|
-
}, "DialogContentNonModal")),
|
|
6748
|
-
let { __scopeDialog: i, trapFocus: a, onOpenAutoFocus: o, onCloseAutoFocus: s, ...c } = n, l =
|
|
6761
|
+
}, "DialogContentNonModal")), ff = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(n, r) {
|
|
6762
|
+
let { __scopeDialog: i, trapFocus: a, onOpenAutoFocus: o, onCloseAutoFocus: s, ...c } = n, l = Zd(cf, i);
|
|
6749
6763
|
return dr(), /* @__PURE__ */ t(e, { children: /* @__PURE__ */ t(_r, {
|
|
6750
6764
|
asChild: !0,
|
|
6751
6765
|
loop: !0,
|
|
@@ -6757,22 +6771,22 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6757
6771
|
id: l.contentId,
|
|
6758
6772
|
"aria-describedby": l.descriptionPresent ? l.descriptionId : void 0,
|
|
6759
6773
|
"aria-labelledby": l.titlePresent ? l.titleId : void 0,
|
|
6760
|
-
"data-state":
|
|
6774
|
+
"data-state": _f(l.open),
|
|
6761
6775
|
...c,
|
|
6762
6776
|
ref: r,
|
|
6763
6777
|
deferPointerDownOutside: !0,
|
|
6764
6778
|
onDismiss: () => l.onOpenChange(!1)
|
|
6765
6779
|
})
|
|
6766
6780
|
}) });
|
|
6767
|
-
}, "DialogContentImpl")),
|
|
6768
|
-
let { __scopeDialog: r, ...i } = e, a =
|
|
6781
|
+
}, "DialogContentImpl")), pf = "DialogTitle", mf = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6782
|
+
let { __scopeDialog: r, ...i } = e, a = Zd(pf, r), { setTitleCount: o } = a;
|
|
6769
6783
|
return B(() => (o((e) => e + 1), () => o((e) => e - 1)), [o]), /* @__PURE__ */ t(H.h2, {
|
|
6770
6784
|
id: a.titleId,
|
|
6771
6785
|
...i,
|
|
6772
6786
|
ref: n
|
|
6773
6787
|
});
|
|
6774
|
-
}, "DialogTitle")),
|
|
6775
|
-
let { __scopeDialog: r, ...i } = e, a =
|
|
6788
|
+
}, "DialogTitle")), hf = "DialogClose", gf = /* @__PURE__ */ r.forwardRef(/* @__PURE__ */ $(function(e, n) {
|
|
6789
|
+
let { __scopeDialog: r, ...i } = e, a = Zd(hf, r);
|
|
6776
6790
|
return /* @__PURE__ */ t(H.button, {
|
|
6777
6791
|
type: "button",
|
|
6778
6792
|
...i,
|
|
@@ -6780,11 +6794,11 @@ var Wd = Object.defineProperty, $ = (e, t) => Wd(e, "name", {
|
|
|
6780
6794
|
onClick: z(e.onClick, () => a.onOpenChange(!1))
|
|
6781
6795
|
});
|
|
6782
6796
|
}, "DialogClose"));
|
|
6783
|
-
function
|
|
6797
|
+
function _f(e) {
|
|
6784
6798
|
return e ? "open" : "closed";
|
|
6785
6799
|
}
|
|
6786
|
-
$(
|
|
6787
|
-
var
|
|
6800
|
+
$(_f, "getState");
|
|
6801
|
+
var vf = {
|
|
6788
6802
|
overlay: "_overlay_f41r0_1",
|
|
6789
6803
|
"overlay-in": "_overlay-in_f41r0_1",
|
|
6790
6804
|
"overlay-out": "_overlay-out_f41r0_1",
|
|
@@ -6800,25 +6814,25 @@ var gf = {
|
|
|
6800
6814
|
};
|
|
6801
6815
|
//#endregion
|
|
6802
6816
|
//#region src/components/Modal.tsx
|
|
6803
|
-
function
|
|
6804
|
-
return /* @__PURE__ */ t(
|
|
6817
|
+
function yf({ open: e, onClose: r, size: i = "md", title: a, children: o, footerActions: s }) {
|
|
6818
|
+
return /* @__PURE__ */ t(Qd, {
|
|
6805
6819
|
open: e,
|
|
6806
6820
|
onOpenChange: (e) => !e && r(),
|
|
6807
|
-
children: /* @__PURE__ */ n(
|
|
6808
|
-
className: `${
|
|
6821
|
+
children: /* @__PURE__ */ n(nf, { children: [/* @__PURE__ */ t(af, { className: vf.overlay }), /* @__PURE__ */ n(lf, {
|
|
6822
|
+
className: `${vf.content} ${vf[i]}`,
|
|
6809
6823
|
"data-pmax": "modal",
|
|
6810
6824
|
children: [
|
|
6811
6825
|
/* @__PURE__ */ n("div", {
|
|
6812
|
-
className:
|
|
6813
|
-
children: [/* @__PURE__ */ t(
|
|
6826
|
+
className: vf.header,
|
|
6827
|
+
children: [/* @__PURE__ */ t(mf, {
|
|
6814
6828
|
asChild: !0,
|
|
6815
6829
|
children: /* @__PURE__ */ t(C, {
|
|
6816
6830
|
as: "h2",
|
|
6817
6831
|
variant: "display-3",
|
|
6818
6832
|
children: a
|
|
6819
6833
|
})
|
|
6820
|
-
}), /* @__PURE__ */ t(
|
|
6821
|
-
className:
|
|
6834
|
+
}), /* @__PURE__ */ t(gf, {
|
|
6835
|
+
className: vf.close,
|
|
6822
6836
|
"aria-label": "Close",
|
|
6823
6837
|
children: /* @__PURE__ */ t(g, {
|
|
6824
6838
|
name: "close",
|
|
@@ -6828,22 +6842,22 @@ function _f({ open: e, onClose: r, size: i = "md", title: a, children: o, footer
|
|
|
6828
6842
|
}),
|
|
6829
6843
|
o,
|
|
6830
6844
|
s ? /* @__PURE__ */ t("div", {
|
|
6831
|
-
className:
|
|
6845
|
+
className: vf.footer,
|
|
6832
6846
|
children: s
|
|
6833
6847
|
}) : null
|
|
6834
6848
|
]
|
|
6835
6849
|
})] })
|
|
6836
6850
|
});
|
|
6837
6851
|
}
|
|
6838
|
-
var
|
|
6852
|
+
var bf = {
|
|
6839
6853
|
viewport: "_viewport_1oa8j_1",
|
|
6840
6854
|
toast: "_toast_1oa8j_14",
|
|
6841
6855
|
visible: "_visible_1oa8j_31",
|
|
6842
6856
|
success: "_success_1oa8j_36",
|
|
6843
6857
|
error: "_error_1oa8j_40",
|
|
6844
6858
|
info: "_info_1oa8j_44"
|
|
6845
|
-
},
|
|
6846
|
-
function
|
|
6859
|
+
}, xf = a(null), Sf = 200;
|
|
6860
|
+
function Cf({ children: e }) {
|
|
6847
6861
|
let [r, i] = p([]), a = f(0), o = s((e) => {
|
|
6848
6862
|
i((t) => t.map((t) => t.id === e ? {
|
|
6849
6863
|
...t,
|
|
@@ -6862,21 +6876,21 @@ function xf({ children: e }) {
|
|
|
6862
6876
|
leaving: !1
|
|
6863
6877
|
}]), setTimeout(() => o(n), r);
|
|
6864
6878
|
}, [o]);
|
|
6865
|
-
return /* @__PURE__ */ n(
|
|
6879
|
+
return /* @__PURE__ */ n(xf.Provider, {
|
|
6866
6880
|
value: { showToast: l },
|
|
6867
6881
|
children: [e, /* @__PURE__ */ t("div", {
|
|
6868
|
-
className:
|
|
6882
|
+
className: bf.viewport,
|
|
6869
6883
|
"aria-live": "polite",
|
|
6870
6884
|
"aria-atomic": "true",
|
|
6871
6885
|
"data-pmax": "toast-viewport",
|
|
6872
|
-
children: r.map((e) => /* @__PURE__ */ t(
|
|
6886
|
+
children: r.map((e) => /* @__PURE__ */ t(wf, {
|
|
6873
6887
|
...e,
|
|
6874
6888
|
onExited: c
|
|
6875
6889
|
}, e.id))
|
|
6876
6890
|
})]
|
|
6877
6891
|
});
|
|
6878
6892
|
}
|
|
6879
|
-
function
|
|
6893
|
+
function wf({ id: e, message: t, tone: r, action: i, leaving: a, onExited: o }) {
|
|
6880
6894
|
let [s, c] = p(!1);
|
|
6881
6895
|
return l(() => {
|
|
6882
6896
|
let e = requestAnimationFrame(() => {
|
|
@@ -6885,24 +6899,24 @@ function Sf({ id: e, message: t, tone: r, action: i, leaving: a, onExited: o })
|
|
|
6885
6899
|
return () => cancelAnimationFrame(e);
|
|
6886
6900
|
}, []), l(() => {
|
|
6887
6901
|
if (!a) return;
|
|
6888
|
-
let t = setTimeout(() => o(e),
|
|
6902
|
+
let t = setTimeout(() => o(e), Sf);
|
|
6889
6903
|
return () => clearTimeout(t);
|
|
6890
6904
|
}, [
|
|
6891
6905
|
a,
|
|
6892
6906
|
e,
|
|
6893
6907
|
o
|
|
6894
6908
|
]), /* @__PURE__ */ n("div", {
|
|
6895
|
-
className: v(
|
|
6909
|
+
className: v(bf.toast, s && !a && bf.visible, bf[r]),
|
|
6896
6910
|
role: r === "error" ? "alert" : "status",
|
|
6897
6911
|
children: [t, i]
|
|
6898
6912
|
});
|
|
6899
6913
|
}
|
|
6900
|
-
function
|
|
6901
|
-
let e = c(
|
|
6914
|
+
function Tf() {
|
|
6915
|
+
let e = c(xf);
|
|
6902
6916
|
if (!e) throw Error("useToast must be used within a ToastProvider");
|
|
6903
6917
|
return e;
|
|
6904
6918
|
}
|
|
6905
|
-
var
|
|
6919
|
+
var Ef = {
|
|
6906
6920
|
overlay: "_overlay_1a342_1",
|
|
6907
6921
|
"overlay-in": "_overlay-in_1a342_1",
|
|
6908
6922
|
"overlay-out": "_overlay-out_1a342_1",
|
|
@@ -6917,15 +6931,15 @@ var wf = {
|
|
|
6917
6931
|
};
|
|
6918
6932
|
//#endregion
|
|
6919
6933
|
//#region src/components/Drawer.tsx
|
|
6920
|
-
function
|
|
6921
|
-
return /* @__PURE__ */ t(
|
|
6934
|
+
function Df({ side: e, open: r, onClose: i, title: a, children: o }) {
|
|
6935
|
+
return /* @__PURE__ */ t(Qd, {
|
|
6922
6936
|
open: r,
|
|
6923
6937
|
onOpenChange: (e) => !e && i(),
|
|
6924
|
-
children: /* @__PURE__ */ n(
|
|
6925
|
-
className: `${
|
|
6938
|
+
children: /* @__PURE__ */ n(nf, { children: [/* @__PURE__ */ t(af, { className: Ef.overlay }), /* @__PURE__ */ n(lf, {
|
|
6939
|
+
className: `${Ef.content} ${Ef[e]}`,
|
|
6926
6940
|
"data-pmax": "drawer",
|
|
6927
6941
|
children: [
|
|
6928
|
-
/* @__PURE__ */ t(
|
|
6942
|
+
/* @__PURE__ */ t(mf, {
|
|
6929
6943
|
style: {
|
|
6930
6944
|
position: "absolute",
|
|
6931
6945
|
width: 1,
|
|
@@ -6934,8 +6948,8 @@ function Tf({ side: e, open: r, onClose: i, title: a, children: o }) {
|
|
|
6934
6948
|
},
|
|
6935
6949
|
children: a
|
|
6936
6950
|
}),
|
|
6937
|
-
/* @__PURE__ */ t(
|
|
6938
|
-
className:
|
|
6951
|
+
/* @__PURE__ */ t(gf, {
|
|
6952
|
+
className: Ef.close,
|
|
6939
6953
|
"aria-label": "Close",
|
|
6940
6954
|
children: /* @__PURE__ */ t(g, {
|
|
6941
6955
|
name: "close",
|
|
@@ -6947,7 +6961,7 @@ function Tf({ side: e, open: r, onClose: i, title: a, children: o }) {
|
|
|
6947
6961
|
})] })
|
|
6948
6962
|
});
|
|
6949
6963
|
}
|
|
6950
|
-
var
|
|
6964
|
+
var Of = {
|
|
6951
6965
|
nav: "_nav_ox24b_1",
|
|
6952
6966
|
crumb: "_crumb_ox24b_11",
|
|
6953
6967
|
link: "_link_ox24b_17 _focusRing_svxew_10",
|
|
@@ -6955,19 +6969,19 @@ var Ef = {
|
|
|
6955
6969
|
};
|
|
6956
6970
|
//#endregion
|
|
6957
6971
|
//#region src/components/Breadcrumbs.tsx
|
|
6958
|
-
function
|
|
6972
|
+
function kf({ items: e }) {
|
|
6959
6973
|
return /* @__PURE__ */ t("nav", {
|
|
6960
6974
|
"data-pmax": "breadcrumbs",
|
|
6961
6975
|
"aria-label": "Breadcrumb",
|
|
6962
|
-
className:
|
|
6976
|
+
className: Of.nav,
|
|
6963
6977
|
children: e.map((r, i) => /* @__PURE__ */ n("span", {
|
|
6964
|
-
className:
|
|
6978
|
+
className: Of.crumb,
|
|
6965
6979
|
children: [r.href ? /* @__PURE__ */ t("a", {
|
|
6966
6980
|
href: r.href,
|
|
6967
|
-
className:
|
|
6981
|
+
className: Of.link,
|
|
6968
6982
|
children: r.label
|
|
6969
6983
|
}) : /* @__PURE__ */ t("span", {
|
|
6970
|
-
className:
|
|
6984
|
+
className: Of.current,
|
|
6971
6985
|
"aria-current": "page",
|
|
6972
6986
|
children: r.label
|
|
6973
6987
|
}), i < e.length - 1 ? /* @__PURE__ */ t("span", {
|
|
@@ -6978,6 +6992,6 @@ function Df({ items: e }) {
|
|
|
6978
6992
|
});
|
|
6979
6993
|
}
|
|
6980
6994
|
//#endregion
|
|
6981
|
-
export { Au as Accordion,
|
|
6995
|
+
export { Au as Accordion, xd as ActiveFilters, ud as AddToCartButton, zu as AnnouncementBar, Ud as ArticleCard, Md as AttributeChip, Nd as AttributeList, kf as Breadcrumbs, k as Button, qu as CartButton, td as CategoryRail, $u as CategoryTile, kt as Checkbox, te as Chip, jd as CollapsiblePanel, ld as CompareButton, Gu as ContactItem, P as CountPill, Al as DisclosureToggle, Pu as Divider, Df as Drawer, vd as FilterChipGroup, bd as FilterPanel, _d as FilterSection, Gd as Footer, sd as FulfillmentBadges, Od as FulfillmentPanel, rd as HeaderShell, zd as HeroCarousel, Ld as HeroSlide, g as Icon, ee as IconButton, ae as Input, Ku as LangSwitcher, Uu as Logo, Vd as MediaBanner, yf as Modal, Zu as NavBar, Yu as NavItem, Lu as Overlay, wd as Pagination, od as Price, yd as PriceRangeFilter, dd as ProductCard, md as ProductCarousel, Ed as ProductGallery, fd as ProductGrid, Hd as PromoCard, Fd as Prose, Un as RangeSlider, se as SearchField, hd as SectionHeader, Ol as Select, Iu as Skeleton, Dd as SkuChip, gd as SortMenu, Ad as SpecGrid, kd as SpecItem, Nu as Surface, re as Tag, C as Text, Cf as ToastProvider, cd as WishlistButton, Tf as useToast };
|
|
6982
6996
|
|
|
6983
6997
|
//# sourceMappingURL=index.js.map
|