@mx-cartographer/experiences 6.26.33-alpha.mm0 → 7.0.0-alpha.mega1
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 +2 -3
- package/dist/Account-DY6nxO7y.mjs +30 -0
- package/dist/AccountDetailsContent-DvPs81kL.mjs +677 -0
- package/dist/AccountDetailsHeader-W2U7ZVm_.mjs +119 -0
- package/dist/AccountFields-DAVcbZy5.mjs +135 -0
- package/dist/AccountListItem-DFlbdcmT.mjs +90 -0
- package/dist/AccountStore-CU7qV3vg.mjs +230 -0
- package/dist/Accounts-BLlrQA5m.mjs +9 -0
- package/dist/BeatApi-DLu87ijw.mjs +21 -0
- package/dist/BeatStore-By4aGoRM.mjs +81 -0
- package/dist/BudgetUtil-Ci1TN0J5.mjs +101 -0
- package/dist/CashflowStore-D9Dpuz7X.mjs +91 -0
- package/dist/Category-5S6uwuXz.mjs +301 -0
- package/dist/CategorySelectorDrawer-rHyHHYuh.mjs +397 -0
- package/dist/CategoryStore-B5EW6I1d.mjs +183 -0
- package/dist/CategoryUtil-DRyruNgi.mjs +78 -0
- package/dist/ConnectDrawer-D9cR5phc.mjs +508 -0
- package/dist/ConnectionsDrawer-BzGqljSp.mjs +52 -0
- package/dist/CurrencyInput-D74cemI2.mjs +83 -0
- package/dist/CurrencyText-YUhH2caW.mjs +20 -0
- package/dist/DateUtil-BcuH7ErC.mjs +48 -0
- package/dist/DebtsStore-S0l9kr0r.mjs +60 -0
- package/dist/Dialog-CWW597AF.mjs +123 -0
- package/dist/Donut-1UMNcG67.mjs +57 -0
- package/dist/Drawer-kEE73B87.mjs +113 -0
- package/dist/EmptyState-Dcb-o2tl.mjs +55 -0
- package/dist/Fetch-CkFKy79O.mjs +116 -0
- package/dist/FinstrongStore-mkALvztw.mjs +101 -0
- package/dist/GoalStore-DioeeL-s.mjs +263 -0
- package/dist/HeaderCell-DjuifqHJ.mjs +6 -0
- package/dist/Help-DhcC-C05.mjs +320 -0
- package/dist/Help-DpYRO8oA.mjs +3181 -0
- package/dist/IconBacking-B9oC6uL2.mjs +39 -0
- package/dist/InvestmentUtil-jOyOgzIB.mjs +134 -0
- package/dist/LineChart-CcyX38kK.mjs +499 -0
- package/dist/ListItemAction-BabpYivr.mjs +69 -0
- package/dist/Loader-Dp1P2gNw.mjs +14 -0
- package/dist/Localization-2MODESHW.mjs +30 -0
- package/dist/ManageIncome-ndMuhJMG.mjs +535 -0
- package/dist/MerchantStore-DVH-QOf0.mjs +37 -0
- package/dist/MicroWidgetContainer-CsvHLYKX.mjs +45 -0
- package/dist/MiniWidgetContainer-BoOp-A05.mjs +39 -0
- package/dist/NetWorthStore-PD-RUe09.mjs +150 -0
- package/dist/Notification-AMGWM1Al.mjs +78 -0
- package/dist/NotificationSettings-VhHuMAFU.mjs +667 -0
- package/dist/NotificationStore-DHtSGySy.mjs +67 -0
- package/dist/NumberFormatting-CtWHhyBX.mjs +40 -0
- package/dist/OriginalBalanceAction-D39mx6uE.mjs +115 -0
- package/dist/RecurringSettings-D_HnMYZP.mjs +57 -0
- package/dist/RecurringTransactionsStore-BKLD3OWo.mjs +263 -0
- package/dist/RepeatingTransaction-BPWfaB3f.mjs +282 -0
- package/dist/SearchBox-B2_zLv8-.mjs +42 -0
- package/dist/SettingsStore-CE7jDVFL.mjs +265 -0
- package/dist/SingleSegmentDonut-BgbLgwHi.mjs +69 -0
- package/dist/SpendingData-BkrxzHdr.mjs +55 -0
- package/dist/StatusBar-BK_uYHAB.mjs +30 -0
- package/dist/TabContentContainer-j01JYR_7.mjs +21 -0
- package/dist/Transaction-CA0FW2Ij.mjs +312 -0
- package/dist/TransactionApi-DbbcjI2L.mjs +86 -0
- package/dist/TransactionDetails-WBHFmbxL.mjs +1283 -0
- package/dist/TransactionStore-CeLdmVnC.mjs +669 -0
- package/dist/TrendsStore-BHJUapXF.mjs +487 -0
- package/dist/ViewMoreMicroCard-CAPFNz-J.mjs +1959 -0
- package/dist/WidgetContainer-DWCusxYI.mjs +556 -0
- package/dist/accounts/index.es.js +752 -0
- package/dist/analytics/index.es.js +171 -0
- package/dist/budgets/index.es.js +1075 -0
- package/dist/cashflow/index.es.js +1098 -0
- package/dist/categories/index.es.js +9 -0
- package/dist/common/components/WidgetContainer.d.ts +1 -1
- package/dist/common/components/charts/LineChart.d.ts +0 -1
- package/dist/common/constants/Analytics.d.ts +10 -20
- package/dist/common/context/hooks.d.ts +13 -13
- package/dist/common/index.es.js +1451 -0
- package/dist/dashboard/index.es.js +181 -0
- package/dist/debts/index.es.js +1460 -0
- package/dist/exportTransactionsToCSV-CmwsKl2D.mjs +47 -0
- package/dist/finstrong/index.es.js +1455 -0
- package/dist/goals/index.es.js +1209 -0
- package/dist/help/components/content/section/index.d.ts +15 -15
- package/dist/help/index.es.js +14 -0
- package/dist/hooks-30y_BLwc.mjs +71 -0
- package/dist/index.d.ts +0 -22
- package/dist/insights/index.d.ts +1 -0
- package/dist/insights/index.es.js +4 -0
- package/dist/investments/index.es.js +1638 -0
- package/dist/merchants/index.es.js +79 -0
- package/dist/microinsights/components/carouselheader/CarouselHeader.d.ts +0 -1
- package/dist/microinsights/components/microBeatCarousel/MicroBeatCarousel.d.ts +0 -1
- package/dist/microinsights/index.es.js +16 -0
- package/dist/networth/index.es.js +576 -0
- package/dist/notifications/index.es.js +192 -0
- package/dist/recurringtransactions/index.es.js +879 -0
- package/dist/settings/index.es.js +879 -0
- package/dist/spending/index.es.js +570 -0
- package/dist/transactions/index.es.js +587 -0
- package/dist/trends/index.es.js +1086 -0
- package/dist/useCombineEvents-DaDBSR_1.mjs +92 -0
- package/dist/useDimensions-27p2evRx.mjs +36 -0
- package/dist/useScreenSize-B6JyS_Lj.mjs +36 -0
- package/package.json +155 -3
- package/dist/index.es.js +0 -30564
- package/dist/index.es.js.map +0 -1
- package/dist/trends/constants/TrendsWidget.d.ts +0 -3
@@ -1,18 +1,18 @@
|
|
1
1
|
declare const contentSection: {
|
2
|
-
accounts: import('react').FC<import('
|
3
|
-
alerts: import('react').FC<import('
|
4
|
-
budgets: import('react').FC<import('
|
5
|
-
cashflow: import('react').FC<import('
|
6
|
-
debts: import('react').FC<import('
|
7
|
-
general: import('react').FC<import('
|
8
|
-
goals: import('react').FC<import('
|
9
|
-
insights: import('react').FC<import('
|
10
|
-
investments: import('react').FC<import('
|
11
|
-
mobile: import('react').FC<import('
|
12
|
-
networth: import('react').FC<import('
|
13
|
-
recurring_transactions: import('react').FC<import('
|
14
|
-
spending: import('react').FC<import('
|
15
|
-
transactions: import('react').FC<import('
|
16
|
-
trends: import('react').FC<import('
|
2
|
+
accounts: import('react').FC<import('../../../../common').SectionProps>;
|
3
|
+
alerts: import('react').FC<import('../../../../common').SectionProps>;
|
4
|
+
budgets: import('react').FC<import('../../../../common').SectionProps>;
|
5
|
+
cashflow: import('react').FC<import('../../../../common').SectionProps>;
|
6
|
+
debts: import('react').FC<import('../../../../common').SectionProps>;
|
7
|
+
general: import('react').FC<import('../../../../common').SectionProps>;
|
8
|
+
goals: import('react').FC<import('../../../../common').SectionProps>;
|
9
|
+
insights: import('react').FC<import('../../../../common').SectionProps>;
|
10
|
+
investments: import('react').FC<import('../../../../common').SectionProps>;
|
11
|
+
mobile: import('react').FC<import('../../../../common').SectionProps>;
|
12
|
+
networth: import('react').FC<import('../../../../common').SectionProps>;
|
13
|
+
recurring_transactions: import('react').FC<import('../../../../common').SectionProps>;
|
14
|
+
spending: import('react').FC<import('../../../../common').SectionProps>;
|
15
|
+
transactions: import('react').FC<import('../../../../common').SectionProps>;
|
16
|
+
trends: import('react').FC<import('../../../../common').SectionProps>;
|
17
17
|
};
|
18
18
|
export { contentSection };
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
2
|
+
import { observer as t } from "mobx-react-lite";
|
3
|
+
import { H as m } from "../Help-DpYRO8oA.mjs";
|
4
|
+
import { a as s } from "../hooks-30y_BLwc.mjs";
|
5
|
+
import { L as p } from "../Loader-Dp1P2gNw.mjs";
|
6
|
+
import { W as a } from "../WidgetContainer-DWCusxYI.mjs";
|
7
|
+
const x = t(({ sx: o }) => {
|
8
|
+
const { isCopyLoaded: i, isInitialized: e } = s();
|
9
|
+
return !i || !e ? /* @__PURE__ */ r(p, {}) : /* @__PURE__ */ r(a, { sx: { p: 16 }, children: /* @__PURE__ */ r(m, { sx: o }) });
|
10
|
+
});
|
11
|
+
export {
|
12
|
+
m as Help,
|
13
|
+
x as HelpWidget
|
14
|
+
};
|
@@ -0,0 +1,71 @@
|
|
1
|
+
import r from "react";
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
3
|
+
const a = r.createContext(null), g = ({
|
4
|
+
children: t,
|
5
|
+
globalStore: e,
|
6
|
+
onEvent: s,
|
7
|
+
onPageView: l
|
8
|
+
}) => /* @__PURE__ */ n(
|
9
|
+
a.Provider,
|
10
|
+
{
|
11
|
+
value: {
|
12
|
+
globalStore: e,
|
13
|
+
onEvent: s,
|
14
|
+
onPageView: l,
|
15
|
+
children: t
|
16
|
+
},
|
17
|
+
children: t
|
18
|
+
}
|
19
|
+
), S = r.createContext(null), b = ({ children: t, availableHeight: e, availableWidth: s }) => /* @__PURE__ */ n(
|
20
|
+
S.Provider,
|
21
|
+
{
|
22
|
+
value: {
|
23
|
+
availableHeight: e,
|
24
|
+
availableWidth: s,
|
25
|
+
children: t
|
26
|
+
},
|
27
|
+
children: t
|
28
|
+
}
|
29
|
+
), o = (t = "useGlobalStore") => {
|
30
|
+
const e = r.useContext(a);
|
31
|
+
if (!e)
|
32
|
+
throw new Error(`${t}() must be used within the GlobalDataContext`);
|
33
|
+
return e;
|
34
|
+
}, C = () => o("useAccountStore").globalStore.accountStore, d = () => o("useAppConfig").globalStore.appDataStore.appConfig, p = () => o("useAnalyticsStore").globalStore.analyticsStore, h = () => o("useBudgetsStore").globalStore.budgetsStore, x = () => o("useCashflowStore").globalStore.cashflowStore, f = () => o("useCategoryStore").globalStore.categoryStore, w = () => o("useConnectStore").globalStore.connectStore, G = () => o("useDebtsStore").globalStore.debtsStore, v = () => o("useFinstrongStore").globalStore.finstrongStore, y = () => o("useGlobalStore").globalStore, W = () => o("useGlobalUiStore").globalStore.globalUiStore, m = () => 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, E = () => o("useNetWorthStore").globalStore.netWorthStore, U = () => o("useNotificationStore").globalStore.notificationStore, H = () => o("useRecurringTransactionsStore").globalStore.recurringTransactionsStore, N = () => o("useSettingsStore").globalStore.settingsStore, B = () => o("useTransactionStore").globalStore.transactionStore, R = () => o("useTrendsStore").globalStore.trendsStore, V = () => o("useUserStore").globalStore.userStore, j = () => ({ onEvent: o().onEvent }), F = () => ({ onPageView: o().onPageView }), u = (t = "useWidgetContainerContext") => {
|
35
|
+
const e = r.useContext(S);
|
36
|
+
if (!e)
|
37
|
+
throw new Error(`${t}() must be used within the WidgetContainerContext`);
|
38
|
+
return e;
|
39
|
+
}, M = () => u();
|
40
|
+
export {
|
41
|
+
g as A,
|
42
|
+
S as B,
|
43
|
+
a as G,
|
44
|
+
b as W,
|
45
|
+
W as a,
|
46
|
+
T as b,
|
47
|
+
C as c,
|
48
|
+
w as d,
|
49
|
+
h as e,
|
50
|
+
H as f,
|
51
|
+
j as g,
|
52
|
+
p as h,
|
53
|
+
P as i,
|
54
|
+
d as j,
|
55
|
+
f as k,
|
56
|
+
y as l,
|
57
|
+
U as m,
|
58
|
+
B as n,
|
59
|
+
V as o,
|
60
|
+
M as p,
|
61
|
+
E as q,
|
62
|
+
N as r,
|
63
|
+
D as s,
|
64
|
+
x as t,
|
65
|
+
m as u,
|
66
|
+
R as v,
|
67
|
+
v as w,
|
68
|
+
G as x,
|
69
|
+
A as y,
|
70
|
+
F as z
|
71
|
+
};
|
package/dist/index.d.ts
CHANGED
@@ -1,22 +0,0 @@
|
|
1
|
-
export * from './accounts';
|
2
|
-
export * from './analytics';
|
3
|
-
export * from './budgets';
|
4
|
-
export * from './cashflow';
|
5
|
-
export * from './categories';
|
6
|
-
export * from './common';
|
7
|
-
export * from './dashboard';
|
8
|
-
export * from './debts';
|
9
|
-
export * from './finstrong';
|
10
|
-
export * from './goals';
|
11
|
-
export * from './help';
|
12
|
-
export * from './investments';
|
13
|
-
export * from './merchants';
|
14
|
-
export * from './microinsights';
|
15
|
-
export * from './networth';
|
16
|
-
export * from './notifications';
|
17
|
-
export * from './recurringtransactions';
|
18
|
-
export * from './spending';
|
19
|
-
export * from './settings';
|
20
|
-
export * from './transactions';
|
21
|
-
export * from './trends';
|
22
|
-
export * from './finstrong';
|
@@ -0,0 +1 @@
|
|
1
|
+
export { BeatStore } from './store/BeatStore';
|