@mx-cartographer/experiences 9.0.4 → 9.0.6
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.0.5.1] - 05-20-2026
|
|
2
|
+
- **UPDATED** - Add aria-hidden="true" to the main image in the WeekendNoSpendDays insight
|
|
3
|
+
|
|
4
|
+
## [9.0.5] - 05-20-2026
|
|
5
|
+
- **UPDATED** - Hide MarketingHub Offer call to action button when call_to_action content is blank
|
|
6
|
+
|
|
1
7
|
## [9.0.4] - 05-19-2026
|
|
2
8
|
|
|
3
9
|
- **ADDED** - Recurring Transactions "Mark as Paid/Unpaid" UI flows
|
|
@@ -3354,7 +3354,7 @@ const z4 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3354
3354
|
altLoadingText: r,
|
|
3355
3355
|
beat: i,
|
|
3356
3356
|
button: /* @__PURE__ */ c(C, { spacing: 10, children: [
|
|
3357
|
-
/* @__PURE__ */ t(
|
|
3357
|
+
i.call_to_action && /* @__PURE__ */ t(
|
|
3358
3358
|
H,
|
|
3359
3359
|
{
|
|
3360
3360
|
beat: i,
|
|
@@ -4065,11 +4065,11 @@ const z4 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
4065
4065
|
displayData: l,
|
|
4066
4066
|
...o
|
|
4067
4067
|
}) => {
|
|
4068
|
-
const { no_spend_days: a } = r.payload, { noSpendDays: s,
|
|
4069
|
-
return /* @__PURE__ */ t(I, { ...o, beat: r, button: /* @__PURE__ */ t(H, { ...i, beat: r }), children: n ? /* @__PURE__ */ t(L4, {}) : /* @__PURE__ */ c(f1, { alignItems: "center", justifyContent: "center", ref:
|
|
4070
|
-
/* @__PURE__ */ t("img", {
|
|
4071
|
-
a?.length >= 4 && /* @__PURE__ */ t(r1, { height:
|
|
4072
|
-
/* @__PURE__ */ t(a3, { daysOfTheWeek:
|
|
4068
|
+
const { no_spend_days: a } = r.payload, { noSpendDays: s, daysOfTheWeek: h } = l, d = u3[a.length || 0], m = Z.useRef(null), { height: p, width: u } = K(m);
|
|
4069
|
+
return /* @__PURE__ */ t(I, { ...o, beat: r, button: /* @__PURE__ */ t(H, { ...i, beat: r }), children: n ? /* @__PURE__ */ t(L4, {}) : /* @__PURE__ */ c(f1, { alignItems: "center", justifyContent: "center", ref: m, width: "100%", children: [
|
|
4070
|
+
/* @__PURE__ */ t("img", { "aria-hidden": "true", src: d, width: 138 }),
|
|
4071
|
+
a?.length >= 4 && /* @__PURE__ */ t(r1, { height: p, shouldRun: !0, width: u }),
|
|
4072
|
+
/* @__PURE__ */ t(a3, { daysOfTheWeek: h, noSpendDays: s })
|
|
4073
4073
|
] }) });
|
|
4074
4074
|
}, f3 = ({ children: r, value: i }) => /* @__PURE__ */ t(
|
|
4075
4075
|
O2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mx-cartographer/experiences",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6",
|
|
4
4
|
"description": "Library containing experience widgets",
|
|
5
5
|
"author": "MX",
|
|
6
6
|
"license": "MIT",
|
|
@@ -294,5 +294,5 @@
|
|
|
294
294
|
"@types/react": "^19",
|
|
295
295
|
"@types/react-dom": "^19"
|
|
296
296
|
},
|
|
297
|
-
"packageManager": "yarn@4.
|
|
297
|
+
"packageManager": "yarn@4.15.0"
|
|
298
298
|
}
|