@mx-cartographer/experiences 7.1.2 → 7.1.3-alpha.mm1
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 +0 -5
- package/dist/{Account-8IUM_CLv.mjs → Account-DKy2na__.mjs} +1 -1
- package/dist/{AccountDetailsContent-CuZSSAEc.mjs → AccountDetailsContent-CCOCsdoL.mjs} +8 -8
- package/dist/{AccountDetailsHeader-BZBsIKdF.mjs → AccountDetailsHeader-Ca9SPAjA.mjs} +6 -6
- package/dist/{AccountFields-BD_0GT68.mjs → AccountFields-DDAr5SEq.mjs} +2 -2
- package/dist/{AccountListItem-CllIBCao.mjs → AccountListItem-CMes1Q7Z.mjs} +4 -4
- package/dist/{AccountStore-BL0FE1QL.mjs → AccountStore-DYOG9MYj.mjs} +45 -53
- package/dist/{Accounts-Bvc9TJaO.mjs → Accounts-BNvFndCa.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-CHG5Lv_B.mjs} +8 -8
- package/dist/{ConnectionsDrawer-Dkb4vBmt.mjs → ConnectionsDrawer-BeB6ab8V.mjs} +2 -2
- package/dist/{CurrencyInput-C4xNRL2W.mjs → CurrencyInput-CsCy7uaS.mjs} +1 -1
- package/dist/{DebtsStore-D4grpB4m.mjs → DebtsStore-BblTVTMD.mjs} +1 -1
- package/dist/{ExportCsvAction-CBJAfyAw.mjs → ExportCsvAction-sX8Rg4Ov.mjs} +3 -3
- package/dist/{GoalStore-B5MZzPLZ.mjs → GoalStore-CSsU4LR2.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-DqG75uQd.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-BbA7H83o.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-B9l_Axnd.mjs} +3 -3
- package/dist/{TransactionDetails-_cXLXTd3.mjs → TransactionDetails-DPvvi4Iu.mjs} +5 -5
- package/dist/{TransactionStore-B-Tq_YFE.mjs → TransactionStore-CBrJOY0H.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-BMWagbIl.mjs} +10 -10
- package/dist/accounts/index.es.js +13 -13
- package/dist/accounts/stores/AccountStore.d.ts +0 -2
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +10 -10
- package/dist/cashflow/index.es.js +35 -35
- 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 +79 -77
- 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 +52 -52
- 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-BEorBm5u.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
|
@@ -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-CHG5Lv_B.mjs";
|
|
3
|
+
import { a as n } from "./hooks-D6XlXHf4.mjs";
|
|
4
4
|
const i = (o) => {
|
|
5
5
|
const { config: a } = n();
|
|
6
6
|
return s.useMemo(
|
package/package.json
CHANGED
package/dist/hooks-CE2TKk4a.mjs
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import r from "react";
|
|
2
|
-
import { jsx as n } from "react/jsx-runtime";
|
|
3
|
-
const a = r.createContext(null), b = ({
|
|
4
|
-
children: t,
|
|
5
|
-
globalStore: e,
|
|
6
|
-
onError: s,
|
|
7
|
-
onEvent: l,
|
|
8
|
-
onPageView: u
|
|
9
|
-
}) => /* @__PURE__ */ n(
|
|
10
|
-
a.Provider,
|
|
11
|
-
{
|
|
12
|
-
value: {
|
|
13
|
-
globalStore: e,
|
|
14
|
-
onError: s,
|
|
15
|
-
onEvent: l,
|
|
16
|
-
onPageView: u,
|
|
17
|
-
children: t
|
|
18
|
-
},
|
|
19
|
-
children: t
|
|
20
|
-
}
|
|
21
|
-
), S = r.createContext(null), C = ({ children: t, availableHeight: e, availableWidth: s }) => /* @__PURE__ */ n(
|
|
22
|
-
S.Provider,
|
|
23
|
-
{
|
|
24
|
-
value: {
|
|
25
|
-
availableHeight: e,
|
|
26
|
-
availableWidth: s,
|
|
27
|
-
children: t
|
|
28
|
-
},
|
|
29
|
-
children: t
|
|
30
|
-
}
|
|
31
|
-
), o = (t = "useGlobalStore") => {
|
|
32
|
-
const e = r.useContext(a);
|
|
33
|
-
if (!e)
|
|
34
|
-
throw new Error(`${t}() must be used within the GlobalDataContext`);
|
|
35
|
-
return e;
|
|
36
|
-
}, d = () => o("useAccountStore").globalStore.accountStore, p = () => o("useAppConfig").globalStore.appDataStore.appConfig, h = () => o("useAnalyticsStore").globalStore.analyticsStore, x = () => o("useBudgetsStore").globalStore.budgetsStore, f = () => o("useCashflowStore").globalStore.cashflowStore, w = () => o("useCategoryStore").globalStore.categoryStore, G = () => o("useConnectStore").globalStore.connectStore, v = () => o("useDebtsStore").globalStore.debtsStore, y = () => o("useFinstrongStore").globalStore.finstrongStore, W = () => o("useGlobalStore").globalStore, m = () => o("useGlobalUiStore").globalStore.globalUiStore, E = () => o("globalCopyStore").globalStore.copyStore.copy, P = () => o("useGoalStore").globalStore.goalStore, A = () => o("useHelpStore").globalStore.helpStore, D = () => o("useHoldingStore").globalStore.holdingStore, T = () => o("useMerchantStore").globalStore.merchantStore, U = () => o("useNetWorthStore").globalStore.netWorthStore, H = () => o("useNotificationStore").globalStore.notificationStore, N = () => o("useRecurringTransactionsStore").globalStore.recurringTransactionsStore, B = () => 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 }), $ = () => ({ onPageView: o().onPageView }), c = (t = "useWidgetContainerContext") => {
|
|
37
|
-
const e = r.useContext(S);
|
|
38
|
-
if (!e)
|
|
39
|
-
throw new Error(`${t}() must be used within the WidgetContainerContext`);
|
|
40
|
-
return e;
|
|
41
|
-
}, k = () => c();
|
|
42
|
-
export {
|
|
43
|
-
$ as A,
|
|
44
|
-
b as B,
|
|
45
|
-
S as C,
|
|
46
|
-
a as G,
|
|
47
|
-
C as W,
|
|
48
|
-
p as a,
|
|
49
|
-
m as b,
|
|
50
|
-
T as c,
|
|
51
|
-
d,
|
|
52
|
-
G as e,
|
|
53
|
-
W as f,
|
|
54
|
-
M as g,
|
|
55
|
-
R as h,
|
|
56
|
-
x as i,
|
|
57
|
-
N as j,
|
|
58
|
-
h as k,
|
|
59
|
-
P as l,
|
|
60
|
-
w as m,
|
|
61
|
-
H as n,
|
|
62
|
-
j as o,
|
|
63
|
-
k as p,
|
|
64
|
-
U as q,
|
|
65
|
-
B as r,
|
|
66
|
-
D as s,
|
|
67
|
-
f as t,
|
|
68
|
-
E as u,
|
|
69
|
-
V as v,
|
|
70
|
-
y as w,
|
|
71
|
-
v as x,
|
|
72
|
-
F as y,
|
|
73
|
-
A as z
|
|
74
|
-
};
|