@mx-cartographer/experiences 7.0.53-alpha.mega5 → 7.0.54

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/{Account-tfHe44mM.mjs → Account-DoxALziV.mjs} +1 -1
  3. package/dist/{AccountDetailsContent-Dk-JfKbv.mjs → AccountDetailsContent-DsD3Wzu7.mjs} +6 -6
  4. package/dist/{AccountDetailsHeader-eh13XhXN.mjs → AccountDetailsHeader-DN2pk4QW.mjs} +4 -4
  5. package/dist/{AccountFields-pka2XWfO.mjs → AccountFields-CuivK48n.mjs} +2 -2
  6. package/dist/{AccountListItem-C7NVvdVt.mjs → AccountListItem-BAdwVscV.mjs} +3 -3
  7. package/dist/{AccountStore-XZqHTKm3.mjs → AccountStore-DWiQAs6V.mjs} +1 -1
  8. package/dist/{Accounts-Bu-b-Wc_.mjs → Accounts-CNnOAmr2.mjs} +1 -1
  9. package/dist/{ConnectDrawer-SHjB2fpB.mjs → ConnectDrawer-DJA_S-rX.mjs} +180 -182
  10. package/dist/{ConnectionsDrawer-BprLSCBH.mjs → ConnectionsDrawer-CU3E2RLw.mjs} +1 -1
  11. package/dist/{DebtsStore-nxnF_bZi.mjs → DebtsStore-CoZ30R-_.mjs} +1 -1
  12. package/dist/{GoalStore-8dI95nSW.mjs → GoalStore-DxOUk36P.mjs} +1 -1
  13. package/dist/{ManageIncome-clecqBHm.mjs → ManageIncome-BX7dzGF8.mjs} +2 -2
  14. package/dist/{NetWorthStore-cweTamnD.mjs → NetWorthStore-f6RQno5Z.mjs} +2 -2
  15. package/dist/{RecurringSettings-CHuS8Ik_.mjs → RecurringSettings-qv7DNYac.mjs} +2 -2
  16. package/dist/{TransactionDetails-Cl8xcpbh.mjs → TransactionDetails-DAp_CPCP.mjs} +1 -1
  17. package/dist/{WidgetContainer-hsbxZmZB.mjs → WidgetContainer-B8MRJ5Y1.mjs} +1 -1
  18. package/dist/accounts/index.es.js +11 -11
  19. package/dist/budgets/index.es.js +4 -4
  20. package/dist/cashflow/index.es.js +5 -5
  21. package/dist/common/index.es.js +9 -9
  22. package/dist/dashboard/index.es.js +1 -1
  23. package/dist/debts/index.es.js +5 -5
  24. package/dist/finstrong/index.es.js +4 -4
  25. package/dist/goals/index.es.js +7 -7
  26. package/dist/help/index.es.js +1 -1
  27. package/dist/investments/index.es.js +2 -2
  28. package/dist/networth/index.es.js +4 -4
  29. package/dist/recurringtransactions/index.es.js +5 -5
  30. package/dist/settings/index.es.js +1 -1
  31. package/dist/spending/index.es.js +2 -2
  32. package/dist/transactions/index.es.js +4 -4
  33. package/dist/trends/index.es.js +3 -3
  34. package/dist/{useAccountDisplayName-Dwa7UkEU.mjs → useAccountDisplayName-CyPD_TFR.mjs} +1 -1
  35. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.0.54] - 10-16-2025
2
+
3
+ - **FIXED** - AccountDisplayName logic | removed user_name
4
+
1
5
  ## [7.0.53] - 10-15-2025
2
6
 
3
7
  - **FIXED** - Resolved `BubbleChart` overflow issue on compact devices
@@ -1,4 +1,4 @@
1
- import { A as C } from "./ConnectDrawer-SHjB2fpB.mjs";
1
+ import { A as C } from "./ConnectDrawer-DJA_S-rX.mjs";
2
2
  const I = [
3
3
  C.ANY,
4
4
  C.CASH,
@@ -11,10 +11,10 @@ import M from "@mui/material/Divider";
11
11
  import v from "@mui/material/ListItem";
12
12
  import N from "@mui/material/ListItemButton";
13
13
  import w from "@mui/material/ListItemText";
14
- import { u as D } from "./AccountDetailsHeader-eh13XhXN.mjs";
14
+ import { u as D } from "./AccountDetailsHeader-DN2pk4QW.mjs";
15
15
  import { d as z, u as E, g as O, h as X } from "./hooks-CE2TKk4a.mjs";
16
- import { A as at } from "./AccountListItem-C7NVvdVt.mjs";
17
- import { A as k } from "./WidgetContainer-hsbxZmZB.mjs";
16
+ import { A as at } from "./AccountListItem-BAdwVscV.mjs";
17
+ import { A as k } from "./WidgetContainer-B8MRJ5Y1.mjs";
18
18
  import { a as V, f as B, D as K } from "./Dialog-CWW597AF.mjs";
19
19
  import { b as h } from "./Localization-2MODESHW.mjs";
20
20
  import { D as J } from "./Drawer-kEE73B87.mjs";
@@ -22,7 +22,7 @@ import R from "@mui/material/ListItemAvatar";
22
22
  import ct from "@mui/material/Stack";
23
23
  import st from "@mui/material/styles/useTheme";
24
24
  import { Error as q, CheckCircle as it, Language as rt } from "@mxenabled/mx-icons";
25
- import { m, N as Q, k as Z, F as P } from "./ConnectDrawer-SHjB2fpB.mjs";
25
+ import { m, N as Q, k as Z, F as P } from "./ConnectDrawer-DJA_S-rX.mjs";
26
26
  import { fromUnixTime as lt } from "date-fns/fromUnixTime";
27
27
  import { isToday as dt } from "date-fns/isToday";
28
28
  import { isYesterday as ut } from "date-fns/isYesterday";
@@ -38,13 +38,13 @@ import At from "@mui/material/MenuItem";
38
38
  import bt from "@mui/material/Select";
39
39
  import Tt from "@mui/material/TextField";
40
40
  import { C as St } from "./CurrencyInput-CRtdzs3o.mjs";
41
- import { b as Dt } from "./AccountFields-pka2XWfO.mjs";
41
+ import { b as Dt } from "./AccountFields-CuivK48n.mjs";
42
42
  import Et from "@mui/material/Alert";
43
43
  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 kt, startOfToday as It, endOfToday as Mt } from "date-fns";
47
- import { T as vt, a as Lt } from "./TransactionDetails-Cl8xcpbh.mjs";
47
+ import { T as vt, a as Lt } from "./TransactionDetails-DAp_CPCP.mjs";
48
48
  import { T as j } from "./TabContentContainer-j01JYR_7.mjs";
49
49
  const U = ({
50
50
  children: e,
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as u } from "react/jsx-runtime";
2
2
  import { observer as p } from "mobx-react-lite";
3
3
  import d from "@mui/material/Stack";
4
4
  import { H3 as w, InstitutionLogo as I, Text as m, H2 as L } from "@mxenabled/mxui";
5
- import { g as v } from "./AccountFields-pka2XWfO.mjs";
5
+ import { g as v } from "./AccountFields-CuivK48n.mjs";
6
6
  import h from "react";
7
7
  import { G as E, d as y, m as S, u as _, f as G } from "./hooks-CE2TKk4a.mjs";
8
8
  import O from "@mui/material/Card";
@@ -11,11 +11,11 @@ import M from "@mui/material/CardHeader";
11
11
  import { useTheme as B } from "@mui/material/styles";
12
12
  import { g as H, a as U, b as j } from "./SpendingData-D5vsfYKo.mjs";
13
13
  import { L as z } from "./LineChart-B2Y7zwMu.mjs";
14
- import { I as f, P as g, S as C } from "./Account-tfHe44mM.mjs";
15
- import { A } from "./ConnectDrawer-SHjB2fpB.mjs";
14
+ import { I as f, P as g, S as C } from "./Account-DoxALziV.mjs";
15
+ import { A } from "./ConnectDrawer-DJA_S-rX.mjs";
16
16
  import { L as Y } from "./Loader-DUaFpDGv.mjs";
17
17
  import { f as R, D as $ } from "./Dialog-CWW597AF.mjs";
18
- import { u as k } from "./useAccountDisplayName-Dwa7UkEU.mjs";
18
+ import { u as k } from "./useAccountDisplayName-CyPD_TFR.mjs";
19
19
  import { f as F } from "./NumberFormatting-CtWHhyBX.mjs";
20
20
  const b = () => {
21
21
  if (!h.useContext(E))
@@ -1,7 +1,7 @@
1
1
  import { jsx as u } from "react/jsx-runtime";
2
2
  import { Icon as p, Text as y } from "@mxenabled/mxui";
3
- import { F as m, A as d, a as v, P as h, b as F } from "./ConnectDrawer-SHjB2fpB.mjs";
4
- import { i as T, u as D, a as A, b as g, c as O } from "./Accounts-Bu-b-Wc_.mjs";
3
+ import { F as m, A as d, a as v, P as h, b as F } from "./ConnectDrawer-DJA_S-rX.mjs";
4
+ import { i as T, u as D, a as A, b as g, c as O } from "./Accounts-CNnOAmr2.mjs";
5
5
  import { f as _, i as b, a as N, b as S } from "./NumberFormatting-CtWHhyBX.mjs";
6
6
  import { b as i } from "./Localization-2MODESHW.mjs";
7
7
  import { f as o, D as f } from "./Dialog-CWW597AF.mjs";
@@ -10,9 +10,9 @@ import B from "@mui/material/styles/useTheme";
10
10
  import { InstitutionLogo as L, Text as o } from "@mxenabled/mxui";
11
11
  import { Error as A } from "@mxenabled/mx-icons";
12
12
  import { I as j } from "./IconBacking-B9oC6uL2.mjs";
13
- import { g as T } from "./AccountFields-pka2XWfO.mjs";
14
- import { u as X } from "./useAccountDisplayName-Dwa7UkEU.mjs";
15
- import { d } from "./ConnectDrawer-SHjB2fpB.mjs";
13
+ import { g as T } from "./AccountFields-CuivK48n.mjs";
14
+ import { u as X } from "./useAccountDisplayName-CyPD_TFR.mjs";
15
+ import { d } from "./ConnectDrawer-DJA_S-rX.mjs";
16
16
  import { u as $ } from "./hooks-CE2TKk4a.mjs";
17
17
  import { f as k } from "./NumberFormatting-CtWHhyBX.mjs";
18
18
  const w = {
@@ -1,7 +1,7 @@
1
1
  import { makeAutoObservable as _, runInAction as a } from "mobx";
2
2
  import { i as g } from "./User-DaJAQ09j.mjs";
3
3
  import { F as f, A as i } from "./Fetch-87LIQbEA.mjs";
4
- import { A as n, d as h, E as p, h as y, i as I } from "./ConnectDrawer-SHjB2fpB.mjs";
4
+ import { A as n, d as h, E as p, h as y, i as I } from "./ConnectDrawer-DJA_S-rX.mjs";
5
5
  class l {
6
6
  fetchInstance;
7
7
  constructor(t, e, s) {
@@ -1,4 +1,4 @@
1
- import { A as _ } from "./ConnectDrawer-SHjB2fpB.mjs";
1
+ import { A as _ } from "./ConnectDrawer-DJA_S-rX.mjs";
2
2
  const s = (t) => t && (t.account_type === _.CREDIT_CARD || t.account_type === _.LOAN || t.account_type === _.MORTGAGE || t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CHECKING_LINE_OF_CREDIT), p = (t) => t.is_manual || !t.guid, E = (t) => t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CREDIT_CARD || t.account_type === _.CHECKING_LINE_OF_CREDIT, a = (t) => t.account_type === _.SAVINGS || t.account_type === _.CHECKING || t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CREDIT_CARD || t.account_type === _.LOAN || t.account_type === _.MORTGAGE, y = (t) => t.account_type === _.LOAN || t.account_type === _.MORTGAGE;
3
3
  export {
4
4
  s as a,