@mx-cartographer/experiences 7.1.3-alpha.mm1 → 7.1.4
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 +13 -0
- package/dist/{Account-DKy2na__.mjs → Account-8IUM_CLv.mjs} +1 -1
- package/dist/{AccountDetailsContent-CCOCsdoL.mjs → AccountDetailsContent-CuZSSAEc.mjs} +8 -8
- package/dist/{AccountDetailsHeader-Ca9SPAjA.mjs → AccountDetailsHeader-BZBsIKdF.mjs} +6 -6
- package/dist/{AccountFields-DDAr5SEq.mjs → AccountFields-BD_0GT68.mjs} +2 -2
- package/dist/{AccountListItem-CMes1Q7Z.mjs → AccountListItem-CllIBCao.mjs} +4 -4
- package/dist/{AccountStore-DYOG9MYj.mjs → AccountStore-BL0FE1QL.mjs} +53 -45
- package/dist/{Accounts-BNvFndCa.mjs → Accounts-Bvc9TJaO.mjs} +1 -1
- package/dist/{BudgetUtil-B2ZXyw-g.mjs → BudgetUtil-psfk-Amb.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-DUe4lH5-.mjs → CategorySelectorDrawer-BmenK5bu.mjs} +1 -1
- package/dist/{ConnectDrawer-CHG5Lv_B.mjs → ConnectDrawer-CPTXh70j.mjs} +8 -8
- package/dist/{ConnectionsDrawer-BeB6ab8V.mjs → ConnectionsDrawer-Dkb4vBmt.mjs} +2 -2
- package/dist/{CurrencyInput-CsCy7uaS.mjs → CurrencyInput-C4xNRL2W.mjs} +1 -1
- package/dist/{DebtsStore-BblTVTMD.mjs → DebtsStore-D4grpB4m.mjs} +1 -1
- package/dist/{ExportCsvAction-sX8Rg4Ov.mjs → ExportCsvAction-CBJAfyAw.mjs} +3 -3
- package/dist/{GoalStore-CSsU4LR2.mjs → GoalStore-B5MZzPLZ.mjs} +2 -2
- package/dist/{Help-B6dIcujh.mjs → Help-CzBAsKA2.mjs} +1 -1
- package/dist/{LineChart-D4GI7nVh.mjs → LineChart-B35qvXik.mjs} +1 -1
- package/dist/{ListItemAction-DHa3KJPs.mjs → ListItemAction-DSrYDGAP.mjs} +1 -1
- package/dist/{ManageIncome-DqG75uQd.mjs → ManageIncome-DUuT-yMV.mjs} +34 -34
- package/dist/{MicroWidgetContainer-DpeqN9n3.mjs → MicroWidgetContainer-C4QQHfD7.mjs} +1 -1
- package/dist/{MiniWidgetContainer-D0gfmbaF.mjs → MiniWidgetContainer-DTQdRK-3.mjs} +1 -1
- package/dist/{NetWorthStore-BbA7H83o.mjs → NetWorthStore-Do1Gk8Te.mjs} +2 -2
- package/dist/{NotificationSettings-BRm_EJZV.mjs → NotificationSettings-BuShgjn6.mjs} +3 -3
- package/dist/{OriginalBalanceAction-CAaVbVMO.mjs → OriginalBalanceAction-BsxcvNEF.mjs} +3 -3
- package/dist/{RecurringSettings-B9l_Axnd.mjs → RecurringSettings-BVOt46uV.mjs} +3 -3
- package/dist/{TransactionDetails-DPvvi4Iu.mjs → TransactionDetails-_cXLXTd3.mjs} +5 -5
- package/dist/{TransactionStore-CBrJOY0H.mjs → TransactionStore-B-Tq_YFE.mjs} +2 -2
- package/dist/{TrendsStore-DCYbpXPO.mjs → TrendsStore-ZZ8X36lJ.mjs} +1 -1
- package/dist/{User-BQUxBeZV.mjs → User-DaJAQ09j.mjs} +1 -1
- package/dist/{WidgetContainer-BMWagbIl.mjs → WidgetContainer-DtPnPQZY.mjs} +10 -10
- package/dist/accounts/index.es.js +13 -13
- package/dist/accounts/stores/AccountStore.d.ts +2 -0
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +10 -10
- package/dist/cashflow/index.es.js +381 -387
- package/dist/categories/index.es.js +1 -1
- package/dist/common/context/GlobalDataProvider.d.ts +0 -1
- package/dist/common/context/hooks.d.ts +0 -3
- package/dist/common/context/index.d.ts +1 -1
- package/dist/common/index.es.js +49 -50
- package/dist/dashboard/index.es.js +77 -79
- package/dist/debts/index.es.js +9 -9
- package/dist/{exportTransactionsToCSV-7bVS7KXf.mjs → exportTransactionsToCSV-D8TTNrrE.mjs} +1 -1
- package/dist/finstrong/index.es.js +6 -6
- package/dist/goals/index.es.js +52 -52
- package/dist/help/index.es.js +3 -3
- package/dist/hooks-CE2TKk4a.mjs +74 -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-BEorBm5u.mjs → useAccountDisplayName-BXGkZN5B.mjs} +2 -2
- package/dist/{useInsightsEnabled-DBpwEq10.mjs → useInsightsEnabled-DSnpkUq0.mjs} +1 -1
- package/package.json +1 -1
- package/dist/hooks-D6XlXHf4.mjs +0 -77
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import s from "react";
|
|
2
|
-
import { g as e } from "./ConnectDrawer-
|
|
3
|
-
import { a as n } from "./hooks-
|
|
2
|
+
import { g as e } from "./ConnectDrawer-CPTXh70j.mjs";
|
|
3
|
+
import { a as n } from "./hooks-CE2TKk4a.mjs";
|
|
4
4
|
const i = (o) => {
|
|
5
5
|
const { config: a } = n();
|
|
6
6
|
return s.useMemo(
|
package/package.json
CHANGED
package/dist/hooks-D6XlXHf4.mjs
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import r from "react";
|
|
2
|
-
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
-
const a = r.createContext(null), C = ({
|
|
4
|
-
children: t,
|
|
5
|
-
globalStore: e,
|
|
6
|
-
onError: s,
|
|
7
|
-
onEvent: l,
|
|
8
|
-
onLoad: u,
|
|
9
|
-
onPageView: c
|
|
10
|
-
}) => /* @__PURE__ */ n(
|
|
11
|
-
a.Provider,
|
|
12
|
-
{
|
|
13
|
-
value: {
|
|
14
|
-
globalStore: e,
|
|
15
|
-
onError: s,
|
|
16
|
-
onEvent: l,
|
|
17
|
-
onLoad: u,
|
|
18
|
-
onPageView: c,
|
|
19
|
-
children: t
|
|
20
|
-
},
|
|
21
|
-
children: t
|
|
22
|
-
}
|
|
23
|
-
), S = r.createContext(null), d = ({ children: t, availableHeight: e, availableWidth: s }) => /* @__PURE__ */ n(
|
|
24
|
-
S.Provider,
|
|
25
|
-
{
|
|
26
|
-
value: {
|
|
27
|
-
availableHeight: e,
|
|
28
|
-
availableWidth: s,
|
|
29
|
-
children: t
|
|
30
|
-
},
|
|
31
|
-
children: t
|
|
32
|
-
}
|
|
33
|
-
), o = (t = "useGlobalStore") => {
|
|
34
|
-
const e = r.useContext(a);
|
|
35
|
-
if (!e)
|
|
36
|
-
throw new Error(`${t}() must be used within the GlobalDataContext`);
|
|
37
|
-
return e;
|
|
38
|
-
}, p = () => o("useAccountStore").globalStore.accountStore, h = () => o("useAppConfig").globalStore.appDataStore.appConfig, x = () => o("useAnalyticsStore").globalStore.analyticsStore, f = () => o("useBudgetsStore").globalStore.budgetsStore, w = () => o("useCashflowStore").globalStore.cashflowStore, G = () => o("useCategoryStore").globalStore.categoryStore, v = () => o("useConnectStore").globalStore.connectStore, y = () => o("useDebtsStore").globalStore.debtsStore, W = () => o("useFinstrongStore").globalStore.finstrongStore, m = () => o("useGlobalStore").globalStore, D = () => o("useGlobalUiStore").globalStore.globalUiStore, E = () => o("globalCopyStore").globalStore.copyStore.copy, P = () => o("useGoalStore").globalStore.goalStore, A = () => o("useHelpStore").globalStore.helpStore, T = () => o("useHoldingStore").globalStore.holdingStore, U = () => o("useMerchantStore").globalStore.merchantStore, H = () => o("useNetWorthStore").globalStore.netWorthStore, N = () => o("useNotificationStore").globalStore.notificationStore, B = () => o("useRecurringTransactionsStore").globalStore.recurringTransactionsStore, L = () => o("useSettingsStore").globalStore.settingsStore, R = () => o("useTransactionStore").globalStore.transactionStore, V = () => o("useTrendsStore").globalStore.trendsStore, j = () => o("useUserStore").globalStore.userStore, F = () => ({ onError: o().onError }), M = () => ({ onEvent: o().onEvent }), $ = () => ({ onLoad: o().onLoad }), k = () => ({ onPageView: o().onPageView }), i = (t = "useWidgetContainerContext") => {
|
|
39
|
-
const e = r.useContext(S);
|
|
40
|
-
if (!e)
|
|
41
|
-
throw new Error(`${t}() must be used within the WidgetContainerContext`);
|
|
42
|
-
return e;
|
|
43
|
-
}, q = () => i();
|
|
44
|
-
export {
|
|
45
|
-
A,
|
|
46
|
-
k as B,
|
|
47
|
-
C,
|
|
48
|
-
S as D,
|
|
49
|
-
a as G,
|
|
50
|
-
d as W,
|
|
51
|
-
h as a,
|
|
52
|
-
D as b,
|
|
53
|
-
U as c,
|
|
54
|
-
p as d,
|
|
55
|
-
v as e,
|
|
56
|
-
m as f,
|
|
57
|
-
M as g,
|
|
58
|
-
R as h,
|
|
59
|
-
f as i,
|
|
60
|
-
B as j,
|
|
61
|
-
x as k,
|
|
62
|
-
P as l,
|
|
63
|
-
G as m,
|
|
64
|
-
$ as n,
|
|
65
|
-
N as o,
|
|
66
|
-
j as p,
|
|
67
|
-
q,
|
|
68
|
-
H as r,
|
|
69
|
-
L as s,
|
|
70
|
-
T as t,
|
|
71
|
-
E as u,
|
|
72
|
-
w as v,
|
|
73
|
-
V as w,
|
|
74
|
-
W as x,
|
|
75
|
-
y,
|
|
76
|
-
F as z
|
|
77
|
-
};
|