@mx-cartographer/experiences 7.0.6-alpha.al1 → 7.0.6-alpha.mega1
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 +5 -6
- package/dist/{AccountDetailsContent-Do3z1FnQ.mjs → AccountDetailsContent-OzI5Hs8T.mjs} +25 -27
- package/dist/{AccountListItem-C7JzYpqf.mjs → AccountListItem-CR6I3Hl8.mjs} +13 -14
- package/dist/{Help-DRUwVDvo.mjs → Help-BazrEpv7.mjs} +35 -36
- package/dist/{ManageIncome-DT62iZim.mjs → ManageIncome-CzTV55Bh.mjs} +1 -1
- package/dist/{RecurringSettings-D8XKxI2O.mjs → RecurringSettings-BQDQvmSY.mjs} +1 -1
- package/dist/{TransactionDetails-D4B9DSWo.mjs → TransactionDetails-BSfXqkpH.mjs} +230 -237
- package/dist/accounts/index.es.js +3 -3
- package/dist/budgets/index.es.js +2 -2
- package/dist/cashflow/index.es.js +4 -4
- package/dist/debts/index.es.js +28 -29
- package/dist/finstrong/index.es.js +118 -113
- package/dist/goals/index.es.js +19 -20
- package/dist/help/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/index.es.js +3 -3
- package/dist/trends/index.es.js +157 -157
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
## [7.0.6] - 09-
|
|
1
|
+
## [7.0.6] - 09-18-2025
|
|
2
2
|
|
|
3
|
-
- **
|
|
4
|
-
- **FIXED** - Trends Widget table to fill the width of its container
|
|
3
|
+
- **UPDATED** - Replace `@mui/icons-material` with `@mxenabled/mx-icons`
|
|
5
4
|
|
|
6
5
|
## [7.0.5] - 09-17-2025
|
|
7
6
|
|
|
8
|
-
- **FIXED** -
|
|
7
|
+
- **FIXED** - Layout issue with income/expenses actions in standalone widgets
|
|
9
8
|
|
|
10
9
|
## [7.0.4] - 09-17-2025
|
|
11
10
|
|
|
@@ -13,8 +12,8 @@
|
|
|
13
12
|
|
|
14
13
|
## [7.0.3] - 09-12-2025
|
|
15
14
|
|
|
16
|
-
- **UPDATED** - `Recurring Setting` | design change in `ManageExpenses` and `ManageIncome`.
|
|
17
|
-
- **ADDED** - `Recurring Setting` | Zero state added for `ManageExpenses` and `ManageIncome`.
|
|
15
|
+
- **UPDATED** - `Recurring Setting` | design change in `ManageExpenses` and `ManageIncome`.
|
|
16
|
+
- **ADDED** - `Recurring Setting` | Zero state added for `ManageExpenses` and `ManageIncome`.
|
|
18
17
|
|
|
19
18
|
## [7.0.2] - 09-17-2025
|
|
20
19
|
|
|
@@ -6,24 +6,22 @@ import nt from "@mui/material/Tabs";
|
|
|
6
6
|
import $ from "@mui/material/List";
|
|
7
7
|
import Y from "@mui/material/ListSubheader";
|
|
8
8
|
import ot from "@mui/material/Switch";
|
|
9
|
-
import { Text as S, Icon as
|
|
9
|
+
import { Text as S, Icon as I, THEMES as G } from "@mxenabled/mxui";
|
|
10
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
14
|
import { u as D } from "./AccountDetailsHeader-DnEyQMpX.mjs";
|
|
15
15
|
import { c as z, u as E, e as O, f as X } from "./hooks-02T565vf.mjs";
|
|
16
|
-
import { A as at } from "./AccountListItem-
|
|
17
|
-
import { A as
|
|
16
|
+
import { A as at } from "./AccountListItem-CR6I3Hl8.mjs";
|
|
17
|
+
import { A as k } from "./WidgetContainer-BG-fdDOf.mjs";
|
|
18
18
|
import { a as V, f as B, D as j } from "./Dialog-CWW597AF.mjs";
|
|
19
19
|
import { b as h } from "./Localization-2MODESHW.mjs";
|
|
20
20
|
import { D as J } from "./Drawer-kEE73B87.mjs";
|
|
21
|
-
import ct from "@mui/icons-material/CheckCircleRounded";
|
|
22
|
-
import q from "@mui/icons-material/Error";
|
|
23
|
-
import st from "@mui/icons-material/LanguageRounded";
|
|
24
21
|
import R from "@mui/material/ListItemAvatar";
|
|
25
|
-
import
|
|
26
|
-
import
|
|
22
|
+
import ct from "@mui/material/Stack";
|
|
23
|
+
import st from "@mui/material/styles/useTheme";
|
|
24
|
+
import { Error as q, CheckCircle as it, Language as rt } from "@mxenabled/mx-icons";
|
|
27
25
|
import { k as m, N as Q, j as Z, F as P } from "./ConnectDrawer-WfKHsHSF.mjs";
|
|
28
26
|
import { fromUnixTime as lt } from "date-fns/fromUnixTime";
|
|
29
27
|
import { isToday as dt } from "date-fns/isToday";
|
|
@@ -45,8 +43,8 @@ import Et from "@mui/material/Alert";
|
|
|
45
43
|
import yt from "@mui/material/AlertTitle";
|
|
46
44
|
import xt from "@mui/material/Link";
|
|
47
45
|
import wt from "@mui/material/Paper";
|
|
48
|
-
import { subDays as
|
|
49
|
-
import { T as vt, a as Lt } from "./TransactionDetails-
|
|
46
|
+
import { subDays as kt, startOfToday as It, endOfToday as Mt } from "date-fns";
|
|
47
|
+
import { T as vt, a as Lt } from "./TransactionDetails-BSfXqkpH.mjs";
|
|
50
48
|
import { T as K } from "./TabContentContainer-j01JYR_7.mjs";
|
|
51
49
|
const U = ({
|
|
52
50
|
children: e,
|
|
@@ -82,7 +80,7 @@ const U = ({
|
|
|
82
80
|
U,
|
|
83
81
|
{
|
|
84
82
|
onClick: () => {
|
|
85
|
-
L({ is_hidden: !r.is_hidden }), A(
|
|
83
|
+
L({ is_hidden: !r.is_hidden }), A(k.ACCOUNT_DETAILS_CLICK_HIDE, { account_guid: r.guid });
|
|
86
84
|
},
|
|
87
85
|
primaryText: r.is_hidden ? a.unhide_account : a.hide_Account,
|
|
88
86
|
secondaryText: r.is_hidden ? a.include_this_account : a.exclude_this_account,
|
|
@@ -93,13 +91,13 @@ const U = ({
|
|
|
93
91
|
U,
|
|
94
92
|
{
|
|
95
93
|
onClick: () => {
|
|
96
|
-
o(!0), A(
|
|
94
|
+
o(!0), A(k.ACCOUNT_DETAILS_CLICK_MARK_CLOSED, {
|
|
97
95
|
account_guid: r.guid
|
|
98
96
|
});
|
|
99
97
|
},
|
|
100
98
|
primaryText: r.is_closed ? a.mark_as_open : a.mark_as_closed,
|
|
101
99
|
secondaryText: r.is_closed ? a.this_will_set_the_closed_account : a.this_will_set_the_account_balance_to_0,
|
|
102
|
-
children: /* @__PURE__ */ t(
|
|
100
|
+
children: /* @__PURE__ */ t(I, { name: "chevron_right" })
|
|
103
101
|
}
|
|
104
102
|
),
|
|
105
103
|
C.length > 0 && /* @__PURE__ */ t(
|
|
@@ -107,13 +105,13 @@ const U = ({
|
|
|
107
105
|
{
|
|
108
106
|
isLast: !0,
|
|
109
107
|
onClick: () => {
|
|
110
|
-
c(!0), A(
|
|
108
|
+
c(!0), A(k.ACCOUNT_DETAILS_CLICK_MARK_DUPLICATE, {
|
|
111
109
|
account_guid: r.guid
|
|
112
110
|
});
|
|
113
111
|
},
|
|
114
112
|
primaryText: a.mark_as_duplicate,
|
|
115
113
|
secondaryText: a.if_a_connected_account_is_showing_up_twice,
|
|
116
|
-
children: /* @__PURE__ */ t(
|
|
114
|
+
children: /* @__PURE__ */ t(I, { name: "chevron_right" })
|
|
117
115
|
}
|
|
118
116
|
),
|
|
119
117
|
/* @__PURE__ */ t(
|
|
@@ -340,7 +338,7 @@ const U = ({
|
|
|
340
338
|
}, Pt = () => {
|
|
341
339
|
const [e, o] = _.useState(!1), {
|
|
342
340
|
palette: { mode: n }
|
|
343
|
-
} =
|
|
341
|
+
} = st(), { selectedMember: c } = D(), { accounts: i, connect: u } = E(), l = tt(c, u), s = Q.includes(c.connection_status) ? {
|
|
344
342
|
color: "error.main",
|
|
345
343
|
ctaCopy: l.cta ?? "",
|
|
346
344
|
icon: /* @__PURE__ */ t(q, { sx: { ...W } }),
|
|
@@ -348,13 +346,13 @@ const U = ({
|
|
|
348
346
|
secondaryMessage: `${l.title}.`
|
|
349
347
|
} : {
|
|
350
348
|
color: "success.main",
|
|
351
|
-
icon: /* @__PURE__ */ t(
|
|
349
|
+
icon: /* @__PURE__ */ t(it, { sx: { ...W } }),
|
|
352
350
|
mainMessage: l.statusName,
|
|
353
351
|
secondaryMessage: l.title
|
|
354
352
|
};
|
|
355
353
|
return /* @__PURE__ */ d(g, { children: [
|
|
356
354
|
/* @__PURE__ */ t(Y, { sx: { mb: 4, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(S, { bold: !0, component: "h2", variant: "XSmall", children: i.connection_status }) }),
|
|
357
|
-
/* @__PURE__ */ t(v, { sx: { backgroundColor: "background.paper" }, children: c.is_manual || !s.ctaCopy ? /* @__PURE__ */ d(
|
|
355
|
+
/* @__PURE__ */ t(v, { sx: { backgroundColor: "background.paper" }, children: c.is_manual || !s.ctaCopy ? /* @__PURE__ */ d(ct, { alignItems: "center", direction: "row", px: 24, py: 12, children: [
|
|
358
356
|
/* @__PURE__ */ t(R, { children: /* @__PURE__ */ t(F, { backingSx: { backgroundColor: s.color, borderRadius: 1 }, size: 32, children: s.icon }) }),
|
|
359
357
|
/* @__PURE__ */ t(w, { primary: s.mainMessage, secondary: s.secondaryMessage })
|
|
360
358
|
] }) : /* @__PURE__ */ d(N, { onClick: () => o(!0), children: [
|
|
@@ -370,7 +368,7 @@ const U = ({
|
|
|
370
368
|
] })
|
|
371
369
|
}
|
|
372
370
|
),
|
|
373
|
-
/* @__PURE__ */ t(
|
|
371
|
+
/* @__PURE__ */ t(I, { name: "chevron_right" })
|
|
374
372
|
] }) }),
|
|
375
373
|
/* @__PURE__ */ t(M, { sx: { ml: c.is_manual || !c.institution_url ? 0 : 24 } }),
|
|
376
374
|
!c.is_manual && c.institution_url && /* @__PURE__ */ d(g, { children: [
|
|
@@ -384,7 +382,7 @@ const U = ({
|
|
|
384
382
|
},
|
|
385
383
|
size: 32,
|
|
386
384
|
children: /* @__PURE__ */ t(
|
|
387
|
-
|
|
385
|
+
rt,
|
|
388
386
|
{
|
|
389
387
|
sx: {
|
|
390
388
|
...W,
|
|
@@ -395,7 +393,7 @@ const U = ({
|
|
|
395
393
|
}
|
|
396
394
|
) }),
|
|
397
395
|
/* @__PURE__ */ t(w, { primary: c.name, secondary: c.institution_url }),
|
|
398
|
-
/* @__PURE__ */ t(
|
|
396
|
+
/* @__PURE__ */ t(I, { name: "launch" })
|
|
399
397
|
] }) }),
|
|
400
398
|
/* @__PURE__ */ t(M, {})
|
|
401
399
|
] }),
|
|
@@ -529,7 +527,7 @@ const U = ({
|
|
|
529
527
|
},
|
|
530
528
|
children: [
|
|
531
529
|
x,
|
|
532
|
-
/* @__PURE__ */ t(
|
|
530
|
+
/* @__PURE__ */ t(I, { name: "chevron_right" })
|
|
533
531
|
]
|
|
534
532
|
}
|
|
535
533
|
) }),
|
|
@@ -550,7 +548,7 @@ const U = ({
|
|
|
550
548
|
] });
|
|
551
549
|
}, Vt = b($t), zt = () => {
|
|
552
550
|
const { onEvent: e } = O();
|
|
553
|
-
return _.useEffect(() => e(
|
|
551
|
+
return _.useEffect(() => e(k.ACCOUNT_DETAILS_VIEW), []), /* @__PURE__ */ d($, { children: [
|
|
554
552
|
/* @__PURE__ */ t(Vt, {}),
|
|
555
553
|
/* @__PURE__ */ t(Ft, {}),
|
|
556
554
|
/* @__PURE__ */ t(Rt, {})
|
|
@@ -618,10 +616,10 @@ const U = ({
|
|
|
618
616
|
);
|
|
619
617
|
return _.useEffect(() => {
|
|
620
618
|
u({
|
|
621
|
-
dateRange: { start: It(
|
|
619
|
+
dateRange: { start: kt(It(), 90), end: Mt() },
|
|
622
620
|
accounts: [c.guid]
|
|
623
621
|
});
|
|
624
|
-
}, [c]), _.useEffect(() => n(
|
|
622
|
+
}, [c]), _.useEffect(() => n(k.ACCOUNT_DETAILS_VIEW_TRANSACTIONS), []), /* @__PURE__ */ d(g, { children: [
|
|
625
623
|
/* @__PURE__ */ t(vt, { onClick: o }),
|
|
626
624
|
s && /* @__PURE__ */ t(
|
|
627
625
|
J,
|
|
@@ -670,8 +668,8 @@ const U = ({
|
|
|
670
668
|
/* @__PURE__ */ t(K, { index: 0, name: "transaction-details", value: e, children: /* @__PURE__ */ t(Kt, {}) }),
|
|
671
669
|
/* @__PURE__ */ t(K, { index: 1, name: "account-details", value: e, children: /* @__PURE__ */ t(Ht, {}) })
|
|
672
670
|
] });
|
|
673
|
-
},
|
|
671
|
+
}, He = b(Yt);
|
|
674
672
|
export {
|
|
675
|
-
|
|
673
|
+
He as A,
|
|
676
674
|
Nt as u
|
|
677
675
|
};
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { jsx as e, jsxs as r, Fragment as a } from "react/jsx-runtime";
|
|
2
2
|
import { observer as b } from "mobx-react-lite";
|
|
3
3
|
import y from "@mui/material/Badge";
|
|
4
|
-
import
|
|
4
|
+
import m from "@mui/material/Box";
|
|
5
5
|
import I from "@mui/material/ListItem";
|
|
6
6
|
import S from "@mui/material/ListItemAvatar";
|
|
7
7
|
import _ from "@mui/material/ListItemButton";
|
|
8
8
|
import v from "@mui/material/ListItemText";
|
|
9
9
|
import C from "@mui/material/styles/useTheme";
|
|
10
10
|
import { InstitutionLogo as B, Text as o } from "@mxenabled/mxui";
|
|
11
|
-
import "@
|
|
12
|
-
import L from "@mui/icons-material/Error";
|
|
11
|
+
import { Error as L } from "@mxenabled/mx-icons";
|
|
13
12
|
import { I as A } from "./IconBacking-B9oC6uL2.mjs";
|
|
14
13
|
import { g as j } from "./AccountFields-CeHZrIQe.mjs";
|
|
15
14
|
import { d } from "./ConnectDrawer-WfKHsHSF.mjs";
|
|
@@ -19,23 +18,23 @@ const $ = {
|
|
|
19
18
|
gridRow: 1,
|
|
20
19
|
gridColumn: 1,
|
|
21
20
|
zIndex: 2
|
|
22
|
-
}, k = ({ size: t = 20 }) => /* @__PURE__ */ e(A, { size: t, children: /* @__PURE__ */ e(L, { color: "error", sx: { fontSize: t, ...$ } }) }), w = ({
|
|
21
|
+
}, k = ({ size: t = 20 }) => /* @__PURE__ */ e(A, { size: t, children: /* @__PURE__ */ e(L, { color: "error", filled: !0, sx: { fontSize: t, ...$ } }) }), w = ({
|
|
23
22
|
account: t,
|
|
24
23
|
onRowClick: n,
|
|
25
24
|
listItemProps: c,
|
|
26
|
-
shouldShowConnectionStatus:
|
|
25
|
+
shouldShowConnectionStatus: f = !1
|
|
27
26
|
}) => {
|
|
28
|
-
const
|
|
27
|
+
const p = C(), { accounts: i } = T(), { firstSubtitle: u, firstValue: h, secondSubtitle: g, secondValue: x } = j(
|
|
29
28
|
t,
|
|
30
29
|
i
|
|
31
30
|
);
|
|
32
31
|
let s;
|
|
33
32
|
(t.connectionStatus === d.Error || t.connectionStatus === d.RequiresMfa) && (s = /* @__PURE__ */ e(k, { size: 16 }));
|
|
34
|
-
const
|
|
33
|
+
const l = /* @__PURE__ */ r(a, { children: [
|
|
35
34
|
/* @__PURE__ */ e(S, { children: /* @__PURE__ */ e(
|
|
36
35
|
y,
|
|
37
36
|
{
|
|
38
|
-
badgeContent:
|
|
37
|
+
badgeContent: f ? s : void 0,
|
|
39
38
|
sx: {
|
|
40
39
|
"& .MuiBadge-badge": {
|
|
41
40
|
right: -1
|
|
@@ -52,7 +51,7 @@ const $ = {
|
|
|
52
51
|
o,
|
|
53
52
|
{
|
|
54
53
|
bold: !0,
|
|
55
|
-
color: t.is_hidden ?
|
|
54
|
+
color: t.is_hidden ? p.palette.text.secondary : void 0,
|
|
56
55
|
sx: { whiteSpace: "normal" },
|
|
57
56
|
variant: "Body",
|
|
58
57
|
children: [
|
|
@@ -64,11 +63,11 @@ const $ = {
|
|
|
64
63
|
}
|
|
65
64
|
),
|
|
66
65
|
secondary: /* @__PURE__ */ r(a, { children: [
|
|
67
|
-
/* @__PURE__ */ r(
|
|
66
|
+
/* @__PURE__ */ r(m, { sx: { alignItems: "center", display: "flex", justifyContent: "space-between" }, children: [
|
|
68
67
|
/* @__PURE__ */ e(o, { variant: "XSmall", children: u }),
|
|
69
68
|
/* @__PURE__ */ e(o, { bold: !0, variant: "Small", children: X(h, "0,0.00") })
|
|
70
69
|
] }),
|
|
71
|
-
/* @__PURE__ */ r(
|
|
70
|
+
/* @__PURE__ */ r(m, { sx: { alignItems: "center", display: "flex", justifyContent: "space-between" }, children: [
|
|
72
71
|
/* @__PURE__ */ e(o, { variant: "XSmall", children: g }),
|
|
73
72
|
/* @__PURE__ */ e(o, { ml: "auto", variant: "XSmall", children: x })
|
|
74
73
|
] })
|
|
@@ -81,10 +80,10 @@ const $ = {
|
|
|
81
80
|
{
|
|
82
81
|
sx: { backgroundColor: "background.paper", color: t.is_closed ? "grey.700" : "" },
|
|
83
82
|
...c,
|
|
84
|
-
children: n ? /* @__PURE__ */ e(_, { alignItems: "flex-start", onClick: n, sx: { px: 24 }, children:
|
|
83
|
+
children: n ? /* @__PURE__ */ e(_, { alignItems: "flex-start", onClick: n, sx: { px: 24 }, children: l }) : l
|
|
85
84
|
}
|
|
86
85
|
);
|
|
87
|
-
},
|
|
86
|
+
}, U = b(w);
|
|
88
87
|
export {
|
|
89
|
-
|
|
88
|
+
U as A
|
|
90
89
|
};
|
|
@@ -1,33 +1,32 @@
|
|
|
1
1
|
import { jsxs as _, jsx as t, Fragment as ht } from "react/jsx-runtime";
|
|
2
2
|
import r, { useState as vt } from "react";
|
|
3
3
|
import O from "@mui/material/Box";
|
|
4
|
-
import it from "@mui/
|
|
5
|
-
import nt from "@mui/material/
|
|
6
|
-
import st from "@mui/material/
|
|
7
|
-
import _t from "@mui/material/AccordionSummary";
|
|
4
|
+
import it from "@mui/material/Accordion";
|
|
5
|
+
import nt from "@mui/material/AccordionDetails";
|
|
6
|
+
import st from "@mui/material/AccordionSummary";
|
|
8
7
|
import q from "@mui/material/Button";
|
|
9
8
|
import M from "@mui/material/Divider";
|
|
10
9
|
import C from "@mui/material/Grid";
|
|
11
10
|
import K from "@mui/material/List";
|
|
12
11
|
import Q from "@mui/material/ListItemButton";
|
|
13
12
|
import E from "@mui/material/Stack";
|
|
14
|
-
import { H3 as y, P as H, Icon as X, Text as T, H2 as
|
|
15
|
-
import wt from "@
|
|
16
|
-
import
|
|
13
|
+
import { H3 as y, P as H, Icon as X, Text as T, H2 as _t, InstitutionLogo as bt } from "@mxenabled/mxui";
|
|
14
|
+
import { ExpandMore as ot, ChevronRight as wt } from "@mxenabled/mx-icons";
|
|
15
|
+
import xt from "@mui/material/Breadcrumbs";
|
|
16
|
+
import { u as V, y as tt, c as ft, o as St, a as It, k as Tt } from "./hooks-02T565vf.mjs";
|
|
17
17
|
import { useTheme as Z } from "@mui/material/styles";
|
|
18
18
|
import { b as s } from "./Localization-2MODESHW.mjs";
|
|
19
|
-
import { E as
|
|
19
|
+
import { E as Et, a as Ct, P as At } from "./Help-DhcC-C05.mjs";
|
|
20
20
|
import { observer as rt } from "mobx-react-lite";
|
|
21
21
|
import at from "@mui/material/Alert";
|
|
22
22
|
import ct from "@mui/material/Snackbar";
|
|
23
23
|
import lt from "@mui/material/TextField";
|
|
24
24
|
import { D as U } from "./Drawer-kEE73B87.mjs";
|
|
25
25
|
import { L as dt } from "./Loader-Dp1P2gNw.mjs";
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import { ChevronRight as Lt } from "@mxenabled/mx-icons";
|
|
26
|
+
import Ot from "@mui/material/ListItemAvatar";
|
|
27
|
+
import Nt from "@mui/material/ListItem";
|
|
28
|
+
import Dt from "@mui/material/ListItemIcon";
|
|
29
|
+
import Lt from "@mui/material/ListItemText";
|
|
31
30
|
import { u as Rt } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
32
31
|
const Gt = (e, i, n) => {
|
|
33
32
|
const l = i.reduce((c, { institution_guid: d }) => (c[d] = (c[d] || 0) + 1, c), {});
|
|
@@ -84,7 +83,7 @@ const Gt = (e, i, n) => {
|
|
|
84
83
|
return /* @__PURE__ */ t(E, { sx: { flex: 1, gap: 12, maxWidth: { md: "calc(50% - 6px)" } }, children: $.map(({ guid: F, icon: x, topics: S, title: B }, R) => {
|
|
85
84
|
const P = R + N;
|
|
86
85
|
return /* @__PURE__ */ _(
|
|
87
|
-
|
|
86
|
+
it,
|
|
88
87
|
{
|
|
89
88
|
disableGutters: !0,
|
|
90
89
|
expanded: P === h,
|
|
@@ -103,9 +102,9 @@ const Gt = (e, i, n) => {
|
|
|
103
102
|
}),
|
|
104
103
|
children: [
|
|
105
104
|
/* @__PURE__ */ t(
|
|
106
|
-
|
|
105
|
+
st,
|
|
107
106
|
{
|
|
108
|
-
expandIcon: /* @__PURE__ */ t(
|
|
107
|
+
expandIcon: /* @__PURE__ */ t(ot, { sx: { color: "text.primary" } }),
|
|
109
108
|
sx: { height: 64, p: "14px 24px" },
|
|
110
109
|
children: /* @__PURE__ */ _(E, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
|
|
111
110
|
/* @__PURE__ */ t(X, { name: x, size: 24 }),
|
|
@@ -115,7 +114,7 @@ const Gt = (e, i, n) => {
|
|
|
115
114
|
),
|
|
116
115
|
/* @__PURE__ */ t(M, {}),
|
|
117
116
|
/* @__PURE__ */ t(
|
|
118
|
-
|
|
117
|
+
nt,
|
|
119
118
|
{
|
|
120
119
|
sx: {
|
|
121
120
|
ml: 56,
|
|
@@ -202,7 +201,7 @@ const Gt = (e, i, n) => {
|
|
|
202
201
|
/* @__PURE__ */ _(C, { item: !0, sm: 6, xs: 12, children: [
|
|
203
202
|
/* @__PURE__ */ t(y, { color: "text.primary", children: c }),
|
|
204
203
|
/* @__PURE__ */ _(
|
|
205
|
-
|
|
204
|
+
xt,
|
|
206
205
|
{
|
|
207
206
|
separator: /* @__PURE__ */ t(T, { bold: !0, color: "grey.600", sx: { fontWeight: 700 }, variant: "Small", children: "/" }),
|
|
208
207
|
children: [
|
|
@@ -237,7 +236,7 @@ const Gt = (e, i, n) => {
|
|
|
237
236
|
}
|
|
238
237
|
)
|
|
239
238
|
] }),
|
|
240
|
-
/* @__PURE__ */ t(
|
|
239
|
+
/* @__PURE__ */ t(_t, { color: "text.primary", sx: { mt: 24, whiteSpace: { sm: "nowrap", xs: "wrap" } }, children: d })
|
|
241
240
|
] });
|
|
242
241
|
}, A = ({
|
|
243
242
|
altImage: e,
|
|
@@ -2556,7 +2555,7 @@ const Gt = (e, i, n) => {
|
|
|
2556
2555
|
topicTitle: d
|
|
2557
2556
|
}
|
|
2558
2557
|
),
|
|
2559
|
-
/* @__PURE__ */ t(
|
|
2558
|
+
/* @__PURE__ */ t(Et, { children: v && /* @__PURE__ */ t(v, { copy: f, topicKey: g }) })
|
|
2560
2559
|
] });
|
|
2561
2560
|
}, j = ({
|
|
2562
2561
|
content: e,
|
|
@@ -2679,7 +2678,7 @@ const Gt = (e, i, n) => {
|
|
|
2679
2678
|
}) => {
|
|
2680
2679
|
const [n, l] = r.useState(null);
|
|
2681
2680
|
return /* @__PURE__ */ t(E, { sx: { flex: 1, gap: 12, p: 12 }, children: e.map(({ icon: c, topics: d, title: g }, h) => /* @__PURE__ */ _(
|
|
2682
|
-
|
|
2681
|
+
it,
|
|
2683
2682
|
{
|
|
2684
2683
|
disableGutters: !0,
|
|
2685
2684
|
expanded: h === n,
|
|
@@ -2689,9 +2688,9 @@ const Gt = (e, i, n) => {
|
|
|
2689
2688
|
sx: ee,
|
|
2690
2689
|
children: [
|
|
2691
2690
|
/* @__PURE__ */ t(
|
|
2692
|
-
|
|
2691
|
+
st,
|
|
2693
2692
|
{
|
|
2694
|
-
expandIcon: /* @__PURE__ */ t(
|
|
2693
|
+
expandIcon: /* @__PURE__ */ t(ot, { sx: { color: "text.primary" } }),
|
|
2695
2694
|
sx: { p: "14px 24px", height: 64 },
|
|
2696
2695
|
children: /* @__PURE__ */ _(E, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
|
|
2697
2696
|
/* @__PURE__ */ t(X, { name: c, size: 24 }),
|
|
@@ -2701,7 +2700,7 @@ const Gt = (e, i, n) => {
|
|
|
2701
2700
|
),
|
|
2702
2701
|
/* @__PURE__ */ t(M, {}),
|
|
2703
2702
|
/* @__PURE__ */ t(
|
|
2704
|
-
|
|
2703
|
+
nt,
|
|
2705
2704
|
{
|
|
2706
2705
|
sx: {
|
|
2707
2706
|
ml: 56,
|
|
@@ -2827,10 +2826,10 @@ const Gt = (e, i, n) => {
|
|
|
2827
2826
|
subtitle: n,
|
|
2828
2827
|
guid: l,
|
|
2829
2828
|
sx: c
|
|
2830
|
-
}) => /* @__PURE__ */ t(
|
|
2831
|
-
l && /* @__PURE__ */ t(
|
|
2829
|
+
}) => /* @__PURE__ */ t(Nt, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ _(Q, { "aria-label": e, onClick: i, children: [
|
|
2830
|
+
l && /* @__PURE__ */ t(Ot, { children: /* @__PURE__ */ t(bt, { alt: e, institutionGuid: l || "", size: 32 }) }),
|
|
2832
2831
|
/* @__PURE__ */ t(
|
|
2833
|
-
|
|
2832
|
+
Lt,
|
|
2834
2833
|
{
|
|
2835
2834
|
primary: e,
|
|
2836
2835
|
primaryTypographyProps: { style: { ...c }, variant: "Body" },
|
|
@@ -2838,7 +2837,7 @@ const Gt = (e, i, n) => {
|
|
|
2838
2837
|
secondaryTypographyProps: { variant: "XSmall" }
|
|
2839
2838
|
}
|
|
2840
2839
|
),
|
|
2841
|
-
/* @__PURE__ */ t(
|
|
2840
|
+
/* @__PURE__ */ t(Dt, { children: /* @__PURE__ */ t(wt, {}) })
|
|
2842
2841
|
] }) }), gt = ({ list: e, onClick: i, sx: n }) => /* @__PURE__ */ t(O, { sx: { bgcolor: "background.paper" }, children: /* @__PURE__ */ t(K, { sx: { "& .MuiDivider-root:last-child": { ml: 0 } }, children: e.map(({ name: l, guid: c, subtitle: d, type: g }, h) => /* @__PURE__ */ _(r.Fragment, { children: [
|
|
2843
2842
|
/* @__PURE__ */ t(
|
|
2844
2843
|
ne,
|
|
@@ -2858,7 +2857,7 @@ const Gt = (e, i, n) => {
|
|
|
2858
2857
|
onClose: l,
|
|
2859
2858
|
topic: c
|
|
2860
2859
|
}) => {
|
|
2861
|
-
const { institutions: d, accounts: g } =
|
|
2860
|
+
const { institutions: d, accounts: g } = ft(), h = r.useMemo(
|
|
2862
2861
|
() => Gt(d, g, {
|
|
2863
2862
|
singular: e.request_support_institution_account,
|
|
2864
2863
|
plural: e.request_support_institution_accounts
|
|
@@ -2979,7 +2978,7 @@ const Gt = (e, i, n) => {
|
|
|
2979
2978
|
return /* @__PURE__ */ t(U, { isOpen: n, onClose: c, title: e.request_support, children: /* @__PURE__ */ _(O, { sx: { px: 24 }, children: [
|
|
2980
2979
|
/* @__PURE__ */ t(E, { sx: { alignItems: "center", pb: 24, pt: 80 }, children: /* @__PURE__ */ t(X, { color: "success", fill: !0, name: "check_circle", size: 64 }) }),
|
|
2981
2980
|
/* @__PURE__ */ _(E, { sx: { alignItems: "center", gap: 16, pb: 48 }, children: [
|
|
2982
|
-
/* @__PURE__ */ t(
|
|
2981
|
+
/* @__PURE__ */ t(_t, { children: e.request_support_success }),
|
|
2983
2982
|
/* @__PURE__ */ t(H, { align: "center", variant: "Body", children: e.request_support_submit_success_message }),
|
|
2984
2983
|
/* @__PURE__ */ t(T, { bold: !0, variant: "Body", children: i })
|
|
2985
2984
|
] }),
|
|
@@ -2988,11 +2987,11 @@ const Gt = (e, i, n) => {
|
|
|
2988
2987
|
] }) });
|
|
2989
2988
|
}, ce = rt(
|
|
2990
2989
|
({ copy: e, isOpen: i, onClose: n }) => {
|
|
2991
|
-
const { alert: l, createSupportTicket: c, isLoading: d, setAlert: g } = tt(), { user: h } =
|
|
2990
|
+
const { alert: l, createSupportTicket: c, isLoading: d, setAlert: g } = tt(), { user: h } = St(), { isInitialized: f } = It(), [v, w] = r.useState(""), [N, D] = r.useState(!1), [$, F] = r.useState(!1), [x, S] = r.useState({
|
|
2992
2991
|
isOpen: !1,
|
|
2993
2992
|
topic: "",
|
|
2994
2993
|
type: void 0
|
|
2995
|
-
}), B =
|
|
2994
|
+
}), B = Ct.map((I) => ({
|
|
2996
2995
|
...I,
|
|
2997
2996
|
title: e.help_by_category_list[I.guid].label,
|
|
2998
2997
|
topics: I.topics.map(({ type: z }, pt) => ({
|
|
@@ -3001,7 +3000,7 @@ const Gt = (e, i, n) => {
|
|
|
3001
3000
|
}))
|
|
3002
3001
|
})), R = Object.keys(e.popular_topics_list).map((I, z) => ({
|
|
3003
3002
|
name: e.popular_topics_list[I],
|
|
3004
|
-
type:
|
|
3003
|
+
type: At[z].type
|
|
3005
3004
|
})), P = () => {
|
|
3006
3005
|
w(""), S({ isOpen: !1, topic: "", type: void 0 });
|
|
3007
3006
|
}, L = (I) => {
|
|
@@ -3142,8 +3141,8 @@ const Gt = (e, i, n) => {
|
|
|
3142
3141
|
)
|
|
3143
3142
|
] }) });
|
|
3144
3143
|
}
|
|
3145
|
-
),
|
|
3146
|
-
const { help: i } = V(), { helpCategories: n } = tt(), { isMobile: l } = Rt(), { config: c } =
|
|
3144
|
+
), $e = ({ sx: e = {} }) => {
|
|
3145
|
+
const { help: i } = V(), { helpCategories: n } = tt(), { isMobile: l } = Rt(), { config: c } = Tt(), [d, g] = r.useState(!1), [h, f] = r.useState(null), v = (N) => f(N), w = () => g(!0);
|
|
3147
3146
|
return /* @__PURE__ */ _(O, { sx: { pt: 24, px: l ? 24 : 0, ...e }, children: [
|
|
3148
3147
|
h ? /* @__PURE__ */ t(
|
|
3149
3148
|
Qt,
|
|
@@ -3177,5 +3176,5 @@ const Gt = (e, i, n) => {
|
|
|
3177
3176
|
] });
|
|
3178
3177
|
};
|
|
3179
3178
|
export {
|
|
3180
|
-
|
|
3179
|
+
$e as H
|
|
3181
3180
|
};
|
|
@@ -16,7 +16,7 @@ import { startOfToday as z } from "date-fns/startOfToday";
|
|
|
16
16
|
import { endOfMonth as _e } from "date-fns/endOfMonth";
|
|
17
17
|
import H from "@mui/material/Button";
|
|
18
18
|
import { Delete as me, Add as ye, ReceiptLong as pe } from "@mxenabled/mx-icons";
|
|
19
|
-
import { T as X, a as he, u as ge, S as fe, b as Ce } from "./TransactionDetails-
|
|
19
|
+
import { T as X, a as he, u as ge, S as fe, b as Ce } from "./TransactionDetails-BSfXqkpH.mjs";
|
|
20
20
|
import { getDayOfYear as be } from "date-fns/getDayOfYear";
|
|
21
21
|
import { setDayOfYear as Se } from "date-fns/setDayOfYear";
|
|
22
22
|
import { AdapterDateFns as ve } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
|
|
|
7
7
|
import l from "@mui/material/Divider";
|
|
8
8
|
import T from "@mui/material/List";
|
|
9
9
|
import C from "@mui/material/Stack";
|
|
10
|
-
import { R as x, A as S, a as E, M as A } from "./ManageIncome-
|
|
10
|
+
import { R as x, A as S, a as E, M as A } from "./ManageIncome-CzTV55Bh.mjs";
|
|
11
11
|
import { u as h, h as y, e as _ } from "./hooks-02T565vf.mjs";
|
|
12
12
|
import { R as v, F as N } from "./RepeatingTransaction-BW4J-jeJ.mjs";
|
|
13
13
|
import { A as d } from "./WidgetContainer-BG-fdDOf.mjs";
|