@mx-cartographer/experiences 7.13.21 → 7.13.22-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 (67) hide show
  1. package/dist/{AccountDetailsHeader-D9gbTbUt.mjs → AccountDetailsHeader-CG9VtEpj.mjs} +2 -2
  2. package/dist/{AccountListItem-D9WJDbZ1.mjs → AccountListItem-BDFCEhSI.mjs} +2 -2
  3. package/dist/{AccountStore-DpYvNnql.mjs → AccountStore-Bn1eH2EU.mjs} +1 -1
  4. package/dist/{BudgetUtil-CLhRnCoX.mjs → BudgetUtil-BCSxP3M3.mjs} +1 -1
  5. package/dist/{CategorySelectorDrawer-Dc9Widy9.mjs → CategorySelectorDrawer-tvJUjmwZ.mjs} +1 -1
  6. package/dist/{Connect-eYIWqCEr.mjs → Connect-CmjOgy5v.mjs} +1 -1
  7. package/dist/{ConnectDrawer-C0wjwcJt.mjs → ConnectDrawer-Be0RkL7I.mjs} +2 -2
  8. package/dist/{ConnectionsDrawer-IA7vnv1J.mjs → ConnectionsDrawer-yeD_PsY1.mjs} +2 -2
  9. package/dist/{CurrencyInput-DuMktPu3.mjs → CurrencyInput-xu9UcYZR.mjs} +1 -1
  10. package/dist/DateRangeSelector-DE4UR77m.mjs +275 -0
  11. package/dist/{ExportCsvAction-izkIdXj5.mjs → ExportCsvAction-CLUDN8jI.mjs} +3 -3
  12. package/dist/{GlobalAccountFilter-B73Pw1hJ.mjs → GlobalAccountFilter-BkUeAltd.mjs} +90 -96
  13. package/dist/{GoalStore-DB58sKTC.mjs → GoalStore-DMhiGiF4.mjs} +1 -1
  14. package/dist/{Help-D-laTbKu.mjs → Help-pcoNjCaF.mjs} +1 -1
  15. package/dist/{LineChart-EAr5ox5U.mjs → LineChart-DIjY-HBq.mjs} +1 -1
  16. package/dist/{ListItemAction-4KB7P75M.mjs → ListItemAction-BQIdxB-9.mjs} +1 -1
  17. package/dist/{ManageIncome-B1j-AzI1.mjs → ManageIncome-DWVaWpCT.mjs} +4 -4
  18. package/dist/{MicroWidgetContainer-B_EnfvCq.mjs → MicroWidgetContainer-CTMkXRJM.mjs} +1 -1
  19. package/dist/{MiniWidgetContainer-Bhkv-hpz.mjs → MiniWidgetContainer-BKPN3c-6.mjs} +1 -1
  20. package/dist/{NotificationSettings-C77J42Ue.mjs → NotificationSettings-O3iUw7-O.mjs} +32 -32
  21. package/dist/{OriginalBalanceAction-DjpvVVFz.mjs → OriginalBalanceAction-2lCGZTRv.mjs} +3 -3
  22. package/dist/{RecurringSettings-Dyj3i0ZJ.mjs → RecurringSettings-DNko1CD0.mjs} +2 -2
  23. package/dist/{SpendingLegend-BgjazduU.mjs → SpendingLegend-CGYqNtOp.mjs} +1 -1
  24. package/dist/{StatusIndicator-CIKUOoN_.mjs → StatusIndicator-CnDblSmc.mjs} +2 -2
  25. package/dist/{Transaction-CqjlF6SO.mjs → Transaction-Bd0myZzA.mjs} +1 -1
  26. package/dist/{TransactionDetails-CwqokbQo.mjs → TransactionDetails-DAB5arBD.mjs} +6 -6
  27. package/dist/{TransactionStore-rpqhGX8m.mjs → TransactionStore-hzVucfUK.mjs} +2 -2
  28. package/dist/{ViewMoreMicroCard-D24H9kDm.mjs → ViewMoreMicroCard-BWCe3UeO.mjs} +1 -1
  29. package/dist/WidgetContainer-BPeSl0Dj.mjs +180 -0
  30. package/dist/WidgetContainerV2-BjOelON7.mjs +127 -0
  31. package/dist/accounts/index.es.js +218 -219
  32. package/dist/analytics/index.es.js +8 -8
  33. package/dist/budgets/index.es.js +408 -409
  34. package/dist/cashflow/index.es.js +227 -228
  35. package/dist/categories/index.es.js +1 -1
  36. package/dist/common/components/GlobalAccountFilter.d.ts +1 -1
  37. package/dist/common/components/WidgetContainer.d.ts +3 -2
  38. package/dist/common/components/WidgetContainerV2.d.ts +4 -0
  39. package/dist/common/components/index.d.ts +1 -0
  40. package/dist/common/index.es.js +167 -164
  41. package/dist/dashboard/index.es.js +5 -5
  42. package/dist/debts/index.es.js +585 -586
  43. package/dist/{exportTransactionsToCSV-CdTF_RqL.mjs → exportTransactionsToCSV-CamFllci.mjs} +1 -1
  44. package/dist/finstrong/FinstrongWidget.d.ts +1 -1
  45. package/dist/finstrong/index.es.js +641 -652
  46. package/dist/goals/GoalsWidget.d.ts +1 -1
  47. package/dist/goals/index.es.js +498 -499
  48. package/dist/help/index.es.js +8 -8
  49. package/dist/{hooks-BxkfR-Ff.mjs → hooks-DOWEalfb.mjs} +2 -2
  50. package/dist/insights/index.es.js +3 -3
  51. package/dist/investments/InvestmentsWidget.d.ts +1 -1
  52. package/dist/investments/index.es.js +448 -449
  53. package/dist/merchants/index.es.js +1 -1
  54. package/dist/microinsights/index.es.js +1 -1
  55. package/dist/networth/index.es.js +182 -196
  56. package/dist/notifications/index.es.js +2 -2
  57. package/dist/recurringtransactions/RecurringTransactionsWidget.d.ts +1 -1
  58. package/dist/recurringtransactions/index.es.js +240 -242
  59. package/dist/settings/index.es.js +7 -7
  60. package/dist/spending/index.es.js +8 -8
  61. package/dist/transactions/index.es.js +246 -248
  62. package/dist/trends/index.es.js +12 -12
  63. package/dist/{useAccountDisplayName-DKwT1mWv.mjs → useAccountDisplayName-DQc7zGqk.mjs} +1 -1
  64. package/dist/{useInsightsEnabled-DL_oNyI0.mjs → useInsightsEnabled-DojdZhOg.mjs} +1 -1
  65. package/dist/{useWidgetLoadTimer-DgN1bTyu.mjs → useWidgetLoadTimer-DmYEMfRw.mjs} +1 -1
  66. package/package.json +1 -1
  67. package/dist/WidgetContainer-B7xDq2bM.mjs +0 -441
@@ -1,4 +1,4 @@
1
- import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-Dc9Widy9.mjs";
1
+ import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-tvJUjmwZ.mjs";
2
2
  import { C as g } from "../CategoryStore-FTxUbn0f.mjs";
3
3
  export {
4
4
  o as CategoryRow,
@@ -6,6 +6,6 @@ export interface GlobalAccountFilterProps {
6
6
  sx?: SxProps;
7
7
  variant?: 'outlined' | 'text';
8
8
  }
9
- export declare const GlobalAccountFilter: (({ allowedAccountTypes, onAccountFilterClick, sx, variant, }: GlobalAccountFilterProps) => import("react/jsx-runtime").JSX.Element) & {
9
+ export declare const GlobalAccountFilter: (({ allowedAccountTypes, onAccountFilterClick, variant }: GlobalAccountFilterProps) => import("react/jsx-runtime").JSX.Element) & {
10
10
  displayName: string;
11
11
  };
@@ -1,4 +1,4 @@
1
- import { default as React, PropsWithChildren } from 'react';
1
+ import { default as React, PropsWithChildren, ReactNode } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
3
  import { AccountType } from '../../common';
4
4
  import { CalendarActions } from './daterangeselector/DateRangeSelector';
@@ -7,10 +7,11 @@ type Action = {
7
7
  iconName: string;
8
8
  onClick: () => void;
9
9
  };
10
- interface WidgetContainerProps {
10
+ export interface WidgetContainerProps {
11
11
  allowedAccountTypes?: AccountType[] | undefined;
12
12
  actions?: (Action | JSX.Element)[];
13
13
  calendarActions?: CalendarActions;
14
+ children?: ReactNode | undefined;
14
15
  className?: string;
15
16
  dateRange?: {
16
17
  start: Date;
@@ -0,0 +1,4 @@
1
+ import { WidgetContainerProps } from './WidgetContainer';
2
+ export declare const WidgetContainerV2: (({ actions, allowedAccountTypes, calendarActions, children, className, dateRange, dateRangeVariant, onAccountsFilterClick, showAccountFilter, sx, title, }: WidgetContainerProps) => import("react/jsx-runtime").JSX.Element | null) & {
3
+ displayName: string;
4
+ };
@@ -8,6 +8,7 @@ export { default as ErrorBoundary } from './ErrorBoundary';
8
8
  export { default as MicroWidgetContainer } from './MicroWidgetContainer';
9
9
  export { default as MiniWidgetContainer } from './MiniWidgetContainer';
10
10
  export { WidgetContainer } from './WidgetContainer';
11
+ export { WidgetContainerV2 } from './WidgetContainerV2';
11
12
  export { default as ConnectDrawer } from './ConnectDrawer';
12
13
  export { default as CurrencyDialog } from './CurrencyDialog';
13
14
  export { default as CurrencyInput } from './CurrencyInput';
@@ -6,60 +6,62 @@ import { C as $ } from "../CategoryStore-FTxUbn0f.mjs";
6
6
  import { a as Ue } from "../CategoryStore-FTxUbn0f.mjs";
7
7
  import { N as F } from "../NotificationStore-DraMNLzu.mjs";
8
8
  import { a as Oe } from "../NotificationStore-DraMNLzu.mjs";
9
- import { T as G } from "../Transaction-CqjlF6SO.mjs";
10
- import { L as Re, a as $e } from "../Transaction-CqjlF6SO.mjs";
9
+ import { T as G } from "../Transaction-Bd0myZzA.mjs";
10
+ import { L as Re, a as $e } from "../Transaction-Bd0myZzA.mjs";
11
11
  import { H } from "../Help-B8mD4aLJ.mjs";
12
12
  import { E as Ge } from "../Help-B8mD4aLJ.mjs";
13
- import { M as We } from "../MicroWidgetContainer-B_EnfvCq.mjs";
14
- import { M as Ye } from "../MiniWidgetContainer-Bhkv-hpz.mjs";
15
- import { D as Ke, W as ze } from "../WidgetContainer-B7xDq2bM.mjs";
16
- import { C as Ve } from "../ConnectDrawer-C0wjwcJt.mjs";
17
- import { f as W, c as q, d as C } from "../BudgetUtil-CLhRnCoX.mjs";
18
- import { a as Xe, b as Je, C as ts, e as es, k as ss, h as rs, j as os, l as as } from "../BudgetUtil-CLhRnCoX.mjs";
19
- import { C as is } from "../CurrencyInput-DuMktPu3.mjs";
20
- import { L as us } from "../Loader-D3rjKx72.mjs";
21
- import { R as hs } from "../ResponsiveButton-DZFp78fJ.mjs";
22
- import { S as gs } from "../SearchBox-CwDgvWVJ.mjs";
23
- import { T as Y } from "../TransactionStore-rpqhGX8m.mjs";
24
- import { S as _s } from "../TransactionStore-rpqhGX8m.mjs";
25
- import { T as ms } from "../TabContentContainer-j01JYR_7.mjs";
26
- import { I as Ss } from "../IconBacking-B9oC6uL2.mjs";
27
- import { D as ws, F as Cs, c as Ds, d as Es, R as As, S as xs } from "../RecurringTransactions-tayG19Wn.mjs";
13
+ import { M as We } from "../MicroWidgetContainer-CTMkXRJM.mjs";
14
+ import { M as Ye } from "../MiniWidgetContainer-BKPN3c-6.mjs";
15
+ import { W as Ke } from "../WidgetContainer-BPeSl0Dj.mjs";
16
+ import { W as je } from "../WidgetContainerV2-BjOelON7.mjs";
17
+ import { C as Ze } from "../ConnectDrawer-Be0RkL7I.mjs";
18
+ import { f as W, c as q, d as C } from "../BudgetUtil-BCSxP3M3.mjs";
19
+ import { a as Je, b as ts, C as es, e as ss, k as rs, h as os, j as as, l as ns } from "../BudgetUtil-BCSxP3M3.mjs";
20
+ import { C as cs } from "../CurrencyInput-xu9UcYZR.mjs";
21
+ import { L as ds } from "../Loader-D3rjKx72.mjs";
22
+ import { R as ls } from "../ResponsiveButton-DZFp78fJ.mjs";
23
+ import { S as ps } from "../SearchBox-CwDgvWVJ.mjs";
24
+ import { T as Y } from "../TransactionStore-hzVucfUK.mjs";
25
+ import { S as fs } from "../TransactionStore-hzVucfUK.mjs";
26
+ import { T as ys } from "../TabContentContainer-j01JYR_7.mjs";
27
+ import { I as bs } from "../IconBacking-B9oC6uL2.mjs";
28
+ import { D as Cs, F as Ds, c as Es, d as As, R as xs, S as Ts } from "../RecurringTransactions-tayG19Wn.mjs";
28
29
  import { C as Q } from "../CashflowStore-CeAzChyD.mjs";
29
- import { I as Bs } from "../CashflowStore-CeAzChyD.mjs";
30
- import { d as K } from "../GoalStore-DB58sKTC.mjs";
31
- import { C as vs, G as Ms, M as ks, T as Ns } from "../GoalStore-DB58sKTC.mjs";
32
- import { C as Ls } from "../CurrencyText-CA-E5N_y.mjs";
33
- import { E as Ps } from "../EmptyState-DHAkGsjk.mjs";
34
- import { L as $s } from "../ListItemAction-4KB7P75M.mjs";
30
+ import { I as Is } from "../CashflowStore-CeAzChyD.mjs";
31
+ import { d as K } from "../GoalStore-DMhiGiF4.mjs";
32
+ import { C as Ms, G as ks, M as Ns, T as Us } from "../GoalStore-DMhiGiF4.mjs";
33
+ import { C as Os } from "../CurrencyText-CA-E5N_y.mjs";
34
+ import { E as Rs } from "../EmptyState-DHAkGsjk.mjs";
35
+ import { L as Fs } from "../ListItemAction-BQIdxB-9.mjs";
35
36
  import { T as z } from "../TrendsStore-CYdTo7cN.mjs";
36
- import { L as Gs } from "../TrendsStore-CYdTo7cN.mjs";
37
- import { A as Ws, B as qs, I as Ys, N as Qs, T as Ks, a as zs } from "../Notification-CMBNDGC-.mjs";
38
- import { G as Vs } from "../GlobalAccountFilter-B73Pw1hJ.mjs";
39
- import { S as Xs } from "../StatusBar-BK_uYHAB.mjs";
40
- import { D as tr } from "../Donut-CpxJlVvJ.mjs";
41
- import { D as sr } from "../Dialog-Ck34yr-d.mjs";
37
+ import { L as Hs } from "../TrendsStore-CYdTo7cN.mjs";
38
+ import { A as qs, B as Ys, I as Qs, N as Ks, T as zs, a as js } from "../Notification-CMBNDGC-.mjs";
39
+ import { G as Zs } from "../GlobalAccountFilter-BkUeAltd.mjs";
40
+ import { S as Js } from "../StatusBar-BK_uYHAB.mjs";
41
+ import { D as er } from "../Donut-CpxJlVvJ.mjs";
42
+ import { D as rr } from "../DateRangeSelector-DE4UR77m.mjs";
43
+ import { D as ar } from "../Dialog-Ck34yr-d.mjs";
42
44
  import { jsxs as D, jsx as b } from "react/jsx-runtime";
43
45
  import { css as j } from "@mxenabled/cssinjs";
44
46
  import { D as V, a as Z } from "../SingleSegmentDonut-BgbLgwHi.mjs";
45
- import { S as or } from "../SingleSegmentDonut-BgbLgwHi.mjs";
46
- import { D as nr } from "../Drawer-Bbe4AMB1.mjs";
47
- import { A as cr } from "../Analytics-BYItVAe-.mjs";
48
- import { D as dr, O as hr, a as lr, f as gr } from "../DateFormats-BMpMrZpW.mjs";
49
- import { I as _r, P as fr, S as mr } from "../Account-DuOz1a27.mjs";
47
+ import { S as ir } from "../SingleSegmentDonut-BgbLgwHi.mjs";
48
+ import { D as ur } from "../Drawer-Bbe4AMB1.mjs";
49
+ import { A as hr } from "../Analytics-BYItVAe-.mjs";
50
+ import { D as gr, O as pr, a as _r, f as fr } from "../DateFormats-BMpMrZpW.mjs";
51
+ import { I as yr, P as Sr, S as br } from "../Account-DuOz1a27.mjs";
50
52
  import { b as f } from "../Category-CevNQ03n.mjs";
51
- import { C as Sr, c as br, a as wr, P as Cr } from "../Category-CevNQ03n.mjs";
52
- import { C as Er, f as Ar, b as xr, a as Tr, g as Br, i as Ir } from "../NumberFormatting-QCaNwbjv.mjs";
53
+ import { C as Cr, c as Dr, a as Er, P as Ar } from "../Category-CevNQ03n.mjs";
54
+ import { C as Tr, f as Br, b as Ir, a as vr, g as Mr, i as kr } from "../NumberFormatting-QCaNwbjv.mjs";
53
55
  import { R as X } from "../RecurringTransactionsStore-Dpl39vbj.mjs";
54
- import { S as Mr, T as kr } from "../RecurringTransactionsStore-Dpl39vbj.mjs";
55
- import { G as Ur, C as Lr, D as Or, W as Pr, d as Rr, a as $r, m as Fr, t as Gr, l as Hr, v as Wr, w as qr, g as Yr, y as Qr, u as Kr, f as zr, b as jr, k as Vr, z as Zr, s as Xr, x as Jr, c as to, q as eo, n as so, A as ro, i as oo, r as ao, h as no, B as io, o as co, p as uo } from "../hooks-BxkfR-Ff.mjs";
56
- import { u as lo } from "../useAccountDisplayName-DKwT1mWv.mjs";
57
- import { u as po } from "../useInsightsEnabled-DL_oNyI0.mjs";
58
- import { u as fo } from "../useScreenSize-B6JyS_Lj.mjs";
56
+ import { S as Ur, T as Lr } from "../RecurringTransactionsStore-Dpl39vbj.mjs";
57
+ import { G as Pr, C as Rr, D as $r, W as Fr, d as Gr, a as Hr, m as Wr, t as qr, l as Yr, v as Qr, w as Kr, f as zr, y as jr, u as Vr, g as Zr, b as Xr, k as Jr, z as to, s as eo, x as so, c as ro, q as oo, n as ao, A as no, i as io, r as co, h as uo, B as ho, o as lo, p as go } from "../hooks-DOWEalfb.mjs";
58
+ import { u as _o } from "../useAccountDisplayName-DQc7zGqk.mjs";
59
+ import { u as mo } from "../useInsightsEnabled-DojdZhOg.mjs";
60
+ import { u as So } from "../useScreenSize-B6JyS_Lj.mjs";
59
61
  import { useRef as J, useEffect as tt } from "react";
60
- import { u as yo } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
62
+ import { u as wo } from "../useWidgetLoadTimer-DmYEMfRw.mjs";
61
63
  import { makeAutoObservable as l, runInAction as h, reaction as L, autorun as et } from "mobx";
62
- import { A as st } from "../AccountStore-DpYvNnql.mjs";
64
+ import { A as st } from "../AccountStore-Bn1eH2EU.mjs";
63
65
  import rt from "posthog-js";
64
66
  import { B as ot } from "../BeatStore-C6CAT-ce.mjs";
65
67
  import { endOfMonth as O } from "date-fns/endOfMonth";
@@ -73,9 +75,9 @@ import { N as lt } from "../NetWorthStore-BqZ44-4M.mjs";
73
75
  import { a as gt } from "../SettingsStore-Cax1fzsz.mjs";
74
76
  import { addMonths as pt } from "date-fns/addMonths";
75
77
  import { getMonth as m } from "date-fns/getMonth";
76
- import { a as bo, e as wo, d as Co, A as Do, f as Eo, C as Ao, g as xo, E as To, M as Bo, N as Io, c as vo, P as Mo, h as ko, S as No } from "../Account-BiB1F8lL.mjs";
77
- import { i as Lo } from "../DateUtil-wcYTmDRD.mjs";
78
- import { L as Po, b as Ro, a as $o, g as Fo } from "../Localization-CPkpIwIx.mjs";
78
+ import { a as Do, e as Eo, d as Ao, A as xo, f as To, C as Bo, g as Io, E as vo, M as Mo, N as ko, c as No, P as Uo, h as Lo, S as Oo } from "../Account-BiB1F8lL.mjs";
79
+ import { i as Ro } from "../DateUtil-wcYTmDRD.mjs";
80
+ import { L as Fo, b as Go, a as Ho, g as Wo } from "../Localization-CPkpIwIx.mjs";
79
81
  import { alpha as _t, lighten as A, darken as x } from "@mui/material";
80
82
  var ft = /* @__PURE__ */ ((s) => (s[s.Unknown = 0] = "Unknown", s[s.EveryWeek = 1] = "EveryWeek", s[s.EveryOtherWeek = 2] = "EveryOtherWeek", s[s.EveryMonth = 3] = "EveryMonth", s[s.EveryOtherMonth = 4] = "EveryOtherMonth", s[s.EveryQuarter = 5] = "EveryQuarter", s[s.EveryOtherQuarter = 6] = "EveryOtherQuarter", s[s.EveryYear = 7] = "EveryYear", s))(ft || {});
81
83
  const me = [
@@ -1054,161 +1056,162 @@ class Ee {
1054
1056
  };
1055
1057
  }
1056
1058
  export {
1057
- cr as ANALYTICS_EVENTS,
1058
- bo as AccountIcon,
1059
- wo as AccountIconVariants,
1060
- Ws as AccountNotificationTypes,
1061
- Co as AccountSubType,
1062
- Do as AccountType,
1063
- Eo as AccountTypeName,
1059
+ hr as ANALYTICS_EVENTS,
1060
+ Do as AccountIcon,
1061
+ Eo as AccountIconVariants,
1062
+ qs as AccountNotificationTypes,
1063
+ Ao as AccountSubType,
1064
+ xo as AccountType,
1065
+ To as AccountTypeName,
1064
1066
  Te as AnalyticsApi,
1065
1067
  a as ApiEndpoints,
1066
1068
  T as BannerApi,
1067
1069
  ke as BeatApi,
1068
- qs as BudgetNotificationTypes,
1069
- Xe as Calendar,
1070
- Je as CalendarSelectionTypes,
1070
+ Ys as BudgetNotificationTypes,
1071
+ Je as Calendar,
1072
+ ts as CalendarSelectionTypes,
1071
1073
  Ue as CategoryApi,
1072
- Sr as CategoryColors,
1073
- br as CategoryGuidToName,
1074
+ Cr as CategoryColors,
1075
+ Dr as CategoryGuidToName,
1074
1076
  f as CategoryGuids,
1075
- wr as CategoryIcon,
1076
- vs as ConnectCard,
1077
- Ve as ConnectDrawer,
1078
- Ao as ConnectionStatus,
1079
- xo as ConnectionStatusEnums,
1080
- Er as CurrencyCodes,
1081
- ts as CurrencyDialog,
1082
- is as CurrencyInput,
1083
- Ls as CurrencyText,
1084
- dr as DATE_FORMATS_INTL,
1077
+ Er as CategoryIcon,
1078
+ Ms as ConnectCard,
1079
+ Ze as ConnectDrawer,
1080
+ Bo as ConnectionStatus,
1081
+ Io as ConnectionStatusEnums,
1082
+ Tr as CurrencyCodes,
1083
+ es as CurrencyDialog,
1084
+ cs as CurrencyInput,
1085
+ Os as CurrencyText,
1086
+ gr as DATE_FORMATS_INTL,
1085
1087
  V as DEFAULT_DONUT_SIZE,
1086
1088
  Z as DEFAULT_STROKE_WIDTH,
1087
- ws as DataRow,
1088
- Ke as DateRangeSelector,
1089
- sr as Dialog,
1090
- tr as Donut,
1091
- nr as Drawer,
1092
- Ps as EmptyState,
1089
+ Cs as DataRow,
1090
+ rr as DateRangeSelector,
1091
+ ar as Dialog,
1092
+ er as Donut,
1093
+ ur as Drawer,
1094
+ Rs as EmptyState,
1093
1095
  Ge as ErrorBoundary,
1094
- To as ErrorStatuses,
1096
+ vo as ErrorStatuses,
1095
1097
  xt as ExpenseStatus,
1096
1098
  g as Fetch,
1097
- Cs as Frequency,
1098
- Vs as GlobalAccountFilter,
1099
+ Ds as Frequency,
1100
+ Zs as GlobalAccountFilter,
1099
1101
  w as GlobalCopyApi,
1100
1102
  Dt as GlobalCopyStore,
1101
- Ur as GlobalDataContext,
1102
- Lr as GlobalDataProvider,
1103
+ Pr as GlobalDataContext,
1104
+ Rr as GlobalDataProvider,
1103
1105
  Ee as GlobalStore,
1104
- Ms as GoalType,
1105
- _r as INCOME_ACCOUNT_TYPES,
1106
- Ss as IconBacking,
1107
- Bs as InformationTooltip,
1108
- Ys as InsightNotificationTypes,
1106
+ ks as GoalType,
1107
+ yr as INCOME_ACCOUNT_TYPES,
1108
+ bs as IconBacking,
1109
+ Is as InformationTooltip,
1110
+ Qs as InsightNotificationTypes,
1109
1111
  yt as IterationItemTypes,
1110
1112
  ye as LOADING_STATUS,
1111
- Po as LOCALES,
1112
- $s as ListItemAction,
1113
- Gs as ListItemRow,
1113
+ Fo as LOCALES,
1114
+ Fs as ListItemAction,
1115
+ Hs as ListItemRow,
1114
1116
  Re as ListItemWrapper,
1115
- us as Loader,
1117
+ ds as Loader,
1116
1118
  be as LocalizedCopyApi,
1117
- ks as MetaType,
1118
- Bo as MfaStatuses,
1119
+ Ns as MetaType,
1120
+ Mo as MfaStatuses,
1119
1121
  We as MicroWidgetContainer,
1120
1122
  Ye as MiniWidgetContainer,
1121
1123
  De as MultiSegmentDonut,
1122
- Io as NonConnectedStatuses,
1124
+ ko as NonConnectedStatuses,
1123
1125
  Oe as NotificationApi,
1124
- Qs as NotificationTypes,
1125
- hr as ORDINAL_DATE_FORMAT,
1126
- lr as ORDINAL_MONTH_DAY_YEAR_FORMAT,
1127
- fr as PAYMENT_ACCOUNT_TYPES,
1128
- Cr as PaymentCategories,
1126
+ Ks as NotificationTypes,
1127
+ pr as ORDINAL_DATE_FORMAT,
1128
+ _r as ORDINAL_MONTH_DAY_YEAR_FORMAT,
1129
+ Sr as PAYMENT_ACCOUNT_TYPES,
1130
+ Ar as PaymentCategories,
1129
1131
  mt as PlanTypes,
1130
- vo as ProcessingStatuses,
1131
- Mo as PropertyType,
1132
- ko as PropertyTypeName,
1132
+ No as ProcessingStatuses,
1133
+ Uo as PropertyType,
1134
+ Lo as PropertyTypeName,
1133
1135
  me as RECURRENCE_COPY,
1134
- Ds as RecurrenceStatus,
1135
- Es as RecurrenceType,
1136
+ Es as RecurrenceStatus,
1137
+ As as RecurrenceType,
1136
1138
  ft as RecurrenceTypes,
1137
- As as RepeatingType,
1138
- hs as ResponsiveButton,
1139
- mr as SPENDING_ACCOUNT_TYPES,
1139
+ xs as RepeatingType,
1140
+ ls as ResponsiveButton,
1141
+ br as SPENDING_ACCOUNT_TYPES,
1140
1142
  Tt as ScheduledPaymentTypes,
1141
1143
  we as ScheduledPaymentsApi,
1142
1144
  Bt as ScreenSize,
1143
- gs as SearchBox,
1144
- xs as Select,
1145
- _s as SelectionBox,
1146
- or as SingleSegmentDonut,
1147
- Mr as Sizes,
1148
- Xs as StatusBar,
1149
- No as StatusName,
1150
- kr as TOUCH_TARGET,
1151
- ms as TabContentContainer,
1152
- Ks as ToggleButtonListItem,
1153
- zs as ToggleListItem,
1154
- Ns as TrackType,
1145
+ ps as SearchBox,
1146
+ Ts as Select,
1147
+ fs as SelectionBox,
1148
+ ir as SingleSegmentDonut,
1149
+ Ur as Sizes,
1150
+ Js as StatusBar,
1151
+ Oo as StatusName,
1152
+ Lr as TOUCH_TARGET,
1153
+ ys as TabContentContainer,
1154
+ zs as ToggleButtonListItem,
1155
+ js as ToggleListItem,
1156
+ Us as TrackType,
1155
1157
  $e as TransactionStatus,
1156
1158
  G as TransactionType,
1157
1159
  B as UserApi,
1158
1160
  Pt as UserStore,
1159
1161
  At as UserVerification,
1160
1162
  I as WidgetApi,
1161
- ze as WidgetContainer,
1162
- Or as WidgetContainerContext,
1163
- Pr as WidgetContainerProvider,
1163
+ Ke as WidgetContainer,
1164
+ $r as WidgetContainerContext,
1165
+ Fr as WidgetContainerProvider,
1166
+ je as WidgetContainerV2,
1164
1167
  Be as analyticsSession,
1165
- Ro as buildDynamicCopy,
1166
- $o as buildPluralCopy,
1167
- Ar as formatCurrency,
1168
- gr as formatDate,
1169
- xr as formatOrdinal,
1170
- Tr as formatPercentage,
1171
- Lo as fromTimestampToMonthYear,
1172
- es as getCategory,
1173
- ss as getCategoryTotalsByParent,
1168
+ Go as buildDynamicCopy,
1169
+ Ho as buildPluralCopy,
1170
+ Br as formatCurrency,
1171
+ fr as formatDate,
1172
+ Ir as formatOrdinal,
1173
+ vr as formatPercentage,
1174
+ Ro as fromTimestampToMonthYear,
1175
+ ss as getCategory,
1176
+ rs as getCategoryTotalsByParent,
1174
1177
  Se as getClientTheme,
1175
- Br as getCurrencyCodes,
1176
- rs as getDetailedCategory,
1177
- os as getDetailedSubCategory,
1178
- Fo as getLocale,
1179
- as as isIncome,
1180
- Ir as isValidNumber,
1181
- lo as useAccountDisplayName,
1182
- Rr as useAccountStore,
1183
- $r as useAppConfig,
1184
- Fr as useBudgetsStore,
1185
- Gr as useCashflowStore,
1186
- Hr as useCategoryStore,
1178
+ Mr as getCurrencyCodes,
1179
+ os as getDetailedCategory,
1180
+ as as getDetailedSubCategory,
1181
+ Wo as getLocale,
1182
+ ns as isIncome,
1183
+ kr as isValidNumber,
1184
+ _o as useAccountDisplayName,
1185
+ Gr as useAccountStore,
1186
+ Hr as useAppConfig,
1187
+ Wr as useBudgetsStore,
1188
+ qr as useCashflowStore,
1189
+ Yr as useCategoryStore,
1187
1190
  Ie as useCombineEvents,
1188
1191
  ve as useCombinePageviews,
1189
- Wr as useDebtStore,
1190
- qr as useError,
1191
- Yr as useEvent,
1192
- Qr as useFinstrongStore,
1193
- Kr as useGlobalCopyStore,
1194
- zr as useGlobalStore,
1195
- jr as useGlobalUiStore,
1196
- Vr as useGoalStore,
1197
- Zr as useHelpStore,
1198
- Xr as useHoldingStore,
1199
- po as useInsightsEnabled,
1200
- Jr as useLoad,
1201
- to as useMerchantStore,
1202
- eo as useNetWorthStore,
1203
- so as useNotificationStore,
1204
- ro as usePageView,
1192
+ Qr as useDebtStore,
1193
+ Kr as useError,
1194
+ zr as useEvent,
1195
+ jr as useFinstrongStore,
1196
+ Vr as useGlobalCopyStore,
1197
+ Zr as useGlobalStore,
1198
+ Xr as useGlobalUiStore,
1199
+ Jr as useGoalStore,
1200
+ to as useHelpStore,
1201
+ eo as useHoldingStore,
1202
+ mo as useInsightsEnabled,
1203
+ so as useLoad,
1204
+ ro as useMerchantStore,
1205
+ oo as useNetWorthStore,
1206
+ ao as useNotificationStore,
1207
+ no as usePageView,
1205
1208
  Ce as usePrevious,
1206
- oo as useRecurringTransactionsStore,
1207
- fo as useScreenSize,
1208
- ao as useSettingsStore,
1209
- no as useTransactionStore,
1210
- io as useTrendsStore,
1211
- co as useUserStore,
1212
- uo as useWidgetContainerProvider,
1213
- yo as useWidgetLoadTimer
1209
+ io as useRecurringTransactionsStore,
1210
+ So as useScreenSize,
1211
+ co as useSettingsStore,
1212
+ uo as useTransactionStore,
1213
+ ho as useTrendsStore,
1214
+ lo as useUserStore,
1215
+ go as useWidgetContainerProvider,
1216
+ wo as useWidgetLoadTimer
1214
1217
  };
@@ -5,7 +5,7 @@ import u from "@mui/material/Unstable_Grid2";
5
5
  import m from "@mui/material/Skeleton";
6
6
  import s from "@mui/material/Stack";
7
7
  import S from "@mui/material/styles/useTheme";
8
- import { f as _, u as b, a as v } from "../hooks-BxkfR-Ff.mjs";
8
+ import { g as _, u as b, a as v } from "../hooks-DOWEalfb.mjs";
9
9
  import C from "@mui/material/Paper";
10
10
  import { Icon as w, H2 as M, P as D } from "@mxenabled/mxui";
11
11
  import { useMediaQuery as G } from "@mui/system";
@@ -14,10 +14,10 @@ import k from "@mui/material/Button";
14
14
  import A from "@mui/material/IconButton";
15
15
  import I from "@mui/material/Tooltip";
16
16
  import B from "@mui/material/useMediaQuery";
17
- import { G as F } from "../GlobalAccountFilter-B73Pw1hJ.mjs";
17
+ import { G as F } from "../GlobalAccountFilter-BkUeAltd.mjs";
18
18
  import { u as y } from "../useScreenSize-B6JyS_Lj.mjs";
19
- import { C as $ } from "../ConnectDrawer-C0wjwcJt.mjs";
20
- import { u as z } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
19
+ import { C as $ } from "../ConnectDrawer-Be0RkL7I.mjs";
20
+ import { u as z } from "../useWidgetLoadTimer-DmYEMfRw.mjs";
21
21
  const R = p(() => {
22
22
  const t = S(), {
23
23
  appDataStore: { banner: o, loadBanner: i, user: a }
@@ -59,7 +59,7 @@ const R = p(() => {
59
59
  ) : null;
60
60
  }), T = ({ handleConnectClick: t }) => {
61
61
  const { common: o } = b(), i = B("(max-width: 700px)");
62
- return /* @__PURE__ */ e(W, { my: 4, children: i ? /* @__PURE__ */ e(I, { id: "add-accounts", placement: "bottom", title: o.add_accounts, children: /* @__PURE__ */ e(
62
+ return /* @__PURE__ */ e(W, { children: i ? /* @__PURE__ */ e(I, { id: "add-accounts", placement: "bottom", title: o.add_accounts, children: /* @__PURE__ */ e(
63
63
  A,
64
64
  {
65
65
  "aria-controls": "add_accounts",