hasting-swatchcart-module 1.0.37 → 1.0.38
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/assets/index.css +66 -12
- package/dist/cdn/main.css +66 -12
- package/dist/cdn/main.js +14 -14
- package/dist/main.cjs +12 -12
- package/dist/main.cjs.map +1 -1
- package/dist/main.js +14 -14
- package/dist/main.js.map +1 -1
- package/package.json +102 -102
package/dist/main.js
CHANGED
|
@@ -5890,7 +5890,7 @@ const ig = ({ text: e, isActive: t = !1, onClick: n }) => {
|
|
|
5890
5890
|
return /* @__PURE__ */ F(
|
|
5891
5891
|
"div",
|
|
5892
5892
|
{
|
|
5893
|
-
className: `flex flex-row items-center gap-[8px] lg:w-[50%] xl:max-w-[68%] xl:w-full ${r}`,
|
|
5893
|
+
className: `flex! flex-row! items-center! gap-[8px]! lg:w-[50%]! xl:max-w-[68%]! xl:w-full! ${r}`,
|
|
5894
5894
|
role: "region",
|
|
5895
5895
|
"aria-label": "Category slider",
|
|
5896
5896
|
children: [
|
|
@@ -22303,16 +22303,16 @@ const _f = ({
|
|
|
22303
22303
|
window.removeEventListener("scroll", m), window.removeEventListener("resize", h), y.disconnect();
|
|
22304
22304
|
};
|
|
22305
22305
|
}, [e, t, r, a]), !e || !t ? null : Yu(
|
|
22306
|
-
/* @__PURE__ */ p("div", { className: "fixed inset-0 z-[
|
|
22306
|
+
/* @__PURE__ */ p("div", { className: "fixed inset-0 z-[60000] pointer-events-none", children: /* @__PURE__ */ F(
|
|
22307
22307
|
"div",
|
|
22308
22308
|
{
|
|
22309
22309
|
ref: o,
|
|
22310
22310
|
role: "tooltip",
|
|
22311
|
-
className:
|
|
22312
|
-
absolute
|
|
22313
|
-
rounded-2xl
|
|
22314
|
-
text-white text-sm leading-6 font-medium
|
|
22315
|
-
pointer-events-auto
|
|
22311
|
+
className: `\r
|
|
22312
|
+
absolute\r
|
|
22313
|
+
rounded-2xl\r
|
|
22314
|
+
text-white text-sm leading-6 font-medium\r
|
|
22315
|
+
pointer-events-auto\r
|
|
22316
22316
|
`,
|
|
22317
22317
|
style: {
|
|
22318
22318
|
top: s.top,
|
|
@@ -22325,11 +22325,11 @@ const _f = ({
|
|
|
22325
22325
|
/* @__PURE__ */ p(
|
|
22326
22326
|
"span",
|
|
22327
22327
|
{
|
|
22328
|
-
className:
|
|
22329
|
-
absolute -bottom-[10px] h-0 w-0
|
|
22330
|
-
border-l-[10px] border-l-transparent
|
|
22331
|
-
border-r-[10px] border-r-transparent
|
|
22332
|
-
border-t-[10px]
|
|
22328
|
+
className: `\r
|
|
22329
|
+
absolute -bottom-[10px] h-0 w-0\r
|
|
22330
|
+
border-l-[10px] border-l-transparent\r
|
|
22331
|
+
border-r-[10px] border-r-transparent\r
|
|
22332
|
+
border-t-[10px]\r
|
|
22333
22333
|
`,
|
|
22334
22334
|
style: {
|
|
22335
22335
|
left: s.arrowLeft,
|
|
@@ -22606,7 +22606,7 @@ const _f = ({
|
|
|
22606
22606
|
items: E,
|
|
22607
22607
|
activeId: o.productId,
|
|
22608
22608
|
onSelect: (k) => s(k),
|
|
22609
|
-
className: "hidden lg:flex flex-row shrink-0 overflow-x-auto"
|
|
22609
|
+
className: "hidden! lg:flex! lg:visible! flex-row! shrink-0! overflow-x-auto!"
|
|
22610
22610
|
}
|
|
22611
22611
|
)
|
|
22612
22612
|
] }),
|
|
@@ -22616,7 +22616,7 @@ const _f = ({
|
|
|
22616
22616
|
items: E,
|
|
22617
22617
|
activeId: o.productId,
|
|
22618
22618
|
onSelect: (k) => s(k),
|
|
22619
|
-
className: "h-[64px] p-[var(--sm-padding)] border-b border-[var(--border)] lg:hidden"
|
|
22619
|
+
className: "h-[64px]! p-[var(--sm-padding)]! border-b! border-[var(--border)]! lg:hidden!"
|
|
22620
22620
|
}
|
|
22621
22621
|
),
|
|
22622
22622
|
/* @__PURE__ */ F(
|