@neowhale/storefront 0.2.60 → 0.2.61

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.
@@ -1741,7 +1741,20 @@ var WhaleStorefront = (function (exports) {
1741
1741
  alignItems: "center",
1742
1742
  gap: "0.375rem"
1743
1743
  }, children: [
1744
- badge.icon && /* @__PURE__ */ jsx("span", { style: { fontSize: "0.9rem" }, children: badge.icon }),
1744
+ badge.icon && /* @__PURE__ */ jsx("span", { style: { fontSize: "0.9rem" }, children: {
1745
+ truck: "\u{1F69A}",
1746
+ flask: "\u{1F9EA}",
1747
+ map: "\u{1F5FA}\uFE0F",
1748
+ shield: "\u{1F6E1}\uFE0F",
1749
+ star: "\u2B50",
1750
+ check: "\u2713",
1751
+ lock: "\u{1F512}",
1752
+ heart: "\u2764\uFE0F",
1753
+ leaf: "\u{1F33F}",
1754
+ clock: "\u23F1\uFE0F",
1755
+ gift: "\u{1F381}",
1756
+ fire: "\u{1F525}"
1757
+ }[badge.icon] || badge.icon }),
1745
1758
  /* @__PURE__ */ jsx("span", { style: {
1746
1759
  fontSize: "0.7rem",
1747
1760
  fontWeight: 500,
@@ -3474,7 +3474,20 @@ function TrustBadgesSection({ section, theme }) {
3474
3474
  alignItems: "center",
3475
3475
  gap: "0.375rem"
3476
3476
  }, children: [
3477
- badge.icon && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontSize: "0.9rem" }, children: badge.icon }),
3477
+ badge.icon && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontSize: "0.9rem" }, children: {
3478
+ truck: "\u{1F69A}",
3479
+ flask: "\u{1F9EA}",
3480
+ map: "\u{1F5FA}\uFE0F",
3481
+ shield: "\u{1F6E1}\uFE0F",
3482
+ star: "\u2B50",
3483
+ check: "\u2713",
3484
+ lock: "\u{1F512}",
3485
+ heart: "\u2764\uFE0F",
3486
+ leaf: "\u{1F33F}",
3487
+ clock: "\u23F1\uFE0F",
3488
+ gift: "\u{1F381}",
3489
+ fire: "\u{1F525}"
3490
+ }[badge.icon] || badge.icon }),
3478
3491
  /* @__PURE__ */ jsxRuntime.jsx("span", { style: {
3479
3492
  fontSize: "0.7rem",
3480
3493
  fontWeight: 500,