@mx-cartographer/experiences 7.0.57 → 7.0.58-alpha-ram1
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 +4 -0
- package/dist/{Account-DoxALziV.mjs → Account-tMsdS_fR.mjs} +1 -1
- package/dist/{AccountDetailsContent-DsD3Wzu7.mjs → AccountDetailsContent-C8fH-FQB.mjs} +7 -7
- package/dist/{AccountDetailsHeader-DN2pk4QW.mjs → AccountDetailsHeader-DNAjoL-S.mjs} +4 -4
- package/dist/{AccountFields-CuivK48n.mjs → AccountFields-Dg6oj8cP.mjs} +2 -2
- package/dist/{AccountListItem-BAdwVscV.mjs → AccountListItem-Beq27kHX.mjs} +3 -3
- package/dist/{AccountStore-DWiQAs6V.mjs → AccountStore-CHPKVGWf.mjs} +1 -1
- package/dist/{Accounts-CNnOAmr2.mjs → Accounts-C5gB9veQ.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-BmenK5bu.mjs → CategorySelectorDrawer-CedQx6n6.mjs} +1 -1
- package/dist/{ConnectDrawer-DJA_S-rX.mjs → ConnectDrawer-CUKAktmo.mjs} +1 -1
- package/dist/{ConnectionsDrawer-CU3E2RLw.mjs → ConnectionsDrawer-CwmI5IXT.mjs} +2 -2
- package/dist/{DebtsStore-CoZ30R-_.mjs → DebtsStore-Blg0V9AH.mjs} +1 -1
- package/dist/Drawer-BEtCk82g.mjs +163 -0
- package/dist/{GoalStore-DxOUk36P.mjs → GoalStore-BNyhflZu.mjs} +1 -1
- package/dist/{Help-CzBAsKA2.mjs → Help-BYF21T2N.mjs} +1 -1
- package/dist/{ManageIncome-BX7dzGF8.mjs → ManageIncome-BftkBLLt.mjs} +59 -57
- package/dist/{NetWorthStore-f6RQno5Z.mjs → NetWorthStore-DgWH61d0.mjs} +2 -2
- package/dist/{NotificationSettings-C215AwS0.mjs → NotificationSettings-4OsC52PM.mjs} +1 -1
- package/dist/{RecurringSettings-qv7DNYac.mjs → RecurringSettings-DWRuYGXq.mjs} +2 -2
- package/dist/{TransactionDetails-DAp_CPCP.mjs → TransactionDetails-Csjr1ivB.mjs} +3 -3
- package/dist/{WidgetContainer-B8MRJ5Y1.mjs → WidgetContainer-Dr9acAPp.mjs} +2 -2
- package/dist/accounts/components/AccountsListCompact.d.ts +9 -0
- package/dist/accounts/index.es.js +12 -12
- package/dist/budgets/index.es.js +6 -6
- package/dist/cashflow/index.es.js +6 -6
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/drawer/Drawer.d.ts +3 -0
- package/dist/common/components/drawer/Footer.d.ts +17 -0
- package/dist/common/index.es.js +10 -10
- package/dist/common/types/Finstrong.d.ts +6 -0
- package/dist/common/types/localization/FinstrongCopy.d.ts +10 -0
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/index.es.js +6 -6
- package/dist/finstrong/components/DoubleBarChart.d.ts +26 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsSaveTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +2 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
- package/dist/finstrong/components/Onboarding.d.ts +5 -0
- package/dist/finstrong/components/OnboardingAddMonthlyIncome.d.ts +11 -0
- package/dist/finstrong/components/OnboardingStepsDrawer.d.ts +14 -0
- package/dist/finstrong/components/OnboardingStepsHeader.d.ts +8 -0
- package/dist/finstrong/components/ProgressBar.d.ts +15 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +4 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +4 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
- package/dist/finstrong/constants/index.d.ts +8 -0
- package/dist/finstrong/index.es.js +1044 -810
- package/dist/finstrong/util/finstrongUtils.d.ts +9 -0
- package/dist/goals/index.es.js +8 -8
- package/dist/help/index.es.js +2 -2
- package/dist/investments/index.es.js +3 -3
- package/dist/networth/index.es.js +5 -5
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +6 -6
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +3 -3
- package/dist/transactions/index.es.js +6 -6
- package/dist/trends/index.es.js +4 -4
- package/dist/{useAccountDisplayName-CyPD_TFR.mjs → useAccountDisplayName-Ngo3TWV4.mjs} +1 -1
- package/package.json +1 -1
- package/dist/Drawer-kEE73B87.mjs +0 -113
|
@@ -38,12 +38,22 @@ interface KeyIndicatorSave {
|
|
|
38
38
|
emergency_savings_title: string;
|
|
39
39
|
title: string;
|
|
40
40
|
}
|
|
41
|
+
export interface PayBillsOnTimeProps {
|
|
42
|
+
pay_bills_on_time_description: string;
|
|
43
|
+
pay_bills_on_time_sticky_description: string;
|
|
44
|
+
pay_bills_on_time_sticky_fee_count: string;
|
|
45
|
+
pay_bills_on_time_sticky_state: string;
|
|
46
|
+
pay_bills_on_time_title: string;
|
|
47
|
+
pay_bills_on_time_zero_fees_title: string;
|
|
48
|
+
pay_bills_on_time_zero_fees_description: string;
|
|
49
|
+
}
|
|
41
50
|
interface KeyIndicatorSpend {
|
|
42
51
|
count_card_title: string;
|
|
43
52
|
count_fair_description: string;
|
|
44
53
|
count_good_description: string;
|
|
45
54
|
count_missing_description: string;
|
|
46
55
|
count_off_track_description: string;
|
|
56
|
+
pay_bills_on_time_drawer: PayBillsOnTimeProps;
|
|
47
57
|
ratio_card_title: string;
|
|
48
58
|
ratio_fair_description: string;
|
|
49
59
|
ratio_good_description: string;
|
|
@@ -14,7 +14,7 @@ import T from "@mui/material/Button";
|
|
|
14
14
|
import $ from "@mui/material/IconButton";
|
|
15
15
|
import j from "@mui/material/Tooltip";
|
|
16
16
|
import H from "@mui/material/useMediaQuery";
|
|
17
|
-
import { j as R, k as Q } from "../ConnectDrawer-
|
|
17
|
+
import { j as R, k as Q } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
18
18
|
import { u as z } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
19
|
const E = _(() => {
|
|
20
20
|
const e = k(), {
|
package/dist/debts/index.es.js
CHANGED
|
@@ -8,22 +8,22 @@ 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-Blg0V9AH.mjs";
|
|
12
|
+
import { a as Fr } from "../DebtsStore-Blg0V9AH.mjs";
|
|
13
13
|
import { f as M, a as Be } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
14
14
|
import { f as K, D as U } from "../Dialog-CWW597AF.mjs";
|
|
15
15
|
import { G as Me, x as q, u as C, l as V, g as k, d as Z, b as Pe } from "../hooks-CE2TKk4a.mjs";
|
|
16
16
|
import { u as Y } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
17
|
-
import { D as te } from "../Drawer-
|
|
17
|
+
import { D as te } from "../Drawer-BEtCk82g.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-DNAjoL-S.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-Dr9acAPp.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";
|
|
@@ -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-CUKAktmo.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";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface FinancialData {
|
|
3
|
+
month: number;
|
|
4
|
+
standard_spend: number;
|
|
5
|
+
income: number;
|
|
6
|
+
}
|
|
7
|
+
export interface ChartDataPoint {
|
|
8
|
+
label: string;
|
|
9
|
+
main: number;
|
|
10
|
+
comparison: number;
|
|
11
|
+
formattedMain: string;
|
|
12
|
+
formattedComparison: string;
|
|
13
|
+
[key: string]: string | number;
|
|
14
|
+
}
|
|
15
|
+
export interface DoubleBarChartProps {
|
|
16
|
+
data: FinancialData[];
|
|
17
|
+
title: string;
|
|
18
|
+
buttonLabel?: string;
|
|
19
|
+
legendLabelMain: string;
|
|
20
|
+
legendLabelComparison: string;
|
|
21
|
+
onClick?: () => void;
|
|
22
|
+
totalMain: string;
|
|
23
|
+
totalComparison: string;
|
|
24
|
+
}
|
|
25
|
+
declare const DoubleBarChart: React.FC<DoubleBarChartProps>;
|
|
26
|
+
export default DoubleBarChart;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const _default: React.FunctionComponent<{}>;
|
|
3
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const _default: React.FunctionComponent<{}>;
|
|
3
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const _default: React.FunctionComponent<{}>;
|
|
3
|
+
export default _default;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { KeyIndicatorsCardState } from '../../common/types/Finstrong';
|
|
3
|
+
import { KeyIndicatorsTabItemType } from '../constants';
|
|
3
4
|
interface KeyIndicatorsTabsItemProps {
|
|
5
|
+
drawerFor: KeyIndicatorsTabItemType;
|
|
4
6
|
title: string;
|
|
5
7
|
description: string;
|
|
6
8
|
cardState: KeyIndicatorsCardState;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { KeyIndicatorsTabItemType } from '../constants';
|
|
2
|
+
interface KeyIndicatorsTabItemDrawerProps {
|
|
3
|
+
drawerFor: KeyIndicatorsTabItemType;
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: (({ drawerFor, isOpen, onClose, }: KeyIndicatorsTabItemDrawerProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const _default: React.FunctionComponent<{}>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Transaction } from '../../common';
|
|
2
|
+
import { StepState } from './OnboardingStepsDrawer';
|
|
3
|
+
interface OnboardingAddMonthlyIncomeProps {
|
|
4
|
+
incomeTransactions: Transaction[];
|
|
5
|
+
setCurrentStep: (step: StepState) => void;
|
|
6
|
+
transaction: Transaction;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: (({ incomeTransactions, setCurrentStep, transaction, }: OnboardingAddMonthlyIncomeProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnboardingSteps } from '../../common/types/Finstrong';
|
|
2
|
+
interface OnboardingStepsDrawerProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
}
|
|
6
|
+
type StepType = 'main' | 'detail';
|
|
7
|
+
export interface StepState {
|
|
8
|
+
step: OnboardingSteps;
|
|
9
|
+
type: StepType;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: (({ isOpen, onClose }: OnboardingStepsDrawerProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface OnboardingStepsHeaderProps {
|
|
2
|
+
completeCopy: string;
|
|
3
|
+
primaryText: string;
|
|
4
|
+
secondaryText: string;
|
|
5
|
+
value: number;
|
|
6
|
+
}
|
|
7
|
+
declare const OnboardingStepsHeader: ({ completeCopy, primaryText, secondaryText, value, }: OnboardingStepsHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default OnboardingStepsHeader;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export type ProgressBarStatus = 'GOOD' | 'FAIR' | 'OFF_TRACK' | 'MISSING';
|
|
3
|
+
interface StatusBarDataItem {
|
|
4
|
+
percentage: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ProgressBarProps {
|
|
8
|
+
label: string;
|
|
9
|
+
value: string;
|
|
10
|
+
status: ProgressBarStatus;
|
|
11
|
+
bottomComponent: React.ReactNode;
|
|
12
|
+
statusBarData: StatusBarDataItem[];
|
|
13
|
+
}
|
|
14
|
+
declare const ProgressBar: React.FC<ProgressBarProps>;
|
|
15
|
+
export default ProgressBar;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SpringValue } from '@react-spring/web';
|
|
3
|
+
interface BarStyleProps extends React.CSSProperties {
|
|
4
|
+
x?: SpringValue<number>;
|
|
5
|
+
y?: SpringValue<number>;
|
|
6
|
+
}
|
|
7
|
+
interface CustomDoubleBarPlotProps {
|
|
8
|
+
color: string;
|
|
9
|
+
data: DataSet[];
|
|
10
|
+
series: Series;
|
|
11
|
+
style: BarStyleProps;
|
|
12
|
+
}
|
|
13
|
+
interface Series {
|
|
14
|
+
index: number;
|
|
15
|
+
type: number;
|
|
16
|
+
}
|
|
17
|
+
export interface DataSet {
|
|
18
|
+
comparison: number;
|
|
19
|
+
formattedComparison: string;
|
|
20
|
+
formattedMain: string;
|
|
21
|
+
label: string;
|
|
22
|
+
main: number;
|
|
23
|
+
}
|
|
24
|
+
export declare const CustomDoubleBarPlot: ({ color, data, series, style, ...restProps }: CustomDoubleBarPlotProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare enum KeyIndicatorsTabItemType {
|
|
2
|
+
SpendLessThanYouMake = "spendLessThanYouMake",
|
|
3
|
+
PayBillsOnTime = "payBillsOnTime",
|
|
4
|
+
SaveEnoughToLiveOn = "saveEnoughToLiveOn",
|
|
5
|
+
MaintainEmergencySavings = "maintainEmergencySavings",
|
|
6
|
+
HaveManageableDebt = "haveManageableDebt",
|
|
7
|
+
HaveAGoodCreditScore = "haveAGoodCreditScore"
|
|
8
|
+
}
|