@mx-cartographer/experiences 7.0.15 → 7.0.17-alpha-notification-settings-bug-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 +13 -0
- package/dist/{GoalStore-DJp7YL_M.mjs → GoalStore-eSOkI6uE.mjs} +35 -36
- package/dist/{NotificationSettings-aZFVTc8B.mjs → NotificationSettings-Dhf_u5o-.mjs} +45 -45
- package/dist/budgets/index.es.js +199 -199
- package/dist/common/components/ConnectCard.d.ts +1 -1
- package/dist/common/index.es.js +2 -2
- package/dist/goals/index.es.js +494 -493
- package/dist/notifications/index.es.js +1 -1
- package/dist/settings/index.es.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [7.0.18] - 09-23-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Notification Settings Bug Fixed | Delivery Methods Status is not updating for each notification types under notifications
|
|
4
|
+
|
|
5
|
+
## [7.0.17] - 09-23-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Budgets | Show the `Export CSV` button only in screens above 900px.
|
|
8
|
+
|
|
9
|
+
## [7.0.16] - 09-22-2025
|
|
10
|
+
|
|
11
|
+
- **FIXED** - Connect Accounts CTA was showing in goals widget when aggregation disabled
|
|
12
|
+
- **FIXED** - Checking and Savings list headers were showing when no checking or savings accounts in list
|
|
13
|
+
|
|
1
14
|
## [7.0.15] - 09-22-2025
|
|
2
15
|
|
|
3
16
|
- **FIXED** - Connect Accounts CTA was showing in trends widget when aggregation disabled
|
|
@@ -19,45 +19,44 @@ import { a as F } from "./NumberFormatting-CtWHhyBX.mjs";
|
|
|
19
19
|
import { f as B, D as U } from "./Dialog-CWW597AF.mjs";
|
|
20
20
|
const at = ({ description: e, label: t, title: o }) => {
|
|
21
21
|
const { config: r } = y(), [n, s] = u.useState(!1);
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
/* @__PURE__ */ g(I, { sx: { m: 24 }, children: [
|
|
25
|
-
/* @__PURE__ */ _(
|
|
26
|
-
O,
|
|
27
|
-
{
|
|
28
|
-
avatar: /* @__PURE__ */ _(w, {}),
|
|
29
|
-
sx: { ".MuiCardHeader-avatar": { mr: 8 } },
|
|
30
|
-
title: /* @__PURE__ */ _(A, { bold: !0, variant: "Body", children: o })
|
|
31
|
-
}
|
|
32
|
-
),
|
|
33
|
-
/* @__PURE__ */ _(N, { sx: { ":last-child": { pb: 4 }, ml: 28, py: 0 }, children: /* @__PURE__ */ g(S, { alignItems: "flex-start", spacing: 2, children: [
|
|
34
|
-
/* @__PURE__ */ _(A, { color: "text.secondary", sx: { textWrap: "wrap" }, variant: "ParagraphSmall", children: e }),
|
|
35
|
-
/* @__PURE__ */ _(
|
|
36
|
-
T,
|
|
37
|
-
{
|
|
38
|
-
endIcon: /* @__PURE__ */ _(L, {}),
|
|
39
|
-
onClick: () => s(!0),
|
|
40
|
-
sx: {
|
|
41
|
-
pl: 0,
|
|
42
|
-
":hover": {
|
|
43
|
-
bgcolor: "unset"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
variant: "text",
|
|
47
|
-
children: t
|
|
48
|
-
}
|
|
49
|
-
)
|
|
50
|
-
] }) })
|
|
51
|
-
] }),
|
|
22
|
+
return /* @__PURE__ */ g(u.Fragment, { children: [
|
|
23
|
+
/* @__PURE__ */ g(I, { sx: { m: 24 }, children: [
|
|
52
24
|
/* @__PURE__ */ _(
|
|
53
|
-
|
|
25
|
+
O,
|
|
54
26
|
{
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
title:
|
|
27
|
+
avatar: /* @__PURE__ */ _(w, {}),
|
|
28
|
+
sx: { ".MuiCardHeader-avatar": { mr: 8 } },
|
|
29
|
+
title: /* @__PURE__ */ _(A, { bold: !0, variant: "Body", children: o })
|
|
58
30
|
}
|
|
59
|
-
)
|
|
60
|
-
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ _(N, { sx: { ":last-child": { pb: 4 }, ml: 28, py: 0 }, children: /* @__PURE__ */ g(S, { alignItems: "flex-start", spacing: 2, children: [
|
|
33
|
+
/* @__PURE__ */ _(A, { color: "text.secondary", sx: { textWrap: "wrap" }, variant: "ParagraphSmall", children: e }),
|
|
34
|
+
r.show_connections_widget_in_master && /* @__PURE__ */ _(
|
|
35
|
+
T,
|
|
36
|
+
{
|
|
37
|
+
endIcon: /* @__PURE__ */ _(L, {}),
|
|
38
|
+
onClick: () => s(!0),
|
|
39
|
+
sx: {
|
|
40
|
+
pl: 0,
|
|
41
|
+
":hover": {
|
|
42
|
+
bgcolor: "unset"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
variant: "text",
|
|
46
|
+
children: t
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
] }) })
|
|
50
|
+
] }),
|
|
51
|
+
/* @__PURE__ */ _(
|
|
52
|
+
b,
|
|
53
|
+
{
|
|
54
|
+
onClose: () => s(!1),
|
|
55
|
+
showConnectWidget: n,
|
|
56
|
+
title: t
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] });
|
|
61
60
|
};
|
|
62
61
|
var a = /* @__PURE__ */ ((e) => (e[e.DEBT_TRACK = 1] = "DEBT_TRACK", e[e.SAVINGS_TRACK = 2] = "SAVINGS_TRACK", e[e.RETIREMENT_TRACK = 3] = "RETIREMENT_TRACK", e[e.EMERGENCY_FUND_TRACK = 4] = "EMERGENCY_FUND_TRACK", e))(a || {}), $ = /* @__PURE__ */ ((e) => (e[e.SAVE_AMOUNT = 1] = "SAVE_AMOUNT", e[e.KEEP_BALANCE_BELOW = 2] = "KEEP_BALANCE_BELOW", e[e.KEEP_BALANCE_ABOVE = 3] = "KEEP_BALANCE_ABOVE", e[e.ACTION = 4] = "ACTION", e))($ || {}), l = /* @__PURE__ */ ((e) => (e[e.AUTOMOBILE = 1] = "AUTOMOBILE", e[e.COLLEGE = 2] = "COLLEGE", e[e.HOUSE = 3] = "HOUSE", e[e.RECREATIONAL_VEHICLE = 4] = "RECREATIONAL_VEHICLE", e[e.VACATION = 5] = "VACATION", e[e.ELECTRONIC = 6] = "ELECTRONIC", e[e.OTHER = 7] = "OTHER", e[e.RETIREMENT = 8] = "RETIREMENT", e[e.EMERGENCY_FUND = 9] = "EMERGENCY_FUND", e[e.SETUP_BUDGETS = 10] = "SETUP_BUDGETS", e[e.START_MONEY_MANAGEMENT = 11] = "START_MONEY_MANAGEMENT", e[e.CREDIT_CARD = 12] = "CREDIT_CARD", e[e.LINE_OF_CREDIT = 13] = "LINE_OF_CREDIT", e[e.LOANS = 14] = "LOANS", e))(l || {});
|
|
63
62
|
class R {
|
|
@@ -34,11 +34,11 @@ import { L as ge } from "./Loader-DUaFpDGv.mjs";
|
|
|
34
34
|
const ye = C(() => {
|
|
35
35
|
const { common: n, settings: t } = D(), { sendEmailVerification: s } = T(), { user: l } = w(), i = X(), [r, a] = f.useState(!1), o = () => {
|
|
36
36
|
a(!1);
|
|
37
|
-
},
|
|
37
|
+
}, d = () => {
|
|
38
38
|
a(!0);
|
|
39
39
|
};
|
|
40
40
|
return /* @__PURE__ */ c(f.Fragment, { children: [
|
|
41
|
-
/* @__PURE__ */ c(R, { onClick:
|
|
41
|
+
/* @__PURE__ */ c(R, { onClick: d, sx: { height: "auto", p: 4, width: "fit-content" }, children: [
|
|
42
42
|
/* @__PURE__ */ e(x, { variant: "Small", children: t.verify_email }),
|
|
43
43
|
/* @__PURE__ */ e(k, {})
|
|
44
44
|
] }),
|
|
@@ -106,17 +106,17 @@ const ye = C(() => {
|
|
|
106
106
|
);
|
|
107
107
|
}
|
|
108
108
|
), xe = C(() => {
|
|
109
|
-
const { common: n, settings: t } = D(), { sendPhoneVerification: s, verifyPhoneToken: l } = T(), { user: i } = w(), r = X(), [a, o] = f.useState(!1), [
|
|
109
|
+
const { common: n, settings: t } = D(), { sendPhoneVerification: s, verifyPhoneToken: l } = T(), { user: i } = w(), r = X(), [a, o] = f.useState(!1), [d, m] = f.useState(!1), h = () => {
|
|
110
110
|
o(!1);
|
|
111
111
|
}, u = () => {
|
|
112
112
|
o(!0);
|
|
113
113
|
}, g = () => {
|
|
114
114
|
s().finally(() => {
|
|
115
|
-
|
|
115
|
+
m(!0);
|
|
116
116
|
});
|
|
117
117
|
}, p = (y) => {
|
|
118
118
|
l(y).finally(() => {
|
|
119
|
-
|
|
119
|
+
m(!1);
|
|
120
120
|
});
|
|
121
121
|
};
|
|
122
122
|
return /* @__PURE__ */ c(f.Fragment, { children: [
|
|
@@ -164,21 +164,21 @@ const ye = C(() => {
|
|
|
164
164
|
/* @__PURE__ */ e(
|
|
165
165
|
be,
|
|
166
166
|
{
|
|
167
|
-
handleClose: () =>
|
|
167
|
+
handleClose: () => m(!1),
|
|
168
168
|
handleVerify: p,
|
|
169
|
-
isOpen:
|
|
169
|
+
isOpen: d
|
|
170
170
|
}
|
|
171
171
|
)
|
|
172
172
|
] });
|
|
173
173
|
}), Ce = C(
|
|
174
174
|
({ onProfileUpdated: n, profile: t }) => {
|
|
175
|
-
const { common: s, recurring: l, settings: i } = D(), { updateAccount: r } = se(), a = t.notification_type === oe.DebtPaymentReminder, [o,
|
|
175
|
+
const { common: s, recurring: l, settings: i } = D(), { updateAccount: r } = se(), a = t.notification_type === oe.DebtPaymentReminder, [o, d] = f.useState(!1), [m, h] = f.useState(t.threshold || 0), [u, g] = f.useState(
|
|
176
176
|
t.account?.day_payment_is_due || 0
|
|
177
177
|
), p = t.account?.name || t.account?.feed_name || "", y = t.account?.day_payment_is_due ? le(
|
|
178
178
|
i.notification_debt_payment_date,
|
|
179
179
|
re(t.account?.day_payment_is_due)
|
|
180
180
|
) : i.notification_debt_payment_zero_state, S = a ? y : de(t.threshold ?? 0, "0,0"), A = async () => {
|
|
181
|
-
a && t.account ? await r({ ...t.account, day_payment_is_due: u }) : n({ ...t, threshold:
|
|
181
|
+
a && t.account ? await r({ ...t.account, day_payment_is_due: u }) : n({ ...t, threshold: m });
|
|
182
182
|
};
|
|
183
183
|
return /* @__PURE__ */ c(_, { children: [
|
|
184
184
|
/* @__PURE__ */ e(
|
|
@@ -194,7 +194,7 @@ const ye = C(() => {
|
|
|
194
194
|
endIcon: /* @__PURE__ */ e(k, {}),
|
|
195
195
|
isChecked: t.is_enabled,
|
|
196
196
|
isPrimaryTextBold: !0,
|
|
197
|
-
onClick: () =>
|
|
197
|
+
onClick: () => d(!0),
|
|
198
198
|
onToggle: () => n({
|
|
199
199
|
...t,
|
|
200
200
|
is_enabled: !t.is_enabled
|
|
@@ -212,7 +212,7 @@ const ye = C(() => {
|
|
|
212
212
|
},
|
|
213
213
|
disablePrimaryButton: a && u === 0,
|
|
214
214
|
isOpen: o,
|
|
215
|
-
onClose: () =>
|
|
215
|
+
onClose: () => d(!1),
|
|
216
216
|
onPrimaryAction: A,
|
|
217
217
|
primaryText: s.save_button,
|
|
218
218
|
children: a ? /* @__PURE__ */ e(ne, { dateAdapter: ie, children: /* @__PURE__ */ e(
|
|
@@ -239,7 +239,7 @@ const ye = C(() => {
|
|
|
239
239
|
) }) : /* @__PURE__ */ e(
|
|
240
240
|
me,
|
|
241
241
|
{
|
|
242
|
-
amount:
|
|
242
|
+
amount: m,
|
|
243
243
|
autoFocus: !0,
|
|
244
244
|
fullWidth: !0,
|
|
245
245
|
minAmount: 0,
|
|
@@ -254,8 +254,8 @@ const ye = C(() => {
|
|
|
254
254
|
), ve = C(
|
|
255
255
|
({ onUpdateProfile: n, profile: t }) => {
|
|
256
256
|
const { settings: s } = D(), { user: l } = w(), { clientCommunicationProfile: i, userCommunicationsProfile: r } = T(), { isMobile: a } = _e(), o = t.notification_type > 2, {
|
|
257
|
-
opted_out_of_email_notifications:
|
|
258
|
-
opted_out_of_push_notifications:
|
|
257
|
+
opted_out_of_email_notifications: d,
|
|
258
|
+
opted_out_of_push_notifications: m,
|
|
259
259
|
opted_out_of_sms_notifications: h
|
|
260
260
|
} = r, {
|
|
261
261
|
email_notifications_enabled: u,
|
|
@@ -269,11 +269,11 @@ const ye = C(() => {
|
|
|
269
269
|
u && /* @__PURE__ */ e(_, { sx: { pl: 24 }, children: /* @__PURE__ */ e(
|
|
270
270
|
P,
|
|
271
271
|
{
|
|
272
|
-
isChecked: !
|
|
273
|
-
isDisabled:
|
|
272
|
+
isChecked: !d && t.email_channel && !!l.email,
|
|
273
|
+
isDisabled: d || !l.email,
|
|
274
274
|
onToggle: () => n({ ...t, email_channel: !t.email_channel }),
|
|
275
275
|
primaryText: s.delivery_method_email_label,
|
|
276
|
-
secondaryText: t.email_channel ? s.
|
|
276
|
+
secondaryText: d || !t.email_channel ? s.notification_disabled : s.notification_enabled,
|
|
277
277
|
useExtraPadding: !1
|
|
278
278
|
}
|
|
279
279
|
) }),
|
|
@@ -285,7 +285,7 @@ const ye = C(() => {
|
|
|
285
285
|
isDisabled: h || !l.phone,
|
|
286
286
|
onToggle: () => n({ ...t, sms_channel: !t.sms_channel }),
|
|
287
287
|
primaryText: `${s.delivery_method_sms_label}`,
|
|
288
|
-
secondaryText: t.sms_channel ? s.
|
|
288
|
+
secondaryText: h || !t.sms_channel ? s.notification_disabled : s.notification_enabled,
|
|
289
289
|
useExtraPadding: !1
|
|
290
290
|
}
|
|
291
291
|
) }),
|
|
@@ -293,8 +293,8 @@ const ye = C(() => {
|
|
|
293
293
|
g && /* @__PURE__ */ e(_, { sx: { pl: 24 }, children: /* @__PURE__ */ e(
|
|
294
294
|
P,
|
|
295
295
|
{
|
|
296
|
-
isChecked: !
|
|
297
|
-
isDisabled:
|
|
296
|
+
isChecked: !m && t.push_channel,
|
|
297
|
+
isDisabled: m,
|
|
298
298
|
onToggle: () => n({ ...t, push_channel: !t.push_channel }),
|
|
299
299
|
primaryText: s.delivery_method_push_label,
|
|
300
300
|
secondaryText: s.delivery_method_push_subtitle,
|
|
@@ -370,9 +370,9 @@ const ye = C(() => {
|
|
|
370
370
|
userCommunicationsProfile: {
|
|
371
371
|
opted_out_of_email_notifications: a,
|
|
372
372
|
opted_out_of_push_notifications: o,
|
|
373
|
-
opted_out_of_sms_notifications:
|
|
373
|
+
opted_out_of_sms_notifications: d
|
|
374
374
|
}
|
|
375
|
-
} = T(), { user:
|
|
375
|
+
} = T(), { user: m } = w(), [h, u] = f.useState(!1), g = async () => {
|
|
376
376
|
await p({ ...n, is_enabled: !n.is_enabled }), n.is_enabled && u(!1);
|
|
377
377
|
}, p = async (S) => {
|
|
378
378
|
await r(S);
|
|
@@ -403,8 +403,8 @@ const ye = C(() => {
|
|
|
403
403
|
s && /* @__PURE__ */ e(
|
|
404
404
|
P,
|
|
405
405
|
{
|
|
406
|
-
isChecked: !a && n.email_channel && !!
|
|
407
|
-
isDisabled: a || !
|
|
406
|
+
isChecked: !a && n.email_channel && !!m.email,
|
|
407
|
+
isDisabled: a || !m.email,
|
|
408
408
|
onToggle: () => p({
|
|
409
409
|
...n,
|
|
410
410
|
email_channel: !n.email_channel
|
|
@@ -416,8 +416,8 @@ const ye = C(() => {
|
|
|
416
416
|
i && /* @__PURE__ */ e(
|
|
417
417
|
P,
|
|
418
418
|
{
|
|
419
|
-
isChecked: !
|
|
420
|
-
isDisabled:
|
|
419
|
+
isChecked: !d && n.sms_channel && !!m.phone,
|
|
420
|
+
isDisabled: d || !m.phone,
|
|
421
421
|
onToggle: () => p({
|
|
422
422
|
...n,
|
|
423
423
|
sms_channel: !n.sms_channel
|
|
@@ -449,13 +449,13 @@ const ye = C(() => {
|
|
|
449
449
|
clientCommunicationProfile: s,
|
|
450
450
|
updateUserCommunicationProfile: l,
|
|
451
451
|
userCommunicationsProfile: i
|
|
452
|
-
} = T(), { user: r } = w(), a = async (o,
|
|
453
|
-
const
|
|
452
|
+
} = T(), { user: r } = w(), a = async (o, d) => {
|
|
453
|
+
const m = { ...i, [o]: d };
|
|
454
454
|
if (n) {
|
|
455
455
|
const u = o.split("_")[3];
|
|
456
|
-
|
|
456
|
+
d === !1 ? n("opt_in_notification_method", { notificationType: u }) : n("opt_out_notification_method", { notificationType: u });
|
|
457
457
|
}
|
|
458
|
-
await l(
|
|
458
|
+
await l(m);
|
|
459
459
|
};
|
|
460
460
|
return /* @__PURE__ */ c(_, { children: [
|
|
461
461
|
/* @__PURE__ */ e(U, { sx: { mt: 24 }, children: t.delivery_method_title }),
|
|
@@ -511,14 +511,14 @@ const ye = C(() => {
|
|
|
511
511
|
const { insightsProfiles: n } = T();
|
|
512
512
|
return /* @__PURE__ */ e(_, { children: n.map((t) => /* @__PURE__ */ e(q, { profile: t }, t.guid)) });
|
|
513
513
|
}), Pe = () => {
|
|
514
|
-
const { config: n } = W(), [t, { width: s }] = fe(), { common: l, settings: i } = D(), { updateUser: r } = T(), { user: a } = w(), [o,
|
|
514
|
+
const { config: n } = W(), [t, { width: s }] = fe(), { common: l, settings: i } = D(), { updateUser: r } = T(), { user: a } = w(), [o, d] = f.useState(!1), [m, h] = f.useState({
|
|
515
515
|
email: a.email,
|
|
516
516
|
phone: a.phone
|
|
517
|
-
}), u =
|
|
518
|
-
const { name: A, value: I } = S.target, j = { ...
|
|
519
|
-
h(j),
|
|
517
|
+
}), u = m.email && !a.email_is_verified && !o, g = m.phone && !a.phone_is_verified && !o, p = (S) => {
|
|
518
|
+
const { name: A, value: I } = S.target, j = { ...m, [A]: I };
|
|
519
|
+
h(j), d(JSON.stringify({ ...a, ...j }) !== JSON.stringify(a));
|
|
520
520
|
}, y = async () => {
|
|
521
|
-
await r({ ...a, ...
|
|
521
|
+
await r({ ...a, ...m }), d(!1);
|
|
522
522
|
};
|
|
523
523
|
return /* @__PURE__ */ c(_, { ref: t, children: [
|
|
524
524
|
/* @__PURE__ */ e(v, {}),
|
|
@@ -598,7 +598,7 @@ const ye = C(() => {
|
|
|
598
598
|
showPersonalDetails: t = !1,
|
|
599
599
|
view: s
|
|
600
600
|
}) => {
|
|
601
|
-
const { config: l } = W(), { settings: i } = D(), { isInitialized: r } = ce(), { clientCommunicationProfile: a, loadNotificationProfiles: o } = T(), [
|
|
601
|
+
const { config: l } = W(), { settings: i } = D(), { isInitialized: r } = ce(), { clientCommunicationProfile: a, loadNotificationProfiles: o } = T(), [d, m] = f.useState(
|
|
602
602
|
void 0
|
|
603
603
|
);
|
|
604
604
|
if (f.useEffect(() => {
|
|
@@ -606,7 +606,7 @@ const ye = C(() => {
|
|
|
606
606
|
}, [r]), !r)
|
|
607
607
|
return /* @__PURE__ */ e(ge, {});
|
|
608
608
|
let h = i.manage_account_notifications;
|
|
609
|
-
|
|
609
|
+
d === b.Budgets ? h = i.manage_budget_notifications : d === b.Insights && (h = i.manage_insights_notifications);
|
|
610
610
|
const {
|
|
611
611
|
email_notifications_enabled: u,
|
|
612
612
|
sms_notifications_enabled: g,
|
|
@@ -628,15 +628,15 @@ const ye = C(() => {
|
|
|
628
628
|
/* @__PURE__ */ e(U, { sx: { mb: 4 }, children: i.notification_types_title })
|
|
629
629
|
] }),
|
|
630
630
|
/* @__PURE__ */ c(B, { children: [
|
|
631
|
-
n.includes(b.Accounts) && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ c(V, { onClick: () =>
|
|
631
|
+
n.includes(b.Accounts) && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ c(V, { onClick: () => m(b.Accounts), children: [
|
|
632
632
|
/* @__PURE__ */ e(N, { primary: i.accounts_title, secondary: i.accounts_subtitle }),
|
|
633
633
|
/* @__PURE__ */ e(k, {})
|
|
634
634
|
] }) }),
|
|
635
|
-
n.includes(b.Budgets) && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ c(V, { onClick: () =>
|
|
635
|
+
n.includes(b.Budgets) && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ c(V, { onClick: () => m(b.Budgets), children: [
|
|
636
636
|
/* @__PURE__ */ e(N, { primary: i.budgets_title, secondary: i.budgets_subtitle }),
|
|
637
637
|
/* @__PURE__ */ e(k, {})
|
|
638
638
|
] }) }),
|
|
639
|
-
n.includes(b.Insights) && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ c(V, { onClick: () =>
|
|
639
|
+
n.includes(b.Insights) && /* @__PURE__ */ e(O, { children: /* @__PURE__ */ c(V, { onClick: () => m(b.Insights), children: [
|
|
640
640
|
/* @__PURE__ */ e(N, { primary: i.insights_title, secondary: i.insights_subtitle }),
|
|
641
641
|
/* @__PURE__ */ e(k, {})
|
|
642
642
|
] }) })
|
|
@@ -645,13 +645,13 @@ const ye = C(() => {
|
|
|
645
645
|
/* @__PURE__ */ e(
|
|
646
646
|
J,
|
|
647
647
|
{
|
|
648
|
-
isOpen: !!
|
|
649
|
-
onClose: () =>
|
|
648
|
+
isOpen: !!d,
|
|
649
|
+
onClose: () => m(void 0),
|
|
650
650
|
title: h,
|
|
651
651
|
children: /* @__PURE__ */ c(_, { children: [
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
652
|
+
d === b.Accounts && /* @__PURE__ */ e(H, {}),
|
|
653
|
+
d === b.Budgets && /* @__PURE__ */ e(z, {}),
|
|
654
|
+
d === b.Insights && /* @__PURE__ */ e($, {})
|
|
655
655
|
] })
|
|
656
656
|
}
|
|
657
657
|
)
|