@mx-cartographer/experiences 8.2.6 → 8.2.7
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/CHANGELOG.md +5 -0
- package/dist/insights/index.es.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
## [8.2.7] - 05-21-2026
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - Add aria-hidden="true" to the main image in the WeekendNoSpendDays insight
|
|
4
|
+
|
|
1
5
|
## [8.2.6] - 05-21-2026
|
|
2
6
|
|
|
3
7
|
- **UPDATED** - Hide MarketingHub Offer call to action button when call_to_action content is blank
|
|
8
|
+
|
|
4
9
|
## [8.2.5] - 05-14-2026
|
|
5
10
|
|
|
6
11
|
- **FIXED** - Payment due date logic in account details to ensure consistent UTC-based date rendering
|
|
@@ -4075,11 +4075,11 @@ const A4 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
4075
4075
|
displayData: l,
|
|
4076
4076
|
...o
|
|
4077
4077
|
}) => {
|
|
4078
|
-
const { no_spend_days: a } = r.payload, { noSpendDays: c,
|
|
4079
|
-
return /* @__PURE__ */ t(I, { ...o, beat: r, button: /* @__PURE__ */ t(H, { ...i, beat: r }), children: n ? /* @__PURE__ */ t(G4, {}) : /* @__PURE__ */ s(f1, { alignItems: "center", justifyContent: "center", ref:
|
|
4080
|
-
/* @__PURE__ */ t("img", {
|
|
4081
|
-
a?.length >= 4 && /* @__PURE__ */ t(r1, { height:
|
|
4082
|
-
/* @__PURE__ */ t(o3, { daysOfTheWeek:
|
|
4078
|
+
const { no_spend_days: a } = r.payload, { noSpendDays: c, daysOfTheWeek: h } = l, d = f3[a.length || 0], m = Z.useRef(null), { height: p, width: u } = K(m);
|
|
4079
|
+
return /* @__PURE__ */ t(I, { ...o, beat: r, button: /* @__PURE__ */ t(H, { ...i, beat: r }), children: n ? /* @__PURE__ */ t(G4, {}) : /* @__PURE__ */ s(f1, { alignItems: "center", justifyContent: "center", ref: m, width: "100%", children: [
|
|
4080
|
+
/* @__PURE__ */ t("img", { "aria-hidden": "true", src: d, width: 138 }),
|
|
4081
|
+
a?.length >= 4 && /* @__PURE__ */ t(r1, { height: p, shouldRun: !0, width: u }),
|
|
4082
|
+
/* @__PURE__ */ t(o3, { daysOfTheWeek: h, noSpendDays: c })
|
|
4083
4083
|
] }) });
|
|
4084
4084
|
}, x3 = ({ children: r, value: i }) => /* @__PURE__ */ t(
|
|
4085
4085
|
A2,
|