@mx-cartographer/experiences 9.0.5 → 9.0.7-alpha.mm0

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
@@ -2361,7 +2361,7 @@ class xe {
2361
2361
  try {
2362
2362
  await this.globalStore.transactionStore.updateTransaction({
2363
2363
  ...t,
2364
- repeating_transaction_guid: null
2364
+ repeating_transaction_guid: void 0
2365
2365
  }), await this.loadRepeatingTransactions(), this.setAlert(this.copy.unlink_transaction_success, "success");
2366
2366
  } catch (e) {
2367
2367
  console.error(`Error occurred while marking recurrence as unpaid: ${e}`), this.setAlert(this.copy.unlink_transaction_error, "error");
@@ -1,4 +1,4 @@
1
- import { l as Y } from "../UserStore-DzWku3t0.mjs";
1
+ import { l as Y } from "../UserStore-D3pg0xks.mjs";
2
2
  import { b as $, a as H } from "../Localization-DnoVyBNK.mjs";
3
3
  import { f as j, b as V, a as K, c as Z, g as J, d as X } from "../NumberFormatting--XMeeBfr.mjs";
4
4
  import { C as rr, a as er, b as or } from "../CurrencyDialog-DumQCTPO.mjs";
@@ -1,4 +1,4 @@
1
- import { A as g, a as m, b as C, c as N, d as h, B as f, e as E, f as D, g as b, C as I, h as M, i as R, j as B, D as L, F as G, k as _, G as H, l as P, m as U, n as x, o as O, H as F, p as k, q as v, r as w, M as W, s as Y, N as $, t as q, u as K, R as j, v as z, S as J, w as Q, T as X, x as Z, y as V, U as tt, z as at, W as st } from "../UserStore-DzWku3t0.mjs";
1
+ import { A as g, a as m, b as C, c as N, d as h, B as f, e as E, f as D, g as b, C as I, h as M, i as R, j as B, D as L, F as G, k as _, G as H, l as P, m as U, n as x, o as O, H as F, p as k, q as v, r as w, M as W, s as Y, N as $, t as q, u as K, R as j, v as z, S as J, w as Q, T as X, x as Z, y as V, U as tt, z as at, W as st } from "../UserStore-D3pg0xks.mjs";
2
2
  import { b as ot, a as nt, d as rt, c as it, A as ct, C as pt, e as At, E as St, M as ut, N as lt, P as Tt, f as yt, g as dt, S as gt } from "../Account-DR7Plrqy.mjs";
3
3
  import { A as Ct, B as Nt, I as ht, N as ft } from "../Notification-DTNYSd8P.mjs";
4
4
  import { F as n } from "../GlobalCopyApi-wcnDUzMV.mjs";
@@ -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.7-alpha.mm0",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",