@neowhale/storefront 0.2.59 → 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 +16 -3
- package/dist/react/index.cjs +16 -3
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +16 -3
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
package/dist/landing.global.js
CHANGED
|
@@ -617,8 +617,8 @@ var WhaleStorefront = (function (exports) {
|
|
|
617
617
|
marginTop: "1rem",
|
|
618
618
|
width: "100%",
|
|
619
619
|
padding: "0.875rem",
|
|
620
|
-
background: theme.
|
|
621
|
-
color:
|
|
620
|
+
background: theme.fg,
|
|
621
|
+
color: theme.bg,
|
|
622
622
|
border: "none",
|
|
623
623
|
fontSize: "0.85rem",
|
|
624
624
|
fontWeight: 500,
|
|
@@ -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:
|
|
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,
|
package/dist/react/index.cjs
CHANGED
|
@@ -2356,8 +2356,8 @@ function HeroInlineForm({ ctaText, formOpen, setFormOpen, firstName, setFirstNam
|
|
|
2356
2356
|
marginTop: "1rem",
|
|
2357
2357
|
width: "100%",
|
|
2358
2358
|
padding: "0.875rem",
|
|
2359
|
-
background: theme.
|
|
2360
|
-
color:
|
|
2359
|
+
background: theme.fg,
|
|
2360
|
+
color: theme.bg,
|
|
2361
2361
|
border: "none",
|
|
2362
2362
|
fontSize: "0.85rem",
|
|
2363
2363
|
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:
|
|
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,
|