@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.
@@ -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: showAlt ? 400 : 700, opacity: showAlt ? 0.45 : 1 }, children: "in" }),
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: showAlt ? 700 : 400, opacity: showAlt ? 1 : 0.45 }, children: "cm" })
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-BYXMT7IG.js.map
6626
- //# sourceMappingURL=chunk-BYXMT7IG.js.map
6625
+ //# sourceMappingURL=chunk-7VZBMQNR.js.map
6626
+ //# sourceMappingURL=chunk-7VZBMQNR.js.map