@mx-cartographer/experiences 8.1.9 → 8.1.10
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 +4 -0
- package/dist/{AccountDetailsHeader-D8NIfmO8.mjs → AccountDetailsHeader-CzefHTWU.mjs} +2 -2
- package/dist/{AccountListItem-DSuv36PF.mjs → AccountListItem-DRDxaRBe.mjs} +2 -2
- package/dist/{AccountStore-B3S_p5Qa.mjs → AccountStore-CGrjC2Oe.mjs} +1 -1
- package/dist/BeatStore-C7-PIhpB.mjs +163 -0
- package/dist/{BudgetUtil-DalEN9--.mjs → BudgetUtil-H9igoNVm.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-DjeHNx71.mjs → CategorySelectorDrawer-hhDdSFHO.mjs} +1 -1
- package/dist/{Connect-BRLh-69J.mjs → Connect-CBBTL1HJ.mjs} +1 -1
- package/dist/{ConnectDrawer-5BpU4IQU.mjs → ConnectDrawer-DNnuF80E.mjs} +2 -2
- package/dist/{ConnectionsDrawer-DxpSlJN7.mjs → ConnectionsDrawer-DX6d7uwJ.mjs} +2 -2
- package/dist/{CurrencyInput-CSJ3zMgE.mjs → CurrencyInput-BMbUVSvz.mjs} +1 -1
- package/dist/{EmbeddedCard-BqVpA1Jn.mjs → EmbeddedCard-B9JoBaan.mjs} +2 -2
- package/dist/{ExportCsvAction-BPjdEUXx.mjs → ExportCsvAction-BDFu6YIe.mjs} +2 -2
- package/dist/{GlobalAccountFilter-CZbiDwBH.mjs → GlobalAccountFilter-jkFxqPg6.mjs} +1 -1
- package/dist/{GoalStore-DmqM1ZfW.mjs → GoalStore-BBAEbf43.mjs} +1 -1
- package/dist/{Help-BFlcaOO_.mjs → Help-C_CM4gpK.mjs} +1 -1
- package/dist/{LineChart-jJVBE8V8.mjs → LineChart-CeZnCZ7j.mjs} +1 -1
- package/dist/{ListItemAction-Buv7tPLp.mjs → ListItemAction-CNpknVvo.mjs} +1 -1
- package/dist/{ManageIncome-n1ueMTrW.mjs → ManageIncome-BX2IqW57.mjs} +3 -3
- package/dist/{MicroWidgetContainer-CEcwdfti.mjs → MicroWidgetContainer-DAesImQ6.mjs} +1 -1
- package/dist/{MiniWidgetContainer-BS4iG6cw.mjs → MiniWidgetContainer-BOv3n4iw.mjs} +1 -1
- package/dist/{NotificationSettings-DOgnTxzv.mjs → NotificationSettings-DatCL2Ej.mjs} +4 -4
- package/dist/{OriginalBalanceAction-6XAwp1UT.mjs → OriginalBalanceAction-CWQ0CK-T.mjs} +3 -3
- package/dist/{RecurringSettings-DxsDZAp1.mjs → RecurringSettings-DCplGEv_.mjs} +2 -2
- package/dist/{SpendingLegend-x3K9eXrQ.mjs → SpendingLegend-DLElSvH0.mjs} +1 -1
- package/dist/{TransactionDetails-Bpp1FDUI.mjs → TransactionDetails-C_skrQk8.mjs} +6 -6
- package/dist/{TransactionStore-DfaO_9m-.mjs → TransactionStore-amPYxHnA.mjs} +1 -1
- package/dist/{ViewMoreMicroCard-C7dC9lDT.mjs → ViewMoreMicroCard-D1j0w64K.mjs} +1 -1
- package/dist/{WidgetContainer-_Fzy--dt.mjs → WidgetContainer-BPJoDkhL.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 +12 -12
- package/dist/cashflow/index.es.js +8 -8
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/Error.d.ts +2 -0
- package/dist/common/index.es.js +294 -323
- package/dist/dashboard/index.es.js +4 -4
- package/dist/debts/index.es.js +8 -8
- package/dist/{exportTransactionsToCSV-B2Lp7AMl.mjs → exportTransactionsToCSV-CSvbZrvL.mjs} +1 -1
- package/dist/finstrong/index.es.js +10 -10
- package/dist/goals/index.es.js +10 -10
- package/dist/help/index.es.js +4 -4
- package/dist/{hooks-HwStH7q_.mjs → hooks-RzCoiTd0.mjs} +3 -3
- package/dist/insights/components/shared/ErrorCard/ErrorCard.d.ts +2 -1
- package/dist/insights/index.es.js +516 -480
- package/dist/investments/index.es.js +4 -4
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +6 -6
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +9 -9
- package/dist/settings/index.es.js +7 -7
- package/dist/spending/index.es.js +8 -8
- package/dist/transactions/index.es.js +15 -15
- package/dist/trends/index.es.js +12 -12
- package/dist/{useAccountDisplayName-SrQA7K_6.mjs → useAccountDisplayName-pliH6hz0.mjs} +1 -1
- package/dist/{useInsightsEnabled-DzvRm5Bo.mjs → useInsightsEnabled-CzJoG8xi.mjs} +1 -1
- package/dist/{useWidgetLoadTimer-wkBTL5xx.mjs → useWidgetLoadTimer-BZjr-BiE.mjs} +1 -1
- package/package.json +1 -1
- package/dist/BeatStore-DuvvrljY.mjs +0 -81
package/dist/budgets/index.es.js
CHANGED
|
@@ -12,7 +12,7 @@ import ce from "@mui/material/styles/useTheme";
|
|
|
12
12
|
import Y from "@mui/material/Box";
|
|
13
13
|
import X from "@mui/material/List";
|
|
14
14
|
import { Text as C, CategoryIcon as H, Icon as z, H3 as Le } from "@mxenabled/mxui";
|
|
15
|
-
import { u as E, m as w, i as le, l as Z, p as de, a as Ne, g as q, b as J, h as Q, d as ke } from "../hooks-
|
|
15
|
+
import { u as E, m as w, i as le, l as Z, p as de, a as Ne, g as q, b as J, h as Q, d as ke } from "../hooks-RzCoiTd0.mjs";
|
|
16
16
|
import { f as D } from "../NumberFormatting-CyrvFgfd.mjs";
|
|
17
17
|
import $e from "@mui/material/Button";
|
|
18
18
|
import ue from "@mui/material/Divider";
|
|
@@ -23,9 +23,9 @@ import oe from "@mui/material/ListItemText";
|
|
|
23
23
|
import { b as R } from "../Localization-CkQ49EKr.mjs";
|
|
24
24
|
import { D as $ } from "../Drawer-XPaLYjiO.mjs";
|
|
25
25
|
import Xe from "@mui/material/ListItemSecondaryAction";
|
|
26
|
-
import { C as Ze } from "../CurrencyInput-
|
|
26
|
+
import { C as Ze } from "../CurrencyInput-BMbUVSvz.mjs";
|
|
27
27
|
import { D as W } from "../Dialog-iLlBR8TG.mjs";
|
|
28
|
-
import { C as qe } from "../ConnectionsDrawer-
|
|
28
|
+
import { C as qe } from "../ConnectionsDrawer-DX6d7uwJ.mjs";
|
|
29
29
|
import * as O from "d3";
|
|
30
30
|
import Je from "@mui/material/Tooltip";
|
|
31
31
|
import { useTheme as Ge, alpha as Qe } from "@mui/material/styles";
|
|
@@ -35,22 +35,22 @@ import { E as _e } from "../EmptyState-DHAkGsjk.mjs";
|
|
|
35
35
|
import { A as P } from "../Analytics-CzGzz_sE.mjs";
|
|
36
36
|
import Ee from "@mui/material/Tab";
|
|
37
37
|
import et from "@mui/material/Tabs";
|
|
38
|
-
import { e as tt } from "../exportTransactionsToCSV-
|
|
39
|
-
import { T as ve } from "../EmbeddedCard-
|
|
40
|
-
import { T as ot, c as nt } from "../TransactionDetails-
|
|
38
|
+
import { e as tt } from "../exportTransactionsToCSV-CSvbZrvL.mjs";
|
|
39
|
+
import { T as ve } from "../EmbeddedCard-B9JoBaan.mjs";
|
|
40
|
+
import { T as ot, c as nt } from "../TransactionDetails-C_skrQk8.mjs";
|
|
41
41
|
import Te from "@mui/material/Card";
|
|
42
42
|
import De from "@mui/material/CardContent";
|
|
43
43
|
import { S as Se } from "../StatusBar-CPfSXe80.mjs";
|
|
44
44
|
import { S as Pe } from "../SingleSegmentDonut-PsRQPkmV.mjs";
|
|
45
|
-
import { u as at, C as rt } from "../CategorySelectorDrawer-
|
|
45
|
+
import { u as at, C as rt } from "../CategorySelectorDrawer-hhDdSFHO.mjs";
|
|
46
46
|
import je from "@mui/material/CardHeader";
|
|
47
47
|
import { subDays as st } from "date-fns/subDays";
|
|
48
48
|
import it from "@mui/material/IconButton";
|
|
49
|
-
import { M as ct } from "../ManageIncome-
|
|
50
|
-
import { u as ze } from "../useWidgetLoadTimer-
|
|
51
|
-
import { W as lt } from "../WidgetContainer-
|
|
52
|
-
import { u as dt, l as ut, d as mt } from "../BudgetUtil-
|
|
53
|
-
import { M as gt } from "../MiniWidgetContainer-
|
|
49
|
+
import { M as ct } from "../ManageIncome-BX2IqW57.mjs";
|
|
50
|
+
import { u as ze } from "../useWidgetLoadTimer-BZjr-BiE.mjs";
|
|
51
|
+
import { W as lt } from "../WidgetContainer-BPJoDkhL.mjs";
|
|
52
|
+
import { u as dt, l as ut, d as mt } from "../BudgetUtil-H9igoNVm.mjs";
|
|
53
|
+
import { M as gt } from "../MiniWidgetContainer-BOv3n4iw.mjs";
|
|
54
54
|
import { b as we } from "../CategoryUtil-BJOHgYKS.mjs";
|
|
55
55
|
const pt = I(() => {
|
|
56
56
|
const { budgets: t } = E(), { totalBudgeted: n } = w(), { incomeTotal: c } = le(), i = c - n;
|
|
@@ -8,23 +8,23 @@ import v from "@mui/material/Divider";
|
|
|
8
8
|
import s from "@mui/material/Stack";
|
|
9
9
|
import ie from "@mui/material/styles/useTheme";
|
|
10
10
|
import { Text as m, P as N, Icon as z, InstitutionLogo as xe, H2 as de, H3 as qe } from "@mxenabled/mxui";
|
|
11
|
-
import { G as Ke,
|
|
11
|
+
import { G as Ke, w as me, u as k, p as ae, d as ke, b as P, i as B, g as Le, a as Ve, h as Ne, o as Xe } from "../hooks-RzCoiTd0.mjs";
|
|
12
12
|
import { C as E } from "../CurrencyText-oqd6cX3M.mjs";
|
|
13
13
|
import { u as ue } from "../useScreenSize-CeFhWTt_.mjs";
|
|
14
14
|
import { L as Z } from "../Loader-CxeBwuPG.mjs";
|
|
15
15
|
import { b as H } from "../Localization-CkQ49EKr.mjs";
|
|
16
16
|
import { I as pe } from "../CashflowStore-BEi92kJg.mjs";
|
|
17
17
|
import { C as $n } from "../CashflowStore-BEi92kJg.mjs";
|
|
18
|
-
import { u as Oe } from "../useWidgetLoadTimer-
|
|
19
|
-
import { M as Je } from "../MiniWidgetContainer-
|
|
18
|
+
import { u as Oe } from "../useWidgetLoadTimer-BZjr-BiE.mjs";
|
|
19
|
+
import { M as Je } from "../MiniWidgetContainer-BOv3n4iw.mjs";
|
|
20
20
|
import { E as Qe } from "../EmptyState-DHAkGsjk.mjs";
|
|
21
|
-
import { R as Ze } from "../RecurringSettings-
|
|
21
|
+
import { R as Ze } from "../RecurringSettings-DCplGEv_.mjs";
|
|
22
22
|
import et from "@mui/material/Tabs";
|
|
23
23
|
import ye from "@mui/material/Tab";
|
|
24
24
|
import { getUnixTime as le } from "date-fns/getUnixTime";
|
|
25
25
|
import Q from "@mui/material/List";
|
|
26
26
|
import ee from "@mui/material/ListItem";
|
|
27
|
-
import { A as tt } from "../AccountListItem-
|
|
27
|
+
import { A as tt } from "../AccountListItem-DRDxaRBe.mjs";
|
|
28
28
|
import { f as U, D as Y } from "../DateFormats-CaOj_4eI.mjs";
|
|
29
29
|
import nt from "@mui/material/ListSubheader";
|
|
30
30
|
import { f as J } from "../NumberFormatting-CyrvFgfd.mjs";
|
|
@@ -36,17 +36,17 @@ import { alpha as ot, keyframes as it } from "@mui/material/styles";
|
|
|
36
36
|
import { DataGridPro as at } from "@mui/x-data-grid-pro";
|
|
37
37
|
import { T as Ce } from "../TabContentContainer-CnMXkVqr.mjs";
|
|
38
38
|
import W from "@mui/material/Button";
|
|
39
|
-
import { M as rt, S as st, i as ct, b as we, c as lt } from "../ManageIncome-
|
|
39
|
+
import { M as rt, S as st, i as ct, b as we, c as lt } from "../ManageIncome-BX2IqW57.mjs";
|
|
40
40
|
import { D as He } from "../Drawer-XPaLYjiO.mjs";
|
|
41
41
|
import { subDays as We } from "date-fns/subDays";
|
|
42
42
|
import { endOfToday as dt } from "date-fns/endOfToday";
|
|
43
|
-
import { W as mt } from "../WidgetContainer-
|
|
43
|
+
import { W as mt } from "../WidgetContainer-BPJoDkhL.mjs";
|
|
44
44
|
import { A as X } from "../Account-CMjOp7S2.mjs";
|
|
45
45
|
import { A as Se } from "../Analytics-CzGzz_sE.mjs";
|
|
46
46
|
import { formatISO as ut } from "date-fns/formatISO";
|
|
47
47
|
import { fromUnixTime as De } from "date-fns/fromUnixTime";
|
|
48
48
|
import { startOfMonth as pt } from "date-fns/startOfMonth";
|
|
49
|
-
import { S as ht, a as ft } from "../EmbeddedCard-
|
|
49
|
+
import { S as ht, a as ft } from "../EmbeddedCard-B9JoBaan.mjs";
|
|
50
50
|
import { c as Ie } from "../RecurringTransactions-DCt94TN4.mjs";
|
|
51
51
|
import { i as gt } from "../DateUtil-D0TO0DaZ.mjs";
|
|
52
52
|
import { F as bt, b as ve } from "../RepeatingTransaction-D2gmBTd0.mjs";
|