@mx-cartographer/experiences 7.5.0 → 7.5.2

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,9 +1,17 @@
1
- ## [7.5.0] - 01-06-2025
1
+ ## [7.5.2] - 01-09-2026
2
+
3
+ - **UPDATED** - `TransactionWidget` ADA updates
4
+
5
+ ## [7.5.1] - 01-09-2026
6
+
7
+ - **FIXED** - `Finstrong` KeyIndicatorsDrawer - TransactionList Design Fix
8
+
9
+ ## [7.5.0] - 01-08-2026
2
10
 
3
11
  - **UPDATED** - Trends table with a new total column
4
12
  - **UPDATED** - Trends table style to match updated designs
5
13
 
6
- ## [7.4.17] - 12-23-2025
14
+ ## [7.4.17] - 01-08-2026
7
15
 
8
16
  - **FIXED** - `Finstrong` CreditScore Fix
9
17
 
@@ -14,7 +14,7 @@ import w from "@mui/material/ListItemText";
14
14
  import { u as D } from "./AccountDetailsHeader-BkG3MNYo.mjs";
15
15
  import { d as z, u as E, g as O, h as X } from "./hooks-ZMp65DFz.mjs";
16
16
  import { A as at } from "./AccountListItem-DHrz8Mml.mjs";
17
- import { A as M } from "./WidgetContainer-CoFDmQRE.mjs";
17
+ import { A as M } from "./WidgetContainer-30Dy7US7.mjs";
18
18
  import { D as V, f as G, a as K } from "./Dialog-BPTr3qHE.mjs";
19
19
  import { b as h } from "./Localization-2MODESHW.mjs";
20
20
  import { D as J } from "./Drawer-By9V-B5L.mjs";
@@ -44,7 +44,7 @@ import yt from "@mui/material/AlertTitle";
44
44
  import xt from "@mui/material/Link";
45
45
  import wt from "@mui/material/Paper";
46
46
  import { subDays as Mt, startOfToday as kt, endOfToday as It } from "date-fns";
47
- import { T as vt, a as Lt } from "./TransactionDetails-m5PddMQn.mjs";
47
+ import { T as vt, a as Lt } from "./TransactionDetails-h9zr6QKo.mjs";
48
48
  import { T as j } from "./TabContentContainer-j01JYR_7.mjs";
49
49
  const U = ({
50
50
  children: e,
@@ -17,7 +17,7 @@ import { endOfMonth as _e } from "date-fns/endOfMonth";
17
17
  import { parseISO as me } from "date-fns/parseISO";
18
18
  import $ from "@mui/material/Button";
19
19
  import { Delete as pe, Add as he, ReceiptLong as ye } from "@mxenabled/mx-icons";
20
- import { T as X, a as ge, b as fe, S as Ce, c as be } from "./TransactionDetails-m5PddMQn.mjs";
20
+ import { T as X, a as ge, u as fe, S as Ce, b as be } from "./TransactionDetails-h9zr6QKo.mjs";
21
21
  import { getDayOfYear as xe } from "date-fns/getDayOfYear";
22
22
  import { setDayOfYear as Se } from "date-fns/setDayOfYear";
23
23
  import { AdapterDateFns as ve } from "@mui/x-date-pickers/AdapterDateFnsV3";
@@ -26,7 +26,7 @@ import { LocalizationProvider as Ae } from "@mui/x-date-pickers/LocalizationProv
26
26
  import { u as w, j as F, g as G, b as Ie, h as Z, o as De } from "./hooks-ZMp65DFz.mjs";
27
27
  import { b as Ee, f as J } from "./NumberFormatting-DjTD0t3W.mjs";
28
28
  import { D as O } from "./Drawer-By9V-B5L.mjs";
29
- import { A as R } from "./WidgetContainer-CoFDmQRE.mjs";
29
+ import { A as R } from "./WidgetContainer-30Dy7US7.mjs";
30
30
  import { f as Re, a as Te, D as Le } from "./Dialog-BPTr3qHE.mjs";
31
31
  import { formatISO as Oe } from "date-fns/formatISO";
32
32
  import { fromUnixTime as ke } from "date-fns/fromUnixTime";
@@ -0,0 +1,45 @@
1
+ import { jsx as r, jsxs as p, Fragment as f } from "react/jsx-runtime";
2
+ import x from "@mui/material/Button";
3
+ import C from "@mui/material/Card";
4
+ import g from "@mui/material/CardContent";
5
+ import b from "@mui/material/CardHeader";
6
+ import { P as u, H3 as v } from "@mxenabled/mxui";
7
+ import { ChevronRight as W } from "@mxenabled/mx-icons";
8
+ import { u as M } from "./useDimensions-27p2evRx.mjs";
9
+ import { W as w } from "./hooks-ZMp65DFz.mjs";
10
+ const H = ({
11
+ children: e,
12
+ className: o,
13
+ ctaLabel: n,
14
+ onCTAClick: a,
15
+ subHeader: t,
16
+ sx: s,
17
+ title: c,
18
+ variant: d = "borderless"
19
+ }) => {
20
+ const [m, { height: l, width: h }] = M(), i = /* @__PURE__ */ p(f, { children: [
21
+ /* @__PURE__ */ r(
22
+ b,
23
+ {
24
+ action: /* @__PURE__ */ r(
25
+ x,
26
+ {
27
+ endIcon: /* @__PURE__ */ r(W, { size: 20 }),
28
+ onClick: a,
29
+ size: "small",
30
+ variant: "text",
31
+ children: n
32
+ }
33
+ ),
34
+ subheader: t && /* @__PURE__ */ r(u, { sx: { color: "text.secondary" }, variant: "body2", children: t }),
35
+ sx: { p: 0, pb: 8, width: "calc(100% - 8px)", "& .MuiCardHeader-action": { mt: 0 } },
36
+ title: /* @__PURE__ */ r(v, { sx: { width: "calc(100% - 10px)" }, children: c })
37
+ }
38
+ ),
39
+ /* @__PURE__ */ r(g, { ref: m, sx: { p: 0, ":last-child": { pb: 0 } }, children: /* @__PURE__ */ r(w, { availableHeight: l, availableWidth: h, children: e }) })
40
+ ] });
41
+ return d === "borderless" ? i : /* @__PURE__ */ r(C, { className: o, sx: { alignItems: "center", p: 16, ...s }, children: i });
42
+ }, F = H;
43
+ export {
44
+ F as M
45
+ };
@@ -0,0 +1,56 @@
1
+ import { jsxs as r, jsx as i, Fragment as g } from "react/jsx-runtime";
2
+ import x from "@mui/material/Box";
3
+ import C from "@mui/material/Button";
4
+ import u from "@mui/material/Card";
5
+ import v from "@mui/material/CardHeader";
6
+ import b from "@mui/material/CardContent";
7
+ import W from "@mui/material/IconButton";
8
+ import { Icon as z, ChevronRight as H } from "@mxenabled/mx-icons";
9
+ import { H3 as I, Text as B, P as M } from "@mxenabled/mxui";
10
+ import { u as S } from "./useDimensions-27p2evRx.mjs";
11
+ import { W as j } from "./hooks-ZMp65DFz.mjs";
12
+ const w = ({
13
+ children: a,
14
+ className: m = "mx-cmn-mini-widget",
15
+ closeLabel: l,
16
+ contentStyles: d,
17
+ onClose: e,
18
+ onPrimaryCtaClick: o,
19
+ primaryCtaLabel: s = "",
20
+ subTitle: n = "",
21
+ sx: c = {},
22
+ title: t = ""
23
+ }) => {
24
+ const [p, { height: h, width: f }] = S();
25
+ return /* @__PURE__ */ r(u, { className: m, sx: { ...c }, children: [
26
+ /* @__PURE__ */ i(
27
+ v,
28
+ {
29
+ sx: { pb: 8 },
30
+ title: /* @__PURE__ */ r(g, { children: [
31
+ /* @__PURE__ */ r(
32
+ x,
33
+ {
34
+ sx: {
35
+ alignItems: "center",
36
+ display: "grid",
37
+ gap: 2,
38
+ gridTemplateColumns: "1fr auto",
39
+ pb: 4
40
+ },
41
+ children: [
42
+ t && /* @__PURE__ */ i(I, { children: t }),
43
+ e ? /* @__PURE__ */ i(W, { "aria-label": l, onClick: e, size: "small", children: /* @__PURE__ */ i(z, { name: "close", size: 24 }) }) : o && /* @__PURE__ */ i(C, { endIcon: /* @__PURE__ */ i(H, {}), onClick: o, size: "small", children: /* @__PURE__ */ i(B, { bold: !0, variant: "Small", children: s }) })
44
+ ]
45
+ }
46
+ ),
47
+ n && /* @__PURE__ */ i(M, { color: "text.secondary", sx: { fontSize: 15, lineHeight: "20px" }, variant: "Small", children: n })
48
+ ] })
49
+ }
50
+ ),
51
+ /* @__PURE__ */ i(b, { ref: p, sx: { p: 0, ...d }, children: /* @__PURE__ */ i(j, { availableHeight: h, availableWidth: f, children: a }) })
52
+ ] });
53
+ }, G = w;
54
+ export {
55
+ G as M
56
+ };
@@ -7,10 +7,10 @@ import b from "@mui/material/Tabs";
7
7
  import d from "@mui/material/Divider";
8
8
  import R 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-CaoQl609.mjs";
10
+ import { R as C, A as S, a as E, M as v } from "./ManageIncome-DPXl28ZY.mjs";
11
11
  import { u as _, j as A, g as f } from "./hooks-ZMp65DFz.mjs";
12
12
  import { R as y, F as N } from "./RecurringTransactions-BqijW_8S.mjs";
13
- import { A as m } from "./WidgetContainer-CoFDmQRE.mjs";
13
+ import { A as m } from "./WidgetContainer-30Dy7US7.mjs";
14
14
  const I = h(() => {
15
15
  const { recurring: g } = _(), { repeatingTransactions: n } = A(), { onEvent: o } = f(), l = (r) => {
16
16
  o(m.RECURRING_TRANSACTIONS_CLICK_EXPENSE, {
@@ -8,7 +8,7 @@ import f from "@mui/material/Stack";
8
8
  import { useTheme as N } from "@mui/material/styles";
9
9
  import { CategoryIcon as k, CategoryIconVariants as A, Text as h } from "@mxenabled/mxui";
10
10
  import { D as G } from "./Donut-Dmy3JTWd.mjs";
11
- import { u as O } from "./TransactionDetails-m5PddMQn.mjs";
11
+ import { u as O } from "./WidgetContainer-30Dy7US7.mjs";
12
12
  import { u as $ } from "./hooks-ZMp65DFz.mjs";
13
13
  import { u as j } from "./useScreenSize-B6JyS_Lj.mjs";
14
14
  import { f as D } from "./NumberFormatting-DjTD0t3W.mjs";