@mx-cartographer/experiences 7.0.57-alpha.mega3 → 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 +9 -1
- 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
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
+
## [7.0.58] - 10-24-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Trends Insights Micro Widget navigation overlapped in stand-alone widget
|
|
4
|
+
|
|
5
|
+
## [7.0.57] - 10-22-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Layout cutoff issue on Create Budgets for mobile devices
|
|
8
|
+
|
|
1
9
|
## [7.0.56] - 10-22-2025
|
|
2
10
|
|
|
3
|
-
- **FIXED** -
|
|
11
|
+
- **FIXED** - Layout cutoff on Create Budgets (mobile)
|
|
4
12
|
|
|
5
13
|
## [7.0.55] - 10-21-2025
|
|
6
14
|
|
|
@@ -11,18 +11,18 @@ 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-
|
|
14
|
+
import { u as D } from "./AccountDetailsHeader-DNAjoL-S.mjs";
|
|
15
15
|
import { d as z, u as E, g as O, h as X } from "./hooks-CE2TKk4a.mjs";
|
|
16
|
-
import { A as at } from "./AccountListItem-
|
|
17
|
-
import { A as k } from "./WidgetContainer-
|
|
16
|
+
import { A as at } from "./AccountListItem-Beq27kHX.mjs";
|
|
17
|
+
import { A as k } from "./WidgetContainer-Dr9acAPp.mjs";
|
|
18
18
|
import { a as V, f as B, D as K } from "./Dialog-CWW597AF.mjs";
|
|
19
19
|
import { b as h } from "./Localization-2MODESHW.mjs";
|
|
20
|
-
import { D as J } from "./Drawer-
|
|
20
|
+
import { D as J } from "./Drawer-BEtCk82g.mjs";
|
|
21
21
|
import R 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 { m, N as Q, k as Z, F as P } from "./ConnectDrawer-
|
|
25
|
+
import { m, N as Q, k as Z, F as P } from "./ConnectDrawer-CUKAktmo.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";
|
|
@@ -38,13 +38,13 @@ import At from "@mui/material/MenuItem";
|
|
|
38
38
|
import bt from "@mui/material/Select";
|
|
39
39
|
import Tt from "@mui/material/TextField";
|
|
40
40
|
import { C as St } from "./CurrencyInput-CRtdzs3o.mjs";
|
|
41
|
-
import { b as Dt } from "./AccountFields-
|
|
41
|
+
import { b as Dt } from "./AccountFields-Dg6oj8cP.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-
|
|
47
|
+
import { T as vt, a as Lt } from "./TransactionDetails-Csjr1ivB.mjs";
|
|
48
48
|
import { T as j } from "./TabContentContainer-j01JYR_7.mjs";
|
|
49
49
|
const U = ({
|
|
50
50
|
children: e,
|
|
@@ -2,7 +2,7 @@ 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-
|
|
5
|
+
import { g as v } from "./AccountFields-Dg6oj8cP.mjs";
|
|
6
6
|
import h from "react";
|
|
7
7
|
import { G as E, d as y, m as S, u as _, f as G } from "./hooks-CE2TKk4a.mjs";
|
|
8
8
|
import O from "@mui/material/Card";
|
|
@@ -11,11 +11,11 @@ import M from "@mui/material/CardHeader";
|
|
|
11
11
|
import { useTheme as B } from "@mui/material/styles";
|
|
12
12
|
import { g as H, a as U, b as j } from "./SpendingData-D5vsfYKo.mjs";
|
|
13
13
|
import { L as z } from "./LineChart-B2Y7zwMu.mjs";
|
|
14
|
-
import { I as f, P as g, S as C } from "./Account-
|
|
15
|
-
import { A } from "./ConnectDrawer-
|
|
14
|
+
import { I as f, P as g, S as C } from "./Account-tMsdS_fR.mjs";
|
|
15
|
+
import { A } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
16
16
|
import { L as Y } from "./Loader-DUaFpDGv.mjs";
|
|
17
17
|
import { f as R, D as $ } from "./Dialog-CWW597AF.mjs";
|
|
18
|
-
import { u as k } from "./useAccountDisplayName-
|
|
18
|
+
import { u as k } from "./useAccountDisplayName-Ngo3TWV4.mjs";
|
|
19
19
|
import { f as F } from "./NumberFormatting-CtWHhyBX.mjs";
|
|
20
20
|
const b = () => {
|
|
21
21
|
if (!h.useContext(E))
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
-
import { i as T, u as D, a as A, b as g, c as O } from "./Accounts-
|
|
3
|
+
import { F as m, A as d, a as v, P as h, b as F } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
4
|
+
import { i as T, u as D, a as A, b as g, c as O } from "./Accounts-C5gB9veQ.mjs";
|
|
5
5
|
import { f as _, i as b, a as N, b as S } from "./NumberFormatting-CtWHhyBX.mjs";
|
|
6
6
|
import { b as i } from "./Localization-2MODESHW.mjs";
|
|
7
7
|
import { f as o, D as f } from "./Dialog-CWW597AF.mjs";
|
|
@@ -10,9 +10,9 @@ 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-
|
|
14
|
-
import { u as X } from "./useAccountDisplayName-
|
|
15
|
-
import { d } from "./ConnectDrawer-
|
|
13
|
+
import { g as T } from "./AccountFields-Dg6oj8cP.mjs";
|
|
14
|
+
import { u as X } from "./useAccountDisplayName-Ngo3TWV4.mjs";
|
|
15
|
+
import { d } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
16
16
|
import { u as $ } from "./hooks-CE2TKk4a.mjs";
|
|
17
17
|
import { f as k } from "./NumberFormatting-CtWHhyBX.mjs";
|
|
18
18
|
const w = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { makeAutoObservable as _, runInAction as a } from "mobx";
|
|
2
2
|
import { i as g } from "./User-DaJAQ09j.mjs";
|
|
3
3
|
import { F as f, A as i } from "./Fetch-87LIQbEA.mjs";
|
|
4
|
-
import { A as n, d as h, E as p, h as y, i as I } from "./ConnectDrawer-
|
|
4
|
+
import { A as n, d as h, E as p, h as y, i as I } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
5
5
|
class l {
|
|
6
6
|
fetchInstance;
|
|
7
7
|
constructor(t, e, s) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as _ } from "./ConnectDrawer-
|
|
1
|
+
import { A as _ } from "./ConnectDrawer-CUKAktmo.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,
|
|
@@ -22,7 +22,7 @@ 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-
|
|
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");
|
|
@@ -21,7 +21,7 @@ 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-
|
|
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-
|
|
6
|
+
import { C as a, c, M as i } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
7
7
|
import { d as b, e as w, u as _ } from "./hooks-CE2TKk4a.mjs";
|
|
8
|
-
import { D as x } from "./Drawer-
|
|
8
|
+
import { D as x } from "./Drawer-BEtCk82g.mjs";
|
|
9
9
|
const I = ({
|
|
10
10
|
onClose: l,
|
|
11
11
|
showConnectionsWidget: o,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { makeAutoObservable as l } from "mobx";
|
|
2
2
|
import { getDate as r, fromUnixTime as _, startOfMonth as m } from "date-fns";
|
|
3
|
-
import { A as p } from "./ConnectDrawer-
|
|
3
|
+
import { A as p } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
4
4
|
const E = 12, T = 100;
|
|
5
5
|
var c = /* @__PURE__ */ ((a) => (a[a.FASTEST_PAYOFF_FIRST = 1] = "FASTEST_PAYOFF_FIRST", a[a.HIGHEST_INTEREST = 2] = "HIGHEST_INTEREST", a[a.LOWEST_BALANCE = 3] = "LOWEST_BALANCE", a[a.HIGHEST_BALANCE = 4] = "HIGHEST_BALANCE", a))(c || {});
|
|
6
6
|
const b = {
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { jsxs as h, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import u from "@mui/material/Box";
|
|
3
|
+
import s from "@mui/material/Stack";
|
|
4
|
+
import { H2 as y, Drawer as B } from "@mxenabled/mxui";
|
|
5
|
+
import x from "@mui/material/Button";
|
|
6
|
+
import v from "@mui/material/IconButton";
|
|
7
|
+
import { ArrowBack as j } from "@mxenabled/mx-icons";
|
|
8
|
+
const F = ({
|
|
9
|
+
footerStyles: e = {},
|
|
10
|
+
hasSecondaryAction: a = !0,
|
|
11
|
+
isPrimaryDisabled: t,
|
|
12
|
+
onPrimaryAction: o,
|
|
13
|
+
onSecondaryAction: n,
|
|
14
|
+
primaryButtonProps: l = {},
|
|
15
|
+
primaryColor: c = "primary",
|
|
16
|
+
primaryText: i = "Save",
|
|
17
|
+
secondaryColor: d = "primary",
|
|
18
|
+
secondaryText: p = "Cancel"
|
|
19
|
+
}) => /* @__PURE__ */ h(
|
|
20
|
+
s,
|
|
21
|
+
{
|
|
22
|
+
sx: {
|
|
23
|
+
bgcolor: "background.paper",
|
|
24
|
+
flexDirection: "row",
|
|
25
|
+
gap: 16,
|
|
26
|
+
justifyContent: "flex-end",
|
|
27
|
+
p: 24,
|
|
28
|
+
...e
|
|
29
|
+
},
|
|
30
|
+
children: [
|
|
31
|
+
a && /* @__PURE__ */ r(
|
|
32
|
+
x,
|
|
33
|
+
{
|
|
34
|
+
color: d,
|
|
35
|
+
onClick: n,
|
|
36
|
+
variant: o ? "outlined" : "contained",
|
|
37
|
+
children: p
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
o && /* @__PURE__ */ r(
|
|
41
|
+
x,
|
|
42
|
+
{
|
|
43
|
+
...l,
|
|
44
|
+
color: c,
|
|
45
|
+
disabled: t,
|
|
46
|
+
onClick: o,
|
|
47
|
+
variant: "contained",
|
|
48
|
+
children: i
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
), H = ({
|
|
54
|
+
ariaLabelClose: e,
|
|
55
|
+
onClose: a,
|
|
56
|
+
shouldShowBorders: t,
|
|
57
|
+
shouldShowShadow: o,
|
|
58
|
+
title: n
|
|
59
|
+
}) => /* @__PURE__ */ h(
|
|
60
|
+
s,
|
|
61
|
+
{
|
|
62
|
+
"aria-level": 1,
|
|
63
|
+
direction: "row",
|
|
64
|
+
role: "heading",
|
|
65
|
+
sx: {
|
|
66
|
+
alignItems: "center",
|
|
67
|
+
backgroundColor: "background.paper",
|
|
68
|
+
...t && {
|
|
69
|
+
borderBottom: 1,
|
|
70
|
+
borderTop: 1,
|
|
71
|
+
borderColor: "border.light"
|
|
72
|
+
},
|
|
73
|
+
...o && {
|
|
74
|
+
boxShadow: "0px 2px 8px 0px #6A73811F"
|
|
75
|
+
},
|
|
76
|
+
padding: "8px 8px 8px 8px"
|
|
77
|
+
},
|
|
78
|
+
children: [
|
|
79
|
+
/* @__PURE__ */ r(v, { "aria-label": e, color: "primary", onClick: a, children: /* @__PURE__ */ r(j, { color: "primary", sx: { fontSize: 22 } }) }),
|
|
80
|
+
/* @__PURE__ */ r(
|
|
81
|
+
u,
|
|
82
|
+
{
|
|
83
|
+
sx: {
|
|
84
|
+
flexGrow: 1,
|
|
85
|
+
margin: "auto",
|
|
86
|
+
textAlign: "center"
|
|
87
|
+
},
|
|
88
|
+
children: /* @__PURE__ */ r(y, { bold: !0, variant: "Body", children: n })
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
/* @__PURE__ */ r(u, { width: "44px" })
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
), I = ({
|
|
95
|
+
ariaLabelClose: e = "Close",
|
|
96
|
+
children: a,
|
|
97
|
+
footerStyles: t = {},
|
|
98
|
+
hasSecondaryAction: o = !0,
|
|
99
|
+
id: n,
|
|
100
|
+
isOpen: l,
|
|
101
|
+
isPrimaryDisabled: c,
|
|
102
|
+
onClose: i,
|
|
103
|
+
onPrimaryAction: d,
|
|
104
|
+
onSecondaryAction: p,
|
|
105
|
+
primaryButtonProps: b,
|
|
106
|
+
primaryColor: m = "primary",
|
|
107
|
+
primaryText: g,
|
|
108
|
+
secondaryColor: w = "secondary",
|
|
109
|
+
secondaryText: f,
|
|
110
|
+
shouldShowHeaderBorders: k = !0,
|
|
111
|
+
shouldShowHeaderShadow: C = !1,
|
|
112
|
+
title: D,
|
|
113
|
+
...S
|
|
114
|
+
}) => /* @__PURE__ */ r(
|
|
115
|
+
B,
|
|
116
|
+
{
|
|
117
|
+
id: n,
|
|
118
|
+
isOpen: l,
|
|
119
|
+
onClose: i,
|
|
120
|
+
sx: {
|
|
121
|
+
"& .MuiDrawer-paper": {
|
|
122
|
+
backgroundColor: "background.default",
|
|
123
|
+
borderRadius: 0
|
|
124
|
+
},
|
|
125
|
+
height: "100%",
|
|
126
|
+
"& .MuiToolbar-root": {
|
|
127
|
+
backgroundColor: "background.paper"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
...S,
|
|
131
|
+
children: /* @__PURE__ */ h(s, { height: "100%", justifyContent: "space-between", children: [
|
|
132
|
+
/* @__PURE__ */ r(
|
|
133
|
+
H,
|
|
134
|
+
{
|
|
135
|
+
ariaLabelClose: e,
|
|
136
|
+
onClose: i,
|
|
137
|
+
shouldShowBorders: k,
|
|
138
|
+
shouldShowShadow: C,
|
|
139
|
+
title: D
|
|
140
|
+
}
|
|
141
|
+
),
|
|
142
|
+
/* @__PURE__ */ r(u, { height: "100%", overflow: "auto", children: a }),
|
|
143
|
+
d && /* @__PURE__ */ r(
|
|
144
|
+
F,
|
|
145
|
+
{
|
|
146
|
+
footerStyles: t,
|
|
147
|
+
hasSecondaryAction: o,
|
|
148
|
+
isPrimaryDisabled: c,
|
|
149
|
+
onPrimaryAction: d,
|
|
150
|
+
onSecondaryAction: p ?? i,
|
|
151
|
+
primaryButtonProps: b,
|
|
152
|
+
primaryColor: m,
|
|
153
|
+
primaryText: g,
|
|
154
|
+
secondaryColor: w,
|
|
155
|
+
secondaryText: f
|
|
156
|
+
}
|
|
157
|
+
)
|
|
158
|
+
] })
|
|
159
|
+
}
|
|
160
|
+
), q = I;
|
|
161
|
+
export {
|
|
162
|
+
q as D
|
|
163
|
+
};
|
|
@@ -7,7 +7,7 @@ import O from "@mui/material/CardHeader";
|
|
|
7
7
|
import S from "@mui/material/Stack";
|
|
8
8
|
import { AccountBalance as w, ChevronRight as L } from "@mxenabled/mx-icons";
|
|
9
9
|
import { Text as A } from "@mxenabled/mxui";
|
|
10
|
-
import { k as b } from "./ConnectDrawer-
|
|
10
|
+
import { k as b } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
11
11
|
import { a as y } from "./hooks-CE2TKk4a.mjs";
|
|
12
12
|
import { makeAutoObservable as D, runInAction as c } from "mobx";
|
|
13
13
|
import { F as v, A as i } from "./Fetch-87LIQbEA.mjs";
|
|
@@ -21,7 +21,7 @@ import { observer as rt } from "mobx-react-lite";
|
|
|
21
21
|
import at from "@mui/material/Alert";
|
|
22
22
|
import ct from "@mui/material/Snackbar";
|
|
23
23
|
import lt from "@mui/material/TextField";
|
|
24
|
-
import { D as U } from "./Drawer-
|
|
24
|
+
import { D as U } from "./Drawer-BEtCk82g.mjs";
|
|
25
25
|
import { L as dt } from "./Loader-DUaFpDGv.mjs";
|
|
26
26
|
import Ot from "@mui/material/ListItemAvatar";
|
|
27
27
|
import Nt from "@mui/material/ListItem";
|