@mx-cartographer/experiences 9.0.5 → 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,5 @@
1
+ ## [9.0.5.1] - 05-20-2026
2
+ - **UPDATED** - Add aria-hidden="true" to the main image in the WeekendNoSpendDays insight
1
3
 
2
4
  ## [9.0.5] - 05-20-2026
3
5
  - **UPDATED** - Hide MarketingHub Offer call to action button when call_to_action content is blank
@@ -6,7 +6,6 @@ export interface WeeklyNoSpendDaysProps extends CommonBeatProps {
6
6
  [key in string]?: string;
7
7
  };
8
8
  daysOfTheWeek: string[];
9
- dollarBillAltText: string;
10
9
  };
11
10
  }
12
11
  export declare const WeeklyNoSpendDays: React.FC<WeeklyNoSpendDaysProps>;
@@ -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, dollarBillAltText: h, daysOfTheWeek: d } = l, m = u3[a.length || 0], p = Z.useRef(null), { height: u, width: x } = K(p);
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: p, width: "100%", children: [
4070
- /* @__PURE__ */ t("img", { alt: h, src: m, width: 138 }),
4071
- a?.length >= 4 && /* @__PURE__ */ t(r1, { height: u, shouldRun: !0, width: x }),
4072
- /* @__PURE__ */ t(a3, { daysOfTheWeek: d, noSpendDays: s })
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.5",
3
+ "version": "9.0.6",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",