@sonordev/site-kit 1.4.4 → 1.4.5
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/{chunk-BYXMT7IG.js → chunk-7VZBMQNR.js} +4 -4
- package/dist/chunk-7VZBMQNR.js.map +1 -0
- package/dist/{chunk-GA2MN6CF.mjs → chunk-LDK2GBEZ.mjs} +4 -4
- package/dist/chunk-LDK2GBEZ.mjs.map +1 -0
- package/dist/commerce/index.js +44 -44
- package/dist/commerce/index.mjs +1 -1
- package/dist/index.js +25 -25
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-BYXMT7IG.js.map +0 -1
- package/dist/chunk-GA2MN6CF.mjs.map +0 -1
|
@@ -1267,9 +1267,9 @@ function SizeChart({ chart, selectedSize, className }) {
|
|
|
1267
1267
|
gap: 0
|
|
1268
1268
|
},
|
|
1269
1269
|
children: [
|
|
1270
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontWeight:
|
|
1270
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontWeight: activeUnit === "inches" ? 700 : 400, opacity: activeUnit === "inches" ? 1 : 0.45 }, children: "in" }),
|
|
1271
1271
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { margin: "0 3px", opacity: 0.3 }, children: "/" }),
|
|
1272
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontWeight:
|
|
1272
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontWeight: activeUnit === "cm" ? 700 : 400, opacity: activeUnit === "cm" ? 1 : 0.45 }, children: "cm" })
|
|
1273
1273
|
]
|
|
1274
1274
|
}
|
|
1275
1275
|
)
|
|
@@ -6622,5 +6622,5 @@ exports.isEventSoldOut = isEventSoldOut;
|
|
|
6622
6622
|
exports.registerForEvent = registerForEvent;
|
|
6623
6623
|
exports.useEventModal = useEventModal;
|
|
6624
6624
|
exports.validateAddress = validateAddress;
|
|
6625
|
-
//# sourceMappingURL=chunk-
|
|
6626
|
-
//# sourceMappingURL=chunk-
|
|
6625
|
+
//# sourceMappingURL=chunk-7VZBMQNR.js.map
|
|
6626
|
+
//# sourceMappingURL=chunk-7VZBMQNR.js.map
|