@mx-cartographer/experiences 7.2.1 → 7.2.3
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 +11 -2
- package/dist/{Account-8IUM_CLv.mjs → Account-B-CuHOYf.mjs} +1 -1
- package/dist/{AccountDetailsContent-CuZSSAEc.mjs → AccountDetailsContent-DfzPOeMI.mjs} +8 -8
- package/dist/{AccountDetailsHeader-BZBsIKdF.mjs → AccountDetailsHeader-vcy67tuH.mjs} +6 -6
- package/dist/{AccountFields-BD_0GT68.mjs → AccountFields-cUP-9Hm6.mjs} +2 -2
- package/dist/{AccountListItem-CllIBCao.mjs → AccountListItem-DChcf3SN.mjs} +4 -4
- package/dist/{AccountStore-DeAQv-kI.mjs → AccountStore-D6KiXA1B.mjs} +2 -2
- package/dist/{Accounts-Bvc9TJaO.mjs → Accounts-IeEtQjzA.mjs} +1 -1
- package/dist/{BudgetUtil-psfk-Amb.mjs → BudgetUtil-B2ZXyw-g.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-BmenK5bu.mjs → CategorySelectorDrawer-DUe4lH5-.mjs} +1 -1
- package/dist/{ConnectDrawer-CPTXh70j.mjs → ConnectDrawer-DaFRU5st.mjs} +1 -1
- package/dist/{ConnectionsDrawer-Dkb4vBmt.mjs → ConnectionsDrawer-DHJ7qdWL.mjs} +2 -2
- package/dist/{CurrencyInput-C4xNRL2W.mjs → CurrencyInput-CsCy7uaS.mjs} +1 -1
- package/dist/{DebtsStore-D4grpB4m.mjs → DebtsStore-z3VARSO6.mjs} +1 -1
- package/dist/{ExportCsvAction-CBJAfyAw.mjs → ExportCsvAction-sX8Rg4Ov.mjs} +3 -3
- package/dist/{GoalStore-B5MZzPLZ.mjs → GoalStore-TD0BfzWX.mjs} +2 -2
- package/dist/{Help-CzBAsKA2.mjs → Help-B6dIcujh.mjs} +1 -1
- package/dist/{LineChart-B35qvXik.mjs → LineChart-D4GI7nVh.mjs} +1 -1
- package/dist/{ListItemAction-DSrYDGAP.mjs → ListItemAction-DHa3KJPs.mjs} +1 -1
- package/dist/{ManageIncome-DUuT-yMV.mjs → ManageIncome-D3n1EWxe.mjs} +34 -34
- package/dist/{MicroWidgetContainer-C4QQHfD7.mjs → MicroWidgetContainer-DpeqN9n3.mjs} +1 -1
- package/dist/{MiniWidgetContainer-DTQdRK-3.mjs → MiniWidgetContainer-D0gfmbaF.mjs} +1 -1
- package/dist/{NetWorthStore-Do1Gk8Te.mjs → NetWorthStore-B_1oulrt.mjs} +2 -2
- package/dist/{NotificationSettings-BuShgjn6.mjs → NotificationSettings-BRm_EJZV.mjs} +3 -3
- package/dist/{OriginalBalanceAction-BsxcvNEF.mjs → OriginalBalanceAction-CAaVbVMO.mjs} +3 -3
- package/dist/{RecurringSettings-BVOt46uV.mjs → RecurringSettings-C28GrQcP.mjs} +3 -3
- package/dist/{TransactionDetails-_cXLXTd3.mjs → TransactionDetails-BWffqew4.mjs} +5 -5
- package/dist/{TransactionStore-DUVfWzsI.mjs → TransactionStore-DxPLdF3B.mjs} +2 -2
- package/dist/{TrendsStore-ZZ8X36lJ.mjs → TrendsStore-DCYbpXPO.mjs} +1 -1
- package/dist/{User-DaJAQ09j.mjs → User-BQUxBeZV.mjs} +1 -1
- package/dist/{WidgetContainer-DtPnPQZY.mjs → WidgetContainer-C88Ecu2W.mjs} +2 -2
- package/dist/accounts/index.es.js +13 -13
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +10 -10
- package/dist/cashflow/index.es.js +440 -436
- package/dist/categories/index.es.js +1 -1
- package/dist/common/context/GlobalDataProvider.d.ts +1 -0
- package/dist/common/context/hooks.d.ts +3 -0
- package/dist/common/context/index.d.ts +1 -1
- package/dist/common/index.es.js +50 -49
- package/dist/dashboard/index.es.js +81 -79
- package/dist/debts/index.es.js +9 -9
- package/dist/{exportTransactionsToCSV-D8TTNrrE.mjs → exportTransactionsToCSV-7bVS7KXf.mjs} +1 -1
- package/dist/finstrong/index.es.js +6 -6
- package/dist/goals/index.es.js +12 -12
- package/dist/help/index.es.js +3 -3
- package/dist/hooks-D6XlXHf4.mjs +77 -0
- package/dist/investments/index.es.js +3 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/networth/index.es.js +7 -7
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +19 -19
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +4 -4
- package/dist/transactions/index.es.js +13 -13
- package/dist/trends/index.es.js +449 -449
- package/dist/{useAccountDisplayName-BXGkZN5B.mjs → useAccountDisplayName-BcRqfar8.mjs} +2 -2
- package/dist/{useInsightsEnabled-DSnpkUq0.mjs → useInsightsEnabled-DBpwEq10.mjs} +1 -1
- package/package.json +1 -1
- package/dist/hooks-CE2TKk4a.mjs +0 -74
|
@@ -12,7 +12,7 @@ import Dt from "@mui/material/CardContent";
|
|
|
12
12
|
import P from "@mui/material/Divider";
|
|
13
13
|
import X from "@mui/material/Grid";
|
|
14
14
|
import { CategoryIcon as At, Text as S } from "@mxenabled/mxui";
|
|
15
|
-
import { u as Lt, m as Q } from "./hooks-
|
|
15
|
+
import { u as Lt, m as Q } from "./hooks-D6XlXHf4.mjs";
|
|
16
16
|
import { b as Rt } from "./Localization-2MODESHW.mjs";
|
|
17
17
|
import { C as O } from "./CurrencyText-kyC1aseI.mjs";
|
|
18
18
|
import { useTheme as wt, Card as Ht, CardContent as It, Box as kt } from "@mui/material";
|
|
@@ -22,7 +22,7 @@ import { isWithinInterval as Q } from "date-fns/isWithinInterval";
|
|
|
22
22
|
import nn from "@mui/material/styles/useTheme";
|
|
23
23
|
import k from "@mui/material/ListItem";
|
|
24
24
|
import an from "@mui/material/ListItemButton";
|
|
25
|
-
import { g as tn } from "./hooks-
|
|
25
|
+
import { g as tn } from "./hooks-D6XlXHf4.mjs";
|
|
26
26
|
var on = /* @__PURE__ */ ((n) => (n[n.CREDIT = 1] = "CREDIT", n[n.DEBIT = 2] = "DEBIT", n))(on || {}), en = /* @__PURE__ */ ((n) => (n[n.POSTED = 1] = "POSTED", n[n.PENDING = 2] = "PENDING", n))(en || {});
|
|
27
27
|
const rn = ({ copy: n, date: a, onNextClick: o, onPreviousClick: r }) => {
|
|
28
28
|
const c = v(), l = cn(c);
|
|
@@ -13,7 +13,7 @@ import { ChevronLeft as le } from "@mxenabled/mx-icons";
|
|
|
13
13
|
import { Icon as T, Text as X, DateRangePicker as J, H1 as Ce, H3 as de } from "@mxenabled/mxui";
|
|
14
14
|
import { u as Te } from "./useDimensions-27p2evRx.mjs";
|
|
15
15
|
import { L as Ie } from "./Loader-DUaFpDGv.mjs";
|
|
16
|
-
import { g as Ee, b as Re, u as ge, a as Ae, W as Se } from "./hooks-
|
|
16
|
+
import { g as Ee, b as Re, u as ge, a as Ae, W as Se } from "./hooks-D6XlXHf4.mjs";
|
|
17
17
|
import { u as ie } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
18
18
|
import { addMonths as Q } from "date-fns/addMonths";
|
|
19
19
|
import { addDays as ue } from "date-fns/addDays";
|
|
@@ -37,7 +37,7 @@ import Ke from "@mui/material/ToggleButtonGroup";
|
|
|
37
37
|
import Ge from "@mui/material/styles/useTheme";
|
|
38
38
|
import { f as K, D as G, a as Me } from "./Dialog-CWW597AF.mjs";
|
|
39
39
|
import { D as We } from "./Drawer-kEE73B87.mjs";
|
|
40
|
-
import { k as ye, l as xe } from "./ConnectDrawer-
|
|
40
|
+
import { k as ye, l as xe } from "./ConnectDrawer-DaFRU5st.mjs";
|
|
41
41
|
const ve = {
|
|
42
42
|
ACCOUNTS_CLICK_ACCOUNT: "accounts_widget_click_account",
|
|
43
43
|
ACCOUNTS_CLICK_CONNECT: "accounts_widget_click_connect_accounts",
|
|
@@ -7,25 +7,25 @@ import E from "@mui/material/List";
|
|
|
7
7
|
import O from "@mui/material/ListSubheader";
|
|
8
8
|
import _ from "@mui/system/Stack";
|
|
9
9
|
import { Text as v } from "@mxenabled/mxui";
|
|
10
|
-
import { A as K } from "../AccountDetailsContent-
|
|
11
|
-
import { u as D1 } from "../AccountDetailsContent-
|
|
12
|
-
import { u as z, A as P } from "../AccountDetailsHeader-
|
|
13
|
-
import { A as W } from "../AccountListItem-
|
|
14
|
-
import { a as Y } from "../AccountFields-
|
|
15
|
-
import { g as U1, b as $1 } from "../AccountFields-
|
|
16
|
-
import { u as w, b as S, d as T, g as D, a as q } from "../hooks-
|
|
10
|
+
import { A as K } from "../AccountDetailsContent-DfzPOeMI.mjs";
|
|
11
|
+
import { u as D1 } from "../AccountDetailsContent-DfzPOeMI.mjs";
|
|
12
|
+
import { u as z, A as P } from "../AccountDetailsHeader-vcy67tuH.mjs";
|
|
13
|
+
import { A as W } from "../AccountListItem-DChcf3SN.mjs";
|
|
14
|
+
import { a as Y } from "../AccountFields-cUP-9Hm6.mjs";
|
|
15
|
+
import { g as U1, b as $1 } from "../AccountFields-cUP-9Hm6.mjs";
|
|
16
|
+
import { u as w, b as S, d as T, g as D, a as q } from "../hooks-D6XlXHf4.mjs";
|
|
17
17
|
import { f as I } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
18
18
|
import { D as J } from "../Drawer-kEE73B87.mjs";
|
|
19
|
-
import { A as y, W as Q } from "../WidgetContainer-
|
|
20
|
-
import { C as X } from "../ConnectionsDrawer-
|
|
19
|
+
import { A as y, W as Q } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
20
|
+
import { C as X } from "../ConnectionsDrawer-DHJ7qdWL.mjs";
|
|
21
21
|
import { u as N } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
22
22
|
import { L as R } from "../Loader-DUaFpDGv.mjs";
|
|
23
|
-
import { l as U, m as e1 } from "../ConnectDrawer-
|
|
24
|
-
import { F as G1, M as K1 } from "../ConnectDrawer-
|
|
23
|
+
import { l as U, m as e1 } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
24
|
+
import { F as G1, M as K1 } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
25
25
|
import t1 from "@mui/material/ListItem";
|
|
26
|
-
import { M as $ } from "../MiniWidgetContainer-
|
|
26
|
+
import { M as $ } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
27
27
|
import l1 from "@mui/material/Stack";
|
|
28
|
-
import { A as P1, a as Y1 } from "../AccountStore-
|
|
28
|
+
import { A as P1, a as Y1 } from "../AccountStore-D6KiXA1B.mjs";
|
|
29
29
|
const i1 = () => {
|
|
30
30
|
const [c, H] = d.useState(""), { accounts: C } = w(), { selectedAccounts: l } = S(), { setSelectedAccount: h, setSelectedMember: r } = z(), { members: L } = T(), { onEvent: f } = D(), s = [...new Set(l.map((t) => t.account_type))], a = l.find((t) => c === t.guid), u = d.useMemo(
|
|
31
31
|
() => l.filter((t) => t.is_hidden),
|
|
@@ -8,8 +8,8 @@ import a from "@mui/material/Stack";
|
|
|
8
8
|
import _ from "@mui/material/styles/useTheme";
|
|
9
9
|
import { Text as u, TextField as L } from "@mxenabled/mxui";
|
|
10
10
|
import { L as W } from "../Loader-DUaFpDGv.mjs";
|
|
11
|
-
import { M as j } from "../MiniWidgetContainer-
|
|
12
|
-
import { k as f, u as b, g as q, b as E } from "../hooks-
|
|
11
|
+
import { M as j } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
12
|
+
import { k as f, u as b, g as q, b as E } from "../hooks-D6XlXHf4.mjs";
|
|
13
13
|
import Q from "@mui/material/ToggleButton";
|
|
14
14
|
import G from "@mui/material/ToggleButtonGroup";
|
|
15
15
|
const O = () => {
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -8,7 +8,7 @@ import S from "@mui/material/Stack";
|
|
|
8
8
|
import Q from "@mui/material/styles/useTheme";
|
|
9
9
|
import { Text as y, CategoryIcon as H, Icon as N, H1 as ze, H3 as xe } from "@mxenabled/mxui";
|
|
10
10
|
import W from "@mui/material/List";
|
|
11
|
-
import { u as w, i as D, j as ee, m as j,
|
|
11
|
+
import { u as w, i as D, j as ee, m as j, q as te, g as X, b as ne, h as oe, a as Ue, d as ve } from "../hooks-D6XlXHf4.mjs";
|
|
12
12
|
import { f as T } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
13
13
|
import Ae from "@mui/material/Button";
|
|
14
14
|
import ae from "@mui/material/Divider";
|
|
@@ -19,34 +19,34 @@ import Y from "@mui/material/ListItemText";
|
|
|
19
19
|
import { b as M } from "../Localization-2MODESHW.mjs";
|
|
20
20
|
import { D as k } from "../Drawer-kEE73B87.mjs";
|
|
21
21
|
import Fe from "@mui/material/ListItemSecondaryAction";
|
|
22
|
-
import { C as He } from "../CurrencyInput-
|
|
22
|
+
import { C as He } from "../CurrencyInput-CsCy7uaS.mjs";
|
|
23
23
|
import { a as $ } from "../Dialog-CWW597AF.mjs";
|
|
24
|
-
import { C as We } from "../ConnectionsDrawer-
|
|
24
|
+
import { C as We } from "../ConnectionsDrawer-DHJ7qdWL.mjs";
|
|
25
25
|
import * as O from "d3";
|
|
26
26
|
import Xe from "@mui/material/Tooltip";
|
|
27
27
|
import { u as se } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
28
28
|
import { L as G } from "../Loader-DUaFpDGv.mjs";
|
|
29
29
|
import { E as de } from "../EmptyState-DA_lfRBv.mjs";
|
|
30
|
-
import { A as L, W as Ke } from "../WidgetContainer-
|
|
31
|
-
import { u as Ve } from "../BudgetUtil-
|
|
32
|
-
import { M as Ye } from "../MiniWidgetContainer-
|
|
30
|
+
import { A as L, W as Ke } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
31
|
+
import { u as Ve } from "../BudgetUtil-B2ZXyw-g.mjs";
|
|
32
|
+
import { M as Ye } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
33
33
|
import { isAfter as Ze } from "date-fns/isAfter";
|
|
34
34
|
import { startOfToday as Z } from "date-fns/startOfToday";
|
|
35
35
|
import qe from "@mui/material/Alert";
|
|
36
36
|
import Je from "@mui/material/Snackbar";
|
|
37
37
|
import ye from "@mui/material/Tab";
|
|
38
38
|
import Qe from "@mui/material/Tabs";
|
|
39
|
-
import { e as et } from "../exportTransactionsToCSV-
|
|
40
|
-
import { T as Te, a as tt } from "../TransactionDetails-
|
|
39
|
+
import { e as et } from "../exportTransactionsToCSV-7bVS7KXf.mjs";
|
|
40
|
+
import { T as Te, a as tt } from "../TransactionDetails-BWffqew4.mjs";
|
|
41
41
|
import pe from "@mui/material/Card";
|
|
42
42
|
import he from "@mui/material/CardContent";
|
|
43
43
|
import { S as ge } from "../StatusBar-BK_uYHAB.mjs";
|
|
44
44
|
import { S as we } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
45
|
-
import { u as nt, b as ot } from "../CategorySelectorDrawer-
|
|
45
|
+
import { u as nt, b as ot } from "../CategorySelectorDrawer-DUe4lH5-.mjs";
|
|
46
46
|
import De from "@mui/material/CardHeader";
|
|
47
47
|
import { subDays as at } from "date-fns/subDays";
|
|
48
48
|
import rt from "@mui/material/IconButton";
|
|
49
|
-
import { M as st } from "../ManageIncome-
|
|
49
|
+
import { M as st } from "../ManageIncome-D3n1EWxe.mjs";
|
|
50
50
|
const it = I(() => {
|
|
51
51
|
const { budgets: t } = w(), { totalBudgeted: o } = D(), { incomeTotal: i } = ee(), s = i - o;
|
|
52
52
|
return /* @__PURE__ */ m(S, { direction: "row", justifyContent: "center", my: 16, spacing: 20, children: [
|