@neowhale/storefront 0.2.47 → 0.2.49

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.
@@ -1405,7 +1405,7 @@ var WhaleStorefront = (function (exports) {
1405
1405
  background: "linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%)"
1406
1406
  } }),
1407
1407
  /* @__PURE__ */ jsx("div", { style: { position: "absolute", bottom: 0, left: 0, padding: "clamp(1rem, 3vw, 1.25rem)" }, children: [
1408
- /* @__PURE__ */ jsx("p", { style: {
1408
+ /* @__PURE__ */ jsx("p", { className: "loc-card-name", style: {
1409
1409
  fontFamily: brandFont,
1410
1410
  fontSize: "clamp(1.5rem, 6vw, 1.875rem)",
1411
1411
  color: "#fff",
@@ -3143,7 +3143,7 @@ function LocationCardSection({ section, theme, onEvent }) {
3143
3143
  background: "linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%)"
3144
3144
  } }),
3145
3145
  /* @__PURE__ */ jsxRuntime.jsxs("div", { style: { position: "absolute", bottom: 0, left: 0, padding: "clamp(1rem, 3vw, 1.25rem)" }, children: [
3146
- /* @__PURE__ */ jsxRuntime.jsx("p", { style: {
3146
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "loc-card-name", style: {
3147
3147
  fontFamily: brandFont,
3148
3148
  fontSize: "clamp(1.5rem, 6vw, 1.875rem)",
3149
3149
  color: "#fff",