@mx-cartographer/experiences 6.26.18-alpha.mega2 → 6.26.18-alpha.mega4

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 (98) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/dist/Account-DM32_5k9.mjs +30 -0
  3. package/dist/AccountDetailsContent-B_qRSB8l.mjs +677 -0
  4. package/dist/AccountDetailsHeader-CAm6ADMq.mjs +119 -0
  5. package/dist/AccountFields-Bb4pds0q.mjs +135 -0
  6. package/dist/AccountListItem-G7iAesaO.mjs +90 -0
  7. package/dist/AccountStore-RSanus_m.mjs +230 -0
  8. package/dist/Accounts-BfAQRG8R.mjs +9 -0
  9. package/dist/BeatApi-DLu87ijw.mjs +21 -0
  10. package/dist/BeatStore-By4aGoRM.mjs +81 -0
  11. package/dist/BudgetUtil-DcqclhiQ.mjs +101 -0
  12. package/dist/CashflowStore-D9Dpuz7X.mjs +91 -0
  13. package/dist/Category-5S6uwuXz.mjs +301 -0
  14. package/dist/CategorySelectorDrawer-DgrePTRg.mjs +397 -0
  15. package/dist/CategoryStore-B5EW6I1d.mjs +183 -0
  16. package/dist/CategoryUtil-DRyruNgi.mjs +78 -0
  17. package/dist/ConnectDrawer-DPnfeIfn.mjs +508 -0
  18. package/dist/ConnectionsDrawer-BCzpuNsK.mjs +52 -0
  19. package/dist/CurrencyInput-DzsPiUsU.mjs +83 -0
  20. package/dist/CurrencyText-YUhH2caW.mjs +20 -0
  21. package/dist/DateUtil-BcuH7ErC.mjs +48 -0
  22. package/dist/DebtsStore-C6VcBnpG.mjs +60 -0
  23. package/dist/Dialog-CWW597AF.mjs +123 -0
  24. package/dist/Donut-1UMNcG67.mjs +57 -0
  25. package/dist/Drawer-kEE73B87.mjs +113 -0
  26. package/dist/EmptyState-Dcb-o2tl.mjs +55 -0
  27. package/dist/Fetch-CkFKy79O.mjs +116 -0
  28. package/dist/FinstrongStore-mkALvztw.mjs +101 -0
  29. package/dist/GoalStore-DyCr4wNc.mjs +263 -0
  30. package/dist/HeaderCell-DjuifqHJ.mjs +6 -0
  31. package/dist/Help-DhcC-C05.mjs +320 -0
  32. package/dist/Help-toqAK5eD.mjs +3173 -0
  33. package/dist/IconBacking-B9oC6uL2.mjs +39 -0
  34. package/dist/InvestmentUtil-jOyOgzIB.mjs +134 -0
  35. package/dist/LineChart-CQWu5KoO.mjs +403 -0
  36. package/dist/ListItemAction-Df3OPMOW.mjs +69 -0
  37. package/dist/Loader-Dp1P2gNw.mjs +14 -0
  38. package/dist/Localization-2MODESHW.mjs +30 -0
  39. package/dist/ManageIncome-BVt_XQbo.mjs +535 -0
  40. package/dist/MerchantStore-DVH-QOf0.mjs +37 -0
  41. package/dist/MicroWidgetContainer-DaLW43tE.mjs +45 -0
  42. package/dist/MiniWidgetContainer-BcNPxZt2.mjs +39 -0
  43. package/dist/NetWorthStore-DE8CQBMM.mjs +150 -0
  44. package/dist/Notification-AMGWM1Al.mjs +78 -0
  45. package/dist/NotificationSettings-CPZN0l8X.mjs +667 -0
  46. package/dist/NotificationStore-DHtSGySy.mjs +67 -0
  47. package/dist/NumberFormatting-CtWHhyBX.mjs +40 -0
  48. package/dist/OriginalBalanceAction-s9sUxofR.mjs +115 -0
  49. package/dist/RecurringSettings-DIEsympT.mjs +57 -0
  50. package/dist/RecurringTransactionsStore-BKLD3OWo.mjs +263 -0
  51. package/dist/RepeatingTransaction-BPWfaB3f.mjs +282 -0
  52. package/dist/SearchBox-B2_zLv8-.mjs +42 -0
  53. package/dist/SettingsStore-CE7jDVFL.mjs +265 -0
  54. package/dist/SingleSegmentDonut-BgbLgwHi.mjs +69 -0
  55. package/dist/SpendingData-ByFCw95X.mjs +53 -0
  56. package/dist/StatusBar-BK_uYHAB.mjs +30 -0
  57. package/dist/TabContentContainer-j01JYR_7.mjs +21 -0
  58. package/dist/Transaction-C-5-Iuab.mjs +312 -0
  59. package/dist/TransactionApi-DbbcjI2L.mjs +86 -0
  60. package/dist/TransactionDetails-B5qfs9Zh.mjs +1283 -0
  61. package/dist/TransactionStore-BWi6_2Ny.mjs +669 -0
  62. package/dist/TrendsStore-Borh98aN.mjs +448 -0
  63. package/dist/ViewMoreMicroCard-CAPFNz-J.mjs +1959 -0
  64. package/dist/WidgetContainer-CmGNZW0M.mjs +548 -0
  65. package/dist/accounts/index.es.js +752 -0
  66. package/dist/analytics/index.es.js +171 -0
  67. package/dist/budgets/index.es.js +1070 -0
  68. package/dist/cashflow/index.es.js +1098 -0
  69. package/dist/categories/index.es.js +9 -0
  70. package/dist/common/context/hooks.d.ts +13 -13
  71. package/dist/common/index.es.js +1451 -0
  72. package/dist/dashboard/index.es.js +181 -0
  73. package/dist/debts/index.es.js +1460 -0
  74. package/dist/exportTransactionsToCSV-j4g8bdVZ.mjs +47 -0
  75. package/dist/finstrong/index.es.js +1455 -0
  76. package/dist/goals/index.es.js +1209 -0
  77. package/dist/help/components/content/section/index.d.ts +15 -15
  78. package/dist/help/index.es.js +14 -0
  79. package/dist/hooks-ClhFlg78.mjs +71 -0
  80. package/dist/index.d.ts +0 -22
  81. package/dist/insights/index.d.ts +1 -0
  82. package/dist/insights/index.es.js +4 -0
  83. package/dist/investments/index.es.js +1638 -0
  84. package/dist/merchants/index.es.js +79 -0
  85. package/dist/microinsights/index.es.js +16 -0
  86. package/dist/networth/index.es.js +542 -0
  87. package/dist/notifications/index.es.js +192 -0
  88. package/dist/recurringtransactions/index.es.js +879 -0
  89. package/dist/settings/index.es.js +879 -0
  90. package/dist/spending/index.es.js +570 -0
  91. package/dist/transactions/index.es.js +587 -0
  92. package/dist/trends/index.es.js +1103 -0
  93. package/dist/useCombineEvents-DaDBSR_1.mjs +92 -0
  94. package/dist/useDimensions-27p2evRx.mjs +36 -0
  95. package/dist/useScreenSize-B6JyS_Lj.mjs +36 -0
  96. package/package.json +155 -3
  97. package/dist/index.es.js +0 -30339
  98. package/dist/index.es.js.map +0 -1
@@ -0,0 +1,3173 @@
1
+ import { jsxs as _, jsx as t, Fragment as ht } from "react/jsx-runtime";
2
+ import r, { useState as vt } from "react";
3
+ import O from "@mui/material/Box";
4
+ import it from "@mui/icons-material/ExpandMore";
5
+ import nt from "@mui/material/Accordion";
6
+ import st from "@mui/material/AccordionDetails";
7
+ import _t from "@mui/material/AccordionSummary";
8
+ import q from "@mui/material/Button";
9
+ import M from "@mui/material/Divider";
10
+ import T from "@mui/material/Grid";
11
+ import K from "@mui/material/List";
12
+ import Q from "@mui/material/ListItemButton";
13
+ import A from "@mui/material/Stack";
14
+ import { H3 as y, P as H, Icon as X, Text as E, H2 as ot, InstitutionLogo as bt } from "@mxenabled/mxui";
15
+ import wt from "@mui/material/Breadcrumbs";
16
+ import { u as V, y as tt, c as xt, o as ft, a as St, j as It } from "./hooks-ClhFlg78.mjs";
17
+ import { useTheme as Z } from "@mui/material/styles";
18
+ import { b as s } from "./Localization-2MODESHW.mjs";
19
+ import { E as Tt, a as Et, P as Ct } from "./Help-DhcC-C05.mjs";
20
+ import { observer as rt } from "mobx-react-lite";
21
+ import at from "@mui/material/Alert";
22
+ import ct from "@mui/material/Snackbar";
23
+ import lt from "@mui/material/TextField";
24
+ import { D as U } from "./Drawer-kEE73B87.mjs";
25
+ import { L as dt } from "./Loader-Dp1P2gNw.mjs";
26
+ import At from "@mui/material/ListItemAvatar";
27
+ import Ot from "@mui/material/ListItem";
28
+ import Nt from "@mui/material/ListItemIcon";
29
+ import Dt from "@mui/material/ListItemText";
30
+ import { ChevronRight as Lt } from "@mxenabled/mx-icons";
31
+ import { u as Rt } from "./useScreenSize-B6JyS_Lj.mjs";
32
+ const Gt = (e, i, n) => {
33
+ const l = i.reduce((c, { institution_guid: d }) => (c[d] = (c[d] || 0) + 1, c), {});
34
+ return e.filter(({ guid: c }) => !!l[c]).map(({ guid: c, ...d }) => {
35
+ const g = `${l[c]} ${l[c] === 1 ? n.singular : n.plural}`;
36
+ return {
37
+ ...d,
38
+ guid: c,
39
+ subtitle: g
40
+ };
41
+ });
42
+ }, kt = ({
43
+ buttonText: e,
44
+ hasRequestButton: i = !1,
45
+ helpCategories: n = [],
46
+ helpContent: l,
47
+ helpTitle: c,
48
+ onRequestHelp: d,
49
+ onTopicSelect: g
50
+ }) => {
51
+ const [h, f] = vt(null), v = Math.ceil(n.length / 2);
52
+ return /* @__PURE__ */ _(r.Fragment, { children: [
53
+ /* @__PURE__ */ _(T, { container: !0, sx: { alignItems: "center", mb: 24 }, children: [
54
+ /* @__PURE__ */ _(T, { item: !0, md: 12, sm: 12, xs: 12, children: [
55
+ /* @__PURE__ */ t(y, { children: c }),
56
+ /* @__PURE__ */ t(H, { variant: "Body", children: l })
57
+ ] }),
58
+ i && /* @__PURE__ */ t(
59
+ T,
60
+ {
61
+ item: !0,
62
+ md: 6,
63
+ sm: 12,
64
+ sx: {
65
+ display: "flex",
66
+ justifyContent: { md: "flex-end", sm: "flex-start", xs: "flex-start" },
67
+ mt: { xs: 12, sm: 12, md: 0 }
68
+ },
69
+ xs: 12,
70
+ children: /* @__PURE__ */ t(q, { "aria-label": e, onClick: d, variant: "contained", children: e })
71
+ }
72
+ )
73
+ ] }),
74
+ /* @__PURE__ */ t(A, { sx: { flexDirection: { xs: "column", md: "row" }, gap: 12 }, children: [0, 1].map((w) => {
75
+ const N = w === 0 ? 0 : v, D = w === 0 ? v : n.length, $ = n.slice(N, D);
76
+ return /* @__PURE__ */ t(A, { sx: { flex: 1, gap: 12, maxWidth: { md: "calc(50% - 6px)" } }, children: $.map(({ guid: F, icon: x, topics: S, title: B }, R) => {
77
+ const P = R + N;
78
+ return /* @__PURE__ */ _(
79
+ nt,
80
+ {
81
+ disableGutters: !0,
82
+ expanded: P === h,
83
+ onChange: (L, W) => f(W ? P : null),
84
+ sx: (L) => ({
85
+ border: `1px solid ${L.palette.border?.light}`,
86
+ borderRadius: "8px !important",
87
+ "&:before": {
88
+ opacity: 0
89
+ },
90
+ "& .MuiAccordion-region": {
91
+ bgcolor: "background.default",
92
+ borderBottomLeftRadius: 8,
93
+ borderBottomRightRadius: 8
94
+ }
95
+ }),
96
+ children: [
97
+ /* @__PURE__ */ t(
98
+ _t,
99
+ {
100
+ expandIcon: /* @__PURE__ */ t(it, { sx: { color: "text.primary" } }),
101
+ sx: { height: 64, p: "14px 24px" },
102
+ children: /* @__PURE__ */ _(A, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
103
+ /* @__PURE__ */ t(X, { name: x, size: 24 }),
104
+ /* @__PURE__ */ t(E, { variant: "Body", children: B })
105
+ ] })
106
+ }
107
+ ),
108
+ /* @__PURE__ */ t(M, {}),
109
+ /* @__PURE__ */ t(
110
+ st,
111
+ {
112
+ sx: {
113
+ ml: 56,
114
+ p: 0
115
+ },
116
+ children: /* @__PURE__ */ t(K, { disablePadding: !0, children: S.map(({ label: L, topicKey: W }) => /* @__PURE__ */ t(
117
+ Q,
118
+ {
119
+ "aria-label": L,
120
+ divider: !0,
121
+ onClick: () => g({ guid: F, category: B, pageTitle: L, topicKey: W }),
122
+ sx: {
123
+ pl: "6px !important",
124
+ borderColor: "border.light",
125
+ "&:last-child": {
126
+ border: "none !important",
127
+ borderBottomRightRadius: 7
128
+ }
129
+ },
130
+ children: /* @__PURE__ */ t(E, { color: "secondary", variant: "Small", children: L })
131
+ },
132
+ W
133
+ )) })
134
+ }
135
+ )
136
+ ]
137
+ },
138
+ F
139
+ );
140
+ }) }, w);
141
+ }) })
142
+ ] });
143
+ }, J = ({
144
+ altImage: e,
145
+ content: i,
146
+ hasDivider: n = !0,
147
+ image: l,
148
+ imageLargeBreakPoint: c = 12,
149
+ sx: d
150
+ }) => {
151
+ const g = Z();
152
+ return /* @__PURE__ */ _(r.Fragment, { children: [
153
+ /* @__PURE__ */ t(O, { sx: { pb: 48, ...d }, children: /* @__PURE__ */ _(T, { container: !0, rowSpacing: 24, children: [
154
+ /* @__PURE__ */ t(T, { item: !0, lg: 12, md: 12, sm: 12, xs: 12, children: i }),
155
+ /* @__PURE__ */ t(
156
+ T,
157
+ {
158
+ item: !0,
159
+ lg: c,
160
+ md: 12,
161
+ sm: 12,
162
+ sx: {
163
+ m: "0 auto",
164
+ [g.breakpoints.between("sm", "lg")]: {
165
+ display: "flex",
166
+ justifyContent: "center"
167
+ },
168
+ "& img": {
169
+ width: "100%",
170
+ maxWidth: 1176,
171
+ [g.breakpoints.between("sm", "lg")]: {
172
+ width: "75%"
173
+ }
174
+ }
175
+ },
176
+ xs: 12,
177
+ children: /* @__PURE__ */ t("img", { alt: e, src: l })
178
+ }
179
+ )
180
+ ] }) }),
181
+ n && /* @__PURE__ */ t(M, {})
182
+ ] });
183
+ }, Ft = ({
184
+ buttonCopy: e,
185
+ hasRequestButton: i,
186
+ onNavigateToList: n,
187
+ onRequestSupport: l,
188
+ title: c,
189
+ topicTitle: d
190
+ }) => {
191
+ const { help: g } = V();
192
+ return /* @__PURE__ */ _(r.Fragment, { children: [
193
+ /* @__PURE__ */ _(T, { container: !0, sx: { alignItems: "center", justifyContent: "space-between" }, children: [
194
+ /* @__PURE__ */ _(T, { item: !0, sm: 6, xs: 12, children: [
195
+ /* @__PURE__ */ t(y, { color: "text.primary", children: c }),
196
+ /* @__PURE__ */ _(
197
+ wt,
198
+ {
199
+ separator: /* @__PURE__ */ t(E, { bold: !0, color: "grey.600", sx: { fontWeight: 700 }, variant: "Small", children: "/" }),
200
+ children: [
201
+ /* @__PURE__ */ t(
202
+ E,
203
+ {
204
+ bold: !0,
205
+ color: "primary.lighter",
206
+ onClick: n,
207
+ sx: { cursor: "pointer", fontWeight: 700 },
208
+ variant: "Small",
209
+ children: g.list_title
210
+ }
211
+ ),
212
+ /* @__PURE__ */ t(E, { bold: !0, color: "text.secondary", sx: { fontWeight: 700 }, variant: "Small", children: d })
213
+ ]
214
+ }
215
+ )
216
+ ] }),
217
+ i && /* @__PURE__ */ t(
218
+ T,
219
+ {
220
+ item: !0,
221
+ sm: 6,
222
+ sx: {
223
+ display: "flex",
224
+ justifyContent: { sm: "flex-end" },
225
+ mt: { xs: 24, sm: 0 }
226
+ },
227
+ xs: 12,
228
+ children: /* @__PURE__ */ t(q, { "aria-label": e, onClick: l, variant: "contained", children: e })
229
+ }
230
+ )
231
+ ] }),
232
+ /* @__PURE__ */ t(ot, { color: "text.primary", sx: { mt: 24, whiteSpace: { sm: "nowrap", xs: "wrap" } }, children: d })
233
+ ] });
234
+ }, C = ({
235
+ altImage: e,
236
+ content: i,
237
+ hasDivider: n = !0,
238
+ image: l,
239
+ imageLargeBreakPoint: c = 4,
240
+ sx: d
241
+ }) => {
242
+ const g = Z();
243
+ return /* @__PURE__ */ _(r.Fragment, { children: [
244
+ /* @__PURE__ */ t(O, { sx: { pb: 48, ...d }, children: /* @__PURE__ */ _(T, { container: !0, spacing: 24, sx: { alignItems: "flex-start" }, children: [
245
+ /* @__PURE__ */ t(
246
+ T,
247
+ {
248
+ item: !0,
249
+ lg: c,
250
+ md: 12,
251
+ sm: 12,
252
+ sx: {
253
+ alignSelf: "stretch",
254
+ [g.breakpoints.between("sm", "lg")]: {
255
+ display: "flex",
256
+ justifyContent: "center"
257
+ },
258
+ "& img": {
259
+ height: "100%",
260
+ width: "100%",
261
+ [g.breakpoints.between("sm", "lg")]: {
262
+ width: "75%"
263
+ }
264
+ }
265
+ },
266
+ xs: 12,
267
+ children: /* @__PURE__ */ t("img", { alt: e, src: l })
268
+ }
269
+ ),
270
+ /* @__PURE__ */ t(T, { item: !0, lg: 12 - c, md: 12, sm: 12, xs: 12, children: i })
271
+ ] }) }),
272
+ n && /* @__PURE__ */ t(M, {})
273
+ ] });
274
+ }, b = ({
275
+ content: e,
276
+ hasDivider: i = !0,
277
+ sx: n
278
+ }) => /* @__PURE__ */ _(ht, { children: [
279
+ /* @__PURE__ */ t(O, { sx: { pb: 48, ...n }, children: e }),
280
+ i && /* @__PURE__ */ t(M, {})
281
+ ] }), G = ({
282
+ altImage: e,
283
+ content: i,
284
+ hasDivider: n = !0,
285
+ image: l,
286
+ imageLargeBreakPoint: c = 4,
287
+ sx: d
288
+ }) => {
289
+ const g = Z();
290
+ return /* @__PURE__ */ _(r.Fragment, { children: [
291
+ /* @__PURE__ */ t(O, { sx: { pb: 48, ...d }, children: /* @__PURE__ */ _(T, { container: !0, spacing: 24, sx: { alignItems: "flex-start" }, children: [
292
+ /* @__PURE__ */ t(T, { item: !0, lg: 12 - c, md: 12, sm: 12, xs: 12, children: i }),
293
+ /* @__PURE__ */ t(
294
+ T,
295
+ {
296
+ item: !0,
297
+ lg: c,
298
+ md: 12,
299
+ sm: 12,
300
+ sx: {
301
+ [g.breakpoints.between("sm", "lg")]: {
302
+ display: "flex",
303
+ justifyContent: "center"
304
+ },
305
+ "& img": {
306
+ width: "100%",
307
+ [g.breakpoints.between("sm", "lg")]: {
308
+ width: "75%"
309
+ }
310
+ }
311
+ },
312
+ xs: 12,
313
+ children: /* @__PURE__ */ t("img", { alt: e, src: l })
314
+ }
315
+ )
316
+ ] }) }),
317
+ n && /* @__PURE__ */ t(M, {})
318
+ ] });
319
+ }, k = ({
320
+ altImage: e,
321
+ content: i,
322
+ hasDivider: n = !0,
323
+ image: l,
324
+ imageLargeBreakPoint: c = 12,
325
+ sx: d
326
+ }) => {
327
+ const g = Z();
328
+ return /* @__PURE__ */ _(r.Fragment, { children: [
329
+ /* @__PURE__ */ t(O, { sx: { pb: 48, ...d }, children: /* @__PURE__ */ _(T, { container: !0, rowSpacing: 24, children: [
330
+ /* @__PURE__ */ t(
331
+ T,
332
+ {
333
+ item: !0,
334
+ lg: c,
335
+ md: 12,
336
+ sm: 12,
337
+ sx: {
338
+ m: "0 auto",
339
+ [g.breakpoints.between("sm", "lg")]: {
340
+ display: "flex",
341
+ justifyContent: "center"
342
+ },
343
+ "& img": {
344
+ width: "100%",
345
+ maxWidth: 1176,
346
+ [g.breakpoints.between("sm", "lg")]: {
347
+ width: "75%"
348
+ }
349
+ }
350
+ },
351
+ xs: 12,
352
+ children: /* @__PURE__ */ t("img", { alt: e, src: l })
353
+ }
354
+ ),
355
+ /* @__PURE__ */ t(T, { item: !0, lg: 12, md: 12, sm: 12, xs: 12, children: i })
356
+ ] }) }),
357
+ n && /* @__PURE__ */ t(M, {})
358
+ ] });
359
+ }, o = ({ content: e, sx: i }) => /* @__PURE__ */ t(H, { sx: { lineHeight: "24px", py: 6, ...i }, children: e }), m = ({ content: e, sx: i }) => /* @__PURE__ */ t(y, { color: "text.primary", sx: { py: 12, whiteSpace: { sm: "nowrap", xs: "wrap" }, ...i }, children: e }), a = ({
360
+ items: e,
361
+ listType: i = "ul",
362
+ subItemPlacement: n,
363
+ subItems: l = [],
364
+ subListType: c = "ol"
365
+ }) => {
366
+ const d = i, g = c;
367
+ return /* @__PURE__ */ t(O, { sx: { [i]: { m: 0, p: 0, pl: 16, "& li::marker": { fontSize: 15 } } }, children: /* @__PURE__ */ t(d, { children: e.map((h, f) => /* @__PURE__ */ _("li", { children: [
368
+ /* @__PURE__ */ t(o, { content: h, sx: { py: 1 } }),
369
+ n === f ? /* @__PURE__ */ t(g, { ...c === "ol" && { type: "a" }, children: l.map((v, w) => /* @__PURE__ */ t("li", { children: /* @__PURE__ */ t(o, { content: v, sx: { py: 1 } }) }, w)) }) : null
370
+ ] }, f)) }) });
371
+ }, u = "https://content.moneydesktop.com/storage/MD_Assets/md/help", p = {
372
+ ACCOUNT_DETAILS: `${u}/account/AccountDetails.png`,
373
+ ACCOUNT_OVERVIEW: `${u}/account/AccountsOverview.png`,
374
+ ACCOUNT_ADD: `${u}/account/AddAccount.png`,
375
+ ACCOUNT_BROKEN_CONNECTION: `${u}/account/BrokenConnection.png`,
376
+ ACCOUNT_HIDE: `${u}/account/AccountHide.png`,
377
+ ACCOUNT_MANAGE_CONNECTIONS: `${u}/account/ManageConnections.png`,
378
+ BUDGETS_ADD_SUB_BUDGET: `${u}/budgets/AddSubBudget.png`,
379
+ BUDGETS_WIDGET: `${u}/budgets/BudgetWidget.png`,
380
+ BUDGETS_EDIT_INCOME: `${u}/budgets/EditIncome.png`,
381
+ CASHFLOW_WIDGET: `${u}/cashflow/CashFlowWidget.png`,
382
+ CASHFLOW_EXPENSE_DETAILS: `${u}/cashflow/ExpenseDetailsCurrent.png`,
383
+ CASHFLOW_MANAGE_EXPENSES: `${u}/cashflow/ManageExpenses.png`,
384
+ DEBTS_DETAILS: `${u}/debts/DebtDetails.png`,
385
+ DEBTS_OVERVIEW: `${u}/debts/DebtOverview.png`,
386
+ DEBTS_PRIORITIZATION: `${u}/debts/DebtPrioritization.png`,
387
+ DEBTS_SNOWBALL_METHOD: `${u}/debts/SnowballMethod.png`,
388
+ GENERAL_CATEGORIZE_TRANSACTIONS: `${u}/general/CategorizeTransactions.png`,
389
+ GOALS_CREATE_GOAL: `${u}/goals/CreateGoal.png`,
390
+ GOALS_DEBT_GOALS: `${u}/goals/DebtGoals.png`,
391
+ GOALS_WIDGET_OVERVIEW: `${u}/goals/GoalsWidgetOverview.png`,
392
+ GOALS_MANAGE_GOALS: `${u}/goals/ManageGoals.png`,
393
+ GOALS_RETIREMENT_GOALS: `${u}/goals/RetirementGoals.png`,
394
+ GOALS_SAVINGS_GOALS: `${u}/goals/SavingsGoals.png`,
395
+ INSIGHTS_CAROUSEL: `${u}/insights/InsightsCarousel.png`,
396
+ INSIGHTS_FEED: `${u}/insights/InsightsFeed.png`,
397
+ INVESTMENTS_WIDGET_DETAILS: `${u}/investments/WidgetDetails.png`,
398
+ MOBILE_ADD_MOBILE_DEVICE: `${u}/mobile/AddMobileDevice.png`,
399
+ NETWORTH_ASSETS_LIABILITIES: `${u}/networth/AssetsLiabilities.png`,
400
+ NETWORTH_GAINS_LOSSES: `${u}/networth/GainsLosses.png`,
401
+ NETWORTH_WIDGET: `${u}/networth/NetWorthWidget.png`,
402
+ NOTIFICATIONS_MANAGING: `${u}/notifications/ManagingNotifications.png`,
403
+ NOTIFICATIONS_OVERVIEW: `${u}/notifications/NotificationOverview.png`,
404
+ RECURRING_TRANSACTIONS_EXPENSE_DETAILS: `${u}/recurringtransactions/expenseDetails.png`,
405
+ RECURRING_TRANSACTIONS_MANAGE_EXPENSES: `${u}/recurringtransactions/manageExpenses.png`,
406
+ RECURRING_TRANSACTIONS_OVERVIEW: `${u}/recurringtransactions/overview.png`,
407
+ SPENDING_WIDGET: `${u}/spending/SpendingWidget.png`,
408
+ TRANSACTIONS_CATEGORIZE: `${u}/transactions/CategorizeTransactions.png`,
409
+ TRANSACTIONS_EDIT: `${u}/transactions/EditTransactions.png`,
410
+ TRANSACTIONS_EXPORT: `${u}/transactions/ExportTransactions.png`,
411
+ TRANSACTIONS_OVERVIEW: `${u}/transactions/Overview.png`,
412
+ TRANSACTIONS_RULES: `${u}/transactions/TransactionRules.png`,
413
+ TRENDS_WIDGET: `${u}/trends/TrendsWidget.png`
414
+ }, Bt = ({ copy: e, topicKey: i }) => ({
415
+ "accounts-overview": /* @__PURE__ */ _(r.Fragment, { children: [
416
+ /* @__PURE__ */ t(
417
+ G,
418
+ {
419
+ altImage: e.accounts_overview.alt_image,
420
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
421
+ /* @__PURE__ */ t(o, { content: e.accounts_overview.description, sx: { mt: 24 } }),
422
+ /* @__PURE__ */ t(
423
+ a,
424
+ {
425
+ items: [
426
+ e.accounts_overview.widget_overview_instruction_step_1,
427
+ e.accounts_overview.widget_overview_instruction_step_2
428
+ ]
429
+ }
430
+ ),
431
+ /* @__PURE__ */ t(o, { content: e.accounts_overview.account_view_text, sx: { mt: 12 } })
432
+ ] }),
433
+ image: p.ACCOUNT_OVERVIEW,
434
+ imageLargeBreakPoint: 5
435
+ }
436
+ ),
437
+ /* @__PURE__ */ t(m, { content: e.accounts_overview.edit_account_title, sx: { pt: 48 } }),
438
+ /* @__PURE__ */ t(
439
+ C,
440
+ {
441
+ altImage: e.accounts_overview.alt_image_account_details,
442
+ content: /* @__PURE__ */ t(r.Fragment, { children: /* @__PURE__ */ t(
443
+ a,
444
+ {
445
+ items: [
446
+ s(
447
+ e.accounts_overview.edit_account_step_1_instruction,
448
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.edit_account_step_1_bold })
449
+ ),
450
+ e.accounts_overview.edit_account_step_2_instruction,
451
+ s(
452
+ e.accounts_overview.edit_account_step_3_instruction,
453
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.edit_account_step_3_bold_1 }),
454
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.edit_account_step_3_bold_2 }),
455
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.edit_account_step_3_bold_3 })
456
+ )
457
+ ],
458
+ listType: "ol",
459
+ subItemPlacement: 1,
460
+ subItems: [
461
+ e.accounts_overview.edit_account_step_2_details_account_name,
462
+ e.accounts_overview.edit_account_step_2_details_interest_rate,
463
+ e.accounts_overview.edit_account_step_2_details_credit_limit,
464
+ e.accounts_overview.edit_account_step_2_details_account_balance
465
+ ]
466
+ }
467
+ ) }),
468
+ image: p.ACCOUNT_DETAILS,
469
+ imageLargeBreakPoint: 3
470
+ }
471
+ ),
472
+ /* @__PURE__ */ t(m, { content: e.accounts_overview.add_account_title, sx: { pt: 48 } }),
473
+ /* @__PURE__ */ t(
474
+ k,
475
+ {
476
+ altImage: e.accounts_overview.alt_image_manage_connections,
477
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
478
+ /* @__PURE__ */ t(
479
+ a,
480
+ {
481
+ items: [
482
+ s(
483
+ e.accounts_overview.add_account_step_1_instruction,
484
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.add_account_step_1_bold })
485
+ ),
486
+ s(
487
+ e.accounts_overview.add_account_step_2_instruction,
488
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.add_account_step_2_bold })
489
+ ),
490
+ s(
491
+ e.accounts_overview.add_account_step_3_instruction,
492
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.add_account_step_3_bold })
493
+ ),
494
+ e.accounts_overview.add_account_step_4_instruction,
495
+ e.accounts_overview.add_account_step_5_instruction
496
+ ],
497
+ listType: "ol"
498
+ }
499
+ ),
500
+ /* @__PURE__ */ t(
501
+ o,
502
+ {
503
+ content: s(
504
+ e.accounts_overview.exclude_account_info_text,
505
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.exclude_account_info_bold_1 }),
506
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.exclude_account_info_bold_2 }),
507
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.exclude_account_info_bold_3 }),
508
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.exclude_account_info_bold_4 })
509
+ )
510
+ }
511
+ ),
512
+ /* @__PURE__ */ t(m, { content: e.accounts_overview.hide_account_title }),
513
+ /* @__PURE__ */ t(
514
+ a,
515
+ {
516
+ items: [
517
+ s(
518
+ e.accounts_overview.hide_account_step_1_instruction,
519
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.hide_account_step_1_bold })
520
+ ),
521
+ s(
522
+ e.accounts_overview.hide_account_step_2_instruction,
523
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.hide_account_step_2_bold })
524
+ )
525
+ ],
526
+ listType: "ol"
527
+ }
528
+ ),
529
+ /* @__PURE__ */ t(m, { content: e.accounts_overview.unhide_account_title }),
530
+ /* @__PURE__ */ t(
531
+ a,
532
+ {
533
+ items: [
534
+ s(
535
+ e.accounts_overview.unhide_account_step_1_instruction,
536
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.unhide_account_step_1_bold })
537
+ ),
538
+ s(
539
+ e.accounts_overview.unhide_account_step_2_instruction,
540
+ /* @__PURE__ */ t("b", { children: e.accounts_overview.unhide_account_step_2_bold })
541
+ )
542
+ ],
543
+ listType: "ol"
544
+ }
545
+ )
546
+ ] }),
547
+ hasDivider: !1,
548
+ image: p.ACCOUNT_MANAGE_CONNECTIONS,
549
+ imageLargeBreakPoint: 10
550
+ }
551
+ )
552
+ ] }),
553
+ "trouble-adding-an-account": /* @__PURE__ */ t(
554
+ b,
555
+ {
556
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
557
+ /* @__PURE__ */ t(o, { content: e.trouble_adding_an_account.steps_title }),
558
+ /* @__PURE__ */ t(
559
+ a,
560
+ {
561
+ items: [
562
+ e.trouble_adding_an_account.step_1,
563
+ e.trouble_adding_an_account.step_2,
564
+ e.trouble_adding_an_account.step_3,
565
+ e.trouble_adding_an_account.step_4,
566
+ e.trouble_adding_an_account.step_5,
567
+ e.trouble_adding_an_account.step_6,
568
+ e.trouble_adding_an_account.step_7,
569
+ e.trouble_adding_an_account.step_8
570
+ ]
571
+ }
572
+ ),
573
+ /* @__PURE__ */ t(o, { content: e.trouble_adding_an_account.support_text, sx: { mt: 12 } })
574
+ ] }),
575
+ hasDivider: !1,
576
+ sx: { mt: 24 }
577
+ }
578
+ ),
579
+ "need-to-fix-a-broken-account": /* @__PURE__ */ t(
580
+ C,
581
+ {
582
+ altImage: e.need_to_fix_a_broken_account.alt_image,
583
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
584
+ /* @__PURE__ */ t(o, { content: e.need_to_fix_a_broken_account.description_1, sx: { mt: 24 } }),
585
+ /* @__PURE__ */ t(o, { content: e.need_to_fix_a_broken_account.description_2, sx: { mt: 12 } }),
586
+ /* @__PURE__ */ t(
587
+ o,
588
+ {
589
+ content: e.need_to_fix_a_broken_account.issues_persist_title,
590
+ sx: { mt: 12 }
591
+ }
592
+ ),
593
+ /* @__PURE__ */ t(
594
+ a,
595
+ {
596
+ items: [
597
+ e.need_to_fix_a_broken_account.step_1,
598
+ s(
599
+ e.need_to_fix_a_broken_account.step_2,
600
+ /* @__PURE__ */ t("b", { children: e.need_to_fix_a_broken_account.step_2_bold })
601
+ ),
602
+ e.need_to_fix_a_broken_account.step_3
603
+ ]
604
+ }
605
+ )
606
+ ] }),
607
+ hasDivider: !1,
608
+ image: p.ACCOUNT_BROKEN_CONNECTION,
609
+ imageLargeBreakPoint: 3,
610
+ sx: { pt: 24 }
611
+ }
612
+ ),
613
+ "seeing-outdated-accounts-or-paid-off-loans": /* @__PURE__ */ t(
614
+ b,
615
+ {
616
+ content: /* @__PURE__ */ t(o, { content: e.seeing_outdated_accounts_or_paid_off_loans.description }),
617
+ hasDivider: !1,
618
+ sx: { pt: 8 }
619
+ }
620
+ ),
621
+ "seeing-duplicate-accounts": /* @__PURE__ */ t(
622
+ b,
623
+ {
624
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
625
+ /* @__PURE__ */ t(m, { content: e.seeing_duplicate_accounts.warning_title }),
626
+ /* @__PURE__ */ t(m, { content: e.seeing_duplicate_accounts.instructions_title }),
627
+ /* @__PURE__ */ t(
628
+ a,
629
+ {
630
+ items: [
631
+ e.seeing_duplicate_accounts.step_1_instruction,
632
+ s(
633
+ e.seeing_duplicate_accounts.step_2_instruction,
634
+ /* @__PURE__ */ t("b", { children: e.seeing_duplicate_accounts.step_2_bold }),
635
+ /* @__PURE__ */ t("b", { children: e.seeing_duplicate_accounts.step_2_bold_2 })
636
+ ),
637
+ e.seeing_duplicate_accounts.step_3_instruction,
638
+ s(
639
+ e.seeing_duplicate_accounts.step_4_instruction,
640
+ /* @__PURE__ */ t("b", { children: e.seeing_duplicate_accounts.step_4_bold })
641
+ )
642
+ ],
643
+ listType: "ol"
644
+ }
645
+ )
646
+ ] }),
647
+ hasDivider: !1
648
+ }
649
+ )
650
+ })[i], Pt = ({ copy: e, topicKey: i }) => {
651
+ const n = e.budgets_overview;
652
+ return {
653
+ "budgets-overview": /* @__PURE__ */ _(r.Fragment, { children: [
654
+ /* @__PURE__ */ t(
655
+ G,
656
+ {
657
+ altImage: n.overview_alt_image,
658
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
659
+ /* @__PURE__ */ t(o, { content: n.overview_description, sx: { mt: 24 } }),
660
+ /* @__PURE__ */ t(o, { content: n.overview_list_description, sx: { mt: 12 } }),
661
+ /* @__PURE__ */ t(
662
+ a,
663
+ {
664
+ items: [
665
+ s(
666
+ n.overview_list_item_1_text,
667
+ /* @__PURE__ */ t("b", { children: n.overview_list_item_1_bold })
668
+ ),
669
+ s(
670
+ n.overview_list_item_2_text,
671
+ /* @__PURE__ */ t("b", { children: n.overview_list_item_2_bold })
672
+ )
673
+ ]
674
+ }
675
+ )
676
+ ] }),
677
+ image: p.BUDGETS_WIDGET
678
+ }
679
+ ),
680
+ /* @__PURE__ */ t(m, { content: n.adjusting_income_title, sx: { pt: 48 } }),
681
+ /* @__PURE__ */ t(
682
+ C,
683
+ {
684
+ altImage: n.adjusting_income_alt_image,
685
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
686
+ /* @__PURE__ */ t(o, { content: n.adjusting_income_list_description, sx: { mt: 24 } }),
687
+ /* @__PURE__ */ t(
688
+ a,
689
+ {
690
+ items: [
691
+ s(
692
+ n.adjusting_income_list_items_1_text,
693
+ /* @__PURE__ */ t("b", { children: n.adjusting_income_list_items_1_bold })
694
+ ),
695
+ s(
696
+ n.adjusting_income_list_items_2_text,
697
+ /* @__PURE__ */ t("b", { children: n.adjusting_income_list_items_2_bold })
698
+ )
699
+ ],
700
+ listType: "ol"
701
+ }
702
+ )
703
+ ] }),
704
+ image: p.BUDGETS_EDIT_INCOME
705
+ }
706
+ ),
707
+ /* @__PURE__ */ t(m, { content: n.create_budget_title, sx: { pt: 48 } }),
708
+ /* @__PURE__ */ t(
709
+ G,
710
+ {
711
+ altImage: n.create_budget_alt_image,
712
+ content: /* @__PURE__ */ t(r.Fragment, { children: /* @__PURE__ */ t(
713
+ a,
714
+ {
715
+ items: [
716
+ n.create_budget_list_items_1,
717
+ n.create_budget_list_items_2,
718
+ s(
719
+ n.create_budget_list_items_3,
720
+ /* @__PURE__ */ t("b", { children: n.create_budget_list_items_3_bold_1 }),
721
+ /* @__PURE__ */ t("b", { children: n.create_budget_list_items_3_bold_2 }),
722
+ /* @__PURE__ */ t("b", { children: n.create_budget_list_items_3_bold_1 })
723
+ )
724
+ ]
725
+ }
726
+ ) }),
727
+ hasDivider: !1,
728
+ image: p.BUDGETS_ADD_SUB_BUDGET
729
+ }
730
+ ),
731
+ /* @__PURE__ */ t(
732
+ b,
733
+ {
734
+ content: /* @__PURE__ */ t(o, { content: n.see_transactions_description }),
735
+ hasDivider: !1
736
+ }
737
+ )
738
+ ] })
739
+ }[i];
740
+ }, Wt = ({ copy: e, topicKey: i }) => ({
741
+ "cash-flow-overview": /* @__PURE__ */ _(r.Fragment, { children: [
742
+ /* @__PURE__ */ t(
743
+ G,
744
+ {
745
+ altImage: e.cashflow_overview.alt_image,
746
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
747
+ /* @__PURE__ */ t(
748
+ o,
749
+ {
750
+ content: e.cashflow_overview.widget_overview_instruction_1,
751
+ sx: { mt: 24 }
752
+ }
753
+ ),
754
+ /* @__PURE__ */ t(
755
+ o,
756
+ {
757
+ content: e.cashflow_overview.widget_overview_instruction_2,
758
+ sx: { mt: 12 }
759
+ }
760
+ )
761
+ ] }),
762
+ image: p.CASHFLOW_WIDGET,
763
+ sx: { pt: 8 }
764
+ }
765
+ ),
766
+ /* @__PURE__ */ t(
767
+ G,
768
+ {
769
+ altImage: e.cashflow_overview.alt_image_expense_details,
770
+ content: /* @__PURE__ */ t(
771
+ o,
772
+ {
773
+ content: s(
774
+ e.cashflow_overview.expense_details_instruction,
775
+ /* @__PURE__ */ t("b", { children: e.cashflow_overview.edit_expense_details_bold_1 })
776
+ ),
777
+ sx: { mt: 24 }
778
+ }
779
+ ),
780
+ image: p.CASHFLOW_MANAGE_EXPENSES,
781
+ sx: { pt: 48 }
782
+ }
783
+ ),
784
+ /* @__PURE__ */ t(
785
+ m,
786
+ {
787
+ content: e.cashflow_overview.manage_expenses_section_title,
788
+ sx: { pt: 48 }
789
+ }
790
+ ),
791
+ /* @__PURE__ */ t(
792
+ G,
793
+ {
794
+ altImage: e.cashflow_overview.alt_image_manage_expenses,
795
+ content: /* @__PURE__ */ t(o, { content: e.cashflow_overview.manage_expenses_instruction, sx: { mt: 24 } }),
796
+ hasDivider: !1,
797
+ image: p.CASHFLOW_EXPENSE_DETAILS
798
+ }
799
+ )
800
+ ] })
801
+ })[i], Mt = ({ copy: e }) => {
802
+ const i = e.debts, n = {
803
+ overviewSection: /* @__PURE__ */ t(
804
+ k,
805
+ {
806
+ altImage: i.overview_image_alt,
807
+ content: /* @__PURE__ */ t(
808
+ o,
809
+ {
810
+ content: s(
811
+ i.overview_desc,
812
+ /* @__PURE__ */ t("b", { children: i.snowball_method })
813
+ )
814
+ }
815
+ ),
816
+ image: p.DEBTS_OVERVIEW,
817
+ imageLargeBreakPoint: 7,
818
+ sx: { pt: 24 }
819
+ }
820
+ ),
821
+ snowballMethod: /* @__PURE__ */ t(
822
+ G,
823
+ {
824
+ altImage: i.snowball_method,
825
+ content: /* @__PURE__ */ t(o, { content: i.snowball_method_desc, sx: { mt: 24 } }),
826
+ image: p.DEBTS_SNOWBALL_METHOD,
827
+ imageLargeBreakPoint: 2
828
+ }
829
+ ),
830
+ debtPrioritization: /* @__PURE__ */ t(
831
+ C,
832
+ {
833
+ altImage: i.debt_prioritization,
834
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
835
+ /* @__PURE__ */ t(o, { content: i.debt_prioritization_list_1_desc }),
836
+ /* @__PURE__ */ t(
837
+ a,
838
+ {
839
+ items: [
840
+ s(
841
+ i.debt_prioritization_list_1_item_1,
842
+ /* @__PURE__ */ t("b", { children: i.debt_prioritization_list_1_item_1_bold })
843
+ ),
844
+ s(
845
+ i.debt_prioritization_list_1_item_2,
846
+ /* @__PURE__ */ t("b", { children: i.debt_prioritization_list_1_item_2_bold })
847
+ ),
848
+ s(
849
+ i.debt_prioritization_list_1_item_3,
850
+ /* @__PURE__ */ t("b", { children: i.debt_prioritization_list_1_item_3_bold })
851
+ ),
852
+ s(
853
+ i.debt_prioritization_list_1_item_3,
854
+ /* @__PURE__ */ t("b", { children: i.debt_prioritization_list_1_item_3_bold })
855
+ )
856
+ ]
857
+ }
858
+ ),
859
+ /* @__PURE__ */ t(o, { content: i.debt_prioritization_list_2_desc, sx: { mt: 12 } }),
860
+ /* @__PURE__ */ t(
861
+ a,
862
+ {
863
+ items: [
864
+ i.debt_prioritization_list_2_item_1,
865
+ i.debt_prioritization_list_2_item_2
866
+ ],
867
+ listType: "ol"
868
+ }
869
+ )
870
+ ] }),
871
+ image: p.DEBTS_PRIORITIZATION,
872
+ imageLargeBreakPoint: 4
873
+ }
874
+ ),
875
+ debtChart: /* @__PURE__ */ t(
876
+ b,
877
+ {
878
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
879
+ /* @__PURE__ */ t(o, { content: i.debt_chart_list_dec }),
880
+ /* @__PURE__ */ t(
881
+ a,
882
+ {
883
+ items: [
884
+ s(
885
+ i.debt_chart_list_item_1,
886
+ /* @__PURE__ */ t("b", { children: i.debt_chart_list_item_1_bold })
887
+ ),
888
+ s(
889
+ i.debt_chart_list_item_2,
890
+ /* @__PURE__ */ t("b", { children: i.debt_chart_list_item_2_bold })
891
+ ),
892
+ s(
893
+ i.debt_chart_list_item_3,
894
+ /* @__PURE__ */ t("b", { children: i.debt_chart_list_item_3_bold })
895
+ )
896
+ ]
897
+ }
898
+ ),
899
+ /* @__PURE__ */ t(o, { content: i.debt_chart_dec_2, sx: { mt: 12 } })
900
+ ] })
901
+ }
902
+ ),
903
+ debtList: /* @__PURE__ */ t(
904
+ b,
905
+ {
906
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
907
+ /* @__PURE__ */ t(o, { content: i.debt_list_dec }),
908
+ /* @__PURE__ */ t(
909
+ a,
910
+ {
911
+ items: [
912
+ i.debt_list_item_1,
913
+ i.debt_list_item_2,
914
+ i.debt_list_item_3,
915
+ i.debt_list_item_4
916
+ ]
917
+ }
918
+ )
919
+ ] })
920
+ }
921
+ ),
922
+ debtDetails: /* @__PURE__ */ t(
923
+ C,
924
+ {
925
+ altImage: i.debt_details,
926
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
927
+ /* @__PURE__ */ t(o, { content: i.debt_details_list_1_desc, sx: { mt: 24 } }),
928
+ /* @__PURE__ */ t(
929
+ a,
930
+ {
931
+ items: [
932
+ i.debt_details_list_1_item_1,
933
+ s(
934
+ i.debt_details_list_1_item_2,
935
+ /* @__PURE__ */ t("b", { children: i.debt_details_list_1_item_2_bold })
936
+ )
937
+ ],
938
+ listType: "ol"
939
+ }
940
+ ),
941
+ /* @__PURE__ */ t(o, { content: i.debt_details_list_2_desc, sx: { mt: 12 } }),
942
+ /* @__PURE__ */ t(
943
+ a,
944
+ {
945
+ items: [
946
+ i.debt_details_list_2_item_1,
947
+ s(
948
+ i.debt_details_list_2_item_2,
949
+ /* @__PURE__ */ t("b", { children: i.debt_details_list_2_item_2_bold })
950
+ ),
951
+ i.debt_details_list_2_item_3
952
+ ],
953
+ listType: "ol"
954
+ }
955
+ )
956
+ ] }),
957
+ image: p.DEBTS_DETAILS
958
+ }
959
+ ),
960
+ hidingAccounts: /* @__PURE__ */ t(
961
+ b,
962
+ {
963
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
964
+ /* @__PURE__ */ t(o, { content: i.hiding_accounts_desc }),
965
+ /* @__PURE__ */ t(o, { content: i.hiding_accounts_list_1_desc, sx: { mt: 12 } }),
966
+ /* @__PURE__ */ t(
967
+ a,
968
+ {
969
+ items: [
970
+ i.hiding_accounts_list_1_item_1,
971
+ i.hiding_accounts_list_1_item_2,
972
+ s(
973
+ i.hiding_accounts_list_1_item_3,
974
+ /* @__PURE__ */ t("b", { children: i.hiding_accounts_list_1_item_3_bold })
975
+ )
976
+ ],
977
+ listType: "ol"
978
+ }
979
+ ),
980
+ /* @__PURE__ */ t(o, { content: i.hiding_accounts_list_2_desc, sx: { mt: 12 } }),
981
+ /* @__PURE__ */ t(
982
+ a,
983
+ {
984
+ items: [
985
+ i.hiding_accounts_list_2_item_1,
986
+ s(
987
+ i.hiding_accounts_list_2_item_2,
988
+ /* @__PURE__ */ t("b", { children: i.hiding_accounts_list_2_item_2_bold })
989
+ )
990
+ ],
991
+ listType: "ol"
992
+ }
993
+ )
994
+ ] })
995
+ }
996
+ ),
997
+ extraPayments: /* @__PURE__ */ t(
998
+ b,
999
+ {
1000
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1001
+ /* @__PURE__ */ t(o, { content: i.extra_payments_list_1_desc }),
1002
+ /* @__PURE__ */ t(
1003
+ a,
1004
+ {
1005
+ items: [
1006
+ s(
1007
+ i.extra_payments_list_2_item_1,
1008
+ /* @__PURE__ */ t("b", { children: i.extra_payments_list_2_item_1_bold })
1009
+ ),
1010
+ s(
1011
+ i.extra_payments_list_2_item_2,
1012
+ /* @__PURE__ */ t("b", { children: i.extra_payments_list_2_item_2_bold })
1013
+ )
1014
+ ],
1015
+ listType: "ol"
1016
+ }
1017
+ )
1018
+ ] }),
1019
+ hasDivider: !1
1020
+ }
1021
+ )
1022
+ };
1023
+ return /* @__PURE__ */ _(r.Fragment, { children: [
1024
+ n.overviewSection,
1025
+ /* @__PURE__ */ t(m, { content: i.snowball_method_title, sx: { pt: 48 } }),
1026
+ n.snowballMethod,
1027
+ /* @__PURE__ */ t(m, { content: i.debt_prioritization, sx: { pt: 48 } }),
1028
+ n.debtPrioritization,
1029
+ /* @__PURE__ */ t(m, { content: i.debt_chart, sx: { pt: 48 } }),
1030
+ n.debtChart,
1031
+ /* @__PURE__ */ t(m, { content: i.debt_list, sx: { pt: 48 } }),
1032
+ n.debtList,
1033
+ /* @__PURE__ */ t(m, { content: i.debt_details, sx: { pt: 48 } }),
1034
+ n.debtDetails,
1035
+ /* @__PURE__ */ t(m, { content: i.hiding_accounts, sx: { pt: 48 } }),
1036
+ n.hidingAccounts,
1037
+ /* @__PURE__ */ t(m, { content: i.extra_payments, sx: { pt: 48 } }),
1038
+ n.extraPayments
1039
+ ] });
1040
+ }, $t = ({ topicKey: e, copy: i }) => {
1041
+ const { general_faqs: n } = i;
1042
+ return {
1043
+ "is-my-data-private-and-secure": /* @__PURE__ */ t(
1044
+ b,
1045
+ {
1046
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1047
+ /* @__PURE__ */ t(
1048
+ o,
1049
+ {
1050
+ content: n.data_private_secure_subheader,
1051
+ sx: { lineHeight: "24px" }
1052
+ }
1053
+ ),
1054
+ /* @__PURE__ */ t(
1055
+ a,
1056
+ {
1057
+ items: [
1058
+ s(
1059
+ n.data_private_secure_step1,
1060
+ /* @__PURE__ */ t("b", { children: n.encryption_firewalls_bold_text })
1061
+ ),
1062
+ s(
1063
+ n.data_private_secure_step2,
1064
+ /* @__PURE__ */ t("b", { children: n.secure_authentication_bold_text })
1065
+ ),
1066
+ s(
1067
+ n.data_private_secure_step3,
1068
+ /* @__PURE__ */ t("b", { children: n.privacy_protection_bold_text }),
1069
+ /* @__PURE__ */ t("b", { children: n.not_bold_text })
1070
+ ),
1071
+ s(
1072
+ n.data_private_secure_step4,
1073
+ /* @__PURE__ */ t("b", { children: n.policy_updates_bold_text })
1074
+ )
1075
+ ]
1076
+ }
1077
+ )
1078
+ ] }),
1079
+ hasDivider: !1
1080
+ }
1081
+ ),
1082
+ "why-are-some-of-my-transactions-uncategorized": /* @__PURE__ */ t(
1083
+ J,
1084
+ {
1085
+ altImage: e,
1086
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1087
+ /* @__PURE__ */ t(o, { content: n.transactions_categorized_subheader }),
1088
+ /* @__PURE__ */ t(
1089
+ a,
1090
+ {
1091
+ items: [
1092
+ s(
1093
+ n.transactions_categorized_step1,
1094
+ /* @__PURE__ */ t("b", { children: n.checks_atm_withdrawals_bold_text })
1095
+ ),
1096
+ s(
1097
+ n.transactions_categorized_step2,
1098
+ /* @__PURE__ */ t("b", { children: n.limited_transaction_details_bold_text })
1099
+ )
1100
+ ]
1101
+ }
1102
+ ),
1103
+ /* @__PURE__ */ t(
1104
+ o,
1105
+ {
1106
+ content: n.transactions_uncategorized_subheader,
1107
+ sx: { pt: 12 }
1108
+ }
1109
+ ),
1110
+ /* @__PURE__ */ t(
1111
+ a,
1112
+ {
1113
+ items: [
1114
+ s(
1115
+ n.transactions_uncategorized_step1,
1116
+ /* @__PURE__ */ t("b", { children: n.transactions_bold_text })
1117
+ ),
1118
+ s(
1119
+ n.transactions_uncategorized_step2,
1120
+ /* @__PURE__ */ t("b", { children: n.categorize_bold_text })
1121
+ ),
1122
+ n.transactions_uncategorized_step3,
1123
+ n.transactions_uncategorized_step4,
1124
+ n.transactions_uncategorized_step5
1125
+ ],
1126
+ listType: "ol"
1127
+ }
1128
+ ),
1129
+ /* @__PURE__ */ t(
1130
+ o,
1131
+ {
1132
+ content: n.transactions_uncategorized_footer_text,
1133
+ sx: { pt: 12 }
1134
+ }
1135
+ )
1136
+ ] }),
1137
+ hasDivider: !1,
1138
+ image: p.GENERAL_CATEGORIZE_TRANSACTIONS,
1139
+ imageLargeBreakPoint: 10
1140
+ }
1141
+ ),
1142
+ "why-cant-i-see-the-software": /* @__PURE__ */ t(
1143
+ b,
1144
+ {
1145
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1146
+ /* @__PURE__ */ t(o, { content: n.supported_browser_subheader }),
1147
+ /* @__PURE__ */ t(
1148
+ a,
1149
+ {
1150
+ items: [
1151
+ n.supported_browser_step1,
1152
+ n.supported_browser_step2
1153
+ ]
1154
+ }
1155
+ ),
1156
+ /* @__PURE__ */ t(o, { content: n.display_issues_subheader, sx: { mt: 6 } }),
1157
+ /* @__PURE__ */ t(
1158
+ a,
1159
+ {
1160
+ items: [
1161
+ s(
1162
+ n.display_issues_step1,
1163
+ /* @__PURE__ */ t("b", { children: n.f12_bold_text })
1164
+ ),
1165
+ s(
1166
+ n.display_issues_step2,
1167
+ /* @__PURE__ */ t("b", { children: n.browser_mode_bold_text })
1168
+ ),
1169
+ n.display_issues_step3,
1170
+ s(
1171
+ n.display_issues_step4,
1172
+ /* @__PURE__ */ t("b", { children: n.document_mode_bold_text })
1173
+ ),
1174
+ n.display_issues_step5,
1175
+ n.display_issues_step6
1176
+ ]
1177
+ }
1178
+ ),
1179
+ /* @__PURE__ */ t(o, { content: n.display_issues_footer_text, sx: { mt: 6 } })
1180
+ ] }),
1181
+ hasDivider: !1
1182
+ }
1183
+ ),
1184
+ "how-do-i-log-out-of-the-software": /* @__PURE__ */ t(
1185
+ b,
1186
+ {
1187
+ content: /* @__PURE__ */ t(o, { content: n.log_out_text }),
1188
+ hasDivider: !1
1189
+ }
1190
+ )
1191
+ }[e];
1192
+ }, qt = ({ copy: e }) => {
1193
+ const { goal_widget_overview: i } = e;
1194
+ return /* @__PURE__ */ _(r.Fragment, { children: [
1195
+ /* @__PURE__ */ t(o, { content: i.goals_overview_title }),
1196
+ /* @__PURE__ */ t(
1197
+ b,
1198
+ {
1199
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1200
+ /* @__PURE__ */ t(m, { content: i.setting_goals_section_title }),
1201
+ /* @__PURE__ */ t(o, { content: `${i.setting_goals_title_text}:` }),
1202
+ /* @__PURE__ */ t(
1203
+ a,
1204
+ {
1205
+ items: [
1206
+ s(
1207
+ i.setting_goals_step1,
1208
+ /* @__PURE__ */ t("b", { children: i.savings_bold_text })
1209
+ ),
1210
+ s(
1211
+ i.setting_goals_step2,
1212
+ /* @__PURE__ */ t("b", { children: i.debt_payoff_bold_text })
1213
+ ),
1214
+ s(
1215
+ i.setting_goals_step3,
1216
+ /* @__PURE__ */ t("b", { children: i.retirement_bold_text })
1217
+ )
1218
+ ]
1219
+ }
1220
+ )
1221
+ ] }),
1222
+ hasDivider: !0
1223
+ }
1224
+ ),
1225
+ /* @__PURE__ */ t(m, { content: i.create_goal_section_title, sx: { pt: 48 } }),
1226
+ /* @__PURE__ */ t(
1227
+ k,
1228
+ {
1229
+ altImage: "create_goal",
1230
+ content: /* @__PURE__ */ t(
1231
+ a,
1232
+ {
1233
+ items: [
1234
+ s(
1235
+ i.create_goal_step1,
1236
+ /* @__PURE__ */ t("b", { children: i.add_goal_bold_text })
1237
+ ),
1238
+ s(
1239
+ i.create_goal_step2,
1240
+ /* @__PURE__ */ t("b", { children: i.savings_bold_text }),
1241
+ /* @__PURE__ */ t("b", { children: i.debt_payoff_bold_text }),
1242
+ /* @__PURE__ */ t("b", { children: i.retirement_bold_text })
1243
+ ),
1244
+ i.create_goal_step3,
1245
+ i.create_goal_step4,
1246
+ s(
1247
+ i.create_goal_step5,
1248
+ /* @__PURE__ */ t("b", { children: i.save_bold_text })
1249
+ )
1250
+ ],
1251
+ listType: "ol"
1252
+ }
1253
+ ),
1254
+ hasDivider: !0,
1255
+ image: p.GOALS_CREATE_GOAL,
1256
+ imageLargeBreakPoint: 10
1257
+ }
1258
+ ),
1259
+ /* @__PURE__ */ t(m, { content: i.savings_goal_section_title, sx: { pt: 48 } }),
1260
+ /* @__PURE__ */ t(
1261
+ C,
1262
+ {
1263
+ altImage: "savings_goal",
1264
+ content: /* @__PURE__ */ t(
1265
+ a,
1266
+ {
1267
+ items: [
1268
+ i.savings_goals_step1,
1269
+ i.savings_goals_step2,
1270
+ s(
1271
+ i.savings_goals_step3,
1272
+ /* @__PURE__ */ t("b", { children: i.priority_bold_text }),
1273
+ /* @__PURE__ */ t("b", { children: i.monthly_contribution_bold_text })
1274
+ )
1275
+ ]
1276
+ }
1277
+ ),
1278
+ hasDivider: !0,
1279
+ image: p.GOALS_SAVINGS_GOALS,
1280
+ imageLargeBreakPoint: 3
1281
+ }
1282
+ ),
1283
+ /* @__PURE__ */ t(m, { content: i.debt_payoff_goal_section_title, sx: { pt: 48 } }),
1284
+ /* @__PURE__ */ t(
1285
+ C,
1286
+ {
1287
+ altImage: "debt_payoff",
1288
+ content: /* @__PURE__ */ t(r.Fragment, { children: /* @__PURE__ */ t(
1289
+ a,
1290
+ {
1291
+ items: [
1292
+ i.debt_payoff_goals_step1,
1293
+ i.debt_payoff_goals_step2,
1294
+ s(
1295
+ i.debt_payoff_goals_step3,
1296
+ /* @__PURE__ */ t("b", { children: i.fastest_payoff_bold_text }),
1297
+ /* @__PURE__ */ t("b", { children: i.highest_interest_bold_text }),
1298
+ /* @__PURE__ */ t("b", { children: i.lowest_balance_bold_text }),
1299
+ /* @__PURE__ */ t("b", { children: i.highest_balance_bold_text })
1300
+ )
1301
+ ]
1302
+ }
1303
+ ) }),
1304
+ hasDivider: !0,
1305
+ image: p.GOALS_DEBT_GOALS,
1306
+ imageLargeBreakPoint: 3
1307
+ }
1308
+ ),
1309
+ /* @__PURE__ */ t(m, { content: i.retirement_goal_section_title, sx: { pt: 48 } }),
1310
+ /* @__PURE__ */ t(
1311
+ C,
1312
+ {
1313
+ altImage: "retirement_goal",
1314
+ content: /* @__PURE__ */ t(
1315
+ a,
1316
+ {
1317
+ items: [
1318
+ s(
1319
+ i.retirement_goals_step1,
1320
+ /* @__PURE__ */ t("b", { children: i.desired_retirement_age_bold_text }),
1321
+ /* @__PURE__ */ t("b", { children: i.savings_goal_bold_text })
1322
+ ),
1323
+ i.retirement_goals_step2,
1324
+ s(
1325
+ i.retirement_goals_step3,
1326
+ /* @__PURE__ */ t("b", { children: i.blue_i_icon_bold_text })
1327
+ )
1328
+ ]
1329
+ }
1330
+ ),
1331
+ hasDivider: !0,
1332
+ image: p.GOALS_RETIREMENT_GOALS,
1333
+ imageLargeBreakPoint: 3
1334
+ }
1335
+ ),
1336
+ /* @__PURE__ */ t(
1337
+ m,
1338
+ {
1339
+ content: i.adjusting_contribution_priorities_section_title,
1340
+ sx: { pt: 48 }
1341
+ }
1342
+ ),
1343
+ /* @__PURE__ */ t(
1344
+ C,
1345
+ {
1346
+ altImage: "manage_goal",
1347
+ content: /* @__PURE__ */ t(
1348
+ a,
1349
+ {
1350
+ items: [
1351
+ s(
1352
+ i.adjusting_contribution_priorities_step1,
1353
+ /* @__PURE__ */ t("b", { children: i.manage_goals_bold_text })
1354
+ ),
1355
+ s(
1356
+ i.create_goal_step2,
1357
+ /* @__PURE__ */ t("b", { children: i.savings_bold_text }),
1358
+ /* @__PURE__ */ t("b", { children: i.debt_payoff_bold_text }),
1359
+ /* @__PURE__ */ t("b", { children: i.retirement_bold_text })
1360
+ ),
1361
+ s(
1362
+ i.adjusting_contribution_priorities_step3,
1363
+ /* @__PURE__ */ t("b", { children: i.pencil_icon_bold_text })
1364
+ ),
1365
+ i.adjusting_contribution_priorities_step4
1366
+ ]
1367
+ }
1368
+ ),
1369
+ hasDivider: !1,
1370
+ image: p.GOALS_MANAGE_GOALS,
1371
+ imageLargeBreakPoint: 3
1372
+ }
1373
+ )
1374
+ ] });
1375
+ }, zt = ({ copy: e }) => {
1376
+ const i = e.investments;
1377
+ return {
1378
+ overviewSection: /* @__PURE__ */ t(
1379
+ k,
1380
+ {
1381
+ altImage: i.overview,
1382
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1383
+ /* @__PURE__ */ t(
1384
+ o,
1385
+ {
1386
+ content: s(
1387
+ i.description_1,
1388
+ /* @__PURE__ */ t("b", { children: i.description_1_bold_1 }),
1389
+ /* @__PURE__ */ t("b", { children: i.description_1_bold_2 })
1390
+ )
1391
+ }
1392
+ ),
1393
+ /* @__PURE__ */ t(o, { content: i.description_2, sx: { mt: 12 } }),
1394
+ /* @__PURE__ */ t(
1395
+ o,
1396
+ {
1397
+ content: s(
1398
+ i.list_1_description,
1399
+ /* @__PURE__ */ t("b", { children: i.list_1_description_bold })
1400
+ ),
1401
+ sx: { mt: 12 }
1402
+ }
1403
+ ),
1404
+ /* @__PURE__ */ t(
1405
+ a,
1406
+ {
1407
+ items: [
1408
+ i.list_1_item_1,
1409
+ i.list_1_item_2,
1410
+ i.list_1_item_3,
1411
+ i.list_1_item_4,
1412
+ i.list_1_item_5
1413
+ ]
1414
+ }
1415
+ ),
1416
+ /* @__PURE__ */ t(o, { content: i.description_3, sx: { mt: 12 } }),
1417
+ /* @__PURE__ */ t(
1418
+ o,
1419
+ {
1420
+ content: s(
1421
+ i.list_2_description,
1422
+ /* @__PURE__ */ t("b", { children: i.list_2_description_bold })
1423
+ ),
1424
+ sx: { mt: 12 }
1425
+ }
1426
+ ),
1427
+ /* @__PURE__ */ t(a, { items: [i.list_2_item_1, i.list_2_item_2] })
1428
+ ] }),
1429
+ hasDivider: !1,
1430
+ image: p.INVESTMENTS_WIDGET_DETAILS,
1431
+ imageLargeBreakPoint: 10,
1432
+ sx: { pt: 12 }
1433
+ }
1434
+ )
1435
+ }.overviewSection;
1436
+ }, Ht = ({ copy: e }) => {
1437
+ const { mobile_devices_overview: i } = e;
1438
+ return /* @__PURE__ */ _(r.Fragment, { children: [
1439
+ /* @__PURE__ */ t(o, { content: i.mobile_devices_overview_header_text }),
1440
+ /* @__PURE__ */ t(
1441
+ k,
1442
+ {
1443
+ altImage: i.alt_image_add_mobile_devices,
1444
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1445
+ /* @__PURE__ */ t(o, { content: i.mobile_devices_overview_subheader }),
1446
+ /* @__PURE__ */ t(
1447
+ a,
1448
+ {
1449
+ items: [
1450
+ s(
1451
+ i.mobile_devices_overview_step1,
1452
+ /* @__PURE__ */ t("b", { children: i.icon_mobile_bold_text })
1453
+ ),
1454
+ s(
1455
+ i.mobile_devices_overview_step2,
1456
+ /* @__PURE__ */ t("b", { children: i.generate_access_code_bold_text })
1457
+ ),
1458
+ s(
1459
+ i.mobile_devices_overview_step3,
1460
+ /* @__PURE__ */ t("b", { children: i.ios_bold_text }),
1461
+ /* @__PURE__ */ t("b", { children: i.android_bold_text })
1462
+ ),
1463
+ s(
1464
+ i.mobile_devices_overview_step4,
1465
+ /* @__PURE__ */ t("b", { children: i.access_code_bold_text })
1466
+ )
1467
+ ],
1468
+ listType: "ol"
1469
+ }
1470
+ ),
1471
+ /* @__PURE__ */ t(o, { content: i.mobile_devices_overview_success })
1472
+ ] }),
1473
+ image: p.MOBILE_ADD_MOBILE_DEVICE,
1474
+ imageLargeBreakPoint: 10,
1475
+ sx: { mt: 20 }
1476
+ }
1477
+ ),
1478
+ /* @__PURE__ */ t(
1479
+ m,
1480
+ {
1481
+ content: i.preventing_app_crashes_section_title,
1482
+ sx: { pt: 48 }
1483
+ }
1484
+ ),
1485
+ /* @__PURE__ */ t(o, { content: i.preventing_app_crashes_subheader }),
1486
+ /* @__PURE__ */ t(
1487
+ a,
1488
+ {
1489
+ items: [
1490
+ s(
1491
+ i.preventing_app_crashes_step1,
1492
+ /* @__PURE__ */ t("b", { children: i.update_bold_text })
1493
+ ),
1494
+ s(
1495
+ i.preventing_app_crashes_step2,
1496
+ /* @__PURE__ */ t("b", { children: i.close_bold_text })
1497
+ ),
1498
+ s(
1499
+ i.preventing_app_crashes_step3,
1500
+ /* @__PURE__ */ t("b", { children: i.restart_bold_text })
1501
+ ),
1502
+ s(
1503
+ i.preventing_app_crashes_step4,
1504
+ /* @__PURE__ */ t("b", { children: i.reinstall_bold_text })
1505
+ )
1506
+ ]
1507
+ }
1508
+ ),
1509
+ /* @__PURE__ */ t(o, { content: i.preventing_app_crashes_footer })
1510
+ ] });
1511
+ }, Ut = ({ copy: e, topicKey: i }) => {
1512
+ const { networth_overview: n } = e;
1513
+ return {
1514
+ "net-worth-overview": /* @__PURE__ */ _(r.Fragment, { children: [
1515
+ /* @__PURE__ */ t(
1516
+ k,
1517
+ {
1518
+ altImage: n.alt_image_net_worth_overview,
1519
+ content: /* @__PURE__ */ t(
1520
+ o,
1521
+ {
1522
+ content: s(
1523
+ n.net_worth_widget_overview_text,
1524
+ /* @__PURE__ */ t("b", { children: n.accounts_bold_text })
1525
+ )
1526
+ }
1527
+ ),
1528
+ image: p.NETWORTH_WIDGET,
1529
+ imageLargeBreakPoint: 8,
1530
+ sx: { mt: 24 }
1531
+ }
1532
+ ),
1533
+ /* @__PURE__ */ t(
1534
+ b,
1535
+ {
1536
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1537
+ /* @__PURE__ */ t(
1538
+ m,
1539
+ {
1540
+ content: n.net_worth_history_section_title,
1541
+ sx: { pt: 48 }
1542
+ }
1543
+ ),
1544
+ /* @__PURE__ */ t(
1545
+ o,
1546
+ {
1547
+ content: s(
1548
+ n.net_worth_history_step1,
1549
+ /* @__PURE__ */ t("b", { children: n.dates_bold_text })
1550
+ )
1551
+ }
1552
+ ),
1553
+ /* @__PURE__ */ t(o, { content: n.net_worth_history_step2 })
1554
+ ] })
1555
+ }
1556
+ ),
1557
+ /* @__PURE__ */ t(m, { content: n.gains_losses_section_title, sx: { mt: 36 } }),
1558
+ /* @__PURE__ */ t(
1559
+ C,
1560
+ {
1561
+ altImage: n.alt_image_gains_losses,
1562
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1563
+ /* @__PURE__ */ t(
1564
+ o,
1565
+ {
1566
+ content: s(
1567
+ n.gains_losses_subheader,
1568
+ /* @__PURE__ */ t("b", { children: n.monthly_totals_bold_text })
1569
+ )
1570
+ }
1571
+ ),
1572
+ /* @__PURE__ */ t(
1573
+ a,
1574
+ {
1575
+ items: [
1576
+ s(
1577
+ n.gains_losses_step1,
1578
+ /* @__PURE__ */ t("b", { children: n.gains_bold_text })
1579
+ ),
1580
+ s(
1581
+ n.gains_losses_step2,
1582
+ /* @__PURE__ */ t("b", { children: n.losses_bold_text })
1583
+ )
1584
+ ]
1585
+ }
1586
+ )
1587
+ ] }),
1588
+ image: p.NETWORTH_GAINS_LOSSES,
1589
+ imageLargeBreakPoint: 3
1590
+ }
1591
+ ),
1592
+ /* @__PURE__ */ t(
1593
+ m,
1594
+ {
1595
+ content: n.assets_liabilities_section_title,
1596
+ sx: { mt: 36 }
1597
+ }
1598
+ ),
1599
+ /* @__PURE__ */ t(
1600
+ C,
1601
+ {
1602
+ altImage: n.alt_image_assets_liabilities,
1603
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1604
+ /* @__PURE__ */ t(o, { content: n.assets_liabilities_subheader }),
1605
+ /* @__PURE__ */ t(
1606
+ a,
1607
+ {
1608
+ items: [
1609
+ s(
1610
+ n.assests_liabilities_step1,
1611
+ /* @__PURE__ */ t("b", { children: n.assets_liabilities_section_title })
1612
+ ),
1613
+ n.assests_liabilities_step2
1614
+ ],
1615
+ listType: "ol"
1616
+ }
1617
+ ),
1618
+ /* @__PURE__ */ t(
1619
+ a,
1620
+ {
1621
+ items: [
1622
+ s(
1623
+ n.assets_definition,
1624
+ /* @__PURE__ */ t("b", { children: n.assets_bold_text })
1625
+ ),
1626
+ s(
1627
+ n.liabilities_definition,
1628
+ /* @__PURE__ */ t("b", { children: n.liabilities_bold_text })
1629
+ )
1630
+ ]
1631
+ }
1632
+ )
1633
+ ] }),
1634
+ hasDivider: !1,
1635
+ image: p.NETWORTH_ASSETS_LIABILITIES,
1636
+ imageLargeBreakPoint: 3
1637
+ }
1638
+ )
1639
+ ] })
1640
+ }[i];
1641
+ }, Vt = ({ copy: e, topicKey: i }) => ({
1642
+ "notifications-overview": /* @__PURE__ */ _(r.Fragment, { children: [
1643
+ /* @__PURE__ */ t(
1644
+ G,
1645
+ {
1646
+ altImage: e.notifications_overview.alt_image,
1647
+ content: /* @__PURE__ */ t(
1648
+ o,
1649
+ {
1650
+ content: s(
1651
+ e.notifications_overview.widget_overview_instruction,
1652
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.widget_overview_instruction_bold_1 }),
1653
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.widget_overview_instruction_bold_2 })
1654
+ )
1655
+ }
1656
+ ),
1657
+ image: p.NOTIFICATIONS_OVERVIEW,
1658
+ sx: { pt: 8 }
1659
+ }
1660
+ ),
1661
+ /* @__PURE__ */ t(
1662
+ m,
1663
+ {
1664
+ content: e.notifications_overview.managing_notifications_section_title,
1665
+ sx: { pt: 48 }
1666
+ }
1667
+ ),
1668
+ /* @__PURE__ */ t(
1669
+ G,
1670
+ {
1671
+ altImage: e.notifications_overview.alt_image_managing_notifications,
1672
+ content: /* @__PURE__ */ t(r.Fragment, { children: /* @__PURE__ */ t(
1673
+ a,
1674
+ {
1675
+ items: [
1676
+ e.notifications_overview.managing_notifications_list_1,
1677
+ s(
1678
+ e.notifications_overview.managing_notifications_list_2,
1679
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.managing_notifications_list_2_bold_1 })
1680
+ )
1681
+ ],
1682
+ listType: "ol",
1683
+ subItemPlacement: 1,
1684
+ subItems: [
1685
+ e.notifications_overview.managing_notifications_list_sublist_1,
1686
+ e.notifications_overview.managing_notifications_list_sublist_2,
1687
+ e.notifications_overview.managing_notifications_list_sublist_3
1688
+ ],
1689
+ subListType: "ul"
1690
+ }
1691
+ ) }),
1692
+ image: p.NOTIFICATIONS_MANAGING
1693
+ }
1694
+ ),
1695
+ /* @__PURE__ */ t(
1696
+ b,
1697
+ {
1698
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1699
+ /* @__PURE__ */ t(m, { content: e.notifications_overview.notification_work_section_title }),
1700
+ /* @__PURE__ */ t(
1701
+ a,
1702
+ {
1703
+ items: [
1704
+ s(
1705
+ e.notifications_overview.notification_work_list_1,
1706
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.notification_work_list_1_bold })
1707
+ ),
1708
+ s(
1709
+ e.notifications_overview.notification_work_list_2,
1710
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.notification_work_list_2_bold })
1711
+ ),
1712
+ s(
1713
+ e.notifications_overview.notification_work_list_3,
1714
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.notification_work_list_3_bold })
1715
+ ),
1716
+ s(
1717
+ e.notifications_overview.notification_work_list_4,
1718
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.notification_work_list_4_bold })
1719
+ )
1720
+ ]
1721
+ }
1722
+ )
1723
+ ] }),
1724
+ sx: { pt: 48 }
1725
+ }
1726
+ ),
1727
+ /* @__PURE__ */ t(
1728
+ b,
1729
+ {
1730
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1731
+ /* @__PURE__ */ t(m, { content: e.notifications_overview.verify_email_section_title }),
1732
+ /* @__PURE__ */ t(
1733
+ a,
1734
+ {
1735
+ items: [
1736
+ e.notifications_overview.verify_email_list_1,
1737
+ s(
1738
+ e.notifications_overview.verify_email_list_2,
1739
+ /* @__PURE__ */ t("b", { children: e.notifications_overview.verify_email_list_2_bold })
1740
+ )
1741
+ ]
1742
+ }
1743
+ )
1744
+ ] }),
1745
+ hasDivider: !1,
1746
+ sx: { pt: 48 }
1747
+ }
1748
+ )
1749
+ ] })
1750
+ })[i], jt = ({ copy: e }) => {
1751
+ const i = e.recurring_transactions, n = {
1752
+ overviewSsction: /* @__PURE__ */ t(
1753
+ k,
1754
+ {
1755
+ altImage: i.overview_alt_image,
1756
+ content: /* @__PURE__ */ t(
1757
+ o,
1758
+ {
1759
+ content: s(
1760
+ i.overview_description,
1761
+ /* @__PURE__ */ t("b", { children: i.recurring_transactions })
1762
+ )
1763
+ }
1764
+ ),
1765
+ image: p.RECURRING_TRANSACTIONS_OVERVIEW,
1766
+ imageLargeBreakPoint: 7,
1767
+ sx: { pt: 24 }
1768
+ }
1769
+ ),
1770
+ calendarSection: /* @__PURE__ */ t(
1771
+ b,
1772
+ {
1773
+ content: /* @__PURE__ */ t(
1774
+ o,
1775
+ {
1776
+ content: s(
1777
+ i.calendar_dec,
1778
+ /* @__PURE__ */ t("b", { children: i.calendar_bold })
1779
+ )
1780
+ }
1781
+ )
1782
+ }
1783
+ ),
1784
+ editSsction: /* @__PURE__ */ t(
1785
+ C,
1786
+ {
1787
+ altImage: i.manage_alt_image,
1788
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1789
+ /* @__PURE__ */ t(
1790
+ o,
1791
+ {
1792
+ content: s(
1793
+ i.edit_recurring_transaction_dec_1,
1794
+ /* @__PURE__ */ t("b", { children: i.edit_recurring_transaction_dec_bold_1 }),
1795
+ /* @__PURE__ */ t("b", { children: i.edit_recurring_transaction_dec_bold_2 }),
1796
+ /* @__PURE__ */ t("b", { children: i.edit_recurring_transaction_dec_bold_3 })
1797
+ )
1798
+ }
1799
+ ),
1800
+ /* @__PURE__ */ t(o, { content: i.edit_recurring_transaction_dec_2 })
1801
+ ] }),
1802
+ image: p.RECURRING_TRANSACTIONS_MANAGE_EXPENSES
1803
+ }
1804
+ ),
1805
+ paymentFrequencySection: /* @__PURE__ */ t(
1806
+ C,
1807
+ {
1808
+ altImage: i.payment_alt_image,
1809
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1810
+ /* @__PURE__ */ t(o, { content: i.payment_frequency_dec_1 }),
1811
+ /* @__PURE__ */ t(
1812
+ a,
1813
+ {
1814
+ items: [
1815
+ i.payment_list_item_1,
1816
+ i.payment_list_item_2,
1817
+ i.payment_list_item_3,
1818
+ i.payment_list_item_4,
1819
+ i.payment_list_item_5,
1820
+ i.payment_list_item_6,
1821
+ i.payment_list_item_7
1822
+ ],
1823
+ listType: "ul"
1824
+ }
1825
+ ),
1826
+ /* @__PURE__ */ t(o, { content: i.payment_frequency_dec_2, sx: { pt: 24 } })
1827
+ ] }),
1828
+ hasDivider: !1,
1829
+ image: p.RECURRING_TRANSACTIONS_EXPENSE_DETAILS
1830
+ }
1831
+ )
1832
+ };
1833
+ return /* @__PURE__ */ _(r.Fragment, { children: [
1834
+ n.overviewSsction,
1835
+ /* @__PURE__ */ t(m, { content: i.calendar_title, sx: { pt: 48 } }),
1836
+ n.calendarSection,
1837
+ /* @__PURE__ */ t(m, { content: i.edit_recurring_transaction_title, sx: { pt: 48 } }),
1838
+ n.editSsction,
1839
+ /* @__PURE__ */ t(m, { content: i.payment_frequency_title, sx: { pt: 48 } }),
1840
+ n.paymentFrequencySection
1841
+ ] });
1842
+ }, Xt = ({ copy: e, topicKey: i }) => {
1843
+ const n = e.spending_widget_overview;
1844
+ return {
1845
+ "spending-widget-overview": /* @__PURE__ */ _(r.Fragment, { children: [
1846
+ /* @__PURE__ */ t(
1847
+ k,
1848
+ {
1849
+ altImage: n.alt_image,
1850
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1851
+ /* @__PURE__ */ t(o, { content: n.widget_instruction }),
1852
+ /* @__PURE__ */ t(
1853
+ a,
1854
+ {
1855
+ items: [
1856
+ n.widget_overview_instruction_1,
1857
+ n.widget_overview_instruction_2,
1858
+ s(
1859
+ n.widget_overview_instruction_3,
1860
+ /* @__PURE__ */ t("b", { children: n.widget_overview_instruction_3_bold })
1861
+ )
1862
+ ],
1863
+ listType: "ul"
1864
+ }
1865
+ )
1866
+ ] }),
1867
+ image: p.SPENDING_WIDGET,
1868
+ imageLargeBreakPoint: 8,
1869
+ sx: { pt: 48 }
1870
+ }
1871
+ ),
1872
+ /* @__PURE__ */ t(
1873
+ b,
1874
+ {
1875
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1876
+ /* @__PURE__ */ t(m, { content: n.date_range_section_title }),
1877
+ /* @__PURE__ */ t(o, { content: n.date_range_section }),
1878
+ /* @__PURE__ */ t(
1879
+ a,
1880
+ {
1881
+ items: [
1882
+ s(
1883
+ n.date_range_section_list_1,
1884
+ /* @__PURE__ */ t("b", { children: n.date_range_section_list_1_bold })
1885
+ ),
1886
+ s(
1887
+ n.date_range_section_list_2,
1888
+ /* @__PURE__ */ t("b", { children: n.date_range_section_list_2_bold })
1889
+ ),
1890
+ s(
1891
+ n.date_range_section_list_3,
1892
+ /* @__PURE__ */ t("b", { children: n.date_range_section_list_3_bold })
1893
+ )
1894
+ ],
1895
+ listType: "ul"
1896
+ }
1897
+ )
1898
+ ] }),
1899
+ hasDivider: !1,
1900
+ sx: { pt: 48 }
1901
+ }
1902
+ )
1903
+ ] }),
1904
+ "not-seeing-all-spending-categories": /* @__PURE__ */ t(
1905
+ b,
1906
+ {
1907
+ content: /* @__PURE__ */ t(
1908
+ a,
1909
+ {
1910
+ items: [
1911
+ s(
1912
+ n.spending_categories_list_1,
1913
+ /* @__PURE__ */ t("b", { children: n.spending_categories_list_1_bold_1 }),
1914
+ /* @__PURE__ */ t("b", { children: n.spending_categories_list_1_bold_2 })
1915
+ ),
1916
+ s(
1917
+ n.spending_categories_list_2,
1918
+ /* @__PURE__ */ t("b", { children: n.spending_categories_list_2_bold })
1919
+ ),
1920
+ n.spending_categories_list_3
1921
+ ],
1922
+ listType: "ul"
1923
+ }
1924
+ ),
1925
+ hasDivider: !1,
1926
+ sx: { pt: 24 }
1927
+ }
1928
+ ),
1929
+ "spending-categories-seem-inaccurate": /* @__PURE__ */ t(
1930
+ b,
1931
+ {
1932
+ content: /* @__PURE__ */ t(
1933
+ a,
1934
+ {
1935
+ items: [n.category_seem_off_list_1, n.category_seem_off_list_2]
1936
+ }
1937
+ ),
1938
+ hasDivider: !1,
1939
+ sx: { pt: 24 }
1940
+ }
1941
+ )
1942
+ }[i];
1943
+ }, Zt = ({ copy: e, topicKey: i }) => ({
1944
+ "transactions-overview": /* @__PURE__ */ _(r.Fragment, { children: [
1945
+ /* @__PURE__ */ t(
1946
+ k,
1947
+ {
1948
+ altImage: e.transactions_widget_overview.widget_overview_alt_image,
1949
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1950
+ /* @__PURE__ */ t(o, { content: e.transactions_widget_overview.widget_overview_description }),
1951
+ /* @__PURE__ */ t(
1952
+ a,
1953
+ {
1954
+ items: [
1955
+ e.transactions_widget_overview.widget_overview_new_transactions,
1956
+ e.transactions_widget_overview.widget_overview_green_amounts,
1957
+ e.transactions_widget_overview.widget_overview_transaction_details,
1958
+ e.transactions_widget_overview.widget_overview_filter_accounts,
1959
+ e.transactions_widget_overview.widget_overview_search_transactions,
1960
+ s(
1961
+ e.transactions_widget_overview.widget_overview_add_transaction_text,
1962
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.widget_overview_add_transaction_bold })
1963
+ ),
1964
+ s(
1965
+ e.transactions_widget_overview.widget_overview_export_csv_text,
1966
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.widget_overview_export_csv_bold })
1967
+ )
1968
+ ]
1969
+ }
1970
+ )
1971
+ ] }),
1972
+ image: p.TRANSACTIONS_OVERVIEW,
1973
+ imageLargeBreakPoint: 8,
1974
+ sx: { pt: 24 }
1975
+ }
1976
+ ),
1977
+ /* @__PURE__ */ t(
1978
+ m,
1979
+ {
1980
+ content: e.transactions_widget_overview.edit_transactions_title,
1981
+ sx: { pt: 48 }
1982
+ }
1983
+ ),
1984
+ /* @__PURE__ */ t(
1985
+ G,
1986
+ {
1987
+ altImage: e.transactions_widget_overview.edit_transactions_alt_image,
1988
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
1989
+ /* @__PURE__ */ t(
1990
+ o,
1991
+ {
1992
+ content: e.transactions_widget_overview.edit_transactions_description,
1993
+ sx: { pt: 24 }
1994
+ }
1995
+ ),
1996
+ /* @__PURE__ */ t(
1997
+ a,
1998
+ {
1999
+ items: [
2000
+ e.transactions_widget_overview.edit_transactions_payee_description,
2001
+ e.transactions_widget_overview.edit_transactions_date,
2002
+ e.transactions_widget_overview.edit_transactions_tags,
2003
+ e.transactions_widget_overview.edit_transactions_memos
2004
+ ]
2005
+ }
2006
+ ),
2007
+ /* @__PURE__ */ t(
2008
+ o,
2009
+ {
2010
+ content: e.transactions_widget_overview.edit_transactions_extra_instructions,
2011
+ sx: { pt: 12 }
2012
+ }
2013
+ ),
2014
+ /* @__PURE__ */ t(
2015
+ a,
2016
+ {
2017
+ items: [
2018
+ e.transactions_widget_overview.edit_transactions_flag_tracking,
2019
+ e.transactions_widget_overview.edit_transactions_split_transaction,
2020
+ e.transactions_widget_overview.edit_transactions_exclude_from_reports,
2021
+ e.transactions_widget_overview.edit_transactions_hide_transaction
2022
+ ]
2023
+ }
2024
+ )
2025
+ ] }),
2026
+ image: p.TRANSACTIONS_EDIT
2027
+ }
2028
+ ),
2029
+ /* @__PURE__ */ t(
2030
+ m,
2031
+ {
2032
+ content: e.transactions_widget_overview.categorizing_transactions_title,
2033
+ sx: { pt: 48 }
2034
+ }
2035
+ ),
2036
+ /* @__PURE__ */ t(
2037
+ J,
2038
+ {
2039
+ altImage: e.transactions_widget_overview.categorizing_transactions_alt_image,
2040
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2041
+ /* @__PURE__ */ t(
2042
+ o,
2043
+ {
2044
+ content: e.transactions_widget_overview.categorizing_transactions_description
2045
+ }
2046
+ ),
2047
+ /* @__PURE__ */ t(
2048
+ o,
2049
+ {
2050
+ content: e.transactions_widget_overview.categorizing_transactions_change_category,
2051
+ sx: { pt: 12 }
2052
+ }
2053
+ ),
2054
+ /* @__PURE__ */ t(
2055
+ a,
2056
+ {
2057
+ items: [
2058
+ s(
2059
+ e.transactions_widget_overview.categorizing_transactions_select_category,
2060
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.categorizing_transactions_category_bold })
2061
+ ),
2062
+ e.transactions_widget_overview.categorizing_transactions_select_subcategory
2063
+ ],
2064
+ listType: "ol"
2065
+ }
2066
+ )
2067
+ ] }),
2068
+ image: p.TRANSACTIONS_CATEGORIZE,
2069
+ imageLargeBreakPoint: 10
2070
+ }
2071
+ ),
2072
+ /* @__PURE__ */ t(
2073
+ m,
2074
+ {
2075
+ content: e.transactions_widget_overview.transaction_rules_title,
2076
+ sx: { pt: 48 }
2077
+ }
2078
+ ),
2079
+ /* @__PURE__ */ t(
2080
+ J,
2081
+ {
2082
+ altImage: e.transactions_widget_overview.transaction_rules_alt_image,
2083
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2084
+ /* @__PURE__ */ t(o, { content: e.transactions_widget_overview.transaction_rules_description }),
2085
+ /* @__PURE__ */ t(
2086
+ o,
2087
+ {
2088
+ content: e.transactions_widget_overview.transaction_rules_create_rule,
2089
+ sx: { pt: 12 }
2090
+ }
2091
+ ),
2092
+ /* @__PURE__ */ t(
2093
+ a,
2094
+ {
2095
+ items: [
2096
+ e.transactions_widget_overview.transaction_rules_recategorize,
2097
+ s(
2098
+ e.transactions_widget_overview.transaction_rules_apply_to_all_text,
2099
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.transaction_rules_apply_to_all_bold })
2100
+ )
2101
+ ],
2102
+ listType: "ol"
2103
+ }
2104
+ ),
2105
+ /* @__PURE__ */ t(
2106
+ o,
2107
+ {
2108
+ content: e.transactions_widget_overview.transaction_rules_edit_rule,
2109
+ sx: { pt: 12 }
2110
+ }
2111
+ ),
2112
+ /* @__PURE__ */ t(
2113
+ a,
2114
+ {
2115
+ items: [
2116
+ s(
2117
+ e.transactions_widget_overview.transaction_rules_go_to_settings,
2118
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.transaction_rules_go_to_settings_bold })
2119
+ ),
2120
+ e.transactions_widget_overview.transaction_rules_edit_payee_category,
2121
+ s(
2122
+ e.transactions_widget_overview.transaction_rules_save_text,
2123
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.transaction_rules_save_bold })
2124
+ )
2125
+ ],
2126
+ listType: "ol"
2127
+ }
2128
+ ),
2129
+ /* @__PURE__ */ t(
2130
+ o,
2131
+ {
2132
+ content: e.transactions_widget_overview.transaction_rules_delete_rule,
2133
+ sx: { pt: 12 }
2134
+ }
2135
+ ),
2136
+ /* @__PURE__ */ t(
2137
+ a,
2138
+ {
2139
+ items: [
2140
+ s(
2141
+ e.transactions_widget_overview.transaction_rules_delete_go_to_settings,
2142
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.transaction_rules_delete_go_to_settings_bold })
2143
+ ),
2144
+ e.transactions_widget_overview.transaction_rules_select_rule_delete_icon,
2145
+ s(
2146
+ e.transactions_widget_overview.transaction_rules_delete_text,
2147
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.transaction_rules_delete_bold })
2148
+ )
2149
+ ],
2150
+ listType: "ol"
2151
+ }
2152
+ )
2153
+ ] }),
2154
+ image: p.TRANSACTIONS_RULES,
2155
+ imageLargeBreakPoint: 10
2156
+ }
2157
+ ),
2158
+ /* @__PURE__ */ t(
2159
+ b,
2160
+ {
2161
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2162
+ /* @__PURE__ */ t(m, { content: e.transactions_widget_overview.split_transactions_title }),
2163
+ /* @__PURE__ */ t(o, { content: e.transactions_widget_overview.split_transactions_description }),
2164
+ /* @__PURE__ */ t(
2165
+ o,
2166
+ {
2167
+ content: e.transactions_widget_overview.split_transactions_instructions_title,
2168
+ sx: { pt: 12 }
2169
+ }
2170
+ ),
2171
+ /* @__PURE__ */ t(
2172
+ a,
2173
+ {
2174
+ items: [
2175
+ e.transactions_widget_overview.split_transactions_select_transaction,
2176
+ s(
2177
+ e.transactions_widget_overview.split_transactions_select_split_transaction,
2178
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.split_transactions_select_split_transaction_bold })
2179
+ ),
2180
+ e.transactions_widget_overview.split_transactions_add_splits,
2181
+ s(
2182
+ e.transactions_widget_overview.split_transactions_save_text,
2183
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.split_transactions_save_bold })
2184
+ )
2185
+ ],
2186
+ listType: "ol"
2187
+ }
2188
+ ),
2189
+ /* @__PURE__ */ t(
2190
+ o,
2191
+ {
2192
+ content: e.transactions_widget_overview.split_transactions_delete_split,
2193
+ sx: { pt: 12 }
2194
+ }
2195
+ ),
2196
+ /* @__PURE__ */ t(
2197
+ a,
2198
+ {
2199
+ items: [
2200
+ e.transactions_widget_overview.split_transactions_delete_select_split_transaction,
2201
+ s(
2202
+ e.transactions_widget_overview.split_transactions_delete_split_text,
2203
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.split_transactions_delete_split_bold })
2204
+ ),
2205
+ s(
2206
+ e.transactions_widget_overview.split_transactions_delete_text,
2207
+ /* @__PURE__ */ t("b", { children: e.transactions_widget_overview.split_transactions_delete_bold })
2208
+ )
2209
+ ],
2210
+ listType: "ol"
2211
+ }
2212
+ )
2213
+ ] }),
2214
+ hasDivider: !1,
2215
+ sx: { pt: 48 }
2216
+ }
2217
+ )
2218
+ ] }),
2219
+ "seeing-duplicate-transactions": /* @__PURE__ */ _(r.Fragment, { children: [
2220
+ /* @__PURE__ */ t(o, { content: e.duplicate_transactions.duplicate_transactions_title, sx: { pt: 24 } }),
2221
+ /* @__PURE__ */ t(
2222
+ a,
2223
+ {
2224
+ items: [
2225
+ s(
2226
+ e.duplicate_transactions.duplicate_accounts,
2227
+ /* @__PURE__ */ t("b", { children: e.duplicate_transactions.duplicate_accounts_bold }),
2228
+ /* @__PURE__ */ t("b", { children: e.duplicate_transactions.account_details_mark_as_duplicate_bold })
2229
+ ),
2230
+ s(
2231
+ e.duplicate_transactions.both_debit_credit_sides,
2232
+ /* @__PURE__ */ t("b", { children: e.duplicate_transactions.both_debit_credit_sides_bold })
2233
+ ),
2234
+ s(
2235
+ e.duplicate_transactions.data_issues_institution,
2236
+ /* @__PURE__ */ t("b", { children: e.duplicate_transactions.data_issues_institution_bold })
2237
+ )
2238
+ ]
2239
+ }
2240
+ )
2241
+ ] }),
2242
+ "missing-transactions": /* @__PURE__ */ _(r.Fragment, { children: [
2243
+ /* @__PURE__ */ t(o, { content: e.missing_transactions.missing_transactions_title, sx: { pt: 24 } }),
2244
+ /* @__PURE__ */ t(
2245
+ a,
2246
+ {
2247
+ items: [
2248
+ s(
2249
+ e.missing_transactions.processing_time,
2250
+ /* @__PURE__ */ t("b", { children: e.missing_transactions.processing_time_bold })
2251
+ ),
2252
+ s(
2253
+ e.missing_transactions.new_accounts,
2254
+ /* @__PURE__ */ t("b", { children: e.missing_transactions.new_accounts_bold })
2255
+ ),
2256
+ s(
2257
+ e.missing_transactions.infrequent_logins,
2258
+ /* @__PURE__ */ t("b", { children: e.missing_transactions.infrequent_logins_bold })
2259
+ )
2260
+ ]
2261
+ }
2262
+ ),
2263
+ /* @__PURE__ */ t(o, { content: e.missing_transactions.missing_transactions_footer, sx: { pt: 12 } })
2264
+ ] }),
2265
+ "pending-transactions": /* @__PURE__ */ _(r.Fragment, { children: [
2266
+ /* @__PURE__ */ t(o, { content: e.pending_transactions.pending_transactions_title, sx: { pt: 24 } }),
2267
+ /* @__PURE__ */ t(
2268
+ a,
2269
+ {
2270
+ items: [
2271
+ s(
2272
+ e.pending_transactions.pending_transactions_details,
2273
+ /* @__PURE__ */ t("b", { children: "date, description, or amount" })
2274
+ ),
2275
+ e.pending_transactions.pending_transactions_edit_warning
2276
+ ]
2277
+ }
2278
+ )
2279
+ ] }),
2280
+ "exporting-transactions": /* @__PURE__ */ t(
2281
+ k,
2282
+ {
2283
+ altImage: e.export_transactions.export_transactions_alt_image,
2284
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2285
+ /* @__PURE__ */ t(
2286
+ o,
2287
+ {
2288
+ content: s(
2289
+ e.export_transactions.export_transactions_title,
2290
+ /* @__PURE__ */ t("b", { children: "CSV file" })
2291
+ )
2292
+ }
2293
+ ),
2294
+ /* @__PURE__ */ t(o, { content: e.export_transactions.export_to_export, sx: { pt: 12 } }),
2295
+ /* @__PURE__ */ t(
2296
+ a,
2297
+ {
2298
+ items: [
2299
+ s(
2300
+ e.export_transactions.export_filter_transactions,
2301
+ /* @__PURE__ */ t("b", { children: "Filter accounts" })
2302
+ ),
2303
+ s(
2304
+ e.export_transactions.export_csv,
2305
+ /* @__PURE__ */ t("b", { children: "Export CSV" })
2306
+ ),
2307
+ e.export_transactions.export_save_file
2308
+ ],
2309
+ listType: "ol"
2310
+ }
2311
+ )
2312
+ ] }),
2313
+ hasDivider: !1,
2314
+ image: p.TRANSACTIONS_EXPORT,
2315
+ imageLargeBreakPoint: 10,
2316
+ sx: { pt: 24 }
2317
+ }
2318
+ )
2319
+ })[i], Yt = ({ copy: e }) => /* @__PURE__ */ _(r.Fragment, { children: [
2320
+ /* @__PURE__ */ t(
2321
+ k,
2322
+ {
2323
+ altImage: e.trends_widget_overview.widget_overview_alt_image,
2324
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2325
+ /* @__PURE__ */ t(o, { content: e.trends_widget_overview.widget_overview_description }),
2326
+ /* @__PURE__ */ t(
2327
+ a,
2328
+ {
2329
+ items: [
2330
+ s(
2331
+ e.trends_widget_overview.widget_overview_y_axis_instruction,
2332
+ /* @__PURE__ */ t("b", { children: e.trends_widget_overview.widget_overview_y_axis_bold })
2333
+ ),
2334
+ s(
2335
+ e.trends_widget_overview.widget_overview_x_axis_instruction,
2336
+ /* @__PURE__ */ t("b", { children: e.trends_widget_overview.widget_overview_x_axis_bold })
2337
+ ),
2338
+ s(
2339
+ e.trends_widget_overview.widget_overview_colored_sections_instruction,
2340
+ /* @__PURE__ */ t("b", { children: e.trends_widget_overview.widget_overview_colored_sections_bold })
2341
+ )
2342
+ ]
2343
+ }
2344
+ )
2345
+ ] }),
2346
+ image: p.TRENDS_WIDGET,
2347
+ imageLargeBreakPoint: 10,
2348
+ sx: { pt: 24 }
2349
+ }
2350
+ ),
2351
+ /* @__PURE__ */ t(
2352
+ b,
2353
+ {
2354
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2355
+ /* @__PURE__ */ t(m, { content: e.trends_widget_overview.exploring_trends_title }),
2356
+ /* @__PURE__ */ t(
2357
+ a,
2358
+ {
2359
+ items: [
2360
+ e.trends_widget_overview.exploring_trends_instruction_1,
2361
+ e.trends_widget_overview.exploring_trends_instruction_2,
2362
+ e.trends_widget_overview.exploring_trends_instruction_3,
2363
+ e.trends_widget_overview.exploring_trends_instruction_4
2364
+ ]
2365
+ }
2366
+ )
2367
+ ] }),
2368
+ sx: { pt: 48 }
2369
+ }
2370
+ ),
2371
+ /* @__PURE__ */ t(
2372
+ b,
2373
+ {
2374
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2375
+ /* @__PURE__ */ t(m, { content: e.trends_widget_overview.list_view_title }),
2376
+ /* @__PURE__ */ t(o, { content: e.trends_widget_overview.list_view_description }),
2377
+ /* @__PURE__ */ t(
2378
+ a,
2379
+ {
2380
+ items: [
2381
+ e.trends_widget_overview.list_view_instruction_1,
2382
+ e.trends_widget_overview.list_view_instruction_2
2383
+ ]
2384
+ }
2385
+ )
2386
+ ] }),
2387
+ hasDivider: !1,
2388
+ sx: { pt: 48 }
2389
+ }
2390
+ )
2391
+ ] }), Jt = ({ copy: e, topicKey: i }) => {
2392
+ const n = e.insights_widget_overview;
2393
+ return {
2394
+ "insights-widget-overview": /* @__PURE__ */ _(r.Fragment, { children: [
2395
+ /* @__PURE__ */ t(o, { content: n.widget_overview_description }),
2396
+ /* @__PURE__ */ t(
2397
+ b,
2398
+ {
2399
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2400
+ /* @__PURE__ */ t(m, { content: n.insights_work_section_title }),
2401
+ /* @__PURE__ */ t(o, { content: n.insights_work_description }),
2402
+ /* @__PURE__ */ t(
2403
+ a,
2404
+ {
2405
+ items: [
2406
+ s(
2407
+ n.insights_work_list_1,
2408
+ /* @__PURE__ */ t("b", { children: n.insights_work_list_1_bold })
2409
+ ),
2410
+ s(
2411
+ n.insights_work_list_2,
2412
+ /* @__PURE__ */ t("b", { children: n.insights_work_list_2_bold })
2413
+ ),
2414
+ s(
2415
+ n.insights_work_list_3,
2416
+ /* @__PURE__ */ t("b", { children: n.insights_work_list_3_bold })
2417
+ ),
2418
+ s(
2419
+ n.insights_work_list_4,
2420
+ /* @__PURE__ */ t("b", { children: n.insights_work_list_4_bold })
2421
+ )
2422
+ ],
2423
+ listType: "ul"
2424
+ }
2425
+ ),
2426
+ /* @__PURE__ */ t(o, { content: n.insights_work_content, sx: { pt: 12 } })
2427
+ ] }),
2428
+ sx: { pt: 8 }
2429
+ }
2430
+ ),
2431
+ /* @__PURE__ */ t(m, { content: n.dashboard_insights_section_title, sx: { mt: 48 } }),
2432
+ /* @__PURE__ */ t(
2433
+ G,
2434
+ {
2435
+ altImage: n.alt_image_dashboard_insights,
2436
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2437
+ /* @__PURE__ */ t(
2438
+ o,
2439
+ {
2440
+ content: s(
2441
+ n.dashboard_insights_content_1,
2442
+ /* @__PURE__ */ t("b", { children: n.dashboard_insights_content_1_bold_1 }),
2443
+ /* @__PURE__ */ t("b", { children: n.dashboard_insights_content_1_bold_2 }),
2444
+ /* @__PURE__ */ t("b", { children: n.dashboard_insights_content_1_bold_3 })
2445
+ )
2446
+ }
2447
+ ),
2448
+ /* @__PURE__ */ t(o, { content: n.dashboard_insights_content_2, sx: { pt: 12 } })
2449
+ ] }),
2450
+ image: p.INSIGHTS_CAROUSEL
2451
+ }
2452
+ ),
2453
+ /* @__PURE__ */ t(m, { content: n.full_feed_section_title, sx: { mt: 48 } }),
2454
+ /* @__PURE__ */ t(
2455
+ C,
2456
+ {
2457
+ altImage: n.alt_image_full_feed,
2458
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2459
+ /* @__PURE__ */ t(
2460
+ o,
2461
+ {
2462
+ content: s(
2463
+ n.full_feed_content,
2464
+ /* @__PURE__ */ t("b", { children: n.full_feed_content_bold_1 }),
2465
+ /* @__PURE__ */ t("b", { children: n.full_feed_content_bold_2 })
2466
+ )
2467
+ }
2468
+ ),
2469
+ /* @__PURE__ */ t(
2470
+ a,
2471
+ {
2472
+ items: [
2473
+ s(
2474
+ n.full_feed_list_1,
2475
+ /* @__PURE__ */ t("b", { children: n.full_feed_list_1_bold })
2476
+ ),
2477
+ s(
2478
+ n.full_feed_list_2,
2479
+ /* @__PURE__ */ t("b", { children: n.full_feed_list_2_bold })
2480
+ ),
2481
+ s(
2482
+ n.full_feed_list_3,
2483
+ /* @__PURE__ */ t("b", { children: n.full_feed_list_3_bold })
2484
+ )
2485
+ ],
2486
+ listType: "ul"
2487
+ }
2488
+ )
2489
+ ] }),
2490
+ image: p.INSIGHTS_FEED,
2491
+ imageLargeBreakPoint: 3
2492
+ }
2493
+ ),
2494
+ /* @__PURE__ */ t(m, { content: n.hide_insights_section_title, sx: { mt: 48 } }),
2495
+ /* @__PURE__ */ t(
2496
+ b,
2497
+ {
2498
+ content: /* @__PURE__ */ _(r.Fragment, { children: [
2499
+ /* @__PURE__ */ t(
2500
+ o,
2501
+ {
2502
+ content: s(
2503
+ n.hide_insights_content_1,
2504
+ /* @__PURE__ */ t("b", { children: n.hide_insights_content_1_bold })
2505
+ )
2506
+ }
2507
+ ),
2508
+ /* @__PURE__ */ t(o, { content: n.hide_insights_content_2, sx: { pt: 12 } })
2509
+ ] }),
2510
+ hasDivider: !1
2511
+ }
2512
+ )
2513
+ ] })
2514
+ }[i];
2515
+ }, Kt = {
2516
+ accounts: Bt,
2517
+ alerts: Vt,
2518
+ budgets: Pt,
2519
+ cashflow: Wt,
2520
+ debts: Mt,
2521
+ general: $t,
2522
+ goals: qt,
2523
+ insights: Jt,
2524
+ investments: zt,
2525
+ mobile: Ht,
2526
+ networth: Ut,
2527
+ recurring_transactions: jt,
2528
+ spending: Xt,
2529
+ transactions: Zt,
2530
+ trends: Yt
2531
+ }, Qt = ({
2532
+ copy: e,
2533
+ hasRequestButton: i = !1,
2534
+ onNavigateToList: n,
2535
+ onRequestSupport: l,
2536
+ topicInfo: { category: c, pageTitle: d, topicKey: g, guid: h }
2537
+ }) => {
2538
+ const { help: f } = V(), v = Kt[h] || null;
2539
+ return /* @__PURE__ */ _(r.Fragment, { children: [
2540
+ /* @__PURE__ */ t(
2541
+ Ft,
2542
+ {
2543
+ buttonCopy: e.request_support,
2544
+ hasRequestButton: i,
2545
+ onNavigateToList: n,
2546
+ onRequestSupport: l,
2547
+ title: c,
2548
+ topicTitle: d
2549
+ }
2550
+ ),
2551
+ /* @__PURE__ */ t(Tt, { children: v && /* @__PURE__ */ t(v, { copy: f, topicKey: g }) })
2552
+ ] });
2553
+ }, j = ({
2554
+ content: e,
2555
+ hasIcon: i = !0,
2556
+ institution: n = "",
2557
+ reverse: l = !1,
2558
+ subtitle: c,
2559
+ title: d
2560
+ }) => /* @__PURE__ */ _(r.Fragment, { children: [
2561
+ /* @__PURE__ */ _(
2562
+ A,
2563
+ {
2564
+ sx: {
2565
+ gap: 8,
2566
+ p: 24,
2567
+ pb: e ? 16 : 24,
2568
+ flexDirection: l ? "column-reverse" : "column"
2569
+ },
2570
+ children: [
2571
+ /* @__PURE__ */ _(O, { children: [
2572
+ /* @__PURE__ */ _(A, { gap: 4, sx: { alignItems: "center", flexDirection: "row" }, children: [
2573
+ i && /* @__PURE__ */ t(X, { name: "help", size: 20, sx: { color: "text.primary" } }),
2574
+ /* @__PURE__ */ t(E, { color: "text.primary", variant: "H3", children: d })
2575
+ ] }),
2576
+ n && /* @__PURE__ */ t(E, { color: "text.primary", variant: "H3", children: n })
2577
+ ] }),
2578
+ /* @__PURE__ */ t(E, { color: "text.secondary", sx: { whiteSpace: "wrap" }, variant: "Small", children: c })
2579
+ ]
2580
+ }
2581
+ ),
2582
+ e && /* @__PURE__ */ t(H, { color: "text.secondary", sx: { px: 24 }, variant: "Small", children: e })
2583
+ ] }), yt = ({
2584
+ alert: e,
2585
+ copy: i,
2586
+ email: n,
2587
+ institution: l,
2588
+ isLoading: c,
2589
+ isOpen: d,
2590
+ onClose: g,
2591
+ onSubmit: h,
2592
+ setAlert: f,
2593
+ topic: v
2594
+ }) => {
2595
+ const [w, N] = r.useState(""), D = () => !c && g(), $ = () => {
2596
+ N(""), h(w);
2597
+ }, F = l ? i.request_support_institution_short_content : i.request_support_contact_short_content;
2598
+ return /* @__PURE__ */ _(
2599
+ U,
2600
+ {
2601
+ isOpen: d,
2602
+ isPrimaryDisabled: !w || !n,
2603
+ onClose: D,
2604
+ onPrimaryAction: $,
2605
+ onSecondaryAction: D,
2606
+ secondaryColor: "primary",
2607
+ title: i.request_support,
2608
+ children: [
2609
+ c ? /* @__PURE__ */ t(dt, {}) : /* @__PURE__ */ _(r.Fragment, { children: [
2610
+ /* @__PURE__ */ t(
2611
+ j,
2612
+ {
2613
+ hasIcon: !l,
2614
+ institution: l,
2615
+ reverse: !!l,
2616
+ subtitle: F,
2617
+ title: v
2618
+ }
2619
+ ),
2620
+ /* @__PURE__ */ t(O, { sx: { px: 24 }, children: /* @__PURE__ */ t(
2621
+ lt,
2622
+ {
2623
+ InputLabelProps: { shrink: !0 },
2624
+ error: !n,
2625
+ fullWidth: !0,
2626
+ helperText: n ? null : i.request_support_email_not_exists_message,
2627
+ label: i.request_contact_support_label,
2628
+ multiline: !0,
2629
+ onChange: ({ target: { value: x } }) => N(x),
2630
+ sx: {
2631
+ "& .MuiInputBase-root": { alignItems: "flex-start", minHeight: 124 },
2632
+ "& .MuiInputBase-input::placeholder": {
2633
+ fontSize: 13,
2634
+ color: "text.secondary"
2635
+ }
2636
+ },
2637
+ value: w,
2638
+ variant: "outlined"
2639
+ }
2640
+ ) }),
2641
+ /* @__PURE__ */ t(O, { sx: { p: "12px 24px 64px" }, children: /* @__PURE__ */ t(
2642
+ E,
2643
+ {
2644
+ color: "secondary",
2645
+ sx: {
2646
+ fontSize: 13,
2647
+ fontWeight: 400,
2648
+ whiteSpace: "wrap"
2649
+ },
2650
+ variant: "ParagraphSmall",
2651
+ children: i.request_contact_support_warning
2652
+ }
2653
+ ) })
2654
+ ] }),
2655
+ e.message && /* @__PURE__ */ t(
2656
+ ct,
2657
+ {
2658
+ anchorOrigin: { vertical: "bottom", horizontal: "center" },
2659
+ autoHideDuration: 3500,
2660
+ onClose: () => f(""),
2661
+ open: !!e.message && e.severity === "error" && !c,
2662
+ children: /* @__PURE__ */ t(at, { onClose: () => f(""), severity: e.severity, variant: "filled", children: e.message })
2663
+ }
2664
+ )
2665
+ ]
2666
+ }
2667
+ );
2668
+ }, te = ({
2669
+ helpByCategory: e,
2670
+ onClick: i
2671
+ }) => {
2672
+ const [n, l] = r.useState(null);
2673
+ return /* @__PURE__ */ t(A, { sx: { flex: 1, gap: 12, p: 12 }, children: e.map(({ icon: c, topics: d, title: g }, h) => /* @__PURE__ */ _(
2674
+ nt,
2675
+ {
2676
+ disableGutters: !0,
2677
+ expanded: h === n,
2678
+ onChange: (f, v) => {
2679
+ l(v ? h : null);
2680
+ },
2681
+ sx: ee,
2682
+ children: [
2683
+ /* @__PURE__ */ t(
2684
+ _t,
2685
+ {
2686
+ expandIcon: /* @__PURE__ */ t(it, { sx: { color: "text.primary" } }),
2687
+ sx: { p: "14px 24px", height: 64 },
2688
+ children: /* @__PURE__ */ _(A, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
2689
+ /* @__PURE__ */ t(X, { name: c, size: 24 }),
2690
+ /* @__PURE__ */ t(E, { variant: "Body", children: g })
2691
+ ] })
2692
+ }
2693
+ ),
2694
+ /* @__PURE__ */ t(M, {}),
2695
+ /* @__PURE__ */ t(
2696
+ st,
2697
+ {
2698
+ sx: {
2699
+ ml: 56,
2700
+ p: 0
2701
+ },
2702
+ children: /* @__PURE__ */ t(K, { sx: { "& .MuiListItemButton-root": { pl: 6 } }, children: d.map(({ label: f, type: v }, w) => /* @__PURE__ */ t(
2703
+ Q,
2704
+ {
2705
+ divider: !0,
2706
+ onClick: () => i(f, v),
2707
+ sx: {
2708
+ borderColor: "border.light",
2709
+ "&:last-child": {
2710
+ border: "none",
2711
+ borderBottomRightRadius: 7
2712
+ }
2713
+ },
2714
+ children: /* @__PURE__ */ t(E, { color: "secondary", variant: "Small", children: f })
2715
+ },
2716
+ w
2717
+ )) })
2718
+ }
2719
+ )
2720
+ ]
2721
+ },
2722
+ h
2723
+ )) });
2724
+ }, ee = (e) => ({
2725
+ border: `1px solid ${e.palette.border?.light}`,
2726
+ borderRadius: "8px",
2727
+ "&:first-of-type": { borderRadius: "8px" },
2728
+ "&:before": {
2729
+ opacity: 0
2730
+ },
2731
+ "& .MuiAccordion-region": {
2732
+ borderBottomLeftRadius: 8,
2733
+ borderBottomRightRadius: 8
2734
+ }
2735
+ }), et = {
2736
+ institutionName: "",
2737
+ institutionWebsite: ""
2738
+ }, Y = {
2739
+ institutionName: "",
2740
+ institutionLoginPage: "",
2741
+ institutionWebsite: ""
2742
+ }, ie = rt(
2743
+ ({ copy: e, isOpen: i, onClose: n, onSave: l }) => {
2744
+ const { alert: c, isLoading: d, setAlert: g } = tt(), [h, f] = r.useState(et), [v, w] = r.useState(Y), N = [
2745
+ { name: "institutionName", required: !0 },
2746
+ { name: "institutionWebsite", required: !0 },
2747
+ { name: "institutionLoginPage", required: !1 }
2748
+ ].map((x, S) => ({
2749
+ ...x,
2750
+ label: e.popular_topics_missing_institution_fields[S.toString()]
2751
+ })), D = () => {
2752
+ f(et), w(Y), n();
2753
+ }, $ = (x) => {
2754
+ const {
2755
+ target: { name: S, value: B }
2756
+ } = x;
2757
+ w((R) => ({
2758
+ ...R,
2759
+ [S]: B
2760
+ }));
2761
+ };
2762
+ return /* @__PURE__ */ _(
2763
+ U,
2764
+ {
2765
+ isOpen: i,
2766
+ onClose: D,
2767
+ onPrimaryAction: () => {
2768
+ const x = {};
2769
+ let S = !0;
2770
+ N.forEach(({ label: B, name: R, required: P }) => {
2771
+ const L = v[R];
2772
+ P && !L && (x[R] = `${B} ${e.request_support_required_message}`, S = !1), (R === "institutionWebsite" || R === "institutionLoginPage") && L && !/(.+)\.(.{2,})/g.test(L) && (x[R] = e.request_support_valid_url_message, S = !1);
2773
+ }), f(x), S && (l(v), w(Y));
2774
+ },
2775
+ secondaryColor: "primary",
2776
+ title: e.request_support,
2777
+ children: [
2778
+ /* @__PURE__ */ t(
2779
+ j,
2780
+ {
2781
+ content: e.popular_topics_missing_institution_content,
2782
+ hasIcon: !1,
2783
+ reverse: !0,
2784
+ subtitle: e.request_support_institution_short_content,
2785
+ title: e.popular_topics_missing_institution
2786
+ }
2787
+ ),
2788
+ /* @__PURE__ */ t(A, { sx: { gap: 24, p: 24 }, children: N.map(({ label: x, name: S }) => /* @__PURE__ */ t(
2789
+ lt,
2790
+ {
2791
+ InputLabelProps: { shrink: !0 },
2792
+ error: !!h[S],
2793
+ fullWidth: !0,
2794
+ helperText: h[S] || "",
2795
+ label: x,
2796
+ name: S,
2797
+ onChange: $,
2798
+ value: v[S]
2799
+ },
2800
+ S
2801
+ )) }),
2802
+ c.message && /* @__PURE__ */ t(
2803
+ ct,
2804
+ {
2805
+ anchorOrigin: { vertical: "bottom", horizontal: "center" },
2806
+ autoHideDuration: 3500,
2807
+ onClose: () => g(""),
2808
+ open: !!c.message && c.severity === "error" && !d,
2809
+ children: /* @__PURE__ */ t(at, { onClose: () => g(""), severity: c.severity, variant: "filled", children: c.message })
2810
+ }
2811
+ )
2812
+ ]
2813
+ }
2814
+ );
2815
+ }
2816
+ ), ne = ({
2817
+ name: e,
2818
+ onClick: i,
2819
+ subtitle: n,
2820
+ guid: l,
2821
+ sx: c
2822
+ }) => /* @__PURE__ */ t(Ot, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ _(Q, { "aria-label": e, onClick: i, children: [
2823
+ l && /* @__PURE__ */ t(At, { children: /* @__PURE__ */ t(bt, { alt: e, institutionGuid: l || "", size: 32 }) }),
2824
+ /* @__PURE__ */ t(
2825
+ Dt,
2826
+ {
2827
+ primary: e,
2828
+ primaryTypographyProps: { style: { ...c }, variant: "Body" },
2829
+ secondary: n,
2830
+ secondaryTypographyProps: { variant: "XSmall" }
2831
+ }
2832
+ ),
2833
+ /* @__PURE__ */ t(Nt, { children: /* @__PURE__ */ t(Lt, {}) })
2834
+ ] }) }), gt = ({ list: e, onClick: i, sx: n }) => /* @__PURE__ */ t(O, { sx: { bgcolor: "background.paper" }, children: /* @__PURE__ */ t(K, { sx: { "& .MuiDivider-root:last-child": { ml: 0 } }, children: e.map(({ name: l, guid: c, subtitle: d, type: g }, h) => /* @__PURE__ */ _(r.Fragment, { children: [
2835
+ /* @__PURE__ */ t(
2836
+ ne,
2837
+ {
2838
+ guid: c,
2839
+ name: l,
2840
+ onClick: () => i?.(l, g),
2841
+ subtitle: d,
2842
+ sx: n
2843
+ }
2844
+ ),
2845
+ /* @__PURE__ */ t(M, { sx: { ml: 24 } })
2846
+ ] }, `${l}-${h}`)) }) }), se = ({
2847
+ copy: e,
2848
+ isOpen: i,
2849
+ onClick: n,
2850
+ onClose: l,
2851
+ topic: c
2852
+ }) => {
2853
+ const { institutions: d, accounts: g } = xt(), h = r.useMemo(
2854
+ () => Gt(d, g, {
2855
+ singular: e.request_support_institution_account,
2856
+ plural: e.request_support_institution_accounts
2857
+ }),
2858
+ [d, g]
2859
+ );
2860
+ return /* @__PURE__ */ t(U, { isOpen: i, onClose: l, title: e.request_support, children: /* @__PURE__ */ _(A, { children: [
2861
+ /* @__PURE__ */ t(
2862
+ j,
2863
+ {
2864
+ hasIcon: !1,
2865
+ reverse: !0,
2866
+ subtitle: e.request_support_institution_short_content,
2867
+ title: c
2868
+ }
2869
+ ),
2870
+ /* @__PURE__ */ t(
2871
+ E,
2872
+ {
2873
+ color: "text.primary",
2874
+ fontWeight: "bold",
2875
+ gutterBottom: !0,
2876
+ sx: { ml: 24 },
2877
+ variant: "XSmall",
2878
+ children: e.request_support_institution_topic_label
2879
+ }
2880
+ ),
2881
+ /* @__PURE__ */ t(gt, { list: h, onClick: n, sx: { fontWeight: 600 } })
2882
+ ] }) });
2883
+ }, _e = ({ copy: e, onButtonClick: i }) => {
2884
+ const n = oe();
2885
+ return /* @__PURE__ */ _(A, { sx: { alignItems: "center", gap: 5 }, children: [
2886
+ /* @__PURE__ */ t(H, { color: "text.secondary", sx: n, children: e.contact_support }),
2887
+ /* @__PURE__ */ t(
2888
+ E,
2889
+ {
2890
+ color: "text.secondary",
2891
+ sx: { whiteSpace: "wrap", fontWeight: 400, textAlign: "center" },
2892
+ variant: "ParagraphSmall",
2893
+ children: e.request_support_footer_short_content
2894
+ }
2895
+ ),
2896
+ /* @__PURE__ */ t(q, { onClick: i, sx: { ...n, mt: 24 }, children: e.request_support_footer_button })
2897
+ ] });
2898
+ }, oe = () => ({
2899
+ fontWeight: 600,
2900
+ textAlign: "center"
2901
+ }), re = ({
2902
+ copy: e,
2903
+ institution: i,
2904
+ isOpen: n,
2905
+ onClose: l,
2906
+ popularTopicsDrawerOnClose: c,
2907
+ title: d
2908
+ }) => {
2909
+ const { common: g } = V();
2910
+ return /* @__PURE__ */ _(U, { isOpen: n, onClose: l, title: e.request_support, children: [
2911
+ /* @__PURE__ */ t(
2912
+ j,
2913
+ {
2914
+ hasIcon: !1,
2915
+ institution: i,
2916
+ reverse: !0,
2917
+ subtitle: e.request_support_institution_short_content,
2918
+ title: d
2919
+ }
2920
+ ),
2921
+ /* @__PURE__ */ _(
2922
+ O,
2923
+ {
2924
+ sx: {
2925
+ bgcolor: "background.paper",
2926
+ borderRadius: "8px",
2927
+ boxShadow: "0px 2px 8px rgba(106, 115, 129, 0.12)",
2928
+ m: 24,
2929
+ p: 24
2930
+ },
2931
+ children: [
2932
+ /* @__PURE__ */ t(
2933
+ E,
2934
+ {
2935
+ color: "secondary",
2936
+ sx: {
2937
+ fontWeight: 600
2938
+ },
2939
+ variant: "Body",
2940
+ children: s(e.request_support_institution_message_title, i)
2941
+ }
2942
+ ),
2943
+ /* @__PURE__ */ t(
2944
+ H,
2945
+ {
2946
+ color: "secondary",
2947
+ sx: {
2948
+ fontWeight: 400,
2949
+ mt: 2
2950
+ },
2951
+ variant: "ParagraphSmall",
2952
+ children: s(e.request_support_institution_message, i)
2953
+ }
2954
+ )
2955
+ ]
2956
+ }
2957
+ ),
2958
+ /* @__PURE__ */ _(A, { direction: "column", spacing: 8, sx: { mx: 24 }, children: [
2959
+ /* @__PURE__ */ t(q, { onClick: c, variant: "contained", children: g.done_button }),
2960
+ /* @__PURE__ */ t(q, { onClick: l, variant: "text", children: e.request_support_institution_back })
2961
+ ] })
2962
+ ] });
2963
+ }, ae = ({
2964
+ copy: e,
2965
+ email: i,
2966
+ isOpen: n,
2967
+ onBack: l,
2968
+ onClose: c
2969
+ }) => {
2970
+ const { common: d } = V();
2971
+ return /* @__PURE__ */ t(U, { isOpen: n, onClose: c, title: e.request_support, children: /* @__PURE__ */ _(O, { sx: { px: 24 }, children: [
2972
+ /* @__PURE__ */ t(A, { sx: { alignItems: "center", pb: 24, pt: 80 }, children: /* @__PURE__ */ t(X, { color: "success", fill: !0, name: "check_circle", size: 64 }) }),
2973
+ /* @__PURE__ */ _(A, { sx: { alignItems: "center", gap: 16, pb: 48 }, children: [
2974
+ /* @__PURE__ */ t(ot, { children: e.request_support_success }),
2975
+ /* @__PURE__ */ t(H, { align: "center", variant: "Body", children: e.request_support_submit_success_message }),
2976
+ /* @__PURE__ */ t(E, { bold: !0, variant: "Body", children: i })
2977
+ ] }),
2978
+ /* @__PURE__ */ t(q, { fullWidth: !0, onClick: c, variant: "contained", children: d.done_button }),
2979
+ /* @__PURE__ */ t(q, { fullWidth: !0, onClick: l, sx: { mt: 8 }, children: e.request_support_institution_back })
2980
+ ] }) });
2981
+ }, ce = rt(
2982
+ ({ copy: e, isOpen: i, onClose: n }) => {
2983
+ const { alert: l, createSupportTicket: c, isLoading: d, setAlert: g } = tt(), { user: h } = ft(), { isInitialized: f } = St(), [v, w] = r.useState(""), [N, D] = r.useState(!1), [$, F] = r.useState(!1), [x, S] = r.useState({
2984
+ isOpen: !1,
2985
+ topic: "",
2986
+ type: void 0
2987
+ }), B = Et.map((I) => ({
2988
+ ...I,
2989
+ title: e.help_by_category_list[I.guid].label,
2990
+ topics: I.topics.map(({ type: z }, pt) => ({
2991
+ type: z,
2992
+ label: e.help_by_category_list[I.guid].topics[pt]
2993
+ }))
2994
+ })), R = Object.keys(e.popular_topics_list).map((I, z) => ({
2995
+ name: e.popular_topics_list[I],
2996
+ type: Ct[z].type
2997
+ })), P = () => {
2998
+ w(""), S({ isOpen: !1, topic: "", type: void 0 });
2999
+ }, L = (I) => {
3000
+ h.email && c({
3001
+ email: h.email,
3002
+ message: v ? `Institution: ${v}, ${I}` : I,
3003
+ title: x.topic || "Contact Support"
3004
+ });
3005
+ }, W = (I, z) => {
3006
+ z === "other" ? F(!0) : S({ isOpen: !0, topic: I, type: z });
3007
+ }, mt = () => {
3008
+ g(""), D(!1), F(!1), P();
3009
+ }, ut = (I) => {
3010
+ if (!h.email) {
3011
+ g(e.request_support_email_not_exists_message, "error");
3012
+ return;
3013
+ }
3014
+ c({
3015
+ email: h.email,
3016
+ message: `Institution Website: ${I.institutionWebsite}${I.institutionLoginPage ? ` Institution Login Page: ${I.institutionLoginPage}` : ""} `,
3017
+ title: `Institution Request: ${I.institutionName}`
3018
+ });
3019
+ };
3020
+ return /* @__PURE__ */ t(U, { isOpen: i, onClose: n, title: e.request_support, children: !f || d ? /* @__PURE__ */ t(dt, {}) : /* @__PURE__ */ _(r.Fragment, { children: [
3021
+ /* @__PURE__ */ _(A, { children: [
3022
+ /* @__PURE__ */ t(
3023
+ j,
3024
+ {
3025
+ subtitle: e.request_support_short_content,
3026
+ title: e.request_support_title
3027
+ }
3028
+ ),
3029
+ /* @__PURE__ */ t(
3030
+ E,
3031
+ {
3032
+ color: "text.primary",
3033
+ fontWeight: "bold",
3034
+ gutterBottom: !0,
3035
+ sx: { ml: 24 },
3036
+ variant: "XSmall",
3037
+ children: e.popular_topics
3038
+ }
3039
+ ),
3040
+ /* @__PURE__ */ t(
3041
+ gt,
3042
+ {
3043
+ list: R,
3044
+ onClick: W,
3045
+ sx: { fontWeight: 400 }
3046
+ }
3047
+ ),
3048
+ /* @__PURE__ */ t(
3049
+ E,
3050
+ {
3051
+ color: "text.primary",
3052
+ fontWeight: "bold",
3053
+ gutterBottom: !0,
3054
+ sx: { m: "24px 0px 0px 24px" },
3055
+ variant: "XSmall",
3056
+ children: e.help_by_category
3057
+ }
3058
+ ),
3059
+ /* @__PURE__ */ t(
3060
+ te,
3061
+ {
3062
+ helpByCategory: B,
3063
+ onClick: W
3064
+ }
3065
+ ),
3066
+ /* @__PURE__ */ t(O, { sx: { p: 24 }, children: /* @__PURE__ */ t(
3067
+ _e,
3068
+ {
3069
+ copy: e,
3070
+ onButtonClick: () => D(!0)
3071
+ }
3072
+ ) })
3073
+ ] }),
3074
+ /* @__PURE__ */ t(
3075
+ yt,
3076
+ {
3077
+ alert: l,
3078
+ copy: e,
3079
+ email: h.email,
3080
+ institution: v,
3081
+ isLoading: d,
3082
+ isOpen: N,
3083
+ onClose: () => {
3084
+ D(!1), w("");
3085
+ },
3086
+ onSubmit: L,
3087
+ setAlert: g,
3088
+ topic: x.topic || e.contact_support
3089
+ }
3090
+ ),
3091
+ /* @__PURE__ */ t(
3092
+ ie,
3093
+ {
3094
+ copy: e,
3095
+ isOpen: $,
3096
+ onClose: () => F(!1),
3097
+ onSave: ut
3098
+ }
3099
+ ),
3100
+ /* @__PURE__ */ t(
3101
+ se,
3102
+ {
3103
+ copy: e,
3104
+ isOpen: x.isOpen,
3105
+ onClick: (I) => {
3106
+ w(I), x.type === "internal" && D(!0);
3107
+ },
3108
+ onClose: P,
3109
+ topic: x.topic
3110
+ }
3111
+ ),
3112
+ /* @__PURE__ */ t(
3113
+ ae,
3114
+ {
3115
+ copy: e,
3116
+ email: h.email,
3117
+ isOpen: !!l.message && l.severity === "success" && !d,
3118
+ onBack: () => {
3119
+ g(""), x.type === "internal" && D(!1);
3120
+ },
3121
+ onClose: mt
3122
+ }
3123
+ ),
3124
+ /* @__PURE__ */ t(
3125
+ re,
3126
+ {
3127
+ copy: e,
3128
+ institution: v,
3129
+ isOpen: !!v && x.type === "external",
3130
+ onClose: () => w(""),
3131
+ popularTopicsDrawerOnClose: P,
3132
+ title: x.topic
3133
+ }
3134
+ )
3135
+ ] }) });
3136
+ }
3137
+ ), qe = ({ sx: e = {} }) => {
3138
+ const { help: i } = V(), { helpCategories: n } = tt(), { isMobile: l } = Rt(), { config: c } = It(), [d, g] = r.useState(!1), [h, f] = r.useState(null), v = (N) => f(N), w = () => g(!0);
3139
+ return /* @__PURE__ */ _(O, { sx: { pt: 24, px: l ? 24 : 0, ...e }, children: [
3140
+ h ? /* @__PURE__ */ t(
3141
+ Qt,
3142
+ {
3143
+ copy: i,
3144
+ hasRequestButton: c.enable_support_requests,
3145
+ onNavigateToList: () => f(null),
3146
+ onRequestSupport: w,
3147
+ topicInfo: h
3148
+ }
3149
+ ) : /* @__PURE__ */ t(
3150
+ kt,
3151
+ {
3152
+ buttonText: i.request_support,
3153
+ hasRequestButton: c.enable_support_requests,
3154
+ helpCategories: n,
3155
+ helpContent: i.list_short_content,
3156
+ helpTitle: i.list_title,
3157
+ onRequestHelp: w,
3158
+ onTopicSelect: v
3159
+ }
3160
+ ),
3161
+ /* @__PURE__ */ t(
3162
+ ce,
3163
+ {
3164
+ copy: i,
3165
+ isOpen: d,
3166
+ onClose: () => g(!1)
3167
+ }
3168
+ )
3169
+ ] });
3170
+ };
3171
+ export {
3172
+ qe as H
3173
+ };