@mx-cartographer/experiences 7.13.3 → 7.13.4

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,7 @@
1
+ ## [7.13.4] - 03-26-2026
2
+
3
+ - **FIXED** - semantic HTML in CategoryList
4
+
1
5
  ## [7.13.3] - 03-26-2026
2
6
 
3
7
  - **FIXED** - `Trends` Category List Cosmetic Changes.
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as _ } from "react/jsx-runtime";
2
- import { observer as p } from "mobx-react-lite";
3
- import E from "react";
2
+ import { observer as E } from "mobx-react-lite";
3
+ import p from "react";
4
4
  import K from "@mui/material/Stack";
5
5
  import { G as V, l as f, u as S, g as A, b as U } from "./hooks-BxkfR-Ff.mjs";
6
6
  import Y from "@mui/material/List";
@@ -24,8 +24,8 @@ import { u as ae } from "./useAriaLive-MkYebyUR.mjs";
24
24
  import { S as re } from "./SearchBox-B7km148n.mjs";
25
25
  import { L as P } from "./Loader-D3rjKx72.mjs";
26
26
  import { D as ne } from "./Drawer-Bbe4AMB1.mjs";
27
- const y = () => {
28
- if (!E.useContext(V))
27
+ const b = () => {
28
+ if (!p.useContext(V))
29
29
  throw new Error("useCategoryUiStore() must be used within the GlobalDataContext");
30
30
  return f().uiStore;
31
31
  }, C = {
@@ -49,9 +49,9 @@ const se = ({
49
49
  isOpen: l,
50
50
  type: i
51
51
  }) => {
52
- const [a, c] = E.useState(e), { categories: r } = S(), { setShouldDisableDrawerScroll: n } = y();
52
+ const [a, c] = p.useState(e), { categories: r } = S(), { setShouldDisableDrawerScroll: n } = b();
53
53
  let d = "", m = [];
54
- const u = i === "delete", h = e.length > 50 ? `${e.slice(0, 50)}...` : e, b = i === "edit" ? g(r.edit_subcategory_aria, h) : r.add_subcategory_aria;
54
+ const u = i === "delete", h = e.length > 50 ? `${e.slice(0, 50)}...` : e, y = i === "edit" ? g(r.edit_subcategory_aria, h) : r.add_subcategory_aria;
55
55
  switch (i) {
56
56
  case "add":
57
57
  d = r.add_subcategory_title;
@@ -84,10 +84,10 @@ const se = ({
84
84
  H,
85
85
  {
86
86
  inputProps: {
87
- "aria-label": b,
87
+ "aria-label": y,
88
88
  maxLength: 50
89
89
  },
90
- label: b,
90
+ label: y,
91
91
  name: "modify-subcategory",
92
92
  onChange: (D) => c(D.target.value),
93
93
  placeholder: r.input_placeholder,
@@ -97,8 +97,8 @@ const se = ({
97
97
  ) })
98
98
  }
99
99
  );
100
- }, R = p(se), ie = ({ announce: e, parentCategory: s }) => {
101
- const [o, l] = E.useState(!1), { addCategory: i } = f(), { categories: a } = S(), { onEvent: c } = A(), { setShouldDisableDrawerScroll: r } = y(), n = async (u) => {
100
+ }, R = E(se), ie = ({ announce: e, parentCategory: s }) => {
101
+ const [o, l] = p.useState(!1), { addCategory: i } = f(), { categories: a } = S(), { onEvent: c } = A(), { setShouldDisableDrawerScroll: r } = b(), n = async (u) => {
102
102
  await i(u.trim(), s.guid), e(g(a.add_subcategory_announcement, u)), c(C.ON_SUBCATEGORY_ADDED), l(!1);
103
103
  }, d = async () => {
104
104
  c(C.ON_SUBCATEGORY_ADD_CLICK), r(!0), l(!0);
@@ -123,7 +123,7 @@ const se = ({
123
123
  }
124
124
  )
125
125
  ] });
126
- }, ce = p(ie), le = ({
126
+ }, ce = E(ie), le = ({
127
127
  announce: e,
128
128
  setShowRename: s,
129
129
  subCategory: o,
@@ -144,7 +144,7 @@ const se = ({
144
144
  type: L.EDIT
145
145
  }
146
146
  );
147
- }, de = p(le), ue = ({
147
+ }, de = E(le), ue = ({
148
148
  announce: e,
149
149
  parentCategory: s,
150
150
  showDelete: o,
@@ -166,7 +166,7 @@ const se = ({
166
166
  type: L.DELETE
167
167
  }
168
168
  );
169
- }, me = p(ue), Ce = ({
169
+ }, me = E(ue), Ce = ({
170
170
  announce: e,
171
171
  parentCategory: s,
172
172
  subCategory: o
@@ -179,7 +179,7 @@ const se = ({
179
179
  showSelected: r,
180
180
  unselectable: n,
181
181
  unselectableText: d
182
- } = y(), { categories: m } = S(), { onEvent: u } = A(), [h, b] = E.useState(!1), [D, O] = E.useState(!1), T = !!o.revision, w = o.guid === i, I = !n.some(($) => $ === o.guid);
182
+ } = b(), { categories: m } = S(), { onEvent: u } = A(), [h, y] = p.useState(!1), [D, O] = p.useState(!1), T = !!o.revision, w = o.guid === i, I = !n.some(($) => $ === o.guid);
183
183
  return /* @__PURE__ */ _(
184
184
  x,
185
185
  {
@@ -216,7 +216,7 @@ const se = ({
216
216
  {
217
217
  "aria-label": g(m.edit_subcategory_title, o.name),
218
218
  onClick: () => {
219
- b(!0), c(!0), u(C.ON_SUBCATEGORY_EDIT_CLICK);
219
+ y(!0), c(!0), u(C.ON_SUBCATEGORY_EDIT_CLICK);
220
220
  },
221
221
  children: /* @__PURE__ */ t(X, { color: "secondary" })
222
222
  }
@@ -247,7 +247,7 @@ const se = ({
247
247
  de,
248
248
  {
249
249
  announce: e,
250
- setShowRename: b,
250
+ setShowRename: y,
251
251
  showRename: h,
252
252
  subCategory: o
253
253
  }
@@ -255,8 +255,8 @@ const se = ({
255
255
  ]
256
256
  }
257
257
  );
258
- }, ge = p(Ce), _e = ({ categories: e, parentCategory: s }) => {
259
- const { expandedGuid: o, searchValue: l } = y(), { announce: i, ariaLive: a } = ae(), c = s.guid === o, r = !!l;
258
+ }, ge = E(Ce), _e = ({ categories: e, parentCategory: s }) => {
259
+ const { expandedGuid: o, searchValue: l } = b(), { announce: i, ariaLive: a } = ae(), c = s.guid === o, r = !!l;
260
260
  return /* @__PURE__ */ _(
261
261
  Q,
262
262
  {
@@ -273,7 +273,7 @@ const se = ({
273
273
  className: "mx-cat-subcategory-list",
274
274
  id: `subcategories-${s.guid}`,
275
275
  children: [
276
- e.map((n) => /* @__PURE__ */ _(E.Fragment, { children: [
276
+ e.map((n) => /* @__PURE__ */ _(p.Fragment, { children: [
277
277
  /* @__PURE__ */ t(
278
278
  ge,
279
279
  {
@@ -282,7 +282,7 @@ const se = ({
282
282
  subCategory: n
283
283
  }
284
284
  ),
285
- /* @__PURE__ */ t(k, { sx: { ml: 58 } })
285
+ /* @__PURE__ */ t(k, { "aria-hidden": "true", component: "li", sx: { ml: 58 } })
286
286
  ] }, n.guid)),
287
287
  !r && /* @__PURE__ */ t(ce, { announce: i, parentCategory: s })
288
288
  ]
@@ -291,12 +291,12 @@ const se = ({
291
291
  ]
292
292
  }
293
293
  );
294
- }, Ee = p(_e), pe = ({ category: e, subCategories: s }) => {
295
- const { expandedGuid: o, searchValue: l, setExpandedGuid: i } = y(), { onEvent: a } = A(), c = e.guid === o, r = () => {
294
+ }, pe = E(_e), Ee = ({ category: e, subCategories: s }) => {
295
+ const { expandedGuid: o, searchValue: l, setExpandedGuid: i } = b(), { onEvent: a } = A(), c = e.guid === o, r = () => {
296
296
  const n = e.guid !== o ? e.guid : null;
297
297
  i(n), a(n ? C.ON_CATEGORY_EXPANDED : C.ON_CATEGORY_COLLAPSED);
298
298
  };
299
- return /* @__PURE__ */ _(E.Fragment, { children: [
299
+ return /* @__PURE__ */ _(p.Fragment, { children: [
300
300
  /* @__PURE__ */ t(x, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ _(
301
301
  N,
302
302
  {
@@ -327,11 +327,11 @@ const se = ({
327
327
  },
328
328
  e.guid
329
329
  ) }),
330
- /* @__PURE__ */ t(k, { sx: { ml: 58 } }),
331
- /* @__PURE__ */ t(Ee, { categories: s, parentCategory: e })
330
+ /* @__PURE__ */ t(k, { "aria-hidden": "true", component: "li", sx: { ml: 58 } }),
331
+ /* @__PURE__ */ t("li", { role: "presentation", style: { listStyle: "none" }, children: /* @__PURE__ */ t(pe, { categories: s, parentCategory: e }) })
332
332
  ] });
333
- }, he = p(pe), Se = () => {
334
- const { categories: e } = f(), { searchValue: s } = y(), { categories: o } = S(), i = ((a, c = "") => a.reduce((r, n) => {
333
+ }, he = E(Ee), Se = () => {
334
+ const { categories: e } = f(), { searchValue: s } = b(), { categories: o } = S(), i = ((a, c = "") => a.reduce((r, n) => {
335
335
  if (n.parent_guid === null) {
336
336
  const m = [
337
337
  {
@@ -356,7 +356,7 @@ const se = ({
356
356
  },
357
357
  a.category.guid
358
358
  )) }) });
359
- }, be = p(Se), ye = ({
359
+ }, ye = E(Se), be = ({
360
360
  initialSelected: e,
361
361
  onSelect: s = void 0,
362
362
  showSelected: o = !0,
@@ -368,16 +368,16 @@ const se = ({
368
368
  setOnSelect: m,
369
369
  setSearchValue: u,
370
370
  setSelectedGuid: h,
371
- setShowSelected: b,
371
+ setShowSelected: y,
372
372
  setUnselectable: D,
373
373
  setUnselectableText: O
374
- } = y();
375
- return E.useEffect(() => {
374
+ } = b();
375
+ return p.useEffect(() => {
376
376
  s && m(s);
377
- }), E.useEffect(() => {
377
+ }), p.useEffect(() => {
378
378
  a.length || c();
379
- }, []), E.useEffect(() => {
380
- e && h(e), b(o), D(l), O(i);
379
+ }, []), p.useEffect(() => {
380
+ e && h(e), y(o), D(l), O(i);
381
381
  }, [e, o, l, i]), n ? /* @__PURE__ */ _(K, { className: "mx-cat-category-selector", sx: { width: "100%" }, children: [
382
382
  /* @__PURE__ */ t(
383
383
  re,
@@ -389,9 +389,9 @@ const se = ({
389
389
  searchValue: d
390
390
  }
391
391
  ),
392
- /* @__PURE__ */ t(be, {})
392
+ /* @__PURE__ */ t(ye, {})
393
393
  ] }) : /* @__PURE__ */ t(P, {});
394
- }, De = p(ye), fe = ({
394
+ }, De = E(be), fe = ({
395
395
  id: e,
396
396
  onClose: s,
397
397
  title: o,
@@ -411,10 +411,10 @@ const se = ({
411
411
  children: /* @__PURE__ */ t(De, { ...i })
412
412
  }
413
413
  ) : /* @__PURE__ */ t(P, {});
414
- }, Je = p(fe);
414
+ }, Je = E(fe);
415
415
  export {
416
416
  De as C,
417
417
  Je as a,
418
418
  he as b,
419
- y as u
419
+ b as u
420
420
  };
@@ -18,7 +18,7 @@ import { parseISO as me } from "date-fns/parseISO";
18
18
  import J from "@mui/material/Button";
19
19
  import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
20
20
  import { T as V, u as fe, S as ge, a as Ce } from "./StatusIndicator-CIKUOoN_.mjs";
21
- import { T as be } from "./TransactionDetails-CBrqmEw1.mjs";
21
+ import { T as be } from "./TransactionDetails-BmVM5f4V.mjs";
22
22
  import { addYears as j } from "date-fns/addYears";
23
23
  import { getDayOfYear as xe } from "date-fns/getDayOfYear";
24
24
  import { setDayOfYear as Se } from "date-fns/setDayOfYear";
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
7
7
  import d from "@mui/material/Divider";
8
8
  import b from "@mui/material/List";
9
9
  import T from "@mui/material/Stack";
10
- import { R as C, A as S, a as E, M as v } from "./ManageIncome-6rzdF0hn.mjs";
10
+ import { R as C, A as S, a as E, M as v } from "./ManageIncome-DlV2oFD3.mjs";
11
11
  import { u as _, i as A, g as f } from "./hooks-BxkfR-Ff.mjs";
12
12
  import { R as y, F as N } from "./RecurringTransactions-BOzBqfdg.mjs";
13
13
  import { A as m } from "./Analytics-BYItVAe-.mjs";
@@ -27,7 +27,7 @@ import $ from "@mui/material/ListItemText";
27
27
  import { f as Me, D as ke } from "./DateFormats-BMpMrZpW.mjs";
28
28
  import Y from "@mui/material/ListItemButton";
29
29
  import z from "@mui/material/ListItemIcon";
30
- import { a as Pe } from "./CategorySelectorDrawer-DYHNBd2v.mjs";
30
+ import { a as Pe } from "./CategorySelectorDrawer-DljLDG8i.mjs";
31
31
  import { b as et, T as tt, u as J } from "./StatusIndicator-CIKUOoN_.mjs";
32
32
  import { D as X } from "./Dialog-Ck34yr-d.mjs";
33
33
  import { b as I } from "./Localization-CPkpIwIx.mjs";
@@ -56,7 +56,7 @@ import t3 from "@mui/material/Link";
56
56
  import n3 from "@mui/material/Paper";
57
57
  import { subDays as o3, startOfToday as i3, endOfToday as c3 } from "date-fns";
58
58
  import { T as a3 } from "../StatusIndicator-CIKUOoN_.mjs";
59
- import { T as s3 } from "../TransactionDetails-CBrqmEw1.mjs";
59
+ import { T as s3 } from "../TransactionDetails-BmVM5f4V.mjs";
60
60
  import { T as r1 } from "../TabContentContainer-j01JYR_7.mjs";
61
61
  import { f as d1 } from "../NumberFormatting-QCaNwbjv.mjs";
62
62
  import { C as l3 } from "../ConnectionsDrawer-IA7vnv1J.mjs";
@@ -37,16 +37,16 @@ import De from "@mui/material/Tab";
37
37
  import Qe from "@mui/material/Tabs";
38
38
  import { e as et } from "../exportTransactionsToCSV-CdTF_RqL.mjs";
39
39
  import { T as Ae } from "../StatusIndicator-CIKUOoN_.mjs";
40
- import { T as tt, c as ot } from "../TransactionDetails-CBrqmEw1.mjs";
40
+ import { T as tt, c as ot } from "../TransactionDetails-BmVM5f4V.mjs";
41
41
  import ve from "@mui/material/Card";
42
42
  import Te from "@mui/material/CardContent";
43
43
  import { S as Be } from "../StatusBar-BK_uYHAB.mjs";
44
44
  import { S as Ge } from "../SingleSegmentDonut-BgbLgwHi.mjs";
45
- import { u as nt, b as at } from "../CategorySelectorDrawer-DYHNBd2v.mjs";
45
+ import { u as nt, b as at } from "../CategorySelectorDrawer-DljLDG8i.mjs";
46
46
  import Pe from "@mui/material/CardHeader";
47
47
  import { subDays as rt } from "date-fns/subDays";
48
48
  import st from "@mui/material/IconButton";
49
- import { M as it } from "../ManageIncome-6rzdF0hn.mjs";
49
+ import { M as it } from "../ManageIncome-DlV2oFD3.mjs";
50
50
  import { u as je } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
51
51
  import { W as ct } from "../WidgetContainer-D_iaToWJ.mjs";
52
52
  import { u as lt, g as dt, C as ut } from "../BudgetUtil-CLhRnCoX.mjs";
@@ -18,7 +18,7 @@ import { b as $ } from "../Localization-CPkpIwIx.mjs";
18
18
  import { M as Je } from "../MiniWidgetContainer-xLWSV6Wz.mjs";
19
19
  import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
20
20
  import { u as Fe } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
21
- import { R as et } from "../RecurringSettings-DSsqb6FN.mjs";
21
+ import { R as et } from "../RecurringSettings-CaESa69-.mjs";
22
22
  import tt from "@mui/material/Tabs";
23
23
  import Ce from "@mui/material/Tab";
24
24
  import { getUnixTime as z } from "date-fns/getUnixTime";
@@ -36,7 +36,7 @@ import { alpha as it, keyframes as at } from "@mui/material/styles";
36
36
  import { DataGridPro as rt } from "@mui/x-data-grid-pro";
37
37
  import { T as _e } from "../TabContentContainer-j01JYR_7.mjs";
38
38
  import G from "@mui/material/Button";
39
- import { M as st, S as ct, i as lt, d as Se, c as dt } from "../ManageIncome-6rzdF0hn.mjs";
39
+ import { M as st, S as ct, i as lt, d as Se, c as dt } from "../ManageIncome-DlV2oFD3.mjs";
40
40
  import { D as Ge } from "../Drawer-Bbe4AMB1.mjs";
41
41
  import { subDays as Me } from "date-fns/subDays";
42
42
  import { endOfToday as mt } from "date-fns/endOfToday";
@@ -1,4 +1,4 @@
1
- import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-DYHNBd2v.mjs";
1
+ import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-DljLDG8i.mjs";
2
2
  import { C as g } from "../CategoryStore-FTxUbn0f.mjs";
3
3
  export {
4
4
  o as CategoryRow,
@@ -56,10 +56,10 @@ import { formatISO as oo } from "date-fns/formatISO";
56
56
  import { fromUnixTime as ro } from "date-fns/fromUnixTime";
57
57
  import { startOfToday as st } from "date-fns/startOfToday";
58
58
  import { subDays as ao } from "date-fns/subDays";
59
- import { c as io, d as ct, S as so, i as co } from "../ManageIncome-6rzdF0hn.mjs";
59
+ import { c as io, d as ct, S as so, i as co } from "../ManageIncome-DlV2oFD3.mjs";
60
60
  import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as _o } from "@mui/x-date-pickers";
61
61
  import { AdapterDateFns as Ot } from "@mui/x-date-pickers/AdapterDateFnsV3";
62
- import { R as uo } from "../RecurringSettings-DSsqb6FN.mjs";
62
+ import { R as uo } from "../RecurringSettings-CaESa69-.mjs";
63
63
  import { LocalizationProvider as ho } from "@mui/x-date-pickers/LocalizationProvider";
64
64
  import { format as mo } from "date-fns/format";
65
65
  import go from "@mui/lab/Timeline";
@@ -6,8 +6,8 @@ import { endOfToday as J } from "date-fns/endOfToday";
6
6
  import { startOfMonth as k } from "date-fns/startOfMonth";
7
7
  import { startOfToday as Q } from "date-fns/startOfToday";
8
8
  import { subDays as ee } from "date-fns/subDays";
9
- import { R as _e } from "../RecurringSettings-DSsqb6FN.mjs";
10
- import { M as Un } from "../RecurringSettings-DSsqb6FN.mjs";
9
+ import { R as _e } from "../RecurringSettings-CaESa69-.mjs";
10
+ import { M as Un } from "../RecurringSettings-CaESa69-.mjs";
11
11
  import { addMonths as He } from "date-fns/addMonths";
12
12
  import { subMonths as $e } from "date-fns/subMonths";
13
13
  import { isBefore as Be } from "date-fns/isBefore";
@@ -47,8 +47,8 @@ import dt from "@mui/material/ListSubheader";
47
47
  import ut from "@mui/material/ListItemAvatar";
48
48
  import mt from "@mui/material/ListItemButton";
49
49
  import pt from "@mui/material/ListItemText";
50
- import { b as gt } from "../ManageIncome-6rzdF0hn.mjs";
51
- import { c as Vn, M as qn, S as Zn } from "../ManageIncome-6rzdF0hn.mjs";
50
+ import { b as gt } from "../ManageIncome-DlV2oFD3.mjs";
51
+ import { c as Vn, M as qn, S as Zn } from "../ManageIncome-DlV2oFD3.mjs";
52
52
  import { f as E } from "../NumberFormatting-QCaNwbjv.mjs";
53
53
  import { D as ie } from "../Drawer-Bbe4AMB1.mjs";
54
54
  import O from "@mui/material/Box";
@@ -35,7 +35,7 @@ import { L as ie } from "../Loader-D3rjKx72.mjs";
35
35
  import Ae from "@mui/material/List";
36
36
  import J from "@mui/material/Divider";
37
37
  import Ee from "@mui/material/ListSubheader";
38
- import { a as Re, u as Pe } from "../CategorySelectorDrawer-DYHNBd2v.mjs";
38
+ import { a as Re, u as Pe } from "../CategorySelectorDrawer-DljLDG8i.mjs";
39
39
  import Ne from "@mui/material/ListItem";
40
40
  import Me from "@mui/material/ListItemButton";
41
41
  import Le from "@mui/material/ListItemIcon";
@@ -20,7 +20,7 @@ import St from "@mui/material/Button";
20
20
  import { useTheme as Tt } from "@mui/material";
21
21
  import { e as Mt } from "../exportTransactionsToCSV-CdTF_RqL.mjs";
22
22
  import { T as Dt } from "../StatusIndicator-CIKUOoN_.mjs";
23
- import { T as xt } from "../TransactionDetails-CBrqmEw1.mjs";
23
+ import { T as xt } from "../TransactionDetails-BmVM5f4V.mjs";
24
24
  import vt from "@mui/material/Collapse";
25
25
  import wt from "@mui/material/Divider";
26
26
  import J from "@mui/material/List";
@@ -1,6 +1,6 @@
1
1
  import { T as wa } from "../TransactionApi-Ck5Ua-7F.mjs";
2
- import { C as Me, D as Le, M as Re, a as He, T as Be } from "../TransactionDetails-CBrqmEw1.mjs";
3
- import { B as Da, b as Ia } from "../TransactionDetails-CBrqmEw1.mjs";
2
+ import { C as Me, D as Le, M as Re, a as He, T as Be } from "../TransactionDetails-BmVM5f4V.mjs";
3
+ import { B as Da, b as Ia } from "../TransactionDetails-BmVM5f4V.mjs";
4
4
  import { T as E } from "../Transaction-CqjlF6SO.mjs";
5
5
  import { O as Na } from "../Transaction-CqjlF6SO.mjs";
6
6
  import { S as Z, D as Pe } from "../TransactionStore-DP5vipL2.mjs";
@@ -35,7 +35,7 @@ import rt from "@mui/material/MenuItem";
35
35
  import it from "@mui/material/RadioGroup";
36
36
  import { ExpandMore as st } from "@mxenabled/mx-icons";
37
37
  import { C as ct } from "../CurrencyInput-DuMktPu3.mjs";
38
- import { a as lt, u as dt } from "../CategorySelectorDrawer-DYHNBd2v.mjs";
38
+ import { a as lt, u as dt } from "../CategorySelectorDrawer-DljLDG8i.mjs";
39
39
  import { b as U } from "../Localization-CPkpIwIx.mjs";
40
40
  import { u as ut } from "../useAriaLive-MkYebyUR.mjs";
41
41
  import { S as mt } from "../SkeletonLoader-BaNboJjD.mjs";
@@ -36,7 +36,7 @@ import Qt from "@mui/material/Badge";
36
36
  import qt from "@mui/material/IconButton";
37
37
  import { A as v } from "../Analytics-BYItVAe-.mjs";
38
38
  import { T as ct } from "../StatusIndicator-CIKUOoN_.mjs";
39
- import { T as dt } from "../TransactionDetails-CBrqmEw1.mjs";
39
+ import { T as dt } from "../TransactionDetails-BmVM5f4V.mjs";
40
40
  import { D as Pe } from "../Drawer-Bbe4AMB1.mjs";
41
41
  import { u as Ie } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
42
42
  import { L as Le } from "../Loader-D3rjKx72.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.13.3",
3
+ "version": "7.13.4",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",