@mx-cartographer/experiences 7.2.10 → 7.2.12-alpha-ram1-finstrong-testing

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 (124) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/{Account-B-CuHOYf.mjs → Account-CBQnFO6w.mjs} +1 -1
  3. package/dist/{AccountDetailsContent-DfzPOeMI.mjs → AccountDetailsContent-BkurfGCr.mjs} +48 -44
  4. package/dist/{AccountDetailsHeader-vcy67tuH.mjs → AccountDetailsHeader-CaIoP_2Q.mjs} +8 -8
  5. package/dist/{AccountFields-cUP-9Hm6.mjs → AccountFields-CLbLAhLf.mjs} +5 -5
  6. package/dist/{AccountListItem-DChcf3SN.mjs → AccountListItem-CPm3572e.mjs} +4 -4
  7. package/dist/{AccountStore-D6KiXA1B.mjs → AccountStore-DttEGFeu.mjs} +40 -29
  8. package/dist/{Accounts-IeEtQjzA.mjs → Accounts-B5Yr0e_o.mjs} +1 -1
  9. package/dist/{BudgetUtil-B2ZXyw-g.mjs → BudgetUtil-wjoNuj7B.mjs} +1 -1
  10. package/dist/{CategorySelectorDrawer-DUe4lH5-.mjs → CategorySelectorDrawer-ZO9N26Kx.mjs} +3 -3
  11. package/dist/{CategoryStore-BCcpI3oJ.mjs → CategoryStore-C1IfDPCE.mjs} +1 -1
  12. package/dist/{CategoryUtil-BR3H5i6n.mjs → CategoryUtil-DUM8NuGO.mjs} +1 -1
  13. package/dist/{ConnectDrawer-DaFRU5st.mjs → ConnectDrawer-FyY0AWYQ.mjs} +2 -2
  14. package/dist/{ConnectionsDrawer-DHJ7qdWL.mjs → ConnectionsDrawer-Cd_rztVC.mjs} +3 -3
  15. package/dist/CurrencyInput-xH-hqry9.mjs +85 -0
  16. package/dist/{DateUtil-BcuH7ErC.mjs → DateUtil-CBdcsyuk.mjs} +3 -3
  17. package/dist/{DebtsStore-z3VARSO6.mjs → DebtsStore-DB5U2WMC.mjs} +1 -1
  18. package/dist/{Dialog-CWW597AF.mjs → Dialog-BPTr3qHE.mjs} +2 -2
  19. package/dist/Drawer-BEtCk82g.mjs +163 -0
  20. package/dist/{ExportCsvAction-sX8Rg4Ov.mjs → ExportCsvAction-DlGZfm4y.mjs} +3 -3
  21. package/dist/FinstrongStore-CJBV4K5Y.mjs +432 -0
  22. package/dist/{GoalStore-TD0BfzWX.mjs → GoalStore-deVLYr7n.mjs} +3 -3
  23. package/dist/{Help-B6dIcujh.mjs → Help-BnPXM_N2.mjs} +2 -2
  24. package/dist/{LineChart-D4GI7nVh.mjs → LineChart-Ct9DNmhS.mjs} +209 -181
  25. package/dist/{ListItemAction-DHa3KJPs.mjs → ListItemAction-uobBrm_a.mjs} +10 -10
  26. package/dist/{ManageIncome-D3n1EWxe.mjs → ManageIncome-CqNstpx_.mjs} +63 -61
  27. package/dist/{MicroWidgetContainer-DpeqN9n3.mjs → MicroWidgetContainer-DEiRnYVa.mjs} +1 -1
  28. package/dist/{MiniWidgetContainer-D0gfmbaF.mjs → MiniWidgetContainer-CmXpTylX.mjs} +1 -1
  29. package/dist/{NetWorthStore-B_1oulrt.mjs → NetWorthStore-CUz0bwVm.mjs} +2 -2
  30. package/dist/{NotificationSettings-BRm_EJZV.mjs → NotificationSettings-BKKuULAd.mjs} +5 -5
  31. package/dist/{OriginalBalanceAction-CAaVbVMO.mjs → OriginalBalanceAction-CCmnsd7y.mjs} +3 -3
  32. package/dist/{RecurringSettings-C28GrQcP.mjs → RecurringSettings-DfAMEAuh.mjs} +4 -4
  33. package/dist/{RecurringTransactions-ej39mgA6.mjs → RecurringTransactions-CngsRZ3K.mjs} +45 -44
  34. package/dist/{RecurringTransactionsStore-DrzS1LmF.mjs → RecurringTransactionsStore-C4RVULF8.mjs} +1 -1
  35. package/dist/{SpendingData-D5vsfYKo.mjs → SpendingData-BuJ03S9d.mjs} +16 -16
  36. package/dist/SpendingLegend-squvjEhu.mjs +170 -0
  37. package/dist/{TransactionDetails-BWffqew4.mjs → TransactionDetails-CabNHK_I.mjs} +12 -12
  38. package/dist/{TransactionStore-DxPLdF3B.mjs → TransactionStore-DvOEbOzL.mjs} +3 -3
  39. package/dist/{TrendsStore-DCYbpXPO.mjs → TrendsStore-BVNxGsE4.mjs} +14 -14
  40. package/dist/{User-BQUxBeZV.mjs → User-wXzDI4M8.mjs} +2 -2
  41. package/dist/{WidgetContainer-C88Ecu2W.mjs → WidgetContainer-GoNq8wwm.mjs} +4 -4
  42. package/dist/accounts/components/AccountsListCompact.d.ts +10 -0
  43. package/dist/accounts/index.es.js +14 -14
  44. package/dist/accounts/stores/AccountStore.d.ts +2 -0
  45. package/dist/analytics/index.es.js +2 -2
  46. package/dist/budgets/index.es.js +12 -12
  47. package/dist/cashflow/index.es.js +44 -44
  48. package/dist/categories/index.es.js +2 -2
  49. package/dist/common/components/Select.d.ts +4 -2
  50. package/dist/common/components/charts/LineChart.d.ts +8 -2
  51. package/dist/common/components/charts/linechart/CustomMark.d.ts +4 -0
  52. package/dist/common/components/drawer/Drawer.d.ts +3 -0
  53. package/dist/common/components/drawer/Footer.d.ts +17 -0
  54. package/dist/common/index.es.js +33 -33
  55. package/dist/common/types/Finstrong.d.ts +50 -0
  56. package/dist/common/types/index.d.ts +1 -1
  57. package/dist/common/types/localization/FinstrongCopy.d.ts +58 -1
  58. package/dist/dashboard/index.es.js +2 -2
  59. package/dist/debts/index.es.js +11 -11
  60. package/dist/{exportTransactionsToCSV-7bVS7KXf.mjs → exportTransactionsToCSV-hrNpJ77n.mjs} +2 -2
  61. package/dist/finstrong/api/FinstrongApi.d.ts +5 -0
  62. package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +3 -1
  63. package/dist/finstrong/components/CreditScore/CreditScoreContent.d.ts +4 -0
  64. package/dist/finstrong/components/CreditScore/CreditScoreHeader.d.ts +4 -0
  65. package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.d.ts +3 -0
  66. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.d.ts +3 -0
  67. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.d.ts +4 -0
  68. package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.d.ts +3 -0
  69. package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
  70. package/dist/finstrong/components/KeyIndicatorsDrawer.d.ts +4 -1
  71. package/dist/finstrong/components/KeyIndicatorsSaveTab.d.ts +2 -2
  72. package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +2 -2
  73. package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +4 -3
  74. package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
  75. package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
  76. package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.d.ts +6 -0
  77. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.d.ts +4 -0
  78. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.d.ts +4 -0
  79. package/dist/finstrong/components/ProgressBar.d.ts +15 -0
  80. package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.d.ts +3 -0
  81. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.d.ts +3 -0
  82. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.d.ts +4 -0
  83. package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.d.ts +3 -0
  84. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +3 -0
  85. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.d.ts +4 -0
  86. package/dist/finstrong/components/StatusChip.d.ts +5 -0
  87. package/dist/finstrong/components/onboarding/Onboarding.d.ts +2 -0
  88. package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.d.ts +11 -0
  89. package/dist/finstrong/components/onboarding/OnboardingBirthday.d.ts +8 -0
  90. package/dist/finstrong/components/onboarding/OnboardingCreditScore.d.ts +8 -0
  91. package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.d.ts +14 -0
  92. package/dist/finstrong/components/onboarding/OnboardingStepsHeader.d.ts +8 -0
  93. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +4 -0
  94. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +4 -0
  95. package/dist/finstrong/components/shared/Accounts.d.ts +8 -0
  96. package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
  97. package/dist/finstrong/components/shared/DoubleBarChart.d.ts +28 -0
  98. package/dist/finstrong/components/shared/LineGraph.d.ts +7 -0
  99. package/dist/finstrong/components/shared/TotalCard.d.ts +8 -0
  100. package/dist/finstrong/components/shared/TransactionList.d.ts +15 -0
  101. package/dist/finstrong/components/shared/Transactions.d.ts +11 -0
  102. package/dist/finstrong/constants/index.d.ts +8 -0
  103. package/dist/finstrong/index.es.js +3119 -1044
  104. package/dist/finstrong/stores/FinstrongStore.d.ts +9 -1
  105. package/dist/finstrong/util/finstrongUtils.d.ts +58 -1
  106. package/dist/goals/index.es.js +14 -14
  107. package/dist/help/index.es.js +3 -3
  108. package/dist/{hooks-D6XlXHf4.mjs → hooks-C41HAxM5.mjs} +3 -3
  109. package/dist/investments/index.es.js +4 -4
  110. package/dist/merchants/index.es.js +1 -1
  111. package/dist/networth/index.es.js +34 -34
  112. package/dist/notifications/index.es.js +4 -4
  113. package/dist/recurringtransactions/index.es.js +13 -13
  114. package/dist/settings/index.es.js +8 -8
  115. package/dist/spending/index.es.js +222 -373
  116. package/dist/transactions/index.es.js +103 -103
  117. package/dist/trends/index.es.js +94 -94
  118. package/dist/{useAccountDisplayName-BcRqfar8.mjs → useAccountDisplayName-B5O6hQ1B.mjs} +2 -2
  119. package/dist/{useInsightsEnabled-DBpwEq10.mjs → useInsightsEnabled-CNjP5cfR.mjs} +1 -1
  120. package/package.json +1 -1
  121. package/dist/CurrencyInput-CsCy7uaS.mjs +0 -83
  122. package/dist/Drawer-kEE73B87.mjs +0 -113
  123. package/dist/FinstrongStore-F2c607dj.mjs +0 -101
  124. package/dist/finstrong/utils/Finstrong.d.ts +0 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [7.2.12] - 11-20-2025
2
+
3
+ - **FIXED** - Accessibility label on split transaction amount input
4
+
5
+ ## [7.2.11] - 11-19-2025
6
+
7
+ - **FIXED** - transactions widget to not announce until copy loaded
8
+
1
9
  ## [7.2.10] - 11-18-2025
2
10
 
3
11
  - **FIXED** - transactions widget to announce dynamic updates via aria live region
@@ -1,4 +1,4 @@
1
- import { A as C } from "./ConnectDrawer-DaFRU5st.mjs";
1
+ import { A as C } from "./ConnectDrawer-FyY0AWYQ.mjs";
2
2
  const I = [
3
3
  C.ANY,
4
4
  C.CASH,
@@ -6,23 +6,23 @@ import nt from "@mui/material/Tabs";
6
6
  import $ from "@mui/material/List";
7
7
  import Y from "@mui/material/ListSubheader";
8
8
  import ot from "@mui/material/Switch";
9
- import { Text as A, Icon as I, THEMES as G } from "@mxenabled/mxui";
9
+ import { Text as b, Icon as I, THEMES as G } from "@mxenabled/mxui";
10
10
  import M from "@mui/material/Divider";
11
11
  import v from "@mui/material/ListItem";
12
12
  import N from "@mui/material/ListItemButton";
13
13
  import w from "@mui/material/ListItemText";
14
- import { u as D } from "./AccountDetailsHeader-vcy67tuH.mjs";
15
- import { d as z, u as E, g as O, h as X } from "./hooks-D6XlXHf4.mjs";
16
- import { A as at } from "./AccountListItem-DChcf3SN.mjs";
17
- import { A as k } from "./WidgetContainer-C88Ecu2W.mjs";
18
- import { a as V, f as B, D as K } from "./Dialog-CWW597AF.mjs";
14
+ import { u as D } from "./AccountDetailsHeader-CaIoP_2Q.mjs";
15
+ import { d as z, u as E, g as O, h as X } from "./hooks-C41HAxM5.mjs";
16
+ import { A as at } from "./AccountListItem-CPm3572e.mjs";
17
+ import { A as k } from "./WidgetContainer-GoNq8wwm.mjs";
18
+ import { D as V, f as B, a as K } from "./Dialog-BPTr3qHE.mjs";
19
19
  import { b as h } from "./Localization-2MODESHW.mjs";
20
- import { D as J } from "./Drawer-kEE73B87.mjs";
21
- import R from "@mui/material/ListItemAvatar";
20
+ import { D as J } from "./Drawer-BEtCk82g.mjs";
21
+ import P from "@mui/material/ListItemAvatar";
22
22
  import ct from "@mui/material/Stack";
23
23
  import st from "@mui/material/styles/useTheme";
24
24
  import { Error as q, CheckCircle as it, Language as rt } from "@mxenabled/mx-icons";
25
- import { n as m, N as Q, l as Z, F as P } from "./ConnectDrawer-DaFRU5st.mjs";
25
+ import { n as m, N as Q, l as Z, F as R } from "./ConnectDrawer-FyY0AWYQ.mjs";
26
26
  import { fromUnixTime as lt } from "date-fns/fromUnixTime";
27
27
  import { isToday as dt } from "date-fns/isToday";
28
28
  import { isYesterday as ut } from "date-fns/isYesterday";
@@ -34,17 +34,17 @@ import { DateCalendar as ht } from "@mui/x-date-pickers/DateCalendar";
34
34
  import gt from "@mui/material/FormControl";
35
35
  import Ct from "@mui/material/InputLabel";
36
36
  import { LocalizationProvider as ft } from "@mui/x-date-pickers-pro";
37
- import At from "@mui/material/MenuItem";
38
- import bt from "@mui/material/Select";
37
+ import bt from "@mui/material/MenuItem";
38
+ import At from "@mui/material/Select";
39
39
  import Tt from "@mui/material/TextField";
40
- import { C as St } from "./CurrencyInput-CsCy7uaS.mjs";
41
- import { b as Dt } from "./AccountFields-cUP-9Hm6.mjs";
40
+ import { C as St } from "./CurrencyInput-xH-hqry9.mjs";
41
+ import { b as Dt } from "./AccountFields-CLbLAhLf.mjs";
42
42
  import Et from "@mui/material/Alert";
43
43
  import yt from "@mui/material/AlertTitle";
44
44
  import xt from "@mui/material/Link";
45
45
  import wt from "@mui/material/Paper";
46
46
  import { subDays as kt, startOfToday as It, endOfToday as Mt } from "date-fns";
47
- import { T as vt, a as Lt } from "./TransactionDetails-BWffqew4.mjs";
47
+ import { T as vt, a as Lt } from "./TransactionDetails-CabNHK_I.mjs";
48
48
  import { T as j } from "./TabContentContainer-j01JYR_7.mjs";
49
49
  const U = ({
50
50
  children: e,
@@ -64,7 +64,7 @@ const U = ({
64
64
  (c) => c.member_guid === n.guid && n.successfully_aggregated_at && c.guid !== o.guid
65
65
  );
66
66
  }, Ot = () => {
67
- const [e, o] = _.useState(!1), [n, c] = _.useState(!1), [i, u] = _.useState(!1), [l, s] = _.useState({}), { selectedAccount: r } = D(), { mergeAccounts: y, updateAccount: S } = z(), { accounts: a } = E(), C = Nt(), { onEvent: b } = O(), { modifyTransactionByAccountGuid: x } = X(), L = async (f) => {
67
+ const [e, o] = _.useState(!1), [n, c] = _.useState(!1), [i, u] = _.useState(!1), [l, s] = _.useState({}), { selectedAccount: r } = D(), { mergeAccounts: y, updateAccount: S } = z(), { accounts: a } = E(), C = Nt(), { onEvent: A } = O(), { modifyTransactionByAccountGuid: x } = X(), L = async (f) => {
68
68
  await S({
69
69
  ...r,
70
70
  ...f
@@ -75,12 +75,12 @@ const U = ({
75
75
  );
76
76
  };
77
77
  return /* @__PURE__ */ d(g, { children: [
78
- /* @__PURE__ */ t(Y, { sx: { backgroundColor: "transparent", mb: 4, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(A, { bold: !0, component: "h2", variant: "XSmall", children: a.actions }) }),
78
+ /* @__PURE__ */ t(Y, { sx: { backgroundColor: "transparent", mb: 4, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(b, { bold: !0, component: "h2", variant: "XSmall", children: a.actions }) }),
79
79
  /* @__PURE__ */ t(
80
80
  U,
81
81
  {
82
82
  onClick: () => {
83
- L({ is_hidden: !r.is_hidden }), b(k.ACCOUNT_DETAILS_CLICK_HIDE, { account_guid: r.guid });
83
+ L({ is_hidden: !r.is_hidden }), A(k.ACCOUNT_DETAILS_CLICK_HIDE, { account_guid: r.guid });
84
84
  },
85
85
  primaryText: r.is_hidden ? a.unhide_account : a.hide_Account,
86
86
  secondaryText: r.is_hidden ? a.include_this_account : a.exclude_this_account,
@@ -91,7 +91,7 @@ const U = ({
91
91
  U,
92
92
  {
93
93
  onClick: () => {
94
- o(!0), b(k.ACCOUNT_DETAILS_CLICK_MARK_CLOSED, {
94
+ o(!0), A(k.ACCOUNT_DETAILS_CLICK_MARK_CLOSED, {
95
95
  account_guid: r.guid
96
96
  });
97
97
  },
@@ -105,7 +105,7 @@ const U = ({
105
105
  {
106
106
  isLast: !0,
107
107
  onClick: () => {
108
- c(!0), b(k.ACCOUNT_DETAILS_CLICK_MARK_DUPLICATE, {
108
+ c(!0), A(k.ACCOUNT_DETAILS_CLICK_MARK_DUPLICATE, {
109
109
  account_guid: r.guid
110
110
  });
111
111
  },
@@ -126,7 +126,7 @@ const U = ({
126
126
  o(!1);
127
127
  },
128
128
  onPrimaryAction: () => L({ is_closed: !r.is_closed }),
129
- children: /* @__PURE__ */ t(A, { truncate: !1, children: h(
129
+ children: /* @__PURE__ */ t(b, { truncate: !1, children: h(
130
130
  r.is_closed ? a.this_will_resume_updating_the_balance : a.this_will_set_the_balance_of_your_account,
131
131
  r.name
132
132
  ) })
@@ -167,17 +167,17 @@ const U = ({
167
167
  onClose: () => u(!1),
168
168
  onPrimaryAction: p,
169
169
  children: [
170
- /* @__PURE__ */ t(A, { truncate: !1, children: h(
170
+ /* @__PURE__ */ t(b, { truncate: !1, children: h(
171
171
  a.this_means_accounts_will_be_merged,
172
172
  r.name,
173
173
  l.name
174
174
  ) }),
175
- /* @__PURE__ */ t(A, { color: "error", sx: { mt: 24 }, children: a.this_action_cannot_be_undone })
175
+ /* @__PURE__ */ t(b, { color: "error", sx: { mt: 24 }, children: a.this_action_cannot_be_undone })
176
176
  ]
177
177
  }
178
178
  )
179
179
  ] });
180
- }, Rt = T(Ot), tt = (e, o) => {
180
+ }, Pt = T(Ot), tt = (e, o) => {
181
181
  const { connection_messages: n } = o;
182
182
  switch (e.connection_status) {
183
183
  case m.CHALLENGED:
@@ -335,7 +335,7 @@ const U = ({
335
335
  gridRow: 1,
336
336
  gridColumn: 1,
337
337
  zIndex: 2
338
- }, Pt = () => {
338
+ }, Rt = () => {
339
339
  const [e, o] = _.useState(!1), {
340
340
  palette: { mode: n }
341
341
  } = st(), { selectedMember: c } = D(), { accounts: i, connect: u } = E(), l = tt(c, u), s = Q.includes(c.connection_status) ? {
@@ -351,12 +351,12 @@ const U = ({
351
351
  secondaryMessage: l.title
352
352
  };
353
353
  return /* @__PURE__ */ d(g, { children: [
354
- /* @__PURE__ */ t(Y, { sx: { mb: 4, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(A, { bold: !0, component: "h2", variant: "XSmall", children: i.connection_status }) }),
354
+ /* @__PURE__ */ t(Y, { sx: { mb: 4, mt: 12, mx: 8 }, children: /* @__PURE__ */ t(b, { bold: !0, component: "h2", variant: "XSmall", children: i.connection_status }) }),
355
355
  /* @__PURE__ */ t(v, { sx: { backgroundColor: "background.paper" }, children: c.is_manual || !s.ctaCopy ? /* @__PURE__ */ d(ct, { alignItems: "center", direction: "row", px: 24, py: 12, children: [
356
- /* @__PURE__ */ t(R, { children: /* @__PURE__ */ t(F, { backingSx: { backgroundColor: s.color, borderRadius: 1 }, size: 32, children: s.icon }) }),
356
+ /* @__PURE__ */ t(P, { children: /* @__PURE__ */ t(F, { backingSx: { backgroundColor: s.color, borderRadius: 1 }, size: 32, children: s.icon }) }),
357
357
  /* @__PURE__ */ t(w, { primary: s.mainMessage, secondary: s.secondaryMessage })
358
358
  ] }) : /* @__PURE__ */ d(N, { onClick: () => o(!0), children: [
359
- /* @__PURE__ */ t(R, { children: /* @__PURE__ */ t(F, { backingSx: { backgroundColor: s.color, borderRadius: 1 }, size: 32, children: s.icon }) }),
359
+ /* @__PURE__ */ t(P, { children: /* @__PURE__ */ t(F, { backingSx: { backgroundColor: s.color, borderRadius: 1 }, size: 32, children: s.icon }) }),
360
360
  /* @__PURE__ */ t(
361
361
  w,
362
362
  {
@@ -364,7 +364,7 @@ const U = ({
364
364
  secondary: s.secondaryMessage && /* @__PURE__ */ d(g, { children: [
365
365
  s.secondaryMessage,
366
366
  " ",
367
- /* @__PURE__ */ t(A, { bold: !0, sx: { color: "action.active" }, variant: "XSmall", children: s.ctaCopy })
367
+ /* @__PURE__ */ t(b, { bold: !0, sx: { color: "action.active" }, variant: "XSmall", children: s.ctaCopy })
368
368
  ] })
369
369
  }
370
370
  ),
@@ -373,7 +373,7 @@ const U = ({
373
373
  /* @__PURE__ */ t(M, { sx: { ml: c.is_manual || !c.institution_url ? 0 : 24 } }),
374
374
  !c.is_manual && c.institution_url && /* @__PURE__ */ d(g, { children: [
375
375
  /* @__PURE__ */ t(v, { sx: { backgroundColor: "background.paper" }, children: /* @__PURE__ */ d(N, { component: "a", href: c.institution_url, target: "_blank", children: [
376
- /* @__PURE__ */ t(R, { children: /* @__PURE__ */ t(
376
+ /* @__PURE__ */ t(P, { children: /* @__PURE__ */ t(
377
377
  F,
378
378
  {
379
379
  backingSx: {
@@ -407,16 +407,16 @@ const U = ({
407
407
  }
408
408
  )
409
409
  ] });
410
- }, Ft = T(Pt), Ut = ({ field: e, isOpen: o, onClose: n }) => {
410
+ }, Ft = T(Rt), Ut = ({ field: e, isOpen: o, onClose: n }) => {
411
411
  const { updateAccount: c } = z(), { selectedAccount: i } = D(), { accounts: u } = E(), [l, s] = _.useState(i[e.name]), [r, y] = _.useState(""), [S, a] = _.useState(!0), C = () => {
412
412
  s(""), y(""), n();
413
- }, b = () => {
413
+ }, A = () => {
414
414
  switch (e.type) {
415
- case P.Select:
415
+ case R.Select:
416
416
  return /* @__PURE__ */ d(gt, { fullWidth: !0, children: [
417
417
  /* @__PURE__ */ t(Ct, { id: `${e.label}-select-label`, children: e.label }),
418
418
  /* @__PURE__ */ t(
419
- bt,
419
+ At,
420
420
  {
421
421
  id: `${e.label}-select`,
422
422
  inputProps: {
@@ -429,15 +429,16 @@ const U = ({
429
429
  onChange: (p) => s(p.target.value),
430
430
  placeholder: e.placeholder,
431
431
  value: l,
432
- children: e.options?.map((p) => /* @__PURE__ */ t(At, { value: p.value, children: p.label }, p.value))
432
+ children: e.options?.map((p) => /* @__PURE__ */ t(bt, { value: p.value, children: p.label }, p.value))
433
433
  }
434
434
  )
435
435
  ] });
436
- case P.Currency:
436
+ case R.Currency:
437
437
  return /* @__PURE__ */ t(
438
438
  St,
439
439
  {
440
440
  amount: l || "",
441
+ ariaLabel: e.placeholder,
441
442
  fullWidth: !0,
442
443
  label: e.label,
443
444
  placeholder: e.placeholder,
@@ -445,7 +446,7 @@ const U = ({
445
446
  setHasValidInput: a
446
447
  }
447
448
  );
448
- case P.Date:
449
+ case R.Date:
449
450
  return /* @__PURE__ */ t(ft, { dateAdapter: pt, children: /* @__PURE__ */ t(
450
451
  ht,
451
452
  {
@@ -476,6 +477,9 @@ const U = ({
476
477
  error: !!r,
477
478
  fullWidth: !0,
478
479
  helperText: r,
480
+ inputProps: {
481
+ "aria-label": e.placeholder
482
+ },
479
483
  onChange: L,
480
484
  placeholder: e.placeholder
481
485
  }
@@ -501,7 +505,7 @@ const U = ({
501
505
  onClose: C,
502
506
  onPrimaryAction: x,
503
507
  primaryText: u.save,
504
- children: b()
508
+ children: A()
505
509
  }
506
510
  );
507
511
  }, Wt = T(Ut), $t = () => {
@@ -510,12 +514,12 @@ const U = ({
510
514
  );
511
515
  return /* @__PURE__ */ d(g, { children: [
512
516
  S.map((a) => {
513
- const C = n[a.name] || n[a.name] === 0, b = S.indexOf(a) === S.length - 1, x = /* @__PURE__ */ t(
517
+ const C = n[a.name] || n[a.name] === 0, A = S.indexOf(a) === S.length - 1, x = /* @__PURE__ */ t(
514
518
  w,
515
519
  {
516
520
  disableTypography: !0,
517
- primary: /* @__PURE__ */ t(A, { sx: { fontSize: 11 }, children: a.label }),
518
- secondary: /* @__PURE__ */ t(A, { bold: !0, sx: { fontSize: 15 }, children: C ? a.valueFormatter(n[a.name]) : a.placeholder })
521
+ primary: /* @__PURE__ */ t(b, { sx: { fontSize: 11 }, children: a.label }),
522
+ secondary: /* @__PURE__ */ t(b, { bold: !0, sx: { fontSize: 15 }, children: C ? a.valueFormatter(n[a.name]) : a.placeholder })
519
523
  }
520
524
  );
521
525
  return /* @__PURE__ */ t(_.Fragment, { children: u ? /* @__PURE__ */ d(g, { children: [
@@ -531,10 +535,10 @@ const U = ({
531
535
  ]
532
536
  }
533
537
  ) }),
534
- /* @__PURE__ */ t(M, { sx: { ml: b ? 0 : 24 } })
538
+ /* @__PURE__ */ t(M, { sx: { ml: A ? 0 : 24 } })
535
539
  ] }) : C && /* @__PURE__ */ d(g, { children: [
536
540
  /* @__PURE__ */ t(v, { sx: { backgroundColor: "background.paper", px: 24 }, children: x }),
537
- /* @__PURE__ */ t(M, { sx: { ml: b ? 0 : 24 } })
541
+ /* @__PURE__ */ t(M, { sx: { ml: A ? 0 : 24 } })
538
542
  ] }) }, a.name);
539
543
  }),
540
544
  l && r && /* @__PURE__ */ t(
@@ -551,7 +555,7 @@ const U = ({
551
555
  return _.useEffect(() => e(k.ACCOUNT_DETAILS_VIEW), []), /* @__PURE__ */ d($, { children: [
552
556
  /* @__PURE__ */ t(Vt, {}),
553
557
  /* @__PURE__ */ t(Ft, {}),
554
- /* @__PURE__ */ t(Rt, {})
558
+ /* @__PURE__ */ t(Pt, {})
555
559
  ] });
556
560
  }, Ht = T(zt), Gt = ({ setTabValue: e }) => {
557
561
  const [o, n] = _.useState(!1), { selectedMember: c } = D(), { accounts: i, connect: u } = E(), l = c.connection_status && Q.includes(c.connection_status);
@@ -585,7 +589,7 @@ const U = ({
585
589
  },
586
590
  children: [
587
591
  s.title && /* @__PURE__ */ t(yt, { sx: { fontWeight: 600, marginTop: 2 }, variant: "Body", children: s.title }),
588
- /* @__PURE__ */ t(A, { component: "p", sx: { whiteSpace: "wrap" }, variant: "ParagraphSmall", children: s.main }),
592
+ /* @__PURE__ */ t(b, { component: "p", sx: { whiteSpace: "wrap" }, variant: "ParagraphSmall", children: s.main }),
589
593
  s.cta && /* @__PURE__ */ t(
590
594
  xt,
591
595
  {
@@ -2,20 +2,20 @@ import { jsx as e, jsxs as u } from "react/jsx-runtime";
2
2
  import { observer as p } from "mobx-react-lite";
3
3
  import d from "@mui/material/Stack";
4
4
  import { H3 as w, InstitutionLogo as I, Text as m, H2 as L } from "@mxenabled/mxui";
5
- import { g as v } from "./AccountFields-cUP-9Hm6.mjs";
5
+ import { g as v } from "./AccountFields-CLbLAhLf.mjs";
6
6
  import h from "react";
7
- import { G as E, d as y, m as S, u as _, f as G } from "./hooks-D6XlXHf4.mjs";
7
+ import { G as E, d as y, m as S, u as _, f as G } from "./hooks-C41HAxM5.mjs";
8
8
  import O from "@mui/material/Card";
9
9
  import P from "@mui/material/CardContent";
10
10
  import M from "@mui/material/CardHeader";
11
11
  import { useTheme as B } from "@mui/material/styles";
12
- import { g as H, a as U, b as j } from "./SpendingData-D5vsfYKo.mjs";
13
- import { L as z } from "./LineChart-D4GI7nVh.mjs";
14
- import { I as f, P as g, S as C } from "./Account-B-CuHOYf.mjs";
15
- import { A } from "./ConnectDrawer-DaFRU5st.mjs";
12
+ import { g as H, a as U, b as j } from "./SpendingData-BuJ03S9d.mjs";
13
+ import { L as z } from "./LineChart-Ct9DNmhS.mjs";
14
+ import { I as f, P as g, S as C } from "./Account-CBQnFO6w.mjs";
15
+ import { A } from "./ConnectDrawer-FyY0AWYQ.mjs";
16
16
  import { L as Y } from "./Loader-DUaFpDGv.mjs";
17
- import { f as R, D as $ } from "./Dialog-CWW597AF.mjs";
18
- import { u as k } from "./useAccountDisplayName-BcRqfar8.mjs";
17
+ import { f as R, a as $ } from "./Dialog-BPTr3qHE.mjs";
18
+ import { u as k } from "./useAccountDisplayName-B5O6hQ1B.mjs";
19
19
  import { f as F } from "./NumberFormatting-Buh7u8Oi.mjs";
20
20
  const b = () => {
21
21
  if (!h.useContext(E))
@@ -1,10 +1,10 @@
1
1
  import { jsx as u } from "react/jsx-runtime";
2
2
  import { Icon as p, Text as y } from "@mxenabled/mxui";
3
- import { F as m, A as d, a as v, P as h, b as F } from "./ConnectDrawer-DaFRU5st.mjs";
4
- import { i as T, u as D, a as A, b as g, c as O } from "./Accounts-IeEtQjzA.mjs";
3
+ import { F as m, A as d, a as v, P as h, b as F } from "./ConnectDrawer-FyY0AWYQ.mjs";
4
+ import { i as T, u as A, a as D, b as g, c as O } from "./Accounts-B5Yr0e_o.mjs";
5
5
  import { f as _, i as b, a as N, b as S } from "./NumberFormatting-Buh7u8Oi.mjs";
6
6
  import { b as i } from "./Localization-2MODESHW.mjs";
7
- import { f as o, D as f } from "./Dialog-CWW597AF.mjs";
7
+ import { f as o, a as f } from "./Dialog-BPTr3qHE.mjs";
8
8
  const w = (l, e) => {
9
9
  const r = [
10
10
  {
@@ -54,7 +54,7 @@ const w = (l, e) => {
54
54
  valueFormatter: (t) => a.find((n) => n.value === t)?.label
55
55
  });
56
56
  }
57
- if (D(l)) {
57
+ if (A(l)) {
58
58
  let a = e.interest_rate, t = "interest_rate";
59
59
  l.is_manual || (typeof l.apr == "number" && (a = e.apr, t = "apr"), typeof l.apy == "number" && (a = e.apy, t = "apy")), r.push({
60
60
  event: "account_details_click_interest_rate",
@@ -66,7 +66,7 @@ const w = (l, e) => {
66
66
  valueFormatter: (n) => b(n) ? N(n / 100) : n
67
67
  });
68
68
  }
69
- return A(l) && (r.push({
69
+ return D(l) && (r.push({
70
70
  label: e.minimum_payment,
71
71
  name: "minimum_payment",
72
72
  placeholder: i(e.enter_value, e.minimum_payment),
@@ -10,10 +10,10 @@ import B from "@mui/material/styles/useTheme";
10
10
  import { InstitutionLogo as L, Text as o } from "@mxenabled/mxui";
11
11
  import { Error as A } from "@mxenabled/mx-icons";
12
12
  import { I as j } from "./IconBacking-B9oC6uL2.mjs";
13
- import { g as T } from "./AccountFields-cUP-9Hm6.mjs";
14
- import { u as X } from "./useAccountDisplayName-BcRqfar8.mjs";
15
- import { d } from "./ConnectDrawer-DaFRU5st.mjs";
16
- import { u as $ } from "./hooks-D6XlXHf4.mjs";
13
+ import { g as T } from "./AccountFields-CLbLAhLf.mjs";
14
+ import { u as X } from "./useAccountDisplayName-B5O6hQ1B.mjs";
15
+ import { d } from "./ConnectDrawer-FyY0AWYQ.mjs";
16
+ import { u as $ } from "./hooks-C41HAxM5.mjs";
17
17
  import { f as k } from "./NumberFormatting-Buh7u8Oi.mjs";
18
18
  const w = {
19
19
  gridRow: 1,
@@ -1,8 +1,8 @@
1
- import { makeAutoObservable as A, runInAction as a } from "mobx";
2
- import { i as f } from "./User-BQUxBeZV.mjs";
1
+ import { makeAutoObservable as _, runInAction as a } from "mobx";
2
+ import { i as f } from "./User-wXzDI4M8.mjs";
3
3
  import { F as p, A as i } from "./Fetch-87LIQbEA.mjs";
4
- import { A as c, h as d, d as h, E as y, i as I, j as b } from "./ConnectDrawer-DaFRU5st.mjs";
5
- class _ {
4
+ import { A as c, h as d, d as h, E as y, i as I, j as b } from "./ConnectDrawer-FyY0AWYQ.mjs";
5
+ class A {
6
6
  fetchInstance;
7
7
  constructor(t, e, n) {
8
8
  this.fetchInstance = new p(t, e, void 0, n);
@@ -17,26 +17,26 @@ class _ {
17
17
  refreshAllMembers = async () => this.fetchInstance.get(`${i.MEMBERS}/refresh_all`).then((t) => t).catch((t) => t);
18
18
  updateAccount = async (t) => this.fetchInstance.put(`${i.ACCOUNTS}/${t.guid}`, t).then((e) => e.account).catch((e) => e);
19
19
  }
20
- class E {
20
+ class C {
21
21
  isLoading = !1;
22
22
  selectedAccount = {};
23
23
  selectedMember = {};
24
24
  constructor() {
25
- A(this);
25
+ _(this);
26
26
  }
27
27
  setIsLoading = (t) => this.isLoading = t;
28
28
  setSelectedAccount = (t) => this.selectedAccount = t;
29
29
  setSelectedMember = (t) => this.selectedMember = t;
30
30
  }
31
- class T {
31
+ class w {
32
32
  globalStore;
33
- api = new _("/", "");
33
+ api = new A("/", "");
34
34
  accounts = [];
35
35
  institutions = [];
36
36
  members = [];
37
37
  uiStore;
38
38
  constructor(t) {
39
- this.globalStore = t, this.uiStore = new E(), this.api = new _(t.endpoint, t.sessionToken, t.onError), A(this);
39
+ this.globalStore = t, this.uiStore = new C(), this.api = new A(t.endpoint, t.sessionToken, t.onError), _(this);
40
40
  }
41
41
  loadAccountData = async ({
42
42
  accounts: t,
@@ -111,6 +111,17 @@ class T {
111
111
  get visibleSavingsAccounts() {
112
112
  return this.savingsAccounts.filter((t) => !t.is_hidden);
113
113
  }
114
+ get savingsAndCheckingAccountsBalance() {
115
+ return this.savingsAndCheckingAccounts.reduce(
116
+ (e, n) => e + (n?.balance || 0),
117
+ 0
118
+ );
119
+ }
120
+ get savingsAndCheckingAccounts() {
121
+ return this.accounts.filter(
122
+ (e) => e.account_type === c.SAVINGS || e.account_type === c.CHECKING
123
+ );
124
+ }
114
125
  addAccount = async (t) => {
115
126
  try {
116
127
  const e = await this.api.createAccount(t);
@@ -126,22 +137,22 @@ class T {
126
137
  n,
127
138
  "MD_EXCLUDE_EXTERNAL_ACCOUNTS"
128
139
  );
129
- for (const r of t) {
130
- if (s && r.member_is_managed_by_user) continue;
131
- const o = this.members.find((g) => g.guid === r.member_guid);
132
- if (!o) continue;
140
+ for (const o of t) {
141
+ if (s && o.member_is_managed_by_user) continue;
142
+ const r = this.members.find((m) => m.guid === o.member_guid);
143
+ if (!r) continue;
133
144
  let u = h.Connected;
134
- y.includes(o.connection_status) ? u = h.Error : I.includes(o.connection_status) ? u = h.Processing : b.includes(o.connection_status) && (u = h.RequiresMfa);
135
- const m = [
136
- r.user_name || r.feed_name || "",
137
- r.account_number ? `*${r.account_number}` : ""
145
+ y.includes(r.connection_status) ? u = h.Error : I.includes(r.connection_status) ? u = h.Processing : b.includes(r.connection_status) && (u = h.RequiresMfa);
146
+ const g = [
147
+ o.user_name || o.feed_name || "",
148
+ o.account_number ? `*${o.account_number}` : ""
138
149
  ].join(" ").trim();
139
150
  e.push({
140
- ...r,
151
+ ...o,
141
152
  connectionStatus: u,
142
- institutionName: m,
143
- memberName: o.name
144
- }), o.connectionStatus = u;
153
+ institutionName: g,
154
+ memberName: r.name
155
+ }), r.connectionStatus = u;
145
156
  }
146
157
  return e;
147
158
  };
@@ -180,10 +191,10 @@ class T {
180
191
  try {
181
192
  const e = await this.api.mergeAccounts(t), n = e[Object.keys(e)[0]];
182
193
  a(() => {
183
- const s = this.accounts.findIndex((o) => o.guid === t[1]);
194
+ const s = this.accounts.findIndex((r) => r.guid === t[1]);
184
195
  this.accounts.splice(s, 1);
185
- const r = this.accounts.findIndex((o) => o.guid === t[0]);
186
- this.accounts.splice(r, 1, n);
196
+ const o = this.accounts.findIndex((r) => r.guid === t[0]);
197
+ this.accounts.splice(o, 1, n);
187
198
  });
188
199
  } catch (e) {
189
200
  console.error(`Error occurred while merging accounts: ${e}`);
@@ -231,19 +242,19 @@ class T {
231
242
  };
232
243
  updateAccountFiltering = async (t, e) => {
233
244
  for (const n of t) {
234
- const s = this.accounts.find((r) => r.guid === n);
245
+ const s = this.accounts.find((o) => o.guid === n);
235
246
  if (s) {
236
247
  s.is_excluded_from_accounts = e, s.is_excluded_from_budgets = e, s.is_excluded_from_cash_flow = e, s.is_excluded_from_debts = e, s.is_excluded_from_goals = e, s.is_excluded_from_investments = e, s.is_excluded_from_net_worth = e, s.is_excluded_from_spending = e, s.is_excluded_from_transactions = e, s.is_excluded_from_trends = e;
237
248
  try {
238
249
  this.updateAccount(s);
239
- } catch (r) {
240
- console.error(`Failed to update account ${n} (added):`, r);
250
+ } catch (o) {
251
+ console.error(`Failed to update account ${n} (added):`, o);
241
252
  }
242
253
  }
243
254
  }
244
255
  };
245
256
  }
246
257
  export {
247
- _ as A,
248
- T as a
258
+ A,
259
+ w as a
249
260
  };
@@ -1,4 +1,4 @@
1
- import { A as _ } from "./ConnectDrawer-DaFRU5st.mjs";
1
+ import { A as _ } from "./ConnectDrawer-FyY0AWYQ.mjs";
2
2
  const s = (t) => t && (t.account_type === _.CREDIT_CARD || t.account_type === _.LOAN || t.account_type === _.MORTGAGE || t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CHECKING_LINE_OF_CREDIT), p = (t) => t.is_manual || !t.guid, E = (t) => t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CREDIT_CARD || t.account_type === _.CHECKING_LINE_OF_CREDIT, a = (t) => t.account_type === _.SAVINGS || t.account_type === _.CHECKING || t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CREDIT_CARD || t.account_type === _.LOAN || t.account_type === _.MORTGAGE, y = (t) => t.account_type === _.LOAN || t.account_type === _.MORTGAGE;
3
3
  export {
4
4
  s as a,
@@ -1,4 +1,4 @@
1
- import { i as _ } from "./hooks-D6XlXHf4.mjs";
1
+ import { i as _ } from "./hooks-C41HAxM5.mjs";
2
2
  import { b as d } from "./Category-CevNQ03n.mjs";
3
3
  import { b as f } from "./Localization-2MODESHW.mjs";
4
4
  import { f as l } from "./NumberFormatting-Buh7u8Oi.mjs";
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as E } from "react/jsx-runtime";
2
2
  import { observer as g } from "mobx-react-lite";
3
3
  import C from "react";
4
4
  import $ from "@mui/material/Stack";
5
- import { G as K, m as y, u as b, g as D, b as U } from "./hooks-D6XlXHf4.mjs";
5
+ import { G as K, m as y, u as b, g as D, b as U } from "./hooks-C41HAxM5.mjs";
6
6
  import Y from "@mui/material/List";
7
7
  import V from "@mui/material/Paper";
8
8
  import v from "@mui/material/Divider";
@@ -16,13 +16,13 @@ import { Text as B, TextField as q, CategoryIcon as H } from "@mxenabled/mxui";
16
16
  import J from "@mui/material/Collapse";
17
17
  import Q from "@mui/material/DialogContent";
18
18
  import { b as S } from "./Localization-2MODESHW.mjs";
19
- import { a as Z } from "./Dialog-CWW597AF.mjs";
19
+ import { D as Z } from "./Dialog-BPTr3qHE.mjs";
20
20
  import ee from "@mui/material/Box";
21
21
  import te from "@mui/material/Chip";
22
22
  import I from "@mui/material/IconButton";
23
23
  import { S as oe } from "./SearchBox-B2_zLv8-.mjs";
24
24
  import { L as k } from "./Loader-DUaFpDGv.mjs";
25
- import { D as ae } from "./Drawer-kEE73B87.mjs";
25
+ import { D as ae } from "./Drawer-BEtCk82g.mjs";
26
26
  const h = () => {
27
27
  if (!C.useContext(K))
28
28
  throw new Error("useCategoryUiStore() must be used within the GlobalDataContext");
@@ -3,7 +3,7 @@ import { getUnixTime as r } from "date-fns/getUnixTime";
3
3
  import { subMonths as g } from "date-fns/subMonths";
4
4
  import { startOfMonth as h } from "date-fns/startOfMonth";
5
5
  import { endOfMonth as d } from "date-fns/endOfMonth";
6
- import { a as T, g as m } from "./CategoryUtil-BR3H5i6n.mjs";
6
+ import { a as T, g as m } from "./CategoryUtil-DUM8NuGO.mjs";
7
7
  import { F as p, A as i } from "./Fetch-87LIQbEA.mjs";
8
8
  import { b as f, c as w } from "./Category-CevNQ03n.mjs";
9
9
  class y {
@@ -4,7 +4,7 @@ import { startOfToday as M } from "date-fns/startOfToday";
4
4
  import { subMonths as T } from "date-fns/subMonths";
5
5
  import { CategoryIconList as C } from "@mxenabled/mxui";
6
6
  import { C as N, a as O, b } from "./Category-CevNQ03n.mjs";
7
- import { f as D, D as E } from "./Dialog-CWW597AF.mjs";
7
+ import { f as D, a as E } from "./Dialog-BPTr3qHE.mjs";
8
8
  const R = 3, d = 12, Y = (n, r, t) => n.filter((e) => !e.parent_guid).map(
9
9
  (e) => _(
10
10
  e,
@@ -14,14 +14,14 @@ import EE from "@mui/material/ListItemText";
14
14
  import IE from "@mui/material/Popover";
15
15
  import F from "@mui/material/Stack";
16
16
  import w from "@mui/material/Checkbox";
17
- import { u as o, f as _E, d as NE, e as rE } from "./hooks-D6XlXHf4.mjs";
17
+ import { u as o, f as _E, d as NE, e as rE } from "./hooks-C41HAxM5.mjs";
18
18
  import { b as W } from "./Localization-2MODESHW.mjs";
19
19
  import { u as RE } from "./useScreenSize-B6JyS_Lj.mjs";
20
20
  import { observer as Q } from "mobx-react-lite";
21
21
  import iE from "@mui/material/styles/useTheme";
22
22
  import { ConnectWidget as aE } from "@mxenabled/web-widget-sdk";
23
23
  import lE from "@mui/material/CircularProgress";
24
- import { D as OE } from "./Drawer-kEE73B87.mjs";
24
+ import { D as OE } from "./Drawer-BEtCk82g.mjs";
25
25
  var T = /* @__PURE__ */ ((E) => (E[E.ANY = 0] = "ANY", E[E.CHECKING = 1] = "CHECKING", E[E.SAVINGS = 2] = "SAVINGS", E[E.LOAN = 3] = "LOAN", E[E.CREDIT_CARD = 4] = "CREDIT_CARD", E[E.INVESTMENT = 5] = "INVESTMENT", E[E.LINE_OF_CREDIT = 6] = "LINE_OF_CREDIT", E[E.MORTGAGE = 7] = "MORTGAGE", E[E.PROPERTY = 8] = "PROPERTY", E[E.CASH = 9] = "CASH", E[E.INSURANCE = 10] = "INSURANCE", E[E.PREPAID = 11] = "PREPAID", E[E.CHECKING_LINE_OF_CREDIT = 12] = "CHECKING_LINE_OF_CREDIT", E[E.DIGITAL_WALLET = 13] = "DIGITAL_WALLET", E))(T || {}), sE = /* @__PURE__ */ ((E) => (E[E.NONE = 0] = "NONE", E[E.MONEY_MARKET = 1] = "MONEY_MARKET", E[E.CERTIFICATE_OF_DEPOSIT = 2] = "CERTIFICATE_OF_DEPOSIT", E[E.AUTO = 3] = "AUTO", E[E.STUDENT = 4] = "STUDENT", E[E.SMALL_BUSINESS = 5] = "SMALL_BUSINESS", E[E.PERSONAL = 6] = "PERSONAL", E[E.PERSONAL_WITH_COLLATERAL = 7] = "PERSONAL_WITH_COLLATERAL", E[E.HOME_EQUITY = 8] = "HOME_EQUITY", E[E.PLAN_401_K = 9] = "PLAN_401_K", E[E.PLAN_403_B = 10] = "PLAN_403_B", E[E.PLAN_529 = 11] = "PLAN_529", E[E.IRA = 12] = "IRA", E[E.ROLLOVER_IRA = 13] = "ROLLOVER_IRA", E[E.ROTH_IRA = 14] = "ROTH_IRA", E[E.TAXABLE = 15] = "TAXABLE", E[E.NON_TAXABLE = 16] = "NON_TAXABLE", E[E.BROKERAGE = 17] = "BROKERAGE", E[E.TRUST = 18] = "TRUST", E[E.UNIFORM_GIFTS_TO_MINORS_ACT = 19] = "UNIFORM_GIFTS_TO_MINORS_ACT", E[E.PLAN_457 = 20] = "PLAN_457", E[E.PENSION = 21] = "PENSION", E[E.EMPLOYEE_STOCK_OWNERSHIP_PLAN = 22] = "EMPLOYEE_STOCK_OWNERSHIP_PLAN", E[E.SIMPLIFIED_EMPLOYEE_PENSION = 23] = "SIMPLIFIED_EMPLOYEE_PENSION", E[E.SIMPLE_IRA = 24] = "SIMPLE_IRA", E[E.BOAT = 25] = "BOAT", E[E.POWERSPORTS = 26] = "POWERSPORTS", E[E.RV = 27] = "RV", E[E.HELOC = 28] = "HELOC", E[E.PLAN_ROTH_401_K = 29] = "PLAN_ROTH_401_K", E[E.FIXED_ANNUITY = 30] = "FIXED_ANNUITY", E[E.VARIABLE_ANNUITY = 31] = "VARIABLE_ANNUITY", E[E.VEHICLE_INSURANCE = 32] = "VEHICLE_INSURANCE", E[E.DISABILITY = 33] = "DISABILITY", E[E.HEALTH = 34] = "HEALTH", E[E.LONG_TERM_CARE = 35] = "LONG_TERM_CARE", E[E.PROPERTY_AND_CASUALTY = 36] = "PROPERTY_AND_CASUALTY", E[E.UNIVERSAL_LIFE = 37] = "UNIVERSAL_LIFE", E[E.TERM_LIFE = 38] = "TERM_LIFE", E[E.WHOLE_LIFE = 39] = "WHOLE_LIFE", E[E.ACCIDENTAL_DEATH_AND_DISMEMBERMENT = 40] = "ACCIDENTAL_DEATH_AND_DISMEMBERMENT", E[E.VARIABLE_UNIVERSAL_LIFE = 41] = "VARIABLE_UNIVERSAL_LIFE", E[E.HSA = 42] = "HSA", E[E.TAX_FREE_SAVINGS_ACCOUNT = 43] = "TAX_FREE_SAVINGS_ACCOUNT", E[E.INDIVIDUAL = 44] = "INDIVIDUAL", E[E.REGISTERED_RETIREMENT_INCOME_FUND = 45] = "REGISTERED_RETIREMENT_INCOME_FUND", E[E.CASH_MANAGEMENT_ACCOUNT = 46] = "CASH_MANAGEMENT_ACCOUNT", E[E.EMPLOYEE_STOCK_PURCHASE_PLAN = 47] = "EMPLOYEE_STOCK_PURCHASE_PLAN", E[E.REGISTERED_EDUCATION_SAVINGS_PLAN = 48] = "REGISTERED_EDUCATION_SAVINGS_PLAN", E[E.PROFIT_SHARING_PLAN = 49] = "PROFIT_SHARING_PLAN", E[E.UNIFORM_TRANSFER_TO_MINORS_ACT = 50] = "UNIFORM_TRANSFER_TO_MINORS_ACT", E[E.PLAN_401_A = 51] = "PLAN_401_A", E[E.SARSEP_IRA = 52] = "SARSEP_IRA", E[E.FIXED_ANNUITY_TRADITIONAL_IRA = 53] = "FIXED_ANNUITY_TRADITIONAL_IRA", E[E.VARIABLE_ANNUITY_TRADITIONAL_IRA = 54] = "VARIABLE_ANNUITY_TRADITIONAL_IRA", E[E.SEPP_IRA = 55] = "SEPP_IRA", E[E.INHERITED_TRADITIONAL_IRA = 56] = "INHERITED_TRADITIONAL_IRA", E[E.FIXED_ANNUITY_ROTH_IRA = 57] = "FIXED_ANNUITY_ROTH_IRA", E[E.VARIABLE_ANNUITY_ROTH_IRA = 58] = "VARIABLE_ANNUITY_ROTH_IRA", E[E.INHERITED_ROTH_IRA = 59] = "INHERITED_ROTH_IRA", E[E.COVERDELL = 60] = "COVERDELL", E[E.ADVISORY_ACCOUNT = 61] = "ADVISORY_ACCOUNT", E[E.BROKERAGE_MARGIN = 62] = "BROKERAGE_MARGIN", E[E.CHARITABLE_GIFT_ACCOUNT = 63] = "CHARITABLE_GIFT_ACCOUNT", E[E.CHURCH_ACCOUNT = 64] = "CHURCH_ACCOUNT", E[E.CONSERVATORSHIP = 65] = "CONSERVATORSHIP", E[E.CUSTODIAL = 66] = "CUSTODIAL", E[E.DEFINED_BENEFIT_PLAN = 67] = "DEFINED_BENEFIT_PLAN", E[E.DEFINED_CONTRIBUTION_PLAN = 68] = "DEFINED_CONTRIBUTION_PLAN", E[E.EDUCATIONAL = 69] = "EDUCATIONAL", E[E.ESTATE = 70] = "ESTATE", E[E.EXECUTOR = 71] = "EXECUTOR", E[E.GROUP_RETIREMENT_SAVINGS_PLAN = 72] = "GROUP_RETIREMENT_SAVINGS_PLAN", E[E.GUARANTEED_INVESTMENT_CERTIFICATE = 73] = "GUARANTEED_INVESTMENT_CERTIFICATE", E[E.HRA = 74] = "HRA", E[E.INDEXED_ANNUITY = 75] = "INDEXED_ANNUITY", E[E.INVESTMENT_CLUB = 76] = "INVESTMENT_CLUB", E[E.IRREVOCABLE_TRUST = 77] = "IRREVOCABLE_TRUST", E[E.JOINT_TENANTS_BY_ENTIRITY = 78] = "JOINT_TENANTS_BY_ENTIRITY", E[E.JOINT_TENANTS_COMMUNITY_PROPERTY = 79] = "JOINT_TENANTS_COMMUNITY_PROPERTY", E[E.JOINT_TENANTS_IN_COMMON = 80] = "JOINT_TENANTS_IN_COMMON", E[E.JOINT_TENANTS_WITH_RIGHTS_OF_SURVIVORSHIP = 81] = "JOINT_TENANTS_WITH_RIGHTS_OF_SURVIVORSHIP", E[E.KEOUGH_PLAN = 82] = "KEOUGH_PLAN", E[E.LIFE_INCOME_FUND = 83] = "LIFE_INCOME_FUND", E[E.LIVING_TRUST = 84] = "LIVING_TRUST", E[E.LOCKED_IN_RETIREMENT_ACCOUNT = 85] = "LOCKED_IN_RETIREMENT_ACCOUNT", E[E.LOCKED_IN_RETIREMENT_INVESTMENT_FUND = 86] = "LOCKED_IN_RETIREMENT_INVESTMENT_FUND", E[E.LOCKED_IN_RETIREMENT_SAVINGS_ACCOUNT = 87] = "LOCKED_IN_RETIREMENT_SAVINGS_ACCOUNT", E[E.MONEY_PURCHASE_PLAN = 88] = "MONEY_PURCHASE_PLAN", E[E.PARTNERSHIP = 89] = "PARTNERSHIP", E[E.PLAN_409_A = 90] = "PLAN_409_A", E[E.PLAN_ROTH_403_B = 91] = "PLAN_ROTH_403_B", E[E.REGISTERED_DISABILITY_SAVINGS_PLAN = 92] = "REGISTERED_DISABILITY_SAVINGS_PLAN", E[E.REGISTERED_LOCKED_IN_SAVINGS_PLAN = 93] = "REGISTERED_LOCKED_IN_SAVINGS_PLAN", E[E.REGISTERED_PENSION_PLAN = 94] = "REGISTERED_PENSION_PLAN", E[E.REGISTERED_RETIREMENT_SAVINGS_PLAN = 95] = "REGISTERED_RETIREMENT_SAVINGS_PLAN", E[E.REVOCABLE_TRUST = 96] = "REVOCABLE_TRUST", E[E.ROTH_CONVERSION = 97] = "ROTH_CONVERSION", E[E.SOLE_PROPRIETORSHIP = 98] = "SOLE_PROPRIETORSHIP", E[E.SPOUSAL_IRA = 99] = "SPOUSAL_IRA", E[E.SPOUSAL_ROTH_IRA = 100] = "SPOUSAL_ROTH_IRA", E[E.TESTAMENTARY_TRUST = 101] = "TESTAMENTARY_TRUST", E[E.THRIFT_SAVINGS_PLAN = 102] = "THRIFT_SAVINGS_PLAN", E[E.INHERITED_ANNUITY = 103] = "INHERITED_ANNUITY", E[E.CORPORATE_ACCOUNT = 104] = "CORPORATE_ACCOUNT", E[E.LIMITED_LIABILITY_ACCOUNT = 105] = "LIMITED_LIABILITY_ACCOUNT", E[E.HSA_SAVINGS = 106] = "HSA_SAVINGS", E[E.HSA_CHECKING = 107] = "HSA_CHECKING", E))(sE || {}), LE = /* @__PURE__ */ ((E) => (E[E.REAL_ESTATE = 0] = "REAL_ESTATE", E[E.VEHICLE = 1] = "VEHICLE", E[E.ART = 2] = "ART", E[E.JEWELRY = 3] = "JEWELRY", E[E.FURNITURE = 4] = "FURNITURE", E[E.APPLIANCES = 5] = "APPLIANCES", E[E.COMPUTER = 6] = "COMPUTER", E[E.ELECTRONICS = 7] = "ELECTRONICS", E[E.SPORTS_EQUIPMENT = 8] = "SPORTS_EQUIPMENT", E[E.MISCELLANEOUS = 9] = "MISCELLANEOUS", E))(LE || {}), eE = /* @__PURE__ */ ((E) => (E[E.CREATED = 0] = "CREATED", E[E.PREVENTED = 1] = "PREVENTED", E[E.DENIED = 2] = "DENIED", E[E.CHALLENGED = 3] = "CHALLENGED", E[E.REJECTED = 4] = "REJECTED", E[E.LOCKED = 5] = "LOCKED", E[E.CONNECTED = 6] = "CONNECTED", E[E.IMPEDED = 7] = "IMPEDED", E[E.RECONNECTED = 8] = "RECONNECTED", E[E.DEGRADED = 9] = "DEGRADED", E[E.DISCONNECTED = 10] = "DISCONNECTED", E[E.DISCONTINUED = 11] = "DISCONTINUED", E[E.CLOSED = 12] = "CLOSED", E[E.DELAYED = 13] = "DELAYED", E[E.FAILED = 14] = "FAILED", E[E.UPDATED = 15] = "UPDATED", E[E.DISABLED = 16] = "DISABLED", E[E.IMPORTED = 17] = "IMPORTED", E[E.RESUMED = 18] = "RESUMED", E[E.EXPIRED = 19] = "EXPIRED", E[E.IMPAIRED = 20] = "IMPAIRED", E[E.PENDING = 21] = "PENDING", E))(eE || {});
26
26
  const bE = [
27
27
  0,
@@ -3,9 +3,9 @@ import r from "react";
3
3
  import { observer as E } from "mobx-react-lite";
4
4
  import { useTheme as D } from "@mui/material/styles";
5
5
  import { ConnectionsWidget as L } from "@mxenabled/web-widget-sdk";
6
- import { C as a, c, M as i } from "./ConnectDrawer-DaFRU5st.mjs";
7
- import { d as b, e as w, u as _ } from "./hooks-D6XlXHf4.mjs";
8
- import { D as x } from "./Drawer-kEE73B87.mjs";
6
+ import { C as a, c, M as i } from "./ConnectDrawer-FyY0AWYQ.mjs";
7
+ import { d as b, e as w, u as _ } from "./hooks-C41HAxM5.mjs";
8
+ import { D as x } from "./Drawer-BEtCk82g.mjs";
9
9
  const I = ({
10
10
  onClose: l,
11
11
  showConnectionsWidget: o,