@mx-cartographer/insights-ui 1.16.11-alpha.JB10 → 1.16.11-alpha.JB9
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/index.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as h, Fragment as O } from "react/jsx-runtime";
|
|
2
2
|
import * as i from "react";
|
|
3
|
-
import Z, { useState as oe, useRef as
|
|
4
|
-
import { BottomSheetTransition as Le, P as S, Text as M, MerchantLogo as U, InstitutionLogo as V, H3 as ae, CategoryIcon as
|
|
5
|
-
import
|
|
3
|
+
import Z, { useState as oe, useRef as D, useLayoutEffect as ke, useMemo as me, useCallback as He, forwardRef as Y, useEffect as se } from "react";
|
|
4
|
+
import { BottomSheetTransition as Le, P as S, Text as M, MerchantLogo as U, InstitutionLogo as V, H3 as ae, CategoryIcon as Ce, createMXTheme as Re, CheckmarkFilledIcon as Ie, H2 as ee } from "@mxenabled/mxui";
|
|
5
|
+
import ge from "@mui/material/Dialog";
|
|
6
6
|
import Ve from "react-confetti";
|
|
7
|
-
import { Icon as
|
|
7
|
+
import { Icon as g } from "@mxenabled/mx-icons";
|
|
8
8
|
import u from "@mui/material/Box";
|
|
9
9
|
import p from "@mui/material/Stack";
|
|
10
10
|
import { useInView as Ge } from "react-intersection-observer";
|
|
@@ -21,10 +21,10 @@ import { ResponsiveChartContainer as we, ChartsReferenceLine as ne, ChartsXAxis
|
|
|
21
21
|
import { useChartContainerDimensions as ve } from "@mui/x-charts/internals";
|
|
22
22
|
import { animated as I, to as q, useSpring as We } from "@react-spring/web";
|
|
23
23
|
import ze from "@mui/material/Paper";
|
|
24
|
-
import { CardHeader as
|
|
25
|
-
import
|
|
24
|
+
import { CardHeader as Te } from "@mui/material";
|
|
25
|
+
import T from "@mui/material/Button";
|
|
26
26
|
import Ze from "@mui/material/DialogTitle";
|
|
27
|
-
import
|
|
27
|
+
import De from "@mui/material/FormControl";
|
|
28
28
|
import Ue from "@mui/material/FormControlLabel";
|
|
29
29
|
import je from "@mui/material/Radio";
|
|
30
30
|
import Xe from "@mui/material/RadioGroup";
|
|
@@ -44,11 +44,11 @@ const Be = ({
|
|
|
44
44
|
showBackground: a = !1,
|
|
45
45
|
width: c = 450
|
|
46
46
|
}) => {
|
|
47
|
-
const [
|
|
47
|
+
const [d, m] = Z.useState(!1);
|
|
48
48
|
return Z.useEffect(() => {
|
|
49
49
|
m(!!t);
|
|
50
50
|
}, [t]), /* @__PURE__ */ e(
|
|
51
|
-
|
|
51
|
+
ge,
|
|
52
52
|
{
|
|
53
53
|
PaperProps: {
|
|
54
54
|
elevation: 0,
|
|
@@ -68,7 +68,7 @@ const Be = ({
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
TransitionComponent: Le,
|
|
71
|
-
disableScrollLock:
|
|
71
|
+
disableScrollLock: d,
|
|
72
72
|
hideBackdrop: a,
|
|
73
73
|
onClose: o,
|
|
74
74
|
open: s,
|
|
@@ -112,10 +112,10 @@ const Be = ({
|
|
|
112
112
|
percent: n,
|
|
113
113
|
height: l = 12
|
|
114
114
|
}) => {
|
|
115
|
-
const [s, o] = Ge({ triggerOnce: !0 }), [a, c] = Z.useState("0%"),
|
|
115
|
+
const [s, o] = Ge({ triggerOnce: !0 }), [a, c] = Z.useState("0%"), d = n > 100 ? 100 : n;
|
|
116
116
|
return Z.useEffect(() => {
|
|
117
|
-
o && c(`${
|
|
118
|
-
}, [o,
|
|
117
|
+
o && c(`${d}%`);
|
|
118
|
+
}, [o, d]), /* @__PURE__ */ e(Z.Fragment, { children: /* @__PURE__ */ h(
|
|
119
119
|
u,
|
|
120
120
|
{
|
|
121
121
|
ref: s,
|
|
@@ -162,8 +162,8 @@ const Be = ({
|
|
|
162
162
|
height: n = 8,
|
|
163
163
|
percentageCompleteText: l,
|
|
164
164
|
progressColorOverride: s
|
|
165
|
-
}) => /* @__PURE__ */
|
|
166
|
-
/* @__PURE__ */
|
|
165
|
+
}) => /* @__PURE__ */ h(u, { className: "mx-insights-goal-progress", "data-ui-test": "goal-progress", sx: { mb: 16 }, children: [
|
|
166
|
+
/* @__PURE__ */ h(
|
|
167
167
|
p,
|
|
168
168
|
{
|
|
169
169
|
sx: {
|
|
@@ -173,7 +173,7 @@ const Be = ({
|
|
|
173
173
|
mt: 4
|
|
174
174
|
},
|
|
175
175
|
children: [
|
|
176
|
-
/* @__PURE__ */ e(
|
|
176
|
+
/* @__PURE__ */ e(g, { color: "success", fill: !0, name: "check_circle", size: 16 }),
|
|
177
177
|
/* @__PURE__ */ e(
|
|
178
178
|
S,
|
|
179
179
|
{
|
|
@@ -200,7 +200,7 @@ const Be = ({
|
|
|
200
200
|
children: t,
|
|
201
201
|
gradientOverride: r,
|
|
202
202
|
title: n
|
|
203
|
-
}) => /* @__PURE__ */
|
|
203
|
+
}) => /* @__PURE__ */ h(
|
|
204
204
|
u,
|
|
205
205
|
{
|
|
206
206
|
className: "mx-insights-gradient-box",
|
|
@@ -240,9 +240,9 @@ const Be = ({
|
|
|
240
240
|
subHeader: o,
|
|
241
241
|
height: a
|
|
242
242
|
}) => {
|
|
243
|
-
const [c,
|
|
243
|
+
const [c, d] = Z.useState(null), m = () => {
|
|
244
244
|
const E = document.getElementsByClassName("mx-mini-insight-card")[0].clientHeight, y = document.getElementsByClassName("mx-mini-insight-card-header")[0].clientHeight + document.getElementsByClassName("mx-mini-insight-card-content-body")[0].clientHeight, k = E - y - 24;
|
|
245
|
-
|
|
245
|
+
d(Math.floor(k / 20));
|
|
246
246
|
};
|
|
247
247
|
return Z.useEffect(() => (m(), window.addEventListener("resize", m), () => window.removeEventListener("resize", m)), []), /* @__PURE__ */ e(
|
|
248
248
|
j,
|
|
@@ -251,7 +251,7 @@ const Be = ({
|
|
|
251
251
|
"aria-labelledby": t.guid,
|
|
252
252
|
className: "mx-mini-insight-card",
|
|
253
253
|
sx: { height: a, pb: 24, pt: 0, px: 0 },
|
|
254
|
-
children: t.dismissed_at ? n : /* @__PURE__ */
|
|
254
|
+
children: t.dismissed_at ? n : /* @__PURE__ */ h(Z.Fragment, { children: [
|
|
255
255
|
/* @__PURE__ */ e(
|
|
256
256
|
Oe,
|
|
257
257
|
{
|
|
@@ -262,7 +262,7 @@ const Be = ({
|
|
|
262
262
|
titleTypographyProps: { fontSize: 18, fontWeight: 600, variant: "h3" }
|
|
263
263
|
}
|
|
264
264
|
),
|
|
265
|
-
/* @__PURE__ */
|
|
265
|
+
/* @__PURE__ */ h(
|
|
266
266
|
Se,
|
|
267
267
|
{
|
|
268
268
|
className: "mx-mini-insight-card-content",
|
|
@@ -311,23 +311,23 @@ const Be = ({
|
|
|
311
311
|
tabIndex: o = 0,
|
|
312
312
|
...a
|
|
313
313
|
}) => {
|
|
314
|
-
const [c,
|
|
314
|
+
const [c, d] = oe(null), m = () => d(null), E = (k, x) => {
|
|
315
315
|
m(), l(k, x);
|
|
316
316
|
};
|
|
317
|
-
return /* @__PURE__ */
|
|
317
|
+
return /* @__PURE__ */ h(O, { children: [
|
|
318
318
|
/* @__PURE__ */ e(
|
|
319
319
|
z,
|
|
320
320
|
{
|
|
321
321
|
"aria-hidden": t,
|
|
322
322
|
"aria-label": r,
|
|
323
323
|
onClick: (k) => {
|
|
324
|
-
|
|
324
|
+
d(k.currentTarget), s();
|
|
325
325
|
},
|
|
326
326
|
sx: { position: "relative !important", bottom: 6 },
|
|
327
327
|
tabIndex: o,
|
|
328
328
|
...a,
|
|
329
329
|
children: /* @__PURE__ */ e(
|
|
330
|
-
|
|
330
|
+
g,
|
|
331
331
|
{
|
|
332
332
|
name: "more_horiz",
|
|
333
333
|
size: 24,
|
|
@@ -349,7 +349,7 @@ const Be = ({
|
|
|
349
349
|
onClose: m,
|
|
350
350
|
open: !!c,
|
|
351
351
|
transformOrigin: { horizontal: "right", vertical: "top" },
|
|
352
|
-
children: n.map(({ icon: k, key: x, text: J }, v) => /* @__PURE__ */
|
|
352
|
+
children: n.map(({ icon: k, key: x, text: J }, v) => /* @__PURE__ */ h(Fe, { onClick: () => E(v, x), sx: { p: 12 }, children: [
|
|
353
353
|
/* @__PURE__ */ e(ie, { sx: { minWidth: "32px !important" }, children: k }),
|
|
354
354
|
/* @__PURE__ */ e(
|
|
355
355
|
re,
|
|
@@ -372,7 +372,7 @@ const Be = ({
|
|
|
372
372
|
legendLabelAvg: n,
|
|
373
373
|
legendLabelMain: l,
|
|
374
374
|
legendStyle: s = {}
|
|
375
|
-
}) => /* @__PURE__ */
|
|
375
|
+
}) => /* @__PURE__ */ h(
|
|
376
376
|
p,
|
|
377
377
|
{
|
|
378
378
|
sx: {
|
|
@@ -384,7 +384,7 @@ const Be = ({
|
|
|
384
384
|
...s
|
|
385
385
|
},
|
|
386
386
|
children: [
|
|
387
|
-
l && /* @__PURE__ */
|
|
387
|
+
l && /* @__PURE__ */ h(p, { alignItems: "center", flexDirection: "row", gap: 8, children: [
|
|
388
388
|
/* @__PURE__ */ e(
|
|
389
389
|
"svg",
|
|
390
390
|
{
|
|
@@ -399,7 +399,7 @@ const Be = ({
|
|
|
399
399
|
),
|
|
400
400
|
/* @__PURE__ */ e(M, { id: "chartLegendLabel", sx: { fontSize: 11, fontWeight: 400 }, variant: "XSmall", children: l })
|
|
401
401
|
] }),
|
|
402
|
-
t && n && /* @__PURE__ */
|
|
402
|
+
t && n && /* @__PURE__ */ h(p, { alignItems: "center", flexDirection: "row", gap: 8, children: [
|
|
403
403
|
/* @__PURE__ */ e(
|
|
404
404
|
p,
|
|
405
405
|
{
|
|
@@ -421,7 +421,7 @@ const Be = ({
|
|
|
421
421
|
))
|
|
422
422
|
}
|
|
423
423
|
),
|
|
424
|
-
/* @__PURE__ */
|
|
424
|
+
/* @__PURE__ */ h(M, { sx: { fontSize: 11, fontWeight: 400, ml: 0 }, variant: "XSmall", children: [
|
|
425
425
|
n,
|
|
426
426
|
": ",
|
|
427
427
|
t
|
|
@@ -438,32 +438,32 @@ const Be = ({
|
|
|
438
438
|
style: o,
|
|
439
439
|
...a
|
|
440
440
|
}) => {
|
|
441
|
-
const c = F(),
|
|
442
|
-
|
|
441
|
+
const c = F(), d = D(null);
|
|
442
|
+
ke(() => {
|
|
443
443
|
const f = new ResizeObserver(() => {
|
|
444
444
|
window.requestAnimationFrame(() => {
|
|
445
|
-
if (
|
|
446
|
-
const { width:
|
|
445
|
+
if (d.current) {
|
|
446
|
+
const { width: C, height: W } = d.current.getBoundingClientRect();
|
|
447
447
|
if (W === 0) {
|
|
448
|
-
const w =
|
|
448
|
+
const w = d.current;
|
|
449
449
|
w.style.height = "1px", w.style.transform = `translate3d(${o.x?.get()}px, ${Number(o.y?.get()) - 1}px, 0px)`;
|
|
450
450
|
}
|
|
451
|
-
const P =
|
|
451
|
+
const P = C / 2, $ = d.current.querySelector("text");
|
|
452
452
|
$ && $.setAttribute("transform", `translate(${P}, -10)`);
|
|
453
453
|
}
|
|
454
454
|
});
|
|
455
455
|
});
|
|
456
|
-
return
|
|
457
|
-
|
|
456
|
+
return d.current && f.observe(d.current), () => {
|
|
457
|
+
d.current && f.unobserve(d.current);
|
|
458
458
|
};
|
|
459
459
|
}, []);
|
|
460
460
|
const { ariaLabel: m, category: E, categoryGuid: y, formattedAmount: k, imageSize: x, merchantGuid: J } = r[n], v = s === n ? "bold" : 400;
|
|
461
|
-
return /* @__PURE__ */
|
|
461
|
+
return /* @__PURE__ */ h("g", { "aria-label": m, children: [
|
|
462
462
|
/* @__PURE__ */ e(
|
|
463
463
|
I.rect,
|
|
464
464
|
{
|
|
465
465
|
...a,
|
|
466
|
-
ref:
|
|
466
|
+
ref: d,
|
|
467
467
|
fill: t[n],
|
|
468
468
|
rx: 2,
|
|
469
469
|
style: o
|
|
@@ -476,11 +476,11 @@ const Be = ({
|
|
|
476
476
|
width: x || 32,
|
|
477
477
|
x: o.x && o.width ? q(
|
|
478
478
|
[o.x, o.width],
|
|
479
|
-
(f,
|
|
479
|
+
(f, C) => Number(f ?? 0) + Number(C ?? 0) / 2 - (x || 32) / 2
|
|
480
480
|
) : 0,
|
|
481
481
|
y: o.y && o.height ? q(
|
|
482
482
|
[o.y, o.height],
|
|
483
|
-
(f,
|
|
483
|
+
(f, C) => Number(f ?? 0) + Number(C ?? 0) / 2 - (x || 32) / 2
|
|
484
484
|
) : 0,
|
|
485
485
|
children: /* @__PURE__ */ e(
|
|
486
486
|
I.div,
|
|
@@ -512,7 +512,7 @@ const Be = ({
|
|
|
512
512
|
fontSize: 11,
|
|
513
513
|
fontWeight: l ? "bold" : v,
|
|
514
514
|
textAnchor: "middle",
|
|
515
|
-
x: o.x && o.width ? q([o.x, o.width], (f,
|
|
515
|
+
x: o.x && o.width ? q([o.x, o.width], (f, C) => Number(f ?? 0) + Number(C ?? 0) / 2) : 0,
|
|
516
516
|
y: o.y ? o.y.to((f) => f - (E ? 26 : 14)) : 0,
|
|
517
517
|
children: k
|
|
518
518
|
}
|
|
@@ -524,7 +524,7 @@ const Be = ({
|
|
|
524
524
|
fontSize: 9,
|
|
525
525
|
fontWeight: s === n && !l ? "bold" : 400,
|
|
526
526
|
textAnchor: "middle",
|
|
527
|
-
x: o.x && o.width ? q([o.x, o.width], (f,
|
|
527
|
+
x: o.x && o.width ? q([o.x, o.width], (f, C) => Number(f ?? 0) + Number(C ?? 0) / 2) : 0,
|
|
528
528
|
y: o.y ? o.y.to((f) => f - 14) : 0,
|
|
529
529
|
children: E
|
|
530
530
|
}
|
|
@@ -544,14 +544,14 @@ const Be = ({
|
|
|
544
544
|
},
|
|
545
545
|
legendLabelAvg: a,
|
|
546
546
|
legendLabelMain: c,
|
|
547
|
-
selectedTabIndex:
|
|
547
|
+
selectedTabIndex: d,
|
|
548
548
|
removeSelectedTabColorChange: m,
|
|
549
549
|
onBarClick: E
|
|
550
550
|
}) => {
|
|
551
|
-
const y = F(), { containerRef: k, height: x, width: J } = ve(), f = n.reduce((w, H) => Math.min(w, H.value), 1 / 0) < 0,
|
|
551
|
+
const y = F(), { containerRef: k, height: x, width: J } = ve(), f = n.reduce((w, H) => Math.min(w, H.value), 1 / 0) < 0, C = me(() => {
|
|
552
552
|
const w = `${r}80`;
|
|
553
|
-
return m ? n.map(() => r) :
|
|
554
|
-
}, [r, n,
|
|
553
|
+
return m ? n.map(() => r) : d === void 0 ? [...new Array(n.length - 1).fill(w), r] : n.map((H, L) => L === d ? r : w);
|
|
554
|
+
}, [r, n, d]), W = He(
|
|
555
555
|
(w, { dataIndex: H }) => E && E(H),
|
|
556
556
|
[E]
|
|
557
557
|
), P = me(() => {
|
|
@@ -581,13 +581,13 @@ const Be = ({
|
|
|
581
581
|
]
|
|
582
582
|
};
|
|
583
583
|
}, [n]);
|
|
584
|
-
return /* @__PURE__ */
|
|
584
|
+
return /* @__PURE__ */ h(p, { alignItems: "center", sx: { mb: l ? 16 : 24, width: "100%" }, children: [
|
|
585
585
|
/* @__PURE__ */ e(
|
|
586
586
|
u,
|
|
587
587
|
{
|
|
588
588
|
ref: k,
|
|
589
589
|
sx: { height: s || (l ? 120 : 172), width: "100%", mb: 8 },
|
|
590
|
-
children: /* @__PURE__ */
|
|
590
|
+
children: /* @__PURE__ */ h(
|
|
591
591
|
we,
|
|
592
592
|
{
|
|
593
593
|
height: x,
|
|
@@ -634,7 +634,7 @@ const Be = ({
|
|
|
634
634
|
slots: {
|
|
635
635
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
636
636
|
axisTickLabel: ({ text: w, ownerState: H, ...L }) => {
|
|
637
|
-
const R = n[
|
|
637
|
+
const R = n[d ?? n.length - 1]?.label;
|
|
638
638
|
return /* @__PURE__ */ e(
|
|
639
639
|
"text",
|
|
640
640
|
{
|
|
@@ -677,11 +677,11 @@ const Be = ({
|
|
|
677
677
|
rt,
|
|
678
678
|
{
|
|
679
679
|
...R,
|
|
680
|
-
colorRange:
|
|
680
|
+
colorRange: C,
|
|
681
681
|
data: n,
|
|
682
682
|
dataIndex: H.dataIndex,
|
|
683
683
|
removeSelectedTabColorChange: m,
|
|
684
|
-
selectedTabIndex:
|
|
684
|
+
selectedTabIndex: d || n.length - 1,
|
|
685
685
|
style: L
|
|
686
686
|
}
|
|
687
687
|
);
|
|
@@ -712,15 +712,15 @@ const Be = ({
|
|
|
712
712
|
style: l,
|
|
713
713
|
...s
|
|
714
714
|
}) => {
|
|
715
|
-
const o = F(), a =
|
|
715
|
+
const o = F(), a = D(null), { width: c } = We({
|
|
716
716
|
width: l.width
|
|
717
717
|
});
|
|
718
|
-
|
|
718
|
+
ke(() => {
|
|
719
719
|
const J = new ResizeObserver(() => {
|
|
720
720
|
window.requestAnimationFrame(() => {
|
|
721
721
|
if (a.current) {
|
|
722
|
-
const { width: v } = a.current.getBoundingClientRect(), f = v / 2,
|
|
723
|
-
|
|
722
|
+
const { width: v } = a.current.getBoundingClientRect(), f = v / 2, C = a.current.querySelector("text");
|
|
723
|
+
C && C.setAttribute("transform", `translate(${f}, -8)`);
|
|
724
724
|
}
|
|
725
725
|
});
|
|
726
726
|
});
|
|
@@ -728,8 +728,8 @@ const Be = ({
|
|
|
728
728
|
a.current && J.unobserve(a.current);
|
|
729
729
|
};
|
|
730
730
|
}, []);
|
|
731
|
-
const { ariaLabelComparison:
|
|
732
|
-
return /* @__PURE__ */
|
|
731
|
+
const { ariaLabelComparison: d, ariaLabelMain: m, formattedComparison: E, formattedMain: y } = r[n.index], k = n.type === 0 ? m : d, x = n.type === 0 ? y : E;
|
|
732
|
+
return /* @__PURE__ */ h("g", { "aria-label": k, children: [
|
|
733
733
|
/* @__PURE__ */ e(I.rect, { ...s, ref: a, fill: t, rx: 2, style: l }),
|
|
734
734
|
/* @__PURE__ */ e(
|
|
735
735
|
I.text,
|
|
@@ -751,7 +751,7 @@ const Be = ({
|
|
|
751
751
|
legendLabelMain: n,
|
|
752
752
|
legendStyle: l = {},
|
|
753
753
|
mainColor: s
|
|
754
|
-
}) => /* @__PURE__ */
|
|
754
|
+
}) => /* @__PURE__ */ h(
|
|
755
755
|
p,
|
|
756
756
|
{
|
|
757
757
|
sx: {
|
|
@@ -763,7 +763,7 @@ const Be = ({
|
|
|
763
763
|
...l
|
|
764
764
|
},
|
|
765
765
|
children: [
|
|
766
|
-
n && /* @__PURE__ */
|
|
766
|
+
n && /* @__PURE__ */ h(p, { alignItems: "center", flexDirection: "row", gap: 8, children: [
|
|
767
767
|
/* @__PURE__ */ e(
|
|
768
768
|
"svg",
|
|
769
769
|
{
|
|
@@ -778,7 +778,7 @@ const Be = ({
|
|
|
778
778
|
),
|
|
779
779
|
/* @__PURE__ */ e(M, { id: "legendMain", sx: { fontSize: 11, fontWeight: 400 }, variant: "XSmall", children: n })
|
|
780
780
|
] }),
|
|
781
|
-
r && /* @__PURE__ */
|
|
781
|
+
r && /* @__PURE__ */ h(p, { alignItems: "center", flexDirection: "row", gap: 8, children: [
|
|
782
782
|
/* @__PURE__ */ e(
|
|
783
783
|
"svg",
|
|
784
784
|
{
|
|
@@ -804,7 +804,7 @@ const Be = ({
|
|
|
804
804
|
isMini: o = !1,
|
|
805
805
|
legendLabelComparison: a,
|
|
806
806
|
legendLabelMain: c,
|
|
807
|
-
margin:
|
|
807
|
+
margin: d = {
|
|
808
808
|
bottom: 30,
|
|
809
809
|
left: 40,
|
|
810
810
|
right: 40,
|
|
@@ -813,17 +813,17 @@ const Be = ({
|
|
|
813
813
|
onBarClick: m
|
|
814
814
|
}) => {
|
|
815
815
|
const E = F(), { containerRef: y, height: k, width: x } = ve(), J = ({ dataIndex: v, seriesId: f }) => {
|
|
816
|
-
const
|
|
817
|
-
m?.(v * 2 + Number(
|
|
816
|
+
const C = f.toString().split("-").pop();
|
|
817
|
+
m?.(v * 2 + Number(C));
|
|
818
818
|
};
|
|
819
|
-
return /* @__PURE__ */
|
|
820
|
-
/* @__PURE__ */ e(u, { ref: y, sx: { height: o ? 120 : 172, width: "100%", mb: 8 }, children: /* @__PURE__ */
|
|
819
|
+
return /* @__PURE__ */ h(p, { alignItems: "center", sx: { mb: o ? 16 : 24, width: "100%" }, children: [
|
|
820
|
+
/* @__PURE__ */ e(u, { ref: y, sx: { height: o ? 120 : 172, width: "100%", mb: 8 }, children: /* @__PURE__ */ h(
|
|
821
821
|
we,
|
|
822
822
|
{
|
|
823
823
|
colors: l,
|
|
824
824
|
dataset: s,
|
|
825
825
|
height: k,
|
|
826
|
-
margin:
|
|
826
|
+
margin: d,
|
|
827
827
|
series: [
|
|
828
828
|
{ dataKey: "main", type: "bar" },
|
|
829
829
|
{ dataKey: "comparison", type: "bar" }
|
|
@@ -864,10 +864,10 @@ const Be = ({
|
|
|
864
864
|
/* @__PURE__ */ e(
|
|
865
865
|
Je,
|
|
866
866
|
{
|
|
867
|
-
onItemClick: (v, { dataIndex: f, seriesId:
|
|
867
|
+
onItemClick: (v, { dataIndex: f, seriesId: C }) => J({ dataIndex: f, seriesId: C.toString() }),
|
|
868
868
|
slots: {
|
|
869
869
|
bar: (v) => {
|
|
870
|
-
const { ownerState: f, style:
|
|
870
|
+
const { ownerState: f, style: C, ...W } = v;
|
|
871
871
|
return /* @__PURE__ */ e(
|
|
872
872
|
nt,
|
|
873
873
|
{
|
|
@@ -878,7 +878,7 @@ const Be = ({
|
|
|
878
878
|
index: f.dataIndex,
|
|
879
879
|
type: Number(f.id.toString().split("-").pop())
|
|
880
880
|
},
|
|
881
|
-
style:
|
|
881
|
+
style: C
|
|
882
882
|
}
|
|
883
883
|
);
|
|
884
884
|
}
|
|
@@ -894,7 +894,7 @@ const Be = ({
|
|
|
894
894
|
comparisonColor: l[1],
|
|
895
895
|
legendLabelComparison: a,
|
|
896
896
|
legendLabelMain: c,
|
|
897
|
-
legendStyle: { mr:
|
|
897
|
+
legendStyle: { mr: d.left + d.right },
|
|
898
898
|
mainColor: l[0]
|
|
899
899
|
}
|
|
900
900
|
)
|
|
@@ -911,14 +911,14 @@ const Be = ({
|
|
|
911
911
|
}
|
|
912
912
|
});
|
|
913
913
|
}, K = ({ divProps: t, image: r, isMini: n = !1 }) => {
|
|
914
|
-
const l = F(), s =
|
|
914
|
+
const l = F(), s = D(null), o = {
|
|
915
915
|
100: l.palette.primary.lighter,
|
|
916
916
|
200: l.palette.primary.light,
|
|
917
917
|
300: l.palette.primary.main,
|
|
918
918
|
400: l.palette.primary.dark,
|
|
919
919
|
500: l.palette.primary.darker
|
|
920
920
|
};
|
|
921
|
-
return
|
|
921
|
+
return se(() => {
|
|
922
922
|
if (!s.current) return;
|
|
923
923
|
const a = s.current, c = a.querySelectorAll(".Overlay");
|
|
924
924
|
["brand100", "brand200", "brand300", "brand400", "brand500"].forEach((m) => {
|
|
@@ -942,7 +942,7 @@ function X() {
|
|
|
942
942
|
}
|
|
943
943
|
const de = (t) => {
|
|
944
944
|
const [r, n] = oe({ width: 0, height: 0 });
|
|
945
|
-
return
|
|
945
|
+
return se(() => {
|
|
946
946
|
const l = () => {
|
|
947
947
|
if (t.current) {
|
|
948
948
|
const { offsetWidth: s, offsetHeight: o } = t.current;
|
|
@@ -958,7 +958,7 @@ const de = (t) => {
|
|
|
958
958
|
miniWidget: { gap: 8, p: "12px 16px", mt: 0 },
|
|
959
959
|
insightFeed: { gap: 12, p: "0px 16px 16px", mt: 22 }
|
|
960
960
|
}
|
|
961
|
-
}, ye = "miniWidget", fe = "insightFeed",
|
|
961
|
+
}, ye = "miniWidget", fe = "insightFeed", Ae = ({
|
|
962
962
|
account: t,
|
|
963
963
|
animation: r,
|
|
964
964
|
leftLowerText: n,
|
|
@@ -967,10 +967,10 @@ const de = (t) => {
|
|
|
967
967
|
isMini: o,
|
|
968
968
|
headerString: a,
|
|
969
969
|
rightLowerText: c,
|
|
970
|
-
rightUpperText:
|
|
970
|
+
rightUpperText: d
|
|
971
971
|
}) => {
|
|
972
|
-
const m = o ? ye : fe, E =
|
|
973
|
-
return /* @__PURE__ */
|
|
972
|
+
const m = o ? ye : fe, E = D(null), { height: y, width: k } = de(E);
|
|
973
|
+
return /* @__PURE__ */ h(
|
|
974
974
|
u,
|
|
975
975
|
{
|
|
976
976
|
ref: E,
|
|
@@ -981,7 +981,7 @@ const de = (t) => {
|
|
|
981
981
|
width: "100%",
|
|
982
982
|
children: [
|
|
983
983
|
/* @__PURE__ */ e(ce, { height: y, shouldRun: r.shouldRun, width: k }),
|
|
984
|
-
/* @__PURE__ */
|
|
984
|
+
/* @__PURE__ */ h(
|
|
985
985
|
j,
|
|
986
986
|
{
|
|
987
987
|
elevation: 1,
|
|
@@ -1001,14 +1001,14 @@ const de = (t) => {
|
|
|
1001
1001
|
children: [
|
|
1002
1002
|
m === fe && /* @__PURE__ */ e(mt, { account: t, headerString: a }),
|
|
1003
1003
|
m === ye && /* @__PURE__ */ e(ut, { account: t, headerString: a }),
|
|
1004
|
-
/* @__PURE__ */
|
|
1004
|
+
/* @__PURE__ */ h(p, { direction: "row", gap: 12, height: 58, width: "100%", children: [
|
|
1005
1005
|
/* @__PURE__ */ e(Et, { leftLowerText: n, leftUpperText: l }),
|
|
1006
1006
|
/* @__PURE__ */ e(
|
|
1007
1007
|
pt,
|
|
1008
1008
|
{
|
|
1009
1009
|
isComplete: s,
|
|
1010
1010
|
rightLowerText: c,
|
|
1011
|
-
rightUpperText:
|
|
1011
|
+
rightUpperText: d
|
|
1012
1012
|
}
|
|
1013
1013
|
)
|
|
1014
1014
|
] })
|
|
@@ -1027,10 +1027,10 @@ const de = (t) => {
|
|
|
1027
1027
|
size: o,
|
|
1028
1028
|
subHeaderString: a,
|
|
1029
1029
|
textSX: c
|
|
1030
|
-
}) => /* @__PURE__ */
|
|
1031
|
-
s && /* @__PURE__ */ e(
|
|
1030
|
+
}) => /* @__PURE__ */ h(O, { children: [
|
|
1031
|
+
s && /* @__PURE__ */ e(g, { color: r, fill: n, name: s, size: o, sx: l }),
|
|
1032
1032
|
/* @__PURE__ */ e(M, { bold: t, sx: c, children: a })
|
|
1033
|
-
] }), N = 48, mt = ({ account: t, headerString: r }) => /* @__PURE__ */
|
|
1033
|
+
] }), N = 48, mt = ({ account: t, headerString: r }) => /* @__PURE__ */ h(O, { children: [
|
|
1034
1034
|
/* @__PURE__ */ e(
|
|
1035
1035
|
ze,
|
|
1036
1036
|
{
|
|
@@ -1055,7 +1055,7 @@ const de = (t) => {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
),
|
|
1057
1057
|
/* @__PURE__ */ e(S, { bold: !0, sx: { width: "100%", textAlign: "center" }, children: r })
|
|
1058
|
-
] }), Et = ({ leftLowerText: t, leftUpperText: r }) => /* @__PURE__ */
|
|
1058
|
+
] }), Et = ({ leftLowerText: t, leftUpperText: r }) => /* @__PURE__ */ h(
|
|
1059
1059
|
u,
|
|
1060
1060
|
{
|
|
1061
1061
|
sx: {
|
|
@@ -1078,7 +1078,7 @@ const de = (t) => {
|
|
|
1078
1078
|
/* @__PURE__ */ e(S, { bold: !0, "data-ui-test": "mx-insights-sudd-left-lower-text", variant: "Small", children: t })
|
|
1079
1079
|
]
|
|
1080
1080
|
}
|
|
1081
|
-
), ut = ({ account: t, headerString: r }) => /* @__PURE__ */
|
|
1081
|
+
), ut = ({ account: t, headerString: r }) => /* @__PURE__ */ h(
|
|
1082
1082
|
u,
|
|
1083
1083
|
{
|
|
1084
1084
|
"data-ui-test": "mx-insights-sudd-mini-body-header",
|
|
@@ -1112,7 +1112,7 @@ const de = (t) => {
|
|
|
1112
1112
|
p: 12,
|
|
1113
1113
|
width: "100%"
|
|
1114
1114
|
},
|
|
1115
|
-
children: /* @__PURE__ */
|
|
1115
|
+
children: /* @__PURE__ */ h(p, { alignItems: "center", gap: 2, justifyContent: "center", children: [
|
|
1116
1116
|
/* @__PURE__ */ e(
|
|
1117
1117
|
S,
|
|
1118
1118
|
{
|
|
@@ -1142,22 +1142,22 @@ const de = (t) => {
|
|
|
1142
1142
|
)
|
|
1143
1143
|
] })
|
|
1144
1144
|
}
|
|
1145
|
-
), yt = (t, r) => /* @__PURE__ */ i.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...t }, /* @__PURE__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.createElement("mask", { id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 70, y: 30, width: 50, height: 6 }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.624 30.0874H119.498V35.6909H70.624V30.0874Z", fill: "white" })), /* @__PURE__ */ i.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 82.5761H101.728V80.5459H91.0693V82.5761Z", fill: "#C3E4FF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 85.5937H121.426V84.644H91.0693V85.5937Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 91.0863H122.441V90.1367H91.0693V91.0863Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 93.833H123.771V92.8833H91.0693V93.833Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 96.5786H110.937V95.6289H91.0693V96.5786Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 88.3397H123.771V87.3901H91.0693V88.3397Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 35.0087H42.6513V32.9785H33.1426V35.0087Z", fill: "#C3E4FF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 38.0277H60.2242V37.0781H33.1426V38.0277Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 43.518H61.1298V42.5684H33.1426V43.518Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 46.2645H53.7589V45.3149H33.1426V46.2645Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 40.7724H62.3157V39.8228H33.1426V40.7724Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("g", { filter: "url(#filter0_d)" }, /* @__PURE__ */ i.createElement("mask", { id: "mask1", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 52, y: 36, width: 51, height: 65 }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.8486 36.0361H102.157V100.752H52.8486V36.0361Z", fill: "white" })), /* @__PURE__ */ i.createElement("g", { mask: "url(#mask1)" }, /* @__PURE__ */ i.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__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 64.132H97.0019V62.9336H66.0273V64.132Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 66.6379H87.8484V65.4395H66.0273V66.6379Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 95.1347H87.177V93.4868H66.0273V95.1347Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.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__ */ i.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__ */ i.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__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 74.0906H97.0019V72.8921H66.0273V74.0906Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 76.5969H87.8484V75.3984H66.0273V76.5969Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 84.0496H97.0019V82.8511H66.0273V84.0496Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 86.5554H87.8484V85.3569H66.0273V86.5554Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 42.273H97.0019V40.7573H66.0273V42.273Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 45.442H87.8484V43.9263H66.0273V45.442Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 41.5145H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 41.5145H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 44.6844H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 44.6844H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 52.2316H97.0019V50.7158H66.0273V52.2316Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 55.3995H87.8484V53.8838H66.0273V55.3995Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 51.4739H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 51.4739H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 54.6419H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 54.6419H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M58.1973 59.0614H96.6276H58.1973Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M58.1973 59.0614H96.6276", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5521 92.0054V96.6176V92.0054Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M59.5521 92.0054V96.6176", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.2451 94.3109H61.8582H57.2451Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M57.2451 94.3109H61.8582", stroke: "#E4E8EE", strokeWidth: 0.797096 })), /* @__PURE__ */ i.createElement("g", { filter: "url(#filter1_d)" }, /* @__PURE__ */ i.createElement("circle", { cx: 48.4218, cy: 47.4218, r: 45.4218, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("mask", { id: "mask2", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 4, y: 3, width: 88, height: 88 }, /* @__PURE__ */ i.createElement("circle", { cx: 48.4212, cy: 47.4217, r: 43.4622, fill: "#F8F9FB" })), /* @__PURE__ */ i.createElement("g", { mask: "url(#mask2)" }, /* @__PURE__ */ i.createElement("rect", { width: 93.6272, height: 94.0068, transform: "translate(3 -0.528809)", fill: "white" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 12.6294, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 50.8384, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 77.5361, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 26.293, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 12.6294, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 50.8384, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 77.5361, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 26.293, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 6.0498, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 44.2598, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 70.9556, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 18.1948, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 56.4058, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 83.1025, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 31.8604, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 15.4131, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 53.6221, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 80.3179, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 29.0767, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 37.5547H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 10.2246H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 48.4355H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 75.1313H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }))), /* @__PURE__ */ i.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__ */ i.createElement("defs", null, /* @__PURE__ */ i.createElement("filter", { id: "filter0_d", x: 51.8364, y: 35.4035, width: 51.333, height: 66.7404, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.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__ */ i.createElement("feOffset", { dy: 0.37957 }), /* @__PURE__ */ i.createElement("feGaussianBlur", { stdDeviation: 0.506093 }), /* @__PURE__ */ i.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__ */ i.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })), /* @__PURE__ */ i.createElement("filter", { id: "filter1_d", x: 0.469535, y: 0.734768, width: 95.9046, height: 95.9046, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.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__ */ i.createElement("feOffset", { dy: 1.26523 }), /* @__PURE__ */ i.createElement("feGaussianBlur", { stdDeviation: 1.26523 }), /* @__PURE__ */ i.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__ */ i.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })))), ft = Y(yt), kt = {
|
|
1145
|
+
), yt = (t, r) => /* @__PURE__ */ i.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...t }, /* @__PURE__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.createElement("mask", { id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 70, y: 30, width: 50, height: 6 }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.624 30.0874H119.498V35.6909H70.624V30.0874Z", fill: "white" })), /* @__PURE__ */ i.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ i.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__ */ i.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__ */ i.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__ */ i.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__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 82.5761H101.728V80.5459H91.0693V82.5761Z", fill: "#C3E4FF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 85.5937H121.426V84.644H91.0693V85.5937Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 91.0863H122.441V90.1367H91.0693V91.0863Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 93.833H123.771V92.8833H91.0693V93.833Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 96.5786H110.937V95.6289H91.0693V96.5786Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 88.3397H123.771V87.3901H91.0693V88.3397Z", fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 35.0087H42.6513V32.9785H33.1426V35.0087Z", fill: "#C3E4FF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 38.0277H60.2242V37.0781H33.1426V38.0277Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 43.518H61.1298V42.5684H33.1426V43.518Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 46.2645H53.7589V45.3149H33.1426V46.2645Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 40.7724H62.3157V39.8228H33.1426V40.7724Z", fill: "#D6EEFF" }), /* @__PURE__ */ i.createElement("g", { filter: "url(#filter0_d)" }, /* @__PURE__ */ i.createElement("mask", { id: "mask1", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 52, y: 36, width: 51, height: 65 }, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.8486 36.0361H102.157V100.752H52.8486V36.0361Z", fill: "white" })), /* @__PURE__ */ i.createElement("g", { mask: "url(#mask1)" }, /* @__PURE__ */ i.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__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 64.132H97.0019V62.9336H66.0273V64.132Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 66.6379H87.8484V65.4395H66.0273V66.6379Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 95.1347H87.177V93.4868H66.0273V95.1347Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.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__ */ i.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__ */ i.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__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 74.0906H97.0019V72.8921H66.0273V74.0906Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 76.5969H87.8484V75.3984H66.0273V76.5969Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 84.0496H97.0019V82.8511H66.0273V84.0496Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 86.5554H87.8484V85.3569H66.0273V86.5554Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 42.273H97.0019V40.7573H66.0273V42.273Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 45.442H87.8484V43.9263H66.0273V45.442Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 41.5145H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 41.5145H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 44.6844H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 44.6844H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 52.2316H97.0019V50.7158H66.0273V52.2316Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 55.3995H87.8484V53.8838H66.0273V55.3995Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 51.4739H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 51.4739H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 54.6419H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M64.7861 54.6419H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M58.1973 59.0614H96.6276H58.1973Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M58.1973 59.0614H96.6276", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5521 92.0054V96.6176V92.0054Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M59.5521 92.0054V96.6176", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.2451 94.3109H61.8582H57.2451Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M57.2451 94.3109H61.8582", stroke: "#E4E8EE", strokeWidth: 0.797096 })), /* @__PURE__ */ i.createElement("g", { filter: "url(#filter1_d)" }, /* @__PURE__ */ i.createElement("circle", { cx: 48.4218, cy: 47.4218, r: 45.4218, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("mask", { id: "mask2", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 4, y: 3, width: 88, height: 88 }, /* @__PURE__ */ i.createElement("circle", { cx: 48.4212, cy: 47.4217, r: 43.4622, fill: "#F8F9FB" })), /* @__PURE__ */ i.createElement("g", { mask: "url(#mask2)" }, /* @__PURE__ */ i.createElement("rect", { width: 93.6272, height: 94.0068, transform: "translate(3 -0.528809)", fill: "white" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 12.6294, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 50.8384, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 77.5361, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 26.293, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 12.6294, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 50.8384, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 77.5361, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 26.293, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 6.0498, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 44.2598, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 12.8691, y: 70.9556, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 18.1948, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 56.4058, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 83.1025, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 23.75, y: 31.8604, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 15.4131, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 53.6221, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 80.3179, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("rect", { x: 68.4131, y: 29.0767, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 37.5547H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 10.2246H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 48.4355H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 75.1313H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ i.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }))), /* @__PURE__ */ i.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__ */ i.createElement("defs", null, /* @__PURE__ */ i.createElement("filter", { id: "filter0_d", x: 51.8364, y: 35.4035, width: 51.333, height: 66.7404, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.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__ */ i.createElement("feOffset", { dy: 0.37957 }), /* @__PURE__ */ i.createElement("feGaussianBlur", { stdDeviation: 0.506093 }), /* @__PURE__ */ i.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__ */ i.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })), /* @__PURE__ */ i.createElement("filter", { id: "filter1_d", x: 0.469535, y: 0.734768, width: 95.9046, height: 95.9046, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.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__ */ i.createElement("feOffset", { dy: 1.26523 }), /* @__PURE__ */ i.createElement("feGaussianBlur", { stdDeviation: 1.26523 }), /* @__PURE__ */ i.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__ */ i.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })))), ft = Y(yt), xt = {
|
|
1146
1146
|
marginBottom: 16,
|
|
1147
1147
|
maxWidth: 120,
|
|
1148
1148
|
width: "100%"
|
|
1149
|
-
},
|
|
1149
|
+
}, kt = ({ erroredText: t }) => /* @__PURE__ */ h(
|
|
1150
1150
|
p,
|
|
1151
1151
|
{
|
|
1152
1152
|
sx: {
|
|
1153
1153
|
alignItems: "center"
|
|
1154
1154
|
},
|
|
1155
1155
|
children: [
|
|
1156
|
-
/* @__PURE__ */ e(K, { divProps: { style:
|
|
1156
|
+
/* @__PURE__ */ e(K, { divProps: { style: xt }, image: ft }),
|
|
1157
1157
|
/* @__PURE__ */ e(S, { color: "secondary", sx: { mx: 8, mb: 8 }, variant: "ParagraphSmall", children: t })
|
|
1158
1158
|
]
|
|
1159
1159
|
}
|
|
1160
|
-
),
|
|
1160
|
+
), Ct = ({
|
|
1161
1161
|
menuActionElement: t = null,
|
|
1162
1162
|
hasFullWidthImage: r = !1,
|
|
1163
1163
|
isMini: n = !1,
|
|
@@ -1165,7 +1165,7 @@ const de = (t) => {
|
|
|
1165
1165
|
sx: s = {},
|
|
1166
1166
|
title: o
|
|
1167
1167
|
}) => /* @__PURE__ */ e(
|
|
1168
|
-
|
|
1168
|
+
Te,
|
|
1169
1169
|
{
|
|
1170
1170
|
action: t,
|
|
1171
1171
|
subheader: l,
|
|
@@ -1178,7 +1178,7 @@ const de = (t) => {
|
|
|
1178
1178
|
},
|
|
1179
1179
|
title: /* @__PURE__ */ e(ae, { sx: n ? { letterSpacing: 0.35, whiteSpace: "wrap" } : { whiteSpace: "wrap" }, children: o })
|
|
1180
1180
|
}
|
|
1181
|
-
), Ct = "data:image/gif;base64,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", St = ({ altLoadingText: t }) => /* @__PURE__ */ e(
|
|
1181
|
+
), gt = "data:image/gif;base64,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", St = ({ altLoadingText: t }) => /* @__PURE__ */ e(
|
|
1182
1182
|
p,
|
|
1183
1183
|
{
|
|
1184
1184
|
sx: {
|
|
@@ -1188,7 +1188,7 @@ const de = (t) => {
|
|
|
1188
1188
|
"img",
|
|
1189
1189
|
{
|
|
1190
1190
|
alt: t,
|
|
1191
|
-
src:
|
|
1191
|
+
src: gt,
|
|
1192
1192
|
style: {
|
|
1193
1193
|
marginBottom: 25,
|
|
1194
1194
|
height: 64,
|
|
@@ -1198,42 +1198,48 @@ const de = (t) => {
|
|
|
1198
1198
|
)
|
|
1199
1199
|
}
|
|
1200
1200
|
), wt = ({ content: t, isLoading: r, sx: n }) => {
|
|
1201
|
-
const
|
|
1202
|
-
if (o.current) {
|
|
1203
|
-
const c = o.current, h = c.parentElement;
|
|
1204
|
-
if (h) {
|
|
1205
|
-
const E = Array.from(h.children).reduce((v, f) => f !== c ? v + f.clientHeight : v, 0);
|
|
1206
|
-
console.log("nonDescriptionChildrenHeight"), console.log(E);
|
|
1207
|
-
const y = h.clientHeight;
|
|
1208
|
-
console.log("parentHeight"), console.log(y);
|
|
1209
|
-
const k = y - E - 24;
|
|
1210
|
-
console.log("availableHeight"), console.log(k);
|
|
1211
|
-
const x = parseInt(
|
|
1212
|
-
window.getComputedStyle(c).lineHeight,
|
|
1213
|
-
10
|
|
1214
|
-
);
|
|
1215
|
-
console.log("descriptionLineHeight"), console.log(x);
|
|
1216
|
-
const J = Math.floor(k / x);
|
|
1217
|
-
J !== l && s(J);
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
};
|
|
1201
|
+
const l = D(null), [s, o] = oe(t);
|
|
1221
1202
|
return se(() => {
|
|
1222
|
-
a()
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1203
|
+
const a = () => {
|
|
1204
|
+
const c = l.current;
|
|
1205
|
+
if (!c) return;
|
|
1206
|
+
const d = c.innerText, m = Array.from(c.childNodes);
|
|
1207
|
+
let E = d;
|
|
1208
|
+
for (; c.scrollHeight > c.clientHeight && E.length > 0; ) {
|
|
1209
|
+
E = E.slice(0, -1);
|
|
1210
|
+
let y = 0;
|
|
1211
|
+
const k = m.map((x) => {
|
|
1212
|
+
if (x.nodeType === Node.TEXT_NODE) {
|
|
1213
|
+
const J = E.slice(
|
|
1214
|
+
y,
|
|
1215
|
+
y + (x.textContent?.length ?? 0)
|
|
1216
|
+
);
|
|
1217
|
+
return y += x.textContent?.length ?? 0, J;
|
|
1218
|
+
} else if (x.nodeType === Node.ELEMENT_NODE) {
|
|
1219
|
+
const J = E.slice(
|
|
1220
|
+
y,
|
|
1221
|
+
y + x.innerText.length
|
|
1222
|
+
);
|
|
1223
|
+
y += x.innerText.length;
|
|
1224
|
+
const v = x.cloneNode(!0);
|
|
1225
|
+
return v.innerText = J, v.outerHTML;
|
|
1226
|
+
}
|
|
1227
|
+
return "";
|
|
1228
|
+
}).join("");
|
|
1229
|
+
c.innerHTML = k + "...";
|
|
1230
|
+
}
|
|
1231
|
+
o(c.innerHTML);
|
|
1226
1232
|
};
|
|
1227
|
-
|
|
1233
|
+
return a(), window.addEventListener("resize", a), () => window.removeEventListener("resize", a);
|
|
1234
|
+
}, [t]), /* @__PURE__ */ e(
|
|
1228
1235
|
u,
|
|
1229
1236
|
{
|
|
1230
|
-
ref:
|
|
1231
|
-
dangerouslySetInnerHTML: { __html:
|
|
1237
|
+
ref: l,
|
|
1238
|
+
dangerouslySetInnerHTML: { __html: r ? "" : s },
|
|
1232
1239
|
sx: {
|
|
1233
|
-
|
|
1240
|
+
flexGrow: 1,
|
|
1234
1241
|
fontSize: 13,
|
|
1235
1242
|
lineHeight: "20px",
|
|
1236
|
-
height: l * 20 + 20,
|
|
1237
1243
|
m: 0,
|
|
1238
1244
|
pb: 8,
|
|
1239
1245
|
// pulse already has apadding of 8 so the 8px here and 8px in pulse will equal 16px.
|
|
@@ -1241,9 +1247,6 @@ const de = (t) => {
|
|
|
1241
1247
|
px: 8,
|
|
1242
1248
|
// The new description design has a 24px padding on the x axis, however, pulse already adds 16px. In order to not break existing insights we are only using 8px here so it adds up to 24. Once all insights are moved to this repo we make pulse 0px and this 24px.
|
|
1243
1249
|
overflow: "hidden",
|
|
1244
|
-
textOverflow: "ellipsis",
|
|
1245
|
-
WebkitBoxOrient: "vertical",
|
|
1246
|
-
WebkitLineClamp: l,
|
|
1247
1250
|
...n
|
|
1248
1251
|
}
|
|
1249
1252
|
}
|
|
@@ -1257,7 +1260,7 @@ const de = (t) => {
|
|
|
1257
1260
|
inDescriptionCtaOnClick: o,
|
|
1258
1261
|
isLoading: a = !1,
|
|
1259
1262
|
isMini: c = !1,
|
|
1260
|
-
hasFullWidthImage:
|
|
1263
|
+
hasFullWidthImage: d,
|
|
1261
1264
|
hasFooterButton: m = !1,
|
|
1262
1265
|
sx: E
|
|
1263
1266
|
}) => {
|
|
@@ -1266,14 +1269,14 @@ const de = (t) => {
|
|
|
1266
1269
|
{
|
|
1267
1270
|
beat: r,
|
|
1268
1271
|
footerButton: m,
|
|
1269
|
-
hasFullWidthImage:
|
|
1272
|
+
hasFullWidthImage: d,
|
|
1270
1273
|
inDescriptionCtaOnClick: o,
|
|
1271
1274
|
sx: E
|
|
1272
1275
|
}
|
|
1273
1276
|
);
|
|
1274
|
-
return /* @__PURE__ */
|
|
1277
|
+
return /* @__PURE__ */ h(O, { children: [
|
|
1275
1278
|
l === "top" && y(),
|
|
1276
|
-
/* @__PURE__ */ e(p, { sx: { alignItems: "center", ...
|
|
1279
|
+
/* @__PURE__ */ e(p, { sx: { alignItems: "center", ...d && c && { mx: -16 } }, children: n }),
|
|
1277
1280
|
l === "bottom" && y(),
|
|
1278
1281
|
t && /* @__PURE__ */ e(
|
|
1279
1282
|
M,
|
|
@@ -1289,7 +1292,7 @@ const de = (t) => {
|
|
|
1289
1292
|
}
|
|
1290
1293
|
)
|
|
1291
1294
|
] });
|
|
1292
|
-
},
|
|
1295
|
+
}, b = ({
|
|
1293
1296
|
altLoadingText: t,
|
|
1294
1297
|
asteriskText: r,
|
|
1295
1298
|
beat: n,
|
|
@@ -1298,13 +1301,13 @@ const de = (t) => {
|
|
|
1298
1301
|
contentProps: o,
|
|
1299
1302
|
errorText: a = "",
|
|
1300
1303
|
feedback: c,
|
|
1301
|
-
header:
|
|
1304
|
+
header: d,
|
|
1302
1305
|
isError: m = !1,
|
|
1303
1306
|
isLoading: E = !1,
|
|
1304
1307
|
isMini: y = !1
|
|
1305
|
-
}) => /* @__PURE__ */
|
|
1306
|
-
/* @__PURE__ */ e(
|
|
1307
|
-
m ? /* @__PURE__ */ e(
|
|
1308
|
+
}) => /* @__PURE__ */ h(u, { sx: { display: "flex", flexDirection: "column", height: "100%" }, children: [
|
|
1309
|
+
/* @__PURE__ */ e(Ct, { ...d, isMini: y, title: n.html_title }),
|
|
1310
|
+
m ? /* @__PURE__ */ e(kt, { erroredText: a }) : /* @__PURE__ */ h(O, { children: [
|
|
1308
1311
|
/* @__PURE__ */ e(
|
|
1309
1312
|
Mt,
|
|
1310
1313
|
{
|
|
@@ -1346,7 +1349,7 @@ const de = (t) => {
|
|
|
1346
1349
|
sx: s
|
|
1347
1350
|
}) => {
|
|
1348
1351
|
const { html_description: o, in_description_cta: a } = t, c = r ? 16 : 8;
|
|
1349
|
-
return /* @__PURE__ */
|
|
1352
|
+
return /* @__PURE__ */ h(
|
|
1350
1353
|
Se,
|
|
1351
1354
|
{
|
|
1352
1355
|
sx: {
|
|
@@ -1374,14 +1377,14 @@ const de = (t) => {
|
|
|
1374
1377
|
variant: "ParagraphSmall"
|
|
1375
1378
|
}
|
|
1376
1379
|
),
|
|
1377
|
-
a && l && /* @__PURE__ */
|
|
1380
|
+
a && l && /* @__PURE__ */ h(T, { fullWidth: !0, onClick: l, sx: { mb: c }, children: [
|
|
1378
1381
|
a,
|
|
1379
|
-
/* @__PURE__ */ e(
|
|
1382
|
+
/* @__PURE__ */ e(g, { name: "chevron_right" })
|
|
1380
1383
|
] })
|
|
1381
1384
|
]
|
|
1382
1385
|
}
|
|
1383
1386
|
);
|
|
1384
|
-
},
|
|
1387
|
+
}, A = ({
|
|
1385
1388
|
beat: t,
|
|
1386
1389
|
disabled: r = !1,
|
|
1387
1390
|
hide: n = !1,
|
|
@@ -1391,7 +1394,7 @@ const de = (t) => {
|
|
|
1391
1394
|
variant: a = !s && "text",
|
|
1392
1395
|
...c
|
|
1393
1396
|
}) => n ? null : /* @__PURE__ */ e(
|
|
1394
|
-
|
|
1397
|
+
T,
|
|
1395
1398
|
{
|
|
1396
1399
|
disabled: r,
|
|
1397
1400
|
fullWidth: !0,
|
|
@@ -1409,18 +1412,18 @@ const de = (t) => {
|
|
|
1409
1412
|
...c,
|
|
1410
1413
|
children: s ? t.call_to_action : t.supporting_action
|
|
1411
1414
|
}
|
|
1412
|
-
), vt = (t, r) => /* @__PURE__ */ i.createElement("svg", { width: 295, height: 142, viewBox: "0 0 295 142", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...t }, /* @__PURE__ */ i.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__ */ i.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__ */ i.createElement("rect", { x: 0.5, y: 39.5, width: 294, height: 63, fill: "white", stroke: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 16, y: 55, width: 32, height: 32, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 16, y: 15, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 16, y: 118, width: 80, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 226, y: 118, width: 56, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 64, y: 60, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 232, y: 60, width: 47, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 64, y: 76, width: 60, height: 4, rx: 2, fill: "#EEF1F6" })), Zt = Y(vt),
|
|
1415
|
+
), vt = (t, r) => /* @__PURE__ */ i.createElement("svg", { width: 295, height: 142, viewBox: "0 0 295 142", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...t }, /* @__PURE__ */ i.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__ */ i.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__ */ i.createElement("rect", { x: 0.5, y: 39.5, width: 294, height: 63, fill: "white", stroke: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 16, y: 55, width: 32, height: 32, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 16, y: 15, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 16, y: 118, width: 80, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 226, y: 118, width: 56, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 64, y: 60, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 232, y: 60, width: 47, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ i.createElement("rect", { x: 64, y: 76, width: 60, height: 4, rx: 2, fill: "#EEF1F6" })), Zt = Y(vt), At = {
|
|
1413
1416
|
padding: 8,
|
|
1414
1417
|
marginTop: 8,
|
|
1415
1418
|
marginBottom: 12
|
|
1416
|
-
},
|
|
1419
|
+
}, bt = () => /* @__PURE__ */ e(
|
|
1417
1420
|
p,
|
|
1418
1421
|
{
|
|
1419
1422
|
sx: {
|
|
1420
1423
|
flexDirection: "row",
|
|
1421
1424
|
justifyContent: "center"
|
|
1422
1425
|
},
|
|
1423
|
-
children: /* @__PURE__ */ e(K, { divProps: { style:
|
|
1426
|
+
children: /* @__PURE__ */ e(K, { divProps: { style: At }, image: Zt })
|
|
1424
1427
|
}
|
|
1425
1428
|
), zi = ({
|
|
1426
1429
|
headerText: t,
|
|
@@ -1429,7 +1432,7 @@ const de = (t) => {
|
|
|
1429
1432
|
onClose: l,
|
|
1430
1433
|
rating: s,
|
|
1431
1434
|
sx: o = {}
|
|
1432
|
-
}) => /* @__PURE__ */
|
|
1435
|
+
}) => /* @__PURE__ */ h(Ze, { fontSize: 18, id: "alert-dialog-title", children: [
|
|
1433
1436
|
t,
|
|
1434
1437
|
/* @__PURE__ */ e(
|
|
1435
1438
|
z,
|
|
@@ -1444,7 +1447,7 @@ const de = (t) => {
|
|
|
1444
1447
|
right: 12
|
|
1445
1448
|
},
|
|
1446
1449
|
children: /* @__PURE__ */ e(
|
|
1447
|
-
|
|
1450
|
+
g,
|
|
1448
1451
|
{
|
|
1449
1452
|
name: "cancel",
|
|
1450
1453
|
sx: {
|
|
@@ -1454,7 +1457,7 @@ const de = (t) => {
|
|
|
1454
1457
|
)
|
|
1455
1458
|
}
|
|
1456
1459
|
)
|
|
1457
|
-
] }),
|
|
1460
|
+
] }), Ti = ({
|
|
1458
1461
|
buttonText: t,
|
|
1459
1462
|
errorMessage: r,
|
|
1460
1463
|
feedbackMessage: n,
|
|
@@ -1463,7 +1466,7 @@ const de = (t) => {
|
|
|
1463
1466
|
selectedRadio: o
|
|
1464
1467
|
}) => {
|
|
1465
1468
|
const { cancelText: a, submitText: c } = t;
|
|
1466
|
-
return /* @__PURE__ */
|
|
1469
|
+
return /* @__PURE__ */ h(
|
|
1467
1470
|
u,
|
|
1468
1471
|
{
|
|
1469
1472
|
sx: {
|
|
@@ -1474,7 +1477,7 @@ const de = (t) => {
|
|
|
1474
1477
|
},
|
|
1475
1478
|
children: [
|
|
1476
1479
|
/* @__PURE__ */ e(
|
|
1477
|
-
|
|
1480
|
+
T,
|
|
1478
1481
|
{
|
|
1479
1482
|
className: "mx-insights-beat-feedback-submit-button",
|
|
1480
1483
|
"data-ui-test": "submit-button",
|
|
@@ -1493,7 +1496,7 @@ const de = (t) => {
|
|
|
1493
1496
|
}
|
|
1494
1497
|
),
|
|
1495
1498
|
/* @__PURE__ */ e(
|
|
1496
|
-
|
|
1499
|
+
T,
|
|
1497
1500
|
{
|
|
1498
1501
|
className: "mx-insights-beat-feedback-no-thanks-button",
|
|
1499
1502
|
"data-ui-test": "no-thanks-button",
|
|
@@ -1512,13 +1515,13 @@ const de = (t) => {
|
|
|
1512
1515
|
]
|
|
1513
1516
|
}
|
|
1514
1517
|
);
|
|
1515
|
-
},
|
|
1518
|
+
}, Di = ({ bodyText: t }) => /* @__PURE__ */ e(u, { style: { padding: "8px 24px 8px 0px" }, children: /* @__PURE__ */ e(S, { "data-ui-test": "feedback-description", children: t }) }), Ui = ({
|
|
1516
1519
|
feedbackOptions: t,
|
|
1517
1520
|
groupAriaLabel: r,
|
|
1518
1521
|
selectedRadio: n,
|
|
1519
1522
|
setSelectedRadio: l
|
|
1520
1523
|
}) => /* @__PURE__ */ e(
|
|
1521
|
-
|
|
1524
|
+
De,
|
|
1522
1525
|
{
|
|
1523
1526
|
sx: {
|
|
1524
1527
|
p: 24,
|
|
@@ -1571,13 +1574,13 @@ const de = (t) => {
|
|
|
1571
1574
|
feedbackMessage: o,
|
|
1572
1575
|
sendAnalytics: a,
|
|
1573
1576
|
setFeedbackMessage: c,
|
|
1574
|
-
validateForm:
|
|
1577
|
+
validateForm: d
|
|
1575
1578
|
}) => {
|
|
1576
1579
|
const m = qe(Pe)({
|
|
1577
1580
|
height: 93,
|
|
1578
1581
|
resize: "none"
|
|
1579
1582
|
});
|
|
1580
|
-
return /* @__PURE__ */
|
|
1583
|
+
return /* @__PURE__ */ h(
|
|
1581
1584
|
u,
|
|
1582
1585
|
{
|
|
1583
1586
|
"aria-label": s,
|
|
@@ -1595,7 +1598,7 @@ const de = (t) => {
|
|
|
1595
1598
|
minRows: 4,
|
|
1596
1599
|
name: "Feedback",
|
|
1597
1600
|
onChange: (E) => {
|
|
1598
|
-
c(E.target.value),
|
|
1601
|
+
c(E.target.value), d(E.target.value);
|
|
1599
1602
|
},
|
|
1600
1603
|
onClick: () => a(),
|
|
1601
1604
|
placeholder: l,
|
|
@@ -1620,7 +1623,7 @@ const de = (t) => {
|
|
|
1620
1623
|
]
|
|
1621
1624
|
}
|
|
1622
1625
|
);
|
|
1623
|
-
}, Ht = (t, r) => /* @__PURE__ */ i.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...t }, /* @__PURE__ */ i.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ i.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ i.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })),
|
|
1626
|
+
}, Ht = (t, r) => /* @__PURE__ */ i.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, ...t }, /* @__PURE__ */ i.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ i.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ i.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ i.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ i.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })), be = Y(Ht), Xi = ({
|
|
1624
1627
|
amounts: t,
|
|
1625
1628
|
beat: r,
|
|
1626
1629
|
buttonProps: n,
|
|
@@ -1629,20 +1632,20 @@ const de = (t) => {
|
|
|
1629
1632
|
legendLabelAvg: o,
|
|
1630
1633
|
legendLabelMain: a,
|
|
1631
1634
|
onBarClick: c,
|
|
1632
|
-
...
|
|
1633
|
-
}) => /* @__PURE__ */ e(
|
|
1635
|
+
...d
|
|
1636
|
+
}) => /* @__PURE__ */ e(b, { ...d, beat: r, button: /* @__PURE__ */ e(A, { ...n, beat: r }), children: s.length > 0 ? /* @__PURE__ */ e(
|
|
1634
1637
|
_,
|
|
1635
1638
|
{
|
|
1636
1639
|
amounts: t,
|
|
1637
1640
|
color: l,
|
|
1638
1641
|
data: s,
|
|
1639
|
-
isMini:
|
|
1642
|
+
isMini: d.isMini,
|
|
1640
1643
|
legendLabelAvg: o,
|
|
1641
1644
|
legendLabelMain: a,
|
|
1642
1645
|
margin: { bottom: 32, left: 2, right: 2, top: 24 },
|
|
1643
1646
|
onBarClick: c
|
|
1644
1647
|
}
|
|
1645
|
-
) : /* @__PURE__ */ e(K, { image:
|
|
1648
|
+
) : /* @__PURE__ */ e(K, { image: be }) });
|
|
1646
1649
|
var G = /* @__PURE__ */ ((t) => (t.Primary = "Primary", t.Secondary = "Secondary", t))(G || {});
|
|
1647
1650
|
const Pi = ({
|
|
1648
1651
|
amounts: t,
|
|
@@ -1653,16 +1656,16 @@ const Pi = ({
|
|
|
1653
1656
|
legendLabelAvg: o,
|
|
1654
1657
|
legendLabelMain: a,
|
|
1655
1658
|
onBarClick: c,
|
|
1656
|
-
selectedTabIndex:
|
|
1659
|
+
selectedTabIndex: d,
|
|
1657
1660
|
...m
|
|
1658
1661
|
}) => /* @__PURE__ */ e(
|
|
1659
|
-
|
|
1662
|
+
b,
|
|
1660
1663
|
{
|
|
1661
1664
|
...m,
|
|
1662
1665
|
beat: r,
|
|
1663
|
-
button: s.length ? /* @__PURE__ */
|
|
1666
|
+
button: s.length ? /* @__PURE__ */ h(p, { spacing: 10, sx: { pt: 8 }, children: [
|
|
1664
1667
|
/* @__PURE__ */ e(
|
|
1665
|
-
|
|
1668
|
+
A,
|
|
1666
1669
|
{
|
|
1667
1670
|
...n,
|
|
1668
1671
|
beat: r,
|
|
@@ -1670,7 +1673,7 @@ const Pi = ({
|
|
|
1670
1673
|
}
|
|
1671
1674
|
),
|
|
1672
1675
|
/* @__PURE__ */ e(
|
|
1673
|
-
|
|
1676
|
+
A,
|
|
1674
1677
|
{
|
|
1675
1678
|
...n,
|
|
1676
1679
|
beat: r,
|
|
@@ -1695,7 +1698,7 @@ const Pi = ({
|
|
|
1695
1698
|
top: 24
|
|
1696
1699
|
},
|
|
1697
1700
|
onBarClick: c,
|
|
1698
|
-
selectedTabIndex:
|
|
1701
|
+
selectedTabIndex: d
|
|
1699
1702
|
}
|
|
1700
1703
|
) : /* @__PURE__ */ e(X, {})
|
|
1701
1704
|
}
|
|
@@ -1708,15 +1711,15 @@ const Pi = ({
|
|
|
1708
1711
|
transactionDescription: o,
|
|
1709
1712
|
...a
|
|
1710
1713
|
}) => {
|
|
1711
|
-
const { primary_transaction: c, primary_category_guid:
|
|
1714
|
+
const { primary_transaction: c, primary_category_guid: d } = t;
|
|
1712
1715
|
if (!c) return null;
|
|
1713
|
-
const m = c.top_level_category_guid || c.category_guid ||
|
|
1716
|
+
const m = c.top_level_category_guid || c.category_guid || d || "", E = c.merchant_guid || "", y = m || d, k = s ? "linear-gradient(#19B07B, #006642)" : "linear-gradient(#D9FDEA, #8DF1CE)";
|
|
1714
1717
|
return /* @__PURE__ */ e(
|
|
1715
|
-
|
|
1718
|
+
b,
|
|
1716
1719
|
{
|
|
1717
1720
|
...a,
|
|
1718
1721
|
beat: t,
|
|
1719
|
-
button: /* @__PURE__ */ e(u, { sx: { pb: 16, px: 16 }, children: /* @__PURE__ */ e(
|
|
1722
|
+
button: /* @__PURE__ */ e(u, { sx: { pb: 16, px: 16 }, children: /* @__PURE__ */ e(A, { ...r, beat: t }) }),
|
|
1720
1723
|
contentProps: {
|
|
1721
1724
|
hasFullWidthImage: !0,
|
|
1722
1725
|
sx: { px: 0 }
|
|
@@ -1725,7 +1728,7 @@ const Pi = ({
|
|
|
1725
1728
|
...a.header,
|
|
1726
1729
|
hasFullWidthImage: !0
|
|
1727
1730
|
},
|
|
1728
|
-
children: /* @__PURE__ */ e(u, { sx: { background: k, p: 16, width: "100%" }, children: /* @__PURE__ */ e(j, { sx: { bgcolor: s ? "grey.800" : "common.white", p: 16 }, children: /* @__PURE__ */
|
|
1731
|
+
children: /* @__PURE__ */ e(u, { sx: { background: k, p: 16, width: "100%" }, children: /* @__PURE__ */ e(j, { sx: { bgcolor: s ? "grey.800" : "common.white", p: 16 }, children: /* @__PURE__ */ h(p, { sx: { alignItems: "center", gap: 12 }, children: [
|
|
1729
1732
|
/* @__PURE__ */ e(
|
|
1730
1733
|
U,
|
|
1731
1734
|
{
|
|
@@ -1735,12 +1738,12 @@ const Pi = ({
|
|
|
1735
1738
|
size: 40
|
|
1736
1739
|
}
|
|
1737
1740
|
),
|
|
1738
|
-
/* @__PURE__ */
|
|
1741
|
+
/* @__PURE__ */ h(p, { sx: { alignItems: "center", gap: 4 }, children: [
|
|
1739
1742
|
/* @__PURE__ */ e(ae, { color: "success.main", children: l }),
|
|
1740
1743
|
/* @__PURE__ */ e(M, { bold: !0, sx: { fontSize: 13, lineHeight: "16px" }, children: o }),
|
|
1741
|
-
/* @__PURE__ */
|
|
1744
|
+
/* @__PURE__ */ h(p, { sx: { alignItems: "center", flexDirection: "row", gap: 4 }, children: [
|
|
1742
1745
|
y && /* @__PURE__ */ e(
|
|
1743
|
-
|
|
1746
|
+
Ce,
|
|
1744
1747
|
{
|
|
1745
1748
|
categoryGuid: m,
|
|
1746
1749
|
icon_ratio: 1,
|
|
@@ -1756,7 +1759,7 @@ const Pi = ({
|
|
|
1756
1759
|
}
|
|
1757
1760
|
);
|
|
1758
1761
|
}, Q = ({ sx: t }) => /* @__PURE__ */ e(
|
|
1759
|
-
|
|
1762
|
+
g,
|
|
1760
1763
|
{
|
|
1761
1764
|
fill: !0,
|
|
1762
1765
|
name: "circle",
|
|
@@ -1785,7 +1788,7 @@ const Pi = ({
|
|
|
1785
1788
|
p: 16,
|
|
1786
1789
|
width: "100%"
|
|
1787
1790
|
},
|
|
1788
|
-
children: /* @__PURE__ */
|
|
1791
|
+
children: /* @__PURE__ */ h(
|
|
1789
1792
|
u,
|
|
1790
1793
|
{
|
|
1791
1794
|
ref: o,
|
|
@@ -1800,7 +1803,7 @@ const Pi = ({
|
|
|
1800
1803
|
},
|
|
1801
1804
|
children: [
|
|
1802
1805
|
/* @__PURE__ */ e(ce, { height: a, shouldRun: s, width: c }),
|
|
1803
|
-
/* @__PURE__ */
|
|
1806
|
+
/* @__PURE__ */ h(
|
|
1804
1807
|
u,
|
|
1805
1808
|
{
|
|
1806
1809
|
sx: {
|
|
@@ -1811,7 +1814,7 @@ const Pi = ({
|
|
|
1811
1814
|
width: 268
|
|
1812
1815
|
},
|
|
1813
1816
|
children: [
|
|
1814
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ h(
|
|
1815
1818
|
u,
|
|
1816
1819
|
{
|
|
1817
1820
|
sx: {
|
|
@@ -1835,7 +1838,7 @@ const Pi = ({
|
|
|
1835
1838
|
/* @__PURE__ */ e(Q, { sx: { marginLeft: 11 } }),
|
|
1836
1839
|
/* @__PURE__ */ e(Q, { sx: { marginLeft: 4 } }),
|
|
1837
1840
|
s ? /* @__PURE__ */ e(
|
|
1838
|
-
|
|
1841
|
+
g,
|
|
1839
1842
|
{
|
|
1840
1843
|
fill: !0,
|
|
1841
1844
|
name: "check_circle",
|
|
@@ -1849,7 +1852,7 @@ const Pi = ({
|
|
|
1849
1852
|
}
|
|
1850
1853
|
}
|
|
1851
1854
|
) : /* @__PURE__ */ e(
|
|
1852
|
-
|
|
1855
|
+
g,
|
|
1853
1856
|
{
|
|
1854
1857
|
name: "link",
|
|
1855
1858
|
size: 28,
|
|
@@ -1911,12 +1914,12 @@ const Pi = ({
|
|
|
1911
1914
|
height: "100%",
|
|
1912
1915
|
justifyContent: "space-between",
|
|
1913
1916
|
sx: { bgcolor: "background.paper" },
|
|
1914
|
-
children: /* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
1917
|
+
children: /* @__PURE__ */ h(u, { height: "100%", overflow: "auto", children: [
|
|
1918
|
+
/* @__PURE__ */ h(u, { children: [
|
|
1916
1919
|
/* @__PURE__ */ e(ae, { sx: { p: "16px 24px 8px 24px", whiteSpace: "wrap" }, children: t.header_text }),
|
|
1917
|
-
/* @__PURE__ */
|
|
1920
|
+
/* @__PURE__ */ h(p, { sx: { gap: 12, px: 24 }, children: [
|
|
1918
1921
|
/* @__PURE__ */ e(S, { color: "textSecondary", fontSize: 13, children: t.description }),
|
|
1919
|
-
/* @__PURE__ */ e(Ee, { children: t.benefits_list_array.map((n, l) => /* @__PURE__ */
|
|
1922
|
+
/* @__PURE__ */ e(Ee, { children: t.benefits_list_array.map((n, l) => /* @__PURE__ */ h(
|
|
1920
1923
|
ue,
|
|
1921
1924
|
{
|
|
1922
1925
|
sx: {
|
|
@@ -1927,7 +1930,7 @@ const Pi = ({
|
|
|
1927
1930
|
minHeight: "unset"
|
|
1928
1931
|
},
|
|
1929
1932
|
children: [
|
|
1930
|
-
/* @__PURE__ */ e(ie, { children: /* @__PURE__ */ e(
|
|
1933
|
+
/* @__PURE__ */ e(ie, { children: /* @__PURE__ */ e(g, { color: "success", name: "check_circle", size: 16, sx: { lineHeight: 1.2 } }) }),
|
|
1931
1934
|
/* @__PURE__ */ e(
|
|
1932
1935
|
re,
|
|
1933
1936
|
{
|
|
@@ -1942,10 +1945,10 @@ const Pi = ({
|
|
|
1942
1945
|
)) })
|
|
1943
1946
|
] })
|
|
1944
1947
|
] }),
|
|
1945
|
-
/* @__PURE__ */
|
|
1948
|
+
/* @__PURE__ */ h(u, { children: [
|
|
1946
1949
|
/* @__PURE__ */ e(M, { bold: !0, fontSize: 15, sx: { p: "16px 24px 8px 24px" }, children: t.shared_info_header_text }),
|
|
1947
1950
|
/* @__PURE__ */ e(S, { color: "textSecondary", fontSize: 13, sx: { mb: 16, mx: 24 }, children: t.shared_info_description }),
|
|
1948
|
-
/* @__PURE__ */ e(Ee, { sx: { p: "16px 24px" }, children: t.shared_info_list_array.map((n, l) => /* @__PURE__ */
|
|
1951
|
+
/* @__PURE__ */ e(Ee, { sx: { p: "16px 24px" }, children: t.shared_info_list_array.map((n, l) => /* @__PURE__ */ h(
|
|
1949
1952
|
ue,
|
|
1950
1953
|
{
|
|
1951
1954
|
sx: {
|
|
@@ -1961,7 +1964,7 @@ const Pi = ({
|
|
|
1961
1964
|
p: 16
|
|
1962
1965
|
},
|
|
1963
1966
|
children: [
|
|
1964
|
-
/* @__PURE__ */ e(ie, { children: /* @__PURE__ */ e(
|
|
1967
|
+
/* @__PURE__ */ e(ie, { children: /* @__PURE__ */ e(g, { name: n.icon_name, size: 24 }) }),
|
|
1965
1968
|
/* @__PURE__ */ e(
|
|
1966
1969
|
re,
|
|
1967
1970
|
{
|
|
@@ -1982,15 +1985,15 @@ const Pi = ({
|
|
|
1982
1985
|
`lower-list-${l}`
|
|
1983
1986
|
)) })
|
|
1984
1987
|
] }),
|
|
1985
|
-
/* @__PURE__ */
|
|
1988
|
+
/* @__PURE__ */ h(p, { sx: { alignItems: "center", justifyContent: "center", pb: 16 }, children: [
|
|
1986
1989
|
/* @__PURE__ */ e(M, { bold: !0, sx: { p: "16px 24px 8px 24px" }, children: t.footer_title }),
|
|
1987
|
-
/* @__PURE__ */
|
|
1990
|
+
/* @__PURE__ */ h(u, { sx: { display: "flex", gap: 24, p: "12px 24px" }, children: [
|
|
1988
1991
|
/* @__PURE__ */ e(
|
|
1989
1992
|
z,
|
|
1990
1993
|
{
|
|
1991
1994
|
"aria-label": t.aria_label_thumbs_down,
|
|
1992
1995
|
onClick: () => r("no"),
|
|
1993
|
-
children: /* @__PURE__ */ e(
|
|
1996
|
+
children: /* @__PURE__ */ e(g, { color: "secondary", name: "thumb_down", size: 24 })
|
|
1994
1997
|
}
|
|
1995
1998
|
),
|
|
1996
1999
|
/* @__PURE__ */ e(
|
|
@@ -1998,7 +2001,7 @@ const Pi = ({
|
|
|
1998
2001
|
{
|
|
1999
2002
|
"aria-label": t.aria_label_thumbs_up,
|
|
2000
2003
|
onClick: () => r("yes"),
|
|
2001
|
-
children: /* @__PURE__ */ e(
|
|
2004
|
+
children: /* @__PURE__ */ e(g, { color: "secondary", name: "thumb_up", size: 24 })
|
|
2002
2005
|
}
|
|
2003
2006
|
)
|
|
2004
2007
|
] })
|
|
@@ -2032,7 +2035,7 @@ const Pi = ({
|
|
|
2032
2035
|
marginBottom: 16,
|
|
2033
2036
|
width: r ? "30%" : "50%"
|
|
2034
2037
|
}, o = t ? { ...s, width: r ? "50%" : "70%" } : s;
|
|
2035
|
-
return /* @__PURE__ */ e(
|
|
2038
|
+
return /* @__PURE__ */ e(b, { ...n, isMini: r, children: /* @__PURE__ */ e(K, { divProps: { style: o }, image: l }) });
|
|
2036
2039
|
}, _i = ({
|
|
2037
2040
|
altLoadingText: t,
|
|
2038
2041
|
beat: r,
|
|
@@ -2040,13 +2043,13 @@ const Pi = ({
|
|
|
2040
2043
|
header: l,
|
|
2041
2044
|
isMini: s
|
|
2042
2045
|
}) => /* @__PURE__ */ e(
|
|
2043
|
-
|
|
2046
|
+
b,
|
|
2044
2047
|
{
|
|
2045
2048
|
altLoadingText: t,
|
|
2046
2049
|
beat: r,
|
|
2047
|
-
button: /* @__PURE__ */
|
|
2050
|
+
button: /* @__PURE__ */ h(p, { spacing: 10, children: [
|
|
2048
2051
|
/* @__PURE__ */ e(
|
|
2049
|
-
|
|
2052
|
+
A,
|
|
2050
2053
|
{
|
|
2051
2054
|
beat: r,
|
|
2052
2055
|
...n,
|
|
@@ -2054,7 +2057,7 @@ const Pi = ({
|
|
|
2054
2057
|
}
|
|
2055
2058
|
),
|
|
2056
2059
|
r.supporting_action && /* @__PURE__ */ e(
|
|
2057
|
-
|
|
2060
|
+
A,
|
|
2058
2061
|
{
|
|
2059
2062
|
...n,
|
|
2060
2063
|
beat: r,
|
|
@@ -2084,10 +2087,10 @@ const Pi = ({
|
|
|
2084
2087
|
onBarClick: a,
|
|
2085
2088
|
...c
|
|
2086
2089
|
}) => /* @__PURE__ */ e(
|
|
2087
|
-
|
|
2090
|
+
b,
|
|
2088
2091
|
{
|
|
2089
2092
|
beat: t,
|
|
2090
|
-
button: l.length ? /* @__PURE__ */ e(p, { children: /* @__PURE__ */ e(
|
|
2093
|
+
button: l.length ? /* @__PURE__ */ e(p, { children: /* @__PURE__ */ e(A, { ...r, beat: t }) }) : null,
|
|
2091
2094
|
...c,
|
|
2092
2095
|
children: l.length ? /* @__PURE__ */ e(
|
|
2093
2096
|
he,
|
|
@@ -2116,10 +2119,10 @@ const Pi = ({
|
|
|
2116
2119
|
showGoalContributedLastMonth: o,
|
|
2117
2120
|
showProjectedToCompleteDate: a,
|
|
2118
2121
|
title: c,
|
|
2119
|
-
totalSavedText:
|
|
2122
|
+
totalSavedText: d
|
|
2120
2123
|
}) => {
|
|
2121
2124
|
const m = Re(n ? "dark" : "light");
|
|
2122
|
-
return /* @__PURE__ */ e(Ke, { theme: m, children: /* @__PURE__ */ e(u, { className: "mx-insights-mefr-body", "data-ui-test": "mefr-body", sx: { mb: 16 }, children: /* @__PURE__ */
|
|
2125
|
+
return /* @__PURE__ */ e(Ke, { theme: m, children: /* @__PURE__ */ e(u, { className: "mx-insights-mefr-body", "data-ui-test": "mefr-body", sx: { mb: 16 }, children: /* @__PURE__ */ h(et, { title: c, children: [
|
|
2123
2126
|
/* @__PURE__ */ e(
|
|
2124
2127
|
$e,
|
|
2125
2128
|
{
|
|
@@ -2127,7 +2130,7 @@ const Pi = ({
|
|
|
2127
2130
|
percentageCompleteText: s
|
|
2128
2131
|
}
|
|
2129
2132
|
),
|
|
2130
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ h(
|
|
2131
2134
|
u,
|
|
2132
2135
|
{
|
|
2133
2136
|
className: "mx-insights-mefr-body-content",
|
|
@@ -2140,14 +2143,14 @@ const Pi = ({
|
|
|
2140
2143
|
Ft,
|
|
2141
2144
|
{
|
|
2142
2145
|
showGoalContributedLastMonth: o,
|
|
2143
|
-
totalSavedText:
|
|
2146
|
+
totalSavedText: d
|
|
2144
2147
|
}
|
|
2145
2148
|
)
|
|
2146
2149
|
]
|
|
2147
2150
|
}
|
|
2148
2151
|
)
|
|
2149
2152
|
] }) }) });
|
|
2150
|
-
}, Ot = ({ goalContribution: t }) => /* @__PURE__ */
|
|
2153
|
+
}, Ot = ({ goalContribution: t }) => /* @__PURE__ */ h(
|
|
2151
2154
|
p,
|
|
2152
2155
|
{
|
|
2153
2156
|
"data-ui-test": "mefr-body-contributed",
|
|
@@ -2158,7 +2161,7 @@ const Pi = ({
|
|
|
2158
2161
|
size: 13
|
|
2159
2162
|
},
|
|
2160
2163
|
children: [
|
|
2161
|
-
/* @__PURE__ */ e(
|
|
2164
|
+
/* @__PURE__ */ e(g, { color: "secondary", fill: !0, name: "bid_landscape", sx: { mr: 4 } }),
|
|
2162
2165
|
/* @__PURE__ */ e(
|
|
2163
2166
|
M,
|
|
2164
2167
|
{
|
|
@@ -2169,7 +2172,7 @@ const Pi = ({
|
|
|
2169
2172
|
)
|
|
2170
2173
|
]
|
|
2171
2174
|
}
|
|
2172
|
-
), Yt = ({ goalCompletionDate: t }) => /* @__PURE__ */
|
|
2175
|
+
), Yt = ({ goalCompletionDate: t }) => /* @__PURE__ */ h(
|
|
2173
2176
|
p,
|
|
2174
2177
|
{
|
|
2175
2178
|
"data-ui-test": "mefr-body-projected",
|
|
@@ -2180,7 +2183,7 @@ const Pi = ({
|
|
|
2180
2183
|
size: 13
|
|
2181
2184
|
},
|
|
2182
2185
|
children: [
|
|
2183
|
-
/* @__PURE__ */ e(
|
|
2186
|
+
/* @__PURE__ */ e(g, { name: "calendar_month", sx: { mr: 4 } }),
|
|
2184
2187
|
/* @__PURE__ */ e(
|
|
2185
2188
|
M,
|
|
2186
2189
|
{
|
|
@@ -2194,7 +2197,7 @@ const Pi = ({
|
|
|
2194
2197
|
), Ft = ({
|
|
2195
2198
|
showGoalContributedLastMonth: t,
|
|
2196
2199
|
totalSavedText: r
|
|
2197
|
-
}) => /* @__PURE__ */
|
|
2200
|
+
}) => /* @__PURE__ */ h(
|
|
2198
2201
|
p,
|
|
2199
2202
|
{
|
|
2200
2203
|
"data-ui-test": "mefr-body-saved",
|
|
@@ -2205,7 +2208,7 @@ const Pi = ({
|
|
|
2205
2208
|
size: 13
|
|
2206
2209
|
},
|
|
2207
2210
|
children: [
|
|
2208
|
-
/* @__PURE__ */ e(
|
|
2211
|
+
/* @__PURE__ */ e(g, { name: "paid", sx: { mr: 4 } }),
|
|
2209
2212
|
/* @__PURE__ */ e(
|
|
2210
2213
|
M,
|
|
2211
2214
|
{
|
|
@@ -2227,10 +2230,10 @@ const Pi = ({
|
|
|
2227
2230
|
onBarClick: a,
|
|
2228
2231
|
...c
|
|
2229
2232
|
}) => /* @__PURE__ */ e(
|
|
2230
|
-
|
|
2233
|
+
b,
|
|
2231
2234
|
{
|
|
2232
2235
|
beat: t,
|
|
2233
|
-
button: l.length ? /* @__PURE__ */ e(p, { children: /* @__PURE__ */ e(
|
|
2236
|
+
button: l.length ? /* @__PURE__ */ e(p, { children: /* @__PURE__ */ e(A, { ...r, beat: t }) }) : null,
|
|
2234
2237
|
...c,
|
|
2235
2238
|
children: l.length ? /* @__PURE__ */ e(
|
|
2236
2239
|
he,
|
|
@@ -2259,20 +2262,20 @@ const Pi = ({
|
|
|
2259
2262
|
legendLabelAvg: o,
|
|
2260
2263
|
legendLabelMain: a,
|
|
2261
2264
|
onBarClick: c,
|
|
2262
|
-
...
|
|
2263
|
-
}) => /* @__PURE__ */ e(
|
|
2265
|
+
...d
|
|
2266
|
+
}) => /* @__PURE__ */ e(b, { ...d, beat: r, button: /* @__PURE__ */ e(A, { ...n, beat: r }), children: s.length > 0 ? /* @__PURE__ */ e(
|
|
2264
2267
|
_,
|
|
2265
2268
|
{
|
|
2266
2269
|
amounts: t,
|
|
2267
2270
|
color: l,
|
|
2268
2271
|
data: s,
|
|
2269
|
-
isMini:
|
|
2272
|
+
isMini: d.isMini,
|
|
2270
2273
|
legendLabelAvg: o,
|
|
2271
2274
|
legendLabelMain: a,
|
|
2272
2275
|
margin: { bottom: 32, left: 2, right: 2, top: 24 },
|
|
2273
2276
|
onBarClick: c
|
|
2274
2277
|
}
|
|
2275
|
-
) : /* @__PURE__ */ e(K, { image:
|
|
2278
|
+
) : /* @__PURE__ */ e(K, { image: be }) }), r1 = ({
|
|
2276
2279
|
beat: t,
|
|
2277
2280
|
buttonProps: r,
|
|
2278
2281
|
colors: n,
|
|
@@ -2282,11 +2285,11 @@ const Pi = ({
|
|
|
2282
2285
|
onBarClick: a,
|
|
2283
2286
|
...c
|
|
2284
2287
|
}) => /* @__PURE__ */ e(
|
|
2285
|
-
|
|
2288
|
+
b,
|
|
2286
2289
|
{
|
|
2287
2290
|
...c,
|
|
2288
2291
|
beat: t,
|
|
2289
|
-
button: l.length ? /* @__PURE__ */ e(p, { spacing: 10, sx: { pt: 8 }, children: /* @__PURE__ */ e(
|
|
2292
|
+
button: l.length ? /* @__PURE__ */ e(p, { spacing: 10, sx: { pt: 8 }, children: /* @__PURE__ */ e(A, { ...r, beat: t }) }) : null,
|
|
2290
2293
|
children: l.length ? /* @__PURE__ */ e(
|
|
2291
2294
|
he,
|
|
2292
2295
|
{
|
|
@@ -2311,11 +2314,11 @@ const Pi = ({
|
|
|
2311
2314
|
transactions: n,
|
|
2312
2315
|
...l
|
|
2313
2316
|
}) => /* @__PURE__ */ e(
|
|
2314
|
-
|
|
2317
|
+
b,
|
|
2315
2318
|
{
|
|
2316
2319
|
...l,
|
|
2317
2320
|
beat: t,
|
|
2318
|
-
button: t.call_to_action && /* @__PURE__ */ e(
|
|
2321
|
+
button: t.call_to_action && /* @__PURE__ */ e(A, { ...r, beat: t }),
|
|
2319
2322
|
children: n.length > 1 ? /* @__PURE__ */ e(
|
|
2320
2323
|
Kt,
|
|
2321
2324
|
{
|
|
@@ -2414,7 +2417,7 @@ const Pi = ({
|
|
|
2414
2417
|
)
|
|
2415
2418
|
}
|
|
2416
2419
|
);
|
|
2417
|
-
}, Wt = ({ amount: t, categoryGuid: r, description: n, feedDescription: l, merchantGuid: s }) => /* @__PURE__ */
|
|
2420
|
+
}, Wt = ({ amount: t, categoryGuid: r, description: n, feedDescription: l, merchantGuid: s }) => /* @__PURE__ */ h(
|
|
2418
2421
|
p,
|
|
2419
2422
|
{
|
|
2420
2423
|
sx: {
|
|
@@ -2455,14 +2458,14 @@ const Pi = ({
|
|
|
2455
2458
|
legendLabelMain: o,
|
|
2456
2459
|
onBarClick: a,
|
|
2457
2460
|
selectedTabIndex: c,
|
|
2458
|
-
...
|
|
2461
|
+
...d
|
|
2459
2462
|
}) => /* @__PURE__ */ e(
|
|
2460
|
-
|
|
2463
|
+
b,
|
|
2461
2464
|
{
|
|
2462
|
-
...
|
|
2465
|
+
...d,
|
|
2463
2466
|
beat: r,
|
|
2464
2467
|
button: s.length ? /* @__PURE__ */ e(p, { spacing: 10, sx: { pt: 8 }, children: /* @__PURE__ */ e(
|
|
2465
|
-
|
|
2468
|
+
A,
|
|
2466
2469
|
{
|
|
2467
2470
|
...n,
|
|
2468
2471
|
beat: r,
|
|
@@ -2475,7 +2478,7 @@ const Pi = ({
|
|
|
2475
2478
|
amounts: t,
|
|
2476
2479
|
color: l,
|
|
2477
2480
|
data: s,
|
|
2478
|
-
isMini:
|
|
2481
|
+
isMini: d.isMini,
|
|
2479
2482
|
legendLabelMain: o,
|
|
2480
2483
|
margin: {
|
|
2481
2484
|
bottom: 32,
|
|
@@ -2497,9 +2500,9 @@ const Pi = ({
|
|
|
2497
2500
|
isMini: o,
|
|
2498
2501
|
headerString: a,
|
|
2499
2502
|
rightLowerText: c,
|
|
2500
|
-
rightUpperText:
|
|
2503
|
+
rightUpperText: d
|
|
2501
2504
|
}) => /* @__PURE__ */ e(
|
|
2502
|
-
|
|
2505
|
+
Ae,
|
|
2503
2506
|
{
|
|
2504
2507
|
account: t,
|
|
2505
2508
|
animation: r,
|
|
@@ -2509,9 +2512,9 @@ const Pi = ({
|
|
|
2509
2512
|
leftLowerText: n,
|
|
2510
2513
|
leftUpperText: l,
|
|
2511
2514
|
rightLowerText: c,
|
|
2512
|
-
rightUpperText:
|
|
2515
|
+
rightUpperText: d
|
|
2513
2516
|
}
|
|
2514
|
-
),
|
|
2517
|
+
), xe = ({ accountGuid: t, accountName: r }) => /* @__PURE__ */ h(
|
|
2515
2518
|
p,
|
|
2516
2519
|
{
|
|
2517
2520
|
className: "mx-insights-sdd-account-Card",
|
|
@@ -2553,16 +2556,16 @@ const Pi = ({
|
|
|
2553
2556
|
externalAccountName: r,
|
|
2554
2557
|
heldAccountName: n,
|
|
2555
2558
|
sourceAccountGuid: l
|
|
2556
|
-
}) => /* @__PURE__ */
|
|
2559
|
+
}) => /* @__PURE__ */ h(
|
|
2557
2560
|
p,
|
|
2558
2561
|
{
|
|
2559
2562
|
className: "mx-insights-sdd-main-container",
|
|
2560
2563
|
direction: "row",
|
|
2561
2564
|
sx: { gap: 8, justifyContent: "center", py: 12, width: "100%" },
|
|
2562
2565
|
children: [
|
|
2563
|
-
/* @__PURE__ */ e(
|
|
2566
|
+
/* @__PURE__ */ e(xe, { accountGuid: l, accountName: r }),
|
|
2564
2567
|
/* @__PURE__ */ e(
|
|
2565
|
-
|
|
2568
|
+
g,
|
|
2566
2569
|
{
|
|
2567
2570
|
className: "mx-insights-sdd-arrow-forward-icon",
|
|
2568
2571
|
name: "arrow_forward",
|
|
@@ -2571,7 +2574,7 @@ const Pi = ({
|
|
|
2571
2574
|
weight: 400
|
|
2572
2575
|
}
|
|
2573
2576
|
),
|
|
2574
|
-
/* @__PURE__ */ e(
|
|
2577
|
+
/* @__PURE__ */ e(xe, { accountGuid: t, accountName: n })
|
|
2575
2578
|
]
|
|
2576
2579
|
}
|
|
2577
2580
|
), s1 = ({
|
|
@@ -2583,20 +2586,20 @@ const Pi = ({
|
|
|
2583
2586
|
headerString: o,
|
|
2584
2587
|
isComplete: a,
|
|
2585
2588
|
isMini: c,
|
|
2586
|
-
leftLowerText:
|
|
2589
|
+
leftLowerText: d,
|
|
2587
2590
|
leftUpperText: m,
|
|
2588
2591
|
rightLowerText: E,
|
|
2589
2592
|
rightUpperText: y,
|
|
2590
2593
|
sourceAccountGuid: k
|
|
2591
2594
|
}) => /* @__PURE__ */ e(Z.Fragment, { children: a ? /* @__PURE__ */ e(
|
|
2592
|
-
|
|
2595
|
+
Ae,
|
|
2593
2596
|
{
|
|
2594
2597
|
account: t,
|
|
2595
2598
|
animation: r,
|
|
2596
2599
|
headerString: o,
|
|
2597
2600
|
isComplete: a,
|
|
2598
2601
|
isMini: c,
|
|
2599
|
-
leftLowerText:
|
|
2602
|
+
leftLowerText: d,
|
|
2600
2603
|
leftUpperText: m,
|
|
2601
2604
|
rightLowerText: E,
|
|
2602
2605
|
rightUpperText: y
|
|
@@ -2609,7 +2612,7 @@ const Pi = ({
|
|
|
2609
2612
|
heldAccountName: s,
|
|
2610
2613
|
sourceAccountGuid: k
|
|
2611
2614
|
}
|
|
2612
|
-
) }),
|
|
2615
|
+
) }), Tt = ({
|
|
2613
2616
|
beat: t,
|
|
2614
2617
|
category: r,
|
|
2615
2618
|
formattedNumber: n,
|
|
@@ -2636,7 +2639,7 @@ const Pi = ({
|
|
|
2636
2639
|
width: "100%"
|
|
2637
2640
|
}
|
|
2638
2641
|
};
|
|
2639
|
-
return /* @__PURE__ */ e(p, { sx: a.boxContainer, children: /* @__PURE__ */
|
|
2642
|
+
return /* @__PURE__ */ e(p, { sx: a.boxContainer, children: /* @__PURE__ */ h(
|
|
2640
2643
|
j,
|
|
2641
2644
|
{
|
|
2642
2645
|
sx: {
|
|
@@ -2663,9 +2666,9 @@ const Pi = ({
|
|
|
2663
2666
|
}
|
|
2664
2667
|
),
|
|
2665
2668
|
/* @__PURE__ */ e(S, { sx: { fontSize: 13, fontWeight: 400, p: 4 }, variant: "Small", children: t.primary_transaction?.description }),
|
|
2666
|
-
/* @__PURE__ */
|
|
2669
|
+
/* @__PURE__ */ h(p, { alignItems: "center", direction: "row", children: [
|
|
2667
2670
|
t.primary_transaction?.top_level_category_guid && /* @__PURE__ */ e(
|
|
2668
|
-
|
|
2671
|
+
Ce,
|
|
2669
2672
|
{
|
|
2670
2673
|
categoryGuid: t.primary_transaction?.top_level_category_guid,
|
|
2671
2674
|
icon_ratio: 1,
|
|
@@ -2694,11 +2697,11 @@ const Pi = ({
|
|
|
2694
2697
|
isMini: o,
|
|
2695
2698
|
...a
|
|
2696
2699
|
}) => /* @__PURE__ */ e(
|
|
2697
|
-
|
|
2700
|
+
b,
|
|
2698
2701
|
{
|
|
2699
2702
|
...a,
|
|
2700
2703
|
beat: t,
|
|
2701
|
-
button: /* @__PURE__ */ e(u, { sx: { pt: 8, px: 16 }, children: /* @__PURE__ */ e(
|
|
2704
|
+
button: /* @__PURE__ */ e(u, { sx: { pt: 8, px: 16 }, children: /* @__PURE__ */ e(A, { ...r, beat: t }) }),
|
|
2702
2705
|
contentProps: {
|
|
2703
2706
|
hasFullWidthImage: !0
|
|
2704
2707
|
},
|
|
@@ -2708,7 +2711,7 @@ const Pi = ({
|
|
|
2708
2711
|
},
|
|
2709
2712
|
isMini: o,
|
|
2710
2713
|
children: /* @__PURE__ */ e(
|
|
2711
|
-
|
|
2714
|
+
Tt,
|
|
2712
2715
|
{
|
|
2713
2716
|
beat: t,
|
|
2714
2717
|
category: n,
|
|
@@ -2718,7 +2721,7 @@ const Pi = ({
|
|
|
2718
2721
|
}
|
|
2719
2722
|
)
|
|
2720
2723
|
}
|
|
2721
|
-
),
|
|
2724
|
+
), Dt = ({ noSpendDays: t, daysOfTheWeek: r }) => {
|
|
2722
2725
|
const n = F();
|
|
2723
2726
|
return /* @__PURE__ */ e(
|
|
2724
2727
|
le,
|
|
@@ -2733,7 +2736,7 @@ const Pi = ({
|
|
|
2733
2736
|
width: "100%",
|
|
2734
2737
|
children: r.map((l, s) => {
|
|
2735
2738
|
const o = t[l];
|
|
2736
|
-
return /* @__PURE__ */
|
|
2739
|
+
return /* @__PURE__ */ h(le, { alignItems: "center", spacing: 3, children: [
|
|
2737
2740
|
/* @__PURE__ */ e(
|
|
2738
2741
|
M,
|
|
2739
2742
|
{
|
|
@@ -2757,11 +2760,11 @@ const Pi = ({
|
|
|
2757
2760
|
displayData: l,
|
|
2758
2761
|
...s
|
|
2759
2762
|
}) => {
|
|
2760
|
-
const { no_spend_days: o } = t.payload, { noSpendDays: a, dollarBillAltText: c, daysOfTheWeek:
|
|
2761
|
-
return /* @__PURE__ */ e(
|
|
2763
|
+
const { no_spend_days: o } = t.payload, { noSpendDays: a, dollarBillAltText: c, daysOfTheWeek: d } = l, m = $t[o.length || 0], E = Z.useRef(null), { height: y, width: k } = de(E);
|
|
2764
|
+
return /* @__PURE__ */ e(b, { ...s, beat: t, button: /* @__PURE__ */ e(A, { ...r, beat: t }), children: n ? /* @__PURE__ */ e(bt, {}) : /* @__PURE__ */ h(le, { ref: E, alignItems: "center", justifyContent: "center", width: "100%", children: [
|
|
2762
2765
|
/* @__PURE__ */ e("img", { alt: c, src: m, width: 138 }),
|
|
2763
2766
|
o?.length >= 4 && /* @__PURE__ */ e(ce, { height: y, shouldRun: !0, width: k }),
|
|
2764
|
-
/* @__PURE__ */ e(
|
|
2767
|
+
/* @__PURE__ */ e(Dt, { daysOfTheWeek: d, noSpendDays: a })
|
|
2765
2768
|
] }) });
|
|
2766
2769
|
}, ei = ({
|
|
2767
2770
|
children: t,
|
|
@@ -2769,7 +2772,7 @@ const Pi = ({
|
|
|
2769
2772
|
shouldShow: n,
|
|
2770
2773
|
onClose: l,
|
|
2771
2774
|
...s
|
|
2772
|
-
}) => /* @__PURE__ */
|
|
2775
|
+
}) => /* @__PURE__ */ h(ge, { fullScreen: !0, onClose: l, open: n, ...s, children: [
|
|
2773
2776
|
/* @__PURE__ */ e(Ze, { children: r.title }),
|
|
2774
2777
|
/* @__PURE__ */ e(
|
|
2775
2778
|
z,
|
|
@@ -2781,7 +2784,7 @@ const Pi = ({
|
|
|
2781
2784
|
right: 8,
|
|
2782
2785
|
top: 8
|
|
2783
2786
|
},
|
|
2784
|
-
children: /* @__PURE__ */ e(
|
|
2787
|
+
children: /* @__PURE__ */ e(g, { name: "close" })
|
|
2785
2788
|
}
|
|
2786
2789
|
),
|
|
2787
2790
|
/* @__PURE__ */ e(Qe, { sx: { mb: 24 }, children: t })
|
|
@@ -2825,18 +2828,18 @@ const Pi = ({
|
|
|
2825
2828
|
isLoading: s,
|
|
2826
2829
|
...o
|
|
2827
2830
|
}) => {
|
|
2828
|
-
const [a, c] = Z.useState(t.were_working_on_it), [
|
|
2831
|
+
const [a, c] = Z.useState(t.were_working_on_it), [d, m] = Z.useState(0);
|
|
2829
2832
|
return Z.useEffect(() => {
|
|
2830
|
-
if (
|
|
2833
|
+
if (d <= 2) {
|
|
2831
2834
|
const E = [t.were_working_on_it, t.were_getting_closer, t.almost_there], y = setTimeout(() => {
|
|
2832
|
-
m(
|
|
2835
|
+
m(d + 1), c(E[d]);
|
|
2833
2836
|
}, 4e3);
|
|
2834
2837
|
return () => clearTimeout(y);
|
|
2835
2838
|
}
|
|
2836
|
-
}, [t,
|
|
2837
|
-
/* @__PURE__ */ e(p, { sx: { alignItems: "center", justifyContent: "space-between", mb: 24 }, children: /* @__PURE__ */ e(te, { borderColor: "#E5E5E5", size: 119, children: /* @__PURE__ */ e(te, { borderColor: "#B2B2B2", size: 97, children: /* @__PURE__ */
|
|
2839
|
+
}, [t, d, a]), /* @__PURE__ */ h(ei, { copy: t, ...o, children: [
|
|
2840
|
+
/* @__PURE__ */ e(p, { sx: { alignItems: "center", justifyContent: "space-between", mb: 24 }, children: /* @__PURE__ */ e(te, { borderColor: "#E5E5E5", size: 119, children: /* @__PURE__ */ e(te, { borderColor: "#B2B2B2", size: 97, children: /* @__PURE__ */ h(te, { borderColor: "#808080", size: 75, children: [
|
|
2838
2841
|
/* @__PURE__ */ e(ti, {}),
|
|
2839
|
-
/* @__PURE__ */
|
|
2842
|
+
/* @__PURE__ */ h(u, { sx: { alignItems: "center", display: "flex", gap: 4, zIndex: 1 }, children: [
|
|
2840
2843
|
/* @__PURE__ */ e(
|
|
2841
2844
|
V,
|
|
2842
2845
|
{
|
|
@@ -2848,8 +2851,8 @@ const Pi = ({
|
|
|
2848
2851
|
),
|
|
2849
2852
|
/* @__PURE__ */ e(B, {}),
|
|
2850
2853
|
/* @__PURE__ */ e(B, {}),
|
|
2851
|
-
l ? /* @__PURE__ */ e(
|
|
2852
|
-
|
|
2854
|
+
l ? /* @__PURE__ */ e(g, { color: "error", fill: !0, name: "error", size: 32 }) : /* @__PURE__ */ e(
|
|
2855
|
+
g,
|
|
2853
2856
|
{
|
|
2854
2857
|
fill: !0,
|
|
2855
2858
|
name: "nest_clock_farsight_analog",
|
|
@@ -2873,21 +2876,21 @@ const Pi = ({
|
|
|
2873
2876
|
height: 64,
|
|
2874
2877
|
width: 64
|
|
2875
2878
|
},
|
|
2876
|
-
children: /* @__PURE__ */ e(
|
|
2879
|
+
children: /* @__PURE__ */ e(g, { fill: !0, name: "monetization_on", size: 48 })
|
|
2877
2880
|
}
|
|
2878
2881
|
)
|
|
2879
2882
|
] })
|
|
2880
2883
|
] }) }) }) }),
|
|
2881
|
-
/* @__PURE__ */
|
|
2884
|
+
/* @__PURE__ */ h(p, { sx: { alignItems: "center", justifyContent: "center" }, children: [
|
|
2882
2885
|
n && !l && /* @__PURE__ */ e(ee, { sx: { textAlign: "center", whiteSpace: "wrap" }, children: t.your_direct_deposit_has_been_updated_successfully }),
|
|
2883
|
-
s && /* @__PURE__ */
|
|
2886
|
+
s && /* @__PURE__ */ h(O, { children: [
|
|
2884
2887
|
/* @__PURE__ */ e(ee, { children: t.connecting }),
|
|
2885
2888
|
/* @__PURE__ */ e(u, { sx: { my: 24, width: "50%" }, children: /* @__PURE__ */ e(Ne, { "aria-label": t.loading }) }),
|
|
2886
2889
|
/* @__PURE__ */ e(M, { bold: !0, variant: "Body", children: t.syncing_your_information }),
|
|
2887
2890
|
/* @__PURE__ */ e(M, { sx: { mt: 8 }, variant: "Small", children: a })
|
|
2888
2891
|
] }),
|
|
2889
|
-
l && /* @__PURE__ */
|
|
2890
|
-
/* @__PURE__ */
|
|
2892
|
+
l && /* @__PURE__ */ h(p, { sx: { gap: 24, px: 24, pb: 24 }, children: [
|
|
2893
|
+
/* @__PURE__ */ h(p, { children: [
|
|
2891
2894
|
/* @__PURE__ */ e(ee, { sx: { alignSelf: "center" }, children: t.error_title }),
|
|
2892
2895
|
/* @__PURE__ */ e(
|
|
2893
2896
|
S,
|
|
@@ -2904,27 +2907,27 @@ const Pi = ({
|
|
|
2904
2907
|
}
|
|
2905
2908
|
)
|
|
2906
2909
|
] }),
|
|
2907
|
-
/* @__PURE__ */ e(
|
|
2910
|
+
/* @__PURE__ */ e(T, { onClick: o.onClose, sx: { mx: "auto" }, variant: "contained", children: t.error_button_text })
|
|
2908
2911
|
] })
|
|
2909
2912
|
] })
|
|
2910
2913
|
] });
|
|
2911
2914
|
};
|
|
2912
2915
|
export {
|
|
2913
|
-
|
|
2916
|
+
xe as AccountBox,
|
|
2914
2917
|
_ as BarChart,
|
|
2915
|
-
|
|
2918
|
+
b as BeatCard,
|
|
2916
2919
|
ji as BeatFeedbackText,
|
|
2917
2920
|
Xi as BillAmountNotStandard,
|
|
2918
2921
|
Yi as BottomSheet,
|
|
2919
2922
|
Wi as CardButtonSection,
|
|
2920
|
-
|
|
2921
|
-
|
|
2923
|
+
kt as CardError,
|
|
2924
|
+
Ct as CardHeader,
|
|
2922
2925
|
St as CardLoading,
|
|
2923
2926
|
Pi as CategorySpendingV2,
|
|
2924
2927
|
ce as Confetti,
|
|
2925
2928
|
Mt as ContentAndDescription,
|
|
2926
2929
|
Jt as Description,
|
|
2927
|
-
|
|
2930
|
+
Ae as DirectDeposit,
|
|
2928
2931
|
h1 as DirectDepositDeepLink,
|
|
2929
2932
|
Ki as DirectDepositSubHeader,
|
|
2930
2933
|
Lt as DiscoveredAccountsBody,
|
|
@@ -2933,15 +2936,15 @@ export {
|
|
|
2933
2936
|
he as DoubleBarChart,
|
|
2934
2937
|
X as EmptyBarChart,
|
|
2935
2938
|
Bi as FederalBankHoliday,
|
|
2936
|
-
|
|
2937
|
-
|
|
2939
|
+
Ti as FeedbackButtons,
|
|
2940
|
+
Di as FeedbackDescription,
|
|
2938
2941
|
zi as FeedbackHeader,
|
|
2939
2942
|
Ui as FeedbackOptions,
|
|
2940
2943
|
mt as FullFeedBodyHeader,
|
|
2941
|
-
|
|
2944
|
+
A as InsightButton,
|
|
2942
2945
|
Ot as LastMonthsContributionSection,
|
|
2943
2946
|
Et as LeftBox,
|
|
2944
|
-
|
|
2947
|
+
bt as LinedCardZeroState,
|
|
2945
2948
|
Fi as MenuAction,
|
|
2946
2949
|
ut as MiniBodyHeader,
|
|
2947
2950
|
wt as MiniDescription,
|