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