@mx-cartographer/experiences 8.0.0-alpha.bb4 → 8.0.0-alpha.sms2
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/dist/{Account-B4CDD-zq.mjs → Account-Cp30A3ad.mjs} +1 -1
- package/dist/AccountDetailsContent-C1HumFnW.mjs +683 -0
- package/dist/{AccountDetailsHeader-DRjFuyJT.mjs → AccountDetailsHeader-NMx79DGs.mjs} +17 -17
- package/dist/{AccountFields-Cl4KHoSj.mjs → AccountFields-CW6cIthP.mjs} +8 -8
- package/dist/AccountListItem-DxmAs98Z.mjs +90 -0
- package/dist/{AccountStore-HbVblv86.mjs → AccountStore-hIs-yA6W.mjs} +3 -3
- package/dist/{Accounts-CRUehOiy.mjs → Accounts-DUHkUyK4.mjs} +1 -1
- package/dist/{BudgetUtil-Jv8h9H9l.mjs → BudgetUtil-CIDAPPPT.mjs} +30 -30
- package/dist/{CashflowStore-CA190BPF.mjs → CashflowStore-naOtJcwo.mjs} +22 -15
- package/dist/{CategorySelectorDrawer-Dl006GKy.mjs → CategorySelectorDrawer-DqDAA_5I.mjs} +26 -26
- package/dist/{ConnectDrawer-DVp54lUH.mjs → ConnectDrawer-Dn1MlqLz.mjs} +60 -61
- package/dist/{ConnectionsDrawer-Dsc04-4Z.mjs → ConnectionsDrawer-CSo6AFkG.mjs} +2 -2
- package/dist/CurrencyInput-BrGvhgVK.mjs +85 -0
- package/dist/{DebtsStore-pL63fmdT.mjs → DebtsStore-hi1cqrRk.mjs} +3 -3
- package/dist/{Drawer-BF40nbsH.mjs → Drawer-Dqe5EqvA.mjs} +6 -6
- package/dist/{ExportCsvAction-QhQK4_FU.mjs → ExportCsvAction-CQ1grpwo.mjs} +3 -3
- package/dist/{FinstrongStore-BGf36b0z.mjs → FinstrongStore-dKZOZ2hM.mjs} +3 -3
- package/dist/{GoalStore-C1-w3Y1E.mjs → GoalStore-CFeAJloA.mjs} +3 -3
- package/dist/HeaderCell-DjuifqHJ.mjs +6 -0
- package/dist/{Help-DBfsTkAi.mjs → Help-i4OasOO-.mjs} +176 -158
- package/dist/{LineChart-C1PxNf7P.mjs → LineChart-bc1D9xBE.mjs} +78 -78
- package/dist/Loader-BSWSYqvn.mjs +24 -0
- package/dist/{ManageIncome-8EsStyIQ.mjs → ManageIncome-D_qVX5dN.mjs} +44 -44
- package/dist/{MiniWidgetContainer-CKzf_Ira.mjs → MiniWidgetContainer-D7MkHG15.mjs} +12 -12
- package/dist/{NetWorthStore-Bti6u-d9.mjs → NetWorthStore-8FFC1Bs0.mjs} +2 -2
- package/dist/{NotificationSettings-B74rQVYC.mjs → NotificationSettings-BsWiYD94.mjs} +67 -67
- package/dist/{OriginalBalanceAction-2Y_3U_mg.mjs → OriginalBalanceAction-62e0mU_3.mjs} +7 -7
- package/dist/{RecurringSettings-DAncu--R.mjs → RecurringSettings-RfZ8Wuhh.mjs} +3 -3
- package/dist/{RecurringTransactions-CxcSL1dY.mjs → RecurringTransactions-Bhx56aA3.mjs} +76 -76
- package/dist/{RecurringTransactionsStore-CNFxyGB6.mjs → RecurringTransactionsStore-D3EOKZ2B.mjs} +1 -1
- package/dist/{ResponsiveButton-Cn6-R7ue.mjs → ResponsiveButton-C6KH8JH4.mjs} +1 -1
- package/dist/SearchBox-B2_zLv8-.mjs +42 -0
- package/dist/{SingleSegmentDonut-7Uy6VEld.mjs → SingleSegmentDonut-PsRQPkmV.mjs} +1 -1
- package/dist/{SpendingLegend-6FqtMcBV.mjs → SpendingLegend-CZzDb-7d.mjs} +10 -10
- package/dist/TransactionDetails-Duv1X9ec.mjs +1379 -0
- package/dist/{TransactionStore-DbwAutwC.mjs → TransactionStore-DgLrYW4C.mjs} +3 -3
- package/dist/{User-BklmOUSd.mjs → User-DqNX2GAK.mjs} +107 -107
- package/dist/{ViewMoreMicroCard-DAkyNRlD.mjs → ViewMoreMicroCard-CH9E-jOx.mjs} +178 -177
- package/dist/{WidgetContainer-CDh9fjpR.mjs → WidgetContainer-B1Jzb4XA.mjs} +6 -6
- package/dist/accounts/index.es.js +45 -45
- package/dist/analytics/index.es.js +22 -22
- package/dist/budgets/index.es.js +266 -265
- package/dist/cashflow/index.es.js +155 -154
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/Loader.d.ts +2 -1
- package/dist/common/components/accountfilter/AccountFilterOptions.d.ts +1 -1
- package/dist/common/components/barchart/Bar.d.ts +25 -0
- package/dist/common/components/barchart/BarChart.d.ts +34 -0
- package/dist/common/components/barchart/BarColumn.d.ts +37 -0
- package/dist/common/components/barchart/Legend.d.ts +8 -0
- package/dist/common/components/barchart/Util.d.ts +42 -0
- package/dist/common/components/barchart/index.d.ts +1 -0
- package/dist/common/components/charts/linechart/CustomMark.d.ts +1 -1
- package/dist/common/components/index.d.ts +1 -0
- package/dist/common/index.es.js +659 -394
- package/dist/common/utils/Theme.d.ts +3 -1
- package/dist/dashboard/index.es.js +21 -21
- package/dist/debts/components/DebtsChart.d.ts +2 -1
- package/dist/debts/index.es.js +438 -438
- package/dist/{exportTransactionsToCSV-BgV_wTLT.mjs → exportTransactionsToCSV-BFpuIAXW.mjs} +1 -1
- package/dist/finstrong/index.es.js +113 -113
- package/dist/goals/index.es.js +379 -385
- package/dist/help/components/content/BottomImageContent.d.ts +1 -1
- package/dist/help/components/content/LeftImageContent.d.ts +1 -1
- package/dist/help/components/content/RightImageContent.d.ts +1 -1
- package/dist/help/components/content/TopImageContent.d.ts +1 -1
- package/dist/help/index.es.js +3 -3
- package/dist/investments/index.es.js +279 -278
- package/dist/merchants/index.es.js +16 -16
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/components/NetWorthChange.d.ts +1 -3
- package/dist/networth/index.es.js +185 -191
- package/dist/notifications/index.es.js +29 -29
- package/dist/recurringtransactions/index.es.js +82 -82
- package/dist/settings/index.es.js +254 -254
- package/dist/spending/index.es.js +43 -43
- package/dist/transactions/components/shared/transactionlist/DateRow.d.ts +7 -0
- package/dist/transactions/index.es.js +150 -149
- package/dist/trends/index.es.js +297 -296
- package/dist/{useAccountDisplayName-CcIp09Xc.mjs → useAccountDisplayName-usSZCQ7I.mjs} +1 -1
- package/dist/{useCombineEvents-kNzLTWCp.mjs → useCombineEvents-CRwX-qWE.mjs} +2 -2
- package/dist/{useScreenSize-B5afALev.mjs → useScreenSize-B6JyS_Lj.mjs} +1 -1
- package/package.json +30 -30
- package/dist/AccountDetailsContent-adZTkM52.mjs +0 -683
- package/dist/AccountListItem-wgmlex-_.mjs +0 -90
- package/dist/CurrencyInput-D1cjbdCI.mjs +0 -85
- package/dist/HeaderCell-P8w6CmfO.mjs +0 -6
- package/dist/Loader-Ckqi9Rx6.mjs +0 -21
- package/dist/SearchBox-B7km148n.mjs +0 -39
- package/dist/TransactionDetails-Bn0qY5Hw.mjs +0 -1336
|
@@ -9,9 +9,11 @@ export declare const getClientTheme: (theme: Theme, clientStyleProfile: ClientSt
|
|
|
9
9
|
};
|
|
10
10
|
palette: {
|
|
11
11
|
[k: string]: PaletteColor | {
|
|
12
|
+
lighter: string;
|
|
12
13
|
light: string;
|
|
13
14
|
main: string;
|
|
14
15
|
dark: string;
|
|
16
|
+
darker: string;
|
|
15
17
|
};
|
|
16
18
|
};
|
|
17
19
|
components: {
|
|
@@ -64,7 +66,7 @@ export declare const getClientTheme: (theme: Theme, clientStyleProfile: ClientSt
|
|
|
64
66
|
MuiPickersCalendarHeader: {
|
|
65
67
|
styleOverrides: {
|
|
66
68
|
switchViewButton: {
|
|
67
|
-
color: string;
|
|
69
|
+
color: string | undefined;
|
|
68
70
|
'&:hover': {
|
|
69
71
|
backgroundColor: string;
|
|
70
72
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as t, jsxs as s } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { observer as _ } from "mobx-react-lite";
|
|
4
|
-
import h from "@mui/material/
|
|
4
|
+
import h from "@mui/material/Unstable_Grid2";
|
|
5
5
|
import u from "@mui/material/Skeleton";
|
|
6
6
|
import l from "@mui/material/Stack";
|
|
7
|
-
import
|
|
8
|
-
import { f as A, u as v, d as C, b as
|
|
7
|
+
import D from "@mui/material/styles/useTheme";
|
|
8
|
+
import { f as A, u as v, d as C, b as M, a as k, n as B } from "../hooks-C41HAxM5.mjs";
|
|
9
9
|
import G from "@mui/material/Paper";
|
|
10
10
|
import { Icon as S, H1 as F, P as W } from "@mxenabled/mxui";
|
|
11
11
|
import { useMediaQuery as I } from "@mui/system";
|
|
12
12
|
import T from "@mui/material/Box";
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import { k as
|
|
18
|
-
import { u as
|
|
13
|
+
import H from "@mui/material/Button";
|
|
14
|
+
import R from "@mui/material/IconButton";
|
|
15
|
+
import $ from "@mui/material/Tooltip";
|
|
16
|
+
import j from "@mui/material/useMediaQuery";
|
|
17
|
+
import { k as E, l as Q } from "../ConnectDrawer-Dn1MlqLz.mjs";
|
|
18
|
+
import { u as z } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
19
|
const P = _(() => {
|
|
20
20
|
const e = D(), {
|
|
21
21
|
appDataStore: { banner: o, loadBanner: i, user: d }
|
|
@@ -56,9 +56,9 @@ const P = _(() => {
|
|
|
56
56
|
}
|
|
57
57
|
) : null;
|
|
58
58
|
}), N = ({ handleConnectClick: e }) => {
|
|
59
|
-
const { common: o } = v(), i =
|
|
60
|
-
return /* @__PURE__ */ t(T, { my: 4, children: i ? /* @__PURE__ */ t(
|
|
61
|
-
|
|
59
|
+
const { common: o } = v(), i = j("(max-width: 700px)");
|
|
60
|
+
return /* @__PURE__ */ t(T, { my: 4, children: i ? /* @__PURE__ */ t($, { id: "add-accounts", placement: "bottom", title: o.add_accounts, children: /* @__PURE__ */ t(
|
|
61
|
+
R,
|
|
62
62
|
{
|
|
63
63
|
"aria-controls": "add_accounts",
|
|
64
64
|
"aria-describedby": "add-accounts",
|
|
@@ -69,7 +69,7 @@ const P = _(() => {
|
|
|
69
69
|
children: /* @__PURE__ */ t(S, { name: "add", size: 24 })
|
|
70
70
|
}
|
|
71
71
|
) }) : /* @__PURE__ */ t(
|
|
72
|
-
|
|
72
|
+
H,
|
|
73
73
|
{
|
|
74
74
|
"aria-controls": "add_accounts",
|
|
75
75
|
"aria-haspopup": !0,
|
|
@@ -86,7 +86,7 @@ const P = _(() => {
|
|
|
86
86
|
}
|
|
87
87
|
) });
|
|
88
88
|
}, O = _(N), U = () => {
|
|
89
|
-
const [e, o] = r.useState(!1), i = I("(max-width:320px)"), { visibleAccounts: d } = C(), { selectedAccountGuids: g, setSelectedAccountGuids: b } =
|
|
89
|
+
const [e, o] = r.useState(!1), i = I("(max-width:320px)"), { visibleAccounts: d } = C(), { selectedAccountGuids: g, setSelectedAccountGuids: b } = M(), { common: n, connect: x } = v(), { config: a } = k(), { isMobile: w } = z(), y = {
|
|
90
90
|
accountFilterOptionsCopy: {
|
|
91
91
|
accountTypeAccounts: n.account_filter.account_type_accounts,
|
|
92
92
|
cancelButton: n.cancel_button,
|
|
@@ -107,13 +107,13 @@ const P = _(() => {
|
|
|
107
107
|
return /* @__PURE__ */ s(r.Fragment, { children: [
|
|
108
108
|
/* @__PURE__ */ t(G, { sx: { gap: 12, mb: w ? 24 : 0, p: 24 }, children: /* @__PURE__ */ s(l, { alignItems: "center", flexDirection: "row", justifyContent: "space-between", children: [
|
|
109
109
|
/* @__PURE__ */ s(l, { children: [
|
|
110
|
-
/* @__PURE__ */ t(F, { variant: i ? "
|
|
110
|
+
/* @__PURE__ */ t(F, { variant: i ? "H2" : "H1", children: c() }),
|
|
111
111
|
/* @__PURE__ */ t(W, { color: "text.secondary", children: n.heres_your_spending_overview })
|
|
112
112
|
] }),
|
|
113
113
|
/* @__PURE__ */ s(l, { flexDirection: "row", children: [
|
|
114
114
|
a.show_connections_widget_in_master && /* @__PURE__ */ t(O, { handleConnectClick: () => o(!0) }),
|
|
115
115
|
/* @__PURE__ */ t(
|
|
116
|
-
|
|
116
|
+
E,
|
|
117
117
|
{
|
|
118
118
|
accounts: d,
|
|
119
119
|
copy: y,
|
|
@@ -132,7 +132,7 @@ const P = _(() => {
|
|
|
132
132
|
] })
|
|
133
133
|
] }) }),
|
|
134
134
|
e && /* @__PURE__ */ t(
|
|
135
|
-
|
|
135
|
+
Q,
|
|
136
136
|
{
|
|
137
137
|
onClose: () => o(!1),
|
|
138
138
|
showConnectWidget: e,
|
|
@@ -143,7 +143,7 @@ const P = _(() => {
|
|
|
143
143
|
}, q = _(U);
|
|
144
144
|
var f = /* @__PURE__ */ ((e) => (e[e.Main = 0] = "Main", e[e.RightSide = 1] = "RightSide", e[e.Disabled = 2] = "Disabled", e))(f || {});
|
|
145
145
|
const J = ({ widgets: e, isLoading: o }) => {
|
|
146
|
-
const { isDesktop: i, isMobile: d } =
|
|
146
|
+
const { isDesktop: i, isMobile: d } = z(), { copyStore: g } = A(), { setSelectedAccounts: b } = M(), { visibleAccounts: n } = C(), { onLoad: x } = B();
|
|
147
147
|
r.useEffect(() => {
|
|
148
148
|
b(n);
|
|
149
149
|
}, [n]), r.useEffect(() => {
|
|
@@ -160,8 +160,8 @@ const J = ({ widgets: e, isLoading: o }) => {
|
|
|
160
160
|
[a]
|
|
161
161
|
);
|
|
162
162
|
return /* @__PURE__ */ s(h, { container: !0, spacing: d ? 0 : 24, sx: { overflow: "scroll" }, children: [
|
|
163
|
-
/* @__PURE__ */ t(h, {
|
|
164
|
-
/* @__PURE__ */ s(h, {
|
|
163
|
+
/* @__PURE__ */ t(h, { xs: 12, children: g.isInitialized && /* @__PURE__ */ t(q, {}) }),
|
|
164
|
+
/* @__PURE__ */ s(h, { lg: 8, xs: 12, children: [
|
|
165
165
|
/* @__PURE__ */ t(P, {}),
|
|
166
166
|
o && /* @__PURE__ */ s(l, { direction: "column", spacing: 24, children: [
|
|
167
167
|
/* @__PURE__ */ t(u, { height: 100, variant: "rounded", width: "100%" }),
|
|
@@ -170,7 +170,7 @@ const J = ({ widgets: e, isLoading: o }) => {
|
|
|
170
170
|
] }),
|
|
171
171
|
!o && /* @__PURE__ */ t(l, { direction: "column", spacing: 24, children: i ? w.map((c) => /* @__PURE__ */ t(r.Fragment, { children: c.component }, c.index)) : a.map((c) => /* @__PURE__ */ t(r.Fragment, { children: c.component }, c.index)) })
|
|
172
172
|
] }),
|
|
173
|
-
i && /* @__PURE__ */ t(h, {
|
|
173
|
+
i && /* @__PURE__ */ t(h, { lg: 4, children: o ? /* @__PURE__ */ s(l, { direction: "column", spacing: 24, children: [
|
|
174
174
|
/* @__PURE__ */ t(u, { height: 200, variant: "rounded", width: "100%" }),
|
|
175
175
|
/* @__PURE__ */ t(u, { height: 100, variant: "rounded", width: "100%" }),
|
|
176
176
|
/* @__PURE__ */ t(u, { height: 300, variant: "rounded", width: "100%" })
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
import { DebtChartData } from '../utils/DebtsWidget';
|
|
2
3
|
interface DebtsChartProps {
|
|
3
4
|
sx?: any;
|
|
@@ -8,5 +9,5 @@ interface DebtsChartProps {
|
|
|
8
9
|
onClickArea?: () => void;
|
|
9
10
|
onHoverArea?: (debtGuid: string) => void;
|
|
10
11
|
}
|
|
11
|
-
export declare const DebtsChart:
|
|
12
|
+
export declare const DebtsChart: React.FC<DebtsChartProps>;
|
|
12
13
|
export {};
|