@mx-cartographer/insights-ui 1.6.1-alpha.sms1 → 1.6.2-alpha.mega1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/shared/InsightsCard/BeatCard.d.ts +7 -4
- package/dist/components/shared/InsightsCard/CardHeader.d.ts +1 -1
- package/dist/components/shared/InsightsCard/ContentAndDescription.d.ts +1 -0
- package/dist/index.es.js +155 -148
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as t, jsxs as s, Fragment as
|
|
1
|
+
import { jsx as t, jsxs as s, Fragment as M } from "react/jsx-runtime";
|
|
2
2
|
import * as e from "react";
|
|
3
|
-
import
|
|
3
|
+
import A, { useRef as I, useLayoutEffect as ie, useMemo as J, useCallback as le, useState as W, useEffect as F, forwardRef as Z, memo as re } from "react";
|
|
4
4
|
import ne from "@mui/material/Dialog";
|
|
5
|
-
import { BottomSheetTransition as ae, Icon as
|
|
5
|
+
import { BottomSheetTransition as ae, Icon as v, P as y, Text as b, InstitutionLogo as S, H3 as U, Drawer as oe, createMXTheme as de } from "@kyper/mui";
|
|
6
6
|
import se from "react-confetti";
|
|
7
7
|
import p from "@mui/material/Box";
|
|
8
8
|
import H from "@mui/material/Card";
|
|
@@ -20,8 +20,8 @@ import K from "@mui/material/IconButton";
|
|
|
20
20
|
import z from "@mui/material/ListItemIcon";
|
|
21
21
|
import D from "@mui/material/ListItemText";
|
|
22
22
|
import ye from "@mui/material/Menu";
|
|
23
|
-
import
|
|
24
|
-
import { Box as
|
|
23
|
+
import ve from "@mui/material/MenuItem";
|
|
24
|
+
import { Box as Ae, styled as He, useTheme as be } from "@mui/system";
|
|
25
25
|
import k from "@mui/material/Button";
|
|
26
26
|
import Me from "@mui/material/DialogTitle";
|
|
27
27
|
import we from "@mui/material/FormControl";
|
|
@@ -43,8 +43,8 @@ const Ze = ({
|
|
|
43
43
|
showBackground: o = !1,
|
|
44
44
|
width: h = 450
|
|
45
45
|
}) => {
|
|
46
|
-
const [c, m] =
|
|
47
|
-
return
|
|
46
|
+
const [c, m] = A.useState(!1);
|
|
47
|
+
return A.useEffect(() => {
|
|
48
48
|
m(!!i);
|
|
49
49
|
}, [i]), /* @__PURE__ */ t(
|
|
50
50
|
ne,
|
|
@@ -111,10 +111,10 @@ const Ze = ({
|
|
|
111
111
|
percent: n,
|
|
112
112
|
height: r = 12
|
|
113
113
|
}) => {
|
|
114
|
-
const [d, a] = he({ triggerOnce: !0 }), [o, h] =
|
|
115
|
-
return
|
|
114
|
+
const [d, a] = he({ triggerOnce: !0 }), [o, h] = A.useState("0%"), c = n > 100 ? 100 : n;
|
|
115
|
+
return A.useEffect(() => {
|
|
116
116
|
a && h(`${c}%`);
|
|
117
|
-
}, [a, c]), /* @__PURE__ */ t(
|
|
117
|
+
}, [a, c]), /* @__PURE__ */ t(A.Fragment, { children: /* @__PURE__ */ s(
|
|
118
118
|
H,
|
|
119
119
|
{
|
|
120
120
|
"data-ui-test": "progress-bar",
|
|
@@ -181,7 +181,7 @@ const Ze = ({
|
|
|
181
181
|
marginTop: 4
|
|
182
182
|
},
|
|
183
183
|
children: [
|
|
184
|
-
/* @__PURE__ */ t(
|
|
184
|
+
/* @__PURE__ */ t(v, { color: "success", fill: !0, name: "check_circle", size: 16 }),
|
|
185
185
|
/* @__PURE__ */ t(
|
|
186
186
|
y,
|
|
187
187
|
{
|
|
@@ -257,18 +257,18 @@ const Ze = ({
|
|
|
257
257
|
subHeader: a,
|
|
258
258
|
height: o
|
|
259
259
|
}) => {
|
|
260
|
-
const [h, c] =
|
|
261
|
-
const u = document.getElementsByClassName("mx-mini-insight-card")[0].clientHeight, f = document.getElementsByClassName("mx-mini-insight-card-header")[0].clientHeight + document.getElementsByClassName("mx-mini-insight-card-content-body")[0].clientHeight,
|
|
262
|
-
c(Math.floor(
|
|
260
|
+
const [h, c] = A.useState(null), m = () => {
|
|
261
|
+
const u = document.getElementsByClassName("mx-mini-insight-card")[0].clientHeight, f = document.getElementsByClassName("mx-mini-insight-card-header")[0].clientHeight + document.getElementsByClassName("mx-mini-insight-card-content-body")[0].clientHeight, x = u - f - 24;
|
|
262
|
+
c(Math.floor(x / 20));
|
|
263
263
|
};
|
|
264
|
-
return
|
|
264
|
+
return A.useEffect(() => (m(), window.addEventListener("resize", m), () => window.removeEventListener("resize", m)), []), /* @__PURE__ */ t(
|
|
265
265
|
H,
|
|
266
266
|
{
|
|
267
267
|
"aria-labelledby": i.guid,
|
|
268
268
|
className: "mx-mini-insight-card",
|
|
269
269
|
ref: d,
|
|
270
270
|
sx: { height: o, pb: 24, pt: 0, px: 0 },
|
|
271
|
-
children: i.dismissed_at ? n : /* @__PURE__ */ s(
|
|
271
|
+
children: i.dismissed_at ? n : /* @__PURE__ */ s(A.Fragment, { children: [
|
|
272
272
|
/* @__PURE__ */ t(
|
|
273
273
|
me,
|
|
274
274
|
{
|
|
@@ -333,7 +333,7 @@ const Ze = ({
|
|
|
333
333
|
width: "100%"
|
|
334
334
|
},
|
|
335
335
|
children: [
|
|
336
|
-
r && /* @__PURE__ */ s(
|
|
336
|
+
r && /* @__PURE__ */ s(M, { children: [
|
|
337
337
|
/* @__PURE__ */ t(
|
|
338
338
|
"svg",
|
|
339
339
|
{
|
|
@@ -346,9 +346,9 @@ const Ze = ({
|
|
|
346
346
|
children: /* @__PURE__ */ t("rect", { fill: l, height: "6", rx: "2", width: "6", x: "0.4375" })
|
|
347
347
|
}
|
|
348
348
|
),
|
|
349
|
-
/* @__PURE__ */ t(
|
|
349
|
+
/* @__PURE__ */ t(b, { id: "chartLegendLabel", sx: { fontSize: 11, fontWeight: 400 }, variant: "XSmall", children: r })
|
|
350
350
|
] }),
|
|
351
|
-
i && n && /* @__PURE__ */ s(
|
|
351
|
+
i && n && /* @__PURE__ */ s(M, { children: [
|
|
352
352
|
/* @__PURE__ */ t(
|
|
353
353
|
C,
|
|
354
354
|
{
|
|
@@ -371,7 +371,7 @@ const Ze = ({
|
|
|
371
371
|
))
|
|
372
372
|
}
|
|
373
373
|
),
|
|
374
|
-
/* @__PURE__ */ s(
|
|
374
|
+
/* @__PURE__ */ s(b, { sx: { fontSize: 11, fontWeight: 400, ml: 0 }, variant: "XSmall", children: [
|
|
375
375
|
n,
|
|
376
376
|
": ",
|
|
377
377
|
`${i}`
|
|
@@ -426,10 +426,10 @@ const Ze = ({
|
|
|
426
426
|
const h = w(), { containerRef: c, height: m, width: u } = ge(), f = J(() => {
|
|
427
427
|
const E = `${l}80`;
|
|
428
428
|
return a === void 0 ? [...new Array(n.length - 1).fill(E), l] : n.map((L, R) => R === a ? l : E);
|
|
429
|
-
}, [l, n, a]),
|
|
429
|
+
}, [l, n, a]), x = le(
|
|
430
430
|
(E, { dataIndex: L }) => o && o(L),
|
|
431
431
|
[o]
|
|
432
|
-
),
|
|
432
|
+
), g = J(
|
|
433
433
|
() => ({
|
|
434
434
|
series: [
|
|
435
435
|
{
|
|
@@ -454,9 +454,9 @@ const Ze = ({
|
|
|
454
454
|
{
|
|
455
455
|
height: m,
|
|
456
456
|
margin: { left: 16, right: 16, top: 38, bottom: 30 },
|
|
457
|
-
series:
|
|
457
|
+
series: g.series,
|
|
458
458
|
width: u,
|
|
459
|
-
xAxis:
|
|
459
|
+
xAxis: g.xAxis,
|
|
460
460
|
children: [
|
|
461
461
|
i?.average && /* @__PURE__ */ t(
|
|
462
462
|
ue,
|
|
@@ -490,7 +490,7 @@ const Ze = ({
|
|
|
490
490
|
/* @__PURE__ */ t(
|
|
491
491
|
Ee,
|
|
492
492
|
{
|
|
493
|
-
onItemClick:
|
|
493
|
+
onItemClick: x,
|
|
494
494
|
slots: {
|
|
495
495
|
bar: (E) => {
|
|
496
496
|
const { ownerState: L, style: R, ...te } = E;
|
|
@@ -558,7 +558,7 @@ const Ze = ({
|
|
|
558
558
|
rightLowerText: h,
|
|
559
559
|
rightUpperText: c
|
|
560
560
|
}) => {
|
|
561
|
-
const m = a ? N : B, u = I(null), { height: f, width:
|
|
561
|
+
const m = a ? N : B, u = I(null), { height: f, width: x } = $(u);
|
|
562
562
|
return /* @__PURE__ */ s(
|
|
563
563
|
p,
|
|
564
564
|
{
|
|
@@ -566,24 +566,24 @@ const Ze = ({
|
|
|
566
566
|
display: "flex",
|
|
567
567
|
justifyContent: "center",
|
|
568
568
|
ref: u,
|
|
569
|
-
sx: (
|
|
570
|
-
backgroundColor:
|
|
569
|
+
sx: (g) => ({
|
|
570
|
+
backgroundColor: g.palette.grey[200],
|
|
571
571
|
padding: 16
|
|
572
572
|
}),
|
|
573
573
|
width: "100%",
|
|
574
574
|
children: [
|
|
575
|
-
/* @__PURE__ */ t(_, { height: f, shouldRun: l.shouldRun, width:
|
|
575
|
+
/* @__PURE__ */ t(_, { height: f, shouldRun: l.shouldRun, width: x }),
|
|
576
576
|
/* @__PURE__ */ s(
|
|
577
577
|
H,
|
|
578
578
|
{
|
|
579
579
|
elevation: 1,
|
|
580
|
-
sx: (
|
|
580
|
+
sx: (g) => ({
|
|
581
581
|
display: "flex",
|
|
582
582
|
flexDirection: "column",
|
|
583
583
|
alignItems: "center",
|
|
584
584
|
justifyContent: "center",
|
|
585
585
|
flexWrap: "wrap",
|
|
586
|
-
backgroundColor:
|
|
586
|
+
backgroundColor: g.palette.background.paper,
|
|
587
587
|
borderRadius: "8px",
|
|
588
588
|
overflow: "visible",
|
|
589
589
|
minHeight: 120,
|
|
@@ -619,10 +619,10 @@ const Ze = ({
|
|
|
619
619
|
size: a,
|
|
620
620
|
subHeaderString: o,
|
|
621
621
|
textSX: h
|
|
622
|
-
}) => /* @__PURE__ */ s(
|
|
623
|
-
d && /* @__PURE__ */ t(
|
|
624
|
-
/* @__PURE__ */ t(
|
|
625
|
-
] }), q = 48, Je = ({ account: i, headerString: l }) => /* @__PURE__ */ s(
|
|
622
|
+
}) => /* @__PURE__ */ s(M, { children: [
|
|
623
|
+
d && /* @__PURE__ */ t(v, { color: l, fill: n, name: d, size: a, sx: r }),
|
|
624
|
+
/* @__PURE__ */ t(b, { bold: i, sx: h, children: o })
|
|
625
|
+
] }), q = 48, Je = ({ account: i, headerString: l }) => /* @__PURE__ */ s(M, { children: [
|
|
626
626
|
/* @__PURE__ */ t(
|
|
627
627
|
xe,
|
|
628
628
|
{
|
|
@@ -818,7 +818,7 @@ const Ze = ({
|
|
|
818
818
|
onClick: l,
|
|
819
819
|
sx: { position: "relative !important", bottom: 6 },
|
|
820
820
|
children: /* @__PURE__ */ t(
|
|
821
|
-
|
|
821
|
+
v,
|
|
822
822
|
{
|
|
823
823
|
name: "more_horiz",
|
|
824
824
|
size: 24,
|
|
@@ -844,7 +844,7 @@ const Ze = ({
|
|
|
844
844
|
onClose: l,
|
|
845
845
|
open: !!i,
|
|
846
846
|
transformOrigin: { horizontal: "right", vertical: "top" },
|
|
847
|
-
children: r.map(({ icon: d, key: a, text: o }, h) => /* @__PURE__ */ s(
|
|
847
|
+
children: r.map(({ icon: d, key: a, text: o }, h) => /* @__PURE__ */ s(ve, { onClick: () => n(h, a), sx: { padding: 12 }, children: [
|
|
848
848
|
/* @__PURE__ */ t(z, { sx: { minWidth: "32px !important" }, children: d }),
|
|
849
849
|
/* @__PURE__ */ t(
|
|
850
850
|
D,
|
|
@@ -860,34 +860,37 @@ const Ze = ({
|
|
|
860
860
|
] }, a))
|
|
861
861
|
}
|
|
862
862
|
), t1 = ({
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
863
|
+
action: i = null,
|
|
864
|
+
ariaLabel: l,
|
|
865
|
+
hasFullWidthImage: n = !1,
|
|
866
|
+
isMini: r = !1,
|
|
867
|
+
menuItems: d = [],
|
|
868
|
+
onOpen: a,
|
|
869
|
+
onClick: o,
|
|
870
870
|
subHeader: h,
|
|
871
871
|
title: c
|
|
872
872
|
}) => {
|
|
873
|
-
const [m, u] = W(null), f = (
|
|
874
|
-
u(
|
|
875
|
-
},
|
|
876
|
-
u(null),
|
|
873
|
+
const [m, u] = W(null), f = (g) => {
|
|
874
|
+
u(g.currentTarget), a?.();
|
|
875
|
+
}, x = (g, E) => {
|
|
876
|
+
u(null), o?.(g, E);
|
|
877
877
|
};
|
|
878
|
-
return /* @__PURE__ */ s(
|
|
878
|
+
return /* @__PURE__ */ s(M, { children: [
|
|
879
879
|
/* @__PURE__ */ t(
|
|
880
880
|
Ce,
|
|
881
881
|
{
|
|
882
|
-
action:
|
|
882
|
+
action: (
|
|
883
|
+
// eslint-disable-next-line no-nested-ternary
|
|
884
|
+
i || (l && !r ? /* @__PURE__ */ t($e, { ariaLabel: l, onClick: f }) : null)
|
|
885
|
+
),
|
|
883
886
|
subheader: h ?? null,
|
|
884
887
|
sx: {
|
|
885
888
|
alignItems: "flex-start",
|
|
886
889
|
p: 0,
|
|
887
890
|
mb: 16,
|
|
888
|
-
...
|
|
891
|
+
...n && { px: 16, pt: 16 }
|
|
889
892
|
},
|
|
890
|
-
title: /* @__PURE__ */ t(U, { sx:
|
|
893
|
+
title: /* @__PURE__ */ t(U, { sx: r ? { letterSpacing: 0.35 } : {}, children: c })
|
|
891
894
|
}
|
|
892
895
|
),
|
|
893
896
|
m && /* @__PURE__ */ t(
|
|
@@ -895,8 +898,8 @@ const Ze = ({
|
|
|
895
898
|
{
|
|
896
899
|
anchorEl: m,
|
|
897
900
|
handleClose: () => u(null),
|
|
898
|
-
handleMenuItem:
|
|
899
|
-
menuItems:
|
|
901
|
+
handleMenuItem: x,
|
|
902
|
+
menuItems: d
|
|
900
903
|
}
|
|
901
904
|
)
|
|
902
905
|
] });
|
|
@@ -927,10 +930,10 @@ const Ze = ({
|
|
|
927
930
|
const c = Array.from(o.children).reduce((E, L) => L !== a ? E + L.clientHeight : E, 0), u = o.clientHeight - c, f = parseInt(
|
|
928
931
|
window.getComputedStyle(a).lineHeight,
|
|
929
932
|
10
|
|
930
|
-
),
|
|
933
|
+
), g = Math.floor(
|
|
931
934
|
(u - 20) / f
|
|
932
935
|
);
|
|
933
|
-
|
|
936
|
+
g !== l && n(g);
|
|
934
937
|
}
|
|
935
938
|
}
|
|
936
939
|
};
|
|
@@ -941,7 +944,7 @@ const Ze = ({
|
|
|
941
944
|
o && a.unobserve(o);
|
|
942
945
|
};
|
|
943
946
|
}, [i]), /* @__PURE__ */ t(
|
|
944
|
-
|
|
947
|
+
Ae,
|
|
945
948
|
{
|
|
946
949
|
dangerouslySetInnerHTML: { __html: i },
|
|
947
950
|
ref: r,
|
|
@@ -959,46 +962,72 @@ const Ze = ({
|
|
|
959
962
|
}
|
|
960
963
|
);
|
|
961
964
|
}, n1 = ({
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
965
|
+
asteriskText: i,
|
|
966
|
+
beat: l,
|
|
967
|
+
children: n,
|
|
968
|
+
descriptionPlacement: r = "bottom",
|
|
969
|
+
hideDescription: d = !1,
|
|
970
|
+
inDescriptionCtaOnClick: a,
|
|
971
|
+
isMini: o = !1,
|
|
972
|
+
hasFullWidthImage: h,
|
|
973
|
+
hasFooterButton: c = !1
|
|
970
974
|
}) => {
|
|
971
|
-
const
|
|
975
|
+
const m = () => d || !l.html_description ? null : o ? /* @__PURE__ */ t(r1, { content: l.html_description }) : /* @__PURE__ */ t(
|
|
972
976
|
o1,
|
|
973
977
|
{
|
|
974
|
-
beat:
|
|
975
|
-
footerButton:
|
|
976
|
-
hasFullWidthImage:
|
|
977
|
-
inDescriptionCtaOnClick:
|
|
978
|
+
beat: l,
|
|
979
|
+
footerButton: c,
|
|
980
|
+
hasFullWidthImage: h,
|
|
981
|
+
inDescriptionCtaOnClick: a
|
|
978
982
|
}
|
|
979
983
|
);
|
|
980
|
-
return /* @__PURE__ */ s(
|
|
981
|
-
|
|
982
|
-
/* @__PURE__ */ t(C, { sx: { alignItems: "center" }, children:
|
|
983
|
-
|
|
984
|
+
return /* @__PURE__ */ s(M, { children: [
|
|
985
|
+
r === "top" && m(),
|
|
986
|
+
/* @__PURE__ */ t(C, { sx: { alignItems: "center" }, children: n }),
|
|
987
|
+
r === "bottom" && m(),
|
|
988
|
+
i && /* @__PURE__ */ t(
|
|
989
|
+
b,
|
|
990
|
+
{
|
|
991
|
+
sx: {
|
|
992
|
+
color: "text.secondary",
|
|
993
|
+
display: "block",
|
|
994
|
+
pr: 8,
|
|
995
|
+
textAlign: "right"
|
|
996
|
+
},
|
|
997
|
+
variant: "XSmall",
|
|
998
|
+
children: i
|
|
999
|
+
}
|
|
1000
|
+
)
|
|
984
1001
|
] });
|
|
985
1002
|
}, a1 = ({
|
|
986
1003
|
altLoadingText: i,
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1004
|
+
asteriskText: l,
|
|
1005
|
+
beat: n,
|
|
1006
|
+
button: r = null,
|
|
1007
|
+
children: d,
|
|
1008
|
+
contentProps: a,
|
|
1009
|
+
errorText: o = "",
|
|
1010
|
+
feedback: h,
|
|
1011
|
+
header: c,
|
|
1012
|
+
isError: m = !1,
|
|
1013
|
+
isLoading: u = !1,
|
|
1014
|
+
isMini: f = !1
|
|
1015
|
+
}) => /* @__PURE__ */ s(M, { children: [
|
|
1016
|
+
/* @__PURE__ */ t(t1, { ...c, isMini: f, title: n.html_title }),
|
|
1017
|
+
m ? /* @__PURE__ */ t(_e, { erroredText: o }) : /* @__PURE__ */ s(M, { children: [
|
|
1018
|
+
/* @__PURE__ */ t(
|
|
1019
|
+
n1,
|
|
1020
|
+
{
|
|
1021
|
+
...a,
|
|
1022
|
+
asteriskText: l,
|
|
1023
|
+
beat: n,
|
|
1024
|
+
hasFooterButton: !!r,
|
|
1025
|
+
isMini: f,
|
|
1026
|
+
children: u ? /* @__PURE__ */ t(l1, { altLoadingText: i }) : d
|
|
1027
|
+
}
|
|
1028
|
+
),
|
|
1029
|
+
r && /* @__PURE__ */ t(Ye, { button: r }),
|
|
1030
|
+
h
|
|
1002
1031
|
] })
|
|
1003
1032
|
] }), o1 = ({
|
|
1004
1033
|
beat: i,
|
|
@@ -1034,7 +1063,7 @@ const Ze = ({
|
|
|
1034
1063
|
),
|
|
1035
1064
|
a && l && /* @__PURE__ */ s(k, { fullWidth: !0, onClick: l, sx: { mb: o }, children: [
|
|
1036
1065
|
a,
|
|
1037
|
-
/* @__PURE__ */ t(
|
|
1066
|
+
/* @__PURE__ */ t(v, { name: "chevron_right" })
|
|
1038
1067
|
] })
|
|
1039
1068
|
]
|
|
1040
1069
|
}
|
|
@@ -1078,7 +1107,7 @@ const Ze = ({
|
|
|
1078
1107
|
}) => /* @__PURE__ */ t(
|
|
1079
1108
|
({ elementTag: h, children: c, ...m }) => {
|
|
1080
1109
|
const u = h;
|
|
1081
|
-
return
|
|
1110
|
+
return A.createElement(u, m, c);
|
|
1082
1111
|
},
|
|
1083
1112
|
{
|
|
1084
1113
|
"aria-hidden": i,
|
|
@@ -1132,7 +1161,7 @@ const Ze = ({
|
|
|
1132
1161
|
right: 12
|
|
1133
1162
|
},
|
|
1134
1163
|
children: /* @__PURE__ */ t(
|
|
1135
|
-
|
|
1164
|
+
v,
|
|
1136
1165
|
{
|
|
1137
1166
|
name: "cancel",
|
|
1138
1167
|
sx: {
|
|
@@ -1313,7 +1342,7 @@ const Ze = ({
|
|
|
1313
1342
|
}
|
|
1314
1343
|
);
|
|
1315
1344
|
}, V = ({ sx: i }) => /* @__PURE__ */ t(
|
|
1316
|
-
|
|
1345
|
+
v,
|
|
1317
1346
|
{
|
|
1318
1347
|
fill: !0,
|
|
1319
1348
|
name: "circle",
|
|
@@ -1332,8 +1361,7 @@ const Ze = ({
|
|
|
1332
1361
|
account_2_alt_text: r,
|
|
1333
1362
|
isSuccess: d
|
|
1334
1363
|
}) => {
|
|
1335
|
-
|
|
1336
|
-
const a = v.useRef(null), { height: o, width: h } = $(a);
|
|
1364
|
+
const a = A.useRef(null), { height: o, width: h } = $(a);
|
|
1337
1365
|
return /* @__PURE__ */ t(
|
|
1338
1366
|
p,
|
|
1339
1367
|
{
|
|
@@ -1393,7 +1421,7 @@ const Ze = ({
|
|
|
1393
1421
|
/* @__PURE__ */ t(V, { sx: { marginLeft: 11 } }),
|
|
1394
1422
|
/* @__PURE__ */ t(V, { sx: { marginLeft: 4 } }),
|
|
1395
1423
|
d ? /* @__PURE__ */ t(
|
|
1396
|
-
|
|
1424
|
+
v,
|
|
1397
1425
|
{
|
|
1398
1426
|
fill: !0,
|
|
1399
1427
|
name: "check_circle",
|
|
@@ -1407,7 +1435,7 @@ const Ze = ({
|
|
|
1407
1435
|
})
|
|
1408
1436
|
}
|
|
1409
1437
|
) : /* @__PURE__ */ t(
|
|
1410
|
-
|
|
1438
|
+
v,
|
|
1411
1439
|
{
|
|
1412
1440
|
name: "link",
|
|
1413
1441
|
size: 28,
|
|
@@ -1505,7 +1533,7 @@ const Ze = ({
|
|
|
1505
1533
|
/* @__PURE__ */ t(U, { sx: { p: "16px 24px 8px 24px", whiteSpace: "wrap" }, children: l }),
|
|
1506
1534
|
/* @__PURE__ */ s(C, { sx: { gap: 12, px: 24 }, children: [
|
|
1507
1535
|
/* @__PURE__ */ t(y, { color: "secondary", fontSize: 13, children: m }),
|
|
1508
|
-
/* @__PURE__ */ t(j, { children: u.map((
|
|
1536
|
+
/* @__PURE__ */ t(j, { children: u.map((x, g) => /* @__PURE__ */ s(
|
|
1509
1537
|
Y,
|
|
1510
1538
|
{
|
|
1511
1539
|
sx: {
|
|
@@ -1517,7 +1545,7 @@ const Ze = ({
|
|
|
1517
1545
|
},
|
|
1518
1546
|
children: [
|
|
1519
1547
|
/* @__PURE__ */ t(z, { children: /* @__PURE__ */ t(
|
|
1520
|
-
|
|
1548
|
+
v,
|
|
1521
1549
|
{
|
|
1522
1550
|
color: "success",
|
|
1523
1551
|
name: "check_circle",
|
|
@@ -1529,20 +1557,20 @@ const Ze = ({
|
|
|
1529
1557
|
D,
|
|
1530
1558
|
{
|
|
1531
1559
|
disableTypography: !0,
|
|
1532
|
-
secondary:
|
|
1560
|
+
secondary: x,
|
|
1533
1561
|
sx: (E) => ({ color: E.palette.text.secondary, fontSize: 13 })
|
|
1534
1562
|
}
|
|
1535
1563
|
)
|
|
1536
1564
|
]
|
|
1537
1565
|
},
|
|
1538
|
-
`list-item-${
|
|
1566
|
+
`list-item-${g}`
|
|
1539
1567
|
)) })
|
|
1540
1568
|
] })
|
|
1541
1569
|
] }),
|
|
1542
1570
|
/* @__PURE__ */ s(p, { children: [
|
|
1543
|
-
/* @__PURE__ */ t(
|
|
1571
|
+
/* @__PURE__ */ t(b, { bold: !0, fontSize: 15, sx: { p: "16px 24px 8px 24px" }, children: d }),
|
|
1544
1572
|
/* @__PURE__ */ t(y, { color: "secondary", fontSize: 13, sx: { mb: 16, mx: 24 }, children: r }),
|
|
1545
|
-
/* @__PURE__ */ t(j, { sx: { p: "16px 24px" }, children: a.map((
|
|
1573
|
+
/* @__PURE__ */ t(j, { sx: { p: "16px 24px" }, children: a.map((x, g) => /* @__PURE__ */ s(
|
|
1546
1574
|
Y,
|
|
1547
1575
|
{
|
|
1548
1576
|
sx: (E) => ({
|
|
@@ -1556,12 +1584,12 @@ const Ze = ({
|
|
|
1556
1584
|
p: 16
|
|
1557
1585
|
}),
|
|
1558
1586
|
children: [
|
|
1559
|
-
/* @__PURE__ */ t(z, { children: /* @__PURE__ */ t(
|
|
1587
|
+
/* @__PURE__ */ t(z, { children: /* @__PURE__ */ t(v, { name: x.icon_name, size: 24 }) }),
|
|
1560
1588
|
/* @__PURE__ */ t(
|
|
1561
1589
|
D,
|
|
1562
1590
|
{
|
|
1563
|
-
primary:
|
|
1564
|
-
secondary:
|
|
1591
|
+
primary: x.title,
|
|
1592
|
+
secondary: x.content,
|
|
1565
1593
|
sx: (E) => ({
|
|
1566
1594
|
"& > p": {
|
|
1567
1595
|
color: E.palette.text.secondary,
|
|
@@ -1574,11 +1602,11 @@ const Ze = ({
|
|
|
1574
1602
|
)
|
|
1575
1603
|
]
|
|
1576
1604
|
},
|
|
1577
|
-
`lower-list-${
|
|
1605
|
+
`lower-list-${g}`
|
|
1578
1606
|
)) })
|
|
1579
1607
|
] }),
|
|
1580
1608
|
/* @__PURE__ */ s(C, { sx: { alignItems: "center", display: "flex", justifyContent: "center", pb: 16 }, children: [
|
|
1581
|
-
/* @__PURE__ */ t(
|
|
1609
|
+
/* @__PURE__ */ t(b, { bold: !0, sx: { p: "16px 24px 8px 24px" }, children: i }),
|
|
1582
1610
|
/* @__PURE__ */ s(p, { sx: { display: "flex", gap: 24, p: "12px 24px" }, children: [
|
|
1583
1611
|
/* @__PURE__ */ t(k, { color: "secondary", onClick: () => c("no"), sx: { p: 12 }, children: o }),
|
|
1584
1612
|
/* @__PURE__ */ t(
|
|
@@ -1586,10 +1614,7 @@ const Ze = ({
|
|
|
1586
1614
|
{
|
|
1587
1615
|
color: "primary",
|
|
1588
1616
|
onClick: () => c("yes"),
|
|
1589
|
-
|
|
1590
|
-
border: `1px solid ${g.palette.border.main}`,
|
|
1591
|
-
p: "12 16"
|
|
1592
|
-
}),
|
|
1617
|
+
variant: "outlined",
|
|
1593
1618
|
children: f
|
|
1594
1619
|
}
|
|
1595
1620
|
)
|
|
@@ -1615,34 +1640,16 @@ const Ze = ({
|
|
|
1615
1640
|
isSuccess: o
|
|
1616
1641
|
}
|
|
1617
1642
|
) }), m1 = (i, l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: l, ...i }, /* @__PURE__ */ e.createElement("path", { fill: "#CCDDF2", fillRule: "evenodd", d: "M264.093 147.855c12.021 0 21.841 9.407 22.508 21.261a16.69 16.69 0 0 1 11.562-4.637c9.251 0 16.749 7.499 16.749 16.75 0 8.273-5.999 15.389-13.882 16.75h-62.402c-6.273 0-11.357-5.085-11.357-11.358 0-6.272 5.084-11.357 11.357-11.357 1.253 0 2.457.206 3.585.58a22.595 22.595 0 0 1-.666-5.443c0-12.452 10.094-22.546 22.546-22.546ZM96.186 132.749c14.685 0 26.627 11.703 27.033 26.289a20.468 20.468 0 0 1 9.238-2.192c11.358 0 20.566 9.207 20.566 20.566 0 11.359-9.208 20.567-20.566 20.567H42.195c-7.757 0-14.045-6.288-14.045-14.045 0-7.756 6.288-14.044 14.045-14.044 1.397 0 2.745.207 4.019.587a17.686 17.686 0 0 1-1.042-5.996c0-9.788 7.934-17.724 17.724-17.724 3.087 0 5.988.791 8.516 2.179 4.185-9.529 13.7-16.187 24.774-16.187Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "M240.849 200.6H199.64v-52.205c0-11.379 9.225-20.604 20.605-20.604 11.379 0 20.604 9.225 20.604 20.604V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M230.552 174.045a3.37 3.37 0 1 1 6.74 0 3.37 3.37 0 0 1-6.74 0ZM220.245 143.744l7.742 8.202h-15.485l7.743-8.202Zm8.933 8.202-8.933-9.464-8.934 9.464h-2.109v12.501l22.085-12.501h-2.109Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "m262.739 104.406-8.319-21.649V56.631H88.498v26.126l-8.32 21.649c-.96 2.502.886 5.19 3.566 5.19h175.43c2.68 0 4.527-2.688 3.565-5.19Z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ e.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ e.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ e.createElement("path", { fill: "#C41F3E", d: "M218.904 143.452a1.34 1.34 0 1 1 2.681-.001 1.34 1.34 0 0 1-2.681.001ZM106.934 82.757h18.436V56.631h-18.436v26.126ZM143.805 82.757h18.436V56.631h-18.436v26.126ZM180.677 82.757h18.436V56.631h-18.436v26.126ZM217.549 82.757h18.435V56.631h-18.435v26.126Z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), p1 = Z(m1), u1 = (i, l) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: l, ...i }, /* @__PURE__ */ e.createElement("g", null, /* @__PURE__ */ e.createElement("path", { d: "M348.198 211.685C340.847 166.938 304.882 116.163 289.128 64.6516C275.759 20.9661 241.789 0.357238 215.138 4.63519e-05C168.168 -0.61692 108.654 49.3465 61.8571 73.7546C5.53009 103.12 -27.3445 152.196 29.9258 200.655C67.3435 232.315 199.362 267.45 268.516 272.093C315.681 275.21 355.17 254.19 348.198 211.685Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ e.createElement("path", { d: "M324.691 115.427L193.399 37.0505C191.668 36.0091 189.685 35.4587 187.663 35.4587C185.642 35.4587 183.659 36.0091 181.928 37.0505L50.6352 115.427C49.8363 115.915 49.2174 116.649 48.8709 117.518C48.5245 118.387 48.4692 119.344 48.7133 120.247C48.9574 121.15 49.4878 121.95 50.2252 122.527C50.9625 123.104 51.8671 123.427 52.8037 123.447H63.7655C65.7462 123.454 67.6914 122.923 69.3928 121.91L74.4671 118.88C75.0249 119.672 75.8679 120.219 76.8199 120.406V136.198C76.8228 137.225 77.2327 138.209 77.96 138.935C78.6873 139.661 79.673 140.07 80.7016 140.073H83.4231V141.307C83.4231 142.645 83.9554 143.928 84.9029 144.874C85.8505 145.82 87.1356 146.351 88.4757 146.351H88.7684L87.8251 174.818H92.1621L93.0838 146.957H104.566L105.488 174.818H109.825L108.881 146.351H109.163C110.503 146.351 111.788 145.82 112.736 144.874C113.684 143.928 114.216 142.645 114.216 141.307V140.073H127.802V141.307C127.802 142.645 128.334 143.928 129.281 144.874C130.229 145.82 131.514 146.351 132.854 146.351H133.147L132.204 174.818H136.541L137.473 146.957H148.977L149.91 174.818H152.154C152.859 174.818 153.563 174.818 154.247 174.926L153.303 146.351H153.596C154.936 146.351 156.221 145.82 157.169 144.874C158.116 143.928 158.649 142.645 158.649 141.307V140.073H172.234V141.307C172.234 142.645 172.767 143.928 173.714 144.874C174.662 145.82 175.947 146.351 177.287 146.351H177.58L175.411 210.494V221.459H200.186C200.323 221.507 200.441 221.597 200.524 221.715C200.607 221.833 200.652 221.974 200.653 222.119V224.284H175.455V228.613H296.674C297.076 228.613 297.47 228.718 297.818 228.918C298.166 229.117 298.456 229.404 298.659 229.75L306.845 243.702H175.455V248.659H313.469C314.247 248.657 315.004 248.903 315.632 249.36C316.26 249.818 316.725 250.463 316.961 251.203L317.947 254.255H175.455V258.585H318.576C319.193 258.584 319.801 258.438 320.35 258.158C320.899 257.878 321.375 257.472 321.737 256.974C322.1 256.476 322.339 255.9 322.436 255.292C322.533 254.684 322.485 254.062 322.295 253.476L321.135 249.871C320.618 248.266 319.605 246.866 318.242 245.87C316.878 244.875 315.234 244.335 313.545 244.33H312.266L302.453 227.585C301.862 226.595 301.024 225.776 300.02 225.207C299.017 224.638 297.883 224.338 296.729 224.338H293.834V222.173C293.831 220.856 293.312 219.592 292.388 218.651C291.465 217.71 290.209 217.168 288.889 217.14L286.547 146.405H286.84C287.504 146.405 288.161 146.275 288.774 146.021C289.387 145.768 289.944 145.396 290.413 144.928C290.882 144.459 291.254 143.903 291.508 143.291C291.762 142.679 291.893 142.024 291.893 141.361V140.127H294.603C295.634 140.127 296.622 139.719 297.352 138.993C298.082 138.267 298.493 137.281 298.496 136.252V120.406C299.448 120.219 300.291 119.672 300.849 118.88L305.923 121.91C307.615 122.917 309.548 123.448 311.518 123.447H322.436C323.373 123.427 324.277 123.104 325.015 122.527C325.752 121.95 326.283 121.15 326.527 120.247C326.771 119.344 326.715 118.387 326.369 117.518C326.023 116.649 325.404 115.915 324.605 115.427H324.691ZM109.89 141.307C109.891 141.401 109.874 141.495 109.838 141.582C109.803 141.669 109.75 141.749 109.683 141.815C109.617 141.882 109.537 141.935 109.45 141.97C109.362 142.005 109.268 142.023 109.174 142.021H88.4431C88.2534 142.021 88.0713 141.946 87.9371 141.812C87.8029 141.678 87.7275 141.496 87.7275 141.307V140.073H109.89V141.307ZM154.344 141.307C154.344 141.496 154.269 141.678 154.135 141.812C154 141.946 153.818 142.021 153.629 142.021H132.865C132.675 142.021 132.493 141.946 132.359 141.812C132.225 141.678 132.149 141.496 132.149 141.307V140.073H154.322L154.344 141.307ZM177.32 142.021C177.225 142.023 177.131 142.005 177.044 141.97C176.956 141.935 176.877 141.882 176.81 141.815C176.744 141.749 176.691 141.669 176.655 141.582C176.62 141.495 176.602 141.401 176.604 141.307V140.073H198.744V141.307C198.744 141.496 198.669 141.678 198.535 141.812C198.401 141.946 198.219 142.021 198.029 142.021H177.32ZM179.607 217.075L181.928 146.957H193.442L195.763 217.075H179.607ZM214.683 222.119V224.284H205.033V222.119C205.031 220.801 204.512 219.537 203.588 218.597C202.664 217.656 201.408 217.114 200.089 217.086L197.736 146.351H198.029C199.369 146.351 200.654 145.82 201.602 144.874C202.549 143.928 203.081 142.645 203.081 141.307V140.073H216.667V141.307C216.667 142.645 217.199 143.928 218.147 144.874C219.095 145.82 220.38 146.351 221.72 146.351H222.013L219.671 217.086C218.343 217.1 217.074 217.636 216.14 218.579C215.207 219.521 214.683 220.793 214.683 222.119ZM221.676 142.021C221.487 142.021 221.305 141.946 221.17 141.812C221.036 141.678 220.961 141.496 220.961 141.307V140.073H243.123V141.307C243.124 141.401 243.107 141.495 243.071 141.582C243.036 141.669 242.983 141.749 242.917 141.815C242.85 141.882 242.77 141.935 242.683 141.97C242.595 142.005 242.502 142.023 242.407 142.021H221.676ZM240.109 217.075H224.008L226.328 146.957H237.843L240.109 217.075ZM245.053 224.305H219.02V222.14C219.018 221.997 219.061 221.856 219.142 221.738C219.224 221.62 219.34 221.53 219.475 221.48H244.608C244.745 221.529 244.862 221.619 244.946 221.737C245.029 221.855 245.074 221.996 245.075 222.14L245.053 224.305ZM259.083 222.14V224.305H249.39V222.14C249.387 220.823 248.869 219.559 247.945 218.618C247.021 217.678 245.765 217.136 244.446 217.107L242.104 146.373H242.386C243.726 146.373 245.011 145.841 245.958 144.895C246.906 143.949 247.438 142.666 247.438 141.329V140.095H261.035V141.329C261.035 142.665 261.566 143.946 262.511 144.891C263.456 145.837 264.738 146.37 266.077 146.373H266.369L264.027 217.107C262.721 217.149 261.482 217.695 260.571 218.629C259.659 219.564 259.145 220.814 259.137 222.119L259.083 222.14ZM289.019 221.48C289.153 221.532 289.268 221.623 289.349 221.741C289.43 221.858 289.474 221.998 289.475 222.14V224.305H263.474V222.14C263.475 221.996 263.52 221.855 263.603 221.737C263.687 221.619 263.804 221.529 263.941 221.48H289.074H289.019ZM268.364 217.151L270.696 147.033H282.21L284.531 217.151H268.364ZM287.534 141.383C287.534 141.572 287.459 141.754 287.324 141.888C287.19 142.022 287.008 142.097 286.818 142.097H266.142C266.048 142.097 265.956 142.079 265.869 142.043C265.783 142.007 265.705 141.954 265.639 141.887C265.574 141.821 265.522 141.742 265.487 141.655C265.453 141.569 265.436 141.476 265.437 141.383V140.149H287.599L287.534 141.383ZM294.137 135.819H81.1244V120.503H294.202L294.137 135.819ZM79.3354 116.174L187.761 52.1391L296.002 116.174H79.3354ZM311.561 119.118C310.374 119.117 309.208 118.795 308.189 118.187L191.274 48.394C190.183 47.7405 188.935 47.3952 187.663 47.3952C186.391 47.3952 185.143 47.7405 184.053 48.394L67.1267 118.187C66.1121 118.797 64.9499 119.119 63.7655 119.118H52.8579L184.15 40.7631C185.211 40.1255 186.425 39.7886 187.663 39.7886C188.901 39.7886 190.116 40.1255 191.176 40.7631L322.48 119.118H311.561ZM168.949 87.3711C168.949 91.0661 170.047 94.6781 172.103 97.7504C174.159 100.823 177.082 103.217 180.502 104.631C183.921 106.045 187.684 106.415 191.314 105.694C194.945 104.973 198.279 103.194 200.896 100.581C203.514 97.9687 205.296 94.6398 206.018 91.0159C206.74 87.3919 206.369 83.6355 204.953 80.2218C203.537 76.8081 201.138 73.8903 198.06 71.8375C194.983 69.7847 191.365 68.689 187.663 68.689C182.702 68.6947 177.945 70.6648 174.437 74.1672C170.928 77.6695 168.955 82.4181 168.949 87.3711ZM202.041 87.3711C202.041 90.2098 201.197 92.9847 199.618 95.345C198.038 97.7053 195.792 99.5449 193.165 100.631C190.538 101.718 187.647 102.002 184.858 101.448C182.07 100.894 179.508 99.5272 177.497 97.52C175.486 95.5127 174.117 92.9553 173.562 90.1712C173.008 87.3871 173.292 84.5012 174.381 81.8786C175.469 79.256 177.311 77.0145 179.676 75.4374C182.04 73.8603 184.82 73.0185 187.663 73.0185C191.475 73.0243 195.128 74.5383 197.823 77.2287C200.518 79.919 202.035 83.5664 202.041 87.3711Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M39.4782 318.387C27.2803 318.387 17.3594 308.732 17.3594 296.869V201.531C17.3594 189.625 27.2803 180.013 39.4782 180.013H186.167C198.365 180.013 208.286 189.668 208.286 201.531V296.869C208.286 308.775 198.365 318.387 186.167 318.387H39.4782Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ e.createElement("path", { d: "M190.07 179.148H35.5856C30.5589 179.153 25.7399 181.15 22.1865 184.7C18.6331 188.249 16.6357 193.061 16.6328 198.079V301.091C16.6386 306.107 18.6372 310.916 22.1903 314.463C25.7434 318.01 30.5608 320.005 35.5856 320.011H190.07C195.095 320.005 199.912 318.01 203.466 314.463C207.019 310.916 209.017 306.107 209.023 301.091V198.079C209.02 193.061 207.023 188.249 203.469 184.7C199.916 181.15 195.097 179.153 190.07 179.148V179.148ZM48.6183 315.595H35.6073C31.7519 315.592 28.0553 314.062 25.3292 311.34C22.6031 308.619 21.0703 304.929 21.0674 301.08V292.615H48.6183V315.595ZM48.6183 288.686H21.0457V264.257H48.6183V288.686ZM48.6183 260.328H21.0457V235.898H48.6183V260.328ZM48.6183 231.969H21.0457V207.82L48.6183 207.691V231.969ZM79.7473 315.595H52.5542V292.615H79.7473V315.595ZM79.7473 288.686H52.5542V264.257H79.7473V288.686ZM79.7473 260.328H52.5542V235.898H79.7473V260.328ZM79.7473 231.969H52.5542V207.712L79.7473 207.604V231.969ZM110.876 315.595H83.6831V292.615H110.876V315.595ZM110.876 288.686H83.6831V264.257H110.876V288.686ZM110.876 260.328H83.6831V235.898H110.876V260.328ZM110.876 231.969H83.6831V207.593L110.876 207.507V231.969ZM142.038 315.595H114.812V292.615H142.038V315.595ZM142.038 288.686H114.812V264.257H142.038V288.686ZM142.038 260.328H114.812V235.898H142.038V260.328ZM142.038 231.969H114.812V207.496H142.005L142.038 231.969ZM173.156 315.595H145.941V292.615H173.123L173.156 315.595ZM173.156 288.686H145.941V264.257H173.123L173.156 288.686ZM173.156 260.328H145.941V235.898H173.123L173.156 260.328ZM173.156 231.969H145.941V207.442C155.699 207.442 164.948 207.442 173.123 207.442L173.156 231.969ZM204.599 301.08C204.596 304.929 203.064 308.619 200.337 311.34C197.611 314.062 193.915 315.592 190.059 315.595H177.048V292.615H204.588L204.599 301.08ZM204.599 288.686H177.059V264.257H204.599V288.686ZM204.599 260.328H177.059V235.898H204.599V260.328ZM204.599 231.969H177.059V207.452C190.363 207.452 200.371 207.571 204.599 207.712V231.969Z", className: "Overlay", fill: "#2C64EF" }), /* @__PURE__ */ e.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), f1 = Z(u1), pt = ({
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
isMini: r,
|
|
1622
|
-
...d
|
|
1643
|
+
isCIBC: i,
|
|
1644
|
+
isMini: l,
|
|
1645
|
+
...n
|
|
1623
1646
|
}) => {
|
|
1624
|
-
const
|
|
1647
|
+
const r = i ? p1 : f1, d = {
|
|
1625
1648
|
height: "auto",
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
},
|
|
1629
|
-
return /* @__PURE__ */ t(
|
|
1630
|
-
a1,
|
|
1631
|
-
{
|
|
1632
|
-
...d,
|
|
1633
|
-
description: {
|
|
1634
|
-
beat: i,
|
|
1635
|
-
descriptionPlacement: "bottom"
|
|
1636
|
-
},
|
|
1637
|
-
header: {
|
|
1638
|
-
...l,
|
|
1639
|
-
title: i.html_title,
|
|
1640
|
-
shouldShowMenu: !r
|
|
1641
|
-
},
|
|
1642
|
-
isMini: r,
|
|
1643
|
-
children: /* @__PURE__ */ t(G, { divProps: { style: h }, image: a })
|
|
1644
|
-
}
|
|
1645
|
-
);
|
|
1649
|
+
marginBottom: 16,
|
|
1650
|
+
width: l ? "30%" : "50%"
|
|
1651
|
+
}, a = i ? { ...d, width: l ? "50%" : "70%" } : d;
|
|
1652
|
+
return /* @__PURE__ */ t(a1, { ...n, isMini: l, children: /* @__PURE__ */ t(G, { divProps: { style: a }, image: r }) });
|
|
1646
1653
|
}, ut = ({
|
|
1647
1654
|
goalCompletionDate: i = "",
|
|
1648
1655
|
goalContribution: l = "",
|
|
@@ -1695,9 +1702,9 @@ const Ze = ({
|
|
|
1695
1702
|
size: 13
|
|
1696
1703
|
},
|
|
1697
1704
|
children: [
|
|
1698
|
-
/* @__PURE__ */ t(
|
|
1705
|
+
/* @__PURE__ */ t(v, { color: "secondary", fill: !0, name: "bid_landscape", style: { marginRight: 4 } }),
|
|
1699
1706
|
/* @__PURE__ */ t(
|
|
1700
|
-
|
|
1707
|
+
b,
|
|
1701
1708
|
{
|
|
1702
1709
|
dangerouslySetInnerHTML: { __html: i },
|
|
1703
1710
|
"data-ui-test": "mefr-contributed-text",
|
|
@@ -1718,9 +1725,9 @@ const Ze = ({
|
|
|
1718
1725
|
size: 13
|
|
1719
1726
|
},
|
|
1720
1727
|
children: [
|
|
1721
|
-
/* @__PURE__ */ t(
|
|
1728
|
+
/* @__PURE__ */ t(v, { name: "calendar_month", style: { marginRight: 4 } }),
|
|
1722
1729
|
/* @__PURE__ */ t(
|
|
1723
|
-
|
|
1730
|
+
b,
|
|
1724
1731
|
{
|
|
1725
1732
|
dangerouslySetInnerHTML: { __html: i },
|
|
1726
1733
|
"data-ui-test": "mefr-projected-text",
|
|
@@ -1744,9 +1751,9 @@ const Ze = ({
|
|
|
1744
1751
|
size: 13
|
|
1745
1752
|
},
|
|
1746
1753
|
children: [
|
|
1747
|
-
/* @__PURE__ */ t(
|
|
1754
|
+
/* @__PURE__ */ t(v, { name: "paid", style: { marginRight: 4 } }),
|
|
1748
1755
|
/* @__PURE__ */ t(
|
|
1749
|
-
|
|
1756
|
+
b,
|
|
1750
1757
|
{
|
|
1751
1758
|
className: "mx-insights-mefr-saved-text",
|
|
1752
1759
|
dangerouslySetInnerHTML: { __html: l },
|
|
@@ -1830,7 +1837,7 @@ const Ze = ({
|
|
|
1830
1837
|
children: [
|
|
1831
1838
|
/* @__PURE__ */ t(O, { accountGuid: r, accountName: l }),
|
|
1832
1839
|
/* @__PURE__ */ t(
|
|
1833
|
-
|
|
1840
|
+
v,
|
|
1834
1841
|
{
|
|
1835
1842
|
className: "mx-insights-sdd-arrow-forward-icon",
|
|
1836
1843
|
name: "arrow_forward",
|
|
@@ -1854,8 +1861,8 @@ const Ze = ({
|
|
|
1854
1861
|
leftUpperText: m,
|
|
1855
1862
|
rightLowerText: u,
|
|
1856
1863
|
rightUpperText: f,
|
|
1857
|
-
sourceAccountGuid:
|
|
1858
|
-
}) => /* @__PURE__ */ t(
|
|
1864
|
+
sourceAccountGuid: x
|
|
1865
|
+
}) => /* @__PURE__ */ t(A.Fragment, { children: o ? /* @__PURE__ */ t(
|
|
1859
1866
|
ee,
|
|
1860
1867
|
{
|
|
1861
1868
|
account: i,
|
|
@@ -1874,7 +1881,7 @@ const Ze = ({
|
|
|
1874
1881
|
destinationAccountGuid: n,
|
|
1875
1882
|
externalAccountName: r,
|
|
1876
1883
|
heldAccountName: d,
|
|
1877
|
-
sourceAccountGuid:
|
|
1884
|
+
sourceAccountGuid: x
|
|
1878
1885
|
}
|
|
1879
1886
|
) });
|
|
1880
1887
|
export {
|