fansunited-frontend-components 0.0.32-RC1 → 0.0.32

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.
@@ -27393,36 +27393,130 @@ process.env.NODE_ENV !== "production" && (zi.propTypes = {
27393
27393
  */
27394
27394
  variant: a.oneOf(["outlined", "plain", "soft", "solid"])
27395
27395
  });
27396
- const qd = ({ my: e }) => /* @__PURE__ */ y(
27397
- D,
27398
- {
27399
- sx: {
27400
- display: "flex",
27401
- justifyContent: "center",
27402
- alignItems: "center",
27403
- width: "100%",
27404
- height: "100%",
27405
- my: e
27406
- },
27407
- children: /* @__PURE__ */ y(
27408
- Ua,
27409
- {
27410
- slotProps: {
27411
- track: {
27412
- sx: {
27413
- stroke: he().palette.neutral.softBg
27414
- }
27415
- },
27416
- progress: {
27417
- sx: {
27418
- stroke: he().palette.neutral.solidBg
27396
+ const qd = ({ my: e }) => {
27397
+ const t = he(), o = t.palette.neutral.softBg, n = t.palette.neutral.solidBg;
27398
+ return /* @__PURE__ */ y(
27399
+ D,
27400
+ {
27401
+ sx: {
27402
+ display: "flex",
27403
+ justifyContent: "center",
27404
+ alignItems: "center",
27405
+ width: "100%",
27406
+ height: "100%",
27407
+ my: e
27408
+ },
27409
+ children: /* @__PURE__ */ y(
27410
+ Ua,
27411
+ {
27412
+ slotProps: {
27413
+ track: {
27414
+ sx: {
27415
+ stroke: o
27416
+ }
27417
+ },
27418
+ progress: {
27419
+ sx: {
27420
+ stroke: n
27421
+ }
27419
27422
  }
27420
27423
  }
27421
27424
  }
27425
+ )
27426
+ }
27427
+ );
27428
+ }, $k = ({ fonts: e }) => (vo(() => {
27429
+ const t = document.querySelectorAll(
27430
+ 'link[data-font-loader="true"]'
27431
+ ), o = Array.from(t).map(
27432
+ (n) => n.getAttribute("data-font-family")
27433
+ );
27434
+ e.forEach((n) => {
27435
+ var r;
27436
+ if (!o.includes(n.family))
27437
+ if (n.url) {
27438
+ const i = document.createElement("link");
27439
+ i.href = n.url, i.rel = "stylesheet", i.setAttribute("data-font-loader", "true"), i.setAttribute("data-font-family", n.family), document.head.appendChild(i);
27440
+ } else {
27441
+ const i = ((r = n.weights) == null ? void 0 : r.join(";")) || "400;700", l = n.display || "swap", s = `https://fonts.googleapis.com/css2?family=${n.family.split(",")[0].trim().replace(/['"]/g, "").replace(
27442
+ / /g,
27443
+ "+"
27444
+ )}:wght@${i}&display=${l}`, d = document.createElement("link");
27445
+ d.href = s, d.rel = "stylesheet", d.setAttribute("data-font-loader", "true"), d.setAttribute("data-font-family", n.family), document.head.appendChild(d);
27446
+ }
27447
+ });
27448
+ }, [e]), null), hi = (e, t) => {
27449
+ const o = [300, 400, 500, 700], n = "swap";
27450
+ return e ? typeof e == "string" ? { family: e, weights: o, display: n } : {
27451
+ family: e.family,
27452
+ url: e.url,
27453
+ weights: e.weights || o,
27454
+ display: e.display || n
27455
+ } : { family: t, weights: o, display: n };
27456
+ }, ew = ({ mode: e }) => {
27457
+ const { mode: t, setMode: o } = $u();
27458
+ return Qt.useEffect(() => {
27459
+ e && t !== e && o(e);
27460
+ }, [e, o]), null;
27461
+ }, tw = ({
27462
+ children: e,
27463
+ shadowRootElement: t,
27464
+ customTheme: o,
27465
+ mode: n = "light",
27466
+ modeStorageKey: r = "theme-mode"
27467
+ }) => {
27468
+ const i = Ai(
27469
+ () => ({
27470
+ ...o,
27471
+ mode: n,
27472
+ modeStorageKey: r
27473
+ }),
27474
+ [o, n, r]
27475
+ ), l = Ai(
27476
+ () => Dv(i),
27477
+ [i]
27478
+ ), s = l, d = Ai(() => {
27479
+ var c, u, p, g, m, f, A, v;
27480
+ return [
27481
+ hi(
27482
+ (u = (c = s.customFontFamily) == null ? void 0 : c.light) == null ? void 0 : u.primary,
27483
+ "Ubuntu, sans-serif"
27484
+ ),
27485
+ hi(
27486
+ (g = (p = s.customFontFamily) == null ? void 0 : p.light) == null ? void 0 : g.secondary,
27487
+ "Roboto, sans-serif"
27488
+ ),
27489
+ hi(
27490
+ (f = (m = s.customFontFamily) == null ? void 0 : m.dark) == null ? void 0 : f.primary,
27491
+ "Ubuntu, sans-serif"
27492
+ ),
27493
+ hi(
27494
+ (v = (A = s.customFontFamily) == null ? void 0 : A.dark) == null ? void 0 : v.secondary,
27495
+ "Roboto, sans-serif"
27496
+ )
27497
+ ].filter(
27498
+ (T, C, x) => C === x.findIndex((k) => k.family === T.family)
27499
+ );
27500
+ }, [s]);
27501
+ return /* @__PURE__ */ V(ze, { children: [
27502
+ /* @__PURE__ */ y($k, { fonts: d }),
27503
+ /* @__PURE__ */ V(
27504
+ Ay,
27505
+ {
27506
+ theme: l,
27507
+ colorSchemeNode: t,
27508
+ defaultMode: n,
27509
+ modeStorageKey: r,
27510
+ disableTransitionOnChange: !1,
27511
+ attribute: "data-joy-color-scheme",
27512
+ children: [
27513
+ /* @__PURE__ */ y(ew, { mode: n }),
27514
+ e
27515
+ ]
27422
27516
  }
27423
27517
  )
27424
- }
27425
- ), Qs = ({
27518
+ ] });
27519
+ }, Qs = ({
27426
27520
  additionalCTA: e,
27427
27521
  buttonStyle: t,
27428
27522
  buttonContentStyle: o,
@@ -27447,7 +27541,7 @@ function Wd(e, t, o) {
27447
27541
  const n = gm(t);
27448
27542
  return e.displayName || (n !== "" ? `${o}(${n})` : o);
27449
27543
  }
27450
- function $k(e) {
27544
+ function ow(e) {
27451
27545
  if (e != null) {
27452
27546
  if (typeof e == "string")
27453
27547
  return e;
@@ -27464,7 +27558,7 @@ function $k(e) {
27464
27558
  }
27465
27559
  }
27466
27560
  }
27467
- function ew(e, t, o = void 0) {
27561
+ function nw(e, t, o = void 0) {
27468
27562
  const n = {};
27469
27563
  for (const r in e) {
27470
27564
  const i = e[r];
@@ -27477,7 +27571,7 @@ function ew(e, t, o = void 0) {
27477
27571
  }
27478
27572
  return n;
27479
27573
  }
27480
- const Gd = (e) => e, tw = () => {
27574
+ const Gd = (e) => e, rw = () => {
27481
27575
  let e = Gd;
27482
27576
  return {
27483
27577
  configure(t) {
@@ -27490,7 +27584,7 @@ const Gd = (e) => e, tw = () => {
27490
27584
  e = Gd;
27491
27585
  }
27492
27586
  };
27493
- }, ow = tw(), nw = {
27587
+ }, iw = rw(), aw = {
27494
27588
  active: "active",
27495
27589
  checked: "checked",
27496
27590
  completed: "completed",
@@ -27505,16 +27599,16 @@ const Gd = (e) => e, tw = () => {
27505
27599
  selected: "selected"
27506
27600
  };
27507
27601
  function qs(e, t, o = "Mui") {
27508
- const n = nw[t];
27509
- return n ? `${o}-${n}` : `${ow.generate(e)}-${t}`;
27602
+ const n = aw[t];
27603
+ return n ? `${o}-${n}` : `${iw.generate(e)}-${t}`;
27510
27604
  }
27511
- function rw(e, t, o = "Mui") {
27605
+ function lw(e, t, o = "Mui") {
27512
27606
  const n = {};
27513
27607
  return t.forEach((r) => {
27514
27608
  n[r] = qs(e, r, o);
27515
27609
  }), n;
27516
27610
  }
27517
- function iw(e, t = Number.MIN_SAFE_INTEGER, o = Number.MAX_SAFE_INTEGER) {
27611
+ function sw(e, t = Number.MIN_SAFE_INTEGER, o = Number.MAX_SAFE_INTEGER) {
27518
27612
  return Math.max(t, Math.min(e, o));
27519
27613
  }
27520
27614
  function fm(e) {
@@ -27530,15 +27624,15 @@ function fm(e) {
27530
27624
  typeof r.style != "function" && (r.style = Qc(r.style));
27531
27625
  }), n;
27532
27626
  }
27533
- const aw = np();
27627
+ const cw = np();
27534
27628
  function pl(e) {
27535
27629
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
27536
27630
  }
27537
- function lw(e) {
27631
+ function dw(e) {
27538
27632
  return e ? (t, o) => o[e] : null;
27539
27633
  }
27540
- function sw(e, t, o) {
27541
- e.theme = pw(e.theme) ? o : e.theme[t] || e.theme;
27634
+ function uw(e, t, o) {
27635
+ e.theme = fw(e.theme) ? o : e.theme[t] || e.theme;
27542
27636
  }
27543
27637
  function Ii(e, t) {
27544
27638
  const o = typeof t == "function" ? t(e) : t;
@@ -27583,15 +27677,15 @@ function hm(e, t, o = []) {
27583
27677
  }
27584
27678
  return o;
27585
27679
  }
27586
- function cw(e = {}) {
27680
+ function pw(e = {}) {
27587
27681
  const {
27588
27682
  themeId: t,
27589
- defaultTheme: o = aw,
27683
+ defaultTheme: o = cw,
27590
27684
  rootShouldForwardProp: n = pl,
27591
27685
  slotShouldForwardProp: r = pl
27592
27686
  } = e;
27593
27687
  function i(l) {
27594
- sw(l, t, o);
27688
+ uw(l, t, o);
27595
27689
  }
27596
27690
  return (l, s = {}) => {
27597
27691
  xv(l, (k) => k.filter((h) => h !== Mn));
@@ -27602,7 +27696,7 @@ function cw(e = {}) {
27602
27696
  skipSx: p,
27603
27697
  // TODO v6: remove `lowercaseFirstLetter()` in the next major release
27604
27698
  // For more details: https://github.com/mui/material-ui/pull/37908
27605
- overridesResolver: g = lw(ym(c)),
27699
+ overridesResolver: g = dw(ym(c)),
27606
27700
  ...m
27607
27701
  } = s, f = u !== void 0 ? u : (
27608
27702
  // TODO v6: remove `Root` in the next major release
@@ -27610,10 +27704,10 @@ function cw(e = {}) {
27610
27704
  c && c !== "Root" && c !== "root" || !1
27611
27705
  ), A = p || !1;
27612
27706
  let v = pl;
27613
- c === "Root" || c === "root" ? v = n : c ? v = r : mw(l) && (v = void 0);
27707
+ c === "Root" || c === "root" ? v = n : c ? v = r : hw(l) && (v = void 0);
27614
27708
  const T = Av(l, {
27615
27709
  shouldForwardProp: v,
27616
- label: uw(d, c),
27710
+ label: gw(d, c),
27617
27711
  ...m
27618
27712
  }), C = (k) => {
27619
27713
  if (typeof k == "function" && k.__emotion_real !== k)
@@ -27648,24 +27742,24 @@ function cw(e = {}) {
27648
27742
  E = [...R, ...b, ...O], E.raw = [...R, ...b.raw, ...O], h.unshift(E);
27649
27743
  }
27650
27744
  const z = [...h, ...S, ...P], F = T(...z);
27651
- return l.muiName && (F.muiName = l.muiName), process.env.NODE_ENV !== "production" && (F.displayName = dw(d, c, l)), F;
27745
+ return l.muiName && (F.muiName = l.muiName), process.env.NODE_ENV !== "production" && (F.displayName = mw(d, c, l)), F;
27652
27746
  };
27653
27747
  return T.withConfig && (x.withConfig = T.withConfig), x;
27654
27748
  };
27655
27749
  }
27656
- function dw(e, t, o) {
27657
- return e ? `${e}${un(t || "")}` : `Styled(${$k(o)})`;
27750
+ function mw(e, t, o) {
27751
+ return e ? `${e}${un(t || "")}` : `Styled(${ow(o)})`;
27658
27752
  }
27659
- function uw(e, t) {
27753
+ function gw(e, t) {
27660
27754
  let o;
27661
27755
  return process.env.NODE_ENV !== "production" && e && (o = `${e}-${ym(t || "Root")}`), o;
27662
27756
  }
27663
- function pw(e) {
27757
+ function fw(e) {
27664
27758
  for (const t in e)
27665
27759
  return !1;
27666
27760
  return !0;
27667
27761
  }
27668
- function mw(e) {
27762
+ function hw(e) {
27669
27763
  return typeof e == "string" && // 96 is one less than the char code
27670
27764
  // for "a" so this is checking that
27671
27765
  // it's a lowercase character
@@ -27675,9 +27769,9 @@ function ym(e) {
27675
27769
  return e && e.charAt(0).toLowerCase() + e.slice(1);
27676
27770
  }
27677
27771
  function Ws(e, t = 0, o = 1) {
27678
- return process.env.NODE_ENV !== "production" && (e < t || e > o) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${o}].`), iw(e, t, o);
27772
+ return process.env.NODE_ENV !== "production" && (e < t || e > o) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${o}].`), sw(e, t, o);
27679
27773
  }
27680
- function gw(e) {
27774
+ function yw(e) {
27681
27775
  e = e.slice(1);
27682
27776
  const t = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
27683
27777
  let o = e.match(t);
@@ -27687,7 +27781,7 @@ function Xo(e) {
27687
27781
  if (e.type)
27688
27782
  return e;
27689
27783
  if (e.charAt(0) === "#")
27690
- return Xo(gw(e));
27784
+ return Xo(yw(e));
27691
27785
  const t = e.indexOf("("), o = e.substring(0, t);
27692
27786
  if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(o))
27693
27787
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
@@ -27705,12 +27799,12 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
27705
27799
  colorSpace: r
27706
27800
  };
27707
27801
  }
27708
- const fw = (e) => {
27802
+ const vw = (e) => {
27709
27803
  const t = Xo(e);
27710
27804
  return t.values.slice(0, 3).map((o, n) => t.type.includes("hsl") && n !== 0 ? `${o}%` : o).join(" ");
27711
27805
  }, mr = (e, t) => {
27712
27806
  try {
27713
- return fw(e);
27807
+ return vw(e);
27714
27808
  } catch {
27715
27809
  return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
27716
27810
  }
@@ -27746,12 +27840,12 @@ function Jd(e, t) {
27746
27840
  const o = Hl(e), n = Hl(t);
27747
27841
  return (Math.max(o, n) + 0.05) / (Math.min(o, n) + 0.05);
27748
27842
  }
27749
- function hw(e, t) {
27843
+ function bw(e, t) {
27750
27844
  return e = Xo(e), t = Ws(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, Ka(e);
27751
27845
  }
27752
- function hi(e, t, o) {
27846
+ function yi(e, t, o) {
27753
27847
  try {
27754
- return hw(e, t);
27848
+ return bw(e, t);
27755
27849
  } catch {
27756
27850
  return e;
27757
27851
  }
@@ -27789,19 +27883,19 @@ function ct(e, t, o) {
27789
27883
  return e;
27790
27884
  }
27791
27885
  }
27792
- function yw(e, t = 0.15) {
27886
+ function Aw(e, t = 0.15) {
27793
27887
  return Hl(e) > 0.5 ? Gs(e, t) : Js(e, t);
27794
27888
  }
27795
- function yi(e, t, o) {
27889
+ function vi(e, t, o) {
27796
27890
  try {
27797
- return yw(e, t);
27891
+ return Aw(e, t);
27798
27892
  } catch {
27799
27893
  return e;
27800
27894
  }
27801
27895
  }
27802
- const vw = /* @__PURE__ */ w.createContext(void 0);
27896
+ const xw = /* @__PURE__ */ w.createContext(void 0);
27803
27897
  process.env.NODE_ENV !== "production" && (a.node, a.object);
27804
- function bw(e) {
27898
+ function Sw(e) {
27805
27899
  const {
27806
27900
  theme: t,
27807
27901
  name: o,
@@ -27812,12 +27906,12 @@ function bw(e) {
27812
27906
  const r = t.components[o];
27813
27907
  return r.defaultProps ? Mi(r.defaultProps, n) : !r.styleOverrides && !r.variants ? Mi(r, n) : n;
27814
27908
  }
27815
- function Aw({
27909
+ function Cw({
27816
27910
  props: e,
27817
27911
  name: t
27818
27912
  }) {
27819
- const o = w.useContext(vw);
27820
- return bw({
27913
+ const o = w.useContext(xw);
27914
+ return Sw({
27821
27915
  props: e,
27822
27916
  name: t,
27823
27917
  theme: {
@@ -27828,14 +27922,14 @@ function Aw({
27828
27922
  const Yd = {
27829
27923
  theme: void 0
27830
27924
  };
27831
- function xw(e) {
27925
+ function Pw(e) {
27832
27926
  let t, o;
27833
27927
  return function(n) {
27834
27928
  let r = t;
27835
27929
  return (r === void 0 || n.theme !== o) && (Yd.theme = n.theme, r = fm(e(Yd)), t = r, o = n.theme), r;
27836
27930
  };
27837
27931
  }
27838
- function Sw(e = "") {
27932
+ function Tw(e = "") {
27839
27933
  function t(...o) {
27840
27934
  if (!o.length)
27841
27935
  return "";
@@ -27849,24 +27943,24 @@ const Zd = (e, t, o, n = []) => {
27849
27943
  t.forEach((i, l) => {
27850
27944
  l === t.length - 1 ? Array.isArray(r) ? r[Number(i)] = o : r && typeof r == "object" && (r[i] = o) : r && typeof r == "object" && (r[i] || (r[i] = n.includes(i) ? [] : {}), r = r[i]);
27851
27945
  });
27852
- }, Cw = (e, t, o) => {
27946
+ }, kw = (e, t, o) => {
27853
27947
  function n(r, i = [], l = []) {
27854
27948
  Object.entries(r).forEach(([s, d]) => {
27855
27949
  (!o || o && !o([...i, s])) && d != null && (typeof d == "object" && Object.keys(d).length > 0 ? n(d, [...i, s], Array.isArray(d) ? [...l, s] : l) : t([...i, s], d, l));
27856
27950
  });
27857
27951
  }
27858
27952
  n(e);
27859
- }, Pw = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((o) => e.includes(o)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
27953
+ }, ww = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((o) => e.includes(o)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
27860
27954
  function ml(e, t) {
27861
27955
  const {
27862
27956
  prefix: o,
27863
27957
  shouldSkipGeneratingVar: n
27864
27958
  } = t || {}, r = {}, i = {}, l = {};
27865
- return Cw(
27959
+ return kw(
27866
27960
  e,
27867
27961
  (s, d, c) => {
27868
27962
  if ((typeof d == "string" || typeof d == "number") && (!n || !n(s, d))) {
27869
- const u = `--${o ? `${o}-` : ""}${s.join("-")}`, p = Pw(s, d);
27963
+ const u = `--${o ? `${o}-` : ""}${s.join("-")}`, p = ww(s, d);
27870
27964
  Object.assign(r, {
27871
27965
  [u]: p
27872
27966
  }), Zd(i, s, `var(${u})`, c), Zd(l, s, `var(${u}, ${p})`, c);
@@ -27880,7 +27974,7 @@ function ml(e, t) {
27880
27974
  varsWithDefaults: l
27881
27975
  };
27882
27976
  }
27883
- function Tw(e, t = {}) {
27977
+ function zw(e, t = {}) {
27884
27978
  const {
27885
27979
  getSelector: o = v,
27886
27980
  disableCssColorScheme: n,
@@ -27995,7 +28089,7 @@ function Tw(e, t = {}) {
27995
28089
  }
27996
28090
  };
27997
28091
  }
27998
- function kw(e) {
28092
+ function Iw(e) {
27999
28093
  return function(t) {
28000
28094
  return e === "media" ? (process.env.NODE_ENV !== "production" && t !== "light" && t !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${t}'.`), `@media (prefers-color-scheme: ${t})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${t}"] &` : e === "class" ? `.${t} &` : e === "data" ? `[data-${t}] &` : `${e.replace("%s", t)} &` : "&";
28001
28095
  };
@@ -28003,7 +28097,7 @@ function kw(e) {
28003
28097
  const Kr = {
28004
28098
  black: "#000",
28005
28099
  white: "#fff"
28006
- }, ww = {
28100
+ }, Fw = {
28007
28101
  50: "#fafafa",
28008
28102
  100: "#f5f5f5",
28009
28103
  200: "#eeeeee",
@@ -28149,7 +28243,7 @@ function bm() {
28149
28243
  }
28150
28244
  };
28151
28245
  }
28152
- const zw = bm();
28246
+ const Rw = bm();
28153
28247
  function Am() {
28154
28248
  return {
28155
28249
  text: {
@@ -28183,7 +28277,7 @@ function _d(e, t, o, n) {
28183
28277
  const r = n.light || n, i = n.dark || n * 1.5;
28184
28278
  e[t] || (e.hasOwnProperty(o) ? e[t] = e[o] : t === "light" ? e.light = Js(e.main, r) : t === "dark" && (e.dark = Gs(e.main, i)));
28185
28279
  }
28186
- function Iw(e = "light") {
28280
+ function Ow(e = "light") {
28187
28281
  return e === "dark" ? {
28188
28282
  main: Tn[200],
28189
28283
  light: Tn[50],
@@ -28194,7 +28288,7 @@ function Iw(e = "light") {
28194
28288
  dark: Tn[800]
28195
28289
  };
28196
28290
  }
28197
- function Fw(e = "light") {
28291
+ function Dw(e = "light") {
28198
28292
  return e === "dark" ? {
28199
28293
  main: Cn[200],
28200
28294
  light: Cn[50],
@@ -28205,7 +28299,7 @@ function Fw(e = "light") {
28205
28299
  dark: Cn[700]
28206
28300
  };
28207
28301
  }
28208
- function Rw(e = "light") {
28302
+ function Ew(e = "light") {
28209
28303
  return e === "dark" ? {
28210
28304
  main: Pn[500],
28211
28305
  light: Pn[300],
@@ -28216,7 +28310,7 @@ function Rw(e = "light") {
28216
28310
  dark: Pn[800]
28217
28311
  };
28218
28312
  }
28219
- function Ow(e = "light") {
28313
+ function Uw(e = "light") {
28220
28314
  return e === "dark" ? {
28221
28315
  main: kn[400],
28222
28316
  light: kn[300],
@@ -28227,7 +28321,7 @@ function Ow(e = "light") {
28227
28321
  dark: kn[900]
28228
28322
  };
28229
28323
  }
28230
- function Dw(e = "light") {
28324
+ function Nw(e = "light") {
28231
28325
  return e === "dark" ? {
28232
28326
  main: wn[400],
28233
28327
  light: wn[300],
@@ -28238,7 +28332,7 @@ function Dw(e = "light") {
28238
28332
  dark: wn[900]
28239
28333
  };
28240
28334
  }
28241
- function Ew(e = "light") {
28335
+ function Bw(e = "light") {
28242
28336
  return e === "dark" ? {
28243
28337
  main: ur[400],
28244
28338
  light: ur[300],
@@ -28256,9 +28350,9 @@ function Ys(e) {
28256
28350
  contrastThreshold: o = 3,
28257
28351
  tonalOffset: n = 0.2,
28258
28352
  ...r
28259
- } = e, i = e.primary || Iw(t), l = e.secondary || Fw(t), s = e.error || Rw(t), d = e.info || Ow(t), c = e.success || Dw(t), u = e.warning || Ew(t);
28353
+ } = e, i = e.primary || Ow(t), l = e.secondary || Dw(t), s = e.error || Ew(t), d = e.info || Uw(t), c = e.success || Nw(t), u = e.warning || Bw(t);
28260
28354
  function p(f) {
28261
- const A = Jd(f, Xd.text.primary) >= o ? Xd.text.primary : zw.text.primary;
28355
+ const A = Jd(f, Xd.text.primary) >= o ? Xd.text.primary : Rw.text.primary;
28262
28356
  if (process.env.NODE_ENV !== "production") {
28263
28357
  const v = Jd(f, A);
28264
28358
  v < 3 && console.error([`MUI: The contrast ratio of ${v}:1 for ${A} on ${f}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
@@ -28338,7 +28432,7 @@ const theme2 = createTheme({ palette: {
28338
28432
  name: "success"
28339
28433
  }),
28340
28434
  // The grey colors.
28341
- grey: ww,
28435
+ grey: Fw,
28342
28436
  // Used by `getContrastText()` to maximize the contrast between
28343
28437
  // the background and the text.
28344
28438
  contrastThreshold: o,
@@ -28354,14 +28448,14 @@ const theme2 = createTheme({ palette: {
28354
28448
  ...m
28355
28449
  }, r);
28356
28450
  }
28357
- function Uw(e) {
28451
+ function Kw(e) {
28358
28452
  const t = {};
28359
28453
  return Object.entries(e).forEach((o) => {
28360
28454
  const [n, r] = o;
28361
28455
  typeof r == "object" && (t[n] = `${r.fontStyle ? `${r.fontStyle} ` : ""}${r.fontVariant ? `${r.fontVariant} ` : ""}${r.fontWeight ? `${r.fontWeight} ` : ""}${r.fontStretch ? `${r.fontStretch} ` : ""}${r.fontSize || ""}${r.lineHeight ? `/${r.lineHeight} ` : ""}${r.fontFamily || ""}`);
28362
28456
  }), t;
28363
28457
  }
28364
- function Nw(e, t) {
28458
+ function Mw(e, t) {
28365
28459
  return {
28366
28460
  toolbar: {
28367
28461
  minHeight: 56,
@@ -28377,13 +28471,13 @@ function Nw(e, t) {
28377
28471
  ...t
28378
28472
  };
28379
28473
  }
28380
- function Bw(e) {
28474
+ function jw(e) {
28381
28475
  return Math.round(e * 1e5) / 1e5;
28382
28476
  }
28383
28477
  const $d = {
28384
28478
  textTransform: "uppercase"
28385
28479
  }, eu = '"Roboto", "Helvetica", "Arial", sans-serif';
28386
- function Kw(e, t) {
28480
+ function Vw(e, t) {
28387
28481
  const {
28388
28482
  fontFamily: o = eu,
28389
28483
  // The default font size of the Material Specification.
@@ -28411,7 +28505,7 @@ function Kw(e, t) {
28411
28505
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
28412
28506
  // across font-families can cause issues with the kerning.
28413
28507
  ...o === eu ? {
28414
- letterSpacing: `${Bw(x / T)}em`
28508
+ letterSpacing: `${jw(x / T)}em`
28415
28509
  } : {},
28416
28510
  ...k,
28417
28511
  ...c
@@ -28453,11 +28547,11 @@ function Kw(e, t) {
28453
28547
  // No need to clone deep
28454
28548
  });
28455
28549
  }
28456
- const Mw = 0.2, jw = 0.14, Vw = 0.12;
28550
+ const Hw = 0.2, Lw = 0.14, Qw = 0.12;
28457
28551
  function ft(...e) {
28458
- return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Mw})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${jw})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Vw})`].join(",");
28552
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Hw})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${Lw})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Qw})`].join(",");
28459
28553
  }
28460
- const Hw = ["none", ft(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), ft(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), ft(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), ft(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), ft(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), ft(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), ft(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), ft(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), ft(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), ft(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), ft(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), ft(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), ft(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), ft(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), ft(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), ft(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), ft(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), ft(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), ft(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), ft(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), ft(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), ft(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), ft(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), ft(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], Lw = {
28554
+ const qw = ["none", ft(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), ft(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), ft(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), ft(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), ft(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), ft(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), ft(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), ft(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), ft(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), ft(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), ft(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), ft(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), ft(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), ft(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), ft(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), ft(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), ft(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), ft(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), ft(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), ft(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), ft(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), ft(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), ft(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), ft(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], Ww = {
28461
28555
  // This is the most common easing curve.
28462
28556
  easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
28463
28557
  // Objects enter the screen at full velocity from off-screen and
@@ -28467,7 +28561,7 @@ const Hw = ["none", ft(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), ft(0, 3, 1, -2, 0,
28467
28561
  easeIn: "cubic-bezier(0.4, 0, 1, 1)",
28468
28562
  // The sharp curve is used by objects that may return to the screen at any time.
28469
28563
  sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
28470
- }, Qw = {
28564
+ }, Gw = {
28471
28565
  shortest: 150,
28472
28566
  shorter: 200,
28473
28567
  short: 250,
@@ -28483,22 +28577,22 @@ const Hw = ["none", ft(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), ft(0, 3, 1, -2, 0,
28483
28577
  function tu(e) {
28484
28578
  return `${Math.round(e)}ms`;
28485
28579
  }
28486
- function qw(e) {
28580
+ function Jw(e) {
28487
28581
  if (!e)
28488
28582
  return 0;
28489
28583
  const t = e / 36;
28490
28584
  return Math.min(Math.round((4 + 15 * t ** 0.25 + t / 5) * 10), 3e3);
28491
28585
  }
28492
- function Ww(e) {
28586
+ function Yw(e) {
28493
28587
  const t = {
28494
- ...Lw,
28588
+ ...Ww,
28495
28589
  ...e.easing
28496
28590
  }, o = {
28497
- ...Qw,
28591
+ ...Gw,
28498
28592
  ...e.duration
28499
28593
  };
28500
28594
  return {
28501
- getAutoHeightDuration: qw,
28595
+ getAutoHeightDuration: Jw,
28502
28596
  create: (n = ["all"], r = {}) => {
28503
28597
  const {
28504
28598
  duration: i = o.standard,
@@ -28518,7 +28612,7 @@ function Ww(e) {
28518
28612
  duration: o
28519
28613
  };
28520
28614
  }
28521
- const Gw = {
28615
+ const Zw = {
28522
28616
  mobileStepper: 1e3,
28523
28617
  fab: 1050,
28524
28618
  speedDial: 1050,
@@ -28528,7 +28622,7 @@ const Gw = {
28528
28622
  snackbar: 1400,
28529
28623
  tooltip: 1500
28530
28624
  };
28531
- function Jw(e) {
28625
+ function Xw(e) {
28532
28626
  return Eo(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
28533
28627
  }
28534
28628
  function xm(e = {}) {
@@ -28539,7 +28633,7 @@ function xm(e = {}) {
28539
28633
  const r = Object.entries(n);
28540
28634
  for (let i = 0; i < r.length; i++) {
28541
28635
  const [l, s] = r[i];
28542
- !Jw(s) || l.startsWith("unstable_") ? delete n[l] : Eo(s) && (n[l] = {
28636
+ !Xw(s) || l.startsWith("unstable_") ? delete n[l] : Eo(s) && (n[l] = {
28543
28637
  ...s
28544
28638
  }, o(n[l]));
28545
28639
  }
@@ -28568,14 +28662,14 @@ function Ll(e = {}, ...t) {
28568
28662
  throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : Yo(20));
28569
28663
  const u = Ys(i), p = np(e);
28570
28664
  let g = to(p, {
28571
- mixins: Nw(p.breakpoints, n),
28665
+ mixins: Mw(p.breakpoints, n),
28572
28666
  palette: u,
28573
28667
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
28574
- shadows: Hw.slice(),
28575
- typography: Kw(u, s),
28576
- transitions: Ww(l),
28668
+ shadows: qw.slice(),
28669
+ typography: Vw(u, s),
28670
+ transitions: Yw(l),
28577
28671
  zIndex: {
28578
- ...Gw
28672
+ ...Zw
28579
28673
  }
28580
28674
  });
28581
28675
  if (g = to(g, c), g = t.reduce((m, f) => to(m, f), g), process.env.NODE_ENV !== "production") {
@@ -28612,14 +28706,14 @@ function Ll(e = {}, ...t) {
28612
28706
  });
28613
28707
  }, g.toRuntimeSource = xm, g;
28614
28708
  }
28615
- function Yw(e) {
28709
+ function _w(e) {
28616
28710
  let t;
28617
28711
  return e < 1 ? t = 5.11916 * e ** 2 : t = 4.5 * Math.log(e + 1) + 2, Math.round(t * 10) / 1e3;
28618
28712
  }
28619
- const Zw = [...Array(25)].map((e, t) => {
28713
+ const $w = [...Array(25)].map((e, t) => {
28620
28714
  if (t === 0)
28621
28715
  return "none";
28622
- const o = Yw(t);
28716
+ const o = _w(t);
28623
28717
  return `linear-gradient(rgba(255 255 255 / ${o}), rgba(255 255 255 / ${o}))`;
28624
28718
  });
28625
28719
  function Sm(e) {
@@ -28631,9 +28725,9 @@ function Sm(e) {
28631
28725
  };
28632
28726
  }
28633
28727
  function Cm(e) {
28634
- return e === "dark" ? Zw : [];
28728
+ return e === "dark" ? $w : [];
28635
28729
  }
28636
- function Xw(e) {
28730
+ function ez(e) {
28637
28731
  const {
28638
28732
  palette: t = {
28639
28733
  mode: "light"
@@ -28653,18 +28747,18 @@ function Xw(e) {
28653
28747
  ...r
28654
28748
  };
28655
28749
  }
28656
- function _w(e) {
28750
+ function tz(e) {
28657
28751
  var t;
28658
28752
  return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
28659
28753
  e[0] === "palette" && !!((t = e[1]) != null && t.match(/(mode|contrastThreshold|tonalOffset)/));
28660
28754
  }
28661
- const $w = (e) => [...[...Array(25)].map((t, o) => `--${e ? `${e}-` : ""}overlays-${o}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], ez = (e) => (t, o) => {
28755
+ const oz = (e) => [...[...Array(25)].map((t, o) => `--${e ? `${e}-` : ""}overlays-${o}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], nz = (e) => (t, o) => {
28662
28756
  const n = e.rootSelector || ":root", r = e.colorSchemeSelector;
28663
28757
  let i = r;
28664
28758
  if (r === "class" && (i = ".%s"), r === "data" && (i = "[data-%s]"), r != null && r.startsWith("data-") && !r.includes("%s") && (i = `[${r}="%s"]`), e.defaultColorScheme === t) {
28665
28759
  if (t === "dark") {
28666
28760
  const l = {};
28667
- return $w(e.cssVarPrefix).forEach((s) => {
28761
+ return oz(e.cssVarPrefix).forEach((s) => {
28668
28762
  l[s] = o[s], delete o[s];
28669
28763
  }), i === "media" ? {
28670
28764
  [n]: o,
@@ -28695,7 +28789,7 @@ const $w = (e) => [...[...Array(25)].map((t, o) => `--${e ? `${e}-` : ""}overlay
28695
28789
  }
28696
28790
  return n;
28697
28791
  };
28698
- function tz(e, t) {
28792
+ function rz(e, t) {
28699
28793
  t.forEach((o) => {
28700
28794
  e[o] || (e[o] = {});
28701
28795
  });
@@ -28710,7 +28804,7 @@ function Oo(e, t) {
28710
28804
  `${t}Channel` in e || (e[`${t}Channel`] = mr(gr(e[t]), `MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
28711
28805
  To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
28712
28806
  }
28713
- function oz(e) {
28807
+ function iz(e) {
28714
28808
  return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
28715
28809
  }
28716
28810
  const xo = (e) => {
@@ -28718,14 +28812,14 @@ const xo = (e) => {
28718
28812
  return e();
28719
28813
  } catch {
28720
28814
  }
28721
- }, nz = (e = "mui") => Sw(e);
28815
+ }, az = (e = "mui") => Tw(e);
28722
28816
  function gl(e, t, o, n) {
28723
28817
  if (!t)
28724
28818
  return;
28725
28819
  t = t === !0 ? {} : t;
28726
28820
  const r = n === "dark" ? "dark" : "light";
28727
28821
  if (!o) {
28728
- e[n] = Xw({
28822
+ e[n] = ez({
28729
28823
  ...t,
28730
28824
  palette: {
28731
28825
  mode: r,
@@ -28754,7 +28848,7 @@ function gl(e, t, o, n) {
28754
28848
  overlays: (t == null ? void 0 : t.overlays) || Cm(r)
28755
28849
  }, l;
28756
28850
  }
28757
- function rz(e = {}, ...t) {
28851
+ function lz(e = {}, ...t) {
28758
28852
  const {
28759
28853
  colorSchemes: o = {
28760
28854
  light: !0
@@ -28762,11 +28856,11 @@ function rz(e = {}, ...t) {
28762
28856
  defaultColorScheme: n,
28763
28857
  disableCssColorScheme: r = !1,
28764
28858
  cssVarPrefix: i = "mui",
28765
- shouldSkipGeneratingVar: l = _w,
28859
+ shouldSkipGeneratingVar: l = tz,
28766
28860
  colorSchemeSelector: s = o.light && o.dark ? "media" : void 0,
28767
28861
  rootSelector: d = ":root",
28768
28862
  ...c
28769
- } = e, u = Object.keys(o)[0], p = n || (o.light && u !== "light" ? "light" : u), g = nz(i), {
28863
+ } = e, u = Object.keys(o)[0], p = n || (o.light && u !== "light" ? "light" : u), g = az(i), {
28770
28864
  [p]: m,
28771
28865
  light: f,
28772
28866
  dark: A,
@@ -28788,25 +28882,25 @@ function rz(e = {}, ...t) {
28788
28882
  getCssVar: g,
28789
28883
  colorSchemes: T,
28790
28884
  font: {
28791
- ...Uw(x.typography),
28885
+ ...Kw(x.typography),
28792
28886
  ...x.font
28793
28887
  },
28794
- spacing: oz(c.spacing)
28888
+ spacing: iz(c.spacing)
28795
28889
  };
28796
28890
  Object.keys(k.colorSchemes).forEach((F) => {
28797
28891
  const b = k.colorSchemes[F].palette, R = (O) => {
28798
28892
  const E = O.split("-"), U = E[1], N = E[2];
28799
28893
  return g(O, b[U][N]);
28800
28894
  };
28801
- if (b.mode === "light" && (_(b.common, "background", "#fff"), _(b.common, "onBackground", "#000")), b.mode === "dark" && (_(b.common, "background", "#000"), _(b.common, "onBackground", "#fff")), tz(b, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), b.mode === "light") {
28895
+ if (b.mode === "light" && (_(b.common, "background", "#fff"), _(b.common, "onBackground", "#000")), b.mode === "dark" && (_(b.common, "background", "#000"), _(b.common, "onBackground", "#fff")), rz(b, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), b.mode === "light") {
28802
28896
  _(b.Alert, "errorColor", st(b.error.light, 0.6)), _(b.Alert, "infoColor", st(b.info.light, 0.6)), _(b.Alert, "successColor", st(b.success.light, 0.6)), _(b.Alert, "warningColor", st(b.warning.light, 0.6)), _(b.Alert, "errorFilledBg", R("palette-error-main")), _(b.Alert, "infoFilledBg", R("palette-info-main")), _(b.Alert, "successFilledBg", R("palette-success-main")), _(b.Alert, "warningFilledBg", R("palette-warning-main")), _(b.Alert, "errorFilledColor", xo(() => b.getContrastText(b.error.main))), _(b.Alert, "infoFilledColor", xo(() => b.getContrastText(b.info.main))), _(b.Alert, "successFilledColor", xo(() => b.getContrastText(b.success.main))), _(b.Alert, "warningFilledColor", xo(() => b.getContrastText(b.warning.main))), _(b.Alert, "errorStandardBg", ct(b.error.light, 0.9)), _(b.Alert, "infoStandardBg", ct(b.info.light, 0.9)), _(b.Alert, "successStandardBg", ct(b.success.light, 0.9)), _(b.Alert, "warningStandardBg", ct(b.warning.light, 0.9)), _(b.Alert, "errorIconColor", R("palette-error-main")), _(b.Alert, "infoIconColor", R("palette-info-main")), _(b.Alert, "successIconColor", R("palette-success-main")), _(b.Alert, "warningIconColor", R("palette-warning-main")), _(b.AppBar, "defaultBg", R("palette-grey-100")), _(b.Avatar, "defaultBg", R("palette-grey-400")), _(b.Button, "inheritContainedBg", R("palette-grey-300")), _(b.Button, "inheritContainedHoverBg", R("palette-grey-A100")), _(b.Chip, "defaultBorder", R("palette-grey-400")), _(b.Chip, "defaultAvatarColor", R("palette-grey-700")), _(b.Chip, "defaultIconColor", R("palette-grey-700")), _(b.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), _(b.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), _(b.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), _(b.LinearProgress, "primaryBg", ct(b.primary.main, 0.62)), _(b.LinearProgress, "secondaryBg", ct(b.secondary.main, 0.62)), _(b.LinearProgress, "errorBg", ct(b.error.main, 0.62)), _(b.LinearProgress, "infoBg", ct(b.info.main, 0.62)), _(b.LinearProgress, "successBg", ct(b.success.main, 0.62)), _(b.LinearProgress, "warningBg", ct(b.warning.main, 0.62)), _(b.Skeleton, "bg", `rgba(${R("palette-text-primaryChannel")} / 0.11)`), _(b.Slider, "primaryTrack", ct(b.primary.main, 0.62)), _(b.Slider, "secondaryTrack", ct(b.secondary.main, 0.62)), _(b.Slider, "errorTrack", ct(b.error.main, 0.62)), _(b.Slider, "infoTrack", ct(b.info.main, 0.62)), _(b.Slider, "successTrack", ct(b.success.main, 0.62)), _(b.Slider, "warningTrack", ct(b.warning.main, 0.62));
28803
- const O = yi(b.background.default, 0.8);
28804
- _(b.SnackbarContent, "bg", O), _(b.SnackbarContent, "color", xo(() => b.getContrastText(O))), _(b.SpeedDialAction, "fabHoverBg", yi(b.background.paper, 0.15)), _(b.StepConnector, "border", R("palette-grey-400")), _(b.StepContent, "border", R("palette-grey-400")), _(b.Switch, "defaultColor", R("palette-common-white")), _(b.Switch, "defaultDisabledColor", R("palette-grey-100")), _(b.Switch, "primaryDisabledColor", ct(b.primary.main, 0.62)), _(b.Switch, "secondaryDisabledColor", ct(b.secondary.main, 0.62)), _(b.Switch, "errorDisabledColor", ct(b.error.main, 0.62)), _(b.Switch, "infoDisabledColor", ct(b.info.main, 0.62)), _(b.Switch, "successDisabledColor", ct(b.success.main, 0.62)), _(b.Switch, "warningDisabledColor", ct(b.warning.main, 0.62)), _(b.TableCell, "border", ct(hi(b.divider, 1), 0.88)), _(b.Tooltip, "bg", hi(b.grey[700], 0.92));
28897
+ const O = vi(b.background.default, 0.8);
28898
+ _(b.SnackbarContent, "bg", O), _(b.SnackbarContent, "color", xo(() => b.getContrastText(O))), _(b.SpeedDialAction, "fabHoverBg", vi(b.background.paper, 0.15)), _(b.StepConnector, "border", R("palette-grey-400")), _(b.StepContent, "border", R("palette-grey-400")), _(b.Switch, "defaultColor", R("palette-common-white")), _(b.Switch, "defaultDisabledColor", R("palette-grey-100")), _(b.Switch, "primaryDisabledColor", ct(b.primary.main, 0.62)), _(b.Switch, "secondaryDisabledColor", ct(b.secondary.main, 0.62)), _(b.Switch, "errorDisabledColor", ct(b.error.main, 0.62)), _(b.Switch, "infoDisabledColor", ct(b.info.main, 0.62)), _(b.Switch, "successDisabledColor", ct(b.success.main, 0.62)), _(b.Switch, "warningDisabledColor", ct(b.warning.main, 0.62)), _(b.TableCell, "border", ct(yi(b.divider, 1), 0.88)), _(b.Tooltip, "bg", yi(b.grey[700], 0.92));
28805
28899
  }
28806
28900
  if (b.mode === "dark") {
28807
28901
  _(b.Alert, "errorColor", ct(b.error.light, 0.6)), _(b.Alert, "infoColor", ct(b.info.light, 0.6)), _(b.Alert, "successColor", ct(b.success.light, 0.6)), _(b.Alert, "warningColor", ct(b.warning.light, 0.6)), _(b.Alert, "errorFilledBg", R("palette-error-dark")), _(b.Alert, "infoFilledBg", R("palette-info-dark")), _(b.Alert, "successFilledBg", R("palette-success-dark")), _(b.Alert, "warningFilledBg", R("palette-warning-dark")), _(b.Alert, "errorFilledColor", xo(() => b.getContrastText(b.error.dark))), _(b.Alert, "infoFilledColor", xo(() => b.getContrastText(b.info.dark))), _(b.Alert, "successFilledColor", xo(() => b.getContrastText(b.success.dark))), _(b.Alert, "warningFilledColor", xo(() => b.getContrastText(b.warning.dark))), _(b.Alert, "errorStandardBg", st(b.error.light, 0.9)), _(b.Alert, "infoStandardBg", st(b.info.light, 0.9)), _(b.Alert, "successStandardBg", st(b.success.light, 0.9)), _(b.Alert, "warningStandardBg", st(b.warning.light, 0.9)), _(b.Alert, "errorIconColor", R("palette-error-main")), _(b.Alert, "infoIconColor", R("palette-info-main")), _(b.Alert, "successIconColor", R("palette-success-main")), _(b.Alert, "warningIconColor", R("palette-warning-main")), _(b.AppBar, "defaultBg", R("palette-grey-900")), _(b.AppBar, "darkBg", R("palette-background-paper")), _(b.AppBar, "darkColor", R("palette-text-primary")), _(b.Avatar, "defaultBg", R("palette-grey-600")), _(b.Button, "inheritContainedBg", R("palette-grey-800")), _(b.Button, "inheritContainedHoverBg", R("palette-grey-700")), _(b.Chip, "defaultBorder", R("palette-grey-700")), _(b.Chip, "defaultAvatarColor", R("palette-grey-300")), _(b.Chip, "defaultIconColor", R("palette-grey-300")), _(b.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), _(b.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), _(b.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), _(b.LinearProgress, "primaryBg", st(b.primary.main, 0.5)), _(b.LinearProgress, "secondaryBg", st(b.secondary.main, 0.5)), _(b.LinearProgress, "errorBg", st(b.error.main, 0.5)), _(b.LinearProgress, "infoBg", st(b.info.main, 0.5)), _(b.LinearProgress, "successBg", st(b.success.main, 0.5)), _(b.LinearProgress, "warningBg", st(b.warning.main, 0.5)), _(b.Skeleton, "bg", `rgba(${R("palette-text-primaryChannel")} / 0.13)`), _(b.Slider, "primaryTrack", st(b.primary.main, 0.5)), _(b.Slider, "secondaryTrack", st(b.secondary.main, 0.5)), _(b.Slider, "errorTrack", st(b.error.main, 0.5)), _(b.Slider, "infoTrack", st(b.info.main, 0.5)), _(b.Slider, "successTrack", st(b.success.main, 0.5)), _(b.Slider, "warningTrack", st(b.warning.main, 0.5));
28808
- const O = yi(b.background.default, 0.98);
28809
- _(b.SnackbarContent, "bg", O), _(b.SnackbarContent, "color", xo(() => b.getContrastText(O))), _(b.SpeedDialAction, "fabHoverBg", yi(b.background.paper, 0.15)), _(b.StepConnector, "border", R("palette-grey-600")), _(b.StepContent, "border", R("palette-grey-600")), _(b.Switch, "defaultColor", R("palette-grey-300")), _(b.Switch, "defaultDisabledColor", R("palette-grey-600")), _(b.Switch, "primaryDisabledColor", st(b.primary.main, 0.55)), _(b.Switch, "secondaryDisabledColor", st(b.secondary.main, 0.55)), _(b.Switch, "errorDisabledColor", st(b.error.main, 0.55)), _(b.Switch, "infoDisabledColor", st(b.info.main, 0.55)), _(b.Switch, "successDisabledColor", st(b.success.main, 0.55)), _(b.Switch, "warningDisabledColor", st(b.warning.main, 0.55)), _(b.TableCell, "border", st(hi(b.divider, 1), 0.68)), _(b.Tooltip, "bg", hi(b.grey[700], 0.92));
28902
+ const O = vi(b.background.default, 0.98);
28903
+ _(b.SnackbarContent, "bg", O), _(b.SnackbarContent, "color", xo(() => b.getContrastText(O))), _(b.SpeedDialAction, "fabHoverBg", vi(b.background.paper, 0.15)), _(b.StepConnector, "border", R("palette-grey-600")), _(b.StepContent, "border", R("palette-grey-600")), _(b.Switch, "defaultColor", R("palette-grey-300")), _(b.Switch, "defaultDisabledColor", R("palette-grey-600")), _(b.Switch, "primaryDisabledColor", st(b.primary.main, 0.55)), _(b.Switch, "secondaryDisabledColor", st(b.secondary.main, 0.55)), _(b.Switch, "errorDisabledColor", st(b.error.main, 0.55)), _(b.Switch, "infoDisabledColor", st(b.info.main, 0.55)), _(b.Switch, "successDisabledColor", st(b.success.main, 0.55)), _(b.Switch, "warningDisabledColor", st(b.warning.main, 0.55)), _(b.TableCell, "border", st(yi(b.divider, 1), 0.68)), _(b.Tooltip, "bg", yi(b.grey[700], 0.92));
28810
28904
  }
28811
28905
  Oo(b.background, "default"), Oo(b.background, "paper"), Oo(b.common, "background"), Oo(b.common, "onBackground"), Oo(b, "divider"), Object.keys(b).forEach((O) => {
28812
28906
  const E = b[O];
@@ -28817,17 +28911,17 @@ function rz(e = {}, ...t) {
28817
28911
  prefix: i,
28818
28912
  disableCssColorScheme: r,
28819
28913
  shouldSkipGeneratingVar: l,
28820
- getSelector: ez(k)
28914
+ getSelector: nz(k)
28821
28915
  }, {
28822
28916
  vars: S,
28823
28917
  generateThemeVars: P,
28824
28918
  generateStyleSheets: z
28825
- } = Tw(k, h);
28919
+ } = zw(k, h);
28826
28920
  return k.vars = S, Object.entries(k.colorSchemes[k.defaultColorScheme]).forEach(([F, b]) => {
28827
28921
  k[F] = b;
28828
28922
  }), k.generateThemeVars = P, k.generateStyleSheets = z, k.generateSpacing = function() {
28829
28923
  return op(c.spacing, gs(this));
28830
- }, k.getColorSchemeSelector = kw(s), k.spacing = k.generateSpacing(), k.shouldSkipGeneratingVar = l, k.unstable_sxConfig = {
28924
+ }, k.getColorSchemeSelector = Iw(s), k.spacing = k.generateSpacing(), k.shouldSkipGeneratingVar = l, k.unstable_sxConfig = {
28831
28925
  ...Aa,
28832
28926
  ...c == null ? void 0 : c.unstable_sxConfig
28833
28927
  }, k.unstable_sx = function(F) {
@@ -28847,7 +28941,7 @@ function ou(e, t, o) {
28847
28941
  // cast type to skip module augmentation test
28848
28942
  });
28849
28943
  }
28850
- function iz(e = {}, ...t) {
28944
+ function sz(e = {}, ...t) {
28851
28945
  const {
28852
28946
  palette: o,
28853
28947
  cssVariables: n = !1,
@@ -28884,31 +28978,31 @@ function iz(e = {}, ...t) {
28884
28978
  palette: p.palette
28885
28979
  }, ou(p, "light", c.light)), p;
28886
28980
  }
28887
- return !o && !("light" in c) && s === "light" && (c.light = !0), rz({
28981
+ return !o && !("light" in c) && s === "light" && (c.light = !0), lz({
28888
28982
  ...l,
28889
28983
  colorSchemes: c,
28890
28984
  defaultColorScheme: s,
28891
28985
  ...typeof n != "boolean" && n
28892
28986
  }, ...t);
28893
28987
  }
28894
- const az = iz(), lz = "$$material";
28895
- function sz(e) {
28988
+ const cz = sz(), dz = "$$material";
28989
+ function uz(e) {
28896
28990
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
28897
28991
  }
28898
- const cz = (e) => sz(e) && e !== "classes", dz = cw({
28899
- themeId: lz,
28900
- defaultTheme: az,
28901
- rootShouldForwardProp: cz
28902
- }), uz = xw;
28992
+ const pz = (e) => uz(e) && e !== "classes", mz = pw({
28993
+ themeId: dz,
28994
+ defaultTheme: cz,
28995
+ rootShouldForwardProp: pz
28996
+ }), gz = Pw;
28903
28997
  process.env.NODE_ENV !== "production" && (a.node, a.object.isRequired);
28904
- function pz(e) {
28905
- return Aw(e);
28998
+ function fz(e) {
28999
+ return Cw(e);
28906
29000
  }
28907
- function mz(e) {
29001
+ function hz(e) {
28908
29002
  return qs("MuiSvgIcon", e);
28909
29003
  }
28910
- rw("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
28911
- const gz = (e) => {
29004
+ lw("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
29005
+ const yz = (e) => {
28912
29006
  const {
28913
29007
  color: t,
28914
29008
  fontSize: o,
@@ -28916,8 +29010,8 @@ const gz = (e) => {
28916
29010
  } = e, r = {
28917
29011
  root: ["root", t !== "inherit" && `color${un(t)}`, `fontSize${un(o)}`]
28918
29012
  };
28919
- return ew(r, mz, n);
28920
- }, fz = dz("svg", {
29013
+ return nw(r, hz, n);
29014
+ }, vz = mz("svg", {
28921
29015
  name: "MuiSvgIcon",
28922
29016
  slot: "Root",
28923
29017
  overridesResolver: (e, t) => {
@@ -28926,7 +29020,7 @@ const gz = (e) => {
28926
29020
  } = e;
28927
29021
  return [t.root, o.color !== "inherit" && t[`color${un(o.color)}`], t[`fontSize${un(o.fontSize)}`]];
28928
29022
  }
28929
- })(uz(({
29023
+ })(gz(({
28930
29024
  theme: e
28931
29025
  }) => {
28932
29026
  var t, o, n, r, i, l, s, d, c, u, p, g, m, f;
@@ -29019,7 +29113,7 @@ const gz = (e) => {
29019
29113
  ]
29020
29114
  };
29021
29115
  })), Mr = /* @__PURE__ */ w.forwardRef(function(e, t) {
29022
- const o = pz({
29116
+ const o = fz({
29023
29117
  props: e,
29024
29118
  name: "MuiSvgIcon"
29025
29119
  }), {
@@ -29044,8 +29138,8 @@ const gz = (e) => {
29044
29138
  hasSvgAsChild: m
29045
29139
  }, A = {};
29046
29140
  c || (A.viewBox = p);
29047
- const v = gz(f);
29048
- return /* @__PURE__ */ Ye(fz, {
29141
+ const v = yz(f);
29142
+ return /* @__PURE__ */ Ye(vz, {
29049
29143
  as: l,
29050
29144
  className: ht(v.root, r),
29051
29145
  focusable: "false",
@@ -29148,14 +29242,14 @@ function fn(e, t) {
29148
29242
  }
29149
29243
  const fl = fn(/* @__PURE__ */ L("path", {
29150
29244
  d: "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
29151
- }), "InfoOutlined"), hz = fn(/* @__PURE__ */ L("path", {
29245
+ }), "InfoOutlined"), bz = fn(/* @__PURE__ */ L("path", {
29152
29246
  d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
29153
29247
  }), "Close"), hn = ql({
29154
29248
  shadowRootElement: null,
29155
29249
  leadPhoneCountryCode: null,
29156
29250
  language: null,
29157
29251
  optionsLayout: null
29158
- }), yz = ({
29252
+ }), Az = ({
29159
29253
  shadowRootElement: e,
29160
29254
  leadPhoneCountryCode: t,
29161
29255
  language: o = "en",
@@ -29353,7 +29447,7 @@ const fl = fn(/* @__PURE__ */ L("path", {
29353
29447
  fontSize: "1.25em"
29354
29448
  }
29355
29449
  },
29356
- children: /* @__PURE__ */ y(hz, {})
29450
+ children: /* @__PURE__ */ y(bz, {})
29357
29451
  }
29358
29452
  ),
29359
29453
  /* @__PURE__ */ V(
@@ -29459,7 +29553,7 @@ const fl = fn(/* @__PURE__ */ L("path", {
29459
29553
  )
29460
29554
  ] });
29461
29555
  };
29462
- function vz(e) {
29556
+ function xz(e) {
29463
29557
  const {
29464
29558
  sdk: t,
29465
29559
  fields: o = ["fullName", "email"],
@@ -29580,7 +29674,7 @@ function vz(e) {
29580
29674
  countries: _i
29581
29675
  };
29582
29676
  }
29583
- const bz = (e) => {
29677
+ const Sz = (e) => {
29584
29678
  const t = Ko(), { t: o } = gt();
29585
29679
  if (!e.brandingUrls)
29586
29680
  return /* @__PURE__ */ y(ze, {});
@@ -29677,7 +29771,7 @@ const bz = (e) => {
29677
29771
  ),
29678
29772
  i()
29679
29773
  ] }) });
29680
- }, Az = (e) => {
29774
+ }, Cz = (e) => {
29681
29775
  const { consents: t, isDisabled: o, primaryColor: n, brandingUrls: r, labels: i, onChange: l } = e, s = Ko(), { t: d } = gt(), [c, u] = Je({}), p = (m) => (f) => {
29682
29776
  const A = { ...c, [m]: f.target.checked };
29683
29777
  u(A), l == null || l(A);
@@ -29757,7 +29851,7 @@ const bz = (e) => {
29757
29851
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z"
29758
29852
  }), "Info"), km = fn(/* @__PURE__ */ L("path", {
29759
29853
  d: "M1 21h22L12 2zm12-3h-2v-2h2zm0-4h-2v-4h2z"
29760
- }), "Warning"), xz = (e, t) => {
29854
+ }), "Warning"), Pz = (e, t) => {
29761
29855
  switch (e) {
29762
29856
  case "success":
29763
29857
  return /* @__PURE__ */ y(Pm, {});
@@ -29766,7 +29860,7 @@ const bz = (e) => {
29766
29860
  case "info":
29767
29861
  return /* @__PURE__ */ y(Tm, {});
29768
29862
  }
29769
- }, Sz = (e) => {
29863
+ }, Tz = (e) => {
29770
29864
  switch (e) {
29771
29865
  case "success":
29772
29866
  return "success";
@@ -29781,13 +29875,13 @@ const bz = (e) => {
29781
29875
  message: o,
29782
29876
  description: n
29783
29877
  }) => {
29784
- const r = ot(), i = tt(), l = De().secondary, s = Sz(e);
29878
+ const r = ot(), i = tt(), l = De().secondary, s = Tz(e);
29785
29879
  return /* @__PURE__ */ y(
29786
29880
  Us,
29787
29881
  {
29788
29882
  variant: "soft",
29789
29883
  color: s,
29790
- startDecorator: xz(
29884
+ startDecorator: Pz(
29791
29885
  e,
29792
29886
  r.colorSchemes.light.palette.danger.plainColor
29793
29887
  ),
@@ -29835,7 +29929,7 @@ const bz = (e) => {
29835
29929
  )
29836
29930
  }
29837
29931
  );
29838
- }, Cz = [
29932
+ }, kz = [
29839
29933
  "fullName",
29840
29934
  "firstName",
29841
29935
  "lastName",
@@ -29850,7 +29944,7 @@ const bz = (e) => {
29850
29944
  phoneInput: { width: "100%" },
29851
29945
  listItemContent: { fontSize: "sm" },
29852
29946
  submitButton: { mt: 2 }
29853
- }, Pz = (e) => {
29947
+ }, wz = (e) => {
29854
29948
  var t, o, n, r, i, l;
29855
29949
  const [s, d] = Je({}), {
29856
29950
  sdk: c,
@@ -29867,7 +29961,7 @@ const bz = (e) => {
29867
29961
  labels: k,
29868
29962
  syncWithProfile: h = !1,
29869
29963
  isSubmittingParticipation: S = !1
29870
- } = e, P = g.map((ge) => ge && ge.trim()).filter((ge) => Cz.includes(ge)), {
29964
+ } = e, P = g.map((ge) => ge && ge.trim()).filter((ge) => kz.includes(ge)), {
29871
29965
  formData: z,
29872
29966
  isLoading: F,
29873
29967
  isSuccess: b,
@@ -29880,7 +29974,7 @@ const bz = (e) => {
29880
29974
  handleGenderChange: Q,
29881
29975
  handleSubmit: G,
29882
29976
  countries: oe
29883
- } = vz({
29977
+ } = xz({
29884
29978
  sdk: c,
29885
29979
  fields: P,
29886
29980
  campaignId: m,
@@ -30270,7 +30364,7 @@ const bz = (e) => {
30270
30364
  `custom-field-${ge.key}-${Ke}`
30271
30365
  )) : null,
30272
30366
  e.consents && e.consents.length > 0 ? /* @__PURE__ */ y(
30273
- Az,
30367
+ Cz,
30274
30368
  {
30275
30369
  consents: e.consents,
30276
30370
  isDisabled: b,
@@ -30280,7 +30374,7 @@ const bz = (e) => {
30280
30374
  onChange: pe
30281
30375
  }
30282
30376
  ) : /* @__PURE__ */ y(
30283
- bz,
30377
+ Sz,
30284
30378
  {
30285
30379
  primaryColor: J,
30286
30380
  brandingUrls: p,
@@ -30315,7 +30409,7 @@ const bz = (e) => {
30315
30409
  }
30316
30410
  )
30317
30411
  ] }) });
30318
- }, Tz = ({
30412
+ }, zz = ({
30319
30413
  sdk: e,
30320
30414
  content: t,
30321
30415
  campaign: o,
@@ -30359,7 +30453,7 @@ const bz = (e) => {
30359
30453
  ) : /* @__PURE__ */ y(ze, {})
30360
30454
  ] }) : /* @__PURE__ */ y(ze, {}),
30361
30455
  /* @__PURE__ */ y(
30362
- Pz,
30456
+ wz,
30363
30457
  {
30364
30458
  sdk: e,
30365
30459
  brandingColors: n == null ? void 0 : n.colors,
@@ -30379,7 +30473,7 @@ const bz = (e) => {
30379
30473
  }
30380
30474
  )
30381
30475
  ] });
30382
- }, kz = (e) => {
30476
+ }, Iz = (e) => {
30383
30477
  var t, o, n;
30384
30478
  return {
30385
30479
  // Mobile headline with image background
@@ -30600,7 +30694,7 @@ const bz = (e) => {
30600
30694
  var c, u;
30601
30695
  const p = Be(), g = ot(), m = dt(), f = De().primary, A = De().secondary, v = tt(), T = ((c = e.branding) == null ? void 0 : c.colors) || null, C = ((u = e.branding) == null ? void 0 : u.urls) || null, x = (T == null ? void 0 : T.contentColor) || he().textColor, k = (T == null ? void 0 : T.secondaryColor) || he().textColor, h = (T == null ? void 0 : T.backgroundColor) || he().surfaceVariant, S = "60%", P = Fo(
30602
30696
  Oe.STANDARD
30603
- ), z = kz({
30697
+ ), z = Iz({
30604
30698
  finalImage: o,
30605
30699
  spacingScale: m,
30606
30700
  borderRadius: v,
@@ -30808,7 +30902,7 @@ const bz = (e) => {
30808
30902
  z.imageContainerRight
30809
30903
  ) : null
30810
30904
  ] });
30811
- }, wz = (e) => {
30905
+ }, Fz = (e) => {
30812
30906
  var t, o, n, r;
30813
30907
  return {
30814
30908
  // Main headline section with background image
@@ -30999,7 +31093,7 @@ const bz = (e) => {
30999
31093
  var c, u;
31000
31094
  const p = Be(), g = _r(), m = e.type === "poll" || e.type === "match-quiz" ? g : p, f = ot(), A = dt(), v = De().primary, T = De().secondary, C = tt(), x = ((c = e.branding) == null ? void 0 : c.colors) || null, k = ((u = e.branding) == null ? void 0 : u.urls) || null, h = (x == null ? void 0 : x.contentColor) || he().textColor, S = (x == null ? void 0 : x.secondaryColor) || he().textColor, P = (x == null ? void 0 : x.backgroundColor) || he().surfaceVariant, z = "60%", F = f.colorSchemes.dark.textColor, b = Fo(
31001
31095
  Oe.SPLIT
31002
- ), R = wz({
31096
+ ), R = Fz({
31003
31097
  finalImage: o,
31004
31098
  spacingScale: A,
31005
31099
  borderRadius: C,
@@ -31155,7 +31249,7 @@ const bz = (e) => {
31155
31249
  n
31156
31250
  ] })
31157
31251
  ] });
31158
- }, zz = (e) => {
31252
+ }, Rz = (e) => {
31159
31253
  var t;
31160
31254
  return {
31161
31255
  // Main container with background overlay
@@ -31261,7 +31355,7 @@ const bz = (e) => {
31261
31355
  var i, l;
31262
31356
  const s = ot(), d = dt(), c = Fo(
31263
31357
  Oe.OVERLAY
31264
- ), u = ((i = e.branding) == null ? void 0 : i.colors) || null, p = (u == null ? void 0 : u.contentColor) || s.colorSchemes.dark.textColor, g = s.customFontFamily.dark.primary, m = s.customFontFamily.dark.secondary, f = s.customRadius.dark.md, A = (l = s.border) == null ? void 0 : l.dark.size, v = s.colorSchemes.dark.textColor, T = Sa(o), C = zz({
31358
+ ), u = ((i = e.branding) == null ? void 0 : i.colors) || null, p = (u == null ? void 0 : u.contentColor) || s.colorSchemes.dark.textColor, g = s.customFontFamily.dark.primary, m = s.customFontFamily.dark.secondary, f = s.customRadius.dark.md, A = (l = s.border) == null ? void 0 : l.dark.size, v = s.colorSchemes.dark.textColor, T = Sa(o), C = Rz({
31265
31359
  spacingScale: d,
31266
31360
  brandingColors: u,
31267
31361
  secondaryColor: p,
@@ -31303,7 +31397,7 @@ const bz = (e) => {
31303
31397
  ] }) }) }) }),
31304
31398
  /* @__PURE__ */ y(D, { sx: C.mainContentSection, children: n })
31305
31399
  ] });
31306
- }, Iz = (e) => ({
31400
+ }, Oz = (e) => ({
31307
31401
  // Image container (left position)
31308
31402
  imageContainerLeft: {
31309
31403
  display: e.isMobile ? "none" : "block",
@@ -31344,7 +31438,7 @@ const bz = (e) => {
31344
31438
  imagePosition: t = "left",
31345
31439
  children: o
31346
31440
  }) => {
31347
- const n = Be(), r = Iz({
31441
+ const n = Be(), r = Oz({
31348
31442
  finalImage: e,
31349
31443
  imagePosition: t,
31350
31444
  isMobile: n
@@ -31354,7 +31448,7 @@ const bz = (e) => {
31354
31448
  o,
31355
31449
  t === "right" && e ? /* @__PURE__ */ y(D, { sx: r.imageContainerRight, children: /* @__PURE__ */ y(D, { sx: r.imageSafeArea }) }) : null
31356
31450
  ] });
31357
- }, Fz = (e) => {
31451
+ }, Dz = (e) => {
31358
31452
  var t, o, n;
31359
31453
  return {
31360
31454
  // Mobile headline with image background
@@ -31544,7 +31638,7 @@ const bz = (e) => {
31544
31638
  objectFit: "cover"
31545
31639
  }
31546
31640
  };
31547
- }, Rz = ({
31641
+ }, Ez = ({
31548
31642
  entity: e,
31549
31643
  headline: t,
31550
31644
  finalImage: o,
@@ -31556,7 +31650,7 @@ const bz = (e) => {
31556
31650
  var s, d;
31557
31651
  const c = Be(), u = ot(), p = dt(), g = De().primary, m = De().secondary, f = tt(), A = ((s = e.branding) == null ? void 0 : s.colors) || null, v = ((d = e.branding) == null ? void 0 : d.urls) || null, T = (A == null ? void 0 : A.contentColor) || he().textColor, C = (A == null ? void 0 : A.secondaryColor) || he().textColor, x = (A == null ? void 0 : A.backgroundColor) || he().surfaceVariant, k = "60%", h = Fo(
31558
31652
  Oe.STANDARD
31559
- ), S = Fz({
31653
+ ), S = Dz({
31560
31654
  finalImage: o,
31561
31655
  spacingScale: p,
31562
31656
  borderRadius: f,
@@ -31690,7 +31784,7 @@ const bz = (e) => {
31690
31784
  ] }) }),
31691
31785
  o && n === "right" && /* @__PURE__ */ y(D, { sx: S.imageContainerRight, children: /* @__PURE__ */ y("img", { src: o, alt: "Illustration", style: S.image }) })
31692
31786
  ] });
31693
- }, Oz = (e) => {
31787
+ }, Uz = (e) => {
31694
31788
  var t, o, n;
31695
31789
  return {
31696
31790
  // Wrapper container for the entire split layout
@@ -31793,7 +31887,7 @@ const bz = (e) => {
31793
31887
  flexDirection: "column"
31794
31888
  }
31795
31889
  };
31796
- }, Dz = ({
31890
+ }, Nz = ({
31797
31891
  entity: e,
31798
31892
  headline: t,
31799
31893
  finalImage: o,
@@ -31806,7 +31900,7 @@ const bz = (e) => {
31806
31900
  var d;
31807
31901
  const c = Be(), u = _r(), p = ot(), g = dt(), m = De().primary, f = De().secondary, A = tt(), v = Fo(
31808
31902
  Oe.SPLIT
31809
- ), T = ((d = e.branding) == null ? void 0 : d.colors) || null, C = Oz({
31903
+ ), T = ((d = e.branding) == null ? void 0 : d.colors) || null, C = Uz({
31810
31904
  finalImage: o,
31811
31905
  spacingScale: g,
31812
31906
  borderRadius: A,
@@ -31846,7 +31940,7 @@ const bz = (e) => {
31846
31940
  ] }) }),
31847
31941
  /* @__PURE__ */ y(D, { sx: C.questionArea, children: r })
31848
31942
  ] });
31849
- }, Ez = (e) => ({
31943
+ }, Bz = (e) => ({
31850
31944
  // Main headline section with background image
31851
31945
  headlineSection: {
31852
31946
  display: "flex",
@@ -31936,7 +32030,7 @@ const bz = (e) => {
31936
32030
  flexDirection: "column",
31937
32031
  gap: e.spacingScale["3xs"]
31938
32032
  }
31939
- }), Uz = ({
32033
+ }), Kz = ({
31940
32034
  entity: e,
31941
32035
  headline: t,
31942
32036
  finalImage: o,
@@ -31945,7 +32039,7 @@ const bz = (e) => {
31945
32039
  rulesDisplay: i
31946
32040
  }) => {
31947
32041
  var l;
31948
- const s = Be(), d = ot(), c = dt(), u = De().primary, p = De().secondary, g = tt(), m = ((l = e.branding) == null ? void 0 : l.colors) || null, f = (m == null ? void 0 : m.contentColor) || d.colorSchemes.dark.textColor, A = (m == null ? void 0 : m.secondaryColor) || d.colorSchemes.dark.textColor, v = Ez({
32042
+ const s = Be(), d = ot(), c = dt(), u = De().primary, p = De().secondary, g = tt(), m = ((l = e.branding) == null ? void 0 : l.colors) || null, f = (m == null ? void 0 : m.contentColor) || d.colorSchemes.dark.textColor, A = (m == null ? void 0 : m.secondaryColor) || d.colorSchemes.dark.textColor, v = Bz({
31949
32043
  finalImage: o,
31950
32044
  spacingScale: c,
31951
32045
  borderRadius: g,
@@ -31981,7 +32075,7 @@ const bz = (e) => {
31981
32075
  s && r
31982
32076
  ] }) })
31983
32077
  ] });
31984
- }, Nz = (e) => {
32078
+ }, Mz = (e) => {
31985
32079
  var t;
31986
32080
  return {
31987
32081
  // Main container with background overlay
@@ -32082,7 +32176,7 @@ const bz = (e) => {
32082
32176
  flex: 1
32083
32177
  }
32084
32178
  };
32085
- }, Bz = ({
32179
+ }, jz = ({
32086
32180
  entity: e,
32087
32181
  headline: t,
32088
32182
  backgroundImage: o,
@@ -32092,7 +32186,7 @@ const bz = (e) => {
32092
32186
  rulesDisplay: l
32093
32187
  }) => {
32094
32188
  var s;
32095
- const d = Be(), c = ot(), u = dt(), p = ((s = e.branding) == null ? void 0 : s.colors) || null, g = (p == null ? void 0 : p.contentColor) || c.colorSchemes.dark.textColor, m = c.customFontFamily.dark.primary, f = c.customFontFamily.dark.secondary, A = c.customRadius.dark.md, v = c.border.dark.size, T = c.colorSchemes.dark.textColor, C = Nz({
32189
+ const d = Be(), c = ot(), u = dt(), p = ((s = e.branding) == null ? void 0 : s.colors) || null, g = (p == null ? void 0 : p.contentColor) || c.colorSchemes.dark.textColor, m = c.customFontFamily.dark.primary, f = c.customFontFamily.dark.secondary, A = c.customRadius.dark.md, v = c.border.dark.size, T = c.colorSchemes.dark.textColor, C = Mz({
32096
32190
  spacingScale: u,
32097
32191
  brandingColors: p,
32098
32192
  secondaryColor: g,
@@ -32128,7 +32222,7 @@ const bz = (e) => {
32128
32222
  /* @__PURE__ */ y(D, { sx: C.signInWrapper, children: r })
32129
32223
  ] })
32130
32224
  ] });
32131
- }, Kz = (e) => ({
32225
+ }, Vz = (e) => ({
32132
32226
  // Main container with background overlay (with ScoreStateWrapper)
32133
32227
  mainContainerWithWrapper: {
32134
32228
  boxShadow: "md",
@@ -32179,7 +32273,7 @@ const bz = (e) => {
32179
32273
  background: e.imageBackgroundGradient
32180
32274
  }
32181
32275
  }
32182
- }), Mz = ({
32276
+ }), Hz = ({
32183
32277
  entity: e,
32184
32278
  backgroundImage: t,
32185
32279
  imageBackgroundGradient: o,
@@ -32187,7 +32281,7 @@ const bz = (e) => {
32187
32281
  isWrappedWithScoreStateWrapper: r = !1
32188
32282
  }) => {
32189
32283
  var i;
32190
- const l = ot(), s = dt(), d = ((i = e.branding) == null ? void 0 : i.colors) || null, c = l.customRadius.light.md, u = l.border.light.size, p = (d == null ? void 0 : d.borderColor) || l.colorSchemes.dark.secondaryContainer, g = Kz({
32284
+ const l = ot(), s = dt(), d = ((i = e.branding) == null ? void 0 : i.colors) || null, c = l.customRadius.light.md, u = l.border.light.size, p = (d == null ? void 0 : d.borderColor) || l.colorSchemes.dark.secondaryContainer, g = Vz({
32191
32285
  spacingScale: s,
32192
32286
  mdBorderRadius: c,
32193
32287
  borderSize: u,
@@ -32203,7 +32297,7 @@ const bz = (e) => {
32203
32297
  children: n
32204
32298
  }
32205
32299
  );
32206
- }, jz = (e) => {
32300
+ }, Lz = (e) => {
32207
32301
  var t, o, n;
32208
32302
  return {
32209
32303
  // Mobile headline with image background
@@ -32476,7 +32570,7 @@ const bz = (e) => {
32476
32570
  };
32477
32571
  }, or = fn(/* @__PURE__ */ L("path", {
32478
32572
  d: "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8"
32479
- }), "Replay"), Vz = (e) => {
32573
+ }), "Replay"), Qz = (e) => {
32480
32574
  var t;
32481
32575
  const o = ((t = e.entity.branding) == null ? void 0 : t.colors) || null, n = ot(), r = Be(), i = qt(
32482
32576
  {
@@ -32486,7 +32580,7 @@ const bz = (e) => {
32486
32580
  Oe.STANDARD
32487
32581
  ), l = dt(), s = De().primary, d = De().secondary, c = tt(), u = (o == null ? void 0 : o.contentColor) || he().textColor, p = he().textPrimary, g = (o == null ? void 0 : o.primaryColor) || he().palette.primary.plainColor, m = (o == null ? void 0 : o.secondaryColor) || he().textColor, f = xa().size, A = he().surface, v = he().onSurface, T = Fo(
32488
32582
  Oe.STANDARD
32489
- ), { t: C } = gt(), x = e.imagePosition || "left", k = "60%", h = e.isApiError ? C("common.error.title") : C("common.authentication.accessRequired"), S = e.isApiError ? e.apiErrorMessage || C("common.error.message") : C("common.authentication.invalidOrMissingAuth"), P = jz({
32583
+ ), { t: C } = gt(), x = e.imagePosition || "left", k = "60%", h = e.isApiError ? C("common.error.title") : C("common.authentication.accessRequired"), S = e.isApiError ? e.apiErrorMessage || C("common.error.message") : C("common.authentication.invalidOrMissingAuth"), P = Lz({
32490
32584
  finalImage: i,
32491
32585
  spacingScale: l,
32492
32586
  borderRadius: c,
@@ -32629,7 +32723,7 @@ const bz = (e) => {
32629
32723
  }
32630
32724
  ) })
32631
32725
  ] });
32632
- }, Hz = (e) => {
32726
+ }, qz = (e) => {
32633
32727
  var t, o, n;
32634
32728
  return {
32635
32729
  // Main headline section with background image
@@ -32792,7 +32886,7 @@ const bz = (e) => {
32792
32886
  textTransform: "uppercase"
32793
32887
  }
32794
32888
  };
32795
- }, Lz = (e) => {
32889
+ }, Wz = (e) => {
32796
32890
  var t;
32797
32891
  const o = ot(), n = Be(), r = ((t = e.entity.branding) == null ? void 0 : t.colors) || null, i = qt(
32798
32892
  {
@@ -32802,7 +32896,7 @@ const bz = (e) => {
32802
32896
  Oe.SPLIT
32803
32897
  ), { t: l } = gt(), s = he().textPrimary, d = he().surface, c = he().onSurface, u = (r == null ? void 0 : r.backgroundColor) || he().surfaceVariant, p = tt(), g = De().secondary, m = De().primary, f = tt().md, A = he().textColor, v = dt(), T = Fo(
32804
32898
  Oe.SPLIT
32805
- ), C = e.isApiError ? l("common.error.title") : l("common.authentication.accessRequired"), x = e.isApiError ? e.apiErrorMessage || l("common.error.message") : l("common.authentication.invalidOrMissingAuth"), k = Hz({
32899
+ ), C = e.isApiError ? l("common.error.title") : l("common.authentication.accessRequired"), x = e.isApiError ? e.apiErrorMessage || l("common.error.message") : l("common.authentication.invalidOrMissingAuth"), k = qz({
32806
32900
  finalImage: i,
32807
32901
  spacingScale: v,
32808
32902
  borderRadius: tt(),
@@ -32870,7 +32964,7 @@ const bz = (e) => {
32870
32964
  /* @__PURE__ */ y(D, { sx: k.presentedByMobile, children: e.renderPresentedBy((r == null ? void 0 : r.contentColor) || A) })
32871
32965
  ] })
32872
32966
  ] });
32873
- }, Qz = (e) => {
32967
+ }, Gz = (e) => {
32874
32968
  var t;
32875
32969
  return {
32876
32970
  // Main container with background overlay
@@ -33056,7 +33150,7 @@ const bz = (e) => {
33056
33150
  textTransform: "uppercase"
33057
33151
  }
33058
33152
  };
33059
- }, qz = (e) => {
33153
+ }, Jz = (e) => {
33060
33154
  const t = dt(), o = ot(), n = Be(), { t: r } = gt(), i = Fo(
33061
33155
  Oe.OVERLAY
33062
33156
  ), { brandingImage: l, brandingColors: s, brandingLogo: d } = Zn(e.entity.branding || null), c = l || qt(
@@ -33065,7 +33159,7 @@ const bz = (e) => {
33065
33159
  imagePlaceholder: e.defaultImagePlaceholderUrl || ""
33066
33160
  },
33067
33161
  Oe.OVERLAY
33068
- ), u = Sa(c), p = (s == null ? void 0 : s.contentColor) || o.colorSchemes.dark.textColor, g = o.customFontFamily.dark.primary, m = o.customFontFamily.dark.secondary, f = o.customRadius.dark, A = o.border.dark.size, v = (s == null ? void 0 : s.backgroundColor) || o.colorSchemes.dark.surfaceVariant, T = o.colorSchemes.dark.onSurface, C = o.colorSchemes.dark.surfaceVariant, x = o.colorSchemes.dark.textPrimary, k = e.isApiError ? r("common.error.title") : r("common.authentication.accessRequired"), h = e.isApiError ? e.apiErrorMessage || r("common.error.message") : r("common.authentication.invalidOrMissingAuth"), S = Qz({
33162
+ ), u = Sa(c), p = (s == null ? void 0 : s.contentColor) || o.colorSchemes.dark.textColor, g = o.customFontFamily.dark.primary, m = o.customFontFamily.dark.secondary, f = o.customRadius.dark, A = o.border.dark.size, v = (s == null ? void 0 : s.backgroundColor) || o.colorSchemes.dark.surfaceVariant, T = o.colorSchemes.dark.onSurface, C = o.colorSchemes.dark.surfaceVariant, x = o.colorSchemes.dark.textPrimary, k = e.isApiError ? r("common.error.title") : r("common.authentication.accessRequired"), h = e.isApiError ? e.apiErrorMessage || r("common.error.message") : r("common.authentication.invalidOrMissingAuth"), S = Gz({
33069
33163
  spacingScale: t,
33070
33164
  brandingColors: s,
33071
33165
  secondaryColor: p,
@@ -33116,7 +33210,7 @@ const bz = (e) => {
33116
33210
  d ? /* @__PURE__ */ y(D, { sx: S.footerContainer, children: e.renderPresentedBy(o.colorSchemes.dark.textColor) }) : /* @__PURE__ */ y(ze, {})
33117
33211
  ] })
33118
33212
  ] });
33119
- }, Wz = ({
33213
+ }, Yz = ({
33120
33214
  notFoundTitle: e,
33121
33215
  notFoundMessage: t
33122
33216
  }) => {
@@ -33192,7 +33286,7 @@ const bz = (e) => {
33192
33286
  ]
33193
33287
  }
33194
33288
  );
33195
- }, Gz = (e) => {
33289
+ }, Zz = (e) => {
33196
33290
  var t, o, n, r, i, l, s;
33197
33291
  const d = qt(
33198
33292
  {
@@ -33277,7 +33371,7 @@ const bz = (e) => {
33277
33371
  children: x()
33278
33372
  }
33279
33373
  ) });
33280
- }, Jz = (e) => {
33374
+ }, Xz = (e) => {
33281
33375
  var t, o, n, r, i, l, s;
33282
33376
  const d = ot(), c = Be(), u = c ? e.mobileImagePlaceholder || e.defaultImagePlaceholder || "" : e.defaultImagePlaceholder || "", p = qt(
33283
33377
  {
@@ -33364,7 +33458,7 @@ const bz = (e) => {
33364
33458
  children: h()
33365
33459
  }
33366
33460
  ) });
33367
- }, Yz = (e) => {
33461
+ }, _z = (e) => {
33368
33462
  const t = ot(), o = Be(), n = e.defaultImagePlaceholder ? e.defaultImagePlaceholder || "" : o ? e.mobileImagePlaceholder : e.defaultImagePlaceholder || "", { brandingImage: r, brandingColors: i, brandingLogo: l } = Zn(e.entity.branding || null), s = r || qt(
33369
33463
  {
33370
33464
  images: e.entity.images || null,
@@ -33467,97 +33561,6 @@ const bz = (e) => {
33467
33561
  const n = _o(e.images);
33468
33562
  let r = null;
33469
33563
  return t !== Oe.OVERLAY ? r = n : r = ((o = e.images) == null ? void 0 : o.cover) || "", r || (r = e.imagePlaceholder), r;
33470
- }, Zz = ({ fonts: e }) => (vo(() => {
33471
- const t = document.querySelectorAll(
33472
- 'link[data-font-loader="true"]'
33473
- ), o = Array.from(t).map(
33474
- (n) => n.getAttribute("data-font-family")
33475
- );
33476
- e.forEach((n) => {
33477
- var r;
33478
- if (!o.includes(n.family))
33479
- if (n.url) {
33480
- const i = document.createElement("link");
33481
- i.href = n.url, i.rel = "stylesheet", i.setAttribute("data-font-loader", "true"), i.setAttribute("data-font-family", n.family), document.head.appendChild(i);
33482
- } else {
33483
- const i = ((r = n.weights) == null ? void 0 : r.join(";")) || "400;700", l = n.display || "swap", s = `https://fonts.googleapis.com/css2?family=${n.family.split(",")[0].trim().replace(/['"]/g, "").replace(
33484
- / /g,
33485
- "+"
33486
- )}:wght@${i}&display=${l}`, d = document.createElement("link");
33487
- d.href = s, d.rel = "stylesheet", d.setAttribute("data-font-loader", "true"), d.setAttribute("data-font-family", n.family), document.head.appendChild(d);
33488
- }
33489
- });
33490
- }, [e]), null), vi = (e, t) => {
33491
- const o = [300, 400, 500, 700], n = "swap";
33492
- return e ? typeof e == "string" ? { family: e, weights: o, display: n } : {
33493
- family: e.family,
33494
- url: e.url,
33495
- weights: e.weights || o,
33496
- display: e.display || n
33497
- } : { family: t, weights: o, display: n };
33498
- }, Xz = ({ mode: e }) => {
33499
- const { mode: t, setMode: o } = $u();
33500
- return Qt.useEffect(() => {
33501
- e && t !== e && o(e);
33502
- }, [e, o]), null;
33503
- }, _z = ({
33504
- children: e,
33505
- shadowRootElement: t,
33506
- customTheme: o,
33507
- mode: n = "light",
33508
- modeStorageKey: r = "theme-mode"
33509
- }) => {
33510
- const i = Ai(
33511
- () => ({
33512
- ...o,
33513
- mode: n,
33514
- modeStorageKey: r
33515
- }),
33516
- [o, n, r]
33517
- ), l = Ai(
33518
- () => Dv(i),
33519
- [i]
33520
- ), s = l, d = Ai(() => {
33521
- var c, u, p, g, m, f, A, v;
33522
- return [
33523
- vi(
33524
- (u = (c = s.customFontFamily) == null ? void 0 : c.light) == null ? void 0 : u.primary,
33525
- "Ubuntu, sans-serif"
33526
- ),
33527
- vi(
33528
- (g = (p = s.customFontFamily) == null ? void 0 : p.light) == null ? void 0 : g.secondary,
33529
- "Roboto, sans-serif"
33530
- ),
33531
- vi(
33532
- (f = (m = s.customFontFamily) == null ? void 0 : m.dark) == null ? void 0 : f.primary,
33533
- "Ubuntu, sans-serif"
33534
- ),
33535
- vi(
33536
- (v = (A = s.customFontFamily) == null ? void 0 : A.dark) == null ? void 0 : v.secondary,
33537
- "Roboto, sans-serif"
33538
- )
33539
- ].filter(
33540
- (T, C, x) => C === x.findIndex((k) => k.family === T.family)
33541
- );
33542
- }, [s]);
33543
- return /* @__PURE__ */ V(ze, { children: [
33544
- /* @__PURE__ */ y(Zz, { fonts: d }),
33545
- /* @__PURE__ */ V(
33546
- Ay,
33547
- {
33548
- theme: l,
33549
- colorSchemeNode: t,
33550
- defaultMode: n,
33551
- modeStorageKey: r,
33552
- disableTransitionOnChange: !1,
33553
- attribute: "data-joy-color-scheme",
33554
- children: [
33555
- /* @__PURE__ */ y(Xz, { mode: n }),
33556
- e
33557
- ]
33558
- }
33559
- )
33560
- ] });
33561
33564
  };
33562
33565
  var $z = Object.create, Ma = Object.defineProperty, eI = Object.getOwnPropertyDescriptor, tI = Object.getOwnPropertyNames, oI = Object.getPrototypeOf, nI = Object.prototype.hasOwnProperty, rI = (e, t, o) => t in e ? Ma(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, iI = (e, t) => () => (e && (t = e(e = 0)), t), ja = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), aI = (e, t) => {
33563
33566
  for (var o in t) Ma(e, o, { get: t[o], enumerable: !0 });
@@ -34735,7 +34738,7 @@ const qI = (e, t) => {
34735
34738
  onClick: s
34736
34739
  };
34737
34740
  return /* @__PURE__ */ y(
34738
- Tz,
34741
+ zz,
34739
34742
  {
34740
34743
  sdk: e,
34741
34744
  content: {
@@ -37723,7 +37726,7 @@ const qI = (e, t) => {
37723
37726
  ), ne = (ae) => {
37724
37727
  var ie;
37725
37728
  return /* @__PURE__ */ y(
37726
- Dz,
37729
+ Nz,
37727
37730
  {
37728
37731
  entity: e.personalityQuiz,
37729
37732
  headline: v("personalityQuiz.headline"),
@@ -38613,7 +38616,7 @@ const qI = (e, t) => {
38613
38616
  ] });
38614
38617
  };
38615
38618
  return /* @__PURE__ */ y(
38616
- Mz,
38619
+ Hz,
38617
38620
  {
38618
38621
  entity: e.personalityQuiz,
38619
38622
  backgroundImage: h,
@@ -38635,7 +38638,7 @@ const qI = (e, t) => {
38635
38638
  }, yF = () => {
38636
38639
  const { t: e } = gt();
38637
38640
  return /* @__PURE__ */ y(Ao, { brandingBorderColor: null, children: /* @__PURE__ */ y(
38638
- Wz,
38641
+ Yz,
38639
38642
  {
38640
38643
  notFoundTitle: e("personalityQuiz.quizNotFound"),
38641
38644
  notFoundMessage: e("personalityQuiz.quizNotFoundDescription")
@@ -38645,7 +38648,7 @@ const qI = (e, t) => {
38645
38648
  var t, o, n, r;
38646
38649
  const i = ((t = e.personalityQuiz.branding) == null ? void 0 : t.colors) || null, l = Be() ? ((o = e.personalityQuiz.branding) == null ? void 0 : o.images.mobileLogo) || ((n = e.personalityQuiz.branding) == null ? void 0 : n.images.mainLogo) || "" : ((r = e.personalityQuiz.branding) == null ? void 0 : r.images.mainLogo) || "", { t: s } = gt();
38647
38650
  return /* @__PURE__ */ y(Ao, { brandingBorderColor: (i == null ? void 0 : i.borderColor) || null, children: /* @__PURE__ */ y(
38648
- Vz,
38651
+ Qz,
38649
38652
  {
38650
38653
  entity: e.personalityQuiz,
38651
38654
  headline: s("personalityQuiz.headline"),
@@ -38673,7 +38676,7 @@ const qI = (e, t) => {
38673
38676
  var t, o, n, r;
38674
38677
  const i = Be(), { t: l } = gt(), s = ((t = e.personalityQuiz.branding) == null ? void 0 : t.colors) || null, d = i ? ((o = e.personalityQuiz.branding) == null ? void 0 : o.images.mobileLogo) || ((n = e.personalityQuiz.branding) == null ? void 0 : n.images.mainLogo) || "" : ((r = e.personalityQuiz.branding) == null ? void 0 : r.images.mainLogo) || "";
38675
38678
  return /* @__PURE__ */ y(Ao, { brandingBorderColor: (s == null ? void 0 : s.borderColor) || null, children: /* @__PURE__ */ y(
38676
- Lz,
38679
+ Wz,
38677
38680
  {
38678
38681
  entity: e.personalityQuiz,
38679
38682
  headline: l("personalityQuiz.headline"),
@@ -38701,7 +38704,7 @@ const qI = (e, t) => {
38701
38704
  e.personalityQuiz.branding || null
38702
38705
  );
38703
38706
  return /* @__PURE__ */ y(
38704
- qz,
38707
+ Jz,
38705
38708
  {
38706
38709
  entity: e.personalityQuiz,
38707
38710
  headline: t("personalityQuiz.headline"),
@@ -38851,7 +38854,7 @@ const qI = (e, t) => {
38851
38854
  );
38852
38855
  };
38853
38856
  return /* @__PURE__ */ y(Ao, { brandingBorderColor: (l == null ? void 0 : l.borderColor) || null, children: /* @__PURE__ */ y(
38854
- Rz,
38857
+ Ez,
38855
38858
  {
38856
38859
  entity: e.personalityQuiz,
38857
38860
  headline: v("personalityQuiz.headline"),
@@ -38997,7 +39000,7 @@ const qI = (e, t) => {
38997
39000
  );
38998
39001
  };
38999
39002
  return /* @__PURE__ */ y(Ao, { brandingBorderColor: (p == null ? void 0 : p.borderColor) || null, children: /* @__PURE__ */ y(
39000
- Uz,
39003
+ Kz,
39001
39004
  {
39002
39005
  entity: e.personalityQuiz,
39003
39006
  headline: u("personalityQuiz.headline"),
@@ -39133,7 +39136,7 @@ const qI = (e, t) => {
39133
39136
  );
39134
39137
  };
39135
39138
  return /* @__PURE__ */ y(
39136
- Bz,
39139
+ jz,
39137
39140
  {
39138
39141
  entity: e.personalityQuiz,
39139
39142
  headline: m("personalityQuiz.headline"),
@@ -39154,7 +39157,7 @@ const qI = (e, t) => {
39154
39157
  }, wF = (e) => {
39155
39158
  const { t } = gt();
39156
39159
  return /* @__PURE__ */ y(
39157
- Gz,
39160
+ Zz,
39158
39161
  {
39159
39162
  entity: e.personalityQuiz,
39160
39163
  headline: t("personalityQuiz.headline"),
@@ -39172,7 +39175,7 @@ const qI = (e, t) => {
39172
39175
  }, zF = (e) => {
39173
39176
  const { t } = gt();
39174
39177
  return /* @__PURE__ */ y(
39175
- Jz,
39178
+ Xz,
39176
39179
  {
39177
39180
  entity: e.personalityQuiz,
39178
39181
  headline: t("personalityQuiz.headline"),
@@ -39190,7 +39193,7 @@ const qI = (e, t) => {
39190
39193
  }, IF = (e) => {
39191
39194
  const { t } = gt();
39192
39195
  return /* @__PURE__ */ y(
39193
- Yz,
39196
+ _z,
39194
39197
  {
39195
39198
  entity: e.personalityQuiz,
39196
39199
  headline: t("personalityQuiz.headline"),
@@ -39485,13 +39488,13 @@ const FF = (e) => {
39485
39488
  mode: e.template === Oe.OVERLAY ? "dark" : p == null ? void 0 : p.mode
39486
39489
  }, m = /* @__PURE__ */ y(D, { ref: s }), f = o && r && c.current && u.current ? Km(
39487
39490
  /* @__PURE__ */ y(Og, { value: u.current, children: /* @__PURE__ */ y(zv, { containerRef: s, children: /* @__PURE__ */ y(
39488
- _z,
39491
+ tw,
39489
39492
  {
39490
39493
  customTheme: g,
39491
39494
  mode: g == null ? void 0 : g.mode,
39492
39495
  shadowRootElement: c.current,
39493
39496
  children: /* @__PURE__ */ y(
39494
- yz,
39497
+ Az,
39495
39498
  {
39496
39499
  shadowRootElement: c.current,
39497
39500
  leadPhoneCountryCode: ((t = e.leads) == null ? void 0 : t.phoneCountryCode) || null,