@mx-cartographer/insights-ui 1.3.1-alpha.j3 → 1.3.1-alpha.j4

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
@@ -19,14 +19,14 @@ import { useTheme as $ } from "@mui/material";
19
19
  import { TextareaAutosize as e1 } from "@mui/base/TextareaAutosize";
20
20
  import { styled as t1 } from "@mui/system";
21
21
  import i1 from "@mui/material/IconButton";
22
- import n1 from "@mui/material/CssBaseline";
23
- const r1 = ({
22
+ import r1 from "@mui/material/CssBaseline";
23
+ const n1 = ({
24
24
  backgroundColor: e,
25
25
  color: i,
26
- percent: r,
27
- height: n = 12
26
+ percent: n,
27
+ height: r = 12
28
28
  }) => {
29
- const [o, a] = R({ triggerOnce: !0 }), [s, l] = y.useState("0%"), d = r > 100 ? 100 : r;
29
+ const [o, a] = R({ triggerOnce: !0 }), [s, l] = y.useState("0%"), d = n > 100 ? 100 : n;
30
30
  return y.useEffect(() => {
31
31
  a && l(`${d}%`);
32
32
  }, [a, d]), /* @__PURE__ */ t(y.Fragment, { children: /* @__PURE__ */ m(
@@ -37,7 +37,7 @@ const r1 = ({
37
37
  sx: {
38
38
  position: "relative",
39
39
  borderRadius: 8,
40
- height: n,
40
+ height: r,
41
41
  width: "100%"
42
42
  },
43
43
  children: [
@@ -73,8 +73,8 @@ const r1 = ({
73
73
  }, o1 = ({
74
74
  backgroundOverride: e,
75
75
  goalPercentage: i,
76
- height: r = 8,
77
- percentageCompleteText: n,
76
+ height: n = 8,
77
+ percentageCompleteText: r,
78
78
  progressColorOverride: o
79
79
  }) => {
80
80
  const a = f();
@@ -104,18 +104,18 @@ const r1 = ({
104
104
  className: "mx-insights-goal-progress",
105
105
  "data-ui-test": "goal-percentage-complete",
106
106
  sx: { fontSize: 13 },
107
- children: n
107
+ children: r
108
108
  }
109
109
  )
110
110
  ]
111
111
  }
112
112
  ),
113
113
  /* @__PURE__ */ t(
114
- r1,
114
+ n1,
115
115
  {
116
116
  backgroundColor: e || a.palette.background.highlight,
117
117
  color: o || a.palette.primary.main,
118
- height: r,
118
+ height: n,
119
119
  percent: i
120
120
  }
121
121
  )
@@ -125,9 +125,9 @@ const r1 = ({
125
125
  }, a1 = ({
126
126
  children: e,
127
127
  gradientOverride: i,
128
- title: r
128
+ title: n
129
129
  }) => {
130
- const n = f();
130
+ const r = f();
131
131
  return /* @__PURE__ */ m(
132
132
  u,
133
133
  {
@@ -138,13 +138,13 @@ const r1 = ({
138
138
  p: 16
139
139
  },
140
140
  children: [
141
- /* @__PURE__ */ t(C, { sx: { background: "transparent", boxShadow: "none", marginBottom: 16 }, children: r && /* @__PURE__ */ t(
141
+ /* @__PURE__ */ t(C, { sx: { background: "transparent", boxShadow: "none", marginBottom: 16 }, children: n && /* @__PURE__ */ t(
142
142
  A,
143
143
  {
144
144
  className: "mx-insights-gradient-box-title",
145
145
  "data-ui-test": "gradient-box-title",
146
- sx: { color: n.palette.primary.lighter, lineHeight: "16px", fontSize: 13 },
147
- children: r
146
+ sx: { color: r.palette.primary.lighter, lineHeight: "16px", fontSize: 13 },
147
+ children: n
148
148
  }
149
149
  ) }),
150
150
  /* @__PURE__ */ t(
@@ -152,7 +152,7 @@ const r1 = ({
152
152
  {
153
153
  className: "mx-insights-gradient-box-card",
154
154
  sx: {
155
- background: n.palette.background.paper,
155
+ background: r.palette.background.paper,
156
156
  borderRadius: "4px",
157
157
  gap: "16px",
158
158
  padding: "12px 16px"
@@ -166,8 +166,8 @@ const r1 = ({
166
166
  }, U1 = ({
167
167
  allowScroll: e,
168
168
  children: i,
169
- height: r,
170
- isMobile: n,
169
+ height: n,
170
+ isMobile: r,
171
171
  isOpen: o = !1,
172
172
  onClose: a,
173
173
  showBackground: s = !1,
@@ -183,20 +183,21 @@ const r1 = ({
183
183
  elevation: 0,
184
184
  sx: {
185
185
  bottom: 0,
186
+ borderRadius: 0,
186
187
  borderTopLeftRadius: 16,
187
188
  borderTopRightRadius: 16,
188
189
  borderBottomLeftRadius: 0,
189
190
  borderBottomRightRadius: 0,
190
191
  left: "50%",
191
192
  m: 0,
192
- height: r ?? "50%",
193
- maxHeight: r ?? "50%",
193
+ height: n ?? "auto",
194
+ maxHeight: n ?? "50%",
194
195
  maxWidth: l,
195
196
  // Adjust maxWidth as needed
196
197
  overflow: "visible",
197
198
  position: "fixed",
198
199
  transform: "translateX(-50%)",
199
- width: n ? "100%" : "80%"
200
+ width: r ? "100%" : "80%"
200
201
  // Adjust width as needed
201
202
  }
202
203
  },
@@ -221,8 +222,8 @@ const r1 = ({
221
222
  }, K = ({
222
223
  accountGuid: e,
223
224
  animation: i,
224
- leftLowerText: r,
225
- leftUpperText: n,
225
+ leftLowerText: n,
226
+ leftUpperText: r,
226
227
  isComplete: o,
227
228
  isMini: a,
228
229
  headerString: s,
@@ -293,8 +294,8 @@ const r1 = ({
293
294
  c1,
294
295
  {
295
296
  isComplete: o,
296
- leftLowerText: r,
297
- leftUpperText: n,
297
+ leftLowerText: n,
298
+ leftUpperText: r,
298
299
  rightLowerText: l,
299
300
  rightUpperText: d
300
301
  }
@@ -337,12 +338,12 @@ const r1 = ({
337
338
  )
338
339
  }
339
340
  ), d1 = ({ leftLowerText: e, leftUpperText: i }) => {
340
- const r = f();
341
+ const n = f();
341
342
  return /* @__PURE__ */ m(
342
343
  C,
343
344
  {
344
345
  sx: {
345
- backgroundColor: r.palette.background.default,
346
+ backgroundColor: n.palette.background.default,
346
347
  gap: 2,
347
348
  padding: 12,
348
349
  textAlign: "center",
@@ -353,7 +354,7 @@ const r1 = ({
353
354
  A,
354
355
  {
355
356
  "data-ui-test": "mx-insights-sudd-left-upper-text",
356
- sx: { color: r.palette.secondary.light },
357
+ sx: { color: n.palette.secondary.light },
357
358
  variant: "XSmall",
358
359
  children: i
359
360
  }
@@ -365,8 +366,8 @@ const r1 = ({
365
366
  }, c1 = ({
366
367
  isComplete: e,
367
368
  leftLowerText: i,
368
- leftUpperText: r,
369
- rightLowerText: n,
369
+ leftUpperText: n,
370
+ rightLowerText: r,
370
371
  rightUpperText: o
371
372
  }) => /* @__PURE__ */ m(
372
373
  u,
@@ -378,12 +379,12 @@ const r1 = ({
378
379
  width: "100%"
379
380
  },
380
381
  children: [
381
- /* @__PURE__ */ t(d1, { leftLowerText: i, leftUpperText: r }),
382
+ /* @__PURE__ */ t(d1, { leftLowerText: i, leftUpperText: n }),
382
383
  /* @__PURE__ */ t(
383
384
  p1,
384
385
  {
385
386
  isComplete: e,
386
- rightLowerText: n,
387
+ rightLowerText: r,
387
388
  rightUpperText: o
388
389
  }
389
390
  )
@@ -411,15 +412,15 @@ const r1 = ({
411
412
  ), p1 = ({
412
413
  isComplete: e,
413
414
  rightLowerText: i,
414
- rightUpperText: r
415
+ rightUpperText: n
415
416
  }) => {
416
- const n = f();
417
+ const r = f();
417
418
  return /* @__PURE__ */ m(
418
419
  C,
419
420
  {
420
421
  sx: {
421
- backgroundColor: e ? n.palette.success.lighter : "transparent",
422
- border: e ? `1px solid ${n.palette.success.darker}` : `1px dashed ${n.palette.secondary.lighter}`,
422
+ backgroundColor: e ? r.palette.success.lighter : "transparent",
423
+ border: e ? `1px solid ${r.palette.success.darker}` : `1px dashed ${r.palette.secondary.lighter}`,
423
424
  borderRadius: "4px",
424
425
  gap: 2,
425
426
  padding: 12,
@@ -431,9 +432,9 @@ const r1 = ({
431
432
  A,
432
433
  {
433
434
  "data-ui-test": "mx-insights-sudd-right-upper-text",
434
- sx: { color: n.palette.secondary.light },
435
+ sx: { color: r.palette.secondary.light },
435
436
  variant: "XSmall",
436
- children: r
437
+ children: n
437
438
  }
438
439
  ),
439
440
  /* @__PURE__ */ t(
@@ -442,8 +443,8 @@ const r1 = ({
442
443
  bold: !0,
443
444
  "data-ui-test": "mx-insights-sudd-right-lower-text",
444
445
  sx: {
445
- backgroundColor: e ? n.palette.success.darker : n.palette.warning.lighter,
446
- color: e ? n.palette.common.white : n.palette.warning.darker,
446
+ backgroundColor: e ? r.palette.success.darker : r.palette.warning.lighter,
447
+ color: e ? r.palette.common.white : r.palette.warning.darker,
447
448
  borderRadius: 4
448
449
  },
449
450
  variant: "Tiny",
@@ -526,12 +527,12 @@ const r1 = ({
526
527
  ), t2 = ({
527
528
  beat: e,
528
529
  children: i,
529
- descriptionPlacement: r = "bottom",
530
- hideDescription: n,
530
+ descriptionPlacement: n = "bottom",
531
+ hideDescription: r,
531
532
  inDescriptionCtaOnClick: o,
532
533
  withFullWidthImage: a
533
534
  }) => {
534
- const s = n || !e.html_description, l = /* @__PURE__ */ t(
535
+ const s = r || !e.html_description, l = /* @__PURE__ */ t(
535
536
  h1,
536
537
  {
537
538
  beat: e,
@@ -541,7 +542,7 @@ const r1 = ({
541
542
  }
542
543
  );
543
544
  return /* @__PURE__ */ m(y.Fragment, { children: [
544
- !s && r === "top" && l,
545
+ !s && n === "top" && l,
545
546
  /* @__PURE__ */ t(
546
547
  u,
547
548
  {
@@ -557,13 +558,13 @@ const r1 = ({
557
558
  children: i
558
559
  }
559
560
  ),
560
- !s && (r === "bottom" || !r) && l
561
+ !s && (n === "bottom" || !n) && l
561
562
  ] });
562
563
  }, h1 = ({
563
564
  beat: e,
564
565
  buttonInText: i = !1,
565
- inDescriptionCtaOnClick: r,
566
- withFullWidthImage: n
566
+ inDescriptionCtaOnClick: n,
567
+ withFullWidthImage: r
567
568
  }) => {
568
569
  const o = i ? 16 : 8;
569
570
  return /* @__PURE__ */ m(y.Fragment, { children: [
@@ -581,7 +582,7 @@ const r1 = ({
581
582
  wordWrap: "break-word",
582
583
  "& > span.bold-copy": { fontWeight: "bold" },
583
584
  mb: e.in_description_cta ? 4 : o,
584
- ...n && {
585
+ ...r && {
585
586
  px: 16
586
587
  },
587
588
  "& p": {
@@ -595,7 +596,7 @@ const r1 = ({
595
596
  {
596
597
  className: `mx-inights-${e.template}-in-description-button`,
597
598
  sx: { mb: o },
598
- children: /* @__PURE__ */ m(q, { onClick: r, children: [
599
+ children: /* @__PURE__ */ m(q, { onClick: n, children: [
599
600
  e.in_description_cta,
600
601
  /* @__PURE__ */ t(
601
602
  x,
@@ -611,8 +612,8 @@ const r1 = ({
611
612
  }, i2 = ({
612
613
  beat: e,
613
614
  disabled: i = !1,
614
- hide: r = !1,
615
- onClick: n = () => {
615
+ hide: n = !1,
616
+ onClick: r = () => {
616
617
  },
617
618
  primary: o = !0,
618
619
  sx: a,
@@ -620,7 +621,7 @@ const r1 = ({
620
621
  ...l
621
622
  }) => {
622
623
  const d = f();
623
- if (r)
624
+ if (n)
624
625
  return null;
625
626
  const p = I(q)({
626
627
  width: "100%",
@@ -642,18 +643,18 @@ const r1 = ({
642
643
  disabled: i,
643
644
  id: o ? `primary-cta-${e.guid}` : `secondary-cta-${e.guid}`,
644
645
  onClick: (h) => {
645
- n(h);
646
+ r(h);
646
647
  },
647
648
  variant: s || "outlined",
648
649
  ...l,
649
650
  children: o ? e.call_to_action : e.supporting_action
650
651
  }
651
652
  );
652
- }, n2 = ({
653
+ }, r2 = ({
653
654
  ariaHidden: e = !1,
654
655
  beat: i,
655
- children: r,
656
- DismissedBeatSwitcher: n,
656
+ children: n,
657
+ DismissedBeatSwitcher: r,
657
658
  elementTag: o,
658
659
  setRefs: a
659
660
  }) => /* @__PURE__ */ t(
@@ -676,13 +677,13 @@ const r1 = ({
676
677
  flexDirection: "column",
677
678
  boxSizing: "border-box"
678
679
  },
679
- children: i.dismissed_at ? n : r
680
+ children: i.dismissed_at ? r : n
680
681
  }
681
- ), r2 = ({
682
+ ), n2 = ({
682
683
  headerText: e,
683
684
  menuHeaderCloserButtonAriaLabel: i,
684
- onCancel: r,
685
- onClose: n,
685
+ onCancel: n,
686
+ onClose: r,
686
687
  rating: o
687
688
  }) => /* @__PURE__ */ m(
688
689
  k,
@@ -702,7 +703,7 @@ const r1 = ({
702
703
  className: "mx-insights-feedback-header-container-close-button",
703
704
  "data-ui-test": "feedback-close-button",
704
705
  onClick: () => {
705
- r(), n();
706
+ n(), r();
706
707
  },
707
708
  sx: {
708
709
  justifyContent: "center",
@@ -719,8 +720,8 @@ const r1 = ({
719
720
  ), o2 = ({
720
721
  buttonText: e,
721
722
  errorMessage: i,
722
- feedbackMessage: r,
723
- onCancel: n,
723
+ feedbackMessage: n,
724
+ onCancel: r,
724
725
  onClose: o,
725
726
  otherOptionIndex: a,
726
727
  selectedRadio: s
@@ -760,7 +761,7 @@ const r1 = ({
760
761
  {
761
762
  className: "mx-insights-beat-feedback-submit-button",
762
763
  "data-ui-test": "submit-button",
763
- disabled: !r.trim() && (s === a || s === null) || !!i,
764
+ disabled: !n.trim() && (s === a || s === null) || !!i,
764
765
  type: "submit",
765
766
  children: p
766
767
  }
@@ -771,7 +772,7 @@ const r1 = ({
771
772
  className: "mx-insights-beat-feedback-no-thanks-button",
772
773
  "data-ui-test": "no-thanks-button",
773
774
  onClick: () => {
774
- n(), o();
775
+ r(), o();
775
776
  },
776
777
  children: d
777
778
  }
@@ -782,8 +783,8 @@ const r1 = ({
782
783
  }, a2 = ({ bodyText: e }) => /* @__PURE__ */ t("div", { style: { padding: "8px 24px 8px 0px" }, children: /* @__PURE__ */ t(A, { "data-ui-test": "feedback-description", children: e }) }), s2 = ({
783
784
  feedbackOptions: e,
784
785
  groupAriaLabel: i,
785
- selectedRadio: r,
786
- setSelectedRadio: n
786
+ selectedRadio: n,
787
+ setSelectedRadio: r
787
788
  }) => {
788
789
  const o = $();
789
790
  return /* @__PURE__ */ t(
@@ -809,11 +810,11 @@ const r1 = ({
809
810
  control: /* @__PURE__ */ t(
810
811
  Q,
811
812
  {
812
- checked: r === s,
813
+ checked: n === s,
813
814
  className: "mx-insights-beat-feedback-options-radio",
814
815
  id: `radio-${s}`,
815
816
  name: `radio-${s}`,
816
- onChange: () => n(s),
817
+ onChange: () => r(s),
817
818
  sx: {
818
819
  mr: "24px",
819
820
  p: "0px 24px"
@@ -829,8 +830,8 @@ const r1 = ({
829
830
  }, l2 = ({
830
831
  feedbackAriaLabel: e,
831
832
  feedbackDescriptionPlaceHolder: i,
832
- feedbackLabel: r,
833
- feedbackMessage: n,
833
+ feedbackLabel: n,
834
+ feedbackMessage: r,
834
835
  sendAnalytics: o,
835
836
  setFeedbackMessage: a,
836
837
  validateForm: s
@@ -842,7 +843,7 @@ const r1 = ({
842
843
  return /* @__PURE__ */ t(
843
844
  u,
844
845
  {
845
- "aria-label": r,
846
+ "aria-label": n,
846
847
  sx: {
847
848
  marginTop: 24
848
849
  },
@@ -858,7 +859,7 @@ const r1 = ({
858
859
  },
859
860
  onClick: () => o(),
860
861
  placeholder: i,
861
- value: n
862
+ value: r
862
863
  }
863
864
  )
864
865
  }
@@ -866,8 +867,8 @@ const r1 = ({
866
867
  }, g1 = ({
867
868
  ariaLabel: e,
868
869
  className: i,
869
- onClick: r,
870
- sx: n
870
+ onClick: n,
871
+ sx: r
871
872
  }) => {
872
873
  const o = f();
873
874
  return /* @__PURE__ */ t(
@@ -875,7 +876,7 @@ const r1 = ({
875
876
  {
876
877
  "aria-label": e,
877
878
  className: `${i} mx-insights-menu-header-close-button`,
878
- onClick: r,
879
+ onClick: n,
879
880
  children: /* @__PURE__ */ t(
880
881
  x,
881
882
  {
@@ -896,28 +897,28 @@ const r1 = ({
896
897
  backgroundColor: o.palette.border.light,
897
898
  color: o.palette.secondary.darker
898
899
  },
899
- ...n
900
+ ...r
900
901
  }
901
902
  }
902
903
  )
903
904
  }
904
905
  );
905
906
  }, A1 = 200, y1 = 130, C1 = (e) => e || null, V = (e, i) => {
906
- e.forEach((r) => {
907
- const n = C1(r);
908
- if (n) {
909
- const o = n.getAttribute("stroke"), a = n.getAttribute("fill");
910
- if (o && o !== "white" && n.style.setProperty("stroke", i), a) {
907
+ e.forEach((n) => {
908
+ const r = C1(n);
909
+ if (r) {
910
+ const o = r.getAttribute("stroke"), a = r.getAttribute("fill");
911
+ if (o && o !== "white" && r.style.setProperty("stroke", i), a) {
911
912
  const s = a === "white" ? "white" : i;
912
- n.style.setProperty("fill", s);
913
+ r.style.setProperty("fill", s);
913
914
  }
914
915
  }
915
916
  });
916
917
  }, x1 = ({
917
918
  clientColorscheme: e,
918
919
  divProps: i,
919
- image: r,
920
- isMini: n = !1
920
+ image: n,
921
+ isMini: r = !1
921
922
  }) => {
922
923
  const o = N(null), { primary_100: a, primary_200: s, primary_300: l, primary_400: d, primary_500: p, widget_brand_color: h } = e, g = Y(() => h ? {
923
924
  100: a,
@@ -943,35 +944,35 @@ const r1 = ({
943
944
  "div",
944
945
  {
945
946
  style: {
946
- maxWidth: n ? y1 : A1,
947
+ maxWidth: r ? y1 : A1,
947
948
  width: "100%"
948
949
  },
949
950
  ...i,
950
- children: /* @__PURE__ */ t(r, { ref: o })
951
+ children: /* @__PURE__ */ t(n, { ref: o })
951
952
  }
952
953
  );
953
- }, f1 = (e, i) => /* @__PURE__ */ c.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: i, ...e }, /* @__PURE__ */ c.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__ */ c.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ c.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__ */ c.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__ */ c.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ c.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__ */ c.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ c.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ c.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ c.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ c.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ c.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__ */ c.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), b1 = w(f1), q1 = (e, i) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: i, ...e }, /* @__PURE__ */ c.createElement("g", null, /* @__PURE__ */ c.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__ */ c.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__ */ c.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__ */ c.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ c.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__ */ c.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), L1 = w(q1), E = (e) => ({ isDarkMode: i, ...r }) => {
954
- const n = L(i ? "dark" : "light");
955
- return /* @__PURE__ */ m(H, { theme: n, children: [
956
- /* @__PURE__ */ t(n1, {}),
957
- /* @__PURE__ */ t(e, { ...r })
954
+ }, f1 = (e, i) => /* @__PURE__ */ c.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: i, ...e }, /* @__PURE__ */ c.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__ */ c.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ c.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__ */ c.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__ */ c.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ c.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__ */ c.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ c.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ c.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ c.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ c.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ c.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__ */ c.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), b1 = w(f1), q1 = (e, i) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: i, ...e }, /* @__PURE__ */ c.createElement("g", null, /* @__PURE__ */ c.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__ */ c.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__ */ c.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__ */ c.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ c.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__ */ c.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ c.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), L1 = w(q1), E = (e) => ({ isDarkMode: i, ...n }) => {
955
+ const r = L(i ? "dark" : "light");
956
+ return /* @__PURE__ */ m(H, { theme: r, children: [
957
+ /* @__PURE__ */ t(r1, {}),
958
+ /* @__PURE__ */ t(e, { ...n })
958
959
  ] });
959
960
  };
960
961
  E.displayName = "withTheme";
961
962
  const H1 = ({
962
963
  isCIBC: e,
963
964
  isMini: i,
964
- clientColorscheme: r
965
+ clientColorscheme: n
965
966
  }) => {
966
- const n = {
967
+ const r = {
967
968
  height: "auto",
968
969
  width: i ? "30%" : "50%",
969
970
  marginBottom: 16
970
- }, o = e ? b1 : L1, a = e ? { ...n, width: i ? "50%" : "70%" } : n;
971
+ }, o = e ? b1 : L1, a = e ? { ...r, width: i ? "50%" : "70%" } : r;
971
972
  return /* @__PURE__ */ t(u, { sx: { display: "flex", justifyContent: "center", width: "100%" }, children: /* @__PURE__ */ t(
972
973
  x1,
973
974
  {
974
- clientColorscheme: r,
975
+ clientColorscheme: n,
975
976
  divProps: { style: a },
976
977
  image: o
977
978
  }
@@ -979,20 +980,20 @@ const H1 = ({
979
980
  }, d2 = E(H1), c2 = ({
980
981
  goalCompletionDate: e = "",
981
982
  goalContribution: i = "",
982
- isDarkMode: r,
983
- payload: n,
983
+ isDarkMode: n,
984
+ payload: r,
984
985
  percentageCompleteText: o,
985
986
  showGoalContributedLastMonth: a,
986
987
  showProjectedToCompleteDate: s,
987
988
  title: l,
988
989
  totalSavedText: d
989
990
  }) => {
990
- const p = L(r ? "dark" : "light");
991
+ const p = L(n ? "dark" : "light");
991
992
  return /* @__PURE__ */ t(H, { theme: p, children: /* @__PURE__ */ t(u, { className: "mx-insights-mefr-body", "data-ui-test": "mefr-body", sx: { mb: 16 }, children: /* @__PURE__ */ m(a1, { title: l, children: [
992
993
  /* @__PURE__ */ t(
993
994
  o1,
994
995
  {
995
- goalPercentage: n.goal_percentage,
996
+ goalPercentage: r.goal_percentage,
996
997
  percentageCompleteText: o
997
998
  }
998
999
  ),
@@ -1092,8 +1093,8 @@ const H1 = ({
1092
1093
  ), m2 = ({
1093
1094
  accountGuid: e,
1094
1095
  animation: i,
1095
- leftLowerText: r,
1096
- leftUpperText: n,
1096
+ leftLowerText: n,
1097
+ leftUpperText: r,
1097
1098
  isComplete: o,
1098
1099
  isDarkMode: a,
1099
1100
  isMini: s,
@@ -1110,8 +1111,8 @@ const H1 = ({
1110
1111
  headerString: l,
1111
1112
  isComplete: o,
1112
1113
  isMini: s,
1113
- leftLowerText: r,
1114
- leftUpperText: n,
1114
+ leftLowerText: n,
1115
+ leftUpperText: r,
1115
1116
  rightLowerText: d,
1116
1117
  rightUpperText: p
1117
1118
  }
@@ -1156,8 +1157,8 @@ const H1 = ({
1156
1157
  ), p2 = ({
1157
1158
  accountGuid: e,
1158
1159
  animation: i,
1159
- destinationAccountGuid: r,
1160
- externalAccountName: n,
1160
+ destinationAccountGuid: n,
1161
+ externalAccountName: r,
1161
1162
  heldAccountName: o,
1162
1163
  headerString: a,
1163
1164
  isComplete: s,
@@ -1186,8 +1187,8 @@ const H1 = ({
1186
1187
  ) : /* @__PURE__ */ t(
1187
1188
  v1,
1188
1189
  {
1189
- destinationAccountGuid: r,
1190
- externalAccountName: n,
1190
+ destinationAccountGuid: n,
1191
+ externalAccountName: r,
1191
1192
  heldAccountName: o,
1192
1193
  sourceAccountGuid: S
1193
1194
  }
@@ -1195,8 +1196,8 @@ const H1 = ({
1195
1196
  }, v1 = ({
1196
1197
  destinationAccountGuid: e,
1197
1198
  externalAccountName: i,
1198
- heldAccountName: r,
1199
- sourceAccountGuid: n
1199
+ heldAccountName: n,
1200
+ sourceAccountGuid: r
1200
1201
  }) => /* @__PURE__ */ m(
1201
1202
  k,
1202
1203
  {
@@ -1204,7 +1205,7 @@ const H1 = ({
1204
1205
  direction: "row",
1205
1206
  sx: { gap: 8, height: 82, justifyContent: "center", py: 12, width: "100%" },
1206
1207
  children: [
1207
- /* @__PURE__ */ t(z, { accountGuid: n, accountName: i }),
1208
+ /* @__PURE__ */ t(z, { accountGuid: r, accountName: i }),
1208
1209
  /* @__PURE__ */ t(
1209
1210
  x,
1210
1211
  {
@@ -1214,7 +1215,7 @@ const H1 = ({
1214
1215
  sx: { my: "auto" }
1215
1216
  }
1216
1217
  ),
1217
- /* @__PURE__ */ t(z, { accountGuid: e, accountName: r })
1218
+ /* @__PURE__ */ t(z, { accountGuid: e, accountName: n })
1218
1219
  ]
1219
1220
  }
1220
1221
  );
@@ -1233,7 +1234,7 @@ export {
1233
1234
  d2 as FederalBankHolidayBody,
1234
1235
  o2 as FeedbackButtons,
1235
1236
  a2 as FeedbackDescription,
1236
- r2 as FeedbackHeader,
1237
+ n2 as FeedbackHeader,
1237
1238
  s2 as FeedbackOptions,
1238
1239
  s1 as FullFeedBodyHeader,
1239
1240
  l1 as FullFeedLogoSection,
@@ -1247,10 +1248,10 @@ export {
1247
1248
  I1 as ProjectedCompletionSection,
1248
1249
  o1 as PulseGoalProgress,
1249
1250
  a1 as PulseGraidentBox,
1250
- r1 as PulseProgressBar,
1251
+ n1 as PulseProgressBar,
1251
1252
  p1 as RightBox,
1252
1253
  m2 as SetUpDirectDepositBody,
1253
- n2 as Shell,
1254
+ r2 as Shell,
1254
1255
  p2 as SwitchDirectDepositBody,
1255
1256
  v1 as SwitchDirectDepositMainContainer,
1256
1257
  M1 as TotalSavedSection