@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
|
@@ -28,6 +28,9 @@ export declare const useError: () => {
|
|
|
28
28
|
export declare const useEvent: () => {
|
|
29
29
|
onEvent: import('..').GlobalEventHandler;
|
|
30
30
|
};
|
|
31
|
+
export declare const useLoad: () => {
|
|
32
|
+
onLoad: ((widgetName: string) => void) | undefined;
|
|
33
|
+
};
|
|
31
34
|
export declare const usePageView: () => {
|
|
32
35
|
onPageView: (pageViewEvent: string) => void;
|
|
33
36
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { useAccountStore, useAppConfig, useBudgetsStore, useCashflowStore, useCategoryStore, useDebtStore, useError, useEvent, useFinstrongStore, useGlobalStore, useGlobalUiStore, useGlobalCopyStore, useGoalStore, useHelpStore, useHoldingStore, useMerchantStore, useNetWorthStore, useNotificationStore, usePageView, useRecurringTransactionsStore, useSettingsStore, useTransactionStore, useTrendsStore, useUserStore, useWidgetContainerProvider, } from './hooks';
|
|
1
|
+
export { useAccountStore, useAppConfig, useBudgetsStore, useCashflowStore, useCategoryStore, useDebtStore, useError, useEvent, useLoad, useFinstrongStore, useGlobalStore, useGlobalUiStore, useGlobalCopyStore, useGoalStore, useHelpStore, useHoldingStore, useMerchantStore, useNetWorthStore, useNotificationStore, usePageView, useRecurringTransactionsStore, useSettingsStore, useTransactionStore, useTrendsStore, useUserStore, useWidgetContainerProvider, } from './hooks';
|
|
2
2
|
export { GlobalDataContext, GlobalDataProvider } from './GlobalDataProvider';
|
|
3
3
|
export { WidgetContainerContext, WidgetContainerProvider } from './WidgetContainerProvider';
|
package/dist/common/index.es.js
CHANGED
|
@@ -6,73 +6,73 @@ import { C as et } from "../CategoryStore-BCcpI3oJ.mjs";
|
|
|
6
6
|
import { a as ds } from "../CategoryStore-BCcpI3oJ.mjs";
|
|
7
7
|
import { N as st } from "../NotificationStore-C6PH6MKm.mjs";
|
|
8
8
|
import { a as us } from "../NotificationStore-C6PH6MKm.mjs";
|
|
9
|
-
import { T as rt } from "../User-
|
|
10
|
-
import { C as gs, b as ps, L as ms, a as _s } from "../User-
|
|
9
|
+
import { T as rt } from "../User-BQUxBeZV.mjs";
|
|
10
|
+
import { C as gs, b as ps, L as ms, a as _s } from "../User-BQUxBeZV.mjs";
|
|
11
11
|
import { H as ot } from "../Help-DhcC-C05.mjs";
|
|
12
12
|
import { E as ys } from "../Help-DhcC-C05.mjs";
|
|
13
|
-
import { M as bs } from "../MicroWidgetContainer-
|
|
14
|
-
import { M as xs } from "../MiniWidgetContainer-
|
|
15
|
-
import { A as vs, D as Ds, W as As } from "../WidgetContainer-
|
|
16
|
-
import { k as Ts, a as Bs, e as Is, h as Ns, A as Ms, f as ks, l as $s, d as Rs, n as Ps, E as Os, j as Us, N as Ls, i as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-
|
|
17
|
-
import { C as Ys } from "../CurrencyInput-
|
|
13
|
+
import { M as bs } from "../MicroWidgetContainer-DpeqN9n3.mjs";
|
|
14
|
+
import { M as xs } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
15
|
+
import { A as vs, D as Ds, W as As } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
16
|
+
import { k as Ts, a as Bs, e as Is, h as Ns, A as Ms, f as ks, l as $s, d as Rs, n as Ps, E as Os, j as Us, N as Ls, i as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
17
|
+
import { C as Ys } from "../CurrencyInput-CsCy7uaS.mjs";
|
|
18
18
|
import { L as zs } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import { R as js } from "../ResponsiveButton-DZFp78fJ.mjs";
|
|
20
20
|
import { S as Vs } from "../SearchBox-B2_zLv8-.mjs";
|
|
21
|
-
import { T as at } from "../TransactionStore-
|
|
22
|
-
import { S as Js } from "../TransactionStore-
|
|
21
|
+
import { T as at } from "../TransactionStore-DxPLdF3B.mjs";
|
|
22
|
+
import { S as Js } from "../TransactionStore-DxPLdF3B.mjs";
|
|
23
23
|
import { T as er } from "../TabContentContainer-j01JYR_7.mjs";
|
|
24
24
|
import { I as rr } from "../IconBacking-B9oC6uL2.mjs";
|
|
25
25
|
import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-ej39mgA6.mjs";
|
|
26
26
|
import { C as nt } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
27
27
|
import { I as hr } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
28
|
-
import { d as it } from "../GoalStore-
|
|
29
|
-
import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-
|
|
28
|
+
import { d as it } from "../GoalStore-TD0BfzWX.mjs";
|
|
29
|
+
import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-TD0BfzWX.mjs";
|
|
30
30
|
import { C as Sr } from "../CurrencyText-kyC1aseI.mjs";
|
|
31
31
|
import { E as wr } from "../EmptyState-DA_lfRBv.mjs";
|
|
32
|
-
import { L as Cr } from "../ListItemAction-
|
|
33
|
-
import { T as ct } from "../TrendsStore-
|
|
34
|
-
import { L as Dr, S as Ar } from "../TrendsStore-
|
|
32
|
+
import { L as Cr } from "../ListItemAction-DHa3KJPs.mjs";
|
|
33
|
+
import { T as ct } from "../TrendsStore-DCYbpXPO.mjs";
|
|
34
|
+
import { L as Dr, S as Ar } from "../TrendsStore-DCYbpXPO.mjs";
|
|
35
35
|
import { A as Tr, B as Br, I as Ir, N as Nr, T as Mr, a as kr } from "../ToggleListItem-r0Kx56wF.mjs";
|
|
36
36
|
import { jsxs as y, jsx as n } from "react/jsx-runtime";
|
|
37
37
|
import dt, { useRef as lt, useEffect as ut } from "react";
|
|
38
38
|
import { css as x, keyframes as ht } from "@mxenabled/cssinjs";
|
|
39
39
|
import { useTokens as C, Text as B } from "@mxenabled/mxui";
|
|
40
40
|
import { D as Rr } from "../Donut-1UMNcG67.mjs";
|
|
41
|
-
import { L as Or } from "../LineChart-
|
|
41
|
+
import { L as Or } from "../LineChart-D4GI7nVh.mjs";
|
|
42
42
|
import { S as Lr } from "../StatusBar-BK_uYHAB.mjs";
|
|
43
43
|
import { D as Hr, a as Fr, O as Wr, b as qr, f as Yr } from "../Dialog-CWW597AF.mjs";
|
|
44
44
|
import { D as gt, a as pt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
45
45
|
import { S as zr } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
46
46
|
import { D as jr } from "../Drawer-kEE73B87.mjs";
|
|
47
|
-
import { I as Vr, P as Zr, S as Jr } from "../Account-
|
|
47
|
+
import { I as Vr, P as Zr, S as Jr } from "../Account-B-CuHOYf.mjs";
|
|
48
48
|
import { b as E } from "../Category-CevNQ03n.mjs";
|
|
49
49
|
import { C as eo, c as so, a as ro, P as oo } from "../Category-CevNQ03n.mjs";
|
|
50
50
|
import { C as no, f as io, b as co, a as lo, g as uo, i as ho } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
51
51
|
import { R as mt } from "../RecurringTransactionsStore-DrzS1LmF.mjs";
|
|
52
52
|
import { S as po, T as mo } from "../RecurringTransactionsStore-DrzS1LmF.mjs";
|
|
53
|
-
import { G as fo,
|
|
54
|
-
import { u as
|
|
55
|
-
import { u as
|
|
56
|
-
import { u as
|
|
53
|
+
import { G as fo, C as yo, D as So, W as bo, d as wo, a as xo, i as Co, v as vo, m as Do, y as Ao, z as Eo, g as To, x as Bo, u as Io, f as No, b as Mo, l as ko, A as $o, t as Ro, n as Po, c as Oo, r as Uo, o as Lo, B as Go, j as Ho, s as Fo, h as Wo, w as qo, p as Yo, q as Qo } from "../hooks-D6XlXHf4.mjs";
|
|
54
|
+
import { u as Xo } from "../useAccountDisplayName-BcRqfar8.mjs";
|
|
55
|
+
import { u as Ko } from "../useInsightsEnabled-DBpwEq10.mjs";
|
|
56
|
+
import { u as Zo } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
57
57
|
import { makeAutoObservable as f, runInAction as p, reaction as _t } from "mobx";
|
|
58
|
-
import { a as ft } from "../AccountStore-
|
|
58
|
+
import { a as ft } from "../AccountStore-D6KiXA1B.mjs";
|
|
59
59
|
import yt from "posthog-js";
|
|
60
60
|
import { B as St } from "../BeatStore-IBnXd4YK.mjs";
|
|
61
61
|
import { endOfMonth as Z } from "date-fns/endOfMonth";
|
|
62
62
|
import { startOfMonth as J } from "date-fns/startOfMonth";
|
|
63
63
|
import { startOfToday as U } from "date-fns/startOfToday";
|
|
64
|
-
import { f as bt, a as wt, b as L } from "../BudgetUtil-
|
|
65
|
-
import { g as
|
|
66
|
-
import { a as xt } from "../DebtsStore-
|
|
64
|
+
import { f as bt, a as wt, b as L } from "../BudgetUtil-B2ZXyw-g.mjs";
|
|
65
|
+
import { g as ta, e as ea, c as sa, d as ra, i as oa } from "../BudgetUtil-B2ZXyw-g.mjs";
|
|
66
|
+
import { a as xt } from "../DebtsStore-z3VARSO6.mjs";
|
|
67
67
|
import { a as Ct } from "../FinstrongStore-F2c607dj.mjs";
|
|
68
68
|
import { A as vt, m as Dt, a as At, b as Et } from "../InvestmentUtil-jOyOgzIB.mjs";
|
|
69
69
|
import { M as Tt } from "../MerchantStore-DrFvsUyy.mjs";
|
|
70
|
-
import { N as Bt } from "../NetWorthStore-
|
|
70
|
+
import { N as Bt } from "../NetWorthStore-B_1oulrt.mjs";
|
|
71
71
|
import { a as It } from "../SettingsStore-BcgS_Ohv.mjs";
|
|
72
72
|
import { addMonths as Nt } from "date-fns/addMonths";
|
|
73
73
|
import { getMonth as T } from "date-fns/getMonth";
|
|
74
|
-
import { i as
|
|
75
|
-
import { b as
|
|
74
|
+
import { i as na } from "../DateUtil-BcuH7ErC.mjs";
|
|
75
|
+
import { b as ca, a as da, g as la } from "../Localization-2MODESHW.mjs";
|
|
76
76
|
import { alpha as Mt, lighten as G, darken as H } from "@mui/material";
|
|
77
77
|
var kt = /* @__PURE__ */ ((s) => (s[s.Unknown = 0] = "Unknown", s[s.EveryWeek = 1] = "EveryWeek", s[s.EveryOtherWeek = 2] = "EveryOtherWeek", s[s.EveryMonth = 3] = "EveryMonth", s[s.EveryOtherMonth = 4] = "EveryOtherMonth", s[s.EveryQuarter = 5] = "EveryQuarter", s[s.EveryOtherQuarter = 6] = "EveryOtherQuarter", s[s.EveryYear = 7] = "EveryYear", s))(kt || {});
|
|
78
78
|
const Ye = [
|
|
@@ -1340,23 +1340,23 @@ export {
|
|
|
1340
1340
|
So as WidgetContainerContext,
|
|
1341
1341
|
bo as WidgetContainerProvider,
|
|
1342
1342
|
rs as analyticsSession,
|
|
1343
|
-
|
|
1344
|
-
|
|
1343
|
+
ca as buildDynamicCopy,
|
|
1344
|
+
da as buildPluralCopy,
|
|
1345
1345
|
io as formatCurrency,
|
|
1346
1346
|
Yr as formatDate,
|
|
1347
1347
|
co as formatOrdinal,
|
|
1348
1348
|
lo as formatPercentage,
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1349
|
+
na as fromTimestampToMonthYear,
|
|
1350
|
+
ta as getCategory,
|
|
1351
|
+
ea as getCategoryTotalsByParent,
|
|
1352
1352
|
ze as getClientTheme,
|
|
1353
1353
|
uo as getCurrencyCodes,
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1354
|
+
sa as getDetailedCategory,
|
|
1355
|
+
ra as getDetailedSubCategory,
|
|
1356
|
+
la as getLocale,
|
|
1357
|
+
oa as isIncome,
|
|
1358
1358
|
ho as isValidNumber,
|
|
1359
|
-
|
|
1359
|
+
Xo as useAccountDisplayName,
|
|
1360
1360
|
wo as useAccountStore,
|
|
1361
1361
|
xo as useAppConfig,
|
|
1362
1362
|
Co as useBudgetsStore,
|
|
@@ -1374,17 +1374,18 @@ export {
|
|
|
1374
1374
|
ko as useGoalStore,
|
|
1375
1375
|
$o as useHelpStore,
|
|
1376
1376
|
Ro as useHoldingStore,
|
|
1377
|
-
|
|
1378
|
-
Po as
|
|
1379
|
-
Oo as
|
|
1380
|
-
Uo as
|
|
1381
|
-
Lo as
|
|
1377
|
+
Ko as useInsightsEnabled,
|
|
1378
|
+
Po as useLoad,
|
|
1379
|
+
Oo as useMerchantStore,
|
|
1380
|
+
Uo as useNetWorthStore,
|
|
1381
|
+
Lo as useNotificationStore,
|
|
1382
|
+
Go as usePageView,
|
|
1382
1383
|
Ke as usePrevious,
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1384
|
+
Ho as useRecurringTransactionsStore,
|
|
1385
|
+
Zo as useScreenSize,
|
|
1386
|
+
Fo as useSettingsStore,
|
|
1387
|
+
Wo as useTransactionStore,
|
|
1388
|
+
qo as useTrendsStore,
|
|
1389
|
+
Yo as useUserStore,
|
|
1390
|
+
Qo as useWidgetContainerProvider
|
|
1390
1391
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
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
4
|
import h from "@mui/material/Unstable_Grid2";
|
|
5
5
|
import u from "@mui/material/Skeleton";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { f as A, u as v, d as C, b as M, a as B } from "../hooks-
|
|
9
|
-
import
|
|
10
|
-
import { Icon as S, H1 as
|
|
11
|
-
import { useMediaQuery as
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import { k as
|
|
6
|
+
import l from "@mui/material/Stack";
|
|
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-D6XlXHf4.mjs";
|
|
9
|
+
import G from "@mui/material/Paper";
|
|
10
|
+
import { Icon as S, H1 as F, P as W } from "@mxenabled/mxui";
|
|
11
|
+
import { useMediaQuery as I } from "@mui/system";
|
|
12
|
+
import T from "@mui/material/Box";
|
|
13
|
+
import $ from "@mui/material/Button";
|
|
14
|
+
import H from "@mui/material/IconButton";
|
|
15
|
+
import R from "@mui/material/Tooltip";
|
|
16
|
+
import j from "@mui/material/useMediaQuery";
|
|
17
|
+
import { k as E, l as Q } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
18
18
|
import { u as z } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
|
-
const
|
|
20
|
-
const e =
|
|
21
|
-
appDataStore: { banner:
|
|
19
|
+
const P = _(() => {
|
|
20
|
+
const e = D(), {
|
|
21
|
+
appDataStore: { banner: o, loadBanner: i, user: d }
|
|
22
22
|
} = A();
|
|
23
23
|
return r.useEffect(() => {
|
|
24
24
|
i().finally();
|
|
25
|
-
}, [d]),
|
|
26
|
-
|
|
25
|
+
}, [d]), o?.image_url ? /* @__PURE__ */ t(
|
|
26
|
+
l,
|
|
27
27
|
{
|
|
28
28
|
sx: {
|
|
29
29
|
alignItems: "center",
|
|
@@ -33,7 +33,7 @@ const E = _(() => {
|
|
|
33
33
|
children: /* @__PURE__ */ t(
|
|
34
34
|
"a",
|
|
35
35
|
{
|
|
36
|
-
href:
|
|
36
|
+
href: o?.redirect_url,
|
|
37
37
|
rel: "noreferrer",
|
|
38
38
|
style: {
|
|
39
39
|
width: "100%"
|
|
@@ -43,7 +43,7 @@ const E = _(() => {
|
|
|
43
43
|
"img",
|
|
44
44
|
{
|
|
45
45
|
alt: "",
|
|
46
|
-
src:
|
|
46
|
+
src: o.image_url,
|
|
47
47
|
style: {
|
|
48
48
|
width: "100%",
|
|
49
49
|
height: "auto",
|
|
@@ -55,25 +55,25 @@ const E = _(() => {
|
|
|
55
55
|
)
|
|
56
56
|
}
|
|
57
57
|
) : null;
|
|
58
|
-
}),
|
|
59
|
-
const { common:
|
|
60
|
-
return /* @__PURE__ */ t(
|
|
61
|
-
|
|
58
|
+
}), N = ({ handleConnectClick: e }) => {
|
|
59
|
+
const { common: o } = v(), i = j("(max-width: 700px)");
|
|
60
|
+
return /* @__PURE__ */ t(T, { my: 4, children: i ? /* @__PURE__ */ t(R, { id: "add-accounts", placement: "bottom", title: o.add_accounts, children: /* @__PURE__ */ t(
|
|
61
|
+
H,
|
|
62
62
|
{
|
|
63
63
|
"aria-controls": "add_accounts",
|
|
64
64
|
"aria-describedby": "add-accounts",
|
|
65
65
|
"aria-haspopup": !0,
|
|
66
|
-
"aria-label":
|
|
66
|
+
"aria-label": o.add_accounts,
|
|
67
67
|
color: "primary",
|
|
68
68
|
onClick: e,
|
|
69
69
|
children: /* @__PURE__ */ t(S, { name: "add", size: 24 })
|
|
70
70
|
}
|
|
71
71
|
) }) : /* @__PURE__ */ t(
|
|
72
|
-
|
|
72
|
+
$,
|
|
73
73
|
{
|
|
74
74
|
"aria-controls": "add_accounts",
|
|
75
75
|
"aria-haspopup": !0,
|
|
76
|
-
"aria-label":
|
|
76
|
+
"aria-label": o.add_accounts,
|
|
77
77
|
onClick: e,
|
|
78
78
|
startIcon: /* @__PURE__ */ t(S, { name: "add", size: 24 }),
|
|
79
79
|
sx: {
|
|
@@ -82,44 +82,44 @@ const E = _(() => {
|
|
|
82
82
|
minWidth: "max-content"
|
|
83
83
|
},
|
|
84
84
|
variant: "text",
|
|
85
|
-
children:
|
|
85
|
+
children: o.add_accounts
|
|
86
86
|
}
|
|
87
87
|
) });
|
|
88
|
-
},
|
|
89
|
-
const [e,
|
|
88
|
+
}, O = _(N), U = () => {
|
|
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
|
-
accountTypeAccounts:
|
|
92
|
-
cancelButton:
|
|
93
|
-
filterButton:
|
|
94
|
-
filterButtonAria:
|
|
95
|
-
selectAllAccounts:
|
|
96
|
-
toggleAccountTypeAccounts:
|
|
97
|
-
unselectAllAccounts:
|
|
98
|
-
zeroStateButton:
|
|
99
|
-
zeroStateDescription:
|
|
100
|
-
zeroStateTitle:
|
|
91
|
+
accountTypeAccounts: n.account_filter.account_type_accounts,
|
|
92
|
+
cancelButton: n.cancel_button,
|
|
93
|
+
filterButton: n.filter_button,
|
|
94
|
+
filterButtonAria: n.account_filter.filter_button_generic_aria,
|
|
95
|
+
selectAllAccounts: n.account_filter.select_all_accounts,
|
|
96
|
+
toggleAccountTypeAccounts: n.account_filter.toggle_account_type_accounts,
|
|
97
|
+
unselectAllAccounts: n.account_filter.unselect_all_accounts,
|
|
98
|
+
zeroStateButton: n.account_filter.zero_state_button,
|
|
99
|
+
zeroStateDescription: n.account_filter.zero_state_description,
|
|
100
|
+
zeroStateTitle: n.account_filter.zero_state_title
|
|
101
101
|
},
|
|
102
|
-
title:
|
|
103
|
-
},
|
|
102
|
+
title: n.filter_button
|
|
103
|
+
}, c = () => {
|
|
104
104
|
const p = (/* @__PURE__ */ new Date()).getHours();
|
|
105
|
-
return p > 1 && p < 12 ?
|
|
105
|
+
return p > 1 && p < 12 ? n.good_morning : p >= 12 && p < 18 ? n.good_afternoon : n.good_evening;
|
|
106
106
|
};
|
|
107
|
-
return /* @__PURE__ */
|
|
108
|
-
/* @__PURE__ */ t(
|
|
109
|
-
/* @__PURE__ */
|
|
110
|
-
/* @__PURE__ */ t(
|
|
111
|
-
/* @__PURE__ */ t(
|
|
107
|
+
return /* @__PURE__ */ s(r.Fragment, { children: [
|
|
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
|
+
/* @__PURE__ */ s(l, { children: [
|
|
110
|
+
/* @__PURE__ */ t(F, { variant: i ? "H2" : "H1", children: c() }),
|
|
111
|
+
/* @__PURE__ */ t(W, { color: "text.secondary", children: n.heres_your_spending_overview })
|
|
112
112
|
] }),
|
|
113
|
-
/* @__PURE__ */
|
|
114
|
-
|
|
113
|
+
/* @__PURE__ */ s(l, { flexDirection: "row", children: [
|
|
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
|
-
copy:
|
|
120
|
-
onConnectAccountClick:
|
|
121
|
-
onFilterClick: (
|
|
122
|
-
b(
|
|
119
|
+
copy: y,
|
|
120
|
+
onConnectAccountClick: a.show_connections_widget_in_master ? () => o(!0) : void 0,
|
|
121
|
+
onFilterClick: (m) => {
|
|
122
|
+
b(m);
|
|
123
123
|
},
|
|
124
124
|
selectedAccountGuids: g,
|
|
125
125
|
showAccountNumbers: !1,
|
|
@@ -134,48 +134,50 @@ const E = _(() => {
|
|
|
134
134
|
e && /* @__PURE__ */ t(
|
|
135
135
|
Q,
|
|
136
136
|
{
|
|
137
|
-
onClose: () =>
|
|
137
|
+
onClose: () => o(!1),
|
|
138
138
|
showConnectWidget: e,
|
|
139
|
-
title:
|
|
139
|
+
title: x.mini_title
|
|
140
140
|
}
|
|
141
141
|
)
|
|
142
142
|
] });
|
|
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
|
-
const
|
|
146
|
-
const { isDesktop: i, isMobile: d } = z(), { copyStore: g } = A(), { setSelectedAccounts: b } = M(), { visibleAccounts:
|
|
145
|
+
const J = ({ widgets: e, isLoading: o }) => {
|
|
146
|
+
const { isDesktop: i, isMobile: d } = z(), { copyStore: g } = A(), { setSelectedAccounts: b } = M(), { visibleAccounts: n } = C(), { onLoad: x } = B();
|
|
147
147
|
r.useEffect(() => {
|
|
148
|
-
b(
|
|
148
|
+
b(n);
|
|
149
|
+
}, [n]), r.useEffect(() => {
|
|
150
|
+
o || x?.("Dashboard");
|
|
149
151
|
}, [o]);
|
|
150
|
-
const
|
|
151
|
-
() => e.filter((
|
|
152
|
+
const a = r.useMemo(
|
|
153
|
+
() => e.filter((c) => c.location !== f.Disabled).sort((c, m) => c.index - m.index),
|
|
152
154
|
[e]
|
|
153
|
-
),
|
|
154
|
-
() =>
|
|
155
|
-
[
|
|
156
|
-
),
|
|
157
|
-
() =>
|
|
158
|
-
[
|
|
155
|
+
), w = r.useMemo(
|
|
156
|
+
() => a.filter((c) => c.location === f.Main),
|
|
157
|
+
[a]
|
|
158
|
+
), y = r.useMemo(
|
|
159
|
+
() => a.filter((c) => c.location === f.RightSide),
|
|
160
|
+
[a]
|
|
159
161
|
);
|
|
160
|
-
return /* @__PURE__ */
|
|
161
|
-
/* @__PURE__ */ t(h, { xs: 12, children: g.isInitialized && /* @__PURE__ */ t(
|
|
162
|
-
/* @__PURE__ */
|
|
163
|
-
/* @__PURE__ */ t(
|
|
164
|
-
|
|
162
|
+
return /* @__PURE__ */ s(h, { container: !0, spacing: d ? 0 : 24, sx: { overflow: "scroll" }, children: [
|
|
163
|
+
/* @__PURE__ */ t(h, { xs: 12, children: g.isInitialized && /* @__PURE__ */ t(q, {}) }),
|
|
164
|
+
/* @__PURE__ */ s(h, { lg: 8, xs: 12, children: [
|
|
165
|
+
/* @__PURE__ */ t(P, {}),
|
|
166
|
+
o && /* @__PURE__ */ s(l, { direction: "column", spacing: 24, children: [
|
|
165
167
|
/* @__PURE__ */ t(u, { height: 100, variant: "rounded", width: "100%" }),
|
|
166
168
|
/* @__PURE__ */ t(u, { height: 300, variant: "rounded", width: "100%" }),
|
|
167
169
|
/* @__PURE__ */ t(u, { height: 300, variant: "rounded", width: "100%" })
|
|
168
170
|
] }),
|
|
169
|
-
!
|
|
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)) })
|
|
170
172
|
] }),
|
|
171
|
-
i && /* @__PURE__ */ t(h, { lg: 4, children:
|
|
173
|
+
i && /* @__PURE__ */ t(h, { lg: 4, children: o ? /* @__PURE__ */ s(l, { direction: "column", spacing: 24, children: [
|
|
172
174
|
/* @__PURE__ */ t(u, { height: 200, variant: "rounded", width: "100%" }),
|
|
173
175
|
/* @__PURE__ */ t(u, { height: 100, variant: "rounded", width: "100%" }),
|
|
174
176
|
/* @__PURE__ */ t(u, { height: 300, variant: "rounded", width: "100%" })
|
|
175
|
-
] }) : /* @__PURE__ */ t(
|
|
177
|
+
] }) : /* @__PURE__ */ t(l, { direction: "column", spacing: 24, children: y.map((c) => /* @__PURE__ */ t(r.Fragment, { children: c.component }, c.index)) }) })
|
|
176
178
|
] });
|
|
177
|
-
},
|
|
179
|
+
}, mt = _(J);
|
|
178
180
|
export {
|
|
179
|
-
|
|
181
|
+
mt as Dashboard,
|
|
180
182
|
f as DashboardLocation
|
|
181
183
|
};
|
package/dist/debts/index.es.js
CHANGED
|
@@ -8,30 +8,30 @@ import { intervalToDuration as Te, formatDuration as Ae } from "date-fns";
|
|
|
8
8
|
import { addMonths as le } from "date-fns/addMonths";
|
|
9
9
|
import { fromUnixTime as se } from "date-fns/fromUnixTime";
|
|
10
10
|
import { getUnixTime as ce } from "date-fns/getUnixTime";
|
|
11
|
-
import { D as B, M as Ee, I as Ie } from "../DebtsStore-
|
|
12
|
-
import { a as Fr } from "../DebtsStore-
|
|
11
|
+
import { D as B, M as Ee, I as Ie } from "../DebtsStore-z3VARSO6.mjs";
|
|
12
|
+
import { a as Fr } from "../DebtsStore-z3VARSO6.mjs";
|
|
13
13
|
import { f as M, a as Be } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
14
14
|
import { f as K, D as U } from "../Dialog-CWW597AF.mjs";
|
|
15
|
-
import { G as Me,
|
|
15
|
+
import { G as Me, y as q, u as C, l as V, g as k, d as Z, b as Pe } from "../hooks-D6XlXHf4.mjs";
|
|
16
16
|
import { u as Y } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
17
17
|
import { D as te } from "../Drawer-kEE73B87.mjs";
|
|
18
18
|
import { b as A } from "../Localization-2MODESHW.mjs";
|
|
19
|
-
import { A as ke, u as Ne } from "../AccountDetailsHeader-
|
|
19
|
+
import { A as ke, u as Ne } from "../AccountDetailsHeader-vcy67tuH.mjs";
|
|
20
20
|
import Fe from "@mui/material/Card";
|
|
21
21
|
import Re from "@mui/material/CardContent";
|
|
22
22
|
import Le from "@mui/material/CardHeader";
|
|
23
23
|
import { LineChart as $e } from "@mui/x-charts";
|
|
24
24
|
import re from "@mui/material/Box";
|
|
25
25
|
import { useTheme as He } from "@mui/material/styles";
|
|
26
|
-
import { A as T, W as Oe } from "../WidgetContainer-
|
|
26
|
+
import { A as T, W as Oe } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
27
27
|
import de from "@mui/material/Tab";
|
|
28
28
|
import We from "@mui/material/Tabs";
|
|
29
29
|
import _e from "@mui/material/List";
|
|
30
30
|
import j from "@mui/material/Divider";
|
|
31
|
-
import { M as Ge, I as je, O as ze } from "../OriginalBalanceAction-
|
|
31
|
+
import { M as Ge, I as je, O as ze } from "../OriginalBalanceAction-CAaVbVMO.mjs";
|
|
32
32
|
import Xe from "@mui/material/TextField";
|
|
33
|
-
import { L as J } from "../ListItemAction-
|
|
34
|
-
import { C as ae } from "../CurrencyInput-
|
|
33
|
+
import { L as J } from "../ListItemAction-DHa3KJPs.mjs";
|
|
34
|
+
import { C as ae } from "../CurrencyInput-CsCy7uaS.mjs";
|
|
35
35
|
import pe from "@mui/material/Alert";
|
|
36
36
|
import me from "@mui/material/AlertTitle";
|
|
37
37
|
import he from "@mui/material/Paper";
|
|
@@ -39,7 +39,7 @@ import { Error as Ve, CheckCircle as ye } from "@mxenabled/mx-icons";
|
|
|
39
39
|
import { T as ue } from "../TabContentContainer-j01JYR_7.mjs";
|
|
40
40
|
import { DataGridPro as Ye } from "@mui/x-data-grid-pro";
|
|
41
41
|
import { H as z } from "../HeaderCell-DjuifqHJ.mjs";
|
|
42
|
-
import { f as Ke } from "../ConnectDrawer-
|
|
42
|
+
import { f as Ke } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
43
43
|
import fe from "@mui/material/Button";
|
|
44
44
|
import Ue from "@mui/material/IconButton";
|
|
45
45
|
import qe from "@mui/material/ListItem";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fromUnixTime as d } from "date-fns/fromUnixTime";
|
|
2
2
|
import { c as u } from "./Category-CevNQ03n.mjs";
|
|
3
3
|
import { f as p, D as m } from "./Dialog-CWW597AF.mjs";
|
|
4
|
-
import { T as g } from "./User-
|
|
4
|
+
import { T as g } from "./User-BQUxBeZV.mjs";
|
|
5
5
|
function f(e) {
|
|
6
6
|
return new Set(
|
|
7
7
|
e.filter((n) => n.parent_guid !== void 0).map((n) => n.parent_guid)
|
|
@@ -17,20 +17,20 @@ import Ne from "@mui/material/ListItemText";
|
|
|
17
17
|
import { b } from "../Localization-2MODESHW.mjs";
|
|
18
18
|
import * as ce from "d3";
|
|
19
19
|
import { observer as I } from "mobx-react-lite";
|
|
20
|
-
import { u as S, b as z,
|
|
20
|
+
import { u as S, b as z, x as $, p as Y, d as fe, i as ye, m as Ke } from "../hooks-D6XlXHf4.mjs";
|
|
21
21
|
import { L as N } from "../Loader-DUaFpDGv.mjs";
|
|
22
22
|
import { F as No, a as Ko } from "../FinstrongStore-F2c607dj.mjs";
|
|
23
23
|
import q from "@mui/material/Button";
|
|
24
24
|
import J from "@mui/material/Card";
|
|
25
|
-
import { L as be } from "../LineChart-
|
|
26
|
-
import { l as xe } from "../ConnectDrawer-
|
|
25
|
+
import { L as be } from "../LineChart-D4GI7nVh.mjs";
|
|
26
|
+
import { l as xe } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
27
27
|
import Xe from "@mui/material/Accordion";
|
|
28
28
|
import je from "@mui/material/AccordionDetails";
|
|
29
29
|
import Ue from "@mui/material/AccordionSummary";
|
|
30
30
|
import Ve from "@mui/material/CardHeader";
|
|
31
31
|
import { u as Ye } from "../useDimensions-27p2evRx.mjs";
|
|
32
|
-
import { C as qe } from "../ConnectionsDrawer-
|
|
33
|
-
import { R as Je } from "../RecurringSettings-
|
|
32
|
+
import { C as qe } from "../ConnectionsDrawer-DHJ7qdWL.mjs";
|
|
33
|
+
import { R as Je } from "../RecurringSettings-C28GrQcP.mjs";
|
|
34
34
|
import Qe from "@mui/material/TextField";
|
|
35
35
|
import { u as Ce } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
36
36
|
import { a as Ze } from "../Dialog-CWW597AF.mjs";
|
|
@@ -48,7 +48,7 @@ import ct from "@mui/lab/TimelineConnector";
|
|
|
48
48
|
import lt from "@mui/lab/TimelineContent";
|
|
49
49
|
import dt from "@mui/lab/TimelineDot";
|
|
50
50
|
import pt from "@mui/lab/TimelineSeparator";
|
|
51
|
-
import { W as mt } from "../WidgetContainer-
|
|
51
|
+
import { W as mt } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
52
52
|
var A = /* @__PURE__ */ ((n) => (n.Connections = "connections", n.CreditScore = "credit_score", n.DateOfBirth = "date_of_birth", n.MonthlyIncome = "monthly_income", n))(A || {});
|
|
53
53
|
const ut = ({ list: n, onClickItem: o }) => /* @__PURE__ */ e(x, { sx: { bgcolor: "background.paper" }, children: /* @__PURE__ */ e(
|
|
54
54
|
Be,
|
package/dist/goals/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as ue, T as d, G as me, a as We, M as J, C as ye, b as Pe } from "../GoalStore-
|
|
2
|
-
import { c as Yn, d as Zn } from "../GoalStore-
|
|
1
|
+
import { g as ue, T as d, G as me, a as We, M as J, C as ye, b as Pe } from "../GoalStore-TD0BfzWX.mjs";
|
|
2
|
+
import { c as Yn, d as Zn } from "../GoalStore-TD0BfzWX.mjs";
|
|
3
3
|
import { jsxs as r, jsx as e, Fragment as U } from "react/jsx-runtime";
|
|
4
4
|
import y from "react";
|
|
5
5
|
import { observer as D } from "mobx-react-lite";
|
|
@@ -17,14 +17,14 @@ import ge from "@mui/material/Unstable_Grid2";
|
|
|
17
17
|
import oe from "@mui/material/Avatar";
|
|
18
18
|
import $e from "@mui/material/CardHeader";
|
|
19
19
|
import { Payments as Se, NoteStack as Re, Person as Ee, ChevronRight as M, DragHandle as Xe, CheckCircle as Ue, Icon as be, ExpandLess as Ye, ExpandMore as Ze, AddBox as xe, Trophy as qe } from "@mxenabled/mx-icons";
|
|
20
|
-
import { u as C, l as I, a as ve, d as V,
|
|
20
|
+
import { u as C, l as I, a as ve, d as V, p as Ie, g as Ge, b as Ne } from "../hooks-D6XlXHf4.mjs";
|
|
21
21
|
import { u as he } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
22
22
|
import { f as x } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
23
23
|
import { S as Je } from "../StatusBar-BK_uYHAB.mjs";
|
|
24
24
|
import E from "@mui/material/Divider";
|
|
25
25
|
import L from "@mui/material/List";
|
|
26
|
-
import { L as ee } from "../ListItemAction-
|
|
27
|
-
import { C as ke } from "../CurrencyInput-
|
|
26
|
+
import { L as ee } from "../ListItemAction-DHa3KJPs.mjs";
|
|
27
|
+
import { C as ke } from "../CurrencyInput-CsCy7uaS.mjs";
|
|
28
28
|
import { fromUnixTime as Q } from "date-fns/fromUnixTime";
|
|
29
29
|
import N from "@mui/material/ListItem";
|
|
30
30
|
import k from "@mui/material/ListItemButton";
|
|
@@ -34,28 +34,28 @@ import { D as j } from "../Drawer-kEE73B87.mjs";
|
|
|
34
34
|
import { b as B } from "../Localization-2MODESHW.mjs";
|
|
35
35
|
import { f as ae, D as re, a as et } from "../Dialog-CWW597AF.mjs";
|
|
36
36
|
import P from "@mui/material/ListItemAvatar";
|
|
37
|
-
import { g as we, A as fe } from "../ConnectDrawer-
|
|
37
|
+
import { g as we, A as fe } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
38
38
|
import tt from "@mui/material/Collapse";
|
|
39
39
|
import nt from "@mui/material/ListItemIcon";
|
|
40
40
|
import ot from "@mui/material/Checkbox";
|
|
41
|
-
import { u as at, A as rt } from "../AccountDetailsHeader-
|
|
42
|
-
import { A as it } from "../AccountDetailsContent-
|
|
43
|
-
import { u as st } from "../useAccountDisplayName-
|
|
41
|
+
import { u as at, A as rt } from "../AccountDetailsHeader-vcy67tuH.mjs";
|
|
42
|
+
import { A as it } from "../AccountDetailsContent-DfzPOeMI.mjs";
|
|
43
|
+
import { u as st } from "../useAccountDisplayName-BcRqfar8.mjs";
|
|
44
44
|
import De from "@mui/material/TextField";
|
|
45
|
-
import { M as lt, I as ct, O as dt } from "../OriginalBalanceAction-
|
|
45
|
+
import { M as lt, I as ct, O as dt } from "../OriginalBalanceAction-CAaVbVMO.mjs";
|
|
46
46
|
import { getUnixTime as mt } from "date-fns/getUnixTime";
|
|
47
47
|
import { isValid as ut } from "date-fns/isValid";
|
|
48
48
|
import { AdapterDateFns as _t } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
49
49
|
import { DatePicker as pt } from "@mui/x-date-pickers";
|
|
50
50
|
import { LocalizationProvider as ht } from "@mui/x-date-pickers/LocalizationProvider";
|
|
51
|
-
import { A as Y, W as gt } from "../WidgetContainer-
|
|
51
|
+
import { A as Y, W as gt } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
52
52
|
import { L as Ke } from "../Loader-DUaFpDGv.mjs";
|
|
53
53
|
import { E as bt } from "../EmptyState-DA_lfRBv.mjs";
|
|
54
54
|
import ft from "@mui/material/Stack/Stack";
|
|
55
55
|
import yt from "@mui/material/Box";
|
|
56
56
|
import At from "@mui/material/styles/useTheme";
|
|
57
57
|
import { S as Tt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
58
|
-
import { M as Ct } from "../MicroWidgetContainer-
|
|
58
|
+
import { M as Ct } from "../MicroWidgetContainer-DpeqN9n3.mjs";
|
|
59
59
|
function ce({ title: t, subtitle: n }) {
|
|
60
60
|
return /* @__PURE__ */ r(f, { children: [
|
|
61
61
|
/* @__PURE__ */ e(A, { bold: !0, variant: "Body", children: t }),
|
package/dist/help/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { observer as m } from "mobx-react-lite";
|
|
3
|
-
import { H as s } from "../Help-
|
|
4
|
-
import { b as p } from "../hooks-
|
|
3
|
+
import { H as s } from "../Help-B6dIcujh.mjs";
|
|
4
|
+
import { b as p } from "../hooks-D6XlXHf4.mjs";
|
|
5
5
|
import { L as a } from "../Loader-DUaFpDGv.mjs";
|
|
6
|
-
import { W as n } from "../WidgetContainer-
|
|
6
|
+
import { W as n } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
7
7
|
const x = m(({ onBackClick: o, sx: i }) => {
|
|
8
8
|
const { isCopyLoaded: e, isInitialized: t } = p();
|
|
9
9
|
return !e || !t ? /* @__PURE__ */ r(a, {}) : /* @__PURE__ */ r(n, { onBackClick: o, sx: { p: 16 }, children: /* @__PURE__ */ r(s, { sx: i }) });
|