@mx-cartographer/experiences 9.2.8 → 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.
Files changed (26) hide show
  1. package/dist/{Analytics-B8AaC22u.mjs → Analytics-DST_WxYZ.mjs} +2 -2
  2. package/dist/{Analytics-B8AaC22u.mjs.map → Analytics-DST_WxYZ.mjs.map} +1 -1
  3. package/dist/{ApiEndpoints-DXwIYNUV.mjs → ApiEndpoints-YY8ajnnd.mjs} +2 -1
  4. package/dist/ApiEndpoints-YY8ajnnd.mjs.map +1 -0
  5. package/dist/{GlobalCopyApi-CLhyon-B.mjs → GlobalCopyApi-DNC5K2QG.mjs} +2 -2
  6. package/dist/{GlobalCopyApi-CLhyon-B.mjs.map → GlobalCopyApi-DNC5K2QG.mjs.map} +1 -1
  7. package/dist/{UserStore-CgsAunf1.mjs → UserStore-CzwmOm62.mjs} +182 -174
  8. package/dist/UserStore-CzwmOm62.mjs.map +1 -0
  9. package/dist/{ViewMoreMicroCard-B4oeGrbE.mjs → ViewMoreMicroCard-Bx9xa2z5.mjs} +3 -3
  10. package/dist/{ViewMoreMicroCard-B4oeGrbE.mjs.map → ViewMoreMicroCard-Bx9xa2z5.mjs.map} +1 -1
  11. package/dist/common/index.es.js +2 -2
  12. package/dist/core/api/SettingsApi.d.ts +4 -0
  13. package/dist/core/constants/ApiEndpoints.d.ts +1 -0
  14. package/dist/core/index.es.js +4 -4
  15. package/dist/core/stores/SettingsStore.d.ts +4 -0
  16. package/dist/core/types/localization/SettingsCopy.d.ts +6 -0
  17. package/dist/microinsights/index.es.js +1 -1
  18. package/dist/notifications/index.es.js +1 -1
  19. package/dist/settings/components/profile/ProfileTab.d.ts +1 -1
  20. package/dist/settings/components/profile/actions/ResetPasswordAction.d.ts +4 -0
  21. package/dist/settings/index.es.js +460 -416
  22. package/dist/settings/index.es.js.map +1 -1
  23. package/dist/trends/index.es.js +1 -1
  24. package/package.json +1 -1
  25. package/dist/ApiEndpoints-DXwIYNUV.mjs.map +0 -1
  26. package/dist/UserStore-CgsAunf1.mjs.map +0 -1
@@ -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-CgsAunf1.mjs";
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-CLhyon-B.mjs";
5
- import { A as Dt, B as bt, G as It } from "../GlobalCopyApi-CLhyon-B.mjs";
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-DXwIYNUV.mjs";
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;
@@ -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-B4oeGrbE.mjs";
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 = ({
@@ -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-DXwIYNUV.mjs";
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";
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  interface ProfileFormProps {
3
3
  availableWidth?: number;
4
- handleOnLeavClick?: () => void;
4
+ handleOnLeaveClick?: () => void;
5
5
  }
6
6
  declare const _default: React.FunctionComponent<ProfileFormProps>;
7
7
  export default _default;
@@ -0,0 +1,4 @@
1
+ declare const ResetPasswordAction: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default ResetPasswordAction;