@mx-cartographer/experiences 8.0.18 → 8.0.20
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 +12 -4
- package/dist/{AccountStore-DpYvNnql.mjs → AccountStore-B7zfcad7.mjs} +1 -1
- package/dist/{BudgetUtil-CLhRnCoX.mjs → BudgetUtil-DZpOoZQa.mjs} +1 -1
- package/dist/{GlobalAccountFilter-B73Pw1hJ.mjs → GlobalAccountFilter-CmnaZDS6.mjs} +27 -27
- package/dist/{Help-DBAosGjO.mjs → Help-BkmSY96v.mjs} +1 -1
- package/dist/{ManageIncome-CvfRTf-j.mjs → ManageIncome-BJ7c7plg.mjs} +1 -1
- package/dist/{NotificationSettings-D7VqsrZy.mjs → NotificationSettings-DBT37CVB.mjs} +1 -1
- package/dist/{RecurringSettings-DJIUgK5A.mjs → RecurringSettings-DnD0AqWa.mjs} +1 -1
- package/dist/{SpendingLegend-BCnXkPCD.mjs → SpendingLegend-CypdabwS.mjs} +1 -1
- package/dist/{TransactionDetails-KklNHa-s.mjs → TransactionDetails-D6XZakc-.mjs} +1 -1
- package/dist/WidgetContainer-DYKMArWw.mjs +468 -0
- package/dist/accounts/index.es.js +95 -93
- package/dist/budgets/index.es.js +448 -444
- package/dist/cashflow/index.es.js +233 -231
- package/dist/common/components/GlobalAccountFilter.d.ts +2 -1
- package/dist/common/components/WidgetContainer.d.ts +2 -1
- package/dist/common/components/WidgetDateRangeSelector.d.ts +12 -0
- package/dist/common/hooks/index.d.ts +1 -0
- package/dist/common/hooks/useWidgetHeaderStyles.d.ts +32 -0
- package/dist/common/index.es.js +133 -132
- package/dist/core/types/Widgets.d.ts +1 -0
- package/dist/dashboard/index.es.js +3 -3
- package/dist/debts/components/actions/DebtsPriorityAction.d.ts +2 -1
- package/dist/debts/components/debtspriority/DebtsPriorityButton.d.ts +2 -1
- package/dist/debts/index.es.js +589 -587
- package/dist/finstrong/FinstrongWidget.d.ts +1 -1
- package/dist/finstrong/index.es.js +737 -745
- package/dist/goals/GoalsWidget.d.ts +1 -1
- package/dist/goals/index.es.js +439 -438
- package/dist/help/HelpWidget.d.ts +1 -1
- package/dist/help/index.es.js +21 -12
- package/dist/insights/components/index.d.ts +1 -0
- package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper.d.ts +12 -0
- package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation.d.ts +31 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.d.ts +3 -1
- package/dist/insights/index.es.js +976 -747
- package/dist/investments/InvestmentsWidget.d.ts +1 -1
- package/dist/investments/index.es.js +418 -417
- package/dist/networth/index.es.js +265 -278
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/RecurringTransactionsWidget.d.ts +1 -1
- package/dist/recurringtransactions/index.es.js +235 -232
- package/dist/settings/SettingsWidget.d.ts +1 -1
- package/dist/settings/index.es.js +283 -282
- package/dist/spending/index.es.js +109 -108
- package/dist/transactions/index.es.js +280 -277
- package/dist/trends/index.es.js +622 -615
- package/dist/{useScreenSize-B6JyS_Lj.mjs → useScreenSize-CUcpY7aJ.mjs} +1 -1
- package/package.json +1 -1
- package/dist/WidgetContainer-D-pbSa7L.mjs +0 -441
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { WidgetProps } from '../core';
|
|
2
|
-
export declare const HelpWidget: (({ onBackClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
2
|
+
export declare const HelpWidget: (({ onBackClick, onMenuClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
package/dist/help/index.es.js
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { observer as
|
|
3
|
-
import { H as
|
|
4
|
-
import { b as
|
|
5
|
-
import { u as
|
|
6
|
-
import { L as
|
|
7
|
-
import { W as
|
|
8
|
-
const
|
|
9
|
-
const { isInitialized: o } =
|
|
10
|
-
return
|
|
2
|
+
import { observer as m } from "mobx-react-lite";
|
|
3
|
+
import { H as s } from "../Help-BkmSY96v.mjs";
|
|
4
|
+
import { b as a } from "../hooks-BxkfR-Ff.mjs";
|
|
5
|
+
import { u as p } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
6
|
+
import { L as d } from "../Loader-D3rjKx72.mjs";
|
|
7
|
+
import { W as f } from "../WidgetContainer-DYKMArWw.mjs";
|
|
8
|
+
const L = m(({ onBackClick: e, onMenuClick: i, sx: t }) => {
|
|
9
|
+
const { isInitialized: o } = a();
|
|
10
|
+
return p({
|
|
11
11
|
widgetName: "HelpWidget",
|
|
12
12
|
isLoaded: o
|
|
13
|
-
}), o ? /* @__PURE__ */ r(
|
|
13
|
+
}), o ? /* @__PURE__ */ r(
|
|
14
|
+
f,
|
|
15
|
+
{
|
|
16
|
+
onBackClick: e,
|
|
17
|
+
onMenuClick: i,
|
|
18
|
+
showAccountFilter: !1,
|
|
19
|
+
sx: { p: 16 },
|
|
20
|
+
children: /* @__PURE__ */ r(s, { sx: t })
|
|
21
|
+
}
|
|
22
|
+
) : /* @__PURE__ */ r(d, {});
|
|
14
23
|
});
|
|
15
24
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
25
|
+
s as Help,
|
|
26
|
+
L as HelpWidget
|
|
18
27
|
};
|
|
@@ -48,4 +48,5 @@ export * from './feed/Header';
|
|
|
48
48
|
export * from './shared/InsightsCard/BeatCardMUI';
|
|
49
49
|
export * from './shared/InsightsCard/CardHeaderMUI';
|
|
50
50
|
export * from './shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount';
|
|
51
|
+
export * from './shared/DrillDownCalculation/DrillDownCalculation';
|
|
51
52
|
export * from './shared/SaveAnExtra100/SaveAnExtra100';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface CopyContent {
|
|
2
|
+
decrement_arial_label?: string;
|
|
3
|
+
increment_arial_label?: string;
|
|
4
|
+
}
|
|
5
|
+
interface BalanceStepperProps {
|
|
6
|
+
amount: string;
|
|
7
|
+
onDecrement?: () => void;
|
|
8
|
+
onIncrement?: () => void;
|
|
9
|
+
copy: CopyContent;
|
|
10
|
+
}
|
|
11
|
+
export declare const BalanceStepper: ({ amount, onDecrement, onIncrement, copy }: BalanceStepperProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const variants: {
|
|
2
|
+
SAVE_ENOUGH_TO_LIVE_ON: string;
|
|
3
|
+
SAVE_AN_EXTRA_100: string;
|
|
4
|
+
};
|
|
5
|
+
interface CopyContent {
|
|
6
|
+
header_content?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
body_content?: string;
|
|
9
|
+
body_description?: string;
|
|
10
|
+
available_text?: string;
|
|
11
|
+
total_remaining_text?: string;
|
|
12
|
+
increment_arial_label?: string;
|
|
13
|
+
decrement_arial_label?: string;
|
|
14
|
+
expenses_text?: string;
|
|
15
|
+
available_balances_text?: string;
|
|
16
|
+
average_monthly_spend_text?: string;
|
|
17
|
+
your_available_balances_text?: string;
|
|
18
|
+
}
|
|
19
|
+
interface DrillDownCalculationProps {
|
|
20
|
+
title: string;
|
|
21
|
+
open: boolean;
|
|
22
|
+
onClose: () => void;
|
|
23
|
+
date?: string;
|
|
24
|
+
variant: (typeof variants)[keyof typeof variants];
|
|
25
|
+
svgDateContent?: string;
|
|
26
|
+
availableBalances?: number;
|
|
27
|
+
copy: CopyContent;
|
|
28
|
+
averageMonthlySpend?: number;
|
|
29
|
+
}
|
|
30
|
+
export declare const DrillDownCalculation: ({ title, open, onClose, variant, svgDateContent, date, copy, availableBalances, averageMonthlySpend, }: DrillDownCalculationProps) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export {};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material/styles';
|
|
1
2
|
interface SaveEnoughToLiveOnBottomSectionProps {
|
|
2
3
|
content: string;
|
|
3
4
|
leftLabel: string;
|
|
4
5
|
leftValue: string;
|
|
5
6
|
rightLabel: string;
|
|
6
7
|
rightValue: string;
|
|
8
|
+
sx?: SxProps;
|
|
7
9
|
}
|
|
8
|
-
declare const SaveEnoughToLiveOnBottomSection: ({ content, leftLabel, leftValue, rightLabel, rightValue, }: SaveEnoughToLiveOnBottomSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare const SaveEnoughToLiveOnBottomSection: ({ content, leftLabel, leftValue, rightLabel, rightValue, sx, }: SaveEnoughToLiveOnBottomSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
11
|
export default SaveEnoughToLiveOnBottomSection;
|