@mx-cartographer/experiences 9.2.7 → 9.2.9-alpha.al0
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/{Analytics-B8AaC22u.mjs → Analytics-DST_WxYZ.mjs} +2 -2
- package/dist/{Analytics-B8AaC22u.mjs.map → Analytics-DST_WxYZ.mjs.map} +1 -1
- package/dist/{ApiEndpoints-DXwIYNUV.mjs → ApiEndpoints-YY8ajnnd.mjs} +2 -1
- package/dist/ApiEndpoints-YY8ajnnd.mjs.map +1 -0
- package/dist/{GlobalCopyApi-CLhyon-B.mjs → GlobalCopyApi-DNC5K2QG.mjs} +2 -2
- package/dist/{GlobalCopyApi-CLhyon-B.mjs.map → GlobalCopyApi-DNC5K2QG.mjs.map} +1 -1
- package/dist/{UserStore-CgsAunf1.mjs → UserStore-CzwmOm62.mjs} +182 -174
- package/dist/UserStore-CzwmOm62.mjs.map +1 -0
- package/dist/{ViewMoreMicroCard-B4oeGrbE.mjs → ViewMoreMicroCard-Bx9xa2z5.mjs} +3 -3
- package/dist/{ViewMoreMicroCard-B4oeGrbE.mjs.map → ViewMoreMicroCard-Bx9xa2z5.mjs.map} +1 -1
- package/dist/WidgetContainer-eosXfD5G.mjs +493 -0
- package/dist/WidgetContainer-eosXfD5G.mjs.map +1 -0
- package/dist/accounts/index.es.js +1 -1
- package/dist/budgets/index.es.js +1 -1
- package/dist/cashflow/index.es.js +1 -1
- package/dist/common/components/daterangeselector/DateRangeSelector.d.ts +14 -0
- package/dist/common/index.es.js +3 -3
- package/dist/core/api/SettingsApi.d.ts +4 -0
- package/dist/core/constants/ApiEndpoints.d.ts +1 -0
- package/dist/core/index.es.js +4 -4
- package/dist/core/stores/SettingsStore.d.ts +4 -0
- package/dist/core/types/localization/SettingsCopy.d.ts +6 -0
- package/dist/debts/index.es.js +1 -1
- package/dist/finstrong/index.es.js +1 -1
- package/dist/goals/index.es.js +1 -1
- package/dist/help/index.es.js +1 -1
- package/dist/investments/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +1 -1
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +1 -1
- package/dist/settings/components/profile/ProfileTab.d.ts +1 -1
- package/dist/settings/components/profile/actions/ResetPasswordAction.d.ts +4 -0
- package/dist/settings/index.es.js +460 -416
- package/dist/settings/index.es.js.map +1 -1
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/index.es.js +1 -1
- package/dist/trends/index.es.js +2 -2
- package/package.json +1 -1
- package/dist/ApiEndpoints-DXwIYNUV.mjs.map +0 -1
- package/dist/UserStore-CgsAunf1.mjs.map +0 -1
- package/dist/WidgetContainer-DvKtBdhn.mjs +0 -487
- package/dist/WidgetContainer-DvKtBdhn.mjs.map +0 -1
|
@@ -15,5 +15,9 @@ export declare class SettingsApi {
|
|
|
15
15
|
updateDevice: (device: Device) => Promise<any>;
|
|
16
16
|
updateNotificationProfile: (notificationProfile: NotificationProfile) => Promise<any>;
|
|
17
17
|
updateUserCommunicationProfile: (userCommunicationProfile: UserCommunicationProfile) => Promise<any>;
|
|
18
|
+
updatePassword: (params: {
|
|
19
|
+
new_password: string;
|
|
20
|
+
new_password_again: string;
|
|
21
|
+
}) => Promise<any>;
|
|
18
22
|
getInsightsNotificationProfiles: () => Promise<any>;
|
|
19
23
|
}
|
package/dist/core/index.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { A as g, a as m, b as C, c as N, d as h, B as f, e as E, f as D, g as b, C as I, h as M, i as R, j as B, D as L, F as G, k as _, G as H, l as P, m as U, n as x, o as O, H as F, p as k, q as v, r as w, M as W, s as Y, N as $, t as q, u as K, R as j, v as z, S as J, w as Q, T as X, x as Z, y as V, U as tt, z as at, W as st } from "../UserStore-
|
|
1
|
+
import { A as g, a as m, b as C, c as N, d as h, B as f, e as E, f as D, g as b, C as I, h as M, i as R, j as B, D as L, F as G, k as _, G as H, l as P, m as U, n as x, o as O, H as F, p as k, q as v, r as w, M as W, s as Y, N as $, t as q, u as K, R as j, v as z, S as J, w as Q, T as X, x as Z, y as V, U as tt, z as at, W as st } from "../UserStore-CzwmOm62.mjs";
|
|
2
2
|
import { b as ot, a as nt, d as rt, c as it, A as ct, C as pt, e as At, E as St, M as ut, N as lt, P as Tt, f as yt, g as dt, S as gt } from "../Account-DR7Plrqy.mjs";
|
|
3
3
|
import { A as Ct, B as Nt, I as ht, N as ft } from "../Notification-DTNYSd8P.mjs";
|
|
4
|
-
import { F as n } from "../GlobalCopyApi-
|
|
5
|
-
import { A as Dt, B as bt, G as It } from "../GlobalCopyApi-
|
|
4
|
+
import { F as n } from "../GlobalCopyApi-DNC5K2QG.mjs";
|
|
5
|
+
import { A as Dt, B as bt, G as It } from "../GlobalCopyApi-DNC5K2QG.mjs";
|
|
6
6
|
import { F as Rt, a as Bt, b as Lt, R as Gt } from "../RecurringTransactionsUtil-CfWviBh1.mjs";
|
|
7
7
|
import { G as Ht, M as Pt, T as Ut } from "../GoalsUtil-C9EnLWvC.mjs";
|
|
8
8
|
import { L as Ot, V as Ft, b as kt, g as vt } from "../Localization-DnoVyBNK.mjs";
|
|
9
|
-
import { A as e } from "../ApiEndpoints-
|
|
9
|
+
import { A as e } from "../ApiEndpoints-YY8ajnnd.mjs";
|
|
10
10
|
import { T as r } from "../TransactionUtils-BphBJBbU.mjs";
|
|
11
11
|
import { b as Wt } from "../TransactionUtils-BphBJBbU.mjs";
|
|
12
12
|
class T {
|
|
@@ -38,6 +38,10 @@ export declare class SettingsStore {
|
|
|
38
38
|
severity: import('@mui/types').OverridableStringUnion<import('@mui/material').AlertColor, import('@mui/material').AlertPropsColorOverrides> | undefined;
|
|
39
39
|
};
|
|
40
40
|
setSelectedRule: (rule?: TransactionRule) => void;
|
|
41
|
+
updatePassword: (params: {
|
|
42
|
+
new_password: string;
|
|
43
|
+
new_password_again: string;
|
|
44
|
+
}) => Promise<void>;
|
|
41
45
|
updateDevice: (device: Device) => Promise<{
|
|
42
46
|
success: boolean;
|
|
43
47
|
}>;
|
|
@@ -6,6 +6,7 @@ export interface SettingsCopy {
|
|
|
6
6
|
budgets_subtitle: string;
|
|
7
7
|
budgets_title: string;
|
|
8
8
|
category: string;
|
|
9
|
+
confirm_new_password: string;
|
|
9
10
|
confirm_email: string;
|
|
10
11
|
confirm_phone: string;
|
|
11
12
|
confirm_your_email: string;
|
|
@@ -84,9 +85,13 @@ export interface SettingsCopy {
|
|
|
84
85
|
notification_transaction_fee: string;
|
|
85
86
|
notification_transaction_is_international: string;
|
|
86
87
|
notifications_label: string;
|
|
88
|
+
password_updated_error: string;
|
|
89
|
+
password_updated_success: string;
|
|
87
90
|
payee: string;
|
|
88
91
|
personal_details: string;
|
|
89
92
|
profile_label: string;
|
|
93
|
+
reset_password: string;
|
|
94
|
+
save_password: string;
|
|
90
95
|
select_category: string;
|
|
91
96
|
send_verification: string;
|
|
92
97
|
title: string;
|
|
@@ -103,6 +108,7 @@ export interface SettingsCopy {
|
|
|
103
108
|
verify_email: string;
|
|
104
109
|
verify_phone: string;
|
|
105
110
|
zip_code: string;
|
|
111
|
+
new_password: string;
|
|
106
112
|
notification_types_title: string;
|
|
107
113
|
large_transaction: string;
|
|
108
114
|
account_balance_low: string;
|
package/dist/debts/index.es.js
CHANGED
|
@@ -42,7 +42,7 @@ import it from "@mui/material/ListItem";
|
|
|
42
42
|
import lt from "@mui/material/Popover";
|
|
43
43
|
import { u as st } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
44
44
|
import { L as ct } from "../Loader-CxeBwuPG.mjs";
|
|
45
|
-
import { W as dt } from "../WidgetContainer-
|
|
45
|
+
import { W as dt } from "../WidgetContainer-eosXfD5G.mjs";
|
|
46
46
|
import { E as pt } from "../EmptyState-CJUDc3kD.mjs";
|
|
47
47
|
import { C as ut } from "../ConnectDrawer-CW4LA3H3.mjs";
|
|
48
48
|
function ht(r, n, o = 0) {
|
|
@@ -78,7 +78,7 @@ import So from "@mui/material/Accordion";
|
|
|
78
78
|
import vo from "@mui/material/AccordionDetails";
|
|
79
79
|
import wo from "@mui/material/AccordionSummary";
|
|
80
80
|
import { u as ko } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
81
|
-
import { W as Mo } from "../WidgetContainer-
|
|
81
|
+
import { W as Mo } from "../WidgetContainer-eosXfD5G.mjs";
|
|
82
82
|
const Ae = {
|
|
83
83
|
creditScore: {
|
|
84
84
|
poor: 600,
|
package/dist/goals/index.es.js
CHANGED
|
@@ -50,7 +50,7 @@ import { D as pt } from "../Dialog-Bvd2n8hz.mjs";
|
|
|
50
50
|
import { u as Me } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
51
51
|
import { A as $ } from "../Analytics-D-jdcL72.mjs";
|
|
52
52
|
import { L as Le } from "../Loader-CxeBwuPG.mjs";
|
|
53
|
-
import { W as ht } from "../WidgetContainer-
|
|
53
|
+
import { W as ht } from "../WidgetContainer-eosXfD5G.mjs";
|
|
54
54
|
import { E as bt } from "../EmptyState-CJUDc3kD.mjs";
|
|
55
55
|
import ft from "@mui/material/Box";
|
|
56
56
|
import { useTheme as gt } from "@mui/material/styles";
|
package/dist/help/index.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { H as s } from "../Help-D4sOpItq.mjs";
|
|
|
4
4
|
import { a } from "../hooks-97sNJ_lf.mjs";
|
|
5
5
|
import { u as p } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
6
6
|
import { L as d } from "../Loader-CxeBwuPG.mjs";
|
|
7
|
-
import { W as f } from "../WidgetContainer-
|
|
7
|
+
import { W as f } from "../WidgetContainer-eosXfD5G.mjs";
|
|
8
8
|
const L = m(({ onBackClick: e, onMenuClick: i, sx: t }) => {
|
|
9
9
|
const { isInitialized: o } = a();
|
|
10
10
|
return p({
|
|
@@ -38,7 +38,7 @@ import { DataGridPro as $e } from "@mui/x-data-grid-pro";
|
|
|
38
38
|
import { Stack as Pe } from "@mui/material";
|
|
39
39
|
import { L as De } from "../Loader-CxeBwuPG.mjs";
|
|
40
40
|
import { u as qe } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
41
|
-
import { W as Ke } from "../WidgetContainer-
|
|
41
|
+
import { W as Ke } from "../WidgetContainer-eosXfD5G.mjs";
|
|
42
42
|
import { c as Ye } from "../Account-DR7Plrqy.mjs";
|
|
43
43
|
import { E as Qe } from "../EmptyState-CJUDc3kD.mjs";
|
|
44
44
|
const me = ({ sx: t = {} }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as u, C as s, I as c, a as v, b as C, M as R, c as H, d as M, N as F, V, Z as x } from "../ViewMoreMicroCard-
|
|
1
|
+
import { A as u, C as s, I as c, a as v, b as C, M as R, c as H, d as M, N as F, V, Z as x } from "../ViewMoreMicroCard-Bx9xa2z5.mjs";
|
|
2
2
|
import { B as Z } from "../BeatMaterialIcon-1KOfRZrA.mjs";
|
|
3
3
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
4
4
|
const a = ({
|
|
@@ -32,7 +32,7 @@ import xe from "@mui/material/Collapse";
|
|
|
32
32
|
import K from "@mui/material/ListItemIcon";
|
|
33
33
|
import { g as U } from "../NetWorthUtils-Dj7CgAg2.mjs";
|
|
34
34
|
import { D as V } from "../Drawer-DsnW2o0v.mjs";
|
|
35
|
-
import { W as ge } from "../WidgetContainer-
|
|
35
|
+
import { W as ge } from "../WidgetContainer-eosXfD5G.mjs";
|
|
36
36
|
import { E as ye } from "../EmptyState-CJUDc3kD.mjs";
|
|
37
37
|
const Ce = ({ amount: t, copy: s, trendValue: i }) => {
|
|
38
38
|
const n = i > 0, o = i === 0 ? "trending_flat" : n ? "trending_up" : "trending_down";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { A as f, B as N, N as A } from "../Notification-DTNYSd8P.mjs";
|
|
2
|
-
import { A as y } from "../ApiEndpoints-
|
|
2
|
+
import { A as y } from "../ApiEndpoints-YY8ajnnd.mjs";
|
|
3
3
|
import { jsx as t, jsxs as l, Fragment as S } from "react/jsx-runtime";
|
|
4
4
|
import T, { useEffect as D } from "react";
|
|
5
5
|
import { observer as p } from "mobx-react-lite";
|
|
@@ -58,7 +58,7 @@ import { D as ie } from "../Drawer-DsnW2o0v.mjs";
|
|
|
58
58
|
import { S as Ae } from "../SkeletonLoader-BaNboJjD.mjs";
|
|
59
59
|
import { u as oe } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
60
60
|
import { L as ae } from "../Loader-CxeBwuPG.mjs";
|
|
61
|
-
import { W as Rt } from "../WidgetContainer-
|
|
61
|
+
import { W as Rt } from "../WidgetContainer-eosXfD5G.mjs";
|
|
62
62
|
import { M as Tt } from "../MiniWidgetContainer-Bmv_WeUd.mjs";
|
|
63
63
|
import { u as _t } from "../useDimensions-CeDR9V8N.mjs";
|
|
64
64
|
import { M as Dt } from "../MicroWidgetContainer-B2NnKBgW.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
interface ProfileFormProps {
|
|
3
3
|
availableWidth?: number;
|
|
4
|
-
|
|
4
|
+
handleOnLeaveClick?: () => void;
|
|
5
5
|
}
|
|
6
6
|
declare const _default: React.FunctionComponent<ProfileFormProps>;
|
|
7
7
|
export default _default;
|