@mx-cartographer/insights-ui 1.7.4-alpha.sms1 → 1.7.5-alpha.san1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/insights/CategorySpendingV2/CategorySpendingV2.d.ts +2 -0
- package/dist/components/insights/CategorySpendingV2/index.d.ts +1 -0
- package/dist/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.d.ts +3 -0
- package/dist/components/insights/MonthlySpendingComparisonV2/__test__/MonthlySpendComparisonV2.test.d.ts +1 -0
- package/dist/components/insights/MonthlySpendingComparisonV2/index.d.ts +1 -0
- package/dist/components/insights/UnifiedDeposit/index.d.ts +0 -1
- package/dist/components/insights/index.d.ts +2 -0
- package/dist/components/shared/Charts/BarChart/BarChart.d.ts +1 -1
- package/dist/components/shared/Charts/BarChart/ChartLegend.d.ts +3 -1
- package/dist/components/shared/Charts/BarChart/CustomBarPlot.d.ts +2 -1
- package/dist/components/shared/Charts/EmptyBarChart.d.ts +1 -0
- package/dist/components/shared/InsightsCard/InsightButton.d.ts +1 -1
- package/dist/index.es.js +964 -832
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import * as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { BottomSheetTransition as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { useTheme as w, styled as
|
|
10
|
-
import { useInView as
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import { ResponsiveChartContainer as
|
|
20
|
-
import { useChartContainerDimensions as
|
|
21
|
-
import { animated as
|
|
22
|
-
import
|
|
23
|
-
import { CardHeader as
|
|
24
|
-
import { Box as
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import { TextareaAutosize as
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
const
|
|
1
|
+
import { jsx as t, jsxs as h, Fragment as L } from "react/jsx-runtime";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import v, { useState as B, useRef as W, useLayoutEffect as se, useMemo as Y, useCallback as ce, useEffect as j, forwardRef as k } from "react";
|
|
4
|
+
import he from "@mui/material/Dialog";
|
|
5
|
+
import { BottomSheetTransition as me, Icon as C, P as f, Text as b, InstitutionLogo as Z, H3 as ie, Drawer as pe, createMXTheme as ue, MerchantLogo as Ee, CategoryIcon as fe } from "@kyper/mui";
|
|
6
|
+
import ge from "react-confetti";
|
|
7
|
+
import E from "@mui/material/Box";
|
|
8
|
+
import A from "@mui/material/Card";
|
|
9
|
+
import { useTheme as w, styled as N, ThemeProvider as xe } from "@mui/material/styles";
|
|
10
|
+
import { useInView as Ce } from "react-intersection-observer";
|
|
11
|
+
import ye from "@mui/material/CardHeader";
|
|
12
|
+
import re from "@mui/material/CardContent";
|
|
13
|
+
import q from "@mui/material/IconButton";
|
|
14
|
+
import G from "@mui/material/ListItemIcon";
|
|
15
|
+
import J from "@mui/material/ListItemText";
|
|
16
|
+
import He from "@mui/material/Menu";
|
|
17
|
+
import ve from "@mui/material/MenuItem";
|
|
18
|
+
import g from "@mui/material/Stack";
|
|
19
|
+
import { ResponsiveChartContainer as Ae, ChartsReferenceLine as be, ChartsXAxis as we, BarPlot as Me } from "@mui/x-charts";
|
|
20
|
+
import { useChartContainerDimensions as Le } from "@mui/x-charts/internals";
|
|
21
|
+
import { animated as X } from "@react-spring/web";
|
|
22
|
+
import ke from "@mui/material/Paper";
|
|
23
|
+
import { CardHeader as Se, Stack as T, Card as Ve, Box as qe } from "@mui/material";
|
|
24
|
+
import { Box as Ze, styled as Ie, useTheme as Re } from "@mui/system";
|
|
25
|
+
import D from "@mui/material/Button";
|
|
26
|
+
import ze from "@mui/material/DialogTitle";
|
|
27
|
+
import De from "@mui/material/FormControl";
|
|
28
|
+
import Fe from "@mui/material/FormControlLabel";
|
|
29
|
+
import We from "@mui/material/Radio";
|
|
30
|
+
import Ke from "@mui/material/RadioGroup";
|
|
31
|
+
import { TextareaAutosize as Ge } from "@mui/base/TextareaAutosize";
|
|
32
|
+
import Je from "@mui/icons-material/ArrowBack";
|
|
33
|
+
import Te from "@mui/material/Divider";
|
|
34
|
+
import O from "@mui/material/List";
|
|
35
|
+
import U from "@mui/material/ListItem";
|
|
36
|
+
const Pe = ({
|
|
37
37
|
allowScroll: i,
|
|
38
38
|
children: r,
|
|
39
|
-
height:
|
|
40
|
-
isMobile:
|
|
41
|
-
isOpen:
|
|
42
|
-
onClose:
|
|
39
|
+
height: l,
|
|
40
|
+
isMobile: n,
|
|
41
|
+
isOpen: a = !1,
|
|
42
|
+
onClose: o,
|
|
43
43
|
showBackground: d = !1,
|
|
44
|
-
width:
|
|
44
|
+
width: s = 450
|
|
45
45
|
}) => {
|
|
46
|
-
const [c, m] =
|
|
47
|
-
return
|
|
46
|
+
const [c, m] = v.useState(!1);
|
|
47
|
+
return v.useEffect(() => {
|
|
48
48
|
m(!!i);
|
|
49
|
-
}, [i]), /* @__PURE__ */
|
|
50
|
-
|
|
49
|
+
}, [i]), /* @__PURE__ */ t(
|
|
50
|
+
he,
|
|
51
51
|
{
|
|
52
52
|
PaperProps: {
|
|
53
53
|
elevation: 0,
|
|
@@ -57,20 +57,20 @@ const Fe = ({
|
|
|
57
57
|
borderTopRightRadius: 16,
|
|
58
58
|
left: "50%",
|
|
59
59
|
m: 0,
|
|
60
|
-
maxHeight:
|
|
61
|
-
maxWidth:
|
|
60
|
+
maxHeight: l ?? "50%",
|
|
61
|
+
maxWidth: s,
|
|
62
62
|
// Adjust maxWidth as needed
|
|
63
63
|
position: "fixed",
|
|
64
64
|
transform: "translateX(-50%)",
|
|
65
|
-
width:
|
|
65
|
+
width: n ? "100%" : "80%"
|
|
66
66
|
// Adjust width as needed
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
TransitionComponent:
|
|
69
|
+
TransitionComponent: me,
|
|
70
70
|
disableScrollLock: c,
|
|
71
71
|
hideBackdrop: d,
|
|
72
|
-
onClose:
|
|
73
|
-
open:
|
|
72
|
+
onClose: o,
|
|
73
|
+
open: a,
|
|
74
74
|
scroll: "paper",
|
|
75
75
|
sx: {
|
|
76
76
|
"& .MuiBackdrop-root": {
|
|
@@ -84,8 +84,8 @@ const Fe = ({
|
|
|
84
84
|
children: r
|
|
85
85
|
}
|
|
86
86
|
);
|
|
87
|
-
},
|
|
88
|
-
|
|
87
|
+
}, mt = Pe, le = ({ height: i = 0, width: r = 0, shouldRun: l = !1 }) => /* @__PURE__ */ t(
|
|
88
|
+
ge,
|
|
89
89
|
{
|
|
90
90
|
"aria-hidden": !0,
|
|
91
91
|
colors: ["#3F9FEB", "#C331B6", "#30C434", "#F1CE31", "#EE3B7C"],
|
|
@@ -101,33 +101,33 @@ const Fe = ({
|
|
|
101
101
|
initialVelocityY: 8,
|
|
102
102
|
numberOfPieces: 200,
|
|
103
103
|
recycle: !1,
|
|
104
|
-
run:
|
|
104
|
+
run: l,
|
|
105
105
|
style: { inset: "auto" },
|
|
106
106
|
width: r
|
|
107
107
|
}
|
|
108
|
-
),
|
|
108
|
+
), Be = ({
|
|
109
109
|
backgroundColor: i,
|
|
110
110
|
color: r,
|
|
111
|
-
percent:
|
|
112
|
-
height:
|
|
111
|
+
percent: l,
|
|
112
|
+
height: n = 12
|
|
113
113
|
}) => {
|
|
114
|
-
const [
|
|
115
|
-
return
|
|
116
|
-
|
|
117
|
-
}, [
|
|
118
|
-
|
|
114
|
+
const [a, o] = Ce({ triggerOnce: !0 }), [d, s] = v.useState("0%"), c = l > 100 ? 100 : l;
|
|
115
|
+
return v.useEffect(() => {
|
|
116
|
+
o && s(`${c}%`);
|
|
117
|
+
}, [o, c]), /* @__PURE__ */ t(v.Fragment, { children: /* @__PURE__ */ h(
|
|
118
|
+
A,
|
|
119
119
|
{
|
|
120
120
|
"data-ui-test": "progress-bar",
|
|
121
|
-
ref:
|
|
121
|
+
ref: a,
|
|
122
122
|
sx: {
|
|
123
123
|
position: "relative",
|
|
124
124
|
borderRadius: 8,
|
|
125
|
-
height:
|
|
125
|
+
height: n,
|
|
126
126
|
width: "100%"
|
|
127
127
|
},
|
|
128
128
|
children: [
|
|
129
|
-
/* @__PURE__ */
|
|
130
|
-
|
|
129
|
+
/* @__PURE__ */ t(
|
|
130
|
+
E,
|
|
131
131
|
{
|
|
132
132
|
sx: {
|
|
133
133
|
position: "absolute",
|
|
@@ -139,8 +139,8 @@ const Fe = ({
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
),
|
|
142
|
-
/* @__PURE__ */
|
|
143
|
-
|
|
142
|
+
/* @__PURE__ */ t(
|
|
143
|
+
E,
|
|
144
144
|
{
|
|
145
145
|
sx: {
|
|
146
146
|
position: "absolute",
|
|
@@ -155,23 +155,23 @@ const Fe = ({
|
|
|
155
155
|
]
|
|
156
156
|
}
|
|
157
157
|
) });
|
|
158
|
-
},
|
|
158
|
+
}, je = ({
|
|
159
159
|
backgroundOverride: i,
|
|
160
160
|
goalPercentage: r,
|
|
161
|
-
height:
|
|
162
|
-
percentageCompleteText:
|
|
163
|
-
progressColorOverride:
|
|
161
|
+
height: l = 8,
|
|
162
|
+
percentageCompleteText: n,
|
|
163
|
+
progressColorOverride: a
|
|
164
164
|
}) => {
|
|
165
|
-
const
|
|
166
|
-
return /* @__PURE__ */
|
|
167
|
-
|
|
165
|
+
const o = w();
|
|
166
|
+
return /* @__PURE__ */ h(
|
|
167
|
+
E,
|
|
168
168
|
{
|
|
169
169
|
className: "mx-insights-goal-progress",
|
|
170
170
|
"data-ui-test": "goal-progress",
|
|
171
171
|
sx: { marginBottom: 16 },
|
|
172
172
|
children: [
|
|
173
|
-
/* @__PURE__ */
|
|
174
|
-
|
|
173
|
+
/* @__PURE__ */ h(
|
|
174
|
+
A,
|
|
175
175
|
{
|
|
176
176
|
sx: {
|
|
177
177
|
display: "flex",
|
|
@@ -181,40 +181,40 @@ const Fe = ({
|
|
|
181
181
|
marginTop: 4
|
|
182
182
|
},
|
|
183
183
|
children: [
|
|
184
|
-
/* @__PURE__ */
|
|
185
|
-
/* @__PURE__ */
|
|
186
|
-
|
|
184
|
+
/* @__PURE__ */ t(C, { color: "success", fill: !0, name: "check_circle", size: 16 }),
|
|
185
|
+
/* @__PURE__ */ t(
|
|
186
|
+
f,
|
|
187
187
|
{
|
|
188
188
|
bold: !0,
|
|
189
189
|
className: "mx-insights-goal-progress",
|
|
190
190
|
"data-ui-test": "goal-percentage-complete",
|
|
191
191
|
sx: { fontSize: 13 },
|
|
192
|
-
children:
|
|
192
|
+
children: n
|
|
193
193
|
}
|
|
194
194
|
)
|
|
195
195
|
]
|
|
196
196
|
}
|
|
197
197
|
),
|
|
198
|
-
/* @__PURE__ */
|
|
199
|
-
|
|
198
|
+
/* @__PURE__ */ t(
|
|
199
|
+
Be,
|
|
200
200
|
{
|
|
201
|
-
backgroundColor: i ||
|
|
202
|
-
color:
|
|
203
|
-
height:
|
|
201
|
+
backgroundColor: i || o.palette.background.highlight,
|
|
202
|
+
color: a || o.palette.primary.main,
|
|
203
|
+
height: l,
|
|
204
204
|
percent: r
|
|
205
205
|
}
|
|
206
206
|
)
|
|
207
207
|
]
|
|
208
208
|
}
|
|
209
209
|
);
|
|
210
|
-
},
|
|
210
|
+
}, Ye = ({
|
|
211
211
|
children: i,
|
|
212
212
|
gradientOverride: r,
|
|
213
|
-
title:
|
|
213
|
+
title: l
|
|
214
214
|
}) => {
|
|
215
|
-
const
|
|
216
|
-
return /* @__PURE__ */
|
|
217
|
-
|
|
215
|
+
const n = w();
|
|
216
|
+
return /* @__PURE__ */ h(
|
|
217
|
+
E,
|
|
218
218
|
{
|
|
219
219
|
className: "mx-insights-gradient-box",
|
|
220
220
|
"data-ui-test": "gradient-box",
|
|
@@ -223,21 +223,21 @@ const Fe = ({
|
|
|
223
223
|
p: 16
|
|
224
224
|
},
|
|
225
225
|
children: [
|
|
226
|
-
/* @__PURE__ */
|
|
227
|
-
|
|
226
|
+
/* @__PURE__ */ t(A, { sx: { background: "transparent", boxShadow: "none", marginBottom: 16 }, children: l && /* @__PURE__ */ t(
|
|
227
|
+
f,
|
|
228
228
|
{
|
|
229
229
|
className: "mx-insights-gradient-box-title",
|
|
230
230
|
"data-ui-test": "gradient-box-title",
|
|
231
|
-
sx: { color:
|
|
232
|
-
children:
|
|
231
|
+
sx: { color: n.palette.primary.lighter, lineHeight: "16px", fontSize: 13 },
|
|
232
|
+
children: l
|
|
233
233
|
}
|
|
234
234
|
) }),
|
|
235
|
-
/* @__PURE__ */
|
|
236
|
-
|
|
235
|
+
/* @__PURE__ */ t(
|
|
236
|
+
E,
|
|
237
237
|
{
|
|
238
238
|
className: "mx-insights-gradient-box-card",
|
|
239
239
|
sx: {
|
|
240
|
-
background:
|
|
240
|
+
background: n.palette.background.paper,
|
|
241
241
|
borderRadius: "4px",
|
|
242
242
|
gap: "16px",
|
|
243
243
|
padding: "12px 16px"
|
|
@@ -248,39 +248,39 @@ const Fe = ({
|
|
|
248
248
|
]
|
|
249
249
|
}
|
|
250
250
|
);
|
|
251
|
-
},
|
|
251
|
+
}, Ne = ({
|
|
252
252
|
beat: i,
|
|
253
253
|
children: r,
|
|
254
|
-
DismissedBeat:
|
|
255
|
-
headerTextOverride:
|
|
256
|
-
setRefs:
|
|
257
|
-
subHeader:
|
|
254
|
+
DismissedBeat: l,
|
|
255
|
+
headerTextOverride: n,
|
|
256
|
+
setRefs: a,
|
|
257
|
+
subHeader: o,
|
|
258
258
|
height: d
|
|
259
259
|
}) => {
|
|
260
|
-
const [
|
|
261
|
-
const
|
|
262
|
-
c(Math.floor(
|
|
260
|
+
const [s, c] = v.useState(null), m = () => {
|
|
261
|
+
const p = document.getElementsByClassName("mx-mini-insight-card")[0].clientHeight, u = document.getElementsByClassName("mx-mini-insight-card-header")[0].clientHeight + document.getElementsByClassName("mx-mini-insight-card-content-body")[0].clientHeight, x = p - u - 24;
|
|
262
|
+
c(Math.floor(x / 20));
|
|
263
263
|
};
|
|
264
|
-
return
|
|
265
|
-
|
|
264
|
+
return v.useEffect(() => (m(), window.addEventListener("resize", m), () => window.removeEventListener("resize", m)), []), /* @__PURE__ */ t(
|
|
265
|
+
A,
|
|
266
266
|
{
|
|
267
267
|
"aria-labelledby": i.guid,
|
|
268
268
|
className: "mx-mini-insight-card",
|
|
269
|
-
ref:
|
|
269
|
+
ref: a,
|
|
270
270
|
sx: { height: d, pb: 24, pt: 0, px: 0 },
|
|
271
|
-
children: i.dismissed_at ?
|
|
272
|
-
/* @__PURE__ */
|
|
273
|
-
|
|
271
|
+
children: i.dismissed_at ? l : /* @__PURE__ */ h(v.Fragment, { children: [
|
|
272
|
+
/* @__PURE__ */ t(
|
|
273
|
+
ye,
|
|
274
274
|
{
|
|
275
275
|
className: "mx-mini-insight-card-header",
|
|
276
|
-
subheader:
|
|
276
|
+
subheader: o,
|
|
277
277
|
sx: { gap: 8 },
|
|
278
|
-
title:
|
|
278
|
+
title: n || i?.title,
|
|
279
279
|
titleTypographyProps: { fontSize: 18, fontWeight: 600, variant: "h3" }
|
|
280
280
|
}
|
|
281
281
|
),
|
|
282
|
-
/* @__PURE__ */
|
|
283
|
-
|
|
282
|
+
/* @__PURE__ */ h(
|
|
283
|
+
re,
|
|
284
284
|
{
|
|
285
285
|
className: "mx-mini-insight-card-content",
|
|
286
286
|
sx: {
|
|
@@ -290,9 +290,9 @@ const Fe = ({
|
|
|
290
290
|
width: "100%"
|
|
291
291
|
},
|
|
292
292
|
children: [
|
|
293
|
-
/* @__PURE__ */
|
|
294
|
-
/* @__PURE__ */
|
|
295
|
-
|
|
293
|
+
/* @__PURE__ */ t(E, { className: "mx-mini-insight-card-content-body", children: r }),
|
|
294
|
+
/* @__PURE__ */ t(E, { sx: { p: 24 }, children: /* @__PURE__ */ t(
|
|
295
|
+
E,
|
|
296
296
|
{
|
|
297
297
|
className: "test-class",
|
|
298
298
|
dangerouslySetInnerHTML: { __html: i.html_description },
|
|
@@ -305,7 +305,7 @@ const Fe = ({
|
|
|
305
305
|
mx: "4px",
|
|
306
306
|
overflow: "hidden",
|
|
307
307
|
textOverflow: "ellipsis",
|
|
308
|
-
WebkitLineClamp:
|
|
308
|
+
WebkitLineClamp: s,
|
|
309
309
|
WebkitBoxOrient: "vertical",
|
|
310
310
|
"& > p": {
|
|
311
311
|
m: 0
|
|
@@ -319,21 +319,21 @@ const Fe = ({
|
|
|
319
319
|
] })
|
|
320
320
|
}
|
|
321
321
|
);
|
|
322
|
-
},
|
|
323
|
-
const [
|
|
324
|
-
d(), r(m,
|
|
322
|
+
}, pt = ({ ariaLabel: i, onItemClick: r, menuItems: l = [], onOpen: n }) => {
|
|
323
|
+
const [a, o] = B(null), d = () => o(null), s = (m, p) => {
|
|
324
|
+
d(), r(m, p);
|
|
325
325
|
};
|
|
326
|
-
return /* @__PURE__ */
|
|
327
|
-
/* @__PURE__ */
|
|
328
|
-
|
|
326
|
+
return /* @__PURE__ */ h(L, { children: [
|
|
327
|
+
/* @__PURE__ */ t(
|
|
328
|
+
q,
|
|
329
329
|
{
|
|
330
330
|
"aria-label": i,
|
|
331
331
|
onClick: (m) => {
|
|
332
|
-
|
|
332
|
+
o(m.currentTarget), n();
|
|
333
333
|
},
|
|
334
334
|
sx: { position: "relative !important", bottom: 6 },
|
|
335
|
-
children: /* @__PURE__ */
|
|
336
|
-
|
|
335
|
+
children: /* @__PURE__ */ t(
|
|
336
|
+
C,
|
|
337
337
|
{
|
|
338
338
|
name: "more_horiz",
|
|
339
339
|
size: 24,
|
|
@@ -345,22 +345,22 @@ const Fe = ({
|
|
|
345
345
|
)
|
|
346
346
|
}
|
|
347
347
|
),
|
|
348
|
-
/* @__PURE__ */
|
|
349
|
-
|
|
348
|
+
/* @__PURE__ */ t(
|
|
349
|
+
He,
|
|
350
350
|
{
|
|
351
351
|
MenuListProps: { sx: { width: 212 } },
|
|
352
|
-
anchorEl:
|
|
352
|
+
anchorEl: a,
|
|
353
353
|
anchorOrigin: { horizontal: "right", vertical: "top" },
|
|
354
354
|
disableScrollLock: !0,
|
|
355
355
|
onClose: d,
|
|
356
|
-
open: !!
|
|
356
|
+
open: !!a,
|
|
357
357
|
transformOrigin: { horizontal: "right", vertical: "top" },
|
|
358
|
-
children:
|
|
359
|
-
/* @__PURE__ */
|
|
360
|
-
/* @__PURE__ */
|
|
361
|
-
|
|
358
|
+
children: l.map(({ icon: m, key: p, text: u }, x) => /* @__PURE__ */ h(ve, { onClick: () => s(x, p), sx: { padding: 12 }, children: [
|
|
359
|
+
/* @__PURE__ */ t(G, { sx: { minWidth: "32px !important" }, children: m }),
|
|
360
|
+
/* @__PURE__ */ t(
|
|
361
|
+
J,
|
|
362
362
|
{
|
|
363
|
-
primary:
|
|
363
|
+
primary: u,
|
|
364
364
|
primaryTypographyProps: {
|
|
365
365
|
fontWeight: "normal",
|
|
366
366
|
fontSize: 15,
|
|
@@ -368,26 +368,30 @@ const Fe = ({
|
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
)
|
|
371
|
-
] },
|
|
371
|
+
] }, p))
|
|
372
372
|
}
|
|
373
373
|
)
|
|
374
374
|
] });
|
|
375
|
-
},
|
|
376
|
-
|
|
375
|
+
}, Xe = ({
|
|
376
|
+
average: i,
|
|
377
|
+
color: r,
|
|
378
|
+
legendLabelAvg: l,
|
|
379
|
+
legendLabelMain: n,
|
|
380
|
+
legendStyle: a = {}
|
|
381
|
+
}) => /* @__PURE__ */ h(
|
|
382
|
+
g,
|
|
377
383
|
{
|
|
378
384
|
sx: {
|
|
379
385
|
alignItems: "center",
|
|
380
386
|
flexDirection: "row",
|
|
381
|
-
gap:
|
|
387
|
+
gap: 16,
|
|
382
388
|
justifyContent: "flex-end",
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
pb: 8,
|
|
386
|
-
width: "100%"
|
|
389
|
+
width: "100%",
|
|
390
|
+
...a
|
|
387
391
|
},
|
|
388
392
|
children: [
|
|
389
|
-
|
|
390
|
-
/* @__PURE__ */
|
|
393
|
+
n && /* @__PURE__ */ h(g, { alignItems: "center", flexDirection: "row", gap: 8, children: [
|
|
394
|
+
/* @__PURE__ */ t(
|
|
391
395
|
"svg",
|
|
392
396
|
{
|
|
393
397
|
"aria-hidden": "true",
|
|
@@ -396,22 +400,21 @@ const Fe = ({
|
|
|
396
400
|
height: "6",
|
|
397
401
|
role: "figure",
|
|
398
402
|
width: "7",
|
|
399
|
-
children: /* @__PURE__ */
|
|
403
|
+
children: /* @__PURE__ */ t("rect", { fill: r, height: "6", rx: "2", width: "6", x: "0.4375" })
|
|
400
404
|
}
|
|
401
405
|
),
|
|
402
|
-
/* @__PURE__ */
|
|
406
|
+
/* @__PURE__ */ t(b, { id: "chartLegendLabel", sx: { fontSize: 11, fontWeight: 400 }, variant: "XSmall", children: n })
|
|
403
407
|
] }),
|
|
404
|
-
i &&
|
|
405
|
-
/* @__PURE__ */
|
|
406
|
-
|
|
408
|
+
i && l && /* @__PURE__ */ h(g, { alignItems: "center", flexDirection: "row", gap: 8, children: [
|
|
409
|
+
/* @__PURE__ */ t(
|
|
410
|
+
g,
|
|
407
411
|
{
|
|
408
412
|
sx: {
|
|
409
413
|
flexDirection: "row",
|
|
410
|
-
gap: 2
|
|
411
|
-
ml: 8
|
|
414
|
+
gap: 2
|
|
412
415
|
},
|
|
413
|
-
children: [...Array(3)].map((o,
|
|
414
|
-
|
|
416
|
+
children: [...Array(3)].map((o, d) => /* @__PURE__ */ t(
|
|
417
|
+
E,
|
|
415
418
|
{
|
|
416
419
|
sx: {
|
|
417
420
|
width: 3,
|
|
@@ -420,103 +423,111 @@ const Fe = ({
|
|
|
420
423
|
backgroundColor: "secondary.lighter"
|
|
421
424
|
}
|
|
422
425
|
},
|
|
423
|
-
|
|
426
|
+
d
|
|
424
427
|
))
|
|
425
428
|
}
|
|
426
429
|
),
|
|
427
|
-
/* @__PURE__ */
|
|
428
|
-
|
|
430
|
+
/* @__PURE__ */ h(b, { sx: { fontSize: 11, fontWeight: 400, ml: 0 }, variant: "XSmall", children: [
|
|
431
|
+
l,
|
|
429
432
|
": ",
|
|
430
|
-
|
|
433
|
+
i
|
|
431
434
|
] })
|
|
432
435
|
] })
|
|
433
436
|
]
|
|
434
437
|
}
|
|
435
|
-
),
|
|
438
|
+
), Oe = ({
|
|
436
439
|
colorRange: i,
|
|
437
440
|
data: r,
|
|
438
|
-
dataIndex:
|
|
439
|
-
|
|
441
|
+
dataIndex: l,
|
|
442
|
+
selectedTabIndex: n,
|
|
443
|
+
style: a,
|
|
440
444
|
...o
|
|
441
445
|
}) => {
|
|
442
|
-
const
|
|
443
|
-
|
|
444
|
-
const
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
446
|
+
const d = w(), s = W(null);
|
|
447
|
+
se(() => {
|
|
448
|
+
const p = new ResizeObserver(() => {
|
|
449
|
+
window.requestAnimationFrame(() => {
|
|
450
|
+
if (s.current) {
|
|
451
|
+
const { width: u } = s.current.getBoundingClientRect(), x = u / 2;
|
|
452
|
+
s.current.querySelector("text").setAttribute("transform", `translate(${x}, -8)`);
|
|
453
|
+
}
|
|
454
|
+
});
|
|
449
455
|
});
|
|
450
|
-
return
|
|
451
|
-
|
|
456
|
+
return s.current && p.observe(s.current), () => {
|
|
457
|
+
s.current && p.unobserve(s.current);
|
|
452
458
|
};
|
|
453
459
|
}, []);
|
|
454
|
-
const { ariaLabel:
|
|
455
|
-
return /* @__PURE__ */
|
|
456
|
-
/* @__PURE__ */
|
|
457
|
-
/* @__PURE__ */
|
|
458
|
-
|
|
460
|
+
const { ariaLabel: c, formattedAmount: m } = r[l];
|
|
461
|
+
return /* @__PURE__ */ h("g", { "aria-label": c, ref: s, children: [
|
|
462
|
+
/* @__PURE__ */ t(X.rect, { ...o, fill: i[l], rx: 2, style: a }),
|
|
463
|
+
/* @__PURE__ */ t(
|
|
464
|
+
X.text,
|
|
459
465
|
{
|
|
460
|
-
fill:
|
|
466
|
+
fill: d.palette.text.primary,
|
|
461
467
|
fontSize: 11,
|
|
462
|
-
fontWeight: 400,
|
|
468
|
+
fontWeight: n === l ? "bold" : 400,
|
|
463
469
|
textAnchor: "middle",
|
|
464
|
-
x:
|
|
465
|
-
y:
|
|
466
|
-
children:
|
|
470
|
+
x: a.x,
|
|
471
|
+
y: a.y,
|
|
472
|
+
children: m
|
|
467
473
|
}
|
|
468
474
|
)
|
|
469
475
|
] });
|
|
470
|
-
},
|
|
476
|
+
}, ne = ({
|
|
471
477
|
amounts: i,
|
|
472
478
|
color: r,
|
|
473
|
-
data:
|
|
474
|
-
|
|
479
|
+
data: l,
|
|
480
|
+
margin: n = {
|
|
481
|
+
bottom: 30,
|
|
482
|
+
left: 40,
|
|
483
|
+
right: 40,
|
|
484
|
+
top: 20
|
|
485
|
+
},
|
|
486
|
+
legendLabelAvg: a,
|
|
475
487
|
legendLabelMain: o,
|
|
476
|
-
selectedTabIndex:
|
|
477
|
-
onBarClick:
|
|
488
|
+
selectedTabIndex: d,
|
|
489
|
+
onBarClick: s
|
|
478
490
|
}) => {
|
|
479
|
-
const
|
|
480
|
-
const
|
|
481
|
-
return
|
|
482
|
-
}, [r,
|
|
483
|
-
(
|
|
484
|
-
[
|
|
485
|
-
),
|
|
491
|
+
const c = w(), { containerRef: m, height: p, width: u } = Le(), x = Y(() => {
|
|
492
|
+
const y = `${r}80`;
|
|
493
|
+
return d === void 0 ? [...new Array(l.length - 1).fill(y), r] : l.map((M, V) => V === d ? r : y);
|
|
494
|
+
}, [r, l, d]), H = ce(
|
|
495
|
+
(y, { dataIndex: M }) => s && s(M),
|
|
496
|
+
[s]
|
|
497
|
+
), S = Y(
|
|
486
498
|
() => ({
|
|
487
499
|
series: [
|
|
488
500
|
{
|
|
489
|
-
data:
|
|
501
|
+
data: l.map(({ value: y }) => y),
|
|
490
502
|
type: "bar"
|
|
491
503
|
}
|
|
492
504
|
],
|
|
493
505
|
xAxis: [
|
|
494
506
|
{
|
|
495
|
-
data:
|
|
507
|
+
data: l.map(({ label: y }) => y),
|
|
496
508
|
scaleType: "band",
|
|
497
|
-
categoryGapRatio: 0.
|
|
498
|
-
// Matches the pulse width
|
|
509
|
+
categoryGapRatio: 0.45
|
|
499
510
|
}
|
|
500
511
|
]
|
|
501
512
|
}),
|
|
502
|
-
[
|
|
513
|
+
[l]
|
|
503
514
|
);
|
|
504
|
-
return /* @__PURE__ */
|
|
505
|
-
/* @__PURE__ */
|
|
506
|
-
|
|
515
|
+
return /* @__PURE__ */ h(g, { alignItems: "center", sx: { mb: 24, width: "100%" }, children: [
|
|
516
|
+
/* @__PURE__ */ t(E, { ref: m, sx: { height: 130, width: "100%", mb: 8 }, children: /* @__PURE__ */ h(
|
|
517
|
+
Ae,
|
|
507
518
|
{
|
|
508
|
-
height:
|
|
509
|
-
margin:
|
|
510
|
-
series:
|
|
519
|
+
height: p,
|
|
520
|
+
margin: n,
|
|
521
|
+
series: S.series,
|
|
511
522
|
width: u,
|
|
512
|
-
xAxis:
|
|
523
|
+
xAxis: S.xAxis,
|
|
513
524
|
children: [
|
|
514
|
-
i?.average && /* @__PURE__ */
|
|
515
|
-
|
|
525
|
+
i?.average && /* @__PURE__ */ t(
|
|
526
|
+
be,
|
|
516
527
|
{
|
|
517
528
|
labelAlign: "middle",
|
|
518
529
|
lineStyle: {
|
|
519
|
-
stroke:
|
|
530
|
+
stroke: c.palette.border.darker,
|
|
520
531
|
strokeDasharray: "0.1 5.9",
|
|
521
532
|
strokeLinecap: "round",
|
|
522
533
|
strokeWidth: 2
|
|
@@ -524,37 +535,55 @@ const Fe = ({
|
|
|
524
535
|
y: i?.average
|
|
525
536
|
}
|
|
526
537
|
),
|
|
527
|
-
/* @__PURE__ */
|
|
528
|
-
|
|
538
|
+
/* @__PURE__ */ t(
|
|
539
|
+
we,
|
|
529
540
|
{
|
|
530
541
|
disableTicks: !0,
|
|
531
542
|
position: "bottom",
|
|
543
|
+
slotProps: {
|
|
544
|
+
axisTickLabel: {
|
|
545
|
+
ownerState: l
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
slots: {
|
|
549
|
+
axisTickLabel: ({ text: y, ...M }) => {
|
|
550
|
+
const V = l[d ?? l.length - 1]?.label;
|
|
551
|
+
return /* @__PURE__ */ t(
|
|
552
|
+
"text",
|
|
553
|
+
{
|
|
554
|
+
...M,
|
|
555
|
+
style: { ...M.style, fontWeight: V === y ? "bold" : 400 },
|
|
556
|
+
children: y
|
|
557
|
+
}
|
|
558
|
+
);
|
|
559
|
+
}
|
|
560
|
+
},
|
|
532
561
|
sx: {
|
|
533
562
|
".MuiChartsAxis-line": {
|
|
534
|
-
stroke:
|
|
563
|
+
stroke: c.palette.border.dark
|
|
535
564
|
}
|
|
536
565
|
},
|
|
537
566
|
tickLabelStyle: {
|
|
538
|
-
fontSize: 11
|
|
539
|
-
fontWeight: 400
|
|
567
|
+
fontSize: 11
|
|
540
568
|
}
|
|
541
569
|
}
|
|
542
570
|
),
|
|
543
|
-
/* @__PURE__ */
|
|
544
|
-
|
|
571
|
+
/* @__PURE__ */ t(
|
|
572
|
+
Me,
|
|
545
573
|
{
|
|
546
|
-
onItemClick:
|
|
574
|
+
onItemClick: H,
|
|
547
575
|
slots: {
|
|
548
|
-
bar: (
|
|
549
|
-
const { ownerState:
|
|
550
|
-
return /* @__PURE__ */
|
|
551
|
-
|
|
576
|
+
bar: (y) => {
|
|
577
|
+
const { ownerState: M, style: V, ...de } = y;
|
|
578
|
+
return /* @__PURE__ */ t(
|
|
579
|
+
Oe,
|
|
552
580
|
{
|
|
553
|
-
...
|
|
554
|
-
colorRange:
|
|
555
|
-
data:
|
|
556
|
-
dataIndex:
|
|
557
|
-
|
|
581
|
+
...de,
|
|
582
|
+
colorRange: x,
|
|
583
|
+
data: l,
|
|
584
|
+
dataIndex: M.dataIndex,
|
|
585
|
+
selectedTabIndex: d || l.length - 1,
|
|
586
|
+
style: V
|
|
558
587
|
}
|
|
559
588
|
);
|
|
560
589
|
}
|
|
@@ -564,30 +593,31 @@ const Fe = ({
|
|
|
564
593
|
]
|
|
565
594
|
}
|
|
566
595
|
) }),
|
|
567
|
-
(o ||
|
|
568
|
-
|
|
596
|
+
(o || a) && /* @__PURE__ */ t(
|
|
597
|
+
Xe,
|
|
569
598
|
{
|
|
570
599
|
average: i?.formattedAverage,
|
|
571
600
|
color: r,
|
|
572
|
-
legendLabelAvg:
|
|
573
|
-
legendLabelMain: o
|
|
601
|
+
legendLabelAvg: a,
|
|
602
|
+
legendLabelMain: o,
|
|
603
|
+
legendStyle: { mr: n.left + n.right }
|
|
574
604
|
}
|
|
575
605
|
)
|
|
576
606
|
] });
|
|
577
|
-
},
|
|
578
|
-
const [r,
|
|
579
|
-
return
|
|
580
|
-
const
|
|
607
|
+
}, ae = (i) => {
|
|
608
|
+
const [r, l] = B({ width: 0, height: 0 });
|
|
609
|
+
return j(() => {
|
|
610
|
+
const n = () => {
|
|
581
611
|
if (i.current) {
|
|
582
|
-
const { offsetWidth:
|
|
583
|
-
|
|
612
|
+
const { offsetWidth: a, offsetHeight: o } = i.current;
|
|
613
|
+
l({ width: a, height: o });
|
|
584
614
|
}
|
|
585
615
|
};
|
|
586
|
-
return
|
|
587
|
-
window.removeEventListener("resize",
|
|
616
|
+
return n(), window.addEventListener("resize", n), () => {
|
|
617
|
+
window.removeEventListener("resize", n);
|
|
588
618
|
};
|
|
589
619
|
}, [i]), r;
|
|
590
|
-
},
|
|
620
|
+
}, Ue = {
|
|
591
621
|
card: {
|
|
592
622
|
miniWidget: {
|
|
593
623
|
gap: 8,
|
|
@@ -600,59 +630,59 @@ const Fe = ({
|
|
|
600
630
|
marginTop: 22
|
|
601
631
|
}
|
|
602
632
|
}
|
|
603
|
-
},
|
|
633
|
+
}, Q = "miniWidget", _ = "insightFeed", oe = ({
|
|
604
634
|
account: i,
|
|
605
635
|
animation: r,
|
|
606
|
-
leftLowerText:
|
|
607
|
-
leftUpperText:
|
|
608
|
-
isComplete:
|
|
609
|
-
isMini:
|
|
636
|
+
leftLowerText: l,
|
|
637
|
+
leftUpperText: n,
|
|
638
|
+
isComplete: a,
|
|
639
|
+
isMini: o,
|
|
610
640
|
headerString: d,
|
|
611
|
-
rightLowerText:
|
|
641
|
+
rightLowerText: s,
|
|
612
642
|
rightUpperText: c
|
|
613
643
|
}) => {
|
|
614
|
-
const m =
|
|
615
|
-
return /* @__PURE__ */
|
|
616
|
-
|
|
644
|
+
const m = o ? Q : _, p = W(null), { height: u, width: x } = ae(p);
|
|
645
|
+
return /* @__PURE__ */ h(
|
|
646
|
+
E,
|
|
617
647
|
{
|
|
618
648
|
alignItems: "center",
|
|
619
649
|
display: "flex",
|
|
620
650
|
justifyContent: "center",
|
|
621
|
-
ref:
|
|
622
|
-
sx: (
|
|
623
|
-
backgroundColor:
|
|
651
|
+
ref: p,
|
|
652
|
+
sx: (H) => ({
|
|
653
|
+
backgroundColor: H.palette.grey[200],
|
|
624
654
|
padding: 16
|
|
625
655
|
}),
|
|
626
656
|
width: "100%",
|
|
627
657
|
children: [
|
|
628
|
-
/* @__PURE__ */
|
|
629
|
-
/* @__PURE__ */
|
|
630
|
-
|
|
658
|
+
/* @__PURE__ */ t(le, { height: u, shouldRun: r.shouldRun, width: x }),
|
|
659
|
+
/* @__PURE__ */ h(
|
|
660
|
+
A,
|
|
631
661
|
{
|
|
632
662
|
elevation: 1,
|
|
633
|
-
sx: (
|
|
663
|
+
sx: (H) => ({
|
|
634
664
|
display: "flex",
|
|
635
665
|
flexDirection: "column",
|
|
636
666
|
alignItems: "center",
|
|
637
667
|
justifyContent: "center",
|
|
638
668
|
flexWrap: "wrap",
|
|
639
|
-
backgroundColor:
|
|
669
|
+
backgroundColor: H.palette.background.paper,
|
|
640
670
|
borderRadius: "8px",
|
|
641
671
|
overflow: "visible",
|
|
642
672
|
minHeight: 120,
|
|
643
673
|
width: "100%",
|
|
644
|
-
...
|
|
674
|
+
...Ue.card[m]
|
|
645
675
|
}),
|
|
646
676
|
children: [
|
|
647
|
-
m ===
|
|
648
|
-
m ===
|
|
649
|
-
/* @__PURE__ */
|
|
650
|
-
/* @__PURE__ */
|
|
651
|
-
/* @__PURE__ */
|
|
652
|
-
|
|
677
|
+
m === _ && /* @__PURE__ */ t(Qe, { account: i, headerString: d }),
|
|
678
|
+
m === Q && /* @__PURE__ */ t($e, { account: i, headerString: d }),
|
|
679
|
+
/* @__PURE__ */ h(g, { direction: "row", gap: 12, height: 58, width: "100%", children: [
|
|
680
|
+
/* @__PURE__ */ t(_e, { leftLowerText: l, leftUpperText: n }),
|
|
681
|
+
/* @__PURE__ */ t(
|
|
682
|
+
e1,
|
|
653
683
|
{
|
|
654
|
-
isComplete:
|
|
655
|
-
rightLowerText:
|
|
684
|
+
isComplete: a,
|
|
685
|
+
rightLowerText: s,
|
|
656
686
|
rightUpperText: c
|
|
657
687
|
}
|
|
658
688
|
)
|
|
@@ -663,50 +693,50 @@ const Fe = ({
|
|
|
663
693
|
]
|
|
664
694
|
}
|
|
665
695
|
);
|
|
666
|
-
},
|
|
696
|
+
}, ut = ({
|
|
667
697
|
boldText: i,
|
|
668
698
|
iconColor: r,
|
|
669
|
-
iconFill:
|
|
670
|
-
iconSX:
|
|
671
|
-
name:
|
|
672
|
-
size:
|
|
699
|
+
iconFill: l,
|
|
700
|
+
iconSX: n,
|
|
701
|
+
name: a,
|
|
702
|
+
size: o,
|
|
673
703
|
subHeaderString: d,
|
|
674
|
-
textSX:
|
|
675
|
-
}) => /* @__PURE__ */
|
|
676
|
-
|
|
677
|
-
/* @__PURE__ */
|
|
678
|
-
] }),
|
|
679
|
-
/* @__PURE__ */
|
|
680
|
-
|
|
704
|
+
textSX: s
|
|
705
|
+
}) => /* @__PURE__ */ h(L, { children: [
|
|
706
|
+
a && /* @__PURE__ */ t(C, { color: r, fill: l, name: a, size: o, sx: n }),
|
|
707
|
+
/* @__PURE__ */ t(b, { bold: i, sx: s, children: d })
|
|
708
|
+
] }), R = 48, Qe = ({ account: i, headerString: r }) => /* @__PURE__ */ h(L, { children: [
|
|
709
|
+
/* @__PURE__ */ t(
|
|
710
|
+
ke,
|
|
681
711
|
{
|
|
682
712
|
elevation: 1,
|
|
683
|
-
sx: (
|
|
684
|
-
height:
|
|
685
|
-
width:
|
|
713
|
+
sx: (l) => ({
|
|
714
|
+
height: R,
|
|
715
|
+
width: R,
|
|
686
716
|
borderRadius: "6px",
|
|
687
|
-
outline: `1.2px solid ${
|
|
717
|
+
outline: `1.2px solid ${l.palette.border?.lighter}`,
|
|
688
718
|
marginTop: -22,
|
|
689
719
|
zIndex: 10
|
|
690
720
|
}),
|
|
691
|
-
children: /* @__PURE__ */
|
|
692
|
-
|
|
721
|
+
children: /* @__PURE__ */ t(
|
|
722
|
+
Z,
|
|
693
723
|
{
|
|
694
724
|
alt: i.logo_alt_text,
|
|
695
|
-
height:
|
|
725
|
+
height: R,
|
|
696
726
|
institutionGuid: i.guid || "",
|
|
697
|
-
width:
|
|
727
|
+
width: R
|
|
698
728
|
}
|
|
699
729
|
)
|
|
700
730
|
}
|
|
701
731
|
),
|
|
702
|
-
/* @__PURE__ */
|
|
703
|
-
] }),
|
|
704
|
-
const
|
|
705
|
-
return /* @__PURE__ */
|
|
706
|
-
|
|
732
|
+
/* @__PURE__ */ t(f, { bold: !0, sx: { width: "100%", textAlign: "center" }, children: r })
|
|
733
|
+
] }), _e = ({ leftLowerText: i, leftUpperText: r }) => {
|
|
734
|
+
const l = w();
|
|
735
|
+
return /* @__PURE__ */ h(
|
|
736
|
+
A,
|
|
707
737
|
{
|
|
708
738
|
sx: {
|
|
709
|
-
backgroundColor:
|
|
739
|
+
backgroundColor: l.palette.background.default,
|
|
710
740
|
boxShadow: 0,
|
|
711
741
|
gap: 2,
|
|
712
742
|
padding: 12,
|
|
@@ -714,27 +744,27 @@ const Fe = ({
|
|
|
714
744
|
width: "100%"
|
|
715
745
|
},
|
|
716
746
|
children: [
|
|
717
|
-
/* @__PURE__ */
|
|
718
|
-
|
|
747
|
+
/* @__PURE__ */ t(
|
|
748
|
+
f,
|
|
719
749
|
{
|
|
720
750
|
"data-ui-test": "mx-insights-sudd-left-upper-text",
|
|
721
|
-
sx: { color:
|
|
751
|
+
sx: { color: l.palette.secondary.light },
|
|
722
752
|
variant: "XSmall",
|
|
723
753
|
children: r
|
|
724
754
|
}
|
|
725
755
|
),
|
|
726
|
-
/* @__PURE__ */
|
|
756
|
+
/* @__PURE__ */ t(f, { bold: !0, "data-ui-test": "mx-insights-sudd-left-lower-text", variant: "Small", children: i })
|
|
727
757
|
]
|
|
728
758
|
}
|
|
729
759
|
);
|
|
730
|
-
},
|
|
731
|
-
|
|
760
|
+
}, $e = ({ account: i, headerString: r }) => /* @__PURE__ */ h(
|
|
761
|
+
E,
|
|
732
762
|
{
|
|
733
763
|
"data-ui-test": "mx-insights-sudd-mini-body-header",
|
|
734
764
|
sx: { display: "flex", flexDirection: "row", gap: 8, justifyContent: "center" },
|
|
735
765
|
children: [
|
|
736
|
-
/* @__PURE__ */
|
|
737
|
-
|
|
766
|
+
/* @__PURE__ */ t(
|
|
767
|
+
Z,
|
|
738
768
|
{
|
|
739
769
|
alt: i.logo_alt_text || "Financial Institution Logo",
|
|
740
770
|
"data-ui-test": "mx-insights-sudd-mini-body-header-logo",
|
|
@@ -743,46 +773,46 @@ const Fe = ({
|
|
|
743
773
|
width: 20
|
|
744
774
|
}
|
|
745
775
|
),
|
|
746
|
-
/* @__PURE__ */
|
|
776
|
+
/* @__PURE__ */ t(f, { bold: !0, "data-ui-test": "mx-insights-sudd-mini-body-header-text", children: r })
|
|
747
777
|
]
|
|
748
778
|
}
|
|
749
|
-
),
|
|
779
|
+
), e1 = ({
|
|
750
780
|
isComplete: i,
|
|
751
781
|
rightLowerText: r,
|
|
752
|
-
rightUpperText:
|
|
782
|
+
rightUpperText: l
|
|
753
783
|
}) => {
|
|
754
|
-
const
|
|
755
|
-
return /* @__PURE__ */
|
|
756
|
-
|
|
784
|
+
const n = w();
|
|
785
|
+
return /* @__PURE__ */ t(
|
|
786
|
+
A,
|
|
757
787
|
{
|
|
758
788
|
elevation: 0,
|
|
759
789
|
sx: {
|
|
760
|
-
backgroundColor: i ?
|
|
761
|
-
border: i ? `1px solid ${
|
|
790
|
+
backgroundColor: i ? n.palette.success.lighter : "transparent",
|
|
791
|
+
border: i ? `1px solid ${n.palette.success.darker}` : `1px dashed ${n.palette.secondary.lighter}`,
|
|
762
792
|
borderRadius: "4px",
|
|
763
793
|
padding: 12,
|
|
764
794
|
width: "100%"
|
|
765
795
|
},
|
|
766
|
-
children: /* @__PURE__ */
|
|
767
|
-
/* @__PURE__ */
|
|
768
|
-
|
|
796
|
+
children: /* @__PURE__ */ h(g, { alignItems: "center", gap: 2, justifyContent: "center", children: [
|
|
797
|
+
/* @__PURE__ */ t(
|
|
798
|
+
f,
|
|
769
799
|
{
|
|
770
800
|
"data-ui-test": "mx-insights-sudd-right-upper-text",
|
|
771
801
|
sx: {
|
|
772
|
-
color: i ?
|
|
802
|
+
color: i ? n.palette.common.black : n.palette.secondary.light
|
|
773
803
|
},
|
|
774
804
|
variant: "XSmall",
|
|
775
|
-
children:
|
|
805
|
+
children: l
|
|
776
806
|
}
|
|
777
807
|
),
|
|
778
|
-
/* @__PURE__ */
|
|
779
|
-
|
|
808
|
+
/* @__PURE__ */ t(
|
|
809
|
+
f,
|
|
780
810
|
{
|
|
781
811
|
bold: !0,
|
|
782
812
|
"data-ui-test": "mx-insights-sudd-right-lower-text",
|
|
783
813
|
sx: {
|
|
784
|
-
backgroundColor: i ?
|
|
785
|
-
color: i ?
|
|
814
|
+
backgroundColor: i ? n.palette.success.darker : n.palette.warning.lighter,
|
|
815
|
+
color: i ? n.palette.common.white : n.palette.warning.darker,
|
|
786
816
|
borderRadius: 4,
|
|
787
817
|
fontSize: 10,
|
|
788
818
|
padding: "2px 8px"
|
|
@@ -794,106 +824,88 @@ const Fe = ({
|
|
|
794
824
|
] })
|
|
795
825
|
}
|
|
796
826
|
);
|
|
797
|
-
}, Ue = ({
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
flex: "1 0 auto",
|
|
806
|
-
mt: 8,
|
|
807
|
-
...r && {
|
|
808
|
-
// TODO: Refactor out the usage of the withFullWidthImage prop being drilled down in multiple components
|
|
809
|
-
px: 16,
|
|
810
|
-
pb: 16
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
children: i
|
|
814
|
-
}
|
|
815
|
-
), Qe = (i, r) => /* @__PURE__ */ t.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...i }, /* @__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" })))), _e = R(Qe), $e = 200, e1 = 130, t1 = (i) => i || null, O = (i, r) => {
|
|
816
|
-
i.forEach((n) => {
|
|
817
|
-
const l = t1(n);
|
|
818
|
-
if (l) {
|
|
819
|
-
const o = l.getAttribute("stroke"), a = l.getAttribute("fill");
|
|
820
|
-
if (o && o !== "white" && l.style.setProperty("stroke", r), a) {
|
|
821
|
-
const d = a === "white" ? "white" : r;
|
|
822
|
-
l.style.setProperty("fill", d);
|
|
827
|
+
}, t1 = (i, r) => /* @__PURE__ */ e.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...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" })))), i1 = k(t1), r1 = 200, l1 = 130, n1 = (i) => i || null, $ = (i, r) => {
|
|
828
|
+
i.forEach((l) => {
|
|
829
|
+
const n = n1(l);
|
|
830
|
+
if (n) {
|
|
831
|
+
const a = n.getAttribute("stroke"), o = n.getAttribute("fill");
|
|
832
|
+
if (a && a !== "white" && n.style.setProperty("stroke", r), o) {
|
|
833
|
+
const d = o === "white" ? "white" : r;
|
|
834
|
+
n.style.setProperty("fill", d);
|
|
823
835
|
}
|
|
824
836
|
}
|
|
825
837
|
});
|
|
826
|
-
},
|
|
827
|
-
const
|
|
828
|
-
100:
|
|
829
|
-
200:
|
|
830
|
-
300:
|
|
831
|
-
400:
|
|
832
|
-
500:
|
|
838
|
+
}, I = ({ divProps: i, image: r, isMini: l = !1 }) => {
|
|
839
|
+
const n = w(), a = W(null), o = {
|
|
840
|
+
100: n.palette.primary.lighter,
|
|
841
|
+
200: n.palette.primary.light,
|
|
842
|
+
300: n.palette.primary.main,
|
|
843
|
+
400: n.palette.primary.dark,
|
|
844
|
+
500: n.palette.primary.darker
|
|
833
845
|
};
|
|
834
|
-
return
|
|
835
|
-
if (!
|
|
836
|
-
const d =
|
|
846
|
+
return j(() => {
|
|
847
|
+
if (!a.current) return;
|
|
848
|
+
const d = a.current, s = d.querySelectorAll(".Overlay");
|
|
837
849
|
["brand100", "brand200", "brand300", "brand400", "brand500"].forEach((m) => {
|
|
838
|
-
const
|
|
839
|
-
|
|
840
|
-
}),
|
|
841
|
-
}, [
|
|
850
|
+
const p = d.querySelectorAll(`.${m}`), u = m.replace("brand", "");
|
|
851
|
+
$(p, o[u]);
|
|
852
|
+
}), $(s, o[300]);
|
|
853
|
+
}, [o]), /* @__PURE__ */ t(
|
|
842
854
|
"div",
|
|
843
855
|
{
|
|
844
856
|
style: {
|
|
845
|
-
maxWidth:
|
|
857
|
+
maxWidth: l ? l1 : r1,
|
|
846
858
|
width: "100%"
|
|
847
859
|
},
|
|
848
860
|
...i,
|
|
849
|
-
children: /* @__PURE__ */
|
|
861
|
+
children: /* @__PURE__ */ t(r, { ref: a })
|
|
850
862
|
}
|
|
851
863
|
);
|
|
852
|
-
},
|
|
864
|
+
}, a1 = {
|
|
853
865
|
marginBottom: 16,
|
|
854
866
|
maxWidth: 120,
|
|
855
867
|
width: "100%"
|
|
856
|
-
},
|
|
857
|
-
|
|
868
|
+
}, o1 = ({ erroredText: i }) => /* @__PURE__ */ h(
|
|
869
|
+
g,
|
|
858
870
|
{
|
|
859
871
|
sx: {
|
|
860
872
|
alignItems: "center"
|
|
861
873
|
},
|
|
862
874
|
children: [
|
|
863
|
-
/* @__PURE__ */
|
|
864
|
-
/* @__PURE__ */
|
|
875
|
+
/* @__PURE__ */ t(I, { divProps: { style: a1 }, image: i1 }),
|
|
876
|
+
/* @__PURE__ */ t(f, { color: "secondary", sx: { mx: 8, mb: 8 }, variant: "ParagraphSmall", children: i })
|
|
865
877
|
]
|
|
866
878
|
}
|
|
867
|
-
),
|
|
879
|
+
), d1 = ({
|
|
868
880
|
menuActionElement: i = null,
|
|
869
881
|
hasFullWidthImage: r = !1,
|
|
870
|
-
isMini:
|
|
871
|
-
subHeader:
|
|
872
|
-
title:
|
|
873
|
-
}) => /* @__PURE__ */
|
|
874
|
-
|
|
882
|
+
isMini: l = !1,
|
|
883
|
+
subHeader: n,
|
|
884
|
+
title: a
|
|
885
|
+
}) => /* @__PURE__ */ t(
|
|
886
|
+
Se,
|
|
875
887
|
{
|
|
876
888
|
action: i,
|
|
877
|
-
subheader:
|
|
889
|
+
subheader: n,
|
|
878
890
|
sx: {
|
|
879
891
|
alignItems: "flex-start",
|
|
880
892
|
p: 0,
|
|
881
893
|
mb: 16,
|
|
882
894
|
...r && { px: 16, pt: 16 }
|
|
883
895
|
},
|
|
884
|
-
title: /* @__PURE__ */
|
|
896
|
+
title: /* @__PURE__ */ t(ie, { sx: l ? { letterSpacing: 0.35 } : {}, children: a })
|
|
885
897
|
}
|
|
886
|
-
), n1 = "data:image/gif;base64,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", a1 = ({ altLoadingText: i }) => /* @__PURE__ */ e(
|
|
887
|
-
|
|
898
|
+
), s1 = "data:image/gif;base64,R0lGODlhyADIAOZ1AFpod2BufNXZ3XSBjVdmdW57iNfb32JwfnOAjKWttWl3hGp3hG16h4WQm9zf4nqGkmt4henr7YCMl4GMl4iSnZukrePl6I2YoZSdp42YoqGqspqjrJmirKauttbZ3bC3vnWBjtjb36ivuKuyutnc4Nnd4H+KlHyHk9vd4XyIk4qVoN3g4+Dj5pagqbW8wuHk59/i5pCapJGbpeXn6aKqs+bo6qyzu+fp7OXo6qqyubO5wOrs7urr7fT19uvt77rAxtve4dDU2IKPmaSstPv7/Lq/xu7v8e/w8bK5wO3u8JOcpu/x8tLW2r7Eye7w8bG4v6qxubS7wrW7wr3DyZ+osNTX26y1vNPX28LHzYOOmbS7wa+2va+2vp+osfHy9Pv8/JGapO3v8MbL0Ky0u9nc37/Fy/P09be+xPHy8/Dx8/P19qevt6OstO/w8uzu8Ofp6+vs7rrAx7rBx77EyuTn6f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDhERDA5Nzk4M0RDMTFFOUI5Q0E5MDBBNUFCODhDREYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDhERDA5N0E4M0RDMTFFOUI5Q0E5MDBBNUFCODhDREYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OEREMDk3NzgzREMxMUU5QjlDQTkwMEE1QUI4OENERiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OEREMDk3ODgzREMxMUU5QjlDQTkwMEE1QUI4OENERiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocaAuIAAE9CAKDQICAAIW/GDqE6EviQ4q8LGLM2PDixlwaP4LsKHLkxJK3QqKspXLlrJYuY8GM+WomzVY2b67KqTMVz56nfgItJXToqKJGQyFN+mkp005On26KKjUT1aqXrmKtpHXrpK5eI4EN+2hsNy9t2nxpZtaWlyVL/4iIcpEjBw+2JJm5GDFix9y6d5m1rbW371+7eE8uK+w3FF3EgvMu5tsY1OPAywbTYnwYszLNszg7BpzYozLRlklHVnyacufSzVB/ugxbr+vRkDNLbm0Yt+dkoGXJ9kR7telkwzsV180a+e3UuT/vdt4b+m9kwWMl57RcenNk2zd1Bz4d/PPZqpkfN18dfXTy34+F1zQee3n554mn974ef3v979kXnzHzZVLfMdnBUiAmBxqT4CsLXtJgMQ+6EqElExJTYSsXVpLhMBuy0iElHwoT4iojTlJiMCeqkqIkKy50H4H5KbcffP3R+J+NASI4YzEvRhJjRD8SEyQkQ1ZU5P8wRz6SZC8tptKkI09yNCCQNXJ3o4A5Yrmjlj06uKQwUzZS5S5RolImI2fqkuYpay7SpkldGpmleFv6eKWdX+IZJoVjBhOnInPi8qYpgyZSaEqBApMoIovacmgpjx4SKUuN/lKpIT988IEPtS3T6afzTCqVqU+hypSqSbFqlKtDwQqUrD3RqpOtN+FKk64x8eqSrysBi5KwJRErkrEfIbuRshgxS5GzEEGrkLQEUTuQtQJhG5C2AHH7DxgSSMACWeSWa+656Kar7rrstuvuu/DGK++89NZr77345qvvvvz26++/AAcs8MAEF2zwwQgnrPDCDDfs8MMQRyzxxBRXrEgBIAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEhQHxABAnoU/FUAAAABC301fBix10SIFXddzKjRIUaOuDaCDOlxJEmKJm2JTElrJUtZLl/CiinTFc2arG7iVKVzJ6qePk0BDUpqKFFRRo+CSqrUE9OmnJ5C1SR1KqaqVi1hzUppK1dJXr8tceLkS7OwuNIYMUJE1IcECf8inC3J7G1ct3DlMkN7y65eUH7nolwWOFThZXxtHf60OFniWo07RT72mNbkTZeLVZ6VOVPnYZtlfb40OljoWKUrpWZIl3BevHf3tla2elJti7OT3Y60u+Ng2q8NB0ecG1nvR8dznYaVvFHzW8tfPV80vVZ0V9UTZZ91vdX2Q99jdWcVvlD5V+NXnR+0vlV6Ve3rxF/1PlX8+TyLH7s/XFl9VPzFRtxvuvXnCX6p/HdKgH/5p58xDAr2EXACMmYgMgqaEqFsBBp3IScI/vRgMRsOOGGBFR74oTEZllKigx3ut6ImIZ7SIikvOjYiMTliuOMwPVL2ozBBsjhkMEVqdiTfMEkSc+MoTYK25C9RCvMkbA2qmKKPMUI4o2dfStkliWGSVqZpU/pSJZpj8nimam+y1iaQcdpWJ25zEnknb3v6dqKHW3IiBRRQ8CBhM1LkkMMO81x5lKNEQRqUpD5RupOlOGFak6YycfqSpyyBmpKoJpE6kqkgocqRqhmxWpGrEcG6kKwF0UqQrQPhKpCuAfEKkK//AOuPEkIIwcJXyCar7LLMNuvss9BGK+201FZr7bXYZqvtttx26+234IYr7rjklmvuueimq+667Lbr7rvwxivvvPTWa++9+OarryyBAAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBO++vHhgw+FukAcOGAAYi6JFC3iwlhRoy2OHj9O7BhyFsiSJkeiTJlxZayTLl/BjNlqJs1VNm+myqnzFM+epX4CHSV0aKiiRj8hTdppKdNNTp9miir1ElVyHThwqNHsaq8OGzbgEJV1a1eVzMCKJauVKzOvvP/Ujg1V1u0yuLvksjX7Fu0yvXTbnm35N+xcUHUHk1QGGLHgvoQZG95rVxleXY0/JYa8OFlmT5vv+pW8NjBf0ZE9TzZdOdnlXJ87hbY8WnVpx6dpp0YWm9Ns17V5r8bdGtlrXL03/TYe/FhyTcuPHb/1PFN0Y9NtVcd0vVj2WtsvdSf2nVZ4S+OHlZ91vlJ6Yetltaf0Plj8WPMn1Qd2H1Z+Sfv90t8r/0USoC8DulIgJAf2kmArCz7SIC8PshKhIxPuUuEqFzaSYUTNGdMhIx9eFGIxIy5S4kYnEpOiIivesqEqLyYSo0i7OTecZo+h1plwt/GYG3A5irgjaD3q9qP/jkEiOSRzRaJ4pGxJErmkkU1S+aR0LQ5TIyI31jJjKl8eEiYtY6JSpiFnsnSllFn6ViWUb7o4pZxbYtelMGsW0qYsaZ7SJyF/vrRnMIMOUigsgZqSqCCLynQoMI/WEakrjZZS6aU1TfrLpnNyGaWdcSoXqp6jenmnqXl656kvlWLxww9GKNYMFkUUEcY8mRrV61C/AhVsT8PqVOxNx9KUbEzLutTsSs+iFG1J04ZUrUfXapStRdtC1K1C3yYULkLjHlRuVeimq+667Lbr7rvwxivvvPTWa++9+Oar77789uvvvwAHLPDABBds8MEIJ6zwwgw37PDDEEcs8cQUV2zxCsUYZ6zxxhyrGwgAIfkECQMAdQAsAAAAAMgAyAAAB/+AdYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsKHDh4TmuHCRBCItEwwYoLA4C6NGjrI8bgQJSyTJkhlHnmxlciXLlC5ffoy5qiXNVDZvnsqpsxTPnqN+Ag0llF2FDBksNCtarMKFC0pDHU26FCYzp1BFTY26jCkxrFw/ba06cxlYrUjDJvM67KzUtGT/VSpzC2osM7bC6IqFe9eq2adqO9nt6ncuYLRU+5Y1nPVtYsKLk+n1NFgZ3mCTBfOFLFfyYceBj10GlplT5bWFPTeuu9lyamSlN51GNvpXbE2zRb8+djtTbmO1ffXG9LtY8F7DLxUndpxXckvLhzXf9bxSdGHTdVWndD1Y9lzbJ3UH9h1XeEnjf5W/dT5Sel/rbbWH9L5X/FrzH9XndZ9Wfkf77dLfLP81EqAuA8pSICMH5pJgLAsu0iAuD8ISoSIT3lLhKxcmkqEtG7rSISIf1hJiKyMeUuJFuxmToiErdtRiU5+x9phrkcFW4143opYjbztS1pqPnem4Go+hATfj/1dBatYjbUu21aRpQ0L5o4tTylalblfSeKSQT3JZJJBfOpmkcVHmlSVuWyrZJZNlUhmmm2NiGaeWc6L5ppR3spknc2litqZvbepZp5dnEvqndIGSNihxhQK6p5p9Kpooo5MKWimki2LXqG2PKhcppofCeamonXr3qXChQjeqp5k6uimqp6oaK6izupoqeasi16p1r9paKp+1Arurer069yt3wfJ6K6u5VhLHE0/4EFczciCBhLXynDhUId5+O0i44tZBrrjnfpvuUOsC1W5P7+oU703z0lRvTPe6lG+5/Pbr778AByzwwAQXbPDBCCes8MIMN+zwwxBHLPHEFFds8SjFGGes8cYcd+zxxyCHLPLIJJds8skop6zyyiy37PLLMMcs88w07xIIACH5BAkDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSLFivzUVKtSw6ErFgwcrOLbyCFIkK5IhTapCOW8MFSpvmrFkZqNLlxuiYkiQwELmx5TLZEyYACPnzp7MZgYdWjSUTp4+SzITStQo1KQ/m1FtCuop0mVKlW21+lVZ2GRjnR6NClQsU7Js/7W+VXsVbNapc7uuxSp1aVW6ZZOdRZZWb12zd/1y/eQ1Lt6/hgMjG3ysMOO9dvu6hXz5sODEmxd7asy3Ldq8nSUfo2zM8mjMiDWf5vza82TQs0V3Ip3ZNGHUtVUbY13M9W7Yn2X/pn3c9mrcy3Vz4h3bd2XgzYUXI07M+HTkt5VfZ/7d+XDo46Vvop7cemvs5bUT4z7M+3rwz8W/J3/f/Hb0+6mnCXvhuVccfP3JNwx9wtg3IH7n6Xcgfw/6Nx+AEwqYCYH5GdgdghUqKAyDwTi4IYT/SfghhSdauCCGK2qICYcRelgfiC2KGAyJwJg4I4oXqngjiz+6OCKMQ8p4Cf+NKdrYII5F6ggMj7/4uCSQLwr5JJFXGrkjklsqaQmTQTpZIpRdSvkLlb5YOSaWR2p5JpdvejklmHOKWQmZWZrZI5p1qukLm724uSecX8r5J52H2rkmnovqSQmfcfpZJaCNCtoLobwYOimidyp6KaOfOjoopKNKOgmliVraJqalasoLp7t4uiqoj4r6Kqm3mropqruqKgmrobpaKKy9yroLrbrYOiyup+p6LK/P+jorsNMKGwmxuRrbKbLVKqsLs7k4uy20v0r7LbXnWrsstutqCwm30XpbK7iReBBEEGo4towA+5oxD7kqVUJwwZMcjHAkCi/8CBACCNCDwxRXbPFLxRhnrPHGHHfs8ccghyzyyCSXbPLJKKes8sost+zyyzDHLPPMNNds880456zzzjz37PPPQAct9NBEF2300UgnrfTSTDft9NNQGx0IACH5BAkDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSLEiqyEtWtCxiIhNxhmiGgwY4IDjIZEkQ44sabIQSpagXrZ0uVJlypmDZIbSuQzJkCERmvH8NDRZCwoUXgituZPpsqNJl96M6VQZVKXMinbSeuyqVJhEqxpFinUZ101ni3nNKnZr265k/7/aBDs2KtupYfHWLassbSa/w9aafYuWsNq4d+m61YtMcF/DfyEHRjyYMSfAwhwnw2yJMzDNyDxTEu0L9DHSklDzMm1MNSTXulgXg+2INi7ZxGwz0m0L9zDeioDT8i1MOCLjsogHQ26IOSzlwJwTku4K+i/qgrCzsu5Lu/ZV3Ht5l5yZ8mPLhdEftltZ8WXywcLzGq+emPxd9N0bu68rfzP+ufjHDIC4CPiUeZvBV8l3qhB4i4FWIRiagqNRWJqEp1mYmoarYdgah6+BGJuHs4lYm4m3kZgbirux2JuKv7kYnIzDwVgcjcfhmJyNy+nYnI/P8RgdkNMRWZ2Q1xmZnf+S2yHZHZMMpuKgLRDuJVdT9U3G3nn6aRIlKlPWUmVjTooHJZPglTnfmVmWt2WCbXaGZoNq4sdml/bV2d+d/+kZIJ8D+lkgoAe+OWGcC84ppaAPEhqhoRkiWqGkF0L6IaUbYtqhpSVqGqKnI3K6IqgnkpqiqDGa2qKqL6J6I6szwlqjqz3KmqOtO9I6JK4/8hqkrkn6WqSwRwL7JLFLItuksWYq++UpYdIyJlzMrumsomAySqWjyRjABBM9XEmVsvxMy5G5FqFbkXZkXHFFuDgJQkIVVcAb77345qvvvvz26++/AAcs8MAEF2zwwQgnrPDCDDfs8MMQRyzxxBRXbPEoxRhnrPHGHHfs8ccghyzyyCSXbPLJKKes8sost+zyyzDHLPPMNIMSCAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwoUNhU6JEcfPw0RQtWpKIOrFgAYmKjlIoUFBiY8ePIBmJJGnSY0qVI0uG4ujypaKVMkHRRGkTEc6WPHsa+jnzpFCfMYEePURUp9GlhZp+2gk1atKiNasKkuqJqtatV51m1cq1k9evZTmdVUYDA4YZzf/SblqbrO3buGGnPl1mFy4zuZroIuuLlyXWoHXd+l0GOJPgY4T/5u26l63iwjn1jk18V7JhsYgHX/acmfJm0Z0ZTzZbmfNiZY0xPTYWWfVnzaEhj7ZdmvVp3alhr1bbGvXrZLEvzS5WW/ht07lp73bem/hv6cGRD59bHPhxZMktLSfWXPtz39GZTzdfnft19dnBbw/cHfv3Y+ErjR9WXv556+mRt55/7dH3noDx4TefY/XBd58x+VGynzD9KfifewHyN6CFBTJ4oIYJQrigbA0i+GAxEU4yYTAVinihgRlSuKGLHZL4oYwhojiiciWCeCIxKUqyIjAt6viihzGyOKP/kTXyeKOSOQK5o3g94vjjMEFGMuQvRUp5pI1JErmkl01S+aSYUWI5pX5VQnmlMFlCsqUvXar5pZNhcjmmnWWyeaaeacK5poRtovlmMHE+MmcvdQp6p5l50rmno30S+qekgSI6qIqFAnooMIk6sigvjWr6qJ+RMjqpqZVyeqmqmYK6qZCdYvrpL6E2Muoupcp6qqWpkrqqr63S+qqwseI6q5a1wnqrL7kysqsuvSr7q6vB8jqstcUye6y2yUK7rJzNIvtsL9EuMm0u1Yp7rbHZ6lKGCy5oRJpSX9WRriLrJrRvIv0i9C8iAR808CEFG3SwIQkXtHAhDRP0MCERDzTxZyAVC3SxIBkHtHEdHQP0ccj/jFwuQyZ/u9DH+bbs8sswxyzzzDTXbPPNOOes88489+zzz0AHLfTQRBdt9NFIJ6300kw37fTTUEct9dRUV2311VhnrfXWXHft9ddghy322GSXbfYhgQAAIfkECQMAdQAsAAAAAMgAyAAAB/+AdYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwjP/diyxUfCSkW4cHEYCkGAACEeUrIYwIAojhk1SuLoseLFkCIhkfx4MmWklSYxulR5sSQokDMfwbzZMmejnZ9w+mQE1JPQoYqKdjqKFJFSTkybGnq6KapUQlQ1Wb0qKGumrVy9YgJ7VewlslLNWkLbVG0ltkj/3W7sybWQ3Elwh94dSbfuoL0v+/qtA5imTGY2NGi40aywTsHIEi9uXJPl4WWSGTNz7CgvsMyUO1pGqQz05soxSSczvYzzT8jHWCtzTRS2MdnJaC/y/As3Mt1JbRfzfQx4It6+iBsz7lQ4MeXFmB9C3gs6MelTnQ+zPgy7Xe3CuAvzjhV8MPHByP81/1mx5taoeV4u7T60zaDse9c/LTp1M/TAqNdVfsntB19/8qkWmYGzxYfffKsxmJuDRhFYnYS/UbiUhbwA+IuAhHG4i4e+gEhdhxgWpyFUIupCYi8mtpjLi7zECOGCk/F3X4U3xpbicitWJSMuNO5io4I+5njg/44b9njbj9EFqdWQtxSpy5H/QXmdlF9RaYuVuWCJmJbdcTmWl7WAiYuYmJE5nplnoUmLmrewSZ+SDSL4IJJP4jmhnjzyOZyb6cG5lpyz0GmLnRH6mSGgTQr6HKEBGvoWorIoWgujOL6XJ5MsOjmooypCGqqk21H6oaVziTopqUCaKqSrqcIapaxT0hqeqiWyihemsWhKC6dJevonqLOiKowYTTRxhH2jDVYerl3qqpevfFnrE7FhYRuYtjlxW5a3hil7LbVngjuTuGmR+5i6LrHblrudARuQvHHR+xq8KeF7LrK5mrutvrXxK5K/A6Mbp8EaIRwuwbvZC5DD60Is7UbFGGes8cYcd+zxxyCHLPLIJJds8skop6zyyiy37PLLMMcs88w012zzzTjnrPPOPPfs889ABy300EQXbfTRSCet9NJMwxwIACH5BAkDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSDAVEA8eehTMBESAAIWhCgAA4GEhJokABIjCWNGiJYwaI07s6JESyI0jS1Y6KZKiSpMTQ4Li+HISy5kpa0a6+YmmTkg8Pfn86Shop6FEGRnlhDSpoqWbmjpFBFWT1KmGqma6ipWQ1os5u1KNidKl2LEZy5I8W+jrJa5n/91+DMvWK9mWa+sKkruSrt46fGGa/bv3Ls7BhAPb9KtXsSS4Yh3vZFxXMlDKbC0/gjwMzZEjRJppLoq5mA4RIiKINtyzNLHTqVenxdsMtmpmoxtxFmZbtszWiJP1xs1aqOthw5flVnqcN+rbyosfbR4subLli3ZXf+5bbW3uxGcfzovMejLsT6kDM48MfSLt68FHFw+c/DH2x9yjtW8MvzH9h8D3i3/FAJiVegPKd510TCHoC4HEGNiWg71AOIyEdgVXnoLnMRgVhbxYKAyGgwj4IIfteWgViLuIGAyJhWl4H4r5qbgVi7q4CAyMgOGYi46/8GhihTT+ZyNYMvZXZP+BR77lIy5A+iLkk7dE2cuUSZq2ZIRNzpXla1te2GVfXyIX5ohjCsaflrGF95txZTrX5nxvThfndnMuSB+ca4KZZ4d72tmnmX+mGGiDd8ZXaI2Hfphogosa2eiKj54YKZOT3lgpkZdymSmSg8oJnZ51IhoqnqMCWqqjpyqaqqGrUtoqpK8yGqums1paq6S3gvpdp2J+6uSmIZ75YpqLEduisTsi+xiVtpxhhRVwdEcbYTH2OmyuP2HJrU7eYputd+KGW66zkyn7krnYspsYupepq5K7f9HbGLybQbuQvZXhS5q8JfGbmb+66VuQwHERzBzAHiEcmcLZGUyQw11RjJVbxVNh7JTGSXFMFI9KZJEFC+LWoYQQQpBc8sost+zyyzDHLPPMNNds880456zzzjz37PPPQAct9NBEF2300UgnrfTSTDft9NNQRy311FRXbfXVWGet9dZcd41MIAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKRAdEgIAeAzcVPCgKAgECAhJqcgix4cOIEjFRxAhqY0aNFy1W/GjJYyiTJCmh/LQyZaSWnWC6dCRzU82Zi25m0okTEc9LP3sWClqJqFBBRiclFbr0ZcijNJ92lAo1J1VPTXFmfbTVZddGX0mGtTqyKlmOLK+aPTRWUVuJb/99ql07dK5Nu3SR4t25l25ctn3X/jU0OGBhQof/JdZbNi/hwCUhV11chzI/ypZVeVmyhEgzzJJ/uRgxYsfn0EpR9xpd+nRjrKp5sTbNDPRrZLNdo4V9+1ju2rEhZU71e5nt3bhJ0zYenGvzXMWVHW8WPdl0ZtWRXV+W/dh2Zd2NfU8Wvtj45K2B9767vlh5Yud9K9ctErn89Mzb89U/7P2w+Mb4JwyA7s2nnn3sIVggftI9B5aDtwgYDIHESAgMhf0ZmJ+C+3GYIYPWQXgWdRo2yB9QItZi4S8YCrOiLy0G82IvMQIzIy81ilZiiCdG1qONO2qXYiLDoXLjLjn6cqT/LkmuFqR3Q8r1o44gCjllalc6WSWUWTrV5S5L5tKkbE+KFyVgX+oSJi5jglmmeWc+liZ0b8IXZ11z4rLmLW2qWed/dyIWqCt72tInnVuamScjRZ5SaC2H6vnngIMy5qEwP3zwgQ/0nVRpP5GK9Wmj94T6kakZoQrXqJ9exuqip756qVmqJlTrQLcKlKthsjom5axFtbrPrgARq1ivvsoJrErC6mOsP8+CimyygsLqVrP5ROuqtURii4+2w05LraX1jVvtsliiy9SnYEggAQvmDtLuu/HWa++9+Oar77789uvvvwAHLPDABBds8MEIJ6zwwgw37PDDEEcs8cQUV2zxF8UYZ6zxxhx37PHHIIcs8sgkl2wyxIEAACH5BAkDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSDAVEA8eehTMBESAAIWhCgAA4GEhJokABIjCWNGiJYwaI07s6JESyI0jS1Y6KZKiSpMTQ4Li+HISy5kpa0a6+YmmTkg8Pfn86Shop6FEGRnlhDSpoqWbmjpFBFWT1KmGqma6ipWQ1os5u1KNidKl2LEZy5I8W+jrJa5n/91+DMvWK9mWa+sKkruSrt46fGGa/bv3Ls7BhAPb9KtXsSS4Yh3vZFxXMlDKbC0/gjwMzZEjRJppLoq5mA4RIiKINtyzNLHTqVenxdsMtmpmoxtxFmZbtszWiJP1xs1aqOthw5flVnqcN+rbyosfbR4subLli3ZXf+5bbW3uxGcfzovMejLsT6kDM48MfSLt68FHFw+c/DH2x9yjtW8MvzH9h8D3i3/FAJiVegPKd510TCHoC4HEGNiWg71AOIyEdgVXnoLnMRgVhbxYKAyGgwj4IIfteWgViLuIGAyJhWl4H4r5qbgVi7q4CAyMgOGYi46/8GhihTT+ZyNYMvZXZP+BR77lIy5A+iLkk7dE2cuUSZq2ZIRNzpXla1te2GVfXyIX5ohjCsaflrGF95txZTrX5nxvThfndnMuSB+ca4KZZ4d72tmnmX+mGGiDd8ZXaI2Hfphogosa2eiKj54YKZOT3lgpkZdymSmSg8oJnZ51IhoqnqMCWqqjpyqaqqGrUtoqpK8yGqums1paq6S3gvpdp2J+6uSmIZ75YpqLEduisTsi+xiVtpxhhRVwdEcbYTH2OmyuP2HJrU7eYputd+KGW66zkyn7krnYspsYupepq5K7f9HbGLybQbuQvZXhS5q8JfGbmb+66VuQwHERzBzAHiEcmcLZGUyQw11RjJVbxVNh7JTGSXFMFI9KZJEFC+LWoYQQQpBc8sost+zyyzDHLPPMNNds880456zzzjz37PPPQAct9NBEF2300UgnrfTSTDft9NNQRy311FRXbfXVWGet9dZcd41MIAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCM/92LLFR8JKRbhwcRgKQYAAIR5SshjAgCiOGTVK4uix4sWQIiGR/HgyZaSVJjG6VHmxJCiQMx/BvNkyZ6Odn3D6ZATUk9Chiop2OooUkVJOTJsaeropqlRCVDVZvSooa6atXL1iAntV7CWyUs1aQttUbSW2SP/dbuzJtZDcSXCH3h1Jt+6gvS/7+q0DmKZMZjY0aLjRrLBOwcgSL25ck+XhZZIZM3PsKC+wzJQ7WkapDPTmyjFJJzO9jPNPyMdYK3NNFLYx2cloL/L8Czcy3UltF/N9DHgi3r6IGzPuVDgx5cWYH0LeCzox6VOdD7M+DLtd7cK4C/OOFXww8cHI/zX/WbHm1qh5Xi7tPrTNoOx71z8tOnUz9MCo11V+ye0HX3/yqRaZgbPFh998qzGYm4NGEVidhL9RuJSFvAD4i4CEcbiLh76ASF2HGBanIVQi6kJiLya2mMuLvMQI4YKT8XdfhTfGluJyK1YlIy407mKjgj7meOD/jhv2eNuP0QWp1ZC3FKnLkf9BeZ2UX1Fpi5W5YImYlt1xOZaXtYCJi5iYkTmemWehSYuat7BJn5INIvggkk/iOaGePPI5nJvpwbmWnLPQaYudEfqZIaBNCvocoQEa+haisihaC6M4vpcnkyw6OaijKkIaqqTbUfqhpXOJOimpQJoqpKupwhqlrFPSGp6qJbKKF6axaEoLp0l6+ieos6IqjBhNNHGEfaMNVh6uXeqql698WesTsWFhG5i2OXFblreGKXsttWeCO5O4aZH7mLousduWu50BG5C8cdH7Grwp4Xsusrmau62+tfErkr8DoxunwRohHC7Bu9kLkMPrQiztRsUYZ6zxxhx37PHHIIcs8sgkl2zyySinrPLKLLfs8sswxyzzzDTXbPPNOOes88489+zzz0AHLfTQRBdt9NFIJ6300kzDHAgAIfkECQMAdQAsAAAAAMgAyAAAB/+AdYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsKFDYVOiRHHz8NEULVqSiDqxYAGJio5SKFBQYmPHjyAZiSRp0mNKlSNLhuLo8qWilTJB0URpExHOljx7Gvo586RQnzGBHj1EVKfRpYWaftoJNWrSojWrCpLqiarWrVedZtXKtZPXr2U5nVVGAwOGGc3/0m5am6zt27hhpz5dZhcuM7ma6CLri5cl1qB13fpdBjiT4GOE/+btupet4sI59Y5NfFeyYbGIB1/2nJnyZtGdGU82W5nzYmWNMT02Fln1Z82hIY+2XZr1ad2pYa9W2xr162SxL80uVlv4bdO5ae923pv4b+nBkQ+fWxz4cWTJLS0n1lz7c9/RmU83X537dfXZwW8P3B3792PhK40fVl7+eevpkbeef+3R956A8eE3n2P1wXefMflRsp8w/Sn4n3sB8jeghQUyeKCGCUK4oGwNIvhgMRFOMmEwFYp4oYEZUrihix2S+KGMIaI4onIlgngiMSlKsiIwLer4oocxsjij/5E18nijkjkCuaN4PeL44zBBRjLkL0VKeaSNSRK5pJdNUvmkmFFiOaV+VUJ5pTBZQrKlL12q+aWTYXI5pp1lsnmmnmnCuaaEbaL5ZjBxPjJnL3UKeqeZedK5p6N9EvqnpIEiOqiKhQJ6KDCJOrIoL41q+qifkTI6qamVcnqpqpmCuqmQnWL66S+hNjLqLqXKeqqlqZK6qq+t0vqqsLHiOquWtcJ6qy+5MrKrLr0q+6urwfI6rLXFMnustslCu6yczSL7bC/RLjJtLtWKe62x2epShgsuaESaUl/Vka4i6ya0byL9IvQvIgEfNPAhBRt0sCEJF7RwIQ0T9DAhEQ808WcgFQt0sSAZB7RxHR0D9HHI/4xcLkMmf7vQx/m27PLLMMcs88w012zzzTjnrPPOPPfs889ABy300EQXbfTRSCet9NJMN+3001BHLfXUVFdt9dVYZ6311lx37fXXYIct9thkl232IYEAACH5BAkDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSLEiqyEtWtCxiIhNxhmiGgwY4IDjIZEkQ44sabIQSpagXrZ0uVJlypmDZIbSuQzJkCERmvH8NDRZCwoUXgituZPpsqNJl96M6VQZVKXMinbSeuyqVJhEqxpFinUZ101ni3nNKnZr265k/7/aBDs2KtupYfHWLassbSa/w9aafYuWsNq4d+m61YtMcF/DfyEHRjyYMSfAwhwnw2yJMzDNyDxTEu0L9DHSklDzMm1MNSTXulgXg+2INi7ZxGwz0m0L9zDeioDT8i1MOCLjsogHQ26IOSzlwJwTku4K+i/qgrCzsu5Lu/ZV3Ht5l5yZ8mPLhdEftltZ8WXywcLzGq+emPxd9N0bu68rfzP+ufjHDIC4CPiUeZvBV8l3qhB4i4FWIRiagqNRWJqEp1mYmoarYdgah6+BGJuHs4lYm4m3kZgbirux2JuKv7kYnIzDwVgcjcfhmJyNy+nYnI/P8RgdkNMRWZ2Q1xmZnf+S2yHZHZMMpuKgLRDuJVdT9U3G3nn6aRIlKlPWUmVjTooHJZPglTnfmVmWt2WCbXaGZoNq4sdml/bV2d+d/+kZIJ8D+lkgoAe+OWGcC84ppaAPEhqhoRkiWqGkF0L6IaUbYtqhpSVqGqKnI3K6IqgnkpqiqDGa2qKqL6J6I6szwlqjqz3KmqOtO9I6JK4/8hqkrkn6WqSwRwL7JLFLItuksWYq++UpYdIyJlzMrumsomAySqWjyRjABBM9XEmVsvxMy5G5FqFbkXZkXHFFuDgJQkIVVcAb77345qvvvvz26++/AAcs8MAEF2zwwQgnrPDCDDfs8MMQRyzxxBRXbPEoxRhnrPHGHHfs8ccghyzyyCSXbPLJKKes8sost+zyyzDHLPPMNIMSCAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwocOHECNKnEixYr81FSrUsOhKxYMHKzi28ghSJCuSIU2qQjlvDBUqb5qxZGajS5cbomJIkMBC5seUy2RMmAAj586ezGYGHVo0lE6ePksyE0rUKNSkP5tRbQrqKdJlSpVttfpVWdhkY50ejQpULFOybP+1vlV7FWzWqXO7rsUqdWlVumWTnUWWVm9ds3f9cv3kNS7ev4YDIxt8rDDjvXb7uoV8+bDgxJsXe2rMty3avJ0lH6NszPJozIg1n+b82vNk0LNFdyKd2TRh1LVVG2NdzPVu2J9l/6Z93PZq3Mt1c+Id23dl4M2FFyNOzPh05LeVX2f+3flw6OOlb6Ke3Hpr7OW1E+M+zPt68M/Fvyd/3/x29Puppwl74blXHHz9yTcMfcLYNyB+5+l3IH8P+jcfgBMKmAmB+RnYHYIVKigMg8E4uCGE/0n4IYUnWrgghitqiAmHEXpYH4gtihgMicCYOCOKF6p4I4s/ujgijEPKeAn/jSna2CCOReoIDI+/+LgkkC8K+SSRVxq5I5JbKmkJk0E6WSKUXUr5C5W+WDkmlkdqeSaXb3o5JZhzilkJmVma2SOadarpC5u9uLknnF/K+Sedh9q5Jp6L6kkJn3H6WSWgjQraC6G8GDoponcqeimjnzo6KKSjSjoJpYla2iampWrKC6e7eLoqqI+K+iqpt5q6Kaq7qioJq6G6Wiisvcq6C6262Dosrqfqeiyvz/o6K7DTChsJsbka2ymy1SqrC7O5OLsttL9K+y2151q7LLbragsJt9F6Wyu4kXgQRBBqOLaMAPuaMQ+5KlVCcMGTHIxwJAov/AgQAgjQg8MUV2zxS8UYZ6zxxhx37PHHIIcs8sgkl2zyySinrPLKLLfs8sswxyzzzDTXbPPNOOes88489+zzz0AHLfTQRBdt9NFIJ6300kw37fTTUBsdCAAh+QQJAwB1ACwAAAAAyADIAAAH/4B1goOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwocOHhOa4cJEEIi0TDBigsDgLo0aOsjxuBAlLJMmSGUeebGVyJcuULl9+jLmqJc1UNm+eyqmzFM+eo34CDSWUXYUMGSw0K1qswoULSkMdTboUJjOnUEVNjbqMKTGsXD9trTpzGVitSMMm8zrsrNS0ZP9VKnMLaiwztsLoioV716rZp2o72e3qdy5gtFT7ljWc9W1iwouT6fU0WBneYJMF84UsV/Jhx4GPXQaWmVPltYU9N6672XJqZKU3nUY2+ldsTbNFvz52O1NuY7V99cb0u1jwXsMvFSd2nFdyS8uHNd/1vFJ0YdN1Vad0PVj2XNsndQf2HVd4SeN/lb91PlJ6X+tttYf0vlf8WvMf1ed1n1Z+R/vt0t8s/zUSoC4DylIgIwfmkmAsCy7SIC4PwhKhIhPeUuErFyaSoS0butIhIh/WEmIrIx5S4kW7GZOiISt21GJTn7H2mGuRwVbjXjeiliNvO1LWmo+d6bgaj6EBN+P/V0Fq1iNtS7bVpGlDQvmji1PKVqVuV9J4pJBPclkkkF86maRxUeaVJW5bKtklk2VSGaabY2IZp5ZzovmmlHeymSdzaWK2pm9t6lmnl2cS+qd0gZI2KHGFArqnmn0qmiijkwpaKaSLYteobY8qFymmh8J5qaidevepcKFCN6qnmTq6KaqnqhorqLO6mip5qyLXqnWv2loqn7UCu6t6vTr3K3fB8norq7lWEscTT/gQVzNyIIGEtfKcOFQh3n47SLji1kGuuOd+m+5Q6wLVbk/v6hTvTfPSVG9M97qUb7n89uvvvwAHLPDABBds8MEIJ6zwwgw37PDDEEcs8cQUV2zxKMUYZ6zxxhx37PHHIIcs8sgkl2zyySinrPLKLLfs8sswxyzzzDTvEggAIfkECQMAdQAsAAAAAMgAyAAAB/+AdYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTvvrx4YMPhbpAHDhgAGIuiRQt4sJYUaMtjh4/TuwYchbIkiZHokyZcWWsky5fwYzZaibNVTZvpsqp8xTPnqV+Ah0ldGiookY/IU3aaSnTTU6fZooq9RJVch04cKjR7GqvDhs24BCVdWtXlczAiiWrlSszr7z/1I4NVdbtMri75LI1+xbtMr10255t+TfsXFB1B5NUBhix4L6EGRvea1cZXl2NPyWGvDhZZk+b7/qVvDYwX9GRPU82XTnZ5VyfO4W2PFp1acenaadGFpvTbNe1ea/G3RrZa1y9N/02HvxYck3Ljx2/9TxTdGPTbVXHdL1Y9lrbL3Un9p1WeEvjh5Wfdb5SemHrZbWn9D5Y/FjzJ9UHdh9Wfkn7/dLfK/9FEqAvA7pSICQH9pJgKws+0iAvD7ISoSMT7lLhKhc2kmFEzRnTISMfXhRiMSMuUuJGJxKToiIr3rKhKi8mEqNIuzk3nGaPodaZcLfxmBtwOYq4I2g96vaj/45BIjkkc0WieKRsSRK5pJFNUvmkdC0OUyMiN9YyYypfHhImLWOiUqYhZ7J0pZRZ+lYllG+6OKWcW2LXpTBrFtKmLGme0ichf760ZzCDDlIoLIGakqggi8p0KDCP1hGpK42WUumlNU36y6ZzchmlnXEqF6qeo3p5p6l5euepL5Vi8cMPRijWDBZFFBHGPJka1etQvwIVbE/D6lTsTcfSlGxMy7rU7ErPohRtSdOGVK1H12qUrUXbQtStQt8mFC5C4x5UblXopqvuuuy26+678MYr77z01mvvvfjmq+++/Pbr778AByzwwAQXbPDBCCes8MIMN+zwwxBHLPHEFFds8QrFGGes8cYcqxsIACH5BAUDAHUALAAAAADIAMgAAAf/gHWCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSFAfEAECehT8VQAAAAELfTV8GLHXRIgVd13MqNEhRo64NoIM6XEkSYombYlMSWslS1kuX8KKKdMVzZqsbuJUpXMnqp4+TQENSmooUVFGj4JKqtQT06acnkLVJHUqpqpWLWHNSmkrV0levy1x4uRLs7C40hgxQkTUhwQJ/yKcLcnsbVy3cOUyQ3vLrl5QfueiXBY4VOFlfG0d/rQ4WeJajTtFPvaY1uRNl4tVnpU5U+dhm2V9vjQ6WOhYpSulZkiXcF68d/e2VrZ6Um2Ls5PdjrS742Darw0HR5wbWe9Hx3OdhpW8UfNby189XzS9VnRX1RNln3W91fZD32N1ZxW+UPlX41edH7S+VXpV7evEX/U+Vfz5PIsfuz9cWX1U/MVG3G+69ecJfqn8d0qAf/mnnzEMCvYRcAIyZiAyCpoSoWwEGnchJwj+9GAxGw44YYEVHvihMRmWUqKDHe63oiYhntIiKS86NiIxOWK44zA9UvajMEGyOGQwRWp2JN8wSRJz4yhNgrbkL1EK8yRsDaqYoo8xQjijZ19K2SWJYZJWpmlT+lIlmmPyeKZqb7LWJpBx2lYnbnMSeSdve/p2oodbciIFFFDwIGEzUuSQww7zXHmUo0RBGpSkPlG6k6U4YVqTpjJx+pKnLIGakqgmkTqSqSChypGqGbFakasRwbqQrAXRSpCtA+EqkK4B8QqQr/8A648SQgjBwlfIJqvsssw26+yz0EYr7bTUVmvttdhmq+223Hbr7bfghivuuOSWa+656Kar7rrstuvuu/DGK++89NZr77345quvLIEAADs=", c1 = ({ altLoadingText: i }) => /* @__PURE__ */ t(
|
|
899
|
+
g,
|
|
888
900
|
{
|
|
889
901
|
sx: {
|
|
890
902
|
alignItems: "center"
|
|
891
903
|
},
|
|
892
|
-
children: /* @__PURE__ */
|
|
904
|
+
children: /* @__PURE__ */ t(
|
|
893
905
|
"img",
|
|
894
906
|
{
|
|
895
907
|
alt: i,
|
|
896
|
-
src:
|
|
908
|
+
src: s1,
|
|
897
909
|
style: {
|
|
898
910
|
marginBottom: 25,
|
|
899
911
|
height: 64,
|
|
@@ -902,32 +914,32 @@ const Fe = ({
|
|
|
902
914
|
}
|
|
903
915
|
)
|
|
904
916
|
}
|
|
905
|
-
),
|
|
906
|
-
const [r,
|
|
907
|
-
if (
|
|
908
|
-
const
|
|
917
|
+
), h1 = ({ content: i }) => {
|
|
918
|
+
const [r, l] = B(0), n = W(null), a = () => {
|
|
919
|
+
if (n.current) {
|
|
920
|
+
const o = n.current, d = o.parentElement;
|
|
909
921
|
if (d) {
|
|
910
|
-
const c = Array.from(d.children).reduce((
|
|
911
|
-
window.getComputedStyle(
|
|
922
|
+
const c = Array.from(d.children).reduce((S, y) => y !== o ? S + y.clientHeight : S, 0), p = d.clientHeight - c, u = parseInt(
|
|
923
|
+
window.getComputedStyle(o).lineHeight,
|
|
912
924
|
10
|
|
913
|
-
),
|
|
914
|
-
(
|
|
925
|
+
), H = Math.floor(
|
|
926
|
+
(p - 20) / u
|
|
915
927
|
);
|
|
916
|
-
|
|
928
|
+
H !== r && l(H);
|
|
917
929
|
}
|
|
918
930
|
}
|
|
919
931
|
};
|
|
920
|
-
return
|
|
921
|
-
|
|
922
|
-
const
|
|
923
|
-
return d &&
|
|
924
|
-
d &&
|
|
932
|
+
return j(() => {
|
|
933
|
+
a();
|
|
934
|
+
const o = new ResizeObserver(() => a()), d = n.current?.parentElement;
|
|
935
|
+
return d && o.observe(d), () => {
|
|
936
|
+
d && o.unobserve(d);
|
|
925
937
|
};
|
|
926
|
-
}, [i]), /* @__PURE__ */
|
|
927
|
-
|
|
938
|
+
}, [i]), /* @__PURE__ */ t(
|
|
939
|
+
Ze,
|
|
928
940
|
{
|
|
929
941
|
dangerouslySetInnerHTML: { __html: i },
|
|
930
|
-
ref:
|
|
942
|
+
ref: n,
|
|
931
943
|
sx: {
|
|
932
944
|
display: "-webkit-box",
|
|
933
945
|
fontSize: 13,
|
|
@@ -941,31 +953,31 @@ const Fe = ({
|
|
|
941
953
|
}
|
|
942
954
|
}
|
|
943
955
|
);
|
|
944
|
-
},
|
|
956
|
+
}, m1 = ({
|
|
945
957
|
asteriskText: i,
|
|
946
958
|
beat: r,
|
|
947
|
-
children:
|
|
948
|
-
descriptionPlacement:
|
|
949
|
-
hideDescription:
|
|
950
|
-
inDescriptionCtaOnClick:
|
|
959
|
+
children: l,
|
|
960
|
+
descriptionPlacement: n = "bottom",
|
|
961
|
+
hideDescription: a = !1,
|
|
962
|
+
inDescriptionCtaOnClick: o,
|
|
951
963
|
isMini: d = !1,
|
|
952
|
-
hasFullWidthImage:
|
|
964
|
+
hasFullWidthImage: s,
|
|
953
965
|
hasFooterButton: c = !1
|
|
954
966
|
}) => {
|
|
955
|
-
const m = () =>
|
|
956
|
-
|
|
967
|
+
const m = () => a || !r.html_description ? null : d ? /* @__PURE__ */ t(h1, { content: r.html_description }) : /* @__PURE__ */ t(
|
|
968
|
+
p1,
|
|
957
969
|
{
|
|
958
970
|
beat: r,
|
|
959
971
|
footerButton: c,
|
|
960
|
-
hasFullWidthImage:
|
|
961
|
-
inDescriptionCtaOnClick:
|
|
972
|
+
hasFullWidthImage: s,
|
|
973
|
+
inDescriptionCtaOnClick: o
|
|
962
974
|
}
|
|
963
975
|
);
|
|
964
|
-
return /* @__PURE__ */
|
|
965
|
-
|
|
966
|
-
/* @__PURE__ */
|
|
967
|
-
|
|
968
|
-
i && /* @__PURE__ */
|
|
976
|
+
return /* @__PURE__ */ h(L, { children: [
|
|
977
|
+
n === "top" && m(),
|
|
978
|
+
/* @__PURE__ */ t(g, { sx: { alignItems: "center", ...s && d && { mx: -16 } }, children: l }),
|
|
979
|
+
n === "bottom" && m(),
|
|
980
|
+
i && /* @__PURE__ */ t(
|
|
969
981
|
b,
|
|
970
982
|
{
|
|
971
983
|
sx: {
|
|
@@ -979,45 +991,63 @@ const Fe = ({
|
|
|
979
991
|
}
|
|
980
992
|
)
|
|
981
993
|
] });
|
|
982
|
-
},
|
|
994
|
+
}, K = ({
|
|
983
995
|
altLoadingText: i,
|
|
984
996
|
asteriskText: r,
|
|
985
|
-
beat:
|
|
986
|
-
button:
|
|
987
|
-
children:
|
|
988
|
-
contentProps:
|
|
997
|
+
beat: l,
|
|
998
|
+
button: n = null,
|
|
999
|
+
children: a,
|
|
1000
|
+
contentProps: o,
|
|
989
1001
|
errorText: d = "",
|
|
990
|
-
feedback:
|
|
1002
|
+
feedback: s,
|
|
991
1003
|
header: c,
|
|
992
1004
|
isError: m = !1,
|
|
993
|
-
isLoading:
|
|
994
|
-
isMini:
|
|
995
|
-
}) => /* @__PURE__ */
|
|
996
|
-
/* @__PURE__ */
|
|
997
|
-
m ? /* @__PURE__ */
|
|
998
|
-
/* @__PURE__ */
|
|
999
|
-
|
|
1005
|
+
isLoading: p = !1,
|
|
1006
|
+
isMini: u = !1
|
|
1007
|
+
}) => /* @__PURE__ */ h(L, { children: [
|
|
1008
|
+
/* @__PURE__ */ t(d1, { ...c, isMini: u, title: l.html_title }),
|
|
1009
|
+
m ? /* @__PURE__ */ t(o1, { erroredText: d }) : /* @__PURE__ */ h(L, { children: [
|
|
1010
|
+
/* @__PURE__ */ t(
|
|
1011
|
+
m1,
|
|
1000
1012
|
{
|
|
1001
|
-
...
|
|
1013
|
+
...o,
|
|
1002
1014
|
asteriskText: r,
|
|
1003
|
-
beat:
|
|
1004
|
-
hasFooterButton: !!
|
|
1005
|
-
isMini:
|
|
1006
|
-
children:
|
|
1015
|
+
beat: l,
|
|
1016
|
+
hasFooterButton: !!n,
|
|
1017
|
+
isMini: u,
|
|
1018
|
+
children: p ? /* @__PURE__ */ t(c1, { altLoadingText: i }) : a
|
|
1007
1019
|
}
|
|
1008
1020
|
),
|
|
1009
|
-
|
|
1010
|
-
|
|
1021
|
+
!u && n,
|
|
1022
|
+
s
|
|
1011
1023
|
] })
|
|
1012
|
-
] }),
|
|
1024
|
+
] }), Et = ({
|
|
1025
|
+
button: i,
|
|
1026
|
+
withFullWidthImage: r
|
|
1027
|
+
}) => /* @__PURE__ */ t(
|
|
1028
|
+
g,
|
|
1029
|
+
{
|
|
1030
|
+
sx: {
|
|
1031
|
+
justifyContent: "flex-end",
|
|
1032
|
+
flex: "1 0 auto",
|
|
1033
|
+
mt: 8,
|
|
1034
|
+
...r && {
|
|
1035
|
+
// TODO: Refactor out the usage of the withFullWidthImage prop being drilled down in multiple components
|
|
1036
|
+
px: 16,
|
|
1037
|
+
pb: 16
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
children: i
|
|
1041
|
+
}
|
|
1042
|
+
), p1 = ({
|
|
1013
1043
|
beat: i,
|
|
1014
1044
|
inDescriptionCtaOnClick: r,
|
|
1015
|
-
hasFullWidthImage:
|
|
1016
|
-
footerButton:
|
|
1045
|
+
hasFullWidthImage: l,
|
|
1046
|
+
footerButton: n
|
|
1017
1047
|
}) => {
|
|
1018
|
-
const { html_description:
|
|
1019
|
-
return /* @__PURE__ */
|
|
1020
|
-
|
|
1048
|
+
const { html_description: a, in_description_cta: o } = i, d = n ? 16 : 8;
|
|
1049
|
+
return /* @__PURE__ */ h(
|
|
1050
|
+
re,
|
|
1021
1051
|
{
|
|
1022
1052
|
sx: {
|
|
1023
1053
|
p: 0,
|
|
@@ -1026,76 +1056,75 @@ const Fe = ({
|
|
|
1026
1056
|
}
|
|
1027
1057
|
},
|
|
1028
1058
|
children: [
|
|
1029
|
-
/* @__PURE__ */
|
|
1030
|
-
|
|
1059
|
+
/* @__PURE__ */ t(
|
|
1060
|
+
f,
|
|
1031
1061
|
{
|
|
1032
|
-
dangerouslySetInnerHTML: { __html:
|
|
1062
|
+
dangerouslySetInnerHTML: { __html: a },
|
|
1033
1063
|
sx: {
|
|
1034
|
-
mb:
|
|
1064
|
+
mb: o ? 4 : d,
|
|
1035
1065
|
mt: 0,
|
|
1036
1066
|
mx: 8,
|
|
1037
1067
|
wordBreak: "break-word",
|
|
1038
1068
|
wordWrap: "break-word",
|
|
1039
|
-
...
|
|
1069
|
+
...l && { px: 16 }
|
|
1040
1070
|
},
|
|
1041
1071
|
variant: "ParagraphSmall"
|
|
1042
1072
|
}
|
|
1043
1073
|
),
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
/* @__PURE__ */
|
|
1074
|
+
o && r && /* @__PURE__ */ h(D, { fullWidth: !0, onClick: r, sx: { mb: d }, children: [
|
|
1075
|
+
o,
|
|
1076
|
+
/* @__PURE__ */ t(C, { name: "chevron_right" })
|
|
1047
1077
|
] })
|
|
1048
1078
|
]
|
|
1049
1079
|
}
|
|
1050
1080
|
);
|
|
1051
|
-
},
|
|
1081
|
+
}, F = ({
|
|
1052
1082
|
beat: i,
|
|
1053
1083
|
disabled: r = !1,
|
|
1054
|
-
hide:
|
|
1055
|
-
onClick:
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
I,
|
|
1084
|
+
hide: l = !1,
|
|
1085
|
+
onClick: n,
|
|
1086
|
+
primary: a = !0,
|
|
1087
|
+
sx: o,
|
|
1088
|
+
variant: d = !a && "text",
|
|
1089
|
+
...s
|
|
1090
|
+
}) => l ? null : /* @__PURE__ */ t(
|
|
1091
|
+
D,
|
|
1063
1092
|
{
|
|
1064
1093
|
disabled: r,
|
|
1065
1094
|
fullWidth: !0,
|
|
1066
|
-
id:
|
|
1067
|
-
onClick:
|
|
1095
|
+
id: a ? `primary-cta-${i.guid}` : `secondary-cta-${i.guid}`,
|
|
1096
|
+
onClick: n,
|
|
1068
1097
|
sx: () => ({
|
|
1069
|
-
color:
|
|
1070
|
-
fontSize:
|
|
1071
|
-
fontWeight:
|
|
1098
|
+
color: a ? "primary.main" : "text.secondary",
|
|
1099
|
+
fontSize: a ? 15 : 13,
|
|
1100
|
+
fontWeight: a ? 600 : 700,
|
|
1072
1101
|
p: "0px 16px",
|
|
1073
1102
|
borderColor: "border.light",
|
|
1074
|
-
...
|
|
1103
|
+
...o
|
|
1075
1104
|
}),
|
|
1076
|
-
variant: r &&
|
|
1077
|
-
...
|
|
1078
|
-
children:
|
|
1105
|
+
variant: r && a ? "contained" : d || "outlined",
|
|
1106
|
+
...s,
|
|
1107
|
+
children: a ? i.call_to_action : i.supporting_action
|
|
1079
1108
|
}
|
|
1080
|
-
),
|
|
1109
|
+
), ft = ({
|
|
1081
1110
|
ariaHidden: i = !1,
|
|
1082
1111
|
beat: r,
|
|
1083
|
-
children:
|
|
1084
|
-
DismissedBeatSwitcher:
|
|
1085
|
-
elementTag:
|
|
1086
|
-
setRefs:
|
|
1087
|
-
}) => /* @__PURE__ */
|
|
1088
|
-
({ elementTag:
|
|
1089
|
-
const
|
|
1090
|
-
return
|
|
1112
|
+
children: l,
|
|
1113
|
+
DismissedBeatSwitcher: n,
|
|
1114
|
+
elementTag: a,
|
|
1115
|
+
setRefs: o
|
|
1116
|
+
}) => /* @__PURE__ */ t(
|
|
1117
|
+
({ elementTag: s, children: c, ...m }) => {
|
|
1118
|
+
const p = s;
|
|
1119
|
+
return v.createElement(p, m, c);
|
|
1091
1120
|
},
|
|
1092
1121
|
{
|
|
1093
1122
|
"aria-hidden": i,
|
|
1094
|
-
"aria-labelledby":
|
|
1123
|
+
"aria-labelledby": a === "article" ? r.guid : null,
|
|
1095
1124
|
"data-ui-test": `${r.template}`,
|
|
1096
|
-
elementTag:
|
|
1125
|
+
elementTag: a || "article",
|
|
1097
1126
|
id: `${r.guid}-article`,
|
|
1098
|
-
ref:
|
|
1127
|
+
ref: o,
|
|
1099
1128
|
style: {
|
|
1100
1129
|
position: "relative",
|
|
1101
1130
|
// Removing this will mess up the graphs in Chrome. I don't think Chrome likes Articles.
|
|
@@ -1104,62 +1133,62 @@ const Fe = ({
|
|
|
1104
1133
|
flexDirection: "column",
|
|
1105
1134
|
boxSizing: "border-box"
|
|
1106
1135
|
},
|
|
1107
|
-
children: r.dismissed_at ?
|
|
1136
|
+
children: r.dismissed_at ? n : l
|
|
1108
1137
|
}
|
|
1109
|
-
),
|
|
1138
|
+
), u1 = (i, r) => /* @__PURE__ */ e.createElement("svg", { width: 295, height: 142, viewBox: "0 0 295 142", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...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" })), E1 = k(u1), f1 = {
|
|
1110
1139
|
padding: 8,
|
|
1111
1140
|
marginTop: 8,
|
|
1112
1141
|
marginBottom: 12
|
|
1113
|
-
},
|
|
1114
|
-
|
|
1142
|
+
}, gt = () => /* @__PURE__ */ t(
|
|
1143
|
+
g,
|
|
1115
1144
|
{
|
|
1116
1145
|
sx: {
|
|
1117
1146
|
flexDirection: "row",
|
|
1118
1147
|
justifyContent: "center"
|
|
1119
1148
|
},
|
|
1120
|
-
children: /* @__PURE__ */
|
|
1149
|
+
children: /* @__PURE__ */ t(I, { divProps: { style: f1 }, image: E1 })
|
|
1121
1150
|
}
|
|
1122
|
-
),
|
|
1151
|
+
), xt = ({
|
|
1123
1152
|
headerText: i,
|
|
1124
1153
|
menuHeaderCloseButtonAriaLabel: r,
|
|
1125
|
-
onCancel:
|
|
1126
|
-
onClose:
|
|
1127
|
-
rating:
|
|
1128
|
-
sx:
|
|
1129
|
-
}) => /* @__PURE__ */
|
|
1154
|
+
onCancel: l,
|
|
1155
|
+
onClose: n,
|
|
1156
|
+
rating: a,
|
|
1157
|
+
sx: o = {}
|
|
1158
|
+
}) => /* @__PURE__ */ h(ze, { fontSize: 18, id: "alert-dialog-title", children: [
|
|
1130
1159
|
i,
|
|
1131
|
-
/* @__PURE__ */
|
|
1132
|
-
|
|
1160
|
+
/* @__PURE__ */ t(
|
|
1161
|
+
q,
|
|
1133
1162
|
{
|
|
1134
|
-
"aria-label":
|
|
1163
|
+
"aria-label": a ? r.ratingExist : r.ratingDoesntExist,
|
|
1135
1164
|
"data-ui-test": "feedback-close-button",
|
|
1136
1165
|
onClick: () => {
|
|
1137
|
-
|
|
1166
|
+
l(), n();
|
|
1138
1167
|
},
|
|
1139
1168
|
sx: {
|
|
1140
1169
|
position: "absolute",
|
|
1141
1170
|
right: 12
|
|
1142
1171
|
},
|
|
1143
|
-
children: /* @__PURE__ */
|
|
1144
|
-
|
|
1172
|
+
children: /* @__PURE__ */ t(
|
|
1173
|
+
C,
|
|
1145
1174
|
{
|
|
1146
1175
|
name: "cancel",
|
|
1147
1176
|
sx: {
|
|
1148
|
-
...
|
|
1177
|
+
...o
|
|
1149
1178
|
}
|
|
1150
1179
|
}
|
|
1151
1180
|
)
|
|
1152
1181
|
}
|
|
1153
1182
|
)
|
|
1154
|
-
] }),
|
|
1183
|
+
] }), Ct = ({
|
|
1155
1184
|
buttonText: i,
|
|
1156
1185
|
errorMessage: r,
|
|
1157
|
-
feedbackMessage:
|
|
1158
|
-
onCancel:
|
|
1159
|
-
onClose:
|
|
1160
|
-
selectedRadio:
|
|
1186
|
+
feedbackMessage: l,
|
|
1187
|
+
onCancel: n,
|
|
1188
|
+
onClose: a,
|
|
1189
|
+
selectedRadio: o
|
|
1161
1190
|
}) => {
|
|
1162
|
-
const d = w(), { cancelText:
|
|
1191
|
+
const d = w(), { cancelText: s, submitText: c } = i, m = N(D)({
|
|
1163
1192
|
backgroundColor: "transparent",
|
|
1164
1193
|
color: d.palette.primary.light,
|
|
1165
1194
|
fontSize: 15,
|
|
@@ -1169,7 +1198,7 @@ const Fe = ({
|
|
|
1169
1198
|
},
|
|
1170
1199
|
marginTop: 12,
|
|
1171
1200
|
width: "100%"
|
|
1172
|
-
}),
|
|
1201
|
+
}), p = N(D)({
|
|
1173
1202
|
backgroundColor: d.palette.action.active,
|
|
1174
1203
|
borderRadius: 4,
|
|
1175
1204
|
fontSize: 16,
|
|
@@ -1179,8 +1208,8 @@ const Fe = ({
|
|
|
1179
1208
|
padding: "12px 16px",
|
|
1180
1209
|
width: "100%"
|
|
1181
1210
|
});
|
|
1182
|
-
return /* @__PURE__ */
|
|
1183
|
-
|
|
1211
|
+
return /* @__PURE__ */ h(
|
|
1212
|
+
E,
|
|
1184
1213
|
{
|
|
1185
1214
|
sx: {
|
|
1186
1215
|
display: "flex",
|
|
@@ -1189,58 +1218,58 @@ const Fe = ({
|
|
|
1189
1218
|
marginTop: 24
|
|
1190
1219
|
},
|
|
1191
1220
|
children: [
|
|
1192
|
-
/* @__PURE__ */
|
|
1193
|
-
|
|
1221
|
+
/* @__PURE__ */ t(
|
|
1222
|
+
p,
|
|
1194
1223
|
{
|
|
1195
1224
|
className: "mx-insights-beat-feedback-submit-button",
|
|
1196
1225
|
"data-ui-test": "submit-button",
|
|
1197
|
-
disabled: !
|
|
1226
|
+
disabled: !l && o === void 0 || !!r,
|
|
1198
1227
|
type: "submit",
|
|
1199
1228
|
children: c
|
|
1200
1229
|
}
|
|
1201
1230
|
),
|
|
1202
|
-
/* @__PURE__ */
|
|
1231
|
+
/* @__PURE__ */ t(
|
|
1203
1232
|
m,
|
|
1204
1233
|
{
|
|
1205
1234
|
className: "mx-insights-beat-feedback-no-thanks-button",
|
|
1206
1235
|
"data-ui-test": "no-thanks-button",
|
|
1207
1236
|
onClick: () => {
|
|
1208
|
-
|
|
1237
|
+
n(), a();
|
|
1209
1238
|
},
|
|
1210
|
-
children:
|
|
1239
|
+
children: s
|
|
1211
1240
|
}
|
|
1212
1241
|
)
|
|
1213
1242
|
]
|
|
1214
1243
|
}
|
|
1215
1244
|
);
|
|
1216
|
-
},
|
|
1245
|
+
}, yt = ({ bodyText: i }) => /* @__PURE__ */ t(E, { style: { padding: "8px 24px 8px 0px" }, children: /* @__PURE__ */ t(f, { "data-ui-test": "feedback-description", children: i }) }), Ht = ({
|
|
1217
1246
|
feedbackOptions: i,
|
|
1218
1247
|
groupAriaLabel: r,
|
|
1219
|
-
selectedRadio:
|
|
1220
|
-
setSelectedRadio:
|
|
1221
|
-
}) => /* @__PURE__ */
|
|
1222
|
-
|
|
1248
|
+
selectedRadio: l,
|
|
1249
|
+
setSelectedRadio: n
|
|
1250
|
+
}) => /* @__PURE__ */ t(
|
|
1251
|
+
De,
|
|
1223
1252
|
{
|
|
1224
1253
|
sx: {
|
|
1225
1254
|
p: 24,
|
|
1226
1255
|
width: "100%"
|
|
1227
1256
|
},
|
|
1228
|
-
children: /* @__PURE__ */
|
|
1229
|
-
|
|
1257
|
+
children: /* @__PURE__ */ t(Ke, { "aria-label": r, name: "radio-buttons-group", children: i.map((a, o) => /* @__PURE__ */ t(
|
|
1258
|
+
E,
|
|
1230
1259
|
{
|
|
1231
1260
|
sx: (d) => ({
|
|
1232
1261
|
p: "24px 0px 23px 0px",
|
|
1233
1262
|
borderBottom: `1px solid ${d.palette.border.light}`
|
|
1234
1263
|
}),
|
|
1235
|
-
children: /* @__PURE__ */
|
|
1236
|
-
|
|
1264
|
+
children: /* @__PURE__ */ t(
|
|
1265
|
+
Fe,
|
|
1237
1266
|
{
|
|
1238
|
-
control: /* @__PURE__ */
|
|
1239
|
-
|
|
1267
|
+
control: /* @__PURE__ */ t(
|
|
1268
|
+
We,
|
|
1240
1269
|
{
|
|
1241
|
-
checked:
|
|
1242
|
-
name: `radio-${
|
|
1243
|
-
onChange: (d) =>
|
|
1270
|
+
checked: l === o,
|
|
1271
|
+
name: `radio-${o}`,
|
|
1272
|
+
onChange: (d) => n(Number(d.target.value)),
|
|
1244
1273
|
size: "small",
|
|
1245
1274
|
sx: (d) => ({
|
|
1246
1275
|
color: d.palette.secondary.light,
|
|
@@ -1252,42 +1281,42 @@ const Fe = ({
|
|
|
1252
1281
|
})
|
|
1253
1282
|
}
|
|
1254
1283
|
),
|
|
1255
|
-
label:
|
|
1284
|
+
label: a,
|
|
1256
1285
|
labelPlacement: "start",
|
|
1257
1286
|
sx: { ml: 0, p: "24px 0px 23px", width: "100%" },
|
|
1258
|
-
value:
|
|
1287
|
+
value: o
|
|
1259
1288
|
},
|
|
1260
|
-
|
|
1289
|
+
o
|
|
1261
1290
|
)
|
|
1262
1291
|
},
|
|
1263
|
-
|
|
1292
|
+
o
|
|
1264
1293
|
)) })
|
|
1265
1294
|
}
|
|
1266
|
-
),
|
|
1295
|
+
), vt = ({
|
|
1267
1296
|
error: i,
|
|
1268
1297
|
feedbackAriaLabel: r,
|
|
1269
|
-
feedbackCharacterLimitText:
|
|
1270
|
-
feedbackDescriptionPlaceHolder:
|
|
1271
|
-
feedbackLabel:
|
|
1272
|
-
feedbackMessage:
|
|
1298
|
+
feedbackCharacterLimitText: l,
|
|
1299
|
+
feedbackDescriptionPlaceHolder: n,
|
|
1300
|
+
feedbackLabel: a,
|
|
1301
|
+
feedbackMessage: o,
|
|
1273
1302
|
sendAnalytics: d,
|
|
1274
|
-
setFeedbackMessage:
|
|
1303
|
+
setFeedbackMessage: s,
|
|
1275
1304
|
validateForm: c
|
|
1276
1305
|
}) => {
|
|
1277
|
-
const m =
|
|
1306
|
+
const m = Ie(Ge)({
|
|
1278
1307
|
height: 93,
|
|
1279
1308
|
resize: "none"
|
|
1280
|
-
}),
|
|
1281
|
-
return /* @__PURE__ */
|
|
1282
|
-
|
|
1309
|
+
}), p = Re();
|
|
1310
|
+
return /* @__PURE__ */ h(
|
|
1311
|
+
E,
|
|
1283
1312
|
{
|
|
1284
|
-
"aria-label":
|
|
1313
|
+
"aria-label": a,
|
|
1285
1314
|
sx: {
|
|
1286
1315
|
marginTop: 24,
|
|
1287
1316
|
px: 24
|
|
1288
1317
|
},
|
|
1289
1318
|
children: [
|
|
1290
|
-
/* @__PURE__ */
|
|
1319
|
+
/* @__PURE__ */ t(
|
|
1291
1320
|
m,
|
|
1292
1321
|
{
|
|
1293
1322
|
"aria-label": r,
|
|
@@ -1295,34 +1324,89 @@ const Fe = ({
|
|
|
1295
1324
|
maxRows: 4,
|
|
1296
1325
|
minRows: 4,
|
|
1297
1326
|
name: "Feedback",
|
|
1298
|
-
onChange: (
|
|
1299
|
-
|
|
1327
|
+
onChange: (u) => {
|
|
1328
|
+
s(u.target.value), c(u.target.value);
|
|
1300
1329
|
},
|
|
1301
1330
|
onClick: () => d(),
|
|
1302
|
-
placeholder:
|
|
1331
|
+
placeholder: n,
|
|
1303
1332
|
sx: {
|
|
1304
1333
|
p: 12,
|
|
1305
1334
|
width: "100%"
|
|
1306
1335
|
},
|
|
1307
|
-
value:
|
|
1336
|
+
value: o
|
|
1308
1337
|
}
|
|
1309
1338
|
),
|
|
1310
|
-
|
|
1311
|
-
|
|
1339
|
+
l && /* @__PURE__ */ t(
|
|
1340
|
+
f,
|
|
1312
1341
|
{
|
|
1313
1342
|
sx: {
|
|
1314
|
-
color: i &&
|
|
1343
|
+
color: i && p.palette.error.darker,
|
|
1315
1344
|
fontSize: 12,
|
|
1316
1345
|
p: "0px !important"
|
|
1317
1346
|
},
|
|
1318
|
-
children:
|
|
1347
|
+
children: l
|
|
1319
1348
|
}
|
|
1320
1349
|
)
|
|
1321
1350
|
]
|
|
1322
1351
|
}
|
|
1323
1352
|
);
|
|
1324
|
-
},
|
|
1325
|
-
|
|
1353
|
+
}, g1 = (i, r) => /* @__PURE__ */ e.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...i }, /* @__PURE__ */ e.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ e.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ e.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })), x1 = k(g1);
|
|
1354
|
+
function C1() {
|
|
1355
|
+
return /* @__PURE__ */ t(I, { divProps: { style: {} }, image: x1 });
|
|
1356
|
+
}
|
|
1357
|
+
var P = /* @__PURE__ */ ((i) => (i.Primary = "Primary", i.Secondary = "Secondary", i))(P || {});
|
|
1358
|
+
const At = ({
|
|
1359
|
+
amounts: i,
|
|
1360
|
+
beat: r,
|
|
1361
|
+
buttonProps: l,
|
|
1362
|
+
color: n,
|
|
1363
|
+
data: a,
|
|
1364
|
+
legendLabelAvg: o,
|
|
1365
|
+
legendLabelMain: d,
|
|
1366
|
+
...s
|
|
1367
|
+
}) => /* @__PURE__ */ t(
|
|
1368
|
+
K,
|
|
1369
|
+
{
|
|
1370
|
+
...s,
|
|
1371
|
+
beat: r,
|
|
1372
|
+
button: a.length ? /* @__PURE__ */ h(T, { spacing: 10, sx: { pt: 8 }, children: [
|
|
1373
|
+
/* @__PURE__ */ t(
|
|
1374
|
+
F,
|
|
1375
|
+
{
|
|
1376
|
+
...l,
|
|
1377
|
+
beat: r,
|
|
1378
|
+
onClick: (c) => l?.onClick?.(c, P.Primary)
|
|
1379
|
+
}
|
|
1380
|
+
),
|
|
1381
|
+
/* @__PURE__ */ t(
|
|
1382
|
+
F,
|
|
1383
|
+
{
|
|
1384
|
+
...l,
|
|
1385
|
+
beat: r,
|
|
1386
|
+
onClick: (c) => l?.onClick?.(c, P.Secondary),
|
|
1387
|
+
primary: !1
|
|
1388
|
+
}
|
|
1389
|
+
)
|
|
1390
|
+
] }) : null,
|
|
1391
|
+
children: a.length ? /* @__PURE__ */ t(
|
|
1392
|
+
ne,
|
|
1393
|
+
{
|
|
1394
|
+
amounts: i,
|
|
1395
|
+
color: n,
|
|
1396
|
+
data: a,
|
|
1397
|
+
legendLabelAvg: o,
|
|
1398
|
+
legendLabelMain: d,
|
|
1399
|
+
margin: {
|
|
1400
|
+
bottom: 32,
|
|
1401
|
+
left: 2,
|
|
1402
|
+
right: 2,
|
|
1403
|
+
top: 24
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
) : /* @__PURE__ */ t(C1, {})
|
|
1407
|
+
}
|
|
1408
|
+
), z = ({ sx: i }) => /* @__PURE__ */ t(
|
|
1409
|
+
C,
|
|
1326
1410
|
{
|
|
1327
1411
|
fill: !0,
|
|
1328
1412
|
name: "circle",
|
|
@@ -1334,16 +1418,16 @@ const Fe = ({
|
|
|
1334
1418
|
...i
|
|
1335
1419
|
})
|
|
1336
1420
|
}
|
|
1337
|
-
),
|
|
1421
|
+
), y1 = ({
|
|
1338
1422
|
account_guid_1: i,
|
|
1339
1423
|
account_guid_2: r,
|
|
1340
|
-
account_1_alt_text:
|
|
1341
|
-
account_2_alt_text:
|
|
1342
|
-
isSuccess:
|
|
1424
|
+
account_1_alt_text: l,
|
|
1425
|
+
account_2_alt_text: n,
|
|
1426
|
+
isSuccess: a
|
|
1343
1427
|
}) => {
|
|
1344
|
-
const
|
|
1345
|
-
return /* @__PURE__ */
|
|
1346
|
-
|
|
1428
|
+
const o = v.useRef(null), { height: d, width: s } = ae(o);
|
|
1429
|
+
return /* @__PURE__ */ t(
|
|
1430
|
+
E,
|
|
1347
1431
|
{
|
|
1348
1432
|
sx: (c) => ({
|
|
1349
1433
|
background: c.palette.background.highlight,
|
|
@@ -1351,10 +1435,10 @@ const Fe = ({
|
|
|
1351
1435
|
p: 16,
|
|
1352
1436
|
width: "100%"
|
|
1353
1437
|
}),
|
|
1354
|
-
children: /* @__PURE__ */
|
|
1355
|
-
|
|
1438
|
+
children: /* @__PURE__ */ h(
|
|
1439
|
+
E,
|
|
1356
1440
|
{
|
|
1357
|
-
ref:
|
|
1441
|
+
ref: o,
|
|
1358
1442
|
sx: {
|
|
1359
1443
|
alignItems: "center",
|
|
1360
1444
|
display: "flex",
|
|
@@ -1365,9 +1449,9 @@ const Fe = ({
|
|
|
1365
1449
|
p: 16
|
|
1366
1450
|
},
|
|
1367
1451
|
children: [
|
|
1368
|
-
/* @__PURE__ */
|
|
1369
|
-
/* @__PURE__ */
|
|
1370
|
-
|
|
1452
|
+
/* @__PURE__ */ t(le, { height: d, shouldRun: a, width: s }),
|
|
1453
|
+
/* @__PURE__ */ h(
|
|
1454
|
+
E,
|
|
1371
1455
|
{
|
|
1372
1456
|
sx: (c) => ({
|
|
1373
1457
|
background: c.palette.background.paper,
|
|
@@ -1377,8 +1461,8 @@ const Fe = ({
|
|
|
1377
1461
|
width: 268
|
|
1378
1462
|
}),
|
|
1379
1463
|
children: [
|
|
1380
|
-
/* @__PURE__ */
|
|
1381
|
-
|
|
1464
|
+
/* @__PURE__ */ h(
|
|
1465
|
+
E,
|
|
1382
1466
|
{
|
|
1383
1467
|
sx: {
|
|
1384
1468
|
display: "flex",
|
|
@@ -1389,19 +1473,19 @@ const Fe = ({
|
|
|
1389
1473
|
zIndex: 50
|
|
1390
1474
|
},
|
|
1391
1475
|
children: [
|
|
1392
|
-
/* @__PURE__ */
|
|
1393
|
-
|
|
1476
|
+
/* @__PURE__ */ t(
|
|
1477
|
+
Z,
|
|
1394
1478
|
{
|
|
1395
|
-
alt:
|
|
1479
|
+
alt: l,
|
|
1396
1480
|
height: 64,
|
|
1397
1481
|
institutionGuid: i || "",
|
|
1398
1482
|
width: 64
|
|
1399
1483
|
}
|
|
1400
1484
|
),
|
|
1401
|
-
/* @__PURE__ */
|
|
1402
|
-
/* @__PURE__ */
|
|
1403
|
-
|
|
1404
|
-
|
|
1485
|
+
/* @__PURE__ */ t(z, { sx: { marginLeft: 11 } }),
|
|
1486
|
+
/* @__PURE__ */ t(z, { sx: { marginLeft: 4 } }),
|
|
1487
|
+
a ? /* @__PURE__ */ t(
|
|
1488
|
+
C,
|
|
1405
1489
|
{
|
|
1406
1490
|
fill: !0,
|
|
1407
1491
|
name: "check_circle",
|
|
@@ -1414,8 +1498,8 @@ const Fe = ({
|
|
|
1414
1498
|
mx: 4
|
|
1415
1499
|
})
|
|
1416
1500
|
}
|
|
1417
|
-
) : /* @__PURE__ */
|
|
1418
|
-
|
|
1501
|
+
) : /* @__PURE__ */ t(
|
|
1502
|
+
C,
|
|
1419
1503
|
{
|
|
1420
1504
|
name: "link",
|
|
1421
1505
|
size: 28,
|
|
@@ -1429,12 +1513,12 @@ const Fe = ({
|
|
|
1429
1513
|
})
|
|
1430
1514
|
}
|
|
1431
1515
|
),
|
|
1432
|
-
/* @__PURE__ */
|
|
1433
|
-
/* @__PURE__ */
|
|
1434
|
-
/* @__PURE__ */
|
|
1435
|
-
|
|
1516
|
+
/* @__PURE__ */ t(z, { sx: { marginRight: 4 } }),
|
|
1517
|
+
/* @__PURE__ */ t(z, { sx: { marginRight: 11 } }),
|
|
1518
|
+
/* @__PURE__ */ t(
|
|
1519
|
+
Z,
|
|
1436
1520
|
{
|
|
1437
|
-
alt:
|
|
1521
|
+
alt: n,
|
|
1438
1522
|
height: 64,
|
|
1439
1523
|
institutionGuid: r || "",
|
|
1440
1524
|
width: 64
|
|
@@ -1443,8 +1527,8 @@ const Fe = ({
|
|
|
1443
1527
|
]
|
|
1444
1528
|
}
|
|
1445
1529
|
),
|
|
1446
|
-
/* @__PURE__ */
|
|
1447
|
-
|
|
1530
|
+
/* @__PURE__ */ t(
|
|
1531
|
+
E,
|
|
1448
1532
|
{
|
|
1449
1533
|
sx: (c) => ({
|
|
1450
1534
|
background: c.palette.background.highlight,
|
|
@@ -1468,24 +1552,24 @@ const Fe = ({
|
|
|
1468
1552
|
)
|
|
1469
1553
|
}
|
|
1470
1554
|
);
|
|
1471
|
-
},
|
|
1555
|
+
}, bt = ({
|
|
1472
1556
|
closeButtonAriaText: i,
|
|
1473
1557
|
footerTitle: r,
|
|
1474
|
-
headerText:
|
|
1475
|
-
isOpen:
|
|
1476
|
-
lowerDescription:
|
|
1477
|
-
lowerHeaderText:
|
|
1558
|
+
headerText: l,
|
|
1559
|
+
isOpen: n,
|
|
1560
|
+
lowerDescription: a,
|
|
1561
|
+
lowerHeaderText: o,
|
|
1478
1562
|
lowerList: d,
|
|
1479
|
-
onClose:
|
|
1563
|
+
onClose: s,
|
|
1480
1564
|
sendResponseAnalytics: c,
|
|
1481
1565
|
upperDescription: m,
|
|
1482
|
-
upperList:
|
|
1483
|
-
}) => /* @__PURE__ */
|
|
1484
|
-
|
|
1566
|
+
upperList: p
|
|
1567
|
+
}) => /* @__PURE__ */ t(
|
|
1568
|
+
pe,
|
|
1485
1569
|
{
|
|
1486
1570
|
id: "story",
|
|
1487
|
-
isOpen:
|
|
1488
|
-
onClose:
|
|
1571
|
+
isOpen: n,
|
|
1572
|
+
onClose: s,
|
|
1489
1573
|
sx: {
|
|
1490
1574
|
"& .MuiDrawer-paper": {
|
|
1491
1575
|
backgroundColor: "background.white"
|
|
@@ -1495,25 +1579,25 @@ const Fe = ({
|
|
|
1495
1579
|
backgroundColor: "background.paper"
|
|
1496
1580
|
}
|
|
1497
1581
|
},
|
|
1498
|
-
children: /* @__PURE__ */
|
|
1499
|
-
/* @__PURE__ */
|
|
1500
|
-
|
|
1582
|
+
children: /* @__PURE__ */ t(g, { height: "100%", justifyContent: "space-between", children: /* @__PURE__ */ h(E, { height: "100%", overflow: "auto", children: [
|
|
1583
|
+
/* @__PURE__ */ t(E, { sx: { p: "16px 24px", width: "100%" }, children: /* @__PURE__ */ t(
|
|
1584
|
+
q,
|
|
1501
1585
|
{
|
|
1502
1586
|
"aria-label": i,
|
|
1503
1587
|
color: "primary",
|
|
1504
|
-
onClick:
|
|
1588
|
+
onClick: s,
|
|
1505
1589
|
size: "small",
|
|
1506
1590
|
sx: { minHeight: 0, minWidth: 0, p: 0 },
|
|
1507
|
-
children: /* @__PURE__ */
|
|
1591
|
+
children: /* @__PURE__ */ t(Je, { color: "primary", fontSize: "small" })
|
|
1508
1592
|
}
|
|
1509
1593
|
) }),
|
|
1510
|
-
/* @__PURE__ */
|
|
1511
|
-
/* @__PURE__ */
|
|
1512
|
-
/* @__PURE__ */
|
|
1513
|
-
/* @__PURE__ */
|
|
1514
|
-
/* @__PURE__ */
|
|
1515
|
-
/* @__PURE__ */
|
|
1516
|
-
|
|
1594
|
+
/* @__PURE__ */ t(Te, {}),
|
|
1595
|
+
/* @__PURE__ */ h(E, { children: [
|
|
1596
|
+
/* @__PURE__ */ t(ie, { sx: { p: "16px 24px 8px 24px", whiteSpace: "wrap" }, children: l }),
|
|
1597
|
+
/* @__PURE__ */ h(g, { sx: { gap: 12, px: 24 }, children: [
|
|
1598
|
+
/* @__PURE__ */ t(f, { color: "secondary", fontSize: 13, children: m }),
|
|
1599
|
+
/* @__PURE__ */ t(O, { children: p.map((u, x) => /* @__PURE__ */ h(
|
|
1600
|
+
U,
|
|
1517
1601
|
{
|
|
1518
1602
|
sx: {
|
|
1519
1603
|
alignItems: "flex-start",
|
|
@@ -1523,8 +1607,8 @@ const Fe = ({
|
|
|
1523
1607
|
minHeight: "unset"
|
|
1524
1608
|
},
|
|
1525
1609
|
children: [
|
|
1526
|
-
/* @__PURE__ */
|
|
1527
|
-
|
|
1610
|
+
/* @__PURE__ */ t(G, { children: /* @__PURE__ */ t(
|
|
1611
|
+
C,
|
|
1528
1612
|
{
|
|
1529
1613
|
color: "success",
|
|
1530
1614
|
name: "check_circle",
|
|
@@ -1532,30 +1616,30 @@ const Fe = ({
|
|
|
1532
1616
|
sx: { lineHeight: 1.2 }
|
|
1533
1617
|
}
|
|
1534
1618
|
) }),
|
|
1535
|
-
/* @__PURE__ */
|
|
1536
|
-
|
|
1619
|
+
/* @__PURE__ */ t(
|
|
1620
|
+
J,
|
|
1537
1621
|
{
|
|
1538
1622
|
disableTypography: !0,
|
|
1539
|
-
secondary:
|
|
1540
|
-
sx: (
|
|
1623
|
+
secondary: u,
|
|
1624
|
+
sx: (H) => ({ color: H.palette.text.secondary, fontSize: 13 })
|
|
1541
1625
|
}
|
|
1542
1626
|
)
|
|
1543
1627
|
]
|
|
1544
1628
|
},
|
|
1545
|
-
`list-item-${
|
|
1629
|
+
`list-item-${x}`
|
|
1546
1630
|
)) })
|
|
1547
1631
|
] })
|
|
1548
1632
|
] }),
|
|
1549
|
-
/* @__PURE__ */
|
|
1550
|
-
/* @__PURE__ */
|
|
1551
|
-
/* @__PURE__ */
|
|
1552
|
-
/* @__PURE__ */
|
|
1553
|
-
|
|
1633
|
+
/* @__PURE__ */ h(E, { children: [
|
|
1634
|
+
/* @__PURE__ */ t(b, { bold: !0, fontSize: 15, sx: { p: "16px 24px 8px 24px" }, children: o }),
|
|
1635
|
+
/* @__PURE__ */ t(f, { color: "secondary", fontSize: 13, sx: { mb: 16, mx: 24 }, children: a }),
|
|
1636
|
+
/* @__PURE__ */ t(O, { sx: { p: "16px 24px" }, children: d.map((u, x) => /* @__PURE__ */ h(
|
|
1637
|
+
U,
|
|
1554
1638
|
{
|
|
1555
|
-
sx: (
|
|
1639
|
+
sx: (H) => ({
|
|
1556
1640
|
alignItems: "flex-start",
|
|
1557
1641
|
alignSelf: "stretch",
|
|
1558
|
-
border: `1px solid ${
|
|
1642
|
+
border: `1px solid ${H.palette.border.light}`,
|
|
1559
1643
|
borderRadius: "8px",
|
|
1560
1644
|
boxShadow: "0px 2px 8px 0px rgba(106, 115, 129, 0.12)",
|
|
1561
1645
|
gap: 12,
|
|
@@ -1563,15 +1647,15 @@ const Fe = ({
|
|
|
1563
1647
|
p: 16
|
|
1564
1648
|
}),
|
|
1565
1649
|
children: [
|
|
1566
|
-
/* @__PURE__ */
|
|
1567
|
-
/* @__PURE__ */
|
|
1568
|
-
|
|
1650
|
+
/* @__PURE__ */ t(G, { children: /* @__PURE__ */ t(C, { name: u.icon_name, size: 24 }) }),
|
|
1651
|
+
/* @__PURE__ */ t(
|
|
1652
|
+
J,
|
|
1569
1653
|
{
|
|
1570
|
-
primary:
|
|
1571
|
-
secondary:
|
|
1572
|
-
sx: (
|
|
1654
|
+
primary: u.title,
|
|
1655
|
+
secondary: u.content,
|
|
1656
|
+
sx: (H) => ({
|
|
1573
1657
|
"& > p": {
|
|
1574
|
-
color:
|
|
1658
|
+
color: H.palette.text.secondary,
|
|
1575
1659
|
fontSize: 13,
|
|
1576
1660
|
fontWeight: "400",
|
|
1577
1661
|
lineHeight: "20px"
|
|
@@ -1581,79 +1665,79 @@ const Fe = ({
|
|
|
1581
1665
|
)
|
|
1582
1666
|
]
|
|
1583
1667
|
},
|
|
1584
|
-
`lower-list-${
|
|
1668
|
+
`lower-list-${x}`
|
|
1585
1669
|
)) })
|
|
1586
1670
|
] }),
|
|
1587
|
-
/* @__PURE__ */
|
|
1588
|
-
/* @__PURE__ */
|
|
1589
|
-
/* @__PURE__ */
|
|
1590
|
-
/* @__PURE__ */
|
|
1591
|
-
/* @__PURE__ */
|
|
1671
|
+
/* @__PURE__ */ h(g, { sx: { alignItems: "center", justifyContent: "center", pb: 16 }, children: [
|
|
1672
|
+
/* @__PURE__ */ t(b, { bold: !0, sx: { p: "16px 24px 8px 24px" }, children: r }),
|
|
1673
|
+
/* @__PURE__ */ h(E, { sx: { display: "flex", gap: 24, p: "12px 24px" }, children: [
|
|
1674
|
+
/* @__PURE__ */ t(q, { onClick: () => c("no"), children: /* @__PURE__ */ t(C, { "aria-label": "thumbs_down", color: "secondary", name: "thumb_down", size: 24 }) }),
|
|
1675
|
+
/* @__PURE__ */ t(q, { onClick: () => c("yes"), children: /* @__PURE__ */ t(C, { "aria-label": "thumbs_up", color: "secondary", name: "Thumb_up", size: 24 }) })
|
|
1592
1676
|
] })
|
|
1593
1677
|
] })
|
|
1594
1678
|
] }) })
|
|
1595
1679
|
}
|
|
1596
|
-
),
|
|
1680
|
+
), wt = ({
|
|
1597
1681
|
account_1_alt_text: i,
|
|
1598
1682
|
account_2_alt_text: r,
|
|
1599
|
-
account_guid_1:
|
|
1600
|
-
account_guid_2:
|
|
1601
|
-
beat:
|
|
1602
|
-
height:
|
|
1683
|
+
account_guid_1: l,
|
|
1684
|
+
account_guid_2: n,
|
|
1685
|
+
beat: a,
|
|
1686
|
+
height: o,
|
|
1603
1687
|
isSuccess: d
|
|
1604
|
-
}) => /* @__PURE__ */
|
|
1605
|
-
|
|
1688
|
+
}) => /* @__PURE__ */ t(Ne, { beat: a, height: o, children: /* @__PURE__ */ t(
|
|
1689
|
+
y1,
|
|
1606
1690
|
{
|
|
1607
1691
|
account_1_alt_text: i,
|
|
1608
1692
|
account_2_alt_text: r,
|
|
1609
|
-
account_guid_1:
|
|
1610
|
-
account_guid_2:
|
|
1693
|
+
account_guid_1: l,
|
|
1694
|
+
account_guid_2: n,
|
|
1611
1695
|
isSuccess: d
|
|
1612
1696
|
}
|
|
1613
|
-
) }), E1 = (i, r) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: r, ...i }, /* @__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" }))), g1 = R(E1), x1 = (i, r) => /* @__PURE__ */ t.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...i }, /* @__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" }))), C1 = R(x1), Et = ({
|
|
1697
|
+
) }), H1 = (i, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: r, ...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" }))), v1 = k(H1), A1 = (i, r) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...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" }))), b1 = k(A1), Mt = ({
|
|
1614
1698
|
isCIBC: i,
|
|
1615
1699
|
isMini: r,
|
|
1616
|
-
...
|
|
1700
|
+
...l
|
|
1617
1701
|
}) => {
|
|
1618
|
-
const
|
|
1702
|
+
const n = i ? v1 : b1, a = {
|
|
1619
1703
|
height: "auto",
|
|
1620
1704
|
marginBottom: 16,
|
|
1621
1705
|
width: r ? "30%" : "50%"
|
|
1622
|
-
},
|
|
1623
|
-
return /* @__PURE__ */
|
|
1624
|
-
},
|
|
1706
|
+
}, o = i ? { ...a, width: r ? "50%" : "70%" } : a;
|
|
1707
|
+
return /* @__PURE__ */ t(K, { ...l, isMini: r, children: /* @__PURE__ */ t(I, { divProps: { style: o }, image: n }) });
|
|
1708
|
+
}, Lt = ({
|
|
1625
1709
|
goalCompletionDate: i = "",
|
|
1626
1710
|
goalContribution: r = "",
|
|
1627
|
-
isDarkMode:
|
|
1628
|
-
payload:
|
|
1629
|
-
percentageCompleteText:
|
|
1630
|
-
showGoalContributedLastMonth:
|
|
1711
|
+
isDarkMode: l,
|
|
1712
|
+
payload: n,
|
|
1713
|
+
percentageCompleteText: a,
|
|
1714
|
+
showGoalContributedLastMonth: o,
|
|
1631
1715
|
showProjectedToCompleteDate: d,
|
|
1632
|
-
title:
|
|
1716
|
+
title: s,
|
|
1633
1717
|
totalSavedText: c
|
|
1634
1718
|
}) => {
|
|
1635
|
-
const m =
|
|
1636
|
-
return /* @__PURE__ */
|
|
1637
|
-
/* @__PURE__ */
|
|
1638
|
-
|
|
1719
|
+
const m = ue(l ? "dark" : "light");
|
|
1720
|
+
return /* @__PURE__ */ t(xe, { theme: m, children: /* @__PURE__ */ t(E, { className: "mx-insights-mefr-body", "data-ui-test": "mefr-body", sx: { mb: 16 }, children: /* @__PURE__ */ h(Ye, { title: s, children: [
|
|
1721
|
+
/* @__PURE__ */ t(
|
|
1722
|
+
je,
|
|
1639
1723
|
{
|
|
1640
|
-
goalPercentage:
|
|
1641
|
-
percentageCompleteText:
|
|
1724
|
+
goalPercentage: n.goal_percentage,
|
|
1725
|
+
percentageCompleteText: a
|
|
1642
1726
|
}
|
|
1643
1727
|
),
|
|
1644
|
-
/* @__PURE__ */
|
|
1645
|
-
|
|
1728
|
+
/* @__PURE__ */ h(
|
|
1729
|
+
E,
|
|
1646
1730
|
{
|
|
1647
1731
|
className: "mx-insights-mefr-body-content",
|
|
1648
1732
|
"data-ui-test": "mefr-body-content",
|
|
1649
1733
|
sx: { marginTop: 8 },
|
|
1650
1734
|
children: [
|
|
1651
|
-
!!d && /* @__PURE__ */
|
|
1652
|
-
!!
|
|
1653
|
-
/* @__PURE__ */
|
|
1654
|
-
|
|
1735
|
+
!!d && /* @__PURE__ */ t(M1, { goalCompletionDate: i }),
|
|
1736
|
+
!!o && /* @__PURE__ */ t(w1, { goalContribution: r }),
|
|
1737
|
+
/* @__PURE__ */ t(
|
|
1738
|
+
L1,
|
|
1655
1739
|
{
|
|
1656
|
-
showGoalContributedLastMonth:
|
|
1740
|
+
showGoalContributedLastMonth: o,
|
|
1657
1741
|
totalSavedText: c
|
|
1658
1742
|
}
|
|
1659
1743
|
)
|
|
@@ -1661,8 +1745,8 @@ const Fe = ({
|
|
|
1661
1745
|
}
|
|
1662
1746
|
)
|
|
1663
1747
|
] }) }) });
|
|
1664
|
-
},
|
|
1665
|
-
|
|
1748
|
+
}, w1 = ({ goalContribution: i }) => /* @__PURE__ */ h(
|
|
1749
|
+
A,
|
|
1666
1750
|
{
|
|
1667
1751
|
"data-ui-test": "mefr-body-contributed",
|
|
1668
1752
|
sx: {
|
|
@@ -1673,8 +1757,8 @@ const Fe = ({
|
|
|
1673
1757
|
size: 13
|
|
1674
1758
|
},
|
|
1675
1759
|
children: [
|
|
1676
|
-
/* @__PURE__ */
|
|
1677
|
-
/* @__PURE__ */
|
|
1760
|
+
/* @__PURE__ */ t(C, { color: "secondary", fill: !0, name: "bid_landscape", style: { marginRight: 4 } }),
|
|
1761
|
+
/* @__PURE__ */ t(
|
|
1678
1762
|
b,
|
|
1679
1763
|
{
|
|
1680
1764
|
dangerouslySetInnerHTML: { __html: i },
|
|
@@ -1684,8 +1768,8 @@ const Fe = ({
|
|
|
1684
1768
|
)
|
|
1685
1769
|
]
|
|
1686
1770
|
}
|
|
1687
|
-
),
|
|
1688
|
-
|
|
1771
|
+
), M1 = ({ goalCompletionDate: i }) => /* @__PURE__ */ h(
|
|
1772
|
+
A,
|
|
1689
1773
|
{
|
|
1690
1774
|
"data-ui-test": "mefr-body-projected",
|
|
1691
1775
|
sx: {
|
|
@@ -1696,8 +1780,8 @@ const Fe = ({
|
|
|
1696
1780
|
size: 13
|
|
1697
1781
|
},
|
|
1698
1782
|
children: [
|
|
1699
|
-
/* @__PURE__ */
|
|
1700
|
-
/* @__PURE__ */
|
|
1783
|
+
/* @__PURE__ */ t(C, { name: "calendar_month", style: { marginRight: 4 } }),
|
|
1784
|
+
/* @__PURE__ */ t(
|
|
1701
1785
|
b,
|
|
1702
1786
|
{
|
|
1703
1787
|
dangerouslySetInnerHTML: { __html: i },
|
|
@@ -1707,11 +1791,11 @@ const Fe = ({
|
|
|
1707
1791
|
)
|
|
1708
1792
|
]
|
|
1709
1793
|
}
|
|
1710
|
-
),
|
|
1794
|
+
), L1 = ({
|
|
1711
1795
|
showGoalContributedLastMonth: i,
|
|
1712
1796
|
totalSavedText: r
|
|
1713
|
-
}) => /* @__PURE__ */
|
|
1714
|
-
|
|
1797
|
+
}) => /* @__PURE__ */ h(
|
|
1798
|
+
A,
|
|
1715
1799
|
{
|
|
1716
1800
|
"data-ui-test": "mefr-body-saved",
|
|
1717
1801
|
sx: {
|
|
@@ -1722,8 +1806,8 @@ const Fe = ({
|
|
|
1722
1806
|
size: 13
|
|
1723
1807
|
},
|
|
1724
1808
|
children: [
|
|
1725
|
-
/* @__PURE__ */
|
|
1726
|
-
/* @__PURE__ */
|
|
1809
|
+
/* @__PURE__ */ t(C, { name: "paid", style: { marginRight: 4 } }),
|
|
1810
|
+
/* @__PURE__ */ t(
|
|
1727
1811
|
b,
|
|
1728
1812
|
{
|
|
1729
1813
|
className: "mx-insights-mefr-saved-text",
|
|
@@ -1734,31 +1818,31 @@ const Fe = ({
|
|
|
1734
1818
|
)
|
|
1735
1819
|
]
|
|
1736
1820
|
}
|
|
1737
|
-
),
|
|
1821
|
+
), kt = ({
|
|
1738
1822
|
account: i,
|
|
1739
1823
|
animation: r,
|
|
1740
|
-
leftLowerText:
|
|
1741
|
-
leftUpperText:
|
|
1742
|
-
isComplete:
|
|
1743
|
-
isMini:
|
|
1824
|
+
leftLowerText: l,
|
|
1825
|
+
leftUpperText: n,
|
|
1826
|
+
isComplete: a,
|
|
1827
|
+
isMini: o,
|
|
1744
1828
|
headerString: d,
|
|
1745
|
-
rightLowerText:
|
|
1829
|
+
rightLowerText: s,
|
|
1746
1830
|
rightUpperText: c
|
|
1747
|
-
}) => /* @__PURE__ */
|
|
1748
|
-
|
|
1831
|
+
}) => /* @__PURE__ */ t(
|
|
1832
|
+
oe,
|
|
1749
1833
|
{
|
|
1750
1834
|
account: i,
|
|
1751
1835
|
animation: r,
|
|
1752
1836
|
headerString: d,
|
|
1753
|
-
isComplete:
|
|
1754
|
-
isMini:
|
|
1755
|
-
leftLowerText:
|
|
1756
|
-
leftUpperText:
|
|
1757
|
-
rightLowerText:
|
|
1837
|
+
isComplete: a,
|
|
1838
|
+
isMini: o,
|
|
1839
|
+
leftLowerText: l,
|
|
1840
|
+
leftUpperText: n,
|
|
1841
|
+
rightLowerText: s,
|
|
1758
1842
|
rightUpperText: c
|
|
1759
1843
|
}
|
|
1760
|
-
),
|
|
1761
|
-
|
|
1844
|
+
), ee = ({ accountGuid: i, accountName: r }) => /* @__PURE__ */ h(
|
|
1845
|
+
g,
|
|
1762
1846
|
{
|
|
1763
1847
|
className: "mx-insights-sdd-account-Card",
|
|
1764
1848
|
sx: {
|
|
@@ -1766,13 +1850,13 @@ const Fe = ({
|
|
|
1766
1850
|
maxWidth: 70
|
|
1767
1851
|
},
|
|
1768
1852
|
children: [
|
|
1769
|
-
/* @__PURE__ */
|
|
1770
|
-
|
|
1853
|
+
/* @__PURE__ */ t(
|
|
1854
|
+
E,
|
|
1771
1855
|
{
|
|
1772
1856
|
className: "mx-insights-sdd-account-image-container",
|
|
1773
1857
|
sx: { display: "flex", justifyContent: "center", width: "100%" },
|
|
1774
|
-
children: /* @__PURE__ */
|
|
1775
|
-
|
|
1858
|
+
children: /* @__PURE__ */ t(
|
|
1859
|
+
Z,
|
|
1776
1860
|
{
|
|
1777
1861
|
alt: "Financial Institution Logo",
|
|
1778
1862
|
"data-ui-test": "mx-insights-sudd-full-feed-body-logo",
|
|
@@ -1783,8 +1867,8 @@ const Fe = ({
|
|
|
1783
1867
|
)
|
|
1784
1868
|
}
|
|
1785
1869
|
),
|
|
1786
|
-
/* @__PURE__ */
|
|
1787
|
-
|
|
1870
|
+
/* @__PURE__ */ t(
|
|
1871
|
+
f,
|
|
1788
1872
|
{
|
|
1789
1873
|
className: "mx-insights-sdd-account-account-name",
|
|
1790
1874
|
sx: { textAlign: "center" },
|
|
@@ -1794,44 +1878,21 @@ const Fe = ({
|
|
|
1794
1878
|
)
|
|
1795
1879
|
]
|
|
1796
1880
|
}
|
|
1797
|
-
),
|
|
1798
|
-
account: i,
|
|
1799
|
-
animation: r,
|
|
1800
|
-
headerString: n,
|
|
1801
|
-
isComplete: l,
|
|
1802
|
-
isMini: o,
|
|
1803
|
-
leftLowerText: a,
|
|
1804
|
-
leftUpperText: d,
|
|
1805
|
-
rightLowerText: h,
|
|
1806
|
-
rightUpperText: c
|
|
1807
|
-
}) => /* @__PURE__ */ e(
|
|
1808
|
-
ie,
|
|
1809
|
-
{
|
|
1810
|
-
account: i,
|
|
1811
|
-
animation: r,
|
|
1812
|
-
headerString: n,
|
|
1813
|
-
isComplete: l,
|
|
1814
|
-
isMini: o,
|
|
1815
|
-
leftLowerText: a,
|
|
1816
|
-
leftUpperText: d,
|
|
1817
|
-
rightLowerText: h,
|
|
1818
|
-
rightUpperText: c
|
|
1819
|
-
}
|
|
1820
|
-
), yt = ({
|
|
1881
|
+
), k1 = ({
|
|
1821
1882
|
destinationAccountGuid: i,
|
|
1822
1883
|
externalAccountName: r,
|
|
1823
|
-
heldAccountName:
|
|
1824
|
-
sourceAccountGuid:
|
|
1825
|
-
}) => /* @__PURE__ */
|
|
1826
|
-
|
|
1884
|
+
heldAccountName: l,
|
|
1885
|
+
sourceAccountGuid: n
|
|
1886
|
+
}) => /* @__PURE__ */ h(
|
|
1887
|
+
g,
|
|
1827
1888
|
{
|
|
1828
1889
|
className: "mx-insights-sdd-main-container",
|
|
1829
1890
|
direction: "row",
|
|
1830
1891
|
sx: { gap: 8, height: 82, justifyContent: "center", py: 12, width: "100%" },
|
|
1831
1892
|
children: [
|
|
1832
|
-
/* @__PURE__ */
|
|
1833
|
-
/* @__PURE__ */
|
|
1834
|
-
|
|
1893
|
+
/* @__PURE__ */ t(ee, { accountGuid: n, accountName: r }),
|
|
1894
|
+
/* @__PURE__ */ t(
|
|
1895
|
+
C,
|
|
1835
1896
|
{
|
|
1836
1897
|
className: "mx-insights-sdd-arrow-forward-icon",
|
|
1837
1898
|
name: "arrow_forward",
|
|
@@ -1839,60 +1900,125 @@ const Fe = ({
|
|
|
1839
1900
|
sx: { my: "auto" }
|
|
1840
1901
|
}
|
|
1841
1902
|
),
|
|
1842
|
-
/* @__PURE__ */
|
|
1903
|
+
/* @__PURE__ */ t(ee, { accountGuid: i, accountName: l })
|
|
1843
1904
|
]
|
|
1844
1905
|
}
|
|
1845
|
-
),
|
|
1906
|
+
), St = ({
|
|
1907
|
+
account: i,
|
|
1908
|
+
animation: r,
|
|
1909
|
+
destinationAccountGuid: l,
|
|
1910
|
+
externalAccountName: n,
|
|
1911
|
+
heldAccountName: a,
|
|
1912
|
+
headerString: o,
|
|
1913
|
+
isComplete: d,
|
|
1914
|
+
isMini: s,
|
|
1915
|
+
leftLowerText: c,
|
|
1916
|
+
leftUpperText: m,
|
|
1917
|
+
rightLowerText: p,
|
|
1918
|
+
rightUpperText: u,
|
|
1919
|
+
sourceAccountGuid: x
|
|
1920
|
+
}) => /* @__PURE__ */ t(v.Fragment, { children: d ? /* @__PURE__ */ t(
|
|
1921
|
+
oe,
|
|
1922
|
+
{
|
|
1923
|
+
account: i,
|
|
1924
|
+
animation: r,
|
|
1925
|
+
headerString: o,
|
|
1926
|
+
isComplete: d,
|
|
1927
|
+
isMini: s,
|
|
1928
|
+
leftLowerText: c,
|
|
1929
|
+
leftUpperText: m,
|
|
1930
|
+
rightLowerText: p,
|
|
1931
|
+
rightUpperText: u
|
|
1932
|
+
}
|
|
1933
|
+
) : /* @__PURE__ */ t(
|
|
1934
|
+
k1,
|
|
1935
|
+
{
|
|
1936
|
+
destinationAccountGuid: l,
|
|
1937
|
+
externalAccountName: n,
|
|
1938
|
+
heldAccountName: a,
|
|
1939
|
+
sourceAccountGuid: x
|
|
1940
|
+
}
|
|
1941
|
+
) }), S1 = (i, r) => /* @__PURE__ */ e.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...i }, /* @__PURE__ */ e.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ e.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ e.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ e.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ e.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })), V1 = k(S1), Vt = ({
|
|
1942
|
+
amounts: i,
|
|
1943
|
+
beat: r,
|
|
1944
|
+
buttonProps: l,
|
|
1945
|
+
color: n,
|
|
1946
|
+
data: a,
|
|
1947
|
+
legendLabelAvg: o,
|
|
1948
|
+
legendLabelMain: d,
|
|
1949
|
+
onBarClick: s,
|
|
1950
|
+
...c
|
|
1951
|
+
}) => /* @__PURE__ */ t(K, { ...c, beat: r, button: /* @__PURE__ */ t(F, { ...l, beat: r }), children: a.length > 0 ? /* @__PURE__ */ t(
|
|
1952
|
+
ne,
|
|
1953
|
+
{
|
|
1954
|
+
amounts: i,
|
|
1955
|
+
color: n,
|
|
1956
|
+
data: a,
|
|
1957
|
+
legendLabelAvg: o,
|
|
1958
|
+
legendLabelMain: d,
|
|
1959
|
+
margin: { bottom: 32, left: 2, right: 2, top: 24 },
|
|
1960
|
+
onBarClick: s
|
|
1961
|
+
}
|
|
1962
|
+
) : /* @__PURE__ */ t(I, { image: V1 }) }), q1 = ({
|
|
1846
1963
|
beat: i,
|
|
1847
1964
|
category: r,
|
|
1848
|
-
formattedNumber:
|
|
1849
|
-
institutionName:
|
|
1850
|
-
isMini:
|
|
1965
|
+
formattedNumber: l,
|
|
1966
|
+
institutionName: n,
|
|
1967
|
+
isMini: a = !1
|
|
1851
1968
|
}) => {
|
|
1852
|
-
const
|
|
1853
|
-
logoSize:
|
|
1969
|
+
const o = {
|
|
1970
|
+
logoSize: a ? 32 : 40
|
|
1854
1971
|
};
|
|
1855
|
-
return /* @__PURE__ */
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
{
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1972
|
+
return /* @__PURE__ */ t(T, { sx: te.boxContainer, children: /* @__PURE__ */ h(
|
|
1973
|
+
Ve,
|
|
1974
|
+
{
|
|
1975
|
+
sx: (d) => ({
|
|
1976
|
+
...te.card,
|
|
1977
|
+
background: d.palette.background.default
|
|
1978
|
+
}),
|
|
1979
|
+
children: [
|
|
1980
|
+
/* @__PURE__ */ t(
|
|
1981
|
+
Ee,
|
|
1982
|
+
{
|
|
1983
|
+
alt: n,
|
|
1984
|
+
categoryGuid: i.primary_transaction?.top_level_category_guid || "",
|
|
1985
|
+
merchantGuid: i.primary_transaction?.merchant_guid || "",
|
|
1986
|
+
size: o.logoSize
|
|
1987
|
+
}
|
|
1988
|
+
),
|
|
1989
|
+
/* @__PURE__ */ t(
|
|
1990
|
+
f,
|
|
1991
|
+
{
|
|
1992
|
+
bold: !0,
|
|
1993
|
+
sx: { color: "success.main", fontSize: 18, fontWeight: 700, mt: 12 },
|
|
1994
|
+
variant: "H3",
|
|
1995
|
+
children: l
|
|
1996
|
+
}
|
|
1997
|
+
),
|
|
1998
|
+
/* @__PURE__ */ t(f, { sx: { fontSize: 13, fontWeight: 400, p: 4 }, variant: "Small", children: i.primary_transaction?.description }),
|
|
1999
|
+
/* @__PURE__ */ h(T, { alignItems: "center", direction: "row", children: [
|
|
2000
|
+
i.primary_transaction?.top_level_category_guid && /* @__PURE__ */ t(
|
|
2001
|
+
fe,
|
|
2002
|
+
{
|
|
2003
|
+
categoryGuid: i.primary_transaction?.top_level_category_guid,
|
|
2004
|
+
icon_ratio: 1,
|
|
2005
|
+
size: 15,
|
|
2006
|
+
variant: "transparent"
|
|
2007
|
+
}
|
|
2008
|
+
),
|
|
2009
|
+
/* @__PURE__ */ t(
|
|
2010
|
+
f,
|
|
2011
|
+
{
|
|
2012
|
+
sx: { color: "text.secondary", fontSize: 11, fontWeight: 400, ml: 8 },
|
|
2013
|
+
variant: "XSmall",
|
|
2014
|
+
children: r
|
|
2015
|
+
}
|
|
2016
|
+
)
|
|
2017
|
+
] })
|
|
2018
|
+
]
|
|
2019
|
+
}
|
|
2020
|
+
) });
|
|
2021
|
+
}, te = {
|
|
1896
2022
|
boxContainer: {
|
|
1897
2023
|
background: "linear-gradient(205.05deg, #CEFEE6 0.8%, #8EEBBE 98.51%)",
|
|
1898
2024
|
marginBottom: 24,
|
|
@@ -1902,86 +2028,92 @@ const Fe = ({
|
|
|
1902
2028
|
},
|
|
1903
2029
|
card: {
|
|
1904
2030
|
alignItems: "center",
|
|
2031
|
+
borderRadius: "8px",
|
|
1905
2032
|
display: "flex",
|
|
1906
2033
|
flexDirection: "column",
|
|
1907
2034
|
justifyContent: "center",
|
|
1908
2035
|
p: 16,
|
|
1909
2036
|
width: "100%"
|
|
1910
2037
|
}
|
|
1911
|
-
},
|
|
2038
|
+
}, qt = ({
|
|
1912
2039
|
beat: i,
|
|
1913
2040
|
buttonProps: r,
|
|
1914
|
-
category:
|
|
1915
|
-
formattedNumber:
|
|
1916
|
-
institutionName:
|
|
1917
|
-
isMini:
|
|
2041
|
+
category: l,
|
|
2042
|
+
formattedNumber: n,
|
|
2043
|
+
institutionName: a,
|
|
2044
|
+
isMini: o,
|
|
1918
2045
|
...d
|
|
1919
|
-
}) => /* @__PURE__ */
|
|
1920
|
-
|
|
2046
|
+
}) => /* @__PURE__ */ t(
|
|
2047
|
+
K,
|
|
1921
2048
|
{
|
|
1922
2049
|
...d,
|
|
1923
2050
|
beat: i,
|
|
1924
|
-
button: /* @__PURE__ */
|
|
2051
|
+
button: /* @__PURE__ */ t(qe, { sx: { pt: 8, px: 16 }, children: /* @__PURE__ */ t(F, { ...r, beat: i }) }),
|
|
1925
2052
|
contentProps: {
|
|
1926
2053
|
hasFullWidthImage: !0
|
|
1927
2054
|
},
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
2055
|
+
header: {
|
|
2056
|
+
...d.header,
|
|
2057
|
+
hasFullWidthImage: !0
|
|
2058
|
+
},
|
|
2059
|
+
isMini: o,
|
|
2060
|
+
children: /* @__PURE__ */ t(
|
|
2061
|
+
q1,
|
|
1931
2062
|
{
|
|
1932
2063
|
beat: i,
|
|
1933
|
-
category:
|
|
1934
|
-
formattedNumber:
|
|
1935
|
-
institutionName:
|
|
1936
|
-
isMini:
|
|
2064
|
+
category: l,
|
|
2065
|
+
formattedNumber: n,
|
|
2066
|
+
institutionName: a || "",
|
|
2067
|
+
isMini: o
|
|
1937
2068
|
}
|
|
1938
2069
|
)
|
|
1939
2070
|
}
|
|
1940
2071
|
);
|
|
1941
2072
|
export {
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
2073
|
+
ee as AccountBox,
|
|
2074
|
+
ne as BarChart,
|
|
2075
|
+
K as BeatCard,
|
|
2076
|
+
vt as BeatFeedbackText,
|
|
2077
|
+
mt as BottomSheet,
|
|
2078
|
+
Et as CardButtonSection,
|
|
2079
|
+
o1 as CardError,
|
|
2080
|
+
d1 as CardHeader,
|
|
2081
|
+
c1 as CardLoading,
|
|
2082
|
+
At as CategorySpendingV2,
|
|
2083
|
+
le as Confetti,
|
|
2084
|
+
m1 as ContentAndDescription,
|
|
2085
|
+
p1 as Description,
|
|
2086
|
+
oe as DirectDeposit,
|
|
2087
|
+
ut as DirectDepositSubHeader,
|
|
2088
|
+
y1 as DiscoveredAccountsBody,
|
|
2089
|
+
bt as DiscoveredAccountsLearnMoreDrawer,
|
|
2090
|
+
wt as DiscoveredAccountsMiniInsight,
|
|
2091
|
+
Mt as FederalBankHoliday,
|
|
2092
|
+
Ct as FeedbackButtons,
|
|
2093
|
+
yt as FeedbackDescription,
|
|
2094
|
+
xt as FeedbackHeader,
|
|
2095
|
+
Ht as FeedbackOptions,
|
|
2096
|
+
Qe as FullFeedBodyHeader,
|
|
2097
|
+
F as InsightButton,
|
|
2098
|
+
w1 as LastMonthsContributionSection,
|
|
2099
|
+
_e as LeftBox,
|
|
2100
|
+
gt as LinedCardZeroState,
|
|
2101
|
+
pt as MenuAction,
|
|
2102
|
+
$e as MiniBodyHeader,
|
|
2103
|
+
h1 as MiniDescription,
|
|
2104
|
+
Ne as MiniInsightCard,
|
|
2105
|
+
Lt as MonthlyEmergencyFundReviewBody,
|
|
2106
|
+
Vt as MonthlySpendingComparisonV2,
|
|
2107
|
+
M1 as ProjectedCompletionSection,
|
|
2108
|
+
je as PulseGoalProgress,
|
|
2109
|
+
Ye as PulseGraidentBox,
|
|
2110
|
+
Be as PulseProgressBar,
|
|
2111
|
+
e1 as RightBox,
|
|
2112
|
+
kt as SetUpDirectDepositBody,
|
|
2113
|
+
ft as Shell,
|
|
2114
|
+
St as SwitchDirectDepositBody,
|
|
2115
|
+
k1 as SwitchDirectDepositMainContainer,
|
|
2116
|
+
L1 as TotalSavedSection,
|
|
2117
|
+
qt as UnifiedDeposit
|
|
1986
2118
|
};
|
|
1987
2119
|
//# sourceMappingURL=index.es.js.map
|