@mx-cartographer/insights-ui 1.4.6-alpha.mega9 → 1.4.8

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 (31) hide show
  1. package/README.md +5 -0
  2. package/dist/components/index.d.ts +4 -3
  3. package/dist/components/insights/DiscoveredAccounts/DiscoveredAccountsBody.d.ts +5 -5
  4. package/dist/components/insights/SwitchDirectDeposit/__tests__/SwitchDirectDeposit.test.d.ts +0 -0
  5. package/dist/components/shared/Charts/BarChart/BarChart.d.ts +1 -1
  6. package/dist/components/shared/Charts/BarChart/ChartLegend.d.ts +1 -1
  7. package/dist/components/shared/Charts/BarChart/CustomBarPlot.d.ts +7 -1
  8. package/dist/components/shared/Charts/__tests__/BarChart.test.d.ts +1 -0
  9. package/dist/components/shared/Confetti.d.ts +5 -0
  10. package/dist/components/shared/DirectDeposit/DirectDeposit.d.ts +2 -15
  11. package/dist/components/shared/DirectDeposit/FullFeedBodyHeader.d.ts +4 -0
  12. package/dist/components/shared/DirectDeposit/MiniBodyHeader.d.ts +4 -1
  13. package/dist/components/shared/InsightsCard/CardError.d.ts +1 -2
  14. package/dist/components/shared/InsightsCard/CardLoading.d.ts +1 -2
  15. package/dist/components/shared/InsightsCard/InsightButton.d.ts +1 -1
  16. package/dist/components/shared/InsightsCard/__tests__/BeatCard.test.d.ts +0 -0
  17. package/dist/components/shared/InsightsCard/__tests__/CardError.test.d.ts +1 -0
  18. package/dist/components/shared/InsightsCard/__tests__/CardLoading.test.d.ts +1 -0
  19. package/dist/components/shared/InsightsCard/__tests__/ContentAndDescription.test.d.ts +1 -0
  20. package/dist/components/shared/InsightsCard/__tests__/LinedCardZeroState.test.d.ts +1 -0
  21. package/dist/components/shared/MiniInsightCard.d.ts +16 -0
  22. package/dist/components/shared/ZeroState/LinedCardZeroState.d.ts +1 -0
  23. package/dist/hooks/__tests__/useContainerDimensions.test.d.ts +0 -0
  24. package/dist/hooks/useContainerDimensions.d.ts +5 -0
  25. package/dist/index.es.js +1079 -1027
  26. package/dist/index.es.js.map +1 -1
  27. package/package.json +14 -6
  28. package/dist/components/shared/DirectDeposit/FullFeedLogoSection.d.ts +0 -6
  29. package/dist/components/shared/DirectDeposit/LowerBoxSection.d.ts +0 -10
  30. /package/dist/components/insights/{__tests__/SetUpDirectDeposit.test.d.ts → DiscoveredAccounts/__tests__/DiscoveredAccountsBody.test.d.ts} +0 -0
  31. /package/dist/components/insights/{__tests__/SwitchDirectDeposit.test.d.ts → SetUpDirectDeposit/__tests__/SetUpDirectDeposit.test.d.ts} +0 -0
package/dist/index.es.js CHANGED
@@ -1,46 +1,120 @@
1
- import { jsx as e, jsxs as c, Fragment as S } from "react/jsx-runtime";
2
- import { Icon as C, P as x, BottomSheetTransition as $, Text as M, InstitutionLogo as q, H3 as N, Drawer as ee, createMXTheme as z } from "@kyper/mui";
3
- import u from "@mui/material/Box";
4
- import v from "@mui/material/Card";
5
- import { useTheme as b, styled as w, ThemeProvider as D } from "@mui/material/styles";
6
- import * as t from "react";
7
- import A, { useMemo as G, useCallback as te, forwardRef as K, useRef as le, useEffect as ie, memo as re, useState as ne } from "react";
8
- import { useInView as ae } from "react-intersection-observer";
1
+ import { jsx as t, jsxs as s, Fragment as w } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import A, { useRef as F, useLayoutEffect as re, useMemo as G, useCallback as ne, useState as U, useEffect as Q, forwardRef as I, memo as ae } from "react";
9
4
  import oe from "@mui/material/Dialog";
10
- import { Stack as de, Box as se, CardHeader as ce } from "@mui/material";
11
- import { useSpring as me, animated as Z } from "@react-spring/web";
12
- import W from "react-virtualized-auto-sizer";
13
- import { ResponsiveChartContainer as he, ChartsReferenceLine as pe, ChartsXAxis as ue, BarPlot as fe } from "@mui/x-charts";
14
- import H from "@mui/material/Stack";
15
- import B from "react-confetti";
16
- import F from "@mui/material/IconButton";
17
- import I from "@mui/material/ListItemIcon";
18
- import R from "@mui/material/ListItemText";
19
- import Ee from "@mui/material/Menu";
20
- import xe from "@mui/material/MenuItem";
5
+ import { BottomSheetTransition as de, Icon as y, P as C, Text as b, InstitutionLogo as k, H3 as _, Drawer as se, createMXTheme as ce } from "@kyper/mui";
6
+ import he from "react-confetti";
7
+ import p from "@mui/material/Box";
8
+ import v from "@mui/material/Card";
9
+ import { useTheme as M, styled as J, ThemeProvider as me } from "@mui/material/styles";
10
+ import { useInView as pe } from "react-intersection-observer";
11
+ import ue from "@mui/material/CardHeader";
12
+ import $ from "@mui/material/CardContent";
13
+ import x from "@mui/material/Stack";
14
+ import { ResponsiveChartContainer as fe, ChartsReferenceLine as Ee, ChartsXAxis as ge, BarPlot as xe } from "@mui/x-charts";
15
+ import { useChartContainerDimensions as Ce } from "@mui/x-charts/internals";
16
+ import { animated as T } from "@react-spring/web";
17
+ import ye from "@mui/material/Paper";
18
+ import { CardHeader as Ae } from "@mui/material";
19
+ import W from "@mui/material/IconButton";
20
+ import z from "@mui/material/ListItemIcon";
21
+ import D from "@mui/material/ListItemText";
22
+ import ve from "@mui/material/Menu";
23
+ import He from "@mui/material/MenuItem";
21
24
  import L from "@mui/material/Button";
22
- import Ce from "@mui/material/CardContent";
23
- import ge from "@mui/material/DialogTitle";
24
- import ye from "@mui/material/FormControl";
25
- import Ae from "@mui/material/FormControlLabel";
26
- import He from "@mui/material/Radio";
27
- import ve from "@mui/material/RadioGroup";
28
- import { TextareaAutosize as Me } from "@mui/base/TextareaAutosize";
29
- import { styled as be, useTheme as Le } from "@mui/system";
30
- import qe from "@mui/icons-material/ArrowBack";
31
- import ke from "@mui/material/Divider";
32
- import J from "@mui/material/List";
33
- import P from "@mui/material/ListItem";
34
- const Se = ({
35
- backgroundColor: l,
36
- color: i,
37
- percent: r,
38
- height: n = 12
25
+ import be from "@mui/material/DialogTitle";
26
+ import Me from "@mui/material/FormControl";
27
+ import we from "@mui/material/FormControlLabel";
28
+ import Le from "@mui/material/Radio";
29
+ import ke from "@mui/material/RadioGroup";
30
+ import { TextareaAutosize as qe } from "@mui/base/TextareaAutosize";
31
+ import { styled as Se, useTheme as Ve } from "@mui/system";
32
+ import Ie from "@mui/icons-material/ArrowBack";
33
+ import Ze from "@mui/material/Divider";
34
+ import P from "@mui/material/List";
35
+ import j from "@mui/material/ListItem";
36
+ const Re = ({
37
+ allowScroll: i,
38
+ children: l,
39
+ height: n,
40
+ isMobile: r,
41
+ isOpen: o = !1,
42
+ onClose: a,
43
+ showBackground: d = !1,
44
+ width: c = 450
45
+ }) => {
46
+ const [h, m] = A.useState(!1);
47
+ return A.useEffect(() => {
48
+ m(!!i);
49
+ }, [i]), /* @__PURE__ */ t(
50
+ oe,
51
+ {
52
+ PaperProps: {
53
+ elevation: 0,
54
+ sx: {
55
+ bottom: 0,
56
+ borderTopLeftRadius: 16,
57
+ borderTopRightRadius: 16,
58
+ left: "50%",
59
+ m: 0,
60
+ maxHeight: n ?? "50%",
61
+ maxWidth: c,
62
+ // Adjust maxWidth as needed
63
+ position: "fixed",
64
+ transform: "translateX(-50%)",
65
+ width: r ? "100%" : "80%"
66
+ // Adjust width as needed
67
+ }
68
+ },
69
+ TransitionComponent: de,
70
+ disableScrollLock: h,
71
+ hideBackdrop: d,
72
+ onClose: a,
73
+ open: o,
74
+ scroll: "paper",
75
+ sx: {
76
+ "& .MuiBackdrop-root": {
77
+ /*
78
+ Do not remove the rgba from the background. the default backgroundColor is incompatable with the other
79
+ pulse components such as the differnt drawers and native pulse dialogs.
80
+ */
81
+ backgroundColor: "rgba(213, 216, 216, 0.64)"
82
+ }
83
+ },
84
+ children: l
85
+ }
86
+ );
87
+ }, Q1 = Re, ee = ({ height: i = 0, width: l = 0, shouldRun: n = !1 }) => /* @__PURE__ */ t(
88
+ he,
89
+ {
90
+ "aria-hidden": !0,
91
+ colors: ["#3F9FEB", "#C331B6", "#30C434", "#F1CE31", "#EE3B7C"],
92
+ confettiSource: {
93
+ x: l / 2,
94
+ y: i / 2,
95
+ w: 20,
96
+ h: 20
97
+ },
98
+ gravity: 0.05,
99
+ height: i,
100
+ initialVelocityX: 7,
101
+ initialVelocityY: 8,
102
+ numberOfPieces: 200,
103
+ recycle: !1,
104
+ run: n,
105
+ style: { inset: "auto" },
106
+ width: l
107
+ }
108
+ ), ze = ({
109
+ backgroundColor: i,
110
+ color: l,
111
+ percent: n,
112
+ height: r = 12
39
113
  }) => {
40
- const [o, a] = ae({ triggerOnce: !0 }), [d, s] = A.useState("0%"), m = r > 100 ? 100 : r;
114
+ const [o, a] = pe({ triggerOnce: !0 }), [d, c] = A.useState("0%"), h = n > 100 ? 100 : n;
41
115
  return A.useEffect(() => {
42
- a && s(`${m}%`);
43
- }, [a, m]), /* @__PURE__ */ e(A.Fragment, { children: /* @__PURE__ */ c(
116
+ a && c(`${h}%`);
117
+ }, [a, h]), /* @__PURE__ */ t(A.Fragment, { children: /* @__PURE__ */ s(
44
118
  v,
45
119
  {
46
120
  "data-ui-test": "progress-bar",
@@ -48,30 +122,30 @@ const Se = ({
48
122
  sx: {
49
123
  position: "relative",
50
124
  borderRadius: 8,
51
- height: n,
125
+ height: r,
52
126
  width: "100%"
53
127
  },
54
128
  children: [
55
- /* @__PURE__ */ e(
56
- u,
129
+ /* @__PURE__ */ t(
130
+ p,
57
131
  {
58
132
  sx: {
59
133
  position: "absolute",
60
- backgroundColor: l || i,
61
- opacity: l ? 1 : 0.4,
134
+ backgroundColor: i || l,
135
+ opacity: i ? 1 : 0.4,
62
136
  width: "100%",
63
137
  height: "100%",
64
138
  borderRadius: 8
65
139
  }
66
140
  }
67
141
  ),
68
- /* @__PURE__ */ e(
69
- u,
142
+ /* @__PURE__ */ t(
143
+ p,
70
144
  {
71
145
  sx: {
72
146
  position: "absolute",
73
147
  height: "100%",
74
- backgroundColor: i,
148
+ backgroundColor: l,
75
149
  borderRadius: 8,
76
150
  transition: "width .4s cubic-bezier(0.28, 0.14, 0.34, 1.04)",
77
151
  width: d
@@ -81,22 +155,22 @@ const Se = ({
81
155
  ]
82
156
  }
83
157
  ) });
84
- }, Ve = ({
85
- // backgroundOverride,
158
+ }, De = ({
159
+ backgroundOverride: i,
86
160
  goalPercentage: l,
87
- height: i = 8,
161
+ height: n = 8,
88
162
  percentageCompleteText: r,
89
- progressColorOverride: n
163
+ progressColorOverride: o
90
164
  }) => {
91
- const o = b();
92
- return /* @__PURE__ */ c(
93
- u,
165
+ const a = M();
166
+ return /* @__PURE__ */ s(
167
+ p,
94
168
  {
95
169
  className: "mx-insights-goal-progress",
96
170
  "data-ui-test": "goal-progress",
97
171
  sx: { marginBottom: 16 },
98
172
  children: [
99
- /* @__PURE__ */ c(
173
+ /* @__PURE__ */ s(
100
174
  v,
101
175
  {
102
176
  sx: {
@@ -107,9 +181,9 @@ const Se = ({
107
181
  marginTop: 4
108
182
  },
109
183
  children: [
110
- /* @__PURE__ */ e(C, { color: "success", fill: !0, name: "check_circle", size: 16 }),
111
- /* @__PURE__ */ e(
112
- x,
184
+ /* @__PURE__ */ t(y, { color: "success", fill: !0, name: "check_circle", size: 16 }),
185
+ /* @__PURE__ */ t(
186
+ C,
113
187
  {
114
188
  bold: !0,
115
189
  className: "mx-insights-goal-progress",
@@ -121,660 +195,630 @@ const Se = ({
121
195
  ]
122
196
  }
123
197
  ),
124
- /* @__PURE__ */ e(
125
- Se,
198
+ /* @__PURE__ */ t(
199
+ ze,
126
200
  {
127
- color: n || o.palette.primary.main,
128
- height: i,
201
+ backgroundColor: i || a.palette.background.highlight,
202
+ color: o || a.palette.primary.main,
203
+ height: n,
129
204
  percent: l
130
205
  }
131
206
  )
132
207
  ]
133
208
  }
134
209
  );
135
- }, we = ({
136
- children: l,
137
- gradientOverride: i,
138
- title: r
210
+ }, Fe = ({
211
+ children: i,
212
+ gradientOverride: l,
213
+ title: n
139
214
  }) => {
140
- const n = b();
141
- return /* @__PURE__ */ c(
142
- u,
215
+ const r = M();
216
+ return /* @__PURE__ */ s(
217
+ p,
143
218
  {
144
219
  className: "mx-insights-gradient-box",
145
220
  "data-ui-test": "gradient-box",
146
221
  sx: {
147
- background: i || "linear-gradient(#2F73DA, #6BCDDB)",
222
+ background: l || "linear-gradient(#2F73DA, #6BCDDB)",
148
223
  p: 16
149
224
  },
150
225
  children: [
151
- /* @__PURE__ */ e(v, { sx: { background: "transparent", boxShadow: "none", marginBottom: 16 }, children: r && /* @__PURE__ */ e(
152
- x,
226
+ /* @__PURE__ */ t(v, { sx: { background: "transparent", boxShadow: "none", marginBottom: 16 }, children: n && /* @__PURE__ */ t(
227
+ C,
153
228
  {
154
229
  className: "mx-insights-gradient-box-title",
155
230
  "data-ui-test": "gradient-box-title",
156
- sx: {
157
- // color: theme.palette.primary.lighter,
158
- lineHeight: "16px",
159
- fontSize: 13
160
- },
161
- children: r
231
+ sx: { color: r.palette.primary.lighter, lineHeight: "16px", fontSize: 13 },
232
+ children: n
162
233
  }
163
234
  ) }),
164
- /* @__PURE__ */ e(
165
- u,
235
+ /* @__PURE__ */ t(
236
+ p,
166
237
  {
167
238
  className: "mx-insights-gradient-box-card",
168
239
  sx: {
169
- background: n.palette.background.paper,
240
+ background: r.palette.background.paper,
170
241
  borderRadius: "4px",
171
242
  gap: "16px",
172
243
  padding: "12px 16px"
173
244
  },
174
- children: l
245
+ children: i
175
246
  }
176
247
  )
177
248
  ]
178
249
  }
179
250
  );
180
- }, Ze = ({
181
- allowScroll: l,
182
- children: i,
183
- height: r,
184
- isMobile: n,
185
- isOpen: o = !1,
186
- onClose: a,
187
- showBackground: d = !1,
188
- width: s = 450
251
+ }, _1 = ({
252
+ beat: i,
253
+ children: l,
254
+ DismissedBeat: n,
255
+ headerTextOverride: r,
256
+ setRefs: o,
257
+ subHeader: a,
258
+ height: d
189
259
  }) => {
190
- const [m, h] = A.useState(!1);
191
- return A.useEffect(() => {
192
- h(!!l);
193
- }, [l]), /* @__PURE__ */ e(
194
- oe,
260
+ const [c, h] = A.useState(null), m = () => {
261
+ const u = document.getElementsByClassName("mx-mini-insight-card")[0].clientHeight, f = document.getElementsByClassName("mx-mini-insight-card-header")[0].clientHeight + document.getElementsByClassName("mx-mini-insight-card-content-body")[0].clientHeight, E = u - f - 24;
262
+ h(Math.floor(E / 20));
263
+ };
264
+ return A.useEffect(() => (m(), window.addEventListener("resize", m), () => window.removeEventListener("resize", m)), []), /* @__PURE__ */ t(
265
+ v,
195
266
  {
196
- PaperProps: {
197
- elevation: 0,
198
- sx: {
199
- bottom: 0,
200
- borderTopLeftRadius: 16,
201
- borderTopRightRadius: 16,
202
- left: "50%",
203
- m: 0,
204
- maxHeight: r ?? "50%",
205
- maxWidth: s,
206
- // Adjust maxWidth as needed
207
- position: "fixed",
208
- transform: "translateX(-50%)",
209
- width: n ? "100%" : "80%"
210
- // Adjust width as needed
211
- }
212
- },
213
- TransitionComponent: $,
214
- disableScrollLock: m,
215
- hideBackdrop: d,
216
- onClose: a,
217
- open: o,
218
- scroll: "paper",
219
- sx: {
220
- "& .MuiBackdrop-root": {
221
- /*
222
- Do not remove the rgba from the background. the default backgroundColor is incompatable with the other
223
- pulse components such as the differnt drawers and native pulse dialogs.
224
- */
225
- backgroundColor: "rgba(213, 216, 216, 0.64)"
226
- }
227
- },
228
- children: i
267
+ "aria-labelledby": i.guid,
268
+ className: "mx-mini-insight-card",
269
+ ref: o,
270
+ sx: { height: d, pb: 24, pt: 0, px: 0 },
271
+ children: i.dismissed_at ? n : /* @__PURE__ */ s(A.Fragment, { children: [
272
+ /* @__PURE__ */ t(
273
+ ue,
274
+ {
275
+ className: "mx-mini-insight-card-header",
276
+ subheader: a,
277
+ sx: { gap: 8 },
278
+ title: r || i?.title,
279
+ titleTypographyProps: { fontSize: 18, fontWeight: 600, variant: "h3" }
280
+ }
281
+ ),
282
+ /* @__PURE__ */ s(
283
+ $,
284
+ {
285
+ className: "mx-mini-insight-card-content",
286
+ sx: {
287
+ overflow: "hidden",
288
+ p: 0,
289
+ pb: 24,
290
+ width: "100%"
291
+ },
292
+ children: [
293
+ /* @__PURE__ */ t(p, { className: "mx-mini-insight-card-content-body", children: l }),
294
+ /* @__PURE__ */ t(p, { sx: { p: 24 }, children: /* @__PURE__ */ t(
295
+ p,
296
+ {
297
+ className: "test-class",
298
+ dangerouslySetInnerHTML: { __html: i.html_description },
299
+ "data-ui-test": "beat-description",
300
+ role: "text",
301
+ sx: {
302
+ display: "-webkit-box",
303
+ fontSize: 13,
304
+ lineHeight: "20px",
305
+ mx: "4px",
306
+ overflow: "hidden",
307
+ textOverflow: "ellipsis",
308
+ WebkitLineClamp: c,
309
+ WebkitBoxOrient: "vertical",
310
+ "& > p": {
311
+ m: 0
312
+ }
313
+ }
314
+ }
315
+ ) })
316
+ ]
317
+ }
318
+ )
319
+ ] })
229
320
  }
230
321
  );
231
- }, P1 = Ze, Ie = ({
232
- colorRange: l,
233
- data: i,
234
- dataIndex: r,
235
- style: n,
236
- ...o
237
- }) => {
238
- const a = b(), { x: d = 0, y: s = 0 } = n || {}, m = me({
239
- to: { x: d, y: s, width: n?.width },
240
- immediate: !0
241
- }), { ariaLabel: h, formattedAmount: p } = i[r], E = Number(m.width?.get()) / 2;
242
- return /* @__PURE__ */ c("g", { "aria-label": h, children: [
243
- /* @__PURE__ */ e(
244
- Z.rect,
245
- {
246
- ...o,
247
- fill: l[r],
248
- style: {
249
- ...n,
250
- width: Number(m.width?.get()) - 22,
251
- x: m.x.get() + 12
252
- },
253
- rx: 2,
254
- ry: 2
255
- }
256
- ),
257
- /* @__PURE__ */ e(
258
- Z.text,
259
- {
260
- fill: a.palette.text.primary,
261
- fontSize: 11,
262
- fontWeight: 400,
263
- textAnchor: "middle",
264
- transform: `translate(${E}, -8)`,
265
- x: m.x,
266
- y: m.y,
267
- children: p
268
- }
269
- )
270
- ] });
271
- }, Re = ({ average: l, color: i, legendLabelAvg: r, legendLabelMain: n }) => /* @__PURE__ */ c(
272
- H,
322
+ }, We = ({ average: i, color: l, legendLabelAvg: n, legendLabelMain: r }) => /* @__PURE__ */ s(
323
+ x,
273
324
  {
274
325
  sx: {
275
326
  alignItems: "center",
276
327
  flexDirection: "row",
277
328
  gap: 12,
278
329
  justifyContent: "flex-end",
279
- mr: 45,
330
+ mr: 30,
331
+ mt: 4,
280
332
  pb: 8,
281
333
  width: "100%"
282
334
  },
283
335
  children: [
284
- n && /* @__PURE__ */ c(S, { children: [
285
- /* @__PURE__ */ e(
336
+ r && /* @__PURE__ */ s(w, { children: [
337
+ /* @__PURE__ */ t(
286
338
  "svg",
287
339
  {
288
340
  "aria-hidden": "true",
289
- "aria-labelledby": "caption1",
341
+ "aria-labelledby": "chartLegendLabel",
290
342
  fill: "none",
291
343
  height: "6",
292
344
  role: "figure",
293
345
  width: "7",
294
- children: /* @__PURE__ */ e("rect", { fill: i, height: "6", rx: "2", width: "6", x: "0.4375" })
346
+ children: /* @__PURE__ */ t("rect", { fill: l, height: "6", rx: "2", width: "6", x: "0.4375" })
295
347
  }
296
348
  ),
297
- /* @__PURE__ */ e(M, { id: "caption1", sx: { fontSize: 11, fontWeight: 400 }, variant: "XSmall", children: n })
349
+ /* @__PURE__ */ t(b, { id: "chartLegendLabel", sx: { fontSize: 11, fontWeight: 400 }, variant: "XSmall", children: r })
298
350
  ] }),
299
- l && r && /* @__PURE__ */ c(S, { children: [
300
- /* @__PURE__ */ e(
301
- H,
351
+ i && n && /* @__PURE__ */ s(w, { children: [
352
+ /* @__PURE__ */ t(
353
+ x,
302
354
  {
303
355
  sx: {
304
356
  flexDirection: "row",
305
357
  gap: 2,
306
- marginLeft: 8
358
+ ml: 8
307
359
  },
308
- children: [...Array(3)].map((o, a) => /* @__PURE__ */ e(
309
- u,
360
+ children: [...Array(3)].map((o, a) => /* @__PURE__ */ t(
361
+ p,
310
362
  {
311
363
  sx: {
312
364
  width: 3,
313
365
  height: 3,
314
366
  borderRadius: 4,
315
- backgroundColor: "#A8B1BD"
367
+ backgroundColor: "secondary.lighter"
316
368
  }
317
369
  },
318
370
  a
319
371
  ))
320
372
  }
321
373
  ),
322
- /* @__PURE__ */ c(
323
- M,
324
- {
325
- id: "caption2",
326
- sx: { fontSize: 11, fontWeight: 400, marginLeft: 0 },
327
- variant: "XSmall",
328
- children: [
329
- r,
330
- ": ",
331
- `$${l}`
332
- ]
333
- }
334
- )
374
+ /* @__PURE__ */ s(b, { sx: { fontSize: 11, fontWeight: 400, ml: 0 }, variant: "XSmall", children: [
375
+ n,
376
+ ": ",
377
+ `${i}`
378
+ ] })
335
379
  ] })
336
380
  ]
337
381
  }
338
- ), T1 = ({
339
- average: l,
340
- color: i,
341
- data: r,
342
- legendLabelAvg: n,
382
+ ), Ke = ({
383
+ colorRange: i,
384
+ data: l,
385
+ dataIndex: n,
386
+ style: r,
387
+ ...o
388
+ }) => {
389
+ const a = M(), d = F(null);
390
+ re(() => {
391
+ const m = new ResizeObserver(() => {
392
+ if (d.current) {
393
+ const f = d.current.getBoundingClientRect().width / 2;
394
+ d.current.querySelector("text").setAttribute("transform", `translate(${f}, -8)`);
395
+ }
396
+ });
397
+ return d.current && m.observe(d.current), () => {
398
+ d.current && m.unobserve(d.current);
399
+ };
400
+ }, []);
401
+ const { ariaLabel: c, formattedAmount: h } = l[n];
402
+ return /* @__PURE__ */ s("g", { "aria-label": c, ref: d, children: [
403
+ /* @__PURE__ */ t(T.rect, { ...o, fill: i[n], rx: 2, style: r }),
404
+ /* @__PURE__ */ t(
405
+ T.text,
406
+ {
407
+ fill: a.palette.text.primary,
408
+ fontSize: 11,
409
+ fontWeight: 400,
410
+ textAnchor: "middle",
411
+ x: r.x,
412
+ y: r.y,
413
+ children: h
414
+ }
415
+ )
416
+ ] });
417
+ }, $1 = ({
418
+ amounts: i,
419
+ color: l,
420
+ data: n,
421
+ legendLabelAvg: r,
343
422
  legendLabelMain: o,
344
423
  selectedTabIndex: a,
345
- onBarClick: d,
346
- ...s
424
+ onBarClick: d
347
425
  }) => {
348
- const m = b(), h = G(() => {
349
- const f = `${i}80`;
350
- return a === void 0 ? [...new Array(r.length - 1).fill(f), i] : r.map((y, g) => g === a ? i : f);
351
- }, [i, r, a]), p = te(
352
- (f, { dataIndex: y }) => d && d(y),
426
+ const c = M(), { containerRef: h, height: m, width: u } = Ce(), f = G(() => {
427
+ const g = `${l}80`;
428
+ return a === void 0 ? [...new Array(n.length - 1).fill(g), l] : n.map((q, Z) => Z === a ? l : g);
429
+ }, [l, n, a]), E = ne(
430
+ (g, { dataIndex: q }) => d && d(q),
353
431
  [d]
354
- ), E = G(
432
+ ), H = G(
355
433
  () => ({
356
434
  series: [
357
435
  {
358
- data: r.map(({ value: f }) => f),
436
+ data: n.map(({ value: g }) => g),
359
437
  type: "bar"
360
438
  }
361
439
  ],
362
440
  xAxis: [
363
441
  {
364
- data: r.map(({ xAxisLabel: f }) => f),
365
- scaleType: "band"
442
+ data: n.map(({ label: g }) => g),
443
+ scaleType: "band",
444
+ categoryGapRatio: 0.47
445
+ // Matches the pulse width
366
446
  }
367
447
  ]
368
448
  }),
369
- [r]
449
+ [n]
370
450
  );
371
- return /* @__PURE__ */ c(de, { alignItems: "center", flexDirection: "column", children: [
372
- /* @__PURE__ */ e(se, { sx: { height: 130, width: "100%" }, children: /* @__PURE__ */ e(W, { children: ({ height: f, width: y }) => /* @__PURE__ */ c(
373
- he,
451
+ return /* @__PURE__ */ s(x, { alignItems: "center", children: [
452
+ /* @__PURE__ */ t(p, { sx: { height: 130, width: "100%" }, ref: h, children: /* @__PURE__ */ s(
453
+ fe,
374
454
  {
375
- height: f,
376
- width: y,
377
- series: E.series,
378
- xAxis: E.xAxis,
379
- ...s,
455
+ height: m,
456
+ margin: { left: 16, right: 16, top: 38, bottom: 30 },
457
+ series: H.series,
458
+ width: u,
459
+ xAxis: H.xAxis,
380
460
  children: [
381
- l && /* @__PURE__ */ e(
382
- pe,
461
+ i?.average && /* @__PURE__ */ t(
462
+ Ee,
383
463
  {
464
+ labelAlign: "middle",
384
465
  lineStyle: {
385
- stroke: m.palette.border.darker,
466
+ stroke: c.palette.border.darker,
386
467
  strokeDasharray: "0.1 5.9",
387
468
  strokeLinecap: "round",
388
469
  strokeWidth: 2
389
470
  },
390
- y: l
471
+ y: i?.average
391
472
  }
392
473
  ),
393
- /* @__PURE__ */ e(
394
- ue,
474
+ /* @__PURE__ */ t(
475
+ ge,
395
476
  {
396
477
  disableTicks: !0,
397
478
  position: "bottom",
398
479
  sx: {
399
480
  ".MuiChartsAxis-line": {
400
- stroke: m.palette.border.dark
481
+ stroke: c.palette.border.dark
401
482
  }
402
483
  },
403
484
  tickLabelStyle: {
404
485
  fontSize: 11,
405
486
  fontWeight: 400
406
- },
407
- slots: {
408
- axisLine: (g) => /* @__PURE__ */ e(Z.line, { ...g, x1: Number(g.x1) + 7, x2: Number(g.x2) - 7 })
409
487
  }
410
488
  }
411
489
  ),
412
- /* @__PURE__ */ e(
413
- fe,
490
+ /* @__PURE__ */ t(
491
+ xe,
414
492
  {
493
+ onItemClick: E,
415
494
  slots: {
416
495
  bar: (g) => {
417
- const { ownerState: U, style: Q, ..._ } = g;
418
- return /* @__PURE__ */ e(
419
- Ie,
496
+ const { ownerState: q, style: Z, ...le } = g;
497
+ return /* @__PURE__ */ t(
498
+ Ke,
420
499
  {
421
- ..._,
422
- colorRange: h,
423
- data: r,
424
- dataIndex: U.dataIndex,
425
- style: Q
500
+ ...le,
501
+ colorRange: f,
502
+ data: n,
503
+ dataIndex: q.dataIndex,
504
+ style: Z
426
505
  }
427
506
  );
428
507
  }
429
- },
430
- onItemClick: p
508
+ }
431
509
  }
432
510
  )
433
511
  ]
434
512
  }
435
- ) }) }),
436
- (o || n) && /* @__PURE__ */ e(
437
- Re,
513
+ ) }),
514
+ (o || r) && /* @__PURE__ */ t(
515
+ We,
438
516
  {
439
- average: l,
440
- color: i,
441
- legendLabelAvg: n,
517
+ average: i?.formattedAverage,
518
+ color: l,
519
+ legendLabelAvg: r,
442
520
  legendLabelMain: o
443
521
  }
444
522
  )
445
523
  ] });
446
- }, X = ({
447
- accountGuid: l,
448
- animation: i,
449
- leftLowerText: r,
450
- leftUpperText: n,
524
+ }, te = (i) => {
525
+ const [l, n] = U({ width: 0, height: 0 });
526
+ return Q(() => {
527
+ const r = () => {
528
+ if (i.current) {
529
+ const { offsetWidth: o, offsetHeight: a } = i.current;
530
+ n({ width: o, height: a });
531
+ }
532
+ };
533
+ return r(), window.addEventListener("resize", r), () => {
534
+ window.removeEventListener("resize", r);
535
+ };
536
+ }, [i]), l;
537
+ }, Ge = {
538
+ card: {
539
+ miniWidget: {
540
+ gap: 8,
541
+ padding: "12px 16px",
542
+ marginTop: 0
543
+ },
544
+ insightFeed: {
545
+ gap: 12,
546
+ padding: "0px 16px 16px 16px",
547
+ marginTop: 22
548
+ }
549
+ }
550
+ }, Y = "miniWidget", N = "insightFeed", ie = ({
551
+ account: i,
552
+ animation: l,
553
+ leftLowerText: n,
554
+ leftUpperText: r,
451
555
  isComplete: o,
452
556
  isMini: a,
453
557
  headerString: d,
454
- rightLowerText: s,
455
- rightUpperText: m
558
+ rightLowerText: c,
559
+ rightUpperText: h
456
560
  }) => {
457
- const h = {
458
- containerHeight: a ? 140 : 186,
459
- logoSize: a ? 20 : 48,
460
- card: {
461
- gap: a ? 8 : 12
462
- },
463
- padding: a ? "12px 16px 12px 16px" : "32px 16px 16px 16px"
464
- };
465
- return /* @__PURE__ */ e(
466
- u,
561
+ const m = a ? Y : N, u = F(null), { height: f, width: E } = te(u);
562
+ return /* @__PURE__ */ s(
563
+ p,
467
564
  {
468
- sx: (p) => ({
469
- backgroundColor: p.palette.background.paper,
470
- height: h.containerHeight,
471
- padding: h.padding,
472
- position: "relative",
473
- width: "-webkit-calc(100% - 64px)"
565
+ alignItems: "center",
566
+ display: "flex",
567
+ justifyContent: "center",
568
+ ref: u,
569
+ sx: (H) => ({
570
+ backgroundColor: H.palette.grey[200],
571
+ padding: 16
474
572
  }),
475
- children: /* @__PURE__ */ e(W, { children: ({ height: p, width: E }) => /* @__PURE__ */ c(A.Fragment, { children: [
476
- /* @__PURE__ */ e(
477
- B,
478
- {
479
- "aria-hidden": !0,
480
- colors: ["#3F9FEB", "#C331B6", "#30C434", "#F1CE31", "#EE3B7C"],
481
- confettiSource: {
482
- x: E / 2,
483
- y: p / 2,
484
- w: 20,
485
- h: 20
486
- },
487
- gravity: 0.05,
488
- height: p,
489
- initialVelocityX: 7,
490
- initialVelocityY: 8,
491
- numberOfPieces: 200,
492
- recycle: !1,
493
- run: i.shouldRun,
494
- style: { inset: "auto" },
495
- width: E
496
- }
497
- ),
498
- !a && /* @__PURE__ */ e(De, { accountGuid: l }),
499
- /* @__PURE__ */ c(
573
+ width: "100%",
574
+ children: [
575
+ /* @__PURE__ */ t(ee, { height: f, shouldRun: l.shouldRun, width: E }),
576
+ /* @__PURE__ */ s(
500
577
  v,
501
578
  {
502
- sx: (f) => ({
503
- alignContent: "center",
504
- backgroundColor: f.palette.background.paper,
505
- boxShadow: `0px 2px 8px 0px ${a ? "#6A73812F" : "#6A73811F"}`,
506
- borderRadius: "8px",
579
+ elevation: 1,
580
+ sx: (H) => ({
507
581
  display: "flex",
508
582
  flexDirection: "column",
583
+ alignItems: "center",
584
+ justifyContent: "center",
509
585
  flexWrap: "wrap",
510
- gap: h.card.gap,
511
- padding: h.padding,
512
- top: 24,
513
- width: E
586
+ backgroundColor: H.palette.background.paper,
587
+ borderRadius: "8px",
588
+ overflow: "visible",
589
+ minHeight: 120,
590
+ width: "100%",
591
+ ...Ge.card[m]
514
592
  }),
515
593
  children: [
516
- a ? /* @__PURE__ */ e(Fe, { accountGuid: l, headerString: d }) : /* @__PURE__ */ e(ze, { headerString: d }),
517
- /* @__PURE__ */ e(
518
- We,
519
- {
520
- isComplete: o,
521
- leftLowerText: r,
522
- leftUpperText: n,
523
- rightLowerText: s,
524
- rightUpperText: m
525
- }
526
- )
594
+ m === N && /* @__PURE__ */ t(Je, { account: i, headerString: d }),
595
+ m === Y && /* @__PURE__ */ t(Pe, { account: i, headerString: d }),
596
+ /* @__PURE__ */ s(x, { direction: "row", gap: 12, height: 58, width: "100%", children: [
597
+ /* @__PURE__ */ t(Te, { leftLowerText: n, leftUpperText: r }),
598
+ /* @__PURE__ */ t(
599
+ je,
600
+ {
601
+ isComplete: o,
602
+ rightLowerText: c,
603
+ rightUpperText: h
604
+ }
605
+ )
606
+ ] })
527
607
  ]
528
608
  }
529
609
  )
530
- ] }) })
610
+ ]
531
611
  }
532
612
  );
533
- }, j1 = ({
534
- boldText: l,
535
- iconColor: i,
536
- iconFill: r,
537
- iconSX: n,
613
+ }, et = ({
614
+ boldText: i,
615
+ iconColor: l,
616
+ iconFill: n,
617
+ iconSX: r,
538
618
  name: o,
539
619
  size: a,
540
620
  subHeaderString: d,
541
- textSX: s
542
- }) => /* @__PURE__ */ c(A.Fragment, { children: [
543
- o && /* @__PURE__ */ e(C, { color: i, fill: r, name: o, size: a, sx: n }),
544
- /* @__PURE__ */ e(M, { bold: l, sx: s, children: d })
545
- ] }), ze = ({ headerString: l }) => /* @__PURE__ */ e(
546
- x,
547
- {
548
- bold: !0,
549
- "data-ui-test": "mx-insights-sudd-full-feed-body-header-text",
550
- sx: { width: "100%", textAlign: "center" },
551
- children: l
552
- }
553
- ), De = ({ accountGuid: l }) => /* @__PURE__ */ e(
554
- u,
555
- {
556
- sx: {
557
- display: "flex",
558
- justifyContent: "center",
559
- position: "absolute",
560
- right: 0,
561
- top: 0,
562
- width: "100%",
563
- zIndex: 10
564
- },
565
- children: /* @__PURE__ */ e(
566
- q,
567
- {
568
- alt: "Financial Institution Logo",
569
- "data-ui-test": "mx-insights-sudd-full-feed-body-logo",
570
- height: 48,
571
- institutionGuid: l || "",
572
- width: 48
573
- }
574
- )
575
- }
576
- ), Ke = ({ leftLowerText: l, leftUpperText: i }) => {
577
- const r = b();
578
- return /* @__PURE__ */ c(
621
+ textSX: c
622
+ }) => /* @__PURE__ */ s(w, { children: [
623
+ o && /* @__PURE__ */ t(y, { color: l, fill: n, name: o, size: a, sx: r }),
624
+ /* @__PURE__ */ t(b, { bold: i, sx: c, children: d })
625
+ ] }), S = 48, Je = ({ account: i, headerString: l }) => /* @__PURE__ */ s(w, { children: [
626
+ /* @__PURE__ */ t(
627
+ ye,
628
+ {
629
+ elevation: 1,
630
+ sx: (n) => ({
631
+ height: S,
632
+ width: S,
633
+ borderRadius: "6px",
634
+ outline: `1.2px solid ${n.palette.border?.lighter}`,
635
+ marginTop: -22,
636
+ zIndex: 10
637
+ }),
638
+ children: /* @__PURE__ */ t(
639
+ k,
640
+ {
641
+ alt: i.logo_alt_text,
642
+ height: S,
643
+ institutionGuid: i.guid || "",
644
+ width: S
645
+ }
646
+ )
647
+ }
648
+ ),
649
+ /* @__PURE__ */ t(C, { bold: !0, sx: { width: "100%", textAlign: "center" }, children: l })
650
+ ] }), Te = ({ leftLowerText: i, leftUpperText: l }) => {
651
+ const n = M();
652
+ return /* @__PURE__ */ s(
579
653
  v,
580
654
  {
581
655
  sx: {
582
- backgroundColor: r.palette.background.default,
656
+ backgroundColor: n.palette.background.default,
657
+ boxShadow: 0,
583
658
  gap: 2,
584
659
  padding: 12,
585
660
  textAlign: "center",
586
661
  width: "100%"
587
662
  },
588
663
  children: [
589
- /* @__PURE__ */ e(
590
- x,
664
+ /* @__PURE__ */ t(
665
+ C,
591
666
  {
592
667
  "data-ui-test": "mx-insights-sudd-left-upper-text",
593
- sx: { color: r.palette.secondary.light },
668
+ sx: { color: n.palette.secondary.light },
594
669
  variant: "XSmall",
595
- children: i
670
+ children: l
596
671
  }
597
672
  ),
598
- /* @__PURE__ */ e(x, { bold: !0, "data-ui-test": "mx-insights-sudd-left-lower-text", variant: "Small", children: l })
673
+ /* @__PURE__ */ t(C, { bold: !0, "data-ui-test": "mx-insights-sudd-left-lower-text", variant: "Small", children: i })
599
674
  ]
600
675
  }
601
676
  );
602
- }, We = ({
603
- isComplete: l,
604
- leftLowerText: i,
605
- leftUpperText: r,
606
- rightLowerText: n,
607
- rightUpperText: o
608
- }) => /* @__PURE__ */ c(
609
- u,
610
- {
611
- sx: {
612
- display: "flex",
613
- flexDirection: "row",
614
- height: 58,
615
- width: "100%"
616
- },
617
- children: [
618
- /* @__PURE__ */ e(Ke, { leftLowerText: i, leftUpperText: r }),
619
- /* @__PURE__ */ e(
620
- Ge,
621
- {
622
- isComplete: l,
623
- rightLowerText: n,
624
- rightUpperText: o
625
- }
626
- )
627
- ]
628
- }
629
- ), Fe = ({ accountGuid: l, headerString: i }) => /* @__PURE__ */ c(
630
- u,
677
+ }, Pe = ({ account: i, headerString: l }) => /* @__PURE__ */ s(
678
+ p,
631
679
  {
632
680
  "data-ui-test": "mx-insights-sudd-mini-body-header",
633
681
  sx: { display: "flex", flexDirection: "row", gap: 8, justifyContent: "center" },
634
682
  children: [
635
- /* @__PURE__ */ e(
636
- q,
683
+ /* @__PURE__ */ t(
684
+ k,
637
685
  {
638
- alt: "MX",
686
+ alt: i.logo_alt_text || "Financial Institution Logo",
639
687
  "data-ui-test": "mx-insights-sudd-mini-body-header-logo",
640
688
  height: 20,
641
- institutionGuid: l || "",
689
+ institutionGuid: i.guid || "",
642
690
  width: 20
643
691
  }
644
692
  ),
645
- /* @__PURE__ */ e(x, { bold: !0, "data-ui-test": "mx-insights-sudd-mini-body-header-text", children: i })
693
+ /* @__PURE__ */ t(C, { bold: !0, "data-ui-test": "mx-insights-sudd-mini-body-header-text", children: l })
646
694
  ]
647
695
  }
648
- ), Ge = ({
649
- // isComplete,
696
+ ), je = ({
697
+ isComplete: i,
650
698
  rightLowerText: l,
651
- rightUpperText: i
699
+ rightUpperText: n
652
700
  }) => {
653
- const r = b();
654
- return /* @__PURE__ */ c(
701
+ const r = M();
702
+ return /* @__PURE__ */ t(
655
703
  v,
656
704
  {
705
+ elevation: 0,
657
706
  sx: {
658
- // backgroundColor: isComplete ? theme.palette.success.lighter : 'transparent',
659
- // border: isComplete
660
- // ? `1px solid ${theme.palette.success.darker}`
661
- // : `1px dashed ${theme.palette.secondary.lighter}`,
707
+ backgroundColor: i ? r.palette.success.lighter : "transparent",
708
+ border: i ? `1px solid ${r.palette.success.darker}` : `1px dashed ${r.palette.secondary.lighter}`,
662
709
  borderRadius: "4px",
663
- gap: 2,
664
710
  padding: 12,
665
- textAlign: "center",
666
711
  width: "100%"
667
712
  },
668
- children: [
669
- /* @__PURE__ */ e(
670
- x,
713
+ children: /* @__PURE__ */ s(x, { alignItems: "center", gap: 2, justifyContent: "center", children: [
714
+ /* @__PURE__ */ t(
715
+ C,
671
716
  {
672
717
  "data-ui-test": "mx-insights-sudd-right-upper-text",
673
- sx: { color: r.palette.secondary.light },
718
+ sx: {
719
+ color: i ? r.palette.common.black : r.palette.secondary.light
720
+ },
674
721
  variant: "XSmall",
675
- children: i
722
+ children: n
676
723
  }
677
724
  ),
678
- /* @__PURE__ */ e(
679
- x,
725
+ /* @__PURE__ */ t(
726
+ C,
680
727
  {
681
728
  bold: !0,
682
729
  "data-ui-test": "mx-insights-sudd-right-lower-text",
683
730
  sx: {
684
- // backgroundColor: isComplete
685
- // ? theme.palette.success.darker
686
- // : theme.palette.warning.lighter,
687
- // color: isComplete ? theme.palette.common.white : theme.palette.warning.darker,
688
- borderRadius: 4
731
+ backgroundColor: i ? r.palette.success.darker : r.palette.warning.lighter,
732
+ color: i ? r.palette.common.white : r.palette.warning.darker,
733
+ borderRadius: 4,
734
+ fontSize: 10,
735
+ padding: "2px 8px"
689
736
  },
690
737
  variant: "Tiny",
691
738
  children: l
692
739
  }
693
740
  )
694
- ]
741
+ ] })
695
742
  }
696
743
  );
697
- }, Je = ({
698
- button: l,
699
- withFullWidthImage: i
700
- }) => /* @__PURE__ */ e(
701
- u,
744
+ }, Ye = ({
745
+ button: i,
746
+ withFullWidthImage: l
747
+ }) => /* @__PURE__ */ t(
748
+ x,
702
749
  {
703
- className: "mx-insight-buttons",
704
- "data-ui-test": "beat-button",
705
750
  sx: {
706
- display: "flex",
707
- flexDirection: "column",
708
751
  justifyContent: "flex-end",
709
752
  flex: "1 0 auto",
710
753
  mt: 8,
711
- ...i && {
754
+ ...l && {
755
+ // TODO: Refactor out the usage of the withFullWidthImage prop being drilled down in multiple components
712
756
  px: 16,
713
757
  pb: 16
714
758
  }
715
759
  },
716
- children: l
760
+ children: i
717
761
  }
718
- ), Pe = (l, i) => /* @__PURE__ */ t.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: i, ...l }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M78.3577 97.4096H32.9454C31.9936 97.4096 31.2148 96.6308 31.2148 95.679V54.2712C31.2148 53.3194 31.9936 52.5405 32.9454 52.5405H78.3577C79.3096 52.5405 80.0884 53.3194 80.0884 54.2712V95.679C80.0884 96.6308 79.3096 97.4096 78.3577 97.4096Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M80.0884 54.2701V58.1431H31.2148V54.2701C31.2148 53.3189 31.9933 52.5396 32.9454 52.5396H78.3578C79.3099 52.5396 80.0884 53.3189 80.0884 54.2701Z", fill: "#E8F6FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.8132 55.4896C35.8132 56.2271 35.2154 56.8249 34.4779 56.8249C33.7404 56.8249 33.1426 56.2271 33.1426 55.4896C33.1426 54.7521 33.7404 54.1543 34.4779 54.1543C35.2154 54.1543 35.8132 54.7521 35.8132 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.1267 55.4896C40.1267 56.2271 39.5289 56.8249 38.7914 56.8249C38.0539 56.8249 37.4561 56.2271 37.4561 55.4896C37.4561 54.7521 38.0539 54.1543 38.7914 54.1543C39.5289 54.1543 40.1267 54.7521 40.1267 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.4372 55.4896C44.4372 56.2271 43.8394 56.8249 43.1019 56.8249C42.3645 56.8249 41.7666 56.2271 41.7666 55.4896C41.7666 54.7521 42.3645 54.1543 43.1019 54.1543C43.8394 54.1543 44.4372 54.7521 44.4372 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.6985 106.675H38.2863C37.3344 106.675 36.5557 105.896 36.5557 104.944V63.5363C36.5557 62.5845 37.3344 61.8057 38.2863 61.8057H83.6985C84.6504 61.8057 85.4292 62.5845 85.4292 63.5363V104.944C85.4292 105.896 84.6504 106.675 83.6985 106.675Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M85.4292 63.5353V67.4083H36.5557V63.5353C36.5557 62.5841 37.3342 61.8047 38.2862 61.8047H83.6986C84.6507 61.8047 85.4292 62.5841 85.4292 63.5353Z", fill: "#E8F6FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.155 64.7547C41.155 65.4922 40.5572 66.0901 39.8197 66.0901C39.0823 66.0901 38.4844 65.4922 38.4844 64.7547C38.4844 64.0173 39.0823 63.4194 39.8197 63.4194C40.5572 63.4194 41.155 64.0173 41.155 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.4675 64.7547C45.4675 65.4922 44.8697 66.0901 44.1322 66.0901C43.3947 66.0901 42.7969 65.4922 42.7969 64.7547C42.7969 64.0173 43.3947 63.4194 44.1322 63.4194C44.8697 63.4194 45.4675 64.0173 45.4675 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.779 64.7547C49.779 65.4922 49.1812 66.0901 48.4437 66.0901C47.7063 66.0901 47.1084 65.4922 47.1084 64.7547C47.1084 64.0173 47.7063 63.4194 48.4437 63.4194C49.1812 63.4194 49.779 64.0173 49.779 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M117.767 74.9926H72.3547C71.4029 74.9926 70.624 74.2139 70.624 73.2619V31.8541C70.624 30.9023 71.4029 30.1235 72.3547 30.1235H117.767C118.719 30.1235 119.498 30.9023 119.498 31.8541V73.2619C119.498 74.2139 118.719 74.9926 117.767 74.9926Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("mask", { id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 70, y: 30, width: 50, height: 6 }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.624 30.0874H119.498V35.6909H70.624V30.0874Z", fill: "white" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M119.498 31.8185V35.6915H70.624V31.8185C70.624 30.8673 71.4025 30.0879 72.3546 30.0879H117.767C118.719 30.0879 119.498 30.8673 119.498 31.8185Z", fill: "#CDD3DD" })), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M75.1814 33.0384C75.1814 33.7759 74.5835 34.3738 73.8461 34.3738C73.1086 34.3738 72.5107 33.7759 72.5107 33.0384C72.5107 32.3009 73.1086 31.7031 73.8461 31.7031C74.5835 31.7031 75.1814 32.3009 75.1814 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M79.4939 33.0384C79.4939 33.7759 78.896 34.3738 78.1586 34.3738C77.4211 34.3738 76.8232 33.7759 76.8232 33.0384C76.8232 32.3009 77.4211 31.7031 78.1586 31.7031C78.896 31.7031 79.4939 32.3009 79.4939 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.8054 33.0384C83.8054 33.7759 83.2076 34.3738 82.4701 34.3738C81.7326 34.3738 81.1348 33.7759 81.1348 33.0384C81.1348 32.3009 81.7326 31.7031 82.4701 31.7031C83.2076 31.7031 83.8054 32.3009 83.8054 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 82.5761H101.728V80.5459H91.0693V82.5761Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 85.5937H121.426V84.644H91.0693V85.5937Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 91.0863H122.441V90.1367H91.0693V91.0863Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 93.833H123.771V92.8833H91.0693V93.833Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 96.5786H110.937V95.6289H91.0693V96.5786Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 88.3397H123.771V87.3901H91.0693V88.3397Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 35.0087H42.6513V32.9785H33.1426V35.0087Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 38.0277H60.2242V37.0781H33.1426V38.0277Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 43.518H61.1298V42.5684H33.1426V43.518Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 46.2645H53.7589V45.3149H33.1426V46.2645Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 40.7724H62.3157V39.8228H33.1426V40.7724Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter0_d)" }, /* @__PURE__ */ t.createElement("mask", { id: "mask1", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 52, y: 36, width: 51, height: 65 }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.8486 36.0361H102.157V100.752H52.8486V36.0361Z", fill: "white" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask1)" }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.652 100.752H54.3538C53.5259 100.752 52.8486 100.075 52.8486 99.2473V37.541C52.8486 36.7133 53.5259 36.0361 54.3538 36.0361H100.652C101.48 36.0361 102.157 36.7133 102.157 37.541V99.2473C102.157 100.075 101.48 100.752 100.652 100.752Z", fill: "white" })), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 64.132H97.0019V62.9336H66.0273V64.132Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 66.6379H87.8484V65.4395H66.0273V66.6379Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 95.1347H87.177V93.4868H66.0273V95.1347Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 67.7822C57.9041 67.7822 56.5557 66.434 56.5557 64.7861C56.5557 63.1383 57.9041 61.79 59.5523 61.79C61.2004 61.79 62.549 63.1383 62.549 64.7861C62.549 66.434 61.2004 67.7822 59.5523 67.7822Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 87.6983C57.9041 87.6983 56.5557 86.35 56.5557 84.7022C56.5557 83.0542 57.9041 81.7061 59.5523 81.7061C61.2004 81.7061 62.549 83.0542 62.549 84.7022C62.549 86.35 61.2004 87.6983 59.5523 87.6983Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 77.7417C57.9041 77.7417 56.5557 76.3935 56.5557 74.7456C56.5557 73.0978 57.9041 71.7495 59.5523 71.7495C61.2004 71.7495 62.549 73.0978 62.549 74.7456C62.549 76.3935 61.2004 77.7417 59.5523 77.7417Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 74.0906H97.0019V72.8921H66.0273V74.0906Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 76.5969H87.8484V75.3984H66.0273V76.5969Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 84.0496H97.0019V82.8511H66.0273V84.0496Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 86.5554H87.8484V85.3569H66.0273V86.5554Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 42.273H97.0019V40.7573H66.0273V42.273Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 45.442H87.8484V43.9263H66.0273V45.442Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 41.5145H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 41.5145H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 44.6844H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 44.6844H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 52.2316H97.0019V50.7158H66.0273V52.2316Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 55.3995H87.8484V53.8838H66.0273V55.3995Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 51.4739H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 51.4739H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 54.6419H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 54.6419H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M58.1973 59.0614H96.6276H58.1973Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M58.1973 59.0614H96.6276", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5521 92.0054V96.6176V92.0054Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M59.5521 92.0054V96.6176", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.2451 94.3109H61.8582H57.2451Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M57.2451 94.3109H61.8582", stroke: "#E4E8EE", strokeWidth: 0.797096 })), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter1_d)" }, /* @__PURE__ */ t.createElement("circle", { cx: 48.4218, cy: 47.4218, r: 45.4218, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("mask", { id: "mask2", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 4, y: 3, width: 88, height: 88 }, /* @__PURE__ */ t.createElement("circle", { cx: 48.4212, cy: 47.4217, r: 43.4622, fill: "#F8F9FB" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask2)" }, /* @__PURE__ */ t.createElement("rect", { width: 93.6272, height: 94.0068, transform: "translate(3 -0.528809)", fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 12.6294, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 50.8384, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 77.5361, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 26.293, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 12.6294, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 50.8384, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 77.5361, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 26.293, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 6.0498, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 44.2598, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 70.9556, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 18.1948, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 56.4058, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 83.1025, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 31.8604, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 15.4131, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 53.6221, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 80.3179, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 29.0767, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 37.5547H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 10.2246H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 48.4355H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 75.1313H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }))), /* @__PURE__ */ t.createElement("path", { d: "M76.0285 81.4569L76.7644 80.721L80.4085 83.0384L100.493 103.122C101.095 103.725 101.095 104.702 100.493 105.304C99.8901 105.907 98.9134 105.907 98.3109 105.304L78.3227 85.3158L76.0285 81.4569Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("filter", { id: "filter0_d", x: 51.8364, y: 35.4035, width: 51.333, height: 66.7404, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 0.37957 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 0.506093 }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.15 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })), /* @__PURE__ */ t.createElement("filter", { id: "filter1_d", x: 0.469535, y: 0.734768, width: 95.9046, height: 95.9046, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 1.26523 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 1.26523 }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.16 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })))), Te = K(Pe), je = 200, Ye = 130, Ne = (l) => l || null, T = (l, i) => {
719
- l.forEach((r) => {
720
- const n = Ne(r);
721
- if (n) {
722
- const o = n.getAttribute("stroke"), a = n.getAttribute("fill");
723
- if (o && o !== "white" && n.style.setProperty("stroke", i), a) {
724
- const d = a === "white" ? "white" : i;
725
- n.style.setProperty("fill", d);
762
+ ), Ne = (i, l) => /* @__PURE__ */ e.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: l, ...i }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M78.3577 97.4096H32.9454C31.9936 97.4096 31.2148 96.6308 31.2148 95.679V54.2712C31.2148 53.3194 31.9936 52.5405 32.9454 52.5405H78.3577C79.3096 52.5405 80.0884 53.3194 80.0884 54.2712V95.679C80.0884 96.6308 79.3096 97.4096 78.3577 97.4096Z", fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M80.0884 54.2701V58.1431H31.2148V54.2701C31.2148 53.3189 31.9933 52.5396 32.9454 52.5396H78.3578C79.3099 52.5396 80.0884 53.3189 80.0884 54.2701Z", fill: "#E8F6FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.8132 55.4896C35.8132 56.2271 35.2154 56.8249 34.4779 56.8249C33.7404 56.8249 33.1426 56.2271 33.1426 55.4896C33.1426 54.7521 33.7404 54.1543 34.4779 54.1543C35.2154 54.1543 35.8132 54.7521 35.8132 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.1267 55.4896C40.1267 56.2271 39.5289 56.8249 38.7914 56.8249C38.0539 56.8249 37.4561 56.2271 37.4561 55.4896C37.4561 54.7521 38.0539 54.1543 38.7914 54.1543C39.5289 54.1543 40.1267 54.7521 40.1267 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.4372 55.4896C44.4372 56.2271 43.8394 56.8249 43.1019 56.8249C42.3645 56.8249 41.7666 56.2271 41.7666 55.4896C41.7666 54.7521 42.3645 54.1543 43.1019 54.1543C43.8394 54.1543 44.4372 54.7521 44.4372 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.6985 106.675H38.2863C37.3344 106.675 36.5557 105.896 36.5557 104.944V63.5363C36.5557 62.5845 37.3344 61.8057 38.2863 61.8057H83.6985C84.6504 61.8057 85.4292 62.5845 85.4292 63.5363V104.944C85.4292 105.896 84.6504 106.675 83.6985 106.675Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M85.4292 63.5353V67.4083H36.5557V63.5353C36.5557 62.5841 37.3342 61.8047 38.2862 61.8047H83.6986C84.6507 61.8047 85.4292 62.5841 85.4292 63.5353Z", fill: "#E8F6FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.155 64.7547C41.155 65.4922 40.5572 66.0901 39.8197 66.0901C39.0823 66.0901 38.4844 65.4922 38.4844 64.7547C38.4844 64.0173 39.0823 63.4194 39.8197 63.4194C40.5572 63.4194 41.155 64.0173 41.155 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.4675 64.7547C45.4675 65.4922 44.8697 66.0901 44.1322 66.0901C43.3947 66.0901 42.7969 65.4922 42.7969 64.7547C42.7969 64.0173 43.3947 63.4194 44.1322 63.4194C44.8697 63.4194 45.4675 64.0173 45.4675 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.779 64.7547C49.779 65.4922 49.1812 66.0901 48.4437 66.0901C47.7063 66.0901 47.1084 65.4922 47.1084 64.7547C47.1084 64.0173 47.7063 63.4194 48.4437 63.4194C49.1812 63.4194 49.779 64.0173 49.779 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M117.767 74.9926H72.3547C71.4029 74.9926 70.624 74.2139 70.624 73.2619V31.8541C70.624 30.9023 71.4029 30.1235 72.3547 30.1235H117.767C118.719 30.1235 119.498 30.9023 119.498 31.8541V73.2619C119.498 74.2139 118.719 74.9926 117.767 74.9926Z", fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("mask", { id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 70, y: 30, width: 50, height: 6 }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.624 30.0874H119.498V35.6909H70.624V30.0874Z", fill: "white" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M119.498 31.8185V35.6915H70.624V31.8185C70.624 30.8673 71.4025 30.0879 72.3546 30.0879H117.767C118.719 30.0879 119.498 30.8673 119.498 31.8185Z", fill: "#CDD3DD" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M75.1814 33.0384C75.1814 33.7759 74.5835 34.3738 73.8461 34.3738C73.1086 34.3738 72.5107 33.7759 72.5107 33.0384C72.5107 32.3009 73.1086 31.7031 73.8461 31.7031C74.5835 31.7031 75.1814 32.3009 75.1814 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M79.4939 33.0384C79.4939 33.7759 78.896 34.3738 78.1586 34.3738C77.4211 34.3738 76.8232 33.7759 76.8232 33.0384C76.8232 32.3009 77.4211 31.7031 78.1586 31.7031C78.896 31.7031 79.4939 32.3009 79.4939 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.8054 33.0384C83.8054 33.7759 83.2076 34.3738 82.4701 34.3738C81.7326 34.3738 81.1348 33.7759 81.1348 33.0384C81.1348 32.3009 81.7326 31.7031 82.4701 31.7031C83.2076 31.7031 83.8054 32.3009 83.8054 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 82.5761H101.728V80.5459H91.0693V82.5761Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 85.5937H121.426V84.644H91.0693V85.5937Z", fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 91.0863H122.441V90.1367H91.0693V91.0863Z", fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 93.833H123.771V92.8833H91.0693V93.833Z", fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 96.5786H110.937V95.6289H91.0693V96.5786Z", fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 88.3397H123.771V87.3901H91.0693V88.3397Z", fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 35.0087H42.6513V32.9785H33.1426V35.0087Z", fill: "#C3E4FF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 38.0277H60.2242V37.0781H33.1426V38.0277Z", fill: "#D6EEFF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 43.518H61.1298V42.5684H33.1426V43.518Z", fill: "#D6EEFF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 46.2645H53.7589V45.3149H33.1426V46.2645Z", fill: "#D6EEFF" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 40.7724H62.3157V39.8228H33.1426V40.7724Z", fill: "#D6EEFF" }), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter0_d)" }, /* @__PURE__ */ e.createElement("mask", { id: "mask1", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 52, y: 36, width: 51, height: 65 }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.8486 36.0361H102.157V100.752H52.8486V36.0361Z", fill: "white" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask1)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.652 100.752H54.3538C53.5259 100.752 52.8486 100.075 52.8486 99.2473V37.541C52.8486 36.7133 53.5259 36.0361 54.3538 36.0361H100.652C101.48 36.0361 102.157 36.7133 102.157 37.541V99.2473C102.157 100.075 101.48 100.752 100.652 100.752Z", fill: "white" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 64.132H97.0019V62.9336H66.0273V64.132Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 66.6379H87.8484V65.4395H66.0273V66.6379Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 95.1347H87.177V93.4868H66.0273V95.1347Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 67.7822C57.9041 67.7822 56.5557 66.434 56.5557 64.7861C56.5557 63.1383 57.9041 61.79 59.5523 61.79C61.2004 61.79 62.549 63.1383 62.549 64.7861C62.549 66.434 61.2004 67.7822 59.5523 67.7822Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 87.6983C57.9041 87.6983 56.5557 86.35 56.5557 84.7022C56.5557 83.0542 57.9041 81.7061 59.5523 81.7061C61.2004 81.7061 62.549 83.0542 62.549 84.7022C62.549 86.35 61.2004 87.6983 59.5523 87.6983Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 77.7417C57.9041 77.7417 56.5557 76.3935 56.5557 74.7456C56.5557 73.0978 57.9041 71.7495 59.5523 71.7495C61.2004 71.7495 62.549 73.0978 62.549 74.7456C62.549 76.3935 61.2004 77.7417 59.5523 77.7417Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 74.0906H97.0019V72.8921H66.0273V74.0906Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 76.5969H87.8484V75.3984H66.0273V76.5969Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 84.0496H97.0019V82.8511H66.0273V84.0496Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 86.5554H87.8484V85.3569H66.0273V86.5554Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 42.273H97.0019V40.7573H66.0273V42.273Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 45.442H87.8484V43.9263H66.0273V45.442Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 41.5145H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M64.7861 41.5145H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 44.6844H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M64.7861 44.6844H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 52.2316H97.0019V50.7158H66.0273V52.2316Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 55.3995H87.8484V53.8838H66.0273V55.3995Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 51.4739H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M64.7861 51.4739H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 54.6419H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M64.7861 54.6419H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M58.1973 59.0614H96.6276H58.1973Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M58.1973 59.0614H96.6276", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5521 92.0054V96.6176V92.0054Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M59.5521 92.0054V96.6176", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.2451 94.3109H61.8582H57.2451Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M57.2451 94.3109H61.8582", stroke: "#E4E8EE", strokeWidth: 0.797096 })), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter1_d)" }, /* @__PURE__ */ e.createElement("circle", { cx: 48.4218, cy: 47.4218, r: 45.4218, fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("mask", { id: "mask2", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 4, y: 3, width: 88, height: 88 }, /* @__PURE__ */ e.createElement("circle", { cx: 48.4212, cy: 47.4217, r: 43.4622, fill: "#F8F9FB" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask2)" }, /* @__PURE__ */ e.createElement("rect", { width: 93.6272, height: 94.0068, transform: "translate(3 -0.528809)", fill: "white" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 12.6294, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 50.8384, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 77.5361, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 26.293, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 12.6294, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 50.8384, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 77.5361, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 26.293, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 6.0498, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 44.2598, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 12.8691, y: 70.9556, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 18.1948, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 56.4058, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 83.1025, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 23.75, y: 31.8604, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 68.4131, y: 15.4131, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 68.4131, y: 53.6221, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 68.4131, y: 80.3179, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("rect", { x: 68.4131, y: 29.0767, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 37.5547H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 10.2246H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 48.4355H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 75.1313H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ e.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }))), /* @__PURE__ */ e.createElement("path", { d: "M76.0285 81.4569L76.7644 80.721L80.4085 83.0384L100.493 103.122C101.095 103.725 101.095 104.702 100.493 105.304C99.8901 105.907 98.9134 105.907 98.3109 105.304L78.3227 85.3158L76.0285 81.4569Z", fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("filter", { id: "filter0_d", x: 51.8364, y: 35.4035, width: 51.333, height: 66.7404, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ e.createElement("feOffset", { dy: 0.37957 }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 0.506093 }), /* @__PURE__ */ e.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.15 0" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })), /* @__PURE__ */ e.createElement("filter", { id: "filter1_d", x: 0.469535, y: 0.734768, width: 95.9046, height: 95.9046, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ e.createElement("feOffset", { dy: 1.26523 }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 1.26523 }), /* @__PURE__ */ e.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.16 0" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })))), Be = I(Ne), Xe = 200, Oe = 130, Ue = (i) => i || null, B = (i, l) => {
763
+ i.forEach((n) => {
764
+ const r = Ue(n);
765
+ if (r) {
766
+ const o = r.getAttribute("stroke"), a = r.getAttribute("fill");
767
+ if (o && o !== "white" && r.style.setProperty("stroke", l), a) {
768
+ const d = a === "white" ? "white" : l;
769
+ r.style.setProperty("fill", d);
726
770
  }
727
771
  }
728
772
  });
729
- }, V = {
773
+ }, R = {
730
774
  100: "primary.lighter",
731
775
  200: "primary.light",
732
776
  300: "primary.main",
733
777
  400: "primary.dark",
734
778
  500: "primary.darker"
735
- }, O = ({ divProps: l, image: i, isMini: r = !1 }) => {
736
- const n = le(null);
737
- return ie(() => {
738
- if (!n.current) return;
739
- const o = n.current, a = o.querySelectorAll(".Overlay");
740
- ["brand100", "brand200", "brand300", "brand400", "brand500"].forEach((s, m) => {
741
- const h = o.querySelectorAll(`.${s}`), p = (100 + m).toString();
742
- T(h, V[p]);
743
- }), T(a, V[300]);
744
- }, [V]), /* @__PURE__ */ e(
779
+ }, K = ({ divProps: i, image: l, isMini: n = !1 }) => {
780
+ const r = F(null);
781
+ return Q(() => {
782
+ if (!r.current) return;
783
+ const o = r.current, a = o.querySelectorAll(".Overlay");
784
+ ["brand100", "brand200", "brand300", "brand400", "brand500"].forEach((c, h) => {
785
+ const m = o.querySelectorAll(`.${c}`), u = (100 + h).toString();
786
+ B(m, R[u]);
787
+ }), B(a, R[300]);
788
+ }, [R]), /* @__PURE__ */ t(
745
789
  "div",
746
790
  {
747
791
  style: {
748
- maxWidth: r ? Ye : je,
792
+ maxWidth: n ? Oe : Xe,
749
793
  width: "100%"
750
794
  },
751
- ...l,
752
- children: /* @__PURE__ */ e(i, { ref: n })
795
+ ...i,
796
+ children: /* @__PURE__ */ t(l, { ref: r })
753
797
  }
754
798
  );
755
- }, Be = {
799
+ }, Qe = {
756
800
  marginBottom: 16,
757
801
  maxWidth: 120,
758
802
  width: "100%"
759
- }, Xe = ({ erroredText: l }) => /* @__PURE__ */ c(
760
- H,
803
+ }, _e = ({ erroredText: i }) => /* @__PURE__ */ s(
804
+ x,
761
805
  {
762
806
  sx: {
763
807
  alignItems: "center"
764
808
  },
765
809
  children: [
766
- /* @__PURE__ */ e(O, { divProps: { style: Be }, image: Te }),
767
- /* @__PURE__ */ e(x, { color: "secondary", sx: { mx: 8, mb: 8 }, variant: "ParagraphSmall", children: l })
810
+ /* @__PURE__ */ t(K, { divProps: { style: Qe }, image: Be }),
811
+ /* @__PURE__ */ t(C, { color: "secondary", sx: { mx: 8, mb: 8 }, variant: "ParagraphSmall", children: i })
768
812
  ]
769
813
  }
770
- ), Oe = re(({ ariaLabel: l, onClick: i }) => /* @__PURE__ */ e(
771
- F,
814
+ ), $e = ae(({ ariaLabel: i, onClick: l }) => /* @__PURE__ */ t(
815
+ W,
772
816
  {
773
- "aria-label": l,
774
- onClick: i,
817
+ "aria-label": i,
818
+ onClick: l,
775
819
  sx: { position: "relative !important", bottom: 6 },
776
- children: /* @__PURE__ */ e(
777
- C,
820
+ children: /* @__PURE__ */ t(
821
+ y,
778
822
  {
779
823
  name: "more_horiz",
780
824
  size: 24,
@@ -784,25 +828,25 @@ const Se = ({
784
828
  }
785
829
  )
786
830
  }
787
- )), Ue = ({
788
- anchorEl: l,
789
- handleClose: i,
790
- handleMenuItem: r,
791
- menuItems: n
792
- }) => /* @__PURE__ */ e(
793
- Ee,
831
+ )), e1 = ({
832
+ anchorEl: i,
833
+ handleClose: l,
834
+ handleMenuItem: n,
835
+ menuItems: r
836
+ }) => /* @__PURE__ */ t(
837
+ ve,
794
838
  {
795
839
  MenuListProps: { sx: { width: 212 } },
796
- anchorEl: l,
840
+ anchorEl: i,
797
841
  anchorOrigin: { horizontal: "right", vertical: "top" },
798
842
  disableScrollLock: !0,
799
- onClose: i,
800
- open: !!l,
843
+ onClose: l,
844
+ open: !!i,
801
845
  transformOrigin: { horizontal: "right", vertical: "top" },
802
- children: n.map(({ icon: o, key: a, text: d }, s) => /* @__PURE__ */ c(xe, { onClick: () => r(s, a), sx: { padding: 12 }, children: [
803
- /* @__PURE__ */ e(I, { sx: { minWidth: "32px !important" }, children: o }),
804
- /* @__PURE__ */ e(
805
- R,
846
+ children: r.map(({ icon: o, key: a, text: d }, c) => /* @__PURE__ */ s(He, { onClick: () => n(c, a), sx: { padding: 12 }, children: [
847
+ /* @__PURE__ */ t(z, { sx: { minWidth: "32px !important" }, children: o }),
848
+ /* @__PURE__ */ t(
849
+ D,
806
850
  {
807
851
  primary: d,
808
852
  primaryTypographyProps: {
@@ -814,50 +858,50 @@ const Se = ({
814
858
  )
815
859
  ] }, a))
816
860
  }
817
- ), Qe = ({
818
- ariaLabel: l,
819
- menuItems: i = [],
820
- onClick: r,
821
- shouldShowMenu: n = !1,
861
+ ), t1 = ({
862
+ ariaLabel: i,
863
+ menuItems: l = [],
864
+ onClick: n,
865
+ shouldShowMenu: r = !1,
822
866
  subHeader: o,
823
867
  title: a
824
868
  }) => {
825
- const [d, s] = ne(null);
826
- return /* @__PURE__ */ c(S, { children: [
827
- /* @__PURE__ */ e(
828
- ce,
869
+ const [d, c] = U(null);
870
+ return /* @__PURE__ */ s(w, { children: [
871
+ /* @__PURE__ */ t(
872
+ Ae,
829
873
  {
830
- action: n && l ? /* @__PURE__ */ e(Oe, { ariaLabel: l, onClick: (p) => {
831
- s(p.currentTarget);
874
+ action: r && i ? /* @__PURE__ */ t($e, { ariaLabel: i, onClick: (u) => {
875
+ c(u.currentTarget);
832
876
  } }) : null,
833
877
  subheader: o ?? null,
834
878
  sx: { alignItems: "flex-start", p: 0, mb: 16 },
835
- title: /* @__PURE__ */ e(N, { children: a })
879
+ title: /* @__PURE__ */ t(_, { children: a })
836
880
  }
837
881
  ),
838
- d && /* @__PURE__ */ e(
839
- Ue,
882
+ d && /* @__PURE__ */ t(
883
+ e1,
840
884
  {
841
885
  anchorEl: d,
842
- handleClose: () => s(null),
843
- handleMenuItem: (p, E) => {
844
- r?.(p, E);
886
+ handleClose: () => c(null),
887
+ handleMenuItem: (u, f) => {
888
+ n?.(u, f);
845
889
  },
846
- menuItems: i
890
+ menuItems: l
847
891
  }
848
892
  )
849
893
  ] });
850
- }, _e = "data:image/gif;base64,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", $e = ({ altImg: l }) => /* @__PURE__ */ e(
851
- H,
894
+ }, i1 = "data:image/gif;base64,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", l1 = ({ altImg: i }) => /* @__PURE__ */ t(
895
+ x,
852
896
  {
853
897
  sx: {
854
898
  alignItems: "center"
855
899
  },
856
- children: /* @__PURE__ */ e(
900
+ children: /* @__PURE__ */ t(
857
901
  "img",
858
902
  {
859
- alt: l,
860
- src: _e,
903
+ alt: i,
904
+ src: i1,
861
905
  style: {
862
906
  marginBottom: 25,
863
907
  height: 64,
@@ -866,70 +910,70 @@ const Se = ({
866
910
  }
867
911
  )
868
912
  }
869
- ), e1 = ({
870
- beat: l,
871
- children: i,
872
- descriptionPlacement: r = "bottom",
873
- hideDescription: n = !1,
913
+ ), r1 = ({
914
+ beat: i,
915
+ children: l,
916
+ descriptionPlacement: n = "bottom",
917
+ hideDescription: r = !1,
874
918
  inDescriptionCtaOnClick: o,
875
919
  hasFullWidthImage: a,
876
920
  hasFooterButton: d = !1
877
921
  }) => {
878
- const s = n || !l.html_description;
879
- return /* @__PURE__ */ c(A.Fragment, { children: [
880
- r === "top" && !s && /* @__PURE__ */ e(
881
- j,
922
+ const c = r || !i.html_description;
923
+ return /* @__PURE__ */ s(A.Fragment, { children: [
924
+ n === "top" && !c && /* @__PURE__ */ t(
925
+ X,
882
926
  {
883
- beat: l,
927
+ beat: i,
884
928
  footerButton: d,
885
929
  hasFullWidthImage: a,
886
930
  inDescriptionCtaOnClick: o
887
931
  }
888
932
  ),
889
- /* @__PURE__ */ e(
890
- H,
933
+ /* @__PURE__ */ t(
934
+ x,
891
935
  {
892
936
  sx: {
893
937
  alignItems: "center"
894
938
  },
895
- children: i
939
+ children: l
896
940
  }
897
941
  ),
898
- r === "bottom" && !s && /* @__PURE__ */ e(
899
- j,
942
+ n === "bottom" && !c && /* @__PURE__ */ t(
943
+ X,
900
944
  {
901
- beat: l,
945
+ beat: i,
902
946
  footerButton: d,
903
947
  hasFullWidthImage: a,
904
948
  inDescriptionCtaOnClick: o
905
949
  }
906
950
  )
907
951
  ] });
908
- }, t1 = ({
909
- button: l = null,
910
- children: i,
911
- description: r,
912
- header: n,
952
+ }, n1 = ({
953
+ button: i = null,
954
+ children: l,
955
+ description: n,
956
+ header: r,
913
957
  isError: o = !1,
914
958
  isLoading: a = !1,
915
959
  errorText: d = "",
916
- feedback: s
917
- }) => /* @__PURE__ */ c(v, { sx: { p: 16 }, children: [
918
- /* @__PURE__ */ e(Qe, { ...n }),
919
- o ? /* @__PURE__ */ e(Xe, { erroredText: d }) : /* @__PURE__ */ c(S, { children: [
920
- /* @__PURE__ */ e(e1, { ...r, hasFooterButton: !!l, children: a ? /* @__PURE__ */ e($e, {}) : i }),
921
- l && /* @__PURE__ */ e(Je, { button: l }),
922
- s
960
+ feedback: c
961
+ }) => /* @__PURE__ */ s(v, { sx: { p: 16 }, children: [
962
+ /* @__PURE__ */ t(t1, { ...r }),
963
+ o ? /* @__PURE__ */ t(_e, { erroredText: d }) : /* @__PURE__ */ s(w, { children: [
964
+ /* @__PURE__ */ t(r1, { ...n, hasFooterButton: !!i, children: a ? /* @__PURE__ */ t(l1, {}) : l }),
965
+ i && /* @__PURE__ */ t(Ye, { button: i }),
966
+ c
923
967
  ] })
924
- ] }), j = ({
925
- beat: l,
926
- inDescriptionCtaOnClick: i,
927
- hasFullWidthImage: r,
928
- footerButton: n
968
+ ] }), X = ({
969
+ beat: i,
970
+ inDescriptionCtaOnClick: l,
971
+ hasFullWidthImage: n,
972
+ footerButton: r
929
973
  }) => {
930
- const { html_description: o, in_description_cta: a } = l, d = n ? 16 : 8;
931
- return /* @__PURE__ */ c(
932
- Ce,
974
+ const { html_description: o, in_description_cta: a } = i, d = r ? 16 : 8;
975
+ return /* @__PURE__ */ s(
976
+ $,
933
977
  {
934
978
  sx: {
935
979
  p: 0,
@@ -938,8 +982,8 @@ const Se = ({
938
982
  }
939
983
  },
940
984
  children: [
941
- /* @__PURE__ */ e(
942
- x,
985
+ /* @__PURE__ */ t(
986
+ C,
943
987
  {
944
988
  dangerouslySetInnerHTML: { __html: o },
945
989
  sx: {
@@ -948,77 +992,78 @@ const Se = ({
948
992
  mx: 8,
949
993
  wordBreak: "break-word",
950
994
  wordWrap: "break-word",
951
- ...r && { px: 16 }
995
+ ...n && { px: 16 }
952
996
  },
953
997
  variant: "ParagraphSmall"
954
998
  }
955
999
  ),
956
- a && /* @__PURE__ */ c(L, { onClick: i, sx: { mb: d }, children: [
1000
+ a && /* @__PURE__ */ s(L, { onClick: l, sx: { mb: d }, children: [
957
1001
  a,
958
- /* @__PURE__ */ e(C, { name: "chevron_right" })
1002
+ /* @__PURE__ */ t(y, { name: "chevron_right" })
959
1003
  ] })
960
1004
  ]
961
1005
  }
962
1006
  );
963
- }, Y1 = ({
964
- beat: l,
965
- disabled: i = !1,
966
- hide: r = !1,
967
- onClick: n = () => {
1007
+ }, tt = ({
1008
+ beat: i,
1009
+ disabled: l = !1,
1010
+ hide: n = !1,
1011
+ onClick: r = () => {
968
1012
  },
969
1013
  primary: o = !0,
970
1014
  sx: a,
971
- variant: d,
972
- ...s
973
- }) => {
974
- const m = b();
975
- if (r)
976
- return null;
977
- const h = w(L)({
978
- width: "100%",
979
- color: o ? "#359BCF" : m.palette.secondary.main,
980
- backgroundColor: m.palette.background.paper,
981
- // border: primary ? `1px solid ${theme.palette.border.main}` : 0,
982
- fontSize: o ? 15 : 13,
983
- "&:hover": {
984
- border: !i && o ? `1px solid ${m.palette.primary.dark}` : 0,
985
- color: !o && "#359BCF"
1015
+ variant: d = !o && "text",
1016
+ ...c
1017
+ }) => n ? null : /* @__PURE__ */ t(
1018
+ L,
1019
+ {
1020
+ disabled: l,
1021
+ fullWidth: !0,
1022
+ id: o ? `primary-cta-${i.guid}` : `secondary-cta-${i.guid}`,
1023
+ onClick: r,
1024
+ sx: () => ({
1025
+ color: o ? "primary.main" : "text.secondary",
1026
+ fontSize: o ? 15 : 13,
1027
+ fontWeight: o ? 600 : 700,
1028
+ p: "0px 16px",
1029
+ borderColor: "border.light",
1030
+ ...a
1031
+ }),
1032
+ variant: l && o ? "contained" : d || "outlined",
1033
+ ...c,
1034
+ children: o ? i.call_to_action : i.supporting_action
1035
+ }
1036
+ ), a1 = (i, l) => /* @__PURE__ */ e.createElement("svg", { width: 295, height: 142, viewBox: "0 0 295 142", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: l, ...i }, /* @__PURE__ */ e.createElement("path", { d: "M0.5 4C0.5 2.067 2.067 0.5 4 0.5H291C292.933 0.5 294.5 2.067 294.5 4V39.5H0.5V4Z", stroke: "#EEF1F6" }), /* @__PURE__ */ e.createElement("path", { d: "M0.5 102.5H294.5V138C294.5 139.933 292.933 141.5 291 141.5H4.00001C2.06701 141.5 0.5 139.933 0.5 138V102.5Z", fill: "#F8F9FB", stroke: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 39.5, width: 294, height: 63, fill: "white", stroke: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 16, y: 55, width: 32, height: 32, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 16, y: 15, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 16, y: 118, width: 80, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 226, y: 118, width: 56, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 64, y: 60, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 232, y: 60, width: 47, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ e.createElement("rect", { x: 64, y: 76, width: 60, height: 4, rx: 2, fill: "#EEF1F6" })), o1 = I(a1), d1 = {
1037
+ padding: 8,
1038
+ marginTop: 8,
1039
+ marginBottom: 12
1040
+ }, it = () => /* @__PURE__ */ t(
1041
+ x,
1042
+ {
1043
+ sx: {
1044
+ flexDirection: "row",
1045
+ justifyContent: "center"
986
1046
  },
987
- padding: "0px 16px",
988
- ...a
989
- });
990
- return /* @__PURE__ */ e(
991
- h,
992
- {
993
- "data-ui-test": o ? `primary-cta-${l.template}` : `secondary-cta-${l.template}`,
994
- disabled: i,
995
- id: o ? `primary-cta-${l.guid}` : `secondary-cta-${l.guid}`,
996
- onClick: (p) => {
997
- n(p);
998
- },
999
- variant: d || "outlined",
1000
- ...s,
1001
- children: o ? l.call_to_action : l.supporting_action
1002
- }
1003
- );
1004
- }, N1 = ({
1005
- ariaHidden: l = !1,
1006
- beat: i,
1007
- children: r,
1008
- DismissedBeatSwitcher: n,
1047
+ children: /* @__PURE__ */ t(K, { divProps: { style: d1 }, image: o1 })
1048
+ }
1049
+ ), lt = ({
1050
+ ariaHidden: i = !1,
1051
+ beat: l,
1052
+ children: n,
1053
+ DismissedBeatSwitcher: r,
1009
1054
  elementTag: o,
1010
1055
  setRefs: a
1011
- }) => /* @__PURE__ */ e(
1012
- ({ elementTag: s, children: m, ...h }) => {
1013
- const p = s;
1014
- return A.createElement(p, h, m);
1056
+ }) => /* @__PURE__ */ t(
1057
+ ({ elementTag: c, children: h, ...m }) => {
1058
+ const u = c;
1059
+ return A.createElement(u, m, h);
1015
1060
  },
1016
1061
  {
1017
- "aria-hidden": l,
1018
- "aria-labelledby": o === "article" ? i.guid : null,
1019
- "data-ui-test": `${i.template}`,
1062
+ "aria-hidden": i,
1063
+ "aria-labelledby": o === "article" ? l.guid : null,
1064
+ "data-ui-test": `${l.template}`,
1020
1065
  elementTag: o || "article",
1021
- id: `${i.guid}-article`,
1066
+ id: `${l.guid}-article`,
1022
1067
  ref: a,
1023
1068
  style: {
1024
1069
  position: "relative",
@@ -1028,31 +1073,31 @@ const Se = ({
1028
1073
  flexDirection: "column",
1029
1074
  boxSizing: "border-box"
1030
1075
  },
1031
- children: i.dismissed_at ? n : r
1076
+ children: l.dismissed_at ? r : n
1032
1077
  }
1033
- ), B1 = ({
1034
- headerText: l,
1035
- menuHeaderCloseButtonAriaLabel: i,
1036
- onCancel: r,
1037
- onClose: n,
1078
+ ), rt = ({
1079
+ headerText: i,
1080
+ menuHeaderCloseButtonAriaLabel: l,
1081
+ onCancel: n,
1082
+ onClose: r,
1038
1083
  rating: o,
1039
1084
  sx: a = {}
1040
- }) => /* @__PURE__ */ c(ge, { fontSize: 18, id: "alert-dialog-title", children: [
1041
- l,
1042
- /* @__PURE__ */ e(
1043
- F,
1085
+ }) => /* @__PURE__ */ s(be, { fontSize: 18, id: "alert-dialog-title", children: [
1086
+ i,
1087
+ /* @__PURE__ */ t(
1088
+ W,
1044
1089
  {
1045
- "aria-label": o ? i.ratingExist : i.ratingDoesntExist,
1090
+ "aria-label": o ? l.ratingExist : l.ratingDoesntExist,
1046
1091
  "data-ui-test": "feedback-close-button",
1047
1092
  onClick: () => {
1048
- r(), n();
1093
+ n(), r();
1049
1094
  },
1050
1095
  sx: {
1051
1096
  position: "absolute",
1052
1097
  right: 12
1053
1098
  },
1054
- children: /* @__PURE__ */ e(
1055
- C,
1099
+ children: /* @__PURE__ */ t(
1100
+ y,
1056
1101
  {
1057
1102
  name: "cancel",
1058
1103
  sx: {
@@ -1062,25 +1107,25 @@ const Se = ({
1062
1107
  )
1063
1108
  }
1064
1109
  )
1065
- ] }), X1 = ({
1066
- buttonText: l,
1067
- errorMessage: i,
1068
- feedbackMessage: r,
1069
- onCancel: n,
1110
+ ] }), nt = ({
1111
+ buttonText: i,
1112
+ errorMessage: l,
1113
+ feedbackMessage: n,
1114
+ onCancel: r,
1070
1115
  onClose: o,
1071
1116
  selectedRadio: a
1072
1117
  }) => {
1073
- const d = b(), { cancelText: s, submitText: m } = l, h = w(L)({
1118
+ const d = M(), { cancelText: c, submitText: h } = i, m = J(L)({
1074
1119
  backgroundColor: "transparent",
1075
1120
  color: d.palette.primary.light,
1076
1121
  fontSize: 15,
1077
1122
  "&:hover": {
1078
- color: d.palette.primary.dark
1079
- // backgroundColor: theme.palette.primary.lighter,
1123
+ color: d.palette.primary.dark,
1124
+ backgroundColor: d.palette.primary.lighter
1080
1125
  },
1081
1126
  marginTop: 12,
1082
1127
  width: "100%"
1083
- }), p = w(L)({
1128
+ }), u = J(L)({
1084
1129
  backgroundColor: d.palette.action.active,
1085
1130
  borderRadius: 4,
1086
1131
  fontSize: 16,
@@ -1090,8 +1135,8 @@ const Se = ({
1090
1135
  padding: "12px 16px",
1091
1136
  width: "100%"
1092
1137
  });
1093
- return /* @__PURE__ */ c(
1094
- u,
1138
+ return /* @__PURE__ */ s(
1139
+ p,
1095
1140
  {
1096
1141
  sx: {
1097
1142
  display: "flex",
@@ -1100,58 +1145,58 @@ const Se = ({
1100
1145
  marginTop: 24
1101
1146
  },
1102
1147
  children: [
1103
- /* @__PURE__ */ e(
1104
- p,
1148
+ /* @__PURE__ */ t(
1149
+ u,
1105
1150
  {
1106
1151
  className: "mx-insights-beat-feedback-submit-button",
1107
1152
  "data-ui-test": "submit-button",
1108
- disabled: !r && a === void 0 || !!i,
1153
+ disabled: !n && a === void 0 || !!l,
1109
1154
  type: "submit",
1110
- children: m
1155
+ children: h
1111
1156
  }
1112
1157
  ),
1113
- /* @__PURE__ */ e(
1114
- h,
1158
+ /* @__PURE__ */ t(
1159
+ m,
1115
1160
  {
1116
1161
  className: "mx-insights-beat-feedback-no-thanks-button",
1117
1162
  "data-ui-test": "no-thanks-button",
1118
1163
  onClick: () => {
1119
- n(), o();
1164
+ r(), o();
1120
1165
  },
1121
- children: s
1166
+ children: c
1122
1167
  }
1123
1168
  )
1124
1169
  ]
1125
1170
  }
1126
1171
  );
1127
- }, O1 = ({ bodyText: l }) => /* @__PURE__ */ e(u, { style: { padding: "8px 24px 8px 0px" }, children: /* @__PURE__ */ e(x, { "data-ui-test": "feedback-description", children: l }) }), U1 = ({
1128
- feedbackOptions: l,
1129
- groupAriaLabel: i,
1130
- selectedRadio: r,
1131
- setSelectedRadio: n
1132
- }) => /* @__PURE__ */ e(
1133
- ye,
1172
+ }, at = ({ bodyText: i }) => /* @__PURE__ */ t(p, { style: { padding: "8px 24px 8px 0px" }, children: /* @__PURE__ */ t(C, { "data-ui-test": "feedback-description", children: i }) }), ot = ({
1173
+ feedbackOptions: i,
1174
+ groupAriaLabel: l,
1175
+ selectedRadio: n,
1176
+ setSelectedRadio: r
1177
+ }) => /* @__PURE__ */ t(
1178
+ Me,
1134
1179
  {
1135
1180
  sx: {
1136
1181
  p: 24,
1137
1182
  width: "100%"
1138
1183
  },
1139
- children: /* @__PURE__ */ e(ve, { "aria-label": i, name: "radio-buttons-group", children: l.map((o, a) => /* @__PURE__ */ e(
1140
- u,
1184
+ children: /* @__PURE__ */ t(ke, { "aria-label": l, name: "radio-buttons-group", children: i.map((o, a) => /* @__PURE__ */ t(
1185
+ p,
1141
1186
  {
1142
- sx: () => ({
1143
- p: "24px 0px 23px 0px"
1144
- // borderBottom: `1px solid ${theme.palette.border.light}`,
1187
+ sx: (d) => ({
1188
+ p: "24px 0px 23px 0px",
1189
+ borderBottom: `1px solid ${d.palette.border.light}`
1145
1190
  }),
1146
- children: /* @__PURE__ */ e(
1147
- Ae,
1191
+ children: /* @__PURE__ */ t(
1192
+ we,
1148
1193
  {
1149
- control: /* @__PURE__ */ e(
1150
- He,
1194
+ control: /* @__PURE__ */ t(
1195
+ Le,
1151
1196
  {
1152
- checked: r === a,
1197
+ checked: n === a,
1153
1198
  name: `radio-${a}`,
1154
- onChange: (d) => n(Number(d.target.value)),
1199
+ onChange: (d) => r(Number(d.target.value)),
1155
1200
  size: "small",
1156
1201
  sx: (d) => ({
1157
1202
  color: d.palette.secondary.light,
@@ -1174,23 +1219,23 @@ const Se = ({
1174
1219
  a
1175
1220
  )) })
1176
1221
  }
1177
- ), Q1 = ({
1178
- error: l,
1179
- feedbackAriaLabel: i,
1180
- feedbackCharacterLimitText: r,
1181
- feedbackDescriptionPlaceHolder: n,
1222
+ ), dt = ({
1223
+ error: i,
1224
+ feedbackAriaLabel: l,
1225
+ feedbackCharacterLimitText: n,
1226
+ feedbackDescriptionPlaceHolder: r,
1182
1227
  feedbackLabel: o,
1183
1228
  feedbackMessage: a,
1184
1229
  sendAnalytics: d,
1185
- setFeedbackMessage: s,
1186
- validateForm: m
1230
+ setFeedbackMessage: c,
1231
+ validateForm: h
1187
1232
  }) => {
1188
- const h = be(Me)({
1233
+ const m = Se(qe)({
1189
1234
  height: 93,
1190
1235
  resize: "none"
1191
- }), p = Le();
1192
- return /* @__PURE__ */ c(
1193
- u,
1236
+ }), u = Ve();
1237
+ return /* @__PURE__ */ s(
1238
+ p,
1194
1239
  {
1195
1240
  "aria-label": o,
1196
1241
  sx: {
@@ -1198,19 +1243,19 @@ const Se = ({
1198
1243
  px: 24
1199
1244
  },
1200
1245
  children: [
1201
- /* @__PURE__ */ e(
1202
- h,
1246
+ /* @__PURE__ */ t(
1247
+ m,
1203
1248
  {
1204
- "aria-label": i,
1249
+ "aria-label": l,
1205
1250
  "data-ui-test": "feedback-textarea",
1206
1251
  maxRows: 4,
1207
1252
  minRows: 4,
1208
1253
  name: "Feedback",
1209
- onChange: (E) => {
1210
- s(E.target.value), m(E.target.value);
1254
+ onChange: (f) => {
1255
+ c(f.target.value), h(f.target.value);
1211
1256
  },
1212
1257
  onClick: () => d(),
1213
- placeholder: n,
1258
+ placeholder: r,
1214
1259
  sx: {
1215
1260
  p: 12,
1216
1261
  width: "100%"
@@ -1218,172 +1263,186 @@ const Se = ({
1218
1263
  value: a
1219
1264
  }
1220
1265
  ),
1221
- r && /* @__PURE__ */ e(
1222
- x,
1266
+ n && /* @__PURE__ */ t(
1267
+ C,
1223
1268
  {
1224
1269
  sx: {
1225
- color: l && p.palette.error.darker,
1270
+ color: i && u.palette.error.darker,
1226
1271
  fontSize: 12,
1227
1272
  p: "0px !important"
1228
1273
  },
1229
- children: r
1274
+ children: n
1230
1275
  }
1231
1276
  )
1232
1277
  ]
1233
1278
  }
1234
1279
  );
1235
- }, k = ({ sx: l }) => /* @__PURE__ */ e(
1236
- C,
1280
+ }, V = ({ sx: i }) => /* @__PURE__ */ t(
1281
+ y,
1237
1282
  {
1238
1283
  fill: !0,
1239
1284
  name: "circle",
1240
- size: 3,
1241
- sx: (i) => ({
1242
- color: i.palette.secondary.light,
1285
+ size: 4,
1286
+ sx: (l) => ({
1287
+ color: l.palette.secondary.light,
1243
1288
  display: "flex",
1244
1289
  alignSelf: "center",
1245
- ...l
1290
+ ...i
1246
1291
  })
1247
1292
  }
1248
- ), _1 = ({
1249
- accountGuid1: l,
1250
- accountGuid2: i,
1251
- account1AltText: r,
1252
- account2AltText: n,
1253
- success: o
1254
- }) => /* @__PURE__ */ e(
1255
- u,
1256
- {
1257
- sx: {
1258
- height: 128,
1259
- width: "100%"
1260
- },
1261
- children: /* @__PURE__ */ e(W, { children: ({ height: a, width: d }) => /* @__PURE__ */ c(
1262
- u,
1263
- {
1264
- sx: {
1265
- alignItems: "center",
1266
- display: "flex",
1267
- height: a,
1268
- justifyContent: "center",
1269
- width: d,
1270
- position: "relative"
1271
- },
1272
- children: [
1273
- /* @__PURE__ */ e(
1274
- B,
1275
- {
1276
- "aria-hidden": !0,
1277
- colors: ["#3F9FEB", "#C331B6", "#30C434", "#F1CE31", "#EE3B7C"],
1278
- confettiSource: {
1279
- x: d / 2,
1280
- y: a / 2,
1281
- w: 20,
1282
- h: 20
1283
- },
1284
- gravity: 0.05,
1285
- height: a,
1286
- initialVelocityX: 7,
1287
- initialVelocityY: 8,
1288
- numberOfPieces: 200,
1289
- recycle: !1,
1290
- run: o,
1291
- style: { inset: "auto" },
1292
- width: d
1293
- }
1294
- ),
1295
- /* @__PURE__ */ c(
1296
- u,
1297
- {
1298
- sx: {
1299
- justifyContent: "center",
1300
- display: "flex",
1301
- flexDirection: "row",
1302
- height: 64,
1303
- width: 240
1304
- },
1305
- children: [
1306
- /* @__PURE__ */ e(
1307
- q,
1308
- {
1309
- alt: r,
1310
- "data-ui-test": "mx-insights-sudd-full-feed-body-logo",
1311
- height: 64,
1312
- institutionGuid: l || "",
1313
- width: 64
1314
- }
1315
- ),
1316
- /* @__PURE__ */ e(k, { sx: { marginLeft: 11 } }),
1317
- /* @__PURE__ */ e(k, { sx: { marginLeft: 4 } }),
1318
- o ? /* @__PURE__ */ e(
1319
- C,
1320
- {
1321
- fill: !0,
1322
- name: "check_circle",
1323
- size: 40,
1324
- sx: (s) => ({
1325
- alignSelf: "center",
1326
- borderRadius: "50%",
1327
- color: s.palette.success.main,
1328
- display: "flex",
1329
- marginRight: 4,
1330
- marginLeft: 4
1331
- })
1332
- }
1333
- ) : /* @__PURE__ */ e(
1334
- C,
1335
- {
1336
- name: "link",
1337
- size: 28,
1338
- sx: (s) => ({
1339
- alignSelf: "center",
1340
- backgroundColor: s.palette.secondary.light,
1341
- borderRadius: "50%",
1342
- color: s.palette.common.white,
1343
- display: "flex",
1344
- marginRight: 4,
1345
- marginLeft: 4
1346
- })
1347
- }
1348
- ),
1349
- /* @__PURE__ */ e(k, { sx: { marginRight: 4 } }),
1350
- /* @__PURE__ */ e(k, { sx: { marginRight: 11 } }),
1351
- /* @__PURE__ */ e(
1352
- q,
1353
- {
1354
- alt: n,
1355
- "data-ui-test": "mx-insights-sudd-full-feed-body-logo",
1356
- height: 64,
1357
- institutionGuid: i || "",
1358
- width: 64
1359
- }
1360
- )
1361
- ]
1362
- }
1363
- )
1364
- ]
1365
- }
1366
- ) })
1367
- }
1368
- ), $1 = ({
1369
- footerTitle: l,
1370
- headerText: i,
1371
- isOpen: r,
1372
- lowerDescription: n,
1293
+ ), st = ({
1294
+ account_guid_1: i,
1295
+ account_guid_2: l,
1296
+ account_1_alt_text: n,
1297
+ account_2_alt_text: r,
1298
+ isSuccess: o
1299
+ }) => {
1300
+ const a = A.useRef(null), { height: d, width: c } = te(a);
1301
+ return /* @__PURE__ */ t(
1302
+ p,
1303
+ {
1304
+ sx: (h) => ({
1305
+ background: h.palette.background.highlight,
1306
+ height: 128,
1307
+ p: 16,
1308
+ width: "100%"
1309
+ }),
1310
+ children: /* @__PURE__ */ s(
1311
+ p,
1312
+ {
1313
+ ref: a,
1314
+ sx: {
1315
+ alignItems: "center",
1316
+ display: "flex",
1317
+ height: "100%",
1318
+ justifyContent: "center",
1319
+ width: "100%",
1320
+ position: "relative",
1321
+ p: 16
1322
+ },
1323
+ children: [
1324
+ /* @__PURE__ */ t(ee, { height: d, shouldRun: o, width: c }),
1325
+ /* @__PURE__ */ s(
1326
+ p,
1327
+ {
1328
+ sx: (h) => ({
1329
+ background: h.palette.background.paper,
1330
+ borderRadius: "8px",
1331
+ height: 96,
1332
+ position: "relative",
1333
+ width: 268
1334
+ }),
1335
+ children: [
1336
+ /* @__PURE__ */ s(
1337
+ p,
1338
+ {
1339
+ sx: {
1340
+ display: "flex",
1341
+ flexDirection: "row",
1342
+ justifyContent: "center",
1343
+ position: "relative",
1344
+ p: "16px 8px",
1345
+ zIndex: 50
1346
+ },
1347
+ children: [
1348
+ /* @__PURE__ */ t(
1349
+ k,
1350
+ {
1351
+ alt: n,
1352
+ height: 64,
1353
+ institutionGuid: i || "",
1354
+ width: 64
1355
+ }
1356
+ ),
1357
+ /* @__PURE__ */ t(V, { sx: { marginLeft: 11 } }),
1358
+ /* @__PURE__ */ t(V, { sx: { marginLeft: 4 } }),
1359
+ o ? /* @__PURE__ */ t(
1360
+ y,
1361
+ {
1362
+ fill: !0,
1363
+ name: "check_circle",
1364
+ size: 40,
1365
+ sx: (h) => ({
1366
+ alignSelf: "center",
1367
+ borderRadius: "50%",
1368
+ color: h.palette.success.main,
1369
+ display: "flex",
1370
+ mx: 4
1371
+ })
1372
+ }
1373
+ ) : /* @__PURE__ */ t(
1374
+ y,
1375
+ {
1376
+ name: "link",
1377
+ size: 28,
1378
+ sx: (h) => ({
1379
+ alignSelf: "center",
1380
+ backgroundColor: h.palette.secondary.light,
1381
+ borderRadius: "50%",
1382
+ color: h.palette.background.paper,
1383
+ display: "flex",
1384
+ mx: 4
1385
+ })
1386
+ }
1387
+ ),
1388
+ /* @__PURE__ */ t(V, { sx: { marginRight: 4 } }),
1389
+ /* @__PURE__ */ t(V, { sx: { marginRight: 11 } }),
1390
+ /* @__PURE__ */ t(
1391
+ k,
1392
+ {
1393
+ alt: r,
1394
+ height: 64,
1395
+ institutionGuid: l || "",
1396
+ width: 64
1397
+ }
1398
+ )
1399
+ ]
1400
+ }
1401
+ ),
1402
+ /* @__PURE__ */ t(
1403
+ p,
1404
+ {
1405
+ sx: (h) => ({
1406
+ background: h.palette.background.highlight,
1407
+ borderRadius: 24,
1408
+ bottom: 0,
1409
+ height: 40,
1410
+ left: 0,
1411
+ m: "auto",
1412
+ position: "absolute",
1413
+ right: 0,
1414
+ top: 0,
1415
+ width: 240
1416
+ })
1417
+ }
1418
+ )
1419
+ ]
1420
+ }
1421
+ )
1422
+ ]
1423
+ }
1424
+ )
1425
+ }
1426
+ );
1427
+ }, ct = ({
1428
+ footerTitle: i,
1429
+ headerText: l,
1430
+ isOpen: n,
1431
+ lowerDescription: r,
1373
1432
  lowerHeaderText: o,
1374
1433
  lowerList: a,
1375
1434
  noButtonText: d,
1376
- onClose: s,
1377
- sendResponseAnalytics: m,
1378
- upperDescription: h,
1379
- upperList: p,
1380
- yesButtonText: E
1381
- }) => /* @__PURE__ */ e(
1382
- ee,
1435
+ onClose: c,
1436
+ sendResponseAnalytics: h,
1437
+ upperDescription: m,
1438
+ upperList: u,
1439
+ yesButtonText: f
1440
+ }) => /* @__PURE__ */ t(
1441
+ se,
1383
1442
  {
1384
1443
  id: "story",
1385
- isOpen: r,
1386
- onClose: s,
1444
+ isOpen: n,
1445
+ onClose: c,
1387
1446
  sx: {
1388
1447
  "& .MuiDrawer-paper": {
1389
1448
  backgroundColor: "background.white"
@@ -1393,25 +1452,25 @@ const Se = ({
1393
1452
  backgroundColor: "background.paper"
1394
1453
  }
1395
1454
  },
1396
- children: /* @__PURE__ */ e(H, { height: "100%", justifyContent: "space-between", children: /* @__PURE__ */ c(u, { height: "100%", overflow: "auto", children: [
1397
- /* @__PURE__ */ e(u, { sx: { p: "16px 24px", width: "100%" }, children: /* @__PURE__ */ e(
1398
- F,
1455
+ children: /* @__PURE__ */ t(x, { height: "100%", justifyContent: "space-between", children: /* @__PURE__ */ s(p, { height: "100%", overflow: "auto", children: [
1456
+ /* @__PURE__ */ t(p, { sx: { p: "16px 24px", width: "100%" }, children: /* @__PURE__ */ t(
1457
+ W,
1399
1458
  {
1400
1459
  "aria-label": "fake-close",
1401
1460
  color: "primary",
1402
- onClick: s,
1461
+ onClick: c,
1403
1462
  size: "small",
1404
1463
  sx: { minHeight: 0, minWidth: 0, p: 0 },
1405
- children: /* @__PURE__ */ e(qe, { color: "primary", fontSize: "small" })
1464
+ children: /* @__PURE__ */ t(Ie, { color: "primary", fontSize: "small" })
1406
1465
  }
1407
1466
  ) }),
1408
- /* @__PURE__ */ e(ke, {}),
1409
- /* @__PURE__ */ c(u, { children: [
1410
- /* @__PURE__ */ e(N, { sx: { p: "16px 24px 8px 24px", whiteSpace: "wrap" }, children: i }),
1411
- /* @__PURE__ */ c(H, { sx: { gap: 12, px: 24 }, children: [
1412
- /* @__PURE__ */ e(x, { color: "secondary", fontSize: 13, children: h }),
1413
- /* @__PURE__ */ e(J, { children: p.map((f, y) => /* @__PURE__ */ c(
1414
- P,
1467
+ /* @__PURE__ */ t(Ze, {}),
1468
+ /* @__PURE__ */ s(p, { children: [
1469
+ /* @__PURE__ */ t(_, { sx: { p: "16px 24px 8px 24px", whiteSpace: "wrap" }, children: l }),
1470
+ /* @__PURE__ */ s(x, { sx: { gap: 12, px: 24 }, children: [
1471
+ /* @__PURE__ */ t(C, { color: "secondary", fontSize: 13, children: m }),
1472
+ /* @__PURE__ */ t(P, { children: u.map((E, H) => /* @__PURE__ */ s(
1473
+ j,
1415
1474
  {
1416
1475
  sx: {
1417
1476
  alignItems: "flex-start",
@@ -1421,8 +1480,8 @@ const Se = ({
1421
1480
  minHeight: "unset"
1422
1481
  },
1423
1482
  children: [
1424
- /* @__PURE__ */ e(I, { children: /* @__PURE__ */ e(
1425
- C,
1483
+ /* @__PURE__ */ t(z, { children: /* @__PURE__ */ t(
1484
+ y,
1426
1485
  {
1427
1486
  color: "success",
1428
1487
  name: "check_circle",
@@ -1430,30 +1489,30 @@ const Se = ({
1430
1489
  sx: { lineHeight: 1.2 }
1431
1490
  }
1432
1491
  ) }),
1433
- /* @__PURE__ */ e(
1434
- R,
1492
+ /* @__PURE__ */ t(
1493
+ D,
1435
1494
  {
1436
1495
  disableTypography: !0,
1437
- secondary: f,
1496
+ secondary: E,
1438
1497
  sx: (g) => ({ color: g.palette.text.secondary, fontSize: 13 })
1439
1498
  }
1440
1499
  )
1441
1500
  ]
1442
1501
  },
1443
- `list-item-${y}`
1502
+ `list-item-${H}`
1444
1503
  )) })
1445
1504
  ] })
1446
1505
  ] }),
1447
- /* @__PURE__ */ c(u, { children: [
1448
- /* @__PURE__ */ e(M, { bold: !0, fontSize: 15, sx: { p: "16px 24px 8px 24px" }, children: o }),
1449
- /* @__PURE__ */ e(x, { color: "secondary", fontSize: 13, sx: { mb: 16, mx: 24 }, children: n }),
1450
- /* @__PURE__ */ e(J, { sx: { p: "16px 24px" }, children: a.map((f, y) => /* @__PURE__ */ c(
1451
- P,
1506
+ /* @__PURE__ */ s(p, { children: [
1507
+ /* @__PURE__ */ t(b, { bold: !0, fontSize: 15, sx: { p: "16px 24px 8px 24px" }, children: o }),
1508
+ /* @__PURE__ */ t(C, { color: "secondary", fontSize: 13, sx: { mb: 16, mx: 24 }, children: r }),
1509
+ /* @__PURE__ */ t(P, { sx: { p: "16px 24px" }, children: a.map((E, H) => /* @__PURE__ */ s(
1510
+ j,
1452
1511
  {
1453
- sx: () => ({
1512
+ sx: (g) => ({
1454
1513
  alignItems: "flex-start",
1455
1514
  alignSelf: "stretch",
1456
- // border: `1px solid ${theme.palette.border.light}`,
1515
+ border: `1px solid ${g.palette.border.light}`,
1457
1516
  borderRadius: "8px",
1458
1517
  boxShadow: "0px 2px 8px 0px rgba(106, 115, 129, 0.12)",
1459
1518
  gap: 12,
@@ -1461,12 +1520,12 @@ const Se = ({
1461
1520
  p: 16
1462
1521
  }),
1463
1522
  children: [
1464
- /* @__PURE__ */ e(I, { children: /* @__PURE__ */ e(C, { name: f.icon_name, size: 24 }) }),
1465
- /* @__PURE__ */ e(
1466
- R,
1523
+ /* @__PURE__ */ t(z, { children: /* @__PURE__ */ t(y, { name: E.icon_name, size: 24 }) }),
1524
+ /* @__PURE__ */ t(
1525
+ D,
1467
1526
  {
1468
- primary: f.title,
1469
- secondary: f.content,
1527
+ primary: E.title,
1528
+ secondary: E.content,
1470
1529
  sx: (g) => ({
1471
1530
  "& > p": {
1472
1531
  color: g.palette.text.secondary,
@@ -1479,98 +1538,98 @@ const Se = ({
1479
1538
  )
1480
1539
  ]
1481
1540
  },
1482
- `lower-list-${y}`
1541
+ `lower-list-${H}`
1483
1542
  )) })
1484
1543
  ] }),
1485
- /* @__PURE__ */ c(H, { sx: { alignItems: "center", display: "flex", justifyContent: "center", pb: 16 }, children: [
1486
- /* @__PURE__ */ e(M, { bold: !0, sx: { p: "16px 24px 8px 24px" }, children: l }),
1487
- /* @__PURE__ */ c(u, { sx: { display: "flex", gap: 24, p: "12px 24px" }, children: [
1488
- /* @__PURE__ */ e(L, { color: "secondary", onClick: () => m("no"), sx: { p: 12 }, children: d }),
1489
- /* @__PURE__ */ e(
1544
+ /* @__PURE__ */ s(x, { sx: { alignItems: "center", display: "flex", justifyContent: "center", pb: 16 }, children: [
1545
+ /* @__PURE__ */ t(b, { bold: !0, sx: { p: "16px 24px 8px 24px" }, children: i }),
1546
+ /* @__PURE__ */ s(p, { sx: { display: "flex", gap: 24, p: "12px 24px" }, children: [
1547
+ /* @__PURE__ */ t(L, { color: "secondary", onClick: () => h("no"), sx: { p: 12 }, children: d }),
1548
+ /* @__PURE__ */ t(
1490
1549
  L,
1491
1550
  {
1492
1551
  color: "primary",
1493
- onClick: () => m("yes"),
1494
- sx: () => ({
1495
- // border: `1px solid ${theme.palette.border.main}`,
1552
+ onClick: () => h("yes"),
1553
+ sx: (E) => ({
1554
+ border: `1px solid ${E.palette.border.main}`,
1496
1555
  p: "12 16"
1497
1556
  }),
1498
- children: E
1557
+ children: f
1499
1558
  }
1500
1559
  )
1501
1560
  ] })
1502
1561
  ] })
1503
1562
  ] }) })
1504
1563
  }
1505
- ), l1 = (l, i) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: i, ...l }, /* @__PURE__ */ t.createElement("path", { fill: "#CCDDF2", fillRule: "evenodd", d: "M264.093 147.855c12.021 0 21.841 9.407 22.508 21.261a16.69 16.69 0 0 1 11.562-4.637c9.251 0 16.749 7.499 16.749 16.75 0 8.273-5.999 15.389-13.882 16.75h-62.402c-6.273 0-11.357-5.085-11.357-11.358 0-6.272 5.084-11.357 11.357-11.357 1.253 0 2.457.206 3.585.58a22.595 22.595 0 0 1-.666-5.443c0-12.452 10.094-22.546 22.546-22.546ZM96.186 132.749c14.685 0 26.627 11.703 27.033 26.289a20.468 20.468 0 0 1 9.238-2.192c11.358 0 20.566 9.207 20.566 20.566 0 11.359-9.208 20.567-20.566 20.567H42.195c-7.757 0-14.045-6.288-14.045-14.045 0-7.756 6.288-14.044 14.045-14.044 1.397 0 2.745.207 4.019.587a17.686 17.686 0 0 1-1.042-5.996c0-9.788 7.934-17.724 17.724-17.724 3.087 0 5.988.791 8.516 2.179 4.185-9.529 13.7-16.187 24.774-16.187Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "M240.849 200.6H199.64v-52.205c0-11.379 9.225-20.604 20.605-20.604 11.379 0 20.604 9.225 20.604 20.604V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M230.552 174.045a3.37 3.37 0 1 1 6.74 0 3.37 3.37 0 0 1-6.74 0ZM220.245 143.744l7.742 8.202h-15.485l7.743-8.202Zm8.933 8.202-8.933-9.464-8.934 9.464h-2.109v12.501l22.085-12.501h-2.109Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "m262.739 104.406-8.319-21.649V56.631H88.498v26.126l-8.32 21.649c-.96 2.502.886 5.19 3.566 5.19h175.43c2.68 0 4.527-2.688 3.565-5.19Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ t.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#C41F3E", d: "M218.904 143.452a1.34 1.34 0 1 1 2.681-.001 1.34 1.34 0 0 1-2.681.001ZM106.934 82.757h18.436V56.631h-18.436v26.126ZM143.805 82.757h18.436V56.631h-18.436v26.126ZM180.677 82.757h18.436V56.631h-18.436v26.126ZM217.549 82.757h18.435V56.631h-18.435v26.126Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), i1 = K(l1), r1 = (l, i) => /* @__PURE__ */ t.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: i, ...l }, /* @__PURE__ */ t.createElement("g", null, /* @__PURE__ */ t.createElement("path", { d: "M348.198 211.685C340.847 166.938 304.882 116.163 289.128 64.6516C275.759 20.9661 241.789 0.357238 215.138 4.63519e-05C168.168 -0.61692 108.654 49.3465 61.8571 73.7546C5.53009 103.12 -27.3445 152.196 29.9258 200.655C67.3435 232.315 199.362 267.45 268.516 272.093C315.681 275.21 355.17 254.19 348.198 211.685Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ t.createElement("path", { d: "M324.691 115.427L193.399 37.0505C191.668 36.0091 189.685 35.4587 187.663 35.4587C185.642 35.4587 183.659 36.0091 181.928 37.0505L50.6352 115.427C49.8363 115.915 49.2174 116.649 48.8709 117.518C48.5245 118.387 48.4692 119.344 48.7133 120.247C48.9574 121.15 49.4878 121.95 50.2252 122.527C50.9625 123.104 51.8671 123.427 52.8037 123.447H63.7655C65.7462 123.454 67.6914 122.923 69.3928 121.91L74.4671 118.88C75.0249 119.672 75.8679 120.219 76.8199 120.406V136.198C76.8228 137.225 77.2327 138.209 77.96 138.935C78.6873 139.661 79.673 140.07 80.7016 140.073H83.4231V141.307C83.4231 142.645 83.9554 143.928 84.9029 144.874C85.8505 145.82 87.1356 146.351 88.4757 146.351H88.7684L87.8251 174.818H92.1621L93.0838 146.957H104.566L105.488 174.818H109.825L108.881 146.351H109.163C110.503 146.351 111.788 145.82 112.736 144.874C113.684 143.928 114.216 142.645 114.216 141.307V140.073H127.802V141.307C127.802 142.645 128.334 143.928 129.281 144.874C130.229 145.82 131.514 146.351 132.854 146.351H133.147L132.204 174.818H136.541L137.473 146.957H148.977L149.91 174.818H152.154C152.859 174.818 153.563 174.818 154.247 174.926L153.303 146.351H153.596C154.936 146.351 156.221 145.82 157.169 144.874C158.116 143.928 158.649 142.645 158.649 141.307V140.073H172.234V141.307C172.234 142.645 172.767 143.928 173.714 144.874C174.662 145.82 175.947 146.351 177.287 146.351H177.58L175.411 210.494V221.459H200.186C200.323 221.507 200.441 221.597 200.524 221.715C200.607 221.833 200.652 221.974 200.653 222.119V224.284H175.455V228.613H296.674C297.076 228.613 297.47 228.718 297.818 228.918C298.166 229.117 298.456 229.404 298.659 229.75L306.845 243.702H175.455V248.659H313.469C314.247 248.657 315.004 248.903 315.632 249.36C316.26 249.818 316.725 250.463 316.961 251.203L317.947 254.255H175.455V258.585H318.576C319.193 258.584 319.801 258.438 320.35 258.158C320.899 257.878 321.375 257.472 321.737 256.974C322.1 256.476 322.339 255.9 322.436 255.292C322.533 254.684 322.485 254.062 322.295 253.476L321.135 249.871C320.618 248.266 319.605 246.866 318.242 245.87C316.878 244.875 315.234 244.335 313.545 244.33H312.266L302.453 227.585C301.862 226.595 301.024 225.776 300.02 225.207C299.017 224.638 297.883 224.338 296.729 224.338H293.834V222.173C293.831 220.856 293.312 219.592 292.388 218.651C291.465 217.71 290.209 217.168 288.889 217.14L286.547 146.405H286.84C287.504 146.405 288.161 146.275 288.774 146.021C289.387 145.768 289.944 145.396 290.413 144.928C290.882 144.459 291.254 143.903 291.508 143.291C291.762 142.679 291.893 142.024 291.893 141.361V140.127H294.603C295.634 140.127 296.622 139.719 297.352 138.993C298.082 138.267 298.493 137.281 298.496 136.252V120.406C299.448 120.219 300.291 119.672 300.849 118.88L305.923 121.91C307.615 122.917 309.548 123.448 311.518 123.447H322.436C323.373 123.427 324.277 123.104 325.015 122.527C325.752 121.95 326.283 121.15 326.527 120.247C326.771 119.344 326.715 118.387 326.369 117.518C326.023 116.649 325.404 115.915 324.605 115.427H324.691ZM109.89 141.307C109.891 141.401 109.874 141.495 109.838 141.582C109.803 141.669 109.75 141.749 109.683 141.815C109.617 141.882 109.537 141.935 109.45 141.97C109.362 142.005 109.268 142.023 109.174 142.021H88.4431C88.2534 142.021 88.0713 141.946 87.9371 141.812C87.8029 141.678 87.7275 141.496 87.7275 141.307V140.073H109.89V141.307ZM154.344 141.307C154.344 141.496 154.269 141.678 154.135 141.812C154 141.946 153.818 142.021 153.629 142.021H132.865C132.675 142.021 132.493 141.946 132.359 141.812C132.225 141.678 132.149 141.496 132.149 141.307V140.073H154.322L154.344 141.307ZM177.32 142.021C177.225 142.023 177.131 142.005 177.044 141.97C176.956 141.935 176.877 141.882 176.81 141.815C176.744 141.749 176.691 141.669 176.655 141.582C176.62 141.495 176.602 141.401 176.604 141.307V140.073H198.744V141.307C198.744 141.496 198.669 141.678 198.535 141.812C198.401 141.946 198.219 142.021 198.029 142.021H177.32ZM179.607 217.075L181.928 146.957H193.442L195.763 217.075H179.607ZM214.683 222.119V224.284H205.033V222.119C205.031 220.801 204.512 219.537 203.588 218.597C202.664 217.656 201.408 217.114 200.089 217.086L197.736 146.351H198.029C199.369 146.351 200.654 145.82 201.602 144.874C202.549 143.928 203.081 142.645 203.081 141.307V140.073H216.667V141.307C216.667 142.645 217.199 143.928 218.147 144.874C219.095 145.82 220.38 146.351 221.72 146.351H222.013L219.671 217.086C218.343 217.1 217.074 217.636 216.14 218.579C215.207 219.521 214.683 220.793 214.683 222.119ZM221.676 142.021C221.487 142.021 221.305 141.946 221.17 141.812C221.036 141.678 220.961 141.496 220.961 141.307V140.073H243.123V141.307C243.124 141.401 243.107 141.495 243.071 141.582C243.036 141.669 242.983 141.749 242.917 141.815C242.85 141.882 242.77 141.935 242.683 141.97C242.595 142.005 242.502 142.023 242.407 142.021H221.676ZM240.109 217.075H224.008L226.328 146.957H237.843L240.109 217.075ZM245.053 224.305H219.02V222.14C219.018 221.997 219.061 221.856 219.142 221.738C219.224 221.62 219.34 221.53 219.475 221.48H244.608C244.745 221.529 244.862 221.619 244.946 221.737C245.029 221.855 245.074 221.996 245.075 222.14L245.053 224.305ZM259.083 222.14V224.305H249.39V222.14C249.387 220.823 248.869 219.559 247.945 218.618C247.021 217.678 245.765 217.136 244.446 217.107L242.104 146.373H242.386C243.726 146.373 245.011 145.841 245.958 144.895C246.906 143.949 247.438 142.666 247.438 141.329V140.095H261.035V141.329C261.035 142.665 261.566 143.946 262.511 144.891C263.456 145.837 264.738 146.37 266.077 146.373H266.369L264.027 217.107C262.721 217.149 261.482 217.695 260.571 218.629C259.659 219.564 259.145 220.814 259.137 222.119L259.083 222.14ZM289.019 221.48C289.153 221.532 289.268 221.623 289.349 221.741C289.43 221.858 289.474 221.998 289.475 222.14V224.305H263.474V222.14C263.475 221.996 263.52 221.855 263.603 221.737C263.687 221.619 263.804 221.529 263.941 221.48H289.074H289.019ZM268.364 217.151L270.696 147.033H282.21L284.531 217.151H268.364ZM287.534 141.383C287.534 141.572 287.459 141.754 287.324 141.888C287.19 142.022 287.008 142.097 286.818 142.097H266.142C266.048 142.097 265.956 142.079 265.869 142.043C265.783 142.007 265.705 141.954 265.639 141.887C265.574 141.821 265.522 141.742 265.487 141.655C265.453 141.569 265.436 141.476 265.437 141.383V140.149H287.599L287.534 141.383ZM294.137 135.819H81.1244V120.503H294.202L294.137 135.819ZM79.3354 116.174L187.761 52.1391L296.002 116.174H79.3354ZM311.561 119.118C310.374 119.117 309.208 118.795 308.189 118.187L191.274 48.394C190.183 47.7405 188.935 47.3952 187.663 47.3952C186.391 47.3952 185.143 47.7405 184.053 48.394L67.1267 118.187C66.1121 118.797 64.9499 119.119 63.7655 119.118H52.8579L184.15 40.7631C185.211 40.1255 186.425 39.7886 187.663 39.7886C188.901 39.7886 190.116 40.1255 191.176 40.7631L322.48 119.118H311.561ZM168.949 87.3711C168.949 91.0661 170.047 94.6781 172.103 97.7504C174.159 100.823 177.082 103.217 180.502 104.631C183.921 106.045 187.684 106.415 191.314 105.694C194.945 104.973 198.279 103.194 200.896 100.581C203.514 97.9687 205.296 94.6398 206.018 91.0159C206.74 87.3919 206.369 83.6355 204.953 80.2218C203.537 76.8081 201.138 73.8903 198.06 71.8375C194.983 69.7847 191.365 68.689 187.663 68.689C182.702 68.6947 177.945 70.6648 174.437 74.1672C170.928 77.6695 168.955 82.4181 168.949 87.3711ZM202.041 87.3711C202.041 90.2098 201.197 92.9847 199.618 95.345C198.038 97.7053 195.792 99.5449 193.165 100.631C190.538 101.718 187.647 102.002 184.858 101.448C182.07 100.894 179.508 99.5272 177.497 97.52C175.486 95.5127 174.117 92.9553 173.562 90.1712C173.008 87.3871 173.292 84.5012 174.381 81.8786C175.469 79.256 177.311 77.0145 179.676 75.4374C182.04 73.8603 184.82 73.0185 187.663 73.0185C191.475 73.0243 195.128 74.5383 197.823 77.2287C200.518 79.919 202.035 83.5664 202.041 87.3711Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M39.4782 318.387C27.2803 318.387 17.3594 308.732 17.3594 296.869V201.531C17.3594 189.625 27.2803 180.013 39.4782 180.013H186.167C198.365 180.013 208.286 189.668 208.286 201.531V296.869C208.286 308.775 198.365 318.387 186.167 318.387H39.4782Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ t.createElement("path", { d: "M190.07 179.148H35.5856C30.5589 179.153 25.7399 181.15 22.1865 184.7C18.6331 188.249 16.6357 193.061 16.6328 198.079V301.091C16.6386 306.107 18.6372 310.916 22.1903 314.463C25.7434 318.01 30.5608 320.005 35.5856 320.011H190.07C195.095 320.005 199.912 318.01 203.466 314.463C207.019 310.916 209.017 306.107 209.023 301.091V198.079C209.02 193.061 207.023 188.249 203.469 184.7C199.916 181.15 195.097 179.153 190.07 179.148V179.148ZM48.6183 315.595H35.6073C31.7519 315.592 28.0553 314.062 25.3292 311.34C22.6031 308.619 21.0703 304.929 21.0674 301.08V292.615H48.6183V315.595ZM48.6183 288.686H21.0457V264.257H48.6183V288.686ZM48.6183 260.328H21.0457V235.898H48.6183V260.328ZM48.6183 231.969H21.0457V207.82L48.6183 207.691V231.969ZM79.7473 315.595H52.5542V292.615H79.7473V315.595ZM79.7473 288.686H52.5542V264.257H79.7473V288.686ZM79.7473 260.328H52.5542V235.898H79.7473V260.328ZM79.7473 231.969H52.5542V207.712L79.7473 207.604V231.969ZM110.876 315.595H83.6831V292.615H110.876V315.595ZM110.876 288.686H83.6831V264.257H110.876V288.686ZM110.876 260.328H83.6831V235.898H110.876V260.328ZM110.876 231.969H83.6831V207.593L110.876 207.507V231.969ZM142.038 315.595H114.812V292.615H142.038V315.595ZM142.038 288.686H114.812V264.257H142.038V288.686ZM142.038 260.328H114.812V235.898H142.038V260.328ZM142.038 231.969H114.812V207.496H142.005L142.038 231.969ZM173.156 315.595H145.941V292.615H173.123L173.156 315.595ZM173.156 288.686H145.941V264.257H173.123L173.156 288.686ZM173.156 260.328H145.941V235.898H173.123L173.156 260.328ZM173.156 231.969H145.941V207.442C155.699 207.442 164.948 207.442 173.123 207.442L173.156 231.969ZM204.599 301.08C204.596 304.929 203.064 308.619 200.337 311.34C197.611 314.062 193.915 315.592 190.059 315.595H177.048V292.615H204.588L204.599 301.08ZM204.599 288.686H177.059V264.257H204.599V288.686ZM204.599 260.328H177.059V235.898H204.599V260.328ZM204.599 231.969H177.059V207.452C190.363 207.452 200.371 207.571 204.599 207.712V231.969Z", className: "Overlay", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), n1 = K(r1), et = ({
1506
- beat: l,
1507
- headerProps: i,
1508
- isCIBC: r,
1509
- isMini: n,
1564
+ ), s1 = (i, l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: l, ...i }, /* @__PURE__ */ e.createElement("path", { fill: "#CCDDF2", fillRule: "evenodd", d: "M264.093 147.855c12.021 0 21.841 9.407 22.508 21.261a16.69 16.69 0 0 1 11.562-4.637c9.251 0 16.749 7.499 16.749 16.75 0 8.273-5.999 15.389-13.882 16.75h-62.402c-6.273 0-11.357-5.085-11.357-11.358 0-6.272 5.084-11.357 11.357-11.357 1.253 0 2.457.206 3.585.58a22.595 22.595 0 0 1-.666-5.443c0-12.452 10.094-22.546 22.546-22.546ZM96.186 132.749c14.685 0 26.627 11.703 27.033 26.289a20.468 20.468 0 0 1 9.238-2.192c11.358 0 20.566 9.207 20.566 20.566 0 11.359-9.208 20.567-20.566 20.567H42.195c-7.757 0-14.045-6.288-14.045-14.045 0-7.756 6.288-14.044 14.045-14.044 1.397 0 2.745.207 4.019.587a17.686 17.686 0 0 1-1.042-5.996c0-9.788 7.934-17.724 17.724-17.724 3.087 0 5.988.791 8.516 2.179 4.185-9.529 13.7-16.187 24.774-16.187Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "M240.849 200.6H199.64v-52.205c0-11.379 9.225-20.604 20.605-20.604 11.379 0 20.604 9.225 20.604 20.604V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M230.552 174.045a3.37 3.37 0 1 1 6.74 0 3.37 3.37 0 0 1-6.74 0ZM220.245 143.744l7.742 8.202h-15.485l7.743-8.202Zm8.933 8.202-8.933-9.464-8.934 9.464h-2.109v12.501l22.085-12.501h-2.109Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "m262.739 104.406-8.319-21.649V56.631H88.498v26.126l-8.32 21.649c-.96 2.502.886 5.19 3.566 5.19h175.43c2.68 0 4.527-2.688 3.565-5.19Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ e.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ e.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ e.createElement("path", { fill: "#C41F3E", d: "M218.904 143.452a1.34 1.34 0 1 1 2.681-.001 1.34 1.34 0 0 1-2.681.001ZM106.934 82.757h18.436V56.631h-18.436v26.126ZM143.805 82.757h18.436V56.631h-18.436v26.126ZM180.677 82.757h18.436V56.631h-18.436v26.126ZM217.549 82.757h18.435V56.631h-18.435v26.126Z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), c1 = I(s1), h1 = (i, l) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: l, ...i }, /* @__PURE__ */ e.createElement("g", null, /* @__PURE__ */ e.createElement("path", { d: "M348.198 211.685C340.847 166.938 304.882 116.163 289.128 64.6516C275.759 20.9661 241.789 0.357238 215.138 4.63519e-05C168.168 -0.61692 108.654 49.3465 61.8571 73.7546C5.53009 103.12 -27.3445 152.196 29.9258 200.655C67.3435 232.315 199.362 267.45 268.516 272.093C315.681 275.21 355.17 254.19 348.198 211.685Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ e.createElement("path", { d: "M324.691 115.427L193.399 37.0505C191.668 36.0091 189.685 35.4587 187.663 35.4587C185.642 35.4587 183.659 36.0091 181.928 37.0505L50.6352 115.427C49.8363 115.915 49.2174 116.649 48.8709 117.518C48.5245 118.387 48.4692 119.344 48.7133 120.247C48.9574 121.15 49.4878 121.95 50.2252 122.527C50.9625 123.104 51.8671 123.427 52.8037 123.447H63.7655C65.7462 123.454 67.6914 122.923 69.3928 121.91L74.4671 118.88C75.0249 119.672 75.8679 120.219 76.8199 120.406V136.198C76.8228 137.225 77.2327 138.209 77.96 138.935C78.6873 139.661 79.673 140.07 80.7016 140.073H83.4231V141.307C83.4231 142.645 83.9554 143.928 84.9029 144.874C85.8505 145.82 87.1356 146.351 88.4757 146.351H88.7684L87.8251 174.818H92.1621L93.0838 146.957H104.566L105.488 174.818H109.825L108.881 146.351H109.163C110.503 146.351 111.788 145.82 112.736 144.874C113.684 143.928 114.216 142.645 114.216 141.307V140.073H127.802V141.307C127.802 142.645 128.334 143.928 129.281 144.874C130.229 145.82 131.514 146.351 132.854 146.351H133.147L132.204 174.818H136.541L137.473 146.957H148.977L149.91 174.818H152.154C152.859 174.818 153.563 174.818 154.247 174.926L153.303 146.351H153.596C154.936 146.351 156.221 145.82 157.169 144.874C158.116 143.928 158.649 142.645 158.649 141.307V140.073H172.234V141.307C172.234 142.645 172.767 143.928 173.714 144.874C174.662 145.82 175.947 146.351 177.287 146.351H177.58L175.411 210.494V221.459H200.186C200.323 221.507 200.441 221.597 200.524 221.715C200.607 221.833 200.652 221.974 200.653 222.119V224.284H175.455V228.613H296.674C297.076 228.613 297.47 228.718 297.818 228.918C298.166 229.117 298.456 229.404 298.659 229.75L306.845 243.702H175.455V248.659H313.469C314.247 248.657 315.004 248.903 315.632 249.36C316.26 249.818 316.725 250.463 316.961 251.203L317.947 254.255H175.455V258.585H318.576C319.193 258.584 319.801 258.438 320.35 258.158C320.899 257.878 321.375 257.472 321.737 256.974C322.1 256.476 322.339 255.9 322.436 255.292C322.533 254.684 322.485 254.062 322.295 253.476L321.135 249.871C320.618 248.266 319.605 246.866 318.242 245.87C316.878 244.875 315.234 244.335 313.545 244.33H312.266L302.453 227.585C301.862 226.595 301.024 225.776 300.02 225.207C299.017 224.638 297.883 224.338 296.729 224.338H293.834V222.173C293.831 220.856 293.312 219.592 292.388 218.651C291.465 217.71 290.209 217.168 288.889 217.14L286.547 146.405H286.84C287.504 146.405 288.161 146.275 288.774 146.021C289.387 145.768 289.944 145.396 290.413 144.928C290.882 144.459 291.254 143.903 291.508 143.291C291.762 142.679 291.893 142.024 291.893 141.361V140.127H294.603C295.634 140.127 296.622 139.719 297.352 138.993C298.082 138.267 298.493 137.281 298.496 136.252V120.406C299.448 120.219 300.291 119.672 300.849 118.88L305.923 121.91C307.615 122.917 309.548 123.448 311.518 123.447H322.436C323.373 123.427 324.277 123.104 325.015 122.527C325.752 121.95 326.283 121.15 326.527 120.247C326.771 119.344 326.715 118.387 326.369 117.518C326.023 116.649 325.404 115.915 324.605 115.427H324.691ZM109.89 141.307C109.891 141.401 109.874 141.495 109.838 141.582C109.803 141.669 109.75 141.749 109.683 141.815C109.617 141.882 109.537 141.935 109.45 141.97C109.362 142.005 109.268 142.023 109.174 142.021H88.4431C88.2534 142.021 88.0713 141.946 87.9371 141.812C87.8029 141.678 87.7275 141.496 87.7275 141.307V140.073H109.89V141.307ZM154.344 141.307C154.344 141.496 154.269 141.678 154.135 141.812C154 141.946 153.818 142.021 153.629 142.021H132.865C132.675 142.021 132.493 141.946 132.359 141.812C132.225 141.678 132.149 141.496 132.149 141.307V140.073H154.322L154.344 141.307ZM177.32 142.021C177.225 142.023 177.131 142.005 177.044 141.97C176.956 141.935 176.877 141.882 176.81 141.815C176.744 141.749 176.691 141.669 176.655 141.582C176.62 141.495 176.602 141.401 176.604 141.307V140.073H198.744V141.307C198.744 141.496 198.669 141.678 198.535 141.812C198.401 141.946 198.219 142.021 198.029 142.021H177.32ZM179.607 217.075L181.928 146.957H193.442L195.763 217.075H179.607ZM214.683 222.119V224.284H205.033V222.119C205.031 220.801 204.512 219.537 203.588 218.597C202.664 217.656 201.408 217.114 200.089 217.086L197.736 146.351H198.029C199.369 146.351 200.654 145.82 201.602 144.874C202.549 143.928 203.081 142.645 203.081 141.307V140.073H216.667V141.307C216.667 142.645 217.199 143.928 218.147 144.874C219.095 145.82 220.38 146.351 221.72 146.351H222.013L219.671 217.086C218.343 217.1 217.074 217.636 216.14 218.579C215.207 219.521 214.683 220.793 214.683 222.119ZM221.676 142.021C221.487 142.021 221.305 141.946 221.17 141.812C221.036 141.678 220.961 141.496 220.961 141.307V140.073H243.123V141.307C243.124 141.401 243.107 141.495 243.071 141.582C243.036 141.669 242.983 141.749 242.917 141.815C242.85 141.882 242.77 141.935 242.683 141.97C242.595 142.005 242.502 142.023 242.407 142.021H221.676ZM240.109 217.075H224.008L226.328 146.957H237.843L240.109 217.075ZM245.053 224.305H219.02V222.14C219.018 221.997 219.061 221.856 219.142 221.738C219.224 221.62 219.34 221.53 219.475 221.48H244.608C244.745 221.529 244.862 221.619 244.946 221.737C245.029 221.855 245.074 221.996 245.075 222.14L245.053 224.305ZM259.083 222.14V224.305H249.39V222.14C249.387 220.823 248.869 219.559 247.945 218.618C247.021 217.678 245.765 217.136 244.446 217.107L242.104 146.373H242.386C243.726 146.373 245.011 145.841 245.958 144.895C246.906 143.949 247.438 142.666 247.438 141.329V140.095H261.035V141.329C261.035 142.665 261.566 143.946 262.511 144.891C263.456 145.837 264.738 146.37 266.077 146.373H266.369L264.027 217.107C262.721 217.149 261.482 217.695 260.571 218.629C259.659 219.564 259.145 220.814 259.137 222.119L259.083 222.14ZM289.019 221.48C289.153 221.532 289.268 221.623 289.349 221.741C289.43 221.858 289.474 221.998 289.475 222.14V224.305H263.474V222.14C263.475 221.996 263.52 221.855 263.603 221.737C263.687 221.619 263.804 221.529 263.941 221.48H289.074H289.019ZM268.364 217.151L270.696 147.033H282.21L284.531 217.151H268.364ZM287.534 141.383C287.534 141.572 287.459 141.754 287.324 141.888C287.19 142.022 287.008 142.097 286.818 142.097H266.142C266.048 142.097 265.956 142.079 265.869 142.043C265.783 142.007 265.705 141.954 265.639 141.887C265.574 141.821 265.522 141.742 265.487 141.655C265.453 141.569 265.436 141.476 265.437 141.383V140.149H287.599L287.534 141.383ZM294.137 135.819H81.1244V120.503H294.202L294.137 135.819ZM79.3354 116.174L187.761 52.1391L296.002 116.174H79.3354ZM311.561 119.118C310.374 119.117 309.208 118.795 308.189 118.187L191.274 48.394C190.183 47.7405 188.935 47.3952 187.663 47.3952C186.391 47.3952 185.143 47.7405 184.053 48.394L67.1267 118.187C66.1121 118.797 64.9499 119.119 63.7655 119.118H52.8579L184.15 40.7631C185.211 40.1255 186.425 39.7886 187.663 39.7886C188.901 39.7886 190.116 40.1255 191.176 40.7631L322.48 119.118H311.561ZM168.949 87.3711C168.949 91.0661 170.047 94.6781 172.103 97.7504C174.159 100.823 177.082 103.217 180.502 104.631C183.921 106.045 187.684 106.415 191.314 105.694C194.945 104.973 198.279 103.194 200.896 100.581C203.514 97.9687 205.296 94.6398 206.018 91.0159C206.74 87.3919 206.369 83.6355 204.953 80.2218C203.537 76.8081 201.138 73.8903 198.06 71.8375C194.983 69.7847 191.365 68.689 187.663 68.689C182.702 68.6947 177.945 70.6648 174.437 74.1672C170.928 77.6695 168.955 82.4181 168.949 87.3711ZM202.041 87.3711C202.041 90.2098 201.197 92.9847 199.618 95.345C198.038 97.7053 195.792 99.5449 193.165 100.631C190.538 101.718 187.647 102.002 184.858 101.448C182.07 100.894 179.508 99.5272 177.497 97.52C175.486 95.5127 174.117 92.9553 173.562 90.1712C173.008 87.3871 173.292 84.5012 174.381 81.8786C175.469 79.256 177.311 77.0145 179.676 75.4374C182.04 73.8603 184.82 73.0185 187.663 73.0185C191.475 73.0243 195.128 74.5383 197.823 77.2287C200.518 79.919 202.035 83.5664 202.041 87.3711Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M39.4782 318.387C27.2803 318.387 17.3594 308.732 17.3594 296.869V201.531C17.3594 189.625 27.2803 180.013 39.4782 180.013H186.167C198.365 180.013 208.286 189.668 208.286 201.531V296.869C208.286 308.775 198.365 318.387 186.167 318.387H39.4782Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ e.createElement("path", { d: "M190.07 179.148H35.5856C30.5589 179.153 25.7399 181.15 22.1865 184.7C18.6331 188.249 16.6357 193.061 16.6328 198.079V301.091C16.6386 306.107 18.6372 310.916 22.1903 314.463C25.7434 318.01 30.5608 320.005 35.5856 320.011H190.07C195.095 320.005 199.912 318.01 203.466 314.463C207.019 310.916 209.017 306.107 209.023 301.091V198.079C209.02 193.061 207.023 188.249 203.469 184.7C199.916 181.15 195.097 179.153 190.07 179.148V179.148ZM48.6183 315.595H35.6073C31.7519 315.592 28.0553 314.062 25.3292 311.34C22.6031 308.619 21.0703 304.929 21.0674 301.08V292.615H48.6183V315.595ZM48.6183 288.686H21.0457V264.257H48.6183V288.686ZM48.6183 260.328H21.0457V235.898H48.6183V260.328ZM48.6183 231.969H21.0457V207.82L48.6183 207.691V231.969ZM79.7473 315.595H52.5542V292.615H79.7473V315.595ZM79.7473 288.686H52.5542V264.257H79.7473V288.686ZM79.7473 260.328H52.5542V235.898H79.7473V260.328ZM79.7473 231.969H52.5542V207.712L79.7473 207.604V231.969ZM110.876 315.595H83.6831V292.615H110.876V315.595ZM110.876 288.686H83.6831V264.257H110.876V288.686ZM110.876 260.328H83.6831V235.898H110.876V260.328ZM110.876 231.969H83.6831V207.593L110.876 207.507V231.969ZM142.038 315.595H114.812V292.615H142.038V315.595ZM142.038 288.686H114.812V264.257H142.038V288.686ZM142.038 260.328H114.812V235.898H142.038V260.328ZM142.038 231.969H114.812V207.496H142.005L142.038 231.969ZM173.156 315.595H145.941V292.615H173.123L173.156 315.595ZM173.156 288.686H145.941V264.257H173.123L173.156 288.686ZM173.156 260.328H145.941V235.898H173.123L173.156 260.328ZM173.156 231.969H145.941V207.442C155.699 207.442 164.948 207.442 173.123 207.442L173.156 231.969ZM204.599 301.08C204.596 304.929 203.064 308.619 200.337 311.34C197.611 314.062 193.915 315.592 190.059 315.595H177.048V292.615H204.588L204.599 301.08ZM204.599 288.686H177.059V264.257H204.599V288.686ZM204.599 260.328H177.059V235.898H204.599V260.328ZM204.599 231.969H177.059V207.452C190.363 207.452 200.371 207.571 204.599 207.712V231.969Z", className: "Overlay", fill: "#2C64EF" }), /* @__PURE__ */ e.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), m1 = I(h1), ht = ({
1565
+ beat: i,
1566
+ headerProps: l,
1567
+ isCIBC: n,
1568
+ isMini: r,
1510
1569
  ...o
1511
1570
  }) => {
1512
- const a = r ? i1 : n1, d = {
1571
+ const a = n ? c1 : m1, d = {
1513
1572
  height: "auto",
1514
- width: n ? "30%" : "50%",
1573
+ width: r ? "30%" : "50%",
1515
1574
  marginBottom: 16
1516
- }, s = r ? { ...d, width: n ? "50%" : "70%" } : d;
1517
- return /* @__PURE__ */ e(
1518
- t1,
1575
+ }, c = n ? { ...d, width: r ? "50%" : "70%" } : d;
1576
+ return /* @__PURE__ */ t(
1577
+ n1,
1519
1578
  {
1520
1579
  ...o,
1521
1580
  description: {
1522
- beat: l,
1581
+ beat: i,
1523
1582
  descriptionPlacement: "bottom"
1524
1583
  },
1525
1584
  header: {
1526
- ...i,
1527
- title: l.html_title,
1528
- shouldShowMenu: !n
1585
+ ...l,
1586
+ title: i.html_title,
1587
+ shouldShowMenu: !r
1529
1588
  },
1530
- children: /* @__PURE__ */ e(O, { divProps: { style: s }, image: a })
1589
+ children: /* @__PURE__ */ t(K, { divProps: { style: c }, image: a })
1531
1590
  }
1532
1591
  );
1533
- }, tt = ({
1534
- goalCompletionDate: l = "",
1535
- goalContribution: i = "",
1536
- isDarkMode: r,
1537
- payload: n,
1592
+ }, mt = ({
1593
+ goalCompletionDate: i = "",
1594
+ goalContribution: l = "",
1595
+ isDarkMode: n,
1596
+ payload: r,
1538
1597
  percentageCompleteText: o,
1539
1598
  showGoalContributedLastMonth: a,
1540
1599
  showProjectedToCompleteDate: d,
1541
- title: s,
1542
- totalSavedText: m
1600
+ title: c,
1601
+ totalSavedText: h
1543
1602
  }) => {
1544
- const h = z(r ? "dark" : "light");
1545
- return /* @__PURE__ */ e(D, { theme: h, children: /* @__PURE__ */ e(u, { className: "mx-insights-mefr-body", "data-ui-test": "mefr-body", sx: { mb: 16 }, children: /* @__PURE__ */ c(we, { title: s, children: [
1546
- /* @__PURE__ */ e(
1547
- Ve,
1603
+ const m = ce(n ? "dark" : "light");
1604
+ return /* @__PURE__ */ t(me, { theme: m, children: /* @__PURE__ */ t(p, { className: "mx-insights-mefr-body", "data-ui-test": "mefr-body", sx: { mb: 16 }, children: /* @__PURE__ */ s(Fe, { title: c, children: [
1605
+ /* @__PURE__ */ t(
1606
+ De,
1548
1607
  {
1549
- goalPercentage: n.goal_percentage,
1608
+ goalPercentage: r.goal_percentage,
1550
1609
  percentageCompleteText: o
1551
1610
  }
1552
1611
  ),
1553
- /* @__PURE__ */ c(
1554
- u,
1612
+ /* @__PURE__ */ s(
1613
+ p,
1555
1614
  {
1556
1615
  className: "mx-insights-mefr-body-content",
1557
1616
  "data-ui-test": "mefr-body-content",
1558
1617
  sx: { marginTop: 8 },
1559
1618
  children: [
1560
- !!d && /* @__PURE__ */ e(o1, { goalCompletionDate: l }),
1561
- !!a && /* @__PURE__ */ e(a1, { goalContribution: i }),
1562
- /* @__PURE__ */ e(
1563
- d1,
1619
+ !!d && /* @__PURE__ */ t(u1, { goalCompletionDate: i }),
1620
+ !!a && /* @__PURE__ */ t(p1, { goalContribution: l }),
1621
+ /* @__PURE__ */ t(
1622
+ f1,
1564
1623
  {
1565
1624
  showGoalContributedLastMonth: a,
1566
- totalSavedText: m
1625
+ totalSavedText: h
1567
1626
  }
1568
1627
  )
1569
1628
  ]
1570
1629
  }
1571
1630
  )
1572
1631
  ] }) }) });
1573
- }, a1 = ({ goalContribution: l }) => /* @__PURE__ */ c(
1632
+ }, p1 = ({ goalContribution: i }) => /* @__PURE__ */ s(
1574
1633
  v,
1575
1634
  {
1576
1635
  "data-ui-test": "mefr-body-contributed",
@@ -1582,18 +1641,18 @@ const Se = ({
1582
1641
  size: 13
1583
1642
  },
1584
1643
  children: [
1585
- /* @__PURE__ */ e(C, { color: "secondary", fill: !0, name: "bid_landscape", style: { marginRight: 4 } }),
1586
- /* @__PURE__ */ e(
1587
- M,
1644
+ /* @__PURE__ */ t(y, { color: "secondary", fill: !0, name: "bid_landscape", style: { marginRight: 4 } }),
1645
+ /* @__PURE__ */ t(
1646
+ b,
1588
1647
  {
1589
- dangerouslySetInnerHTML: { __html: l },
1648
+ dangerouslySetInnerHTML: { __html: i },
1590
1649
  "data-ui-test": "mefr-contributed-text",
1591
1650
  sx: { fontSize: 13 }
1592
1651
  }
1593
1652
  )
1594
1653
  ]
1595
1654
  }
1596
- ), o1 = ({ goalCompletionDate: l }) => /* @__PURE__ */ c(
1655
+ ), u1 = ({ goalCompletionDate: i }) => /* @__PURE__ */ s(
1597
1656
  v,
1598
1657
  {
1599
1658
  "data-ui-test": "mefr-body-projected",
@@ -1605,21 +1664,21 @@ const Se = ({
1605
1664
  size: 13
1606
1665
  },
1607
1666
  children: [
1608
- /* @__PURE__ */ e(C, { name: "calendar_month", style: { marginRight: 4 } }),
1609
- /* @__PURE__ */ e(
1610
- M,
1667
+ /* @__PURE__ */ t(y, { name: "calendar_month", style: { marginRight: 4 } }),
1668
+ /* @__PURE__ */ t(
1669
+ b,
1611
1670
  {
1612
- dangerouslySetInnerHTML: { __html: l },
1671
+ dangerouslySetInnerHTML: { __html: i },
1613
1672
  "data-ui-test": "mefr-projected-text",
1614
1673
  sx: { fontSize: 13 }
1615
1674
  }
1616
1675
  )
1617
1676
  ]
1618
1677
  }
1619
- ), d1 = ({
1620
- showGoalContributedLastMonth: l,
1621
- totalSavedText: i
1622
- }) => /* @__PURE__ */ c(
1678
+ ), f1 = ({
1679
+ showGoalContributedLastMonth: i,
1680
+ totalSavedText: l
1681
+ }) => /* @__PURE__ */ s(
1623
1682
  v,
1624
1683
  {
1625
1684
  "data-ui-test": "mefr-body-saved",
@@ -1627,51 +1686,47 @@ const Se = ({
1627
1686
  alignItems: "center",
1628
1687
  boxShadow: "none",
1629
1688
  display: "flex",
1630
- marginBottom: l ? 8 : 0,
1689
+ marginBottom: i ? 8 : 0,
1631
1690
  size: 13
1632
1691
  },
1633
1692
  children: [
1634
- /* @__PURE__ */ e(C, { name: "paid", style: { marginRight: 4 } }),
1635
- /* @__PURE__ */ e(
1636
- M,
1693
+ /* @__PURE__ */ t(y, { name: "paid", style: { marginRight: 4 } }),
1694
+ /* @__PURE__ */ t(
1695
+ b,
1637
1696
  {
1638
1697
  className: "mx-insights-mefr-saved-text",
1639
- dangerouslySetInnerHTML: { __html: i },
1698
+ dangerouslySetInnerHTML: { __html: l },
1640
1699
  "data-ui-test": "mefr-saved-text",
1641
1700
  sx: { fontSize: 13 }
1642
1701
  }
1643
1702
  )
1644
1703
  ]
1645
1704
  }
1646
- ), lt = ({
1647
- accountGuid: l,
1648
- animation: i,
1649
- leftLowerText: r,
1650
- leftUpperText: n,
1705
+ ), pt = ({
1706
+ account: i,
1707
+ animation: l,
1708
+ leftLowerText: n,
1709
+ leftUpperText: r,
1651
1710
  isComplete: o,
1652
- isDarkMode: a,
1653
- isMini: d,
1654
- headerString: s,
1655
- rightLowerText: m,
1711
+ isMini: a,
1712
+ headerString: d,
1713
+ rightLowerText: c,
1656
1714
  rightUpperText: h
1657
- }) => {
1658
- const p = z(a ? "dark" : "light");
1659
- return /* @__PURE__ */ e(D, { theme: p, children: /* @__PURE__ */ e(
1660
- X,
1661
- {
1662
- accountGuid: l,
1663
- animation: i,
1664
- headerString: s,
1665
- isComplete: o,
1666
- isMini: d,
1667
- leftLowerText: r,
1668
- leftUpperText: n,
1669
- rightLowerText: m,
1670
- rightUpperText: h
1671
- }
1672
- ) });
1673
- }, Y = ({ accountGuid: l, accountName: i }) => /* @__PURE__ */ c(
1674
- H,
1715
+ }) => /* @__PURE__ */ t(
1716
+ ie,
1717
+ {
1718
+ account: i,
1719
+ animation: l,
1720
+ headerString: d,
1721
+ isComplete: o,
1722
+ isMini: a,
1723
+ leftLowerText: n,
1724
+ leftUpperText: r,
1725
+ rightLowerText: c,
1726
+ rightUpperText: h
1727
+ }
1728
+ ), O = ({ accountGuid: i, accountName: l }) => /* @__PURE__ */ s(
1729
+ x,
1675
1730
  {
1676
1731
  className: "mx-insights-sdd-account-Card",
1677
1732
  sx: {
@@ -1679,88 +1734,49 @@ const Se = ({
1679
1734
  maxWidth: 70
1680
1735
  },
1681
1736
  children: [
1682
- /* @__PURE__ */ e(
1683
- u,
1737
+ /* @__PURE__ */ t(
1738
+ p,
1684
1739
  {
1685
1740
  className: "mx-insights-sdd-account-image-container",
1686
1741
  sx: { display: "flex", justifyContent: "center", width: "100%" },
1687
- children: /* @__PURE__ */ e(
1688
- q,
1742
+ children: /* @__PURE__ */ t(
1743
+ k,
1689
1744
  {
1690
1745
  alt: "Financial Institution Logo",
1691
1746
  "data-ui-test": "mx-insights-sudd-full-feed-body-logo",
1692
1747
  height: 32,
1693
- institutionGuid: l || "",
1748
+ institutionGuid: i || "",
1694
1749
  width: 32
1695
1750
  }
1696
1751
  )
1697
1752
  }
1698
1753
  ),
1699
- /* @__PURE__ */ e(
1700
- x,
1754
+ /* @__PURE__ */ t(
1755
+ C,
1701
1756
  {
1702
1757
  className: "mx-insights-sdd-account-account-name",
1703
1758
  sx: { textAlign: "center" },
1704
1759
  variant: "Tiny",
1705
- children: i
1760
+ children: l
1706
1761
  }
1707
1762
  )
1708
1763
  ]
1709
1764
  }
1710
- ), it = ({
1711
- accountGuid: l,
1712
- animation: i,
1713
- destinationAccountGuid: r,
1714
- externalAccountName: n,
1715
- heldAccountName: o,
1716
- headerString: a,
1717
- isComplete: d,
1718
- isDarkMode: s,
1719
- isMini: m,
1720
- leftLowerText: h,
1721
- leftUpperText: p,
1722
- rightLowerText: E,
1723
- rightUpperText: f,
1724
- sourceAccountGuid: y
1725
- }) => {
1726
- const g = z(s ? "dark" : "light");
1727
- return /* @__PURE__ */ e(A.Fragment, { children: /* @__PURE__ */ e(D, { theme: g, children: d ? /* @__PURE__ */ e(
1728
- X,
1729
- {
1730
- accountGuid: l,
1731
- animation: i,
1732
- headerString: a,
1733
- isComplete: d,
1734
- isMini: m,
1735
- leftLowerText: h,
1736
- leftUpperText: p,
1737
- rightLowerText: E,
1738
- rightUpperText: f
1739
- }
1740
- ) : /* @__PURE__ */ e(
1741
- s1,
1742
- {
1743
- destinationAccountGuid: r,
1744
- externalAccountName: n,
1745
- heldAccountName: o,
1746
- sourceAccountGuid: y
1747
- }
1748
- ) }) });
1749
- }, s1 = ({
1750
- destinationAccountGuid: l,
1751
- externalAccountName: i,
1752
- heldAccountName: r,
1753
- sourceAccountGuid: n
1754
- }) => /* @__PURE__ */ c(
1755
- H,
1765
+ ), E1 = ({
1766
+ destinationAccountGuid: i,
1767
+ externalAccountName: l,
1768
+ heldAccountName: n,
1769
+ sourceAccountGuid: r
1770
+ }) => /* @__PURE__ */ s(
1771
+ x,
1756
1772
  {
1757
1773
  className: "mx-insights-sdd-main-container",
1758
1774
  direction: "row",
1759
1775
  sx: { gap: 8, height: 82, justifyContent: "center", py: 12, width: "100%" },
1760
1776
  children: [
1761
- /* @__PURE__ */ e(Y, { accountGuid: n, accountName: i }),
1762
- /* @__PURE__ */ e(
1763
- C,
1777
+ /* @__PURE__ */ t(O, { accountGuid: r, accountName: l }),
1778
+ /* @__PURE__ */ t(
1779
+ y,
1764
1780
  {
1765
1781
  className: "mx-insights-sdd-arrow-forward-icon",
1766
1782
  name: "arrow_forward",
@@ -1768,48 +1784,84 @@ const Se = ({
1768
1784
  sx: { my: "auto" }
1769
1785
  }
1770
1786
  ),
1771
- /* @__PURE__ */ e(Y, { accountGuid: l, accountName: r })
1787
+ /* @__PURE__ */ t(O, { accountGuid: i, accountName: n })
1772
1788
  ]
1773
1789
  }
1774
- );
1790
+ ), ut = ({
1791
+ account: i,
1792
+ animation: l,
1793
+ destinationAccountGuid: n,
1794
+ externalAccountName: r,
1795
+ heldAccountName: o,
1796
+ headerString: a,
1797
+ isComplete: d,
1798
+ isMini: c,
1799
+ leftLowerText: h,
1800
+ leftUpperText: m,
1801
+ rightLowerText: u,
1802
+ rightUpperText: f,
1803
+ sourceAccountGuid: E
1804
+ }) => /* @__PURE__ */ t(A.Fragment, { children: d ? /* @__PURE__ */ t(
1805
+ ie,
1806
+ {
1807
+ account: i,
1808
+ animation: l,
1809
+ headerString: a,
1810
+ isComplete: d,
1811
+ isMini: c,
1812
+ leftLowerText: h,
1813
+ leftUpperText: m,
1814
+ rightLowerText: u,
1815
+ rightUpperText: f
1816
+ }
1817
+ ) : /* @__PURE__ */ t(
1818
+ E1,
1819
+ {
1820
+ destinationAccountGuid: n,
1821
+ externalAccountName: r,
1822
+ heldAccountName: o,
1823
+ sourceAccountGuid: E
1824
+ }
1825
+ ) });
1775
1826
  export {
1776
- Y as AccountBox,
1777
- T1 as BarChart,
1778
- t1 as BeatCard,
1779
- Q1 as BeatFeedbackText,
1780
- P1 as BottomSheet,
1781
- Je as CardButtonSection,
1782
- Xe as CardError,
1783
- Qe as CardHeader,
1784
- $e as CardLoading,
1785
- e1 as ContentAndDescription,
1786
- j as Description,
1787
- X as DirectDeposit,
1788
- j1 as DirectDepositSubHeader,
1789
- _1 as DiscoveredAccountsBody,
1790
- $1 as DiscoveredAccountsLearnMoreDrawer,
1791
- et as FederalBankHoliday,
1792
- X1 as FeedbackButtons,
1793
- O1 as FeedbackDescription,
1794
- B1 as FeedbackHeader,
1795
- U1 as FeedbackOptions,
1796
- ze as FullFeedBodyHeader,
1797
- De as FullFeedLogoSection,
1798
- Y1 as InsightButton,
1799
- a1 as LastMonthsContributionSection,
1800
- Ke as LeftBox,
1801
- We as LowerBoxesSection,
1802
- Fe as MiniBodyHeader,
1803
- tt as MonthlyEmergencyFundReviewBody,
1804
- o1 as ProjectedCompletionSection,
1805
- Ve as PulseGoalProgress,
1806
- we as PulseGraidentBox,
1807
- Se as PulseProgressBar,
1808
- Ge as RightBox,
1809
- lt as SetUpDirectDepositBody,
1810
- N1 as Shell,
1811
- it as SwitchDirectDepositBody,
1812
- s1 as SwitchDirectDepositMainContainer,
1813
- d1 as TotalSavedSection
1827
+ O as AccountBox,
1828
+ $1 as BarChart,
1829
+ n1 as BeatCard,
1830
+ dt as BeatFeedbackText,
1831
+ Q1 as BottomSheet,
1832
+ Ye as CardButtonSection,
1833
+ _e as CardError,
1834
+ t1 as CardHeader,
1835
+ l1 as CardLoading,
1836
+ ee as Confetti,
1837
+ r1 as ContentAndDescription,
1838
+ X as Description,
1839
+ ie as DirectDeposit,
1840
+ et as DirectDepositSubHeader,
1841
+ st as DiscoveredAccountsBody,
1842
+ ct as DiscoveredAccountsLearnMoreDrawer,
1843
+ ht as FederalBankHoliday,
1844
+ nt as FeedbackButtons,
1845
+ at as FeedbackDescription,
1846
+ rt as FeedbackHeader,
1847
+ ot as FeedbackOptions,
1848
+ Je as FullFeedBodyHeader,
1849
+ tt as InsightButton,
1850
+ p1 as LastMonthsContributionSection,
1851
+ Te as LeftBox,
1852
+ it as LinedCardZeroState,
1853
+ Pe as MiniBodyHeader,
1854
+ _1 as MiniInsightCard,
1855
+ mt as MonthlyEmergencyFundReviewBody,
1856
+ u1 as ProjectedCompletionSection,
1857
+ De as PulseGoalProgress,
1858
+ Fe as PulseGraidentBox,
1859
+ ze as PulseProgressBar,
1860
+ je as RightBox,
1861
+ pt as SetUpDirectDepositBody,
1862
+ lt as Shell,
1863
+ ut as SwitchDirectDepositBody,
1864
+ E1 as SwitchDirectDepositMainContainer,
1865
+ f1 as TotalSavedSection
1814
1866
  };
1815
1867
  //# sourceMappingURL=index.es.js.map