@mx-cartographer/experiences 6.26.33-alpha.mm0 → 7.0.0-alpha.mega1

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