@mx-cartographer/experiences 7.11.23 → 7.12.0
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 -0
- package/dist/{CategorySelectorDrawer-5n6Pil_E.mjs → CategorySelectorDrawer-wfUTIbLR.mjs} +1 -1
- package/dist/Dialog-Ck34yr-d.mjs +63 -0
- package/dist/{ListItemAction-CfXGuY7a.mjs → ListItemAction-4KB7P75M.mjs} +1 -1
- package/dist/{ManageIncome-y-37mN2m.mjs → ManageIncome-4Colv0Oz.mjs} +2 -2
- package/dist/{NotificationSettings-DCbMa5mg.mjs → NotificationSettings-BH2yOwTB.mjs} +1 -1
- package/dist/{OriginalBalanceAction-CW_xOa6Z.mjs → OriginalBalanceAction-BM6rT_Cn.mjs} +1 -1
- package/dist/{RecurringSettings-BGMZxsCb.mjs → RecurringSettings-DI1hZYMK.mjs} +1 -1
- package/dist/{TransactionDetails-BGdUTqhq.mjs → TransactionDetails-pYMs84EF.mjs} +2 -2
- package/dist/{WidgetContainer-BSCjBupR.mjs → WidgetContainer-Ud1mWn0G.mjs} +1 -1
- package/dist/accounts/index.es.js +3 -3
- package/dist/budgets/index.es.js +5 -5
- package/dist/cashflow/index.es.js +3 -3
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +3 -3
- package/dist/common/types/localization/RecurringCopy.d.ts +1 -0
- package/dist/debts/index.es.js +3 -3
- package/dist/finstrong/index.es.js +4 -4
- package/dist/goals/index.es.js +235 -216
- package/dist/help/index.es.js +1 -1
- package/dist/insights/components/index.d.ts +2 -0
- package/dist/insights/components/shared/InsightsCard/BeatCardMUI.d.ts +20 -0
- package/dist/insights/components/shared/InsightsCard/CardHeaderMUI.d.ts +11 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI.d.ts +17 -0
- package/dist/insights/components/shared/InsightsCard/DescriptionMUI.d.ts +12 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI.d.ts +9 -0
- package/dist/insights/index.es.js +1137 -1018
- package/dist/investments/index.es.js +1 -1
- package/dist/networth/index.es.js +1 -1
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +303 -329
- package/dist/settings/index.es.js +5 -5
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/index.es.js +5 -5
- package/dist/trends/index.es.js +2 -2
- package/package.json +1 -1
- package/dist/Dialog-DdCwLgrl.mjs +0 -60
|
@@ -39,7 +39,7 @@ import { DataGridPro as Xe } from "@mui/x-data-grid-pro";
|
|
|
39
39
|
import { Stack as $e } from "@mui/material";
|
|
40
40
|
import { L as Se } from "../Loader-D3rjKx72.mjs";
|
|
41
41
|
import { u as qe } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
42
|
-
import { W as Ke } from "../WidgetContainer-
|
|
42
|
+
import { W as Ke } from "../WidgetContainer-Ud1mWn0G.mjs";
|
|
43
43
|
import { A as Ye } from "../Account-BiB1F8lL.mjs";
|
|
44
44
|
import { E as Qe } from "../EmptyState-DHAkGsjk.mjs";
|
|
45
45
|
const me = ({ sx: t = {} }) => {
|
|
@@ -35,7 +35,7 @@ import { u as ne } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
|
35
35
|
import { L as re } from "../Loader-D3rjKx72.mjs";
|
|
36
36
|
import { M as ge } from "../MicroWidgetContainer-B_EnfvCq.mjs";
|
|
37
37
|
import { C as ye } from "../ConnectionsDrawer-DqhSaMrJ.mjs";
|
|
38
|
-
import { W as Ce } from "../WidgetContainer-
|
|
38
|
+
import { W as Ce } from "../WidgetContainer-Ud1mWn0G.mjs";
|
|
39
39
|
import { E as _e } from "../EmptyState-DHAkGsjk.mjs";
|
|
40
40
|
const Se = () => {
|
|
41
41
|
const { isMobile: t } = q(), { availableWidth: a } = se(), i = j(), {
|
|
@@ -17,7 +17,7 @@ import H from "@mui/material/Button";
|
|
|
17
17
|
import M from "@mui/material/Stack";
|
|
18
18
|
import { L as k } from "../Loader-D3rjKx72.mjs";
|
|
19
19
|
import X from "@mui/material/IconButton";
|
|
20
|
-
import { N as Y } from "../NotificationSettings-
|
|
20
|
+
import { N as Y } from "../NotificationSettings-BH2yOwTB.mjs";
|
|
21
21
|
import { D as x } from "../Drawer-DV4NTsFg.mjs";
|
|
22
22
|
const xt = (i) => {
|
|
23
23
|
switch (i) {
|