@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.
- package/dist/landing.global.js +14 -1
- package/dist/react/index.cjs +14 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +14 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -3472,7 +3472,20 @@ function TrustBadgesSection({ section, theme }) {
|
|
|
3472
3472
|
alignItems: "center",
|
|
3473
3473
|
gap: "0.375rem"
|
|
3474
3474
|
}, children: [
|
|
3475
|
-
badge.icon && /* @__PURE__ */ jsx("span", { style: { fontSize: "0.9rem" }, children:
|
|
3475
|
+
badge.icon && /* @__PURE__ */ jsx("span", { style: { fontSize: "0.9rem" }, children: {
|
|
3476
|
+
truck: "\u{1F69A}",
|
|
3477
|
+
flask: "\u{1F9EA}",
|
|
3478
|
+
map: "\u{1F5FA}\uFE0F",
|
|
3479
|
+
shield: "\u{1F6E1}\uFE0F",
|
|
3480
|
+
star: "\u2B50",
|
|
3481
|
+
check: "\u2713",
|
|
3482
|
+
lock: "\u{1F512}",
|
|
3483
|
+
heart: "\u2764\uFE0F",
|
|
3484
|
+
leaf: "\u{1F33F}",
|
|
3485
|
+
clock: "\u23F1\uFE0F",
|
|
3486
|
+
gift: "\u{1F381}",
|
|
3487
|
+
fire: "\u{1F525}"
|
|
3488
|
+
}[badge.icon] || badge.icon }),
|
|
3476
3489
|
/* @__PURE__ */ jsx("span", { style: {
|
|
3477
3490
|
fontSize: "0.7rem",
|
|
3478
3491
|
fontWeight: 500,
|