@chatsystem/client 1.1.46 → 1.1.48

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as Ke from "react";
2
- import $e, { useState as Oe, useEffect as Ye, forwardRef as Jo, useRef as Fe, useMemo as _n, useImperativeHandle as Ll, useContext as yt, useCallback as Wt, createContext as Dl, useLayoutEffect as Zo } from "react";
2
+ import Ye, { useState as Oe, useEffect as $e, forwardRef as Jo, useRef as Fe, useMemo as _n, useImperativeHandle as Ol, useContext as yt, useCallback as Wt, createContext as Ll, useLayoutEffect as Dl } from "react";
3
3
  import mr, { createPortal as kl } from "react-dom";
4
4
  import Pl from "lottie-react";
5
5
  import { DotLottieReact as Ml } from "@lottiefiles/dotlottie-react";
@@ -37,7 +37,7 @@ var gr = {};
37
37
  var ns;
38
38
  function jl() {
39
39
  return ns || (ns = 1, process.env.NODE_ENV !== "production" && (function() {
40
- var e = $e, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), u = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), _ = Symbol.iterator, S = "@@iterator";
40
+ var e = Ye, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), u = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), _ = Symbol.iterator, S = "@@iterator";
41
41
  function O(C) {
42
42
  if (C === null || typeof C != "object")
43
43
  return null;
@@ -445,7 +445,7 @@ function jl() {
445
445
  value: Re
446
446
  }), Object.freeze && (Object.freeze(Ce.props), Object.freeze(Ce)), Ce;
447
447
  };
448
- function _l(C, j, X, de, Re) {
448
+ function Sl(C, j, X, de, Re) {
449
449
  {
450
450
  var Pe, _e = {}, Ce = null, st = null;
451
451
  X !== void 0 && (R(X), Ce = "" + X), Zt(j) && (R(j.key), Ce = "" + j.key), vt(j) && (st = j.ref, en(j, Re));
@@ -488,7 +488,7 @@ Check the render method of \`` + C + "`.";
488
488
  return "";
489
489
  }
490
490
  }
491
- function vl(C) {
491
+ function _l(C) {
492
492
  {
493
493
  if (C !== void 0) {
494
494
  var j = C.fileName.replace(/^.*[\\\/]/, ""), X = C.lineNumber;
@@ -500,7 +500,7 @@ Check your code at ` + j + ":" + X + ".";
500
500
  }
501
501
  }
502
502
  var Ki = {};
503
- function Nl(C) {
503
+ function vl(C) {
504
504
  {
505
505
  var j = Qi();
506
506
  if (!j) {
@@ -517,7 +517,7 @@ Check the top-level render call using <` + X + ">.");
517
517
  if (!C._store || C._store.validated || C.key != null)
518
518
  return;
519
519
  C._store.validated = !0;
520
- var X = Nl(j);
520
+ var X = vl(j);
521
521
  if (Ki[X])
522
522
  return;
523
523
  Ki[X] = !0;
@@ -544,7 +544,7 @@ Check the top-level render call using <` + X + ">.");
544
544
  }
545
545
  }
546
546
  }
547
- function Il(C) {
547
+ function Nl(C) {
548
548
  {
549
549
  var j = C.type;
550
550
  if (j == null || typeof j == "string")
@@ -569,7 +569,7 @@ Check the top-level render call using <` + X + ">.");
569
569
  typeof j.getDefaultProps == "function" && !j.getDefaultProps.isReactClassApproved && L("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
570
570
  }
571
571
  }
572
- function wl(C) {
572
+ function Il(C) {
573
573
  {
574
574
  for (var j = Object.keys(C.props), X = 0; X < j.length; X++) {
575
575
  var de = j[X];
@@ -581,18 +581,18 @@ Check the top-level render call using <` + X + ">.");
581
581
  C.ref !== null && (bn(C), L("Invalid attribute `ref` supplied to `React.Fragment`."), bn(null));
582
582
  }
583
583
  }
584
- function Rl(C, j, X, de, Re, Pe) {
584
+ function wl(C, j, X, de, Re, Pe) {
585
585
  {
586
586
  var _e = q(C);
587
587
  if (!_e) {
588
588
  var Ce = "";
589
589
  (C === void 0 || typeof C == "object" && C !== null && Object.keys(C).length === 0) && (Ce += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
590
- var st = vl(Re);
590
+ var st = _l(Re);
591
591
  st ? Ce += st : Ce += Qi();
592
592
  var Ge;
593
593
  C === null ? Ge = "null" : Ne(C) ? Ge = "array" : C !== void 0 && C.$$typeof === t ? (Ge = "<" + (B(C.type) || "Unknown") + " />", Ce = " Did you accidentally export a JSX literal instead of a component?") : Ge = typeof C, L("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ge, Ce);
594
594
  }
595
- var Xe = _l(C, j, X, Re, Pe);
595
+ var Xe = Sl(C, j, X, Re, Pe);
596
596
  if (Xe == null)
597
597
  return Xe;
598
598
  if (_e) {
@@ -608,11 +608,11 @@ Check the top-level render call using <` + X + ">.");
608
608
  else
609
609
  Zi(bt, C);
610
610
  }
611
- return C === r ? wl(Xe) : Il(Xe), Xe;
611
+ return C === r ? Il(Xe) : Nl(Xe), Xe;
612
612
  }
613
613
  }
614
- var Ol = Rl;
615
- gr.Fragment = r, gr.jsxDEV = Ol;
614
+ var Rl = wl;
615
+ gr.Fragment = r, gr.jsxDEV = Rl;
616
616
  })()), gr;
617
617
  }
618
618
  var rs;
@@ -663,7 +663,7 @@ const la = (e) => ({
663
663
  // to be overriden by remote api conf received
664
664
  }
665
665
  }
666
- }), ar = $e.createContext({
666
+ }), ar = Ye.createContext({
667
667
  companySettings: Yl(),
668
668
  setCompanySettings: () => {
669
669
  }
@@ -695,7 +695,7 @@ async function qr(e, t) {
695
695
  });
696
696
  }
697
697
  }
698
- async function eu(e) {
698
+ async function Zo(e) {
699
699
  const t = Xt.svg.get(e);
700
700
  if (t) return t.promise;
701
701
  const n = (async () => {
@@ -718,7 +718,7 @@ async function eu(e) {
718
718
  })();
719
719
  return Xt.svg.set(e, { promise: n, ts: Date.now() }), n;
720
720
  }
721
- function tu(e) {
721
+ function eu(e) {
722
722
  const t = Xt.img.get(e);
723
723
  if (t) return t.promise;
724
724
  const n = (async () => {
@@ -727,7 +727,7 @@ function tu(e) {
727
727
  })();
728
728
  return Xt.img.set(e, { promise: n, ts: Date.now() }), n;
729
729
  }
730
- function nu(e) {
730
+ function tu(e) {
731
731
  const t = Xt.lot.get(e);
732
732
  if (t) return t.promise;
733
733
  const n = (async () => {
@@ -741,7 +741,7 @@ function nu(e) {
741
741
  })();
742
742
  return Xt.lot.set(e, { promise: n, ts: Date.now() }), n;
743
743
  }
744
- function ru(e) {
744
+ function nu(e) {
745
745
  const t = Xt.spr.get(e);
746
746
  if (t) return t.promise;
747
747
  const n = (async () => {
@@ -767,7 +767,7 @@ function ru(e) {
767
767
  return Xt.spr.set(e, { promise: n, ts: Date.now() }), n;
768
768
  }
769
769
  function ql(e) {
770
- e.images?.forEach((t) => void tu(t)), e.svgs?.forEach((t) => void eu(t)), e.lotties?.forEach((t) => void nu(t)), e.sprites?.forEach((t) => void ru(t));
770
+ e.images?.forEach((t) => void eu(t)), e.svgs?.forEach((t) => void Zo(t)), e.lotties?.forEach((t) => void tu(t)), e.sprites?.forEach((t) => void nu(t));
771
771
  }
772
772
  function Wl(e) {
773
773
  try {
@@ -779,7 +779,7 @@ function Wl(e) {
779
779
  console.log("error in injectPreconnect", t);
780
780
  }
781
781
  }
782
- function au(e) {
782
+ function ru(e) {
783
783
  return new URL(e, document.baseURI).toString();
784
784
  }
785
785
  function Xl(e, t) {
@@ -791,7 +791,7 @@ function Xl(e, t) {
791
791
  return !1;
792
792
  }
793
793
  function Er(e, t, n, r) {
794
- const a = au(n), i = `${e}|${t ?? ""}|${a}`;
794
+ const a = ru(n), i = `${e}|${t ?? ""}|${a}`;
795
795
  if (da.has(i)) return;
796
796
  if (Xl(t, a)) {
797
797
  da.add(i);
@@ -801,16 +801,16 @@ function Er(e, t, n, r) {
801
801
  s.rel = e, t && (s.as = t), s.href = a, s.crossOrigin = "anonymous", r && (s.type = r), s.setAttribute("data-chatsystem-preload", "1"), document.head.appendChild(s), da.add(i);
802
802
  }
803
803
  function Ql(e) {
804
- const t = (s) => Array.from(new Set((s ?? []).map(au))), n = t(e.images), r = t(e.svgs), a = t(e.lotties), i = t(e.sprites);
804
+ const t = (s) => Array.from(new Set((s ?? []).map(ru))), n = t(e.images), r = t(e.svgs), a = t(e.lotties), i = t(e.sprites);
805
805
  n.forEach((s) => Er("preload", "image", s)), r.forEach((s) => Er("preload", "fetch", s, "image/svg+xml")), a.forEach(
806
806
  (s) => Er("preload", "fetch", s, "application/zip")
807
807
  ), i.forEach((s) => Er("preload", "fetch", s));
808
808
  }
809
809
  const Kl = ({ src: e }) => {
810
810
  const [t, n] = Oe(null);
811
- return Ye(() => {
811
+ return $e(() => {
812
812
  let r = !1;
813
- return tu(e).then(({ blobUrl: a }) => {
813
+ return eu(e).then(({ blobUrl: a }) => {
814
814
  n(a);
815
815
  }).catch(() => n(null)), () => {
816
816
  t && !r && (URL.revokeObjectURL(t), r = !0);
@@ -835,10 +835,10 @@ function Zl({
835
835
  onLoaded: u,
836
836
  onError: c
837
837
  }) {
838
- const [l, d] = $e.useState({ kind: "loading" });
839
- return Ye(() => {
838
+ const [l, d] = Ye.useState({ kind: "loading" });
839
+ return $e(() => {
840
840
  let f = null, h = !1;
841
- return d({ kind: "loading" }), nu(e).then(async (m) => {
841
+ return d({ kind: "loading" }), tu(e).then(async (m) => {
842
842
  if (!h)
843
843
  if (m.kind === "zip") {
844
844
  const _ = Jl(m) ? m.blob : await (await fetch(m.blobUrl)).blob();
@@ -999,7 +999,7 @@ async function ed(e, t = {}) {
999
999
  };
1000
1000
  }
1001
1001
  function is(e, t, n) {
1002
- const r = iu(e);
1002
+ const r = au(e);
1003
1003
  let a = 0;
1004
1004
  for (let m = 0; m < e.length; m++) {
1005
1005
  const _ = e[m] - r;
@@ -1042,10 +1042,10 @@ function ss(e, t, n, r) {
1042
1042
  d++;
1043
1043
  i.push(Math.max(0, d - l + 1));
1044
1044
  }
1045
- const s = Math.round(iu(i));
1045
+ const s = Math.round(au(i));
1046
1046
  return Math.max(0, Math.min(s, Math.floor(t / 4)));
1047
1047
  }
1048
- function iu(e) {
1048
+ function au(e) {
1049
1049
  let t = 0;
1050
1050
  for (let n = 0; n < e.length; n++) t += e[n];
1051
1051
  return t / e.length;
@@ -1099,15 +1099,15 @@ const nd = Jo(function({
1099
1099
  1,
1100
1100
  Math.floor(typeof window < "u" && window.devicePixelRatio || 1)
1101
1101
  );
1102
- Ye(() => {
1102
+ $e(() => {
1103
1103
  let he = !1;
1104
- return He(!1), ru(t).then(({ imgEl: Ee, bitmap: Ne }) => {
1104
+ return He(!1), nu(t).then(({ imgEl: Ee, bitmap: Ne }) => {
1105
1105
  he || (B(Ee), J(Ne), le({ w: Ee.naturalWidth, h: Ee.naturalHeight }), He(!0), D?.());
1106
1106
  }).catch(() => {
1107
1107
  }), () => {
1108
1108
  he = !0;
1109
1109
  };
1110
- }, [t, D]), Ye(() => {
1110
+ }, [t, D]), $e(() => {
1111
1111
  let he = !1;
1112
1112
  return (async () => {
1113
1113
  if (!ee) return;
@@ -1195,7 +1195,7 @@ const nd = Jo(function({
1195
1195
  const Ee = Ze[Math.max(0, Math.min(W, Ze.length - 1))], Ne = Math.max(1, Math.round(Ee.w * S)), Ie = Math.max(1, Math.round(Ee.h * S));
1196
1196
  he.style.width = Ne + "px", he.style.height = Ie + "px", he.width = Ne * ie, he.height = Ie * ie;
1197
1197
  };
1198
- Ye(() => {
1198
+ $e(() => {
1199
1199
  wt();
1200
1200
  }, [ye, S, Ze.length, ie, W]);
1201
1201
  const pt = (he) => {
@@ -1217,7 +1217,7 @@ const nd = Jo(function({
1217
1217
  Math.round(je.h * S)
1218
1218
  ), Ie.restore();
1219
1219
  };
1220
- return Ye(() => {
1220
+ return $e(() => {
1221
1221
  if (!ye || Ze.length === 0) return;
1222
1222
  let he = performance.now();
1223
1223
  const Ee = 1e3 / Math.max(1, Math.min(120, d)), Ne = (Ie) => {
@@ -1239,15 +1239,15 @@ const nd = Jo(function({
1239
1239
  return Te.current = requestAnimationFrame(Ne), () => {
1240
1240
  Te.current && cancelAnimationFrame(Te.current);
1241
1241
  };
1242
- }, [ye, d, g, h, _, Ze.length, W]), Ye(() => {
1242
+ }, [ye, d, g, h, _, Ze.length, W]), $e(() => {
1243
1243
  pt(W), be?.(W);
1244
- }, [W, ye, S, ie]), Ye(() => {
1244
+ }, [W, ye, S, ie]), $e(() => {
1245
1245
  if (!P) return;
1246
1246
  const he = () => {
1247
1247
  document.hidden && Y(!1);
1248
1248
  };
1249
1249
  return document.addEventListener("visibilitychange", he), () => document.removeEventListener("visibilitychange", he);
1250
- }, [P]), Ll(
1250
+ }, [P]), Ol(
1251
1251
  oe,
1252
1252
  () => ({
1253
1253
  play: () => Y(!0),
@@ -1276,9 +1276,9 @@ function rd({
1276
1276
  className: t
1277
1277
  }) {
1278
1278
  const [n, r] = Oe(""), [a, i] = Oe(null);
1279
- return Ye(() => {
1279
+ return $e(() => {
1280
1280
  let s = !1;
1281
- return eu(e).then(({ sanitized: u }) => {
1281
+ return Zo(e).then(({ sanitized: u }) => {
1282
1282
  s || (r(u), i(null));
1283
1283
  }).catch((u) => !s && i(u.message ?? "Failed to load")), () => {
1284
1284
  s = !0;
@@ -1705,7 +1705,7 @@ function od() {
1705
1705
  return fa = m, fa;
1706
1706
  }
1707
1707
  od();
1708
- function su(e, t, n) {
1708
+ function iu(e, t, n) {
1709
1709
  if (n === void 0 && (n = Error), !e)
1710
1710
  throw new n(t);
1711
1711
  }
@@ -1727,34 +1727,34 @@ function fs(e) {
1727
1727
  function ud(e) {
1728
1728
  return e.type === Ve.argument;
1729
1729
  }
1730
- function ou(e) {
1730
+ function su(e) {
1731
1731
  return e.type === Ve.number;
1732
1732
  }
1733
- function uu(e) {
1733
+ function ou(e) {
1734
1734
  return e.type === Ve.date;
1735
1735
  }
1736
- function cu(e) {
1736
+ function uu(e) {
1737
1737
  return e.type === Ve.time;
1738
1738
  }
1739
- function lu(e) {
1739
+ function cu(e) {
1740
1740
  return e.type === Ve.select;
1741
1741
  }
1742
- function du(e) {
1742
+ function lu(e) {
1743
1743
  return e.type === Ve.plural;
1744
1744
  }
1745
1745
  function cd(e) {
1746
1746
  return e.type === Ve.pound;
1747
1747
  }
1748
- function fu(e) {
1748
+ function du(e) {
1749
1749
  return e.type === Ve.tag;
1750
1750
  }
1751
- function hu(e) {
1751
+ function fu(e) {
1752
1752
  return !!(e && typeof e == "object" && e.type === wn.number);
1753
1753
  }
1754
1754
  function qa(e) {
1755
1755
  return !!(e && typeof e == "object" && e.type === wn.dateTime);
1756
1756
  }
1757
- var mu = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, ld = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1757
+ var hu = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, ld = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1758
1758
  function dd(e) {
1759
1759
  var t = {};
1760
1760
  return e.replace(ld, function(n) {
@@ -1885,14 +1885,14 @@ function hd(e) {
1885
1885
  function md(e) {
1886
1886
  return e.replace(/^(.*?)-/, "");
1887
1887
  }
1888
- var hs = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, pu = /^(@+)?(\+|#+)?[rs]?$/g, pd = /(\*)(0+)|(#+)(0+)|(0+)/g, bu = /^(0+)$/;
1888
+ var hs = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, mu = /^(@+)?(\+|#+)?[rs]?$/g, pd = /(\*)(0+)|(#+)(0+)|(0+)/g, pu = /^(0+)$/;
1889
1889
  function ms(e) {
1890
1890
  var t = {};
1891
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(pu, function(n, r, a) {
1891
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(mu, function(n, r, a) {
1892
1892
  return typeof a != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : a === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof a == "string" ? a.length : 0)), "";
1893
1893
  }), t;
1894
1894
  }
1895
- function gu(e) {
1895
+ function bu(e) {
1896
1896
  switch (e) {
1897
1897
  case "sign-auto":
1898
1898
  return {
@@ -1940,14 +1940,14 @@ function bd(e) {
1940
1940
  notation: "scientific"
1941
1941
  }, e = e.slice(1)), t) {
1942
1942
  var n = e.slice(0, 2);
1943
- if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !bu.test(e))
1943
+ if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !pu.test(e))
1944
1944
  throw new Error("Malformed concise eng/scientific notation");
1945
1945
  t.minimumIntegerDigits = e.length;
1946
1946
  }
1947
1947
  return t;
1948
1948
  }
1949
1949
  function ps(e) {
1950
- var t = {}, n = gu(e);
1950
+ var t = {}, n = bu(e);
1951
1951
  return n || t;
1952
1952
  }
1953
1953
  function gd(e) {
@@ -2051,7 +2051,7 @@ function gd(e) {
2051
2051
  });
2052
2052
  continue;
2053
2053
  }
2054
- if (bu.test(a.stem)) {
2054
+ if (pu.test(a.stem)) {
2055
2055
  t.minimumIntegerDigits = a.stem.length;
2056
2056
  continue;
2057
2057
  }
@@ -2065,11 +2065,11 @@ function gd(e) {
2065
2065
  i === "w" ? t = ne(ne({}, t), { trailingZeroDisplay: "stripIfInteger" }) : i && (t = ne(ne({}, t), ms(i)));
2066
2066
  continue;
2067
2067
  }
2068
- if (pu.test(a.stem)) {
2068
+ if (mu.test(a.stem)) {
2069
2069
  t = ne(ne({}, t), ms(a.stem));
2070
2070
  continue;
2071
2071
  }
2072
- var s = gu(a.stem);
2072
+ var s = bu(a.stem);
2073
2073
  s && (t = ne(ne({}, t), s));
2074
2074
  var u = bd(a.stem);
2075
2075
  u && (t = ne(ne({}, t), u));
@@ -3522,7 +3522,7 @@ function Td(e) {
3522
3522
  var a = xr[r || ""] || xr[n || ""] || xr["".concat(n, "-001")] || xr["001"];
3523
3523
  return a[0];
3524
3524
  }
3525
- var ha, xd = new RegExp("^".concat(mu.source, "*")), yd = new RegExp("".concat(mu.source, "*$"));
3525
+ var ha, xd = new RegExp("^".concat(hu.source, "*")), yd = new RegExp("".concat(hu.source, "*$"));
3526
3526
  function ve(e, t) {
3527
3527
  return { start: e, end: t };
3528
3528
  }
@@ -3530,7 +3530,7 @@ var Cd = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ad = !!String
3530
3530
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3531
3531
  }, Wa = !0;
3532
3532
  try {
3533
- var Rd = Tu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3533
+ var Rd = Eu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3534
3534
  Wa = ((ha = Rd.exec("a")) === null || ha === void 0 ? void 0 : ha[0]) === "a";
3535
3535
  } catch {
3536
3536
  Wa = !1;
@@ -3569,7 +3569,7 @@ var bs = Cd ? (
3569
3569
  return n;
3570
3570
  }
3571
3571
  )
3572
- ), Eu = _d ? (
3572
+ ), gu = _d ? (
3573
3573
  // Native
3574
3574
  function(t, n) {
3575
3575
  return t.codePointAt(n);
@@ -3604,12 +3604,12 @@ var bs = Cd ? (
3604
3604
  return t.replace(yd, "");
3605
3605
  }
3606
3606
  );
3607
- function Tu(e, t) {
3607
+ function Eu(e, t) {
3608
3608
  return new RegExp(e, t);
3609
3609
  }
3610
3610
  var Qa;
3611
3611
  if (Wa) {
3612
- var Es = Tu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3612
+ var Es = Eu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3613
3613
  Qa = function(t, n) {
3614
3614
  var r;
3615
3615
  Es.lastIndex = n;
@@ -3619,8 +3619,8 @@ if (Wa) {
3619
3619
  } else
3620
3620
  Qa = function(t, n) {
3621
3621
  for (var r = []; ; ) {
3622
- var a = Eu(t, n);
3623
- if (a === void 0 || xu(a) || Md(a))
3622
+ var a = gu(t, n);
3623
+ if (a === void 0 || Tu(a) || Md(a))
3624
3624
  break;
3625
3625
  r.push(a), n += a >= 65536 ? 2 : 1;
3626
3626
  }
@@ -4031,7 +4031,7 @@ var Dd = (
4031
4031
  var t = this.position.offset;
4032
4032
  if (t >= this.message.length)
4033
4033
  throw Error("out of bound");
4034
- var n = Eu(this.message, t);
4034
+ var n = gu(this.message, t);
4035
4035
  if (n === void 0)
4036
4036
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
4037
4037
  return n;
@@ -4072,7 +4072,7 @@ var Dd = (
4072
4072
  break;
4073
4073
  }
4074
4074
  }, e.prototype.bumpSpace = function() {
4075
- for (; !this.isEOF() && xu(this.char()); )
4075
+ for (; !this.isEOF() && Tu(this.char()); )
4076
4076
  this.bump();
4077
4077
  }, e.prototype.peek = function() {
4078
4078
  if (this.isEOF())
@@ -4091,7 +4091,7 @@ function kd(e) {
4091
4091
  function Pd(e) {
4092
4092
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
4093
4093
  }
4094
- function xu(e) {
4094
+ function Tu(e) {
4095
4095
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
4096
4096
  }
4097
4097
  function Md(e) {
@@ -4099,10 +4099,10 @@ function Md(e) {
4099
4099
  }
4100
4100
  function Ja(e) {
4101
4101
  e.forEach(function(t) {
4102
- if (delete t.location, lu(t) || du(t))
4102
+ if (delete t.location, cu(t) || lu(t))
4103
4103
  for (var n in t.options)
4104
4104
  delete t.options[n].location, Ja(t.options[n].value);
4105
- else ou(t) && hu(t.style) || (uu(t) || cu(t)) && qa(t.style) ? delete t.style.location : fu(t) && Ja(t.children);
4105
+ else su(t) && fu(t.style) || (ou(t) || uu(t)) && qa(t.style) ? delete t.style.location : du(t) && Ja(t.children);
4106
4106
  });
4107
4107
  }
4108
4108
  function Bd(e, t) {
@@ -4128,19 +4128,19 @@ function Hd(e, t, n, r) {
4128
4128
  var a = Fd(r) ? r : n(r), i = t.get(a);
4129
4129
  return typeof i > "u" && (i = e.call(this, r), t.set(a, i)), i;
4130
4130
  }
4131
- function yu(e, t, n) {
4131
+ function xu(e, t, n) {
4132
4132
  var r = Array.prototype.slice.call(arguments, 3), a = n(r), i = t.get(a);
4133
4133
  return typeof i > "u" && (i = e.apply(this, r), t.set(a, i)), i;
4134
4134
  }
4135
- function Cu(e, t, n, r, a) {
4135
+ function yu(e, t, n, r, a) {
4136
4136
  return n.bind(t, e, r, a);
4137
4137
  }
4138
4138
  function Ud(e, t) {
4139
- var n = e.length === 1 ? Hd : yu;
4140
- return Cu(e, this, n, t.cache.create(), t.serializer);
4139
+ var n = e.length === 1 ? Hd : xu;
4140
+ return yu(e, this, n, t.cache.create(), t.serializer);
4141
4141
  }
4142
4142
  function jd(e, t) {
4143
- return Cu(e, this, yu, t.cache.create(), t.serializer);
4143
+ return yu(e, this, xu, t.cache.create(), t.serializer);
4144
4144
  }
4145
4145
  var Vd = function() {
4146
4146
  return JSON.stringify(arguments);
@@ -4213,7 +4213,7 @@ function Gd(e) {
4213
4213
  return !r || r.type !== ot.literal || n.type !== ot.literal ? t.push(n) : r.value += n.value, t;
4214
4214
  }, []);
4215
4215
  }
4216
- function Au(e) {
4216
+ function Cu(e) {
4217
4217
  return typeof e == "function";
4218
4218
  }
4219
4219
  function Rr(e, t, n, r, a, i, s) {
@@ -4251,7 +4251,7 @@ function Rr(e, t, n, r, a, i, s) {
4251
4251
  });
4252
4252
  continue;
4253
4253
  }
4254
- if (uu(d)) {
4254
+ if (ou(d)) {
4255
4255
  var m = typeof d.style == "string" ? r.date[d.style] : qa(d.style) ? d.style.parsedOptions : void 0;
4256
4256
  u.push({
4257
4257
  type: ot.literal,
@@ -4259,7 +4259,7 @@ function Rr(e, t, n, r, a, i, s) {
4259
4259
  });
4260
4260
  continue;
4261
4261
  }
4262
- if (cu(d)) {
4262
+ if (uu(d)) {
4263
4263
  var m = typeof d.style == "string" ? r.time[d.style] : qa(d.style) ? d.style.parsedOptions : r.time.medium;
4264
4264
  u.push({
4265
4265
  type: ot.literal,
@@ -4267,17 +4267,17 @@ function Rr(e, t, n, r, a, i, s) {
4267
4267
  });
4268
4268
  continue;
4269
4269
  }
4270
- if (ou(d)) {
4271
- var m = typeof d.style == "string" ? r.number[d.style] : hu(d.style) ? d.style.parsedOptions : void 0;
4270
+ if (su(d)) {
4271
+ var m = typeof d.style == "string" ? r.number[d.style] : fu(d.style) ? d.style.parsedOptions : void 0;
4272
4272
  m && m.scale && (h = h * (m.scale || 1)), u.push({
4273
4273
  type: ot.literal,
4274
4274
  value: n.getNumberFormat(t, m).format(h)
4275
4275
  });
4276
4276
  continue;
4277
4277
  }
4278
- if (fu(d)) {
4278
+ if (du(d)) {
4279
4279
  var _ = d.children, S = d.value, O = a[S];
4280
- if (!Au(O))
4280
+ if (!Cu(O))
4281
4281
  throw new $d(S, "function", s);
4282
4282
  var v = Rr(_, t, n, r, a, i), L = O(v.map(function(I) {
4283
4283
  return I.value;
@@ -4289,14 +4289,14 @@ function Rr(e, t, n, r, a, i, s) {
4289
4289
  };
4290
4290
  }));
4291
4291
  }
4292
- if (lu(d)) {
4292
+ if (cu(d)) {
4293
4293
  var P = d.options[h] || d.options.other;
4294
4294
  if (!P)
4295
4295
  throw new Ts(d.value, h, Object.keys(d.options), s);
4296
4296
  u.push.apply(u, Rr(P.value, t, n, r, a));
4297
4297
  continue;
4298
4298
  }
4299
- if (du(d)) {
4299
+ if (lu(d)) {
4300
4300
  var P = d.options["=".concat(h)];
4301
4301
  if (!P) {
4302
4302
  if (!Intl.PluralRules)
@@ -4370,7 +4370,7 @@ function Xd(e) {
4370
4370
  })
4371
4371
  };
4372
4372
  }
4373
- var Su = (
4373
+ var Au = (
4374
4374
  /** @class */
4375
4375
  (function() {
4376
4376
  function e(t, n, r, a) {
@@ -4573,7 +4573,7 @@ var Zd = function(e) {
4573
4573
  process.env.NODE_ENV !== "production" && console.error(e);
4574
4574
  }, ef = function(e) {
4575
4575
  process.env.NODE_ENV !== "production" && console.warn(e);
4576
- }, _u = {
4576
+ }, Su = {
4577
4577
  formats: {},
4578
4578
  messages: {},
4579
4579
  timeZone: void 0,
@@ -4583,7 +4583,7 @@ var Zd = function(e) {
4583
4583
  onError: Zd,
4584
4584
  onWarn: ef
4585
4585
  };
4586
- function vu() {
4586
+ function _u() {
4587
4587
  return {
4588
4588
  dateTime: {},
4589
4589
  number: {},
@@ -4609,7 +4609,7 @@ function nn(e) {
4609
4609
  };
4610
4610
  }
4611
4611
  function tf(e) {
4612
- e === void 0 && (e = vu());
4612
+ e === void 0 && (e = _u());
4613
4613
  var t = Intl.RelativeTimeFormat, n = Intl.ListFormat, r = Intl.DisplayNames, a = Ot(function() {
4614
4614
  for (var u, c = [], l = 0; l < arguments.length; l++)
4615
4615
  c[l] = arguments[l];
@@ -4636,7 +4636,7 @@ function tf(e) {
4636
4636
  getDateTimeFormat: a,
4637
4637
  getNumberFormat: i,
4638
4638
  getMessageFormat: Ot(function(u, c, l, d) {
4639
- return new Su(u, c, l, ne({ formatters: {
4639
+ return new Au(u, c, l, ne({ formatters: {
4640
4640
  getNumberFormat: i,
4641
4641
  getDateTimeFormat: a,
4642
4642
  getPluralRules: s
@@ -4692,14 +4692,14 @@ function ys(e, t) {
4692
4692
  function Cs(e, t) {
4693
4693
  if (!t)
4694
4694
  return e;
4695
- var n = Su.formats;
4695
+ var n = Au.formats;
4696
4696
  return ne(ne(ne({}, n), e), { date: ys(yr(n.date, t), yr(e.date || {}, t)), time: ys(yr(n.time, t), yr(e.time || {}, t)) });
4697
4697
  }
4698
4698
  var Za = function(e, t, n, r, a) {
4699
4699
  var i = e.locale, s = e.formats, u = e.messages, c = e.defaultLocale, l = e.defaultFormats, d = e.fallbackOnEmptyString, f = e.onError, h = e.timeZone, m = e.defaultRichTextElements;
4700
4700
  n === void 0 && (n = { id: "" });
4701
4701
  var _ = n.id, S = n.defaultMessage;
4702
- su(!!_, "[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");
4702
+ iu(!!_, "[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");
4703
4703
  var O = String(_), v = (
4704
4704
  // In case messages is Object.create(null)
4705
4705
  // e.g import('foo.json') from webpack)
@@ -4736,7 +4736,7 @@ var Za = function(e, t, n, r, a) {
4736
4736
  f(new pa('Error formatting the default message for: "'.concat(O, '", rendering message verbatim'), i, n, P));
4737
4737
  }
4738
4738
  return typeof v == "string" ? v : typeof S == "string" ? S : O;
4739
- }, Nu = [
4739
+ }, vu = [
4740
4740
  "formatMatcher",
4741
4741
  "timeZone",
4742
4742
  "hour12",
@@ -4760,7 +4760,7 @@ var Za = function(e, t, n, r, a) {
4760
4760
  function Xr(e, t, n, r) {
4761
4761
  var a = e.locale, i = e.formats, s = e.onError, u = e.timeZone;
4762
4762
  r === void 0 && (r = {});
4763
- var c = r.format, l = ne(ne({}, u && { timeZone: u }), c && Si(i, t, c, s)), d = fn(r, Nu, l);
4763
+ var c = r.format, l = ne(ne({}, u && { timeZone: u }), c && Si(i, t, c, s)), d = fn(r, vu, l);
4764
4764
  return t === "time" && !d.hour && !d.minute && !d.second && !d.timeStyle && !d.dateStyle && (d = ne(ne({}, d), { hour: "numeric", minute: "numeric" })), n(a, d);
4765
4765
  }
4766
4766
  function nf(e, t) {
@@ -4788,7 +4788,7 @@ function rf(e, t) {
4788
4788
  function af(e, t) {
4789
4789
  for (var n = [], r = 2; r < arguments.length; r++)
4790
4790
  n[r - 2] = arguments[r];
4791
- var a = n[0], i = n[1], s = n[2], u = s === void 0 ? {} : s, c = e.timeZone, l = e.locale, d = e.onError, f = fn(u, Nu, c ? { timeZone: c } : {});
4791
+ var a = n[0], i = n[1], s = n[2], u = s === void 0 ? {} : s, c = e.timeZone, l = e.locale, d = e.onError, f = fn(u, vu, c ? { timeZone: c } : {});
4792
4792
  try {
4793
4793
  return t(l, f).formatRange(a, i);
4794
4794
  } catch (h) {
@@ -4845,13 +4845,13 @@ function df(e) {
4845
4845
  }
4846
4846
  function ff(e, t, n, r) {
4847
4847
  r === void 0 && (r = {});
4848
- var a = Iu(e, t, n, r).reduce(function(i, s) {
4848
+ var a = Nu(e, t, n, r).reduce(function(i, s) {
4849
4849
  var u = s.value;
4850
4850
  return typeof u != "string" ? i.push(u) : typeof i[i.length - 1] == "string" ? i[i.length - 1] += u : i.push(u), i;
4851
4851
  }, []);
4852
4852
  return a.length === 1 ? a[0] : a.length === 0 ? "" : a;
4853
4853
  }
4854
- function Iu(e, t, n, r) {
4854
+ function Nu(e, t, n, r) {
4855
4855
  var a = e.locale, i = e.onError;
4856
4856
  r === void 0 && (r = {});
4857
4857
  var s = Intl.ListFormat;
@@ -4935,7 +4935,7 @@ var Ef = [
4935
4935
  "roundingIncrement",
4936
4936
  "roundingMode"
4937
4937
  ];
4938
- function wu(e, t, n) {
4938
+ function Iu(e, t, n) {
4939
4939
  var r = e.locale, a = e.formats, i = e.onError;
4940
4940
  n === void 0 && (n = {});
4941
4941
  var s = n.format, u = s && Si(a, "number", s, i) || {}, c = fn(n, Ef, u);
@@ -4944,7 +4944,7 @@ function wu(e, t, n) {
4944
4944
  function Tf(e, t, n, r) {
4945
4945
  r === void 0 && (r = {});
4946
4946
  try {
4947
- return wu(e, t, r).format(n);
4947
+ return Iu(e, t, r).format(n);
4948
4948
  } catch (a) {
4949
4949
  e.onError(new At("Error formatting number.", e.locale, a));
4950
4950
  }
@@ -4953,7 +4953,7 @@ function Tf(e, t, n, r) {
4953
4953
  function xf(e, t, n, r) {
4954
4954
  r === void 0 && (r = {});
4955
4955
  try {
4956
- return wu(e, t, r).formatToParts(n);
4956
+ return Iu(e, t, r).formatToParts(n);
4957
4957
  } catch (a) {
4958
4958
  e.onError(new At("Error formatting number.", e.locale, a));
4959
4959
  }
@@ -4969,7 +4969,7 @@ Please consider using "@formatjs/cli" to pre-compile your messages for performan
4969
4969
  For more details see https://formatjs.io/docs/getting-started/message-distribution`);
4970
4970
  }
4971
4971
  function Af(e, t) {
4972
- var n = tf(t), r = ne(ne({}, _u), e), a = r.locale, i = r.defaultLocale, s = r.onError;
4972
+ var n = tf(t), r = ne(ne({}, Su), e), a = r.locale, i = r.defaultLocale, s = r.onError;
4973
4973
  return a ? !Intl.NumberFormat.supportedLocalesOf(a).length && s ? s(new xs('Missing locale data for locale: "'.concat(a, '" in Intl.NumberFormat. Using default locale: "').concat(i, '" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))) : !Intl.DateTimeFormat.supportedLocalesOf(a).length && s && s(new xs('Missing locale data for locale: "'.concat(a, '" in Intl.DateTimeFormat. Using default locale: "').concat(i, '" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))) : (s && s(new Kd('"locale" was not configured, using "'.concat(i, '" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))), r.locale = r.defaultLocale || "en"), Cf(r), ne(ne({}, r), {
4974
4974
  formatters: n,
4975
4975
  formatNumber: Tf.bind(null, r, n.getNumberFormat),
@@ -4986,14 +4986,14 @@ function Af(e, t) {
4986
4986
  // @ts-expect-error TODO: will get to this later
4987
4987
  $t: Za.bind(null, r, n),
4988
4988
  formatList: ff.bind(null, r, n.getListFormat),
4989
- formatListToParts: Iu.bind(null, r, n.getListFormat),
4989
+ formatListToParts: Nu.bind(null, r, n.getListFormat),
4990
4990
  formatDisplayName: cf.bind(null, r, n.getDisplayNames)
4991
4991
  });
4992
4992
  }
4993
- function Ru(e) {
4994
- su(e, "[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.");
4993
+ function wu(e) {
4994
+ iu(e, "[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.");
4995
4995
  }
4996
- var Ou = ne(ne({}, _u), { textComponent: Ke.Fragment });
4996
+ var Ru = ne(ne({}, Su), { textComponent: Ke.Fragment });
4997
4997
  function Sf(e) {
4998
4998
  return function(t) {
4999
4999
  return e(Ke.Children.toArray(t));
@@ -5019,7 +5019,7 @@ _i.Consumer;
5019
5019
  var vf = _i.Provider, Nf = vf, If = _i;
5020
5020
  function sr() {
5021
5021
  var e = Ke.useContext(If);
5022
- return Ru(e), e;
5022
+ return wu(e), e;
5023
5023
  }
5024
5024
  var ei;
5025
5025
  (function(e) {
@@ -5029,7 +5029,7 @@ var ti;
5029
5029
  (function(e) {
5030
5030
  e.formatDate = "FormattedDateParts", e.formatTime = "FormattedTimeParts", e.formatNumber = "FormattedNumberParts", e.formatList = "FormattedListParts";
5031
5031
  })(ti || (ti = {}));
5032
- function Lu(e) {
5032
+ function Ou(e) {
5033
5033
  var t = function(n) {
5034
5034
  var r = sr(), a = n.value, i = n.children, s = Wr(n, ["value", "children"]), u = typeof a == "string" ? new Date(a || 0) : a, c = e === "formatDate" ? r.formatDateToParts(u, s) : r.formatTimeToParts(u, s);
5035
5035
  return i(c);
@@ -5049,16 +5049,16 @@ function or(e) {
5049
5049
  };
5050
5050
  return t.displayName = ei[e], t;
5051
5051
  }
5052
- function Du(e) {
5052
+ function Lu(e) {
5053
5053
  return e && Object.keys(e).reduce(function(t, n) {
5054
5054
  var r = e[n];
5055
- return t[n] = Au(r) ? Sf(r) : r, t;
5055
+ return t[n] = Cu(r) ? Sf(r) : r, t;
5056
5056
  }, {});
5057
5057
  }
5058
5058
  var Ss = function(e, t, n, r) {
5059
5059
  for (var a = [], i = 4; i < arguments.length; i++)
5060
5060
  a[i - 4] = arguments[i];
5061
- var s = Du(r), u = Za.apply(void 0, kt([
5061
+ var s = Lu(r), u = Za.apply(void 0, kt([
5062
5062
  e,
5063
5063
  t,
5064
5064
  n,
@@ -5066,7 +5066,7 @@ var Ss = function(e, t, n, r) {
5066
5066
  ], a, !1));
5067
5067
  return Array.isArray(u) ? Ke.Children.toArray(u) : u;
5068
5068
  }, _s = function(e, t) {
5069
- var n = e.defaultRichTextElements, r = Wr(e, ["defaultRichTextElements"]), a = Du(n), i = Af(ne(ne(ne({}, Ou), r), { defaultRichTextElements: a }), t), s = {
5069
+ var n = e.defaultRichTextElements, r = Wr(e, ["defaultRichTextElements"]), a = Lu(n), i = Af(ne(ne(ne({}, Ru), r), { defaultRichTextElements: a }), t), s = {
5070
5070
  locale: i.locale,
5071
5071
  timeZone: i.timeZone,
5072
5072
  fallbackOnEmptyString: i.fallbackOnEmptyString,
@@ -5110,7 +5110,7 @@ var wf = (
5110
5110
  Ct(t, e);
5111
5111
  function t() {
5112
5112
  var n = e !== null && e.apply(this, arguments) || this;
5113
- return n.cache = vu(), n.state = {
5113
+ return n.cache = _u(), n.state = {
5114
5114
  cache: n.cache,
5115
5115
  intl: _s(ba(n.props), n.cache),
5116
5116
  prevConfig: ba(n.props)
@@ -5123,8 +5123,8 @@ var wf = (
5123
5123
  prevConfig: s
5124
5124
  };
5125
5125
  }, t.prototype.render = function() {
5126
- return Ru(this.state.intl), Ke.createElement(Nf, { value: this.state.intl }, this.props.children);
5127
- }, t.displayName = "IntlProvider", t.defaultProps = Ou, t;
5126
+ return wu(this.state.intl), Ke.createElement(Nf, { value: this.state.intl }, this.props.children);
5127
+ }, t.displayName = "IntlProvider", t.defaultProps = Ru, t;
5128
5128
  })(Ke.PureComponent)
5129
5129
  );
5130
5130
  or("formatDate");
@@ -5132,8 +5132,8 @@ or("formatTime");
5132
5132
  or("formatNumber");
5133
5133
  or("formatList");
5134
5134
  or("formatDisplayName");
5135
- Lu("formatDate");
5136
- Lu("formatTime");
5135
+ Ou("formatDate");
5136
+ Ou("formatTime");
5137
5137
  const vi = () => {
5138
5138
  const e = sr(), t = e.formatMessage({
5139
5139
  defaultMessage: "Message the assistant...",
@@ -5205,7 +5205,7 @@ class Of extends Error {
5205
5205
  }
5206
5206
  }
5207
5207
  function A(e, t) {
5208
- ku(
5208
+ Du(
5209
5209
  !!e,
5210
5210
  !1,
5211
5211
  !0,
@@ -5215,9 +5215,9 @@ function A(e, t) {
5215
5215
  );
5216
5216
  }
5217
5217
  function ga(e) {
5218
- ku(!1, !1, !0, "ok", "Unreachable", e);
5218
+ Du(!1, !1, !0, "ok", "Unreachable", e);
5219
5219
  }
5220
- function ku(e, t, n, r, a, i) {
5220
+ function Du(e, t, n, r, a, i) {
5221
5221
  if (!e)
5222
5222
  throw i instanceof Error ? i : new Of(
5223
5223
  i || a,
@@ -5237,7 +5237,7 @@ function vs(e) {
5237
5237
  }
5238
5238
  return t;
5239
5239
  }
5240
- function Pu(e, t) {
5240
+ function ku(e, t) {
5241
5241
  const n = {};
5242
5242
  return (e[e.length - 1] === "" ? [...e, ""] : e).join(
5243
5243
  (n.padRight ? " " : "") + "," + (n.padLeft === !1 ? "" : " ")
@@ -5268,7 +5268,7 @@ class ur {
5268
5268
  ur.prototype.property = {};
5269
5269
  ur.prototype.normal = {};
5270
5270
  ur.prototype.space = null;
5271
- function Mu(e, t) {
5271
+ function Pu(e, t) {
5272
5272
  const n = {}, r = {};
5273
5273
  let a = -1;
5274
5274
  for (; ++a < e.length; )
@@ -5299,7 +5299,7 @@ St.prototype.commaOrSpaceSeparated = !1;
5299
5299
  St.prototype.mustUseProperty = !1;
5300
5300
  St.prototype.defined = !1;
5301
5301
  let Bf = 0;
5302
- const ge = hn(), Qe = hn(), Bu = hn(), V = hn(), Me = hn(), vn = hn(), ft = hn();
5302
+ const ge = hn(), Qe = hn(), Mu = hn(), V = hn(), Me = hn(), vn = hn(), ft = hn();
5303
5303
  function hn() {
5304
5304
  return 2 ** ++Bf;
5305
5305
  }
@@ -5310,7 +5310,7 @@ const ni = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5310
5310
  commaOrSpaceSeparated: ft,
5311
5311
  commaSeparated: vn,
5312
5312
  number: V,
5313
- overloadedBoolean: Bu,
5313
+ overloadedBoolean: Mu,
5314
5314
  spaceSeparated: Me
5315
5315
  }, Symbol.toStringTag, { value: "Module" })), Ea = Object.keys(ni);
5316
5316
  class Ni extends St {
@@ -5350,7 +5350,7 @@ function Dn(e) {
5350
5350
  }
5351
5351
  return new ur(t, n, e.space);
5352
5352
  }
5353
- const Fu = Dn({
5353
+ const Bu = Dn({
5354
5354
  space: "xlink",
5355
5355
  transform(e, t) {
5356
5356
  return "xlink:" + t.slice(5).toLowerCase();
@@ -5364,25 +5364,25 @@ const Fu = Dn({
5364
5364
  xLinkTitle: null,
5365
5365
  xLinkType: null
5366
5366
  }
5367
- }), Hu = Dn({
5367
+ }), Fu = Dn({
5368
5368
  space: "xml",
5369
5369
  transform(e, t) {
5370
5370
  return "xml:" + t.slice(3).toLowerCase();
5371
5371
  },
5372
5372
  properties: { xmlLang: null, xmlBase: null, xmlSpace: null }
5373
5373
  });
5374
- function Uu(e, t) {
5374
+ function Hu(e, t) {
5375
5375
  return t in e ? e[t] : t;
5376
5376
  }
5377
- function ju(e, t) {
5378
- return Uu(e, t.toLowerCase());
5377
+ function Uu(e, t) {
5378
+ return Hu(e, t.toLowerCase());
5379
5379
  }
5380
- const Vu = Dn({
5380
+ const ju = Dn({
5381
5381
  space: "xmlns",
5382
5382
  attributes: { xmlnsxlink: "xmlns:xlink" },
5383
- transform: ju,
5383
+ transform: Uu,
5384
5384
  properties: { xmlns: null, xmlnsXLink: null }
5385
- }), zu = Dn({
5385
+ }), Vu = Dn({
5386
5386
  transform(e, t) {
5387
5387
  return t === "role" ? t : "aria-" + t.slice(4).toLowerCase();
5388
5388
  },
@@ -5445,7 +5445,7 @@ const Vu = Dn({
5445
5445
  htmlfor: "for",
5446
5446
  httpequiv: "http-equiv"
5447
5447
  },
5448
- transform: ju,
5448
+ transform: Uu,
5449
5449
  mustUseProperty: ["checked", "multiple", "muted", "selected"],
5450
5450
  properties: {
5451
5451
  // Standard Properties.
@@ -5487,7 +5487,7 @@ const Vu = Dn({
5487
5487
  dir: null,
5488
5488
  dirName: null,
5489
5489
  disabled: ge,
5490
- download: Bu,
5490
+ download: Mu,
5491
5491
  draggable: Qe,
5492
5492
  encType: null,
5493
5493
  enterKeyHint: null,
@@ -5973,7 +5973,7 @@ const Vu = Dn({
5973
5973
  playbackOrder: "playbackorder",
5974
5974
  timelineBegin: "timelinebegin"
5975
5975
  },
5976
- transform: Uu,
5976
+ transform: Hu,
5977
5977
  properties: {
5978
5978
  about: ft,
5979
5979
  accentHeight: V,
@@ -6400,12 +6400,12 @@ const Yf = {
6400
6400
  xLinkTitle: "xlinkTitle",
6401
6401
  xLinkType: "xlinkType",
6402
6402
  xmlnsXLink: "xmlnsXlink"
6403
- }, cr = Mu([Hu, Fu, Vu, zu, Hf], "html"), Kt = Mu([Hu, Fu, Vu, zu, Uf], "svg");
6403
+ }, cr = Pu([Fu, Bu, ju, Vu, Hf], "html"), Kt = Pu([Fu, Bu, ju, Vu, Uf], "svg");
6404
6404
  function Os(e) {
6405
6405
  const t = String(e || "").trim();
6406
6406
  return t ? t.split(/[ \t\n\r\f]+/g) : [];
6407
6407
  }
6408
- function $u(e) {
6408
+ function zu(e) {
6409
6409
  return e.join(" ").trim();
6410
6410
  }
6411
6411
  var En = {}, Ta, Ls;
@@ -6522,8 +6522,8 @@ function qf() {
6522
6522
  return En.default = n, En;
6523
6523
  }
6524
6524
  var Wf = qf();
6525
- const ks = /* @__PURE__ */ Gr(Wf), Xf = ks.default || ks, Kr = Yu("end"), Ht = Yu("start");
6526
- function Yu(e) {
6525
+ const ks = /* @__PURE__ */ Gr(Wf), Xf = ks.default || ks, Kr = $u("end"), Ht = $u("start");
6526
+ function $u(e) {
6527
6527
  return t;
6528
6528
  function t(n) {
6529
6529
  const r = n && n.position && n.position[e] || {};
@@ -6639,7 +6639,7 @@ rt.prototype.fatal = void 0;
6639
6639
  rt.prototype.place = void 0;
6640
6640
  rt.prototype.ruleId = void 0;
6641
6641
  rt.prototype.source = void 0;
6642
- const Ii = {}.hasOwnProperty, Kf = /* @__PURE__ */ new Map(), Jf = /[A-Z]/g, Zf = /-([a-z])/g, eh = /* @__PURE__ */ new Set(["table", "tbody", "thead", "tfoot", "tr"]), th = /* @__PURE__ */ new Set(["td", "th"]), Gu = "https://github.com/syntax-tree/hast-util-to-jsx-runtime";
6642
+ const Ii = {}.hasOwnProperty, Kf = /* @__PURE__ */ new Map(), Jf = /[A-Z]/g, Zf = /-([a-z])/g, eh = /* @__PURE__ */ new Set(["table", "tbody", "thead", "tfoot", "tr"]), th = /* @__PURE__ */ new Set(["td", "th"]), Yu = "https://github.com/syntax-tree/hast-util-to-jsx-runtime";
6643
6643
  function nh(e, t) {
6644
6644
  if (!t || t.Fragment === void 0)
6645
6645
  throw new TypeError("Expected `Fragment` in options");
@@ -6672,7 +6672,7 @@ function nh(e, t) {
6672
6672
  schema: t.space === "svg" ? Kt : cr,
6673
6673
  stylePropertyNameCase: t.stylePropertyNameCase || "dom",
6674
6674
  tableCellAlignToStyle: t.tableCellAlignToStyle !== !1
6675
- }, i = qu(a, e, void 0);
6675
+ }, i = Gu(a, e, void 0);
6676
6676
  return i && typeof i != "string" ? i : a.create(
6677
6677
  e,
6678
6678
  a.Fragment,
@@ -6680,7 +6680,7 @@ function nh(e, t) {
6680
6680
  void 0
6681
6681
  );
6682
6682
  }
6683
- function qu(e, t, n) {
6683
+ function Gu(e, t, n) {
6684
6684
  if (t.type === "element")
6685
6685
  return rh(e, t, n);
6686
6686
  if (t.type === "mdxFlowExpression" || t.type === "mdxTextExpression")
@@ -6698,11 +6698,11 @@ function rh(e, t, n) {
6698
6698
  const r = e.schema;
6699
6699
  let a = r;
6700
6700
  t.tagName.toLowerCase() === "svg" && r.space === "html" && (a = Kt, e.schema = a), e.ancestors.push(t);
6701
- const i = Xu(e, t.tagName, !1), s = dh(e, t);
6701
+ const i = Wu(e, t.tagName, !1), s = dh(e, t);
6702
6702
  let u = Ri(e, t);
6703
6703
  return eh.has(t.tagName) && (u = u.filter(function(c) {
6704
6704
  return typeof c == "string" ? !Mf(c) : !0;
6705
- })), Wu(e, s, i, t), wi(s, u), e.ancestors.pop(), e.schema = r, e.create(t, i, s, n);
6705
+ })), qu(e, s, i, t), wi(s, u), e.ancestors.pop(), e.schema = r, e.create(t, i, s, n);
6706
6706
  }
6707
6707
  function ah(e, t) {
6708
6708
  if (t.data && t.data.estree && e.evaluater) {
@@ -6724,8 +6724,8 @@ function sh(e, t, n) {
6724
6724
  const r = e.schema;
6725
6725
  let a = r;
6726
6726
  t.name === "svg" && r.space === "html" && (a = Kt, e.schema = a), e.ancestors.push(t);
6727
- const i = t.name === null ? e.Fragment : Xu(e, t.name, !0), s = fh(e, t), u = Ri(e, t);
6728
- return Wu(e, s, i, t), wi(s, u), e.ancestors.pop(), e.schema = r, e.create(t, i, s, n);
6727
+ const i = t.name === null ? e.Fragment : Wu(e, t.name, !0), s = fh(e, t), u = Ri(e, t);
6728
+ return qu(e, s, i, t), wi(s, u), e.ancestors.pop(), e.schema = r, e.create(t, i, s, n);
6729
6729
  }
6730
6730
  function oh(e, t, n) {
6731
6731
  const r = {};
@@ -6734,7 +6734,7 @@ function oh(e, t, n) {
6734
6734
  function uh(e, t) {
6735
6735
  return t.value;
6736
6736
  }
6737
- function Wu(e, t, n, r) {
6737
+ function qu(e, t, n, r) {
6738
6738
  typeof n != "string" && n !== e.Fragment && e.passNode && (t.node = r);
6739
6739
  }
6740
6740
  function wi(e, t) {
@@ -6834,7 +6834,7 @@ function Ri(e, t) {
6834
6834
  s = c + "-" + l, a.set(c, l + 1);
6835
6835
  }
6836
6836
  }
6837
- const u = qu(e, i, s);
6837
+ const u = Gu(e, i, s);
6838
6838
  u !== void 0 && n.push(u);
6839
6839
  }
6840
6840
  return n;
@@ -6842,7 +6842,7 @@ function Ri(e, t) {
6842
6842
  function hh(e, t, n) {
6843
6843
  const r = Qr(e.schema, t);
6844
6844
  if (!(n == null || typeof n == "number" && Number.isNaN(n))) {
6845
- if (Array.isArray(n) && (n = r.commaSeparated ? Pu(n) : $u(n)), r.property === "style") {
6845
+ if (Array.isArray(n) && (n = r.commaSeparated ? ku(n) : zu(n)), r.property === "style") {
6846
6846
  let a = typeof n == "object" ? n : mh(e, String(n));
6847
6847
  return e.stylePropertyNameCase === "css" && (a = ph(a)), ["style", a];
6848
6848
  }
@@ -6867,7 +6867,7 @@ function mh(e, t) {
6867
6867
  ruleId: "style",
6868
6868
  source: "hast-util-to-jsx-runtime"
6869
6869
  });
6870
- throw s.file = e.filePath || void 0, s.url = Gu + "#cannot-parse-style-attribute", s;
6870
+ throw s.file = e.filePath || void 0, s.url = Yu + "#cannot-parse-style-attribute", s;
6871
6871
  }
6872
6872
  }
6873
6873
  return n;
@@ -6876,7 +6876,7 @@ function mh(e, t) {
6876
6876
  s.slice(0, 2) !== "--" && (s.slice(0, 4) === "-ms-" && (s = "ms-" + s.slice(4)), s = s.replace(Zf, gh)), n[s] = i;
6877
6877
  }
6878
6878
  }
6879
- function Xu(e, t, n) {
6879
+ function Wu(e, t, n) {
6880
6880
  let r;
6881
6881
  if (!n)
6882
6882
  r = { type: "Literal", value: t };
@@ -6917,7 +6917,7 @@ function tr(e, t) {
6917
6917
  source: "hast-util-to-jsx-runtime"
6918
6918
  }
6919
6919
  );
6920
- throw n.file = e.filePath || void 0, n.url = Gu + "#cannot-handle-mdx-estrees-without-createevaluater", n;
6920
+ throw n.file = e.filePath || void 0, n.url = Yu + "#cannot-handle-mdx-estrees-without-createevaluater", n;
6921
6921
  }
6922
6922
  function ph(e) {
6923
6923
  const t = {};
@@ -6961,9 +6961,9 @@ const xa = {
6961
6961
  }, Th = {};
6962
6962
  function xh(e, t) {
6963
6963
  const n = Th, r = typeof n.includeImageAlt == "boolean" ? n.includeImageAlt : !0, a = typeof n.includeHtml == "boolean" ? n.includeHtml : !0;
6964
- return Qu(e, r, a);
6964
+ return Xu(e, r, a);
6965
6965
  }
6966
- function Qu(e, t, n) {
6966
+ function Xu(e, t, n) {
6967
6967
  if (yh(e)) {
6968
6968
  if ("value" in e)
6969
6969
  return e.type === "html" && !n ? "" : e.value;
@@ -6978,7 +6978,7 @@ function Bs(e, t, n) {
6978
6978
  const r = [];
6979
6979
  let a = -1;
6980
6980
  for (; ++a < e.length; )
6981
- r[a] = Qu(e[a], t, n);
6981
+ r[a] = Xu(e[a], t, n);
6982
6982
  return r.join("");
6983
6983
  }
6984
6984
  function yh(e) {
@@ -7559,7 +7559,7 @@ function Sh(e, t) {
7559
7559
  (t[n].add === "after" ? e : r).push(t[n]);
7560
7560
  Ft(e, 0, 0, r);
7561
7561
  }
7562
- function Ku(e, t) {
7562
+ function Qu(e, t) {
7563
7563
  const n = Number.parseInt(e, t);
7564
7564
  return (
7565
7565
  // C0 except for HT, LF, FF, CR, space.
@@ -7980,7 +7980,7 @@ function Hh(e, t, n) {
7980
7980
  return i === b.eof || te(i) ? t(i) : n(i);
7981
7981
  }
7982
7982
  }
7983
- const Ju = {
7983
+ const Ku = {
7984
7984
  name: "blockQuote",
7985
7985
  tokenize: Uh,
7986
7986
  continuation: { tokenize: jh },
@@ -8015,13 +8015,13 @@ function jh(e, t, n) {
8015
8015
  )(s)) : i(s);
8016
8016
  }
8017
8017
  function i(s) {
8018
- return e.attempt(Ju, t, n)(s);
8018
+ return e.attempt(Ku, t, n)(s);
8019
8019
  }
8020
8020
  }
8021
8021
  function Vh(e) {
8022
8022
  e.exit(p.blockQuote);
8023
8023
  }
8024
- const Zu = {
8024
+ const Ju = {
8025
8025
  name: "characterEscape",
8026
8026
  tokenize: zh
8027
8027
  };
@@ -8034,7 +8034,7 @@ function zh(e, t, n) {
8034
8034
  return Nh(i) ? (e.enter(p.characterEscapeValue), e.consume(i), e.exit(p.characterEscapeValue), e.exit(p.characterEscape), t) : n(i);
8035
8035
  }
8036
8036
  }
8037
- const ec = {
8037
+ const Zu = {
8038
8038
  name: "characterReference",
8039
8039
  tokenize: $h
8040
8040
  };
@@ -8207,7 +8207,7 @@ const Qh = {
8207
8207
  name: "codeText",
8208
8208
  tokenize: Jh,
8209
8209
  resolve: Kh,
8210
- previous: tc
8210
+ previous: ec
8211
8211
  };
8212
8212
  function Kh(e) {
8213
8213
  let t = e.length - 4, n = 3, r, a;
@@ -8222,7 +8222,7 @@ function Kh(e) {
8222
8222
  a === void 0 ? r !== t && e[r][1].type !== p.lineEnding && (a = r) : (r === t || e[r][1].type === p.lineEnding) && (e[a][1].type = p.codeTextData, r !== a + 2 && (e[a][1].end = e[r - 1][1].end, e.splice(a + 2, r - a - 2), t -= r - a - 2, r = a + 2), a = void 0);
8223
8223
  return e;
8224
8224
  }
8225
- function tc(e) {
8225
+ function ec(e) {
8226
8226
  return e !== b.graveAccent || this.events[this.events.length - 1][1].type === p.characterEscape;
8227
8227
  }
8228
8228
  function Jh(e, t, n) {
@@ -8230,7 +8230,7 @@ function Jh(e, t, n) {
8230
8230
  let a = 0, i, s;
8231
8231
  return u;
8232
8232
  function u(h) {
8233
- return A(h === b.graveAccent, "expected `` ` ``"), A(tc.call(r, r.previous), "expected correct previous"), e.enter(p.codeText), e.enter(p.codeTextSequence), c(h);
8233
+ return A(h === b.graveAccent, "expected `` ` ``"), A(ec.call(r, r.previous), "expected correct previous"), e.enter(p.codeText), e.enter(p.codeTextSequence), c(h);
8234
8234
  }
8235
8235
  function c(h) {
8236
8236
  return h === b.graveAccent ? (e.consume(h), a++, c) : (e.exit(p.codeTextSequence), l(h));
@@ -8245,7 +8245,7 @@ function Jh(e, t, n) {
8245
8245
  return h === b.graveAccent ? (e.consume(h), i++, f) : i === a ? (e.exit(p.codeTextSequence), e.exit(p.codeText), t(h)) : (s.type = p.codeTextData, d(h));
8246
8246
  }
8247
8247
  }
8248
- function nc(e) {
8248
+ function tc(e) {
8249
8249
  const t = {};
8250
8250
  let n = -1, r, a, i, s, u, c, l;
8251
8251
  for (; ++n < e.length; ) {
@@ -8293,7 +8293,7 @@ function Zh(e, t) {
8293
8293
  }
8294
8294
  const e0 = { tokenize: r0, resolve: n0 }, t0 = { tokenize: a0, partial: !0 };
8295
8295
  function n0(e) {
8296
- return nc(e), e;
8296
+ return tc(e), e;
8297
8297
  }
8298
8298
  function r0(e, t) {
8299
8299
  let n;
@@ -8340,7 +8340,7 @@ function a0(e, t, n) {
8340
8340
  return !r.parser.constructs.disable.null.includes("codeIndented") && u && u[1].type === p.linePrefix && u[2].sliceSerialize(u[1], !0).length >= K.tabSize ? t(s) : e.interrupt(r.parser.constructs.flow, n, t)(s);
8341
8341
  }
8342
8342
  }
8343
- function rc(e, t, n, r, a, i, s, u, c) {
8343
+ function nc(e, t, n, r, a, i, s, u, c) {
8344
8344
  const l = c || Number.POSITIVE_INFINITY;
8345
8345
  let d = 0;
8346
8346
  return f;
@@ -8363,7 +8363,7 @@ function rc(e, t, n, r, a, i, s, u, c) {
8363
8363
  return v === b.leftParenthesis || v === b.rightParenthesis || v === b.backslash ? (e.consume(v), S) : S(v);
8364
8364
  }
8365
8365
  }
8366
- function ac(e, t, n, r, a, i) {
8366
+ function rc(e, t, n, r, a, i) {
8367
8367
  const s = this;
8368
8368
  let u = 0, c;
8369
8369
  return l;
@@ -8385,7 +8385,7 @@ function ac(e, t, n, r, a, i) {
8385
8385
  return m === b.leftSquareBracket || m === b.backslash || m === b.rightSquareBracket ? (e.consume(m), u++, f) : f(m);
8386
8386
  }
8387
8387
  }
8388
- function ic(e, t, n, r, a, i) {
8388
+ function ac(e, t, n, r, a, i) {
8389
8389
  let s;
8390
8390
  return u;
8391
8391
  function u(h) {
@@ -8424,7 +8424,7 @@ function o0(e, t, n) {
8424
8424
  return e.enter(p.definition), s(m);
8425
8425
  }
8426
8426
  function s(m) {
8427
- return A(m === b.leftSquareBracket, "expected `[`"), ac.call(
8427
+ return A(m === b.leftSquareBracket, "expected `[`"), rc.call(
8428
8428
  r,
8429
8429
  e,
8430
8430
  u,
@@ -8444,7 +8444,7 @@ function o0(e, t, n) {
8444
8444
  return dt(m) ? qn(e, l)(m) : l(m);
8445
8445
  }
8446
8446
  function l(m) {
8447
- return rc(
8447
+ return nc(
8448
8448
  e,
8449
8449
  d,
8450
8450
  // Note: we don’t need to reset the way `markdown-rs` does.
@@ -8472,7 +8472,7 @@ function u0(e, t, n) {
8472
8472
  return dt(u) ? qn(e, a)(u) : n(u);
8473
8473
  }
8474
8474
  function a(u) {
8475
- return ic(
8475
+ return ac(
8476
8476
  e,
8477
8477
  i,
8478
8478
  n,
@@ -8969,7 +8969,7 @@ function R0(e, t, n) {
8969
8969
  return dt(f) ? qn(e, i)(f) : i(f);
8970
8970
  }
8971
8971
  function i(f) {
8972
- return f === b.rightParenthesis ? d(f) : rc(
8972
+ return f === b.rightParenthesis ? d(f) : nc(
8973
8973
  e,
8974
8974
  s,
8975
8975
  u,
@@ -8988,7 +8988,7 @@ function R0(e, t, n) {
8988
8988
  return n(f);
8989
8989
  }
8990
8990
  function c(f) {
8991
- return f === b.quotationMark || f === b.apostrophe || f === b.leftParenthesis ? ic(
8991
+ return f === b.quotationMark || f === b.apostrophe || f === b.leftParenthesis ? ac(
8992
8992
  e,
8993
8993
  l,
8994
8994
  n,
@@ -9008,7 +9008,7 @@ function O0(e, t, n) {
9008
9008
  const r = this;
9009
9009
  return a;
9010
9010
  function a(u) {
9011
- return A(u === b.leftSquareBracket, "expected left bracket"), ac.call(
9011
+ return A(u === b.leftSquareBracket, "expected left bracket"), rc.call(
9012
9012
  r,
9013
9013
  e,
9014
9014
  i,
@@ -9302,11 +9302,11 @@ function X0(e) {
9302
9302
  return e.enter(p.lineEnding), e.consume(i), e.exit(p.lineEnding), t.currentConstruct = void 0, n;
9303
9303
  }
9304
9304
  }
9305
- const Q0 = { resolveAll: oc() }, K0 = sc("string"), J0 = sc("text");
9306
- function sc(e) {
9305
+ const Q0 = { resolveAll: sc() }, K0 = ic("string"), J0 = ic("text");
9306
+ function ic(e) {
9307
9307
  return {
9308
9308
  tokenize: t,
9309
- resolveAll: oc(
9309
+ resolveAll: sc(
9310
9310
  e === "text" ? Z0 : void 0
9311
9311
  )
9312
9312
  };
@@ -9341,7 +9341,7 @@ function sc(e) {
9341
9341
  }
9342
9342
  }
9343
9343
  }
9344
- function oc(e) {
9344
+ function sc(e) {
9345
9345
  return t;
9346
9346
  function t(n, r) {
9347
9347
  let a = -1, i;
@@ -9936,7 +9936,7 @@ const um = {
9936
9936
  [b.digit7]: ct,
9937
9937
  [b.digit8]: ct,
9938
9938
  [b.digit9]: ct,
9939
- [b.greaterThan]: Ju
9939
+ [b.greaterThan]: Ku
9940
9940
  }, cm = {
9941
9941
  [b.leftSquareBracket]: i0
9942
9942
  }, lm = {
@@ -9953,18 +9953,18 @@ const um = {
9953
9953
  [b.graveAccent]: $s,
9954
9954
  [b.tilde]: $s
9955
9955
  }, fm = {
9956
- [b.ampersand]: ec,
9957
- [b.backslash]: Zu
9956
+ [b.ampersand]: Zu,
9957
+ [b.backslash]: Ju
9958
9958
  }, hm = {
9959
9959
  [b.carriageReturn]: Ca,
9960
9960
  [b.lineFeed]: Ca,
9961
9961
  [b.carriageReturnLineFeed]: Ca,
9962
9962
  [b.exclamationMark]: D0,
9963
- [b.ampersand]: ec,
9963
+ [b.ampersand]: Zu,
9964
9964
  [b.asterisk]: si,
9965
9965
  [b.lessThan]: [Bh, C0],
9966
9966
  [b.leftSquareBracket]: P0,
9967
- [b.backslash]: [c0, Zu],
9967
+ [b.backslash]: [c0, Ju],
9968
9968
  [b.rightSquareBracket]: Di,
9969
9969
  [b.underscore]: si,
9970
9970
  [b.graveAccent]: Qh
@@ -10003,7 +10003,7 @@ function Em(e) {
10003
10003
  }
10004
10004
  }
10005
10005
  function Tm(e) {
10006
- for (; !nc(e); )
10006
+ for (; !tc(e); )
10007
10007
  ;
10008
10008
  return e;
10009
10009
  }
@@ -10052,14 +10052,14 @@ function Am(e, t, n) {
10052
10052
  return t;
10053
10053
  if (n.charCodeAt(0) === b.numberSign) {
10054
10054
  const a = n.charCodeAt(1), i = a === b.lowercaseX || a === b.uppercaseX;
10055
- return Ku(
10055
+ return Qu(
10056
10056
  n.slice(i ? 2 : 1),
10057
10057
  i ? K.numericBaseHexadecimal : K.numericBaseDecimal
10058
10058
  );
10059
10059
  }
10060
10060
  return Oi(n) || e;
10061
10061
  }
10062
- const uc = {}.hasOwnProperty;
10062
+ const oc = {}.hasOwnProperty;
10063
10063
  function Sm(e, t, n) {
10064
10064
  return typeof t != "string" && (n = t, t = void 0), _m(n)(
10065
10065
  Tm(
@@ -10165,7 +10165,7 @@ function _m(e) {
10165
10165
  thematicBreak: c()
10166
10166
  }
10167
10167
  };
10168
- cc(t, (e || {}).mdastExtensions || []);
10168
+ uc(t, (e || {}).mdastExtensions || []);
10169
10169
  const n = {};
10170
10170
  return r;
10171
10171
  function r(w) {
@@ -10191,7 +10191,7 @@ function _m(e) {
10191
10191
  }
10192
10192
  for (Se = -1; ++Se < w.length; ) {
10193
10193
  const nt = t[w[Se][0]];
10194
- uc.call(nt, w[Se][1].type) && nt[w[Se][1].type].call(
10194
+ oc.call(nt, w[Se][1].type) && nt[w[Se][1].type].call(
10195
10195
  Object.assign(
10196
10196
  { sliceSerialize: w[Se][2].sliceSerialize },
10197
10197
  G
@@ -10485,7 +10485,7 @@ function _m(e) {
10485
10485
  const R = this.sliceSerialize(w), G = this.data.characterReferenceType;
10486
10486
  let me;
10487
10487
  if (G)
10488
- me = Ku(
10488
+ me = Qu(
10489
10489
  R,
10490
10490
  G === p.characterReferenceMarkerNumeric ? K.numericBaseDecimal : K.numericBaseHexadecimal
10491
10491
  ), this.data.characterReferenceType = void 0;
@@ -10580,17 +10580,17 @@ function _m(e) {
10580
10580
  function $t(e) {
10581
10581
  return { line: e.line, column: e.column, offset: e.offset };
10582
10582
  }
10583
- function cc(e, t) {
10583
+ function uc(e, t) {
10584
10584
  let n = -1;
10585
10585
  for (; ++n < t.length; ) {
10586
10586
  const r = t[n];
10587
- Array.isArray(r) ? cc(e, r) : vm(e, r);
10587
+ Array.isArray(r) ? uc(e, r) : vm(e, r);
10588
10588
  }
10589
10589
  }
10590
10590
  function vm(e, t) {
10591
10591
  let n;
10592
10592
  for (n in t)
10593
- if (uc.call(t, n))
10593
+ if (oc.call(t, n))
10594
10594
  switch (n) {
10595
10595
  case "canContainEols": {
10596
10596
  const r = t[n];
@@ -10715,7 +10715,7 @@ function Pm(e, t) {
10715
10715
  return e.patch(t, n), e.applyData(t, n);
10716
10716
  }
10717
10717
  }
10718
- function lc(e, t) {
10718
+ function cc(e, t) {
10719
10719
  const n = t.referenceType;
10720
10720
  let r = "]";
10721
10721
  if (n === "collapsed" ? r += "[]" : n === "full" && (r += "[" + (t.label || t.identifier) + "]"), t.type === "imageReference")
@@ -10728,7 +10728,7 @@ function lc(e, t) {
10728
10728
  function Mm(e, t) {
10729
10729
  const n = String(t.identifier).toUpperCase(), r = e.definitionById.get(n);
10730
10730
  if (!r)
10731
- return lc(e, t);
10731
+ return cc(e, t);
10732
10732
  const a = { src: kn(r.url || ""), alt: t.alt };
10733
10733
  r.title !== null && r.title !== void 0 && (a.title = r.title);
10734
10734
  const i = { type: "element", tagName: "img", properties: a, children: [] };
@@ -10754,7 +10754,7 @@ function Fm(e, t) {
10754
10754
  function Hm(e, t) {
10755
10755
  const n = String(t.identifier).toUpperCase(), r = e.definitionById.get(n);
10756
10756
  if (!r)
10757
- return lc(e, t);
10757
+ return cc(e, t);
10758
10758
  const a = { href: kn(r.url || "") };
10759
10759
  r.title !== null && r.title !== void 0 && (a.title = r.title);
10760
10760
  const i = {
@@ -10777,7 +10777,7 @@ function Um(e, t) {
10777
10777
  return e.patch(t, r), e.applyData(t, r);
10778
10778
  }
10779
10779
  function jm(e, t, n) {
10780
- const r = e.all(t), a = n ? Vm(n) : dc(t), i = {}, s = [];
10780
+ const r = e.all(t), a = n ? Vm(n) : lc(t), i = {}, s = [];
10781
10781
  if (typeof t.checked == "boolean") {
10782
10782
  const d = r[0];
10783
10783
  let f;
@@ -10807,11 +10807,11 @@ function Vm(e) {
10807
10807
  const n = e.children;
10808
10808
  let r = -1;
10809
10809
  for (; !t && ++r < n.length; )
10810
- t = dc(n[r]);
10810
+ t = lc(n[r]);
10811
10811
  }
10812
10812
  return t;
10813
10813
  }
10814
- function dc(e) {
10814
+ function lc(e) {
10815
10815
  const t = e.spread;
10816
10816
  return t ?? e.children.length > 1;
10817
10817
  }
@@ -10982,14 +10982,14 @@ const Zm = {
10982
10982
  };
10983
10983
  function Ar() {
10984
10984
  }
10985
- const fc = -1, Zr = 0, kr = 1, Pr = 2, ki = 3, Pi = 4, Mi = 5, Bi = 6, hc = 7, mc = 8, to = typeof self == "object" ? self : globalThis, ep = (e, t) => {
10985
+ const dc = -1, Zr = 0, kr = 1, Pr = 2, ki = 3, Pi = 4, Mi = 5, Bi = 6, fc = 7, hc = 8, to = typeof self == "object" ? self : globalThis, ep = (e, t) => {
10986
10986
  const n = (a, i) => (e.set(i, a), a), r = (a) => {
10987
10987
  if (e.has(a))
10988
10988
  return e.get(a);
10989
10989
  const [i, s] = t[a];
10990
10990
  switch (i) {
10991
10991
  case Zr:
10992
- case fc:
10992
+ case dc:
10993
10993
  return n(s, a);
10994
10994
  case kr: {
10995
10995
  const u = n([], a);
@@ -11021,11 +11021,11 @@ const fc = -1, Zr = 0, kr = 1, Pr = 2, ki = 3, Pi = 4, Mi = 5, Bi = 6, hc = 7, m
11021
11021
  u.add(r(c));
11022
11022
  return u;
11023
11023
  }
11024
- case hc: {
11024
+ case fc: {
11025
11025
  const { name: u, message: c } = s;
11026
11026
  return n(new to[u](c), a);
11027
11027
  }
11028
- case mc:
11028
+ case hc:
11029
11029
  return n(BigInt(s), a);
11030
11030
  case "BigInt":
11031
11031
  return n(Object(BigInt(s)), a);
@@ -11052,7 +11052,7 @@ const fc = -1, Zr = 0, kr = 1, Pr = 2, ki = 3, Pi = 4, Mi = 5, Bi = 6, hc = 7, m
11052
11052
  case "Set":
11053
11053
  return [Bi, Tn];
11054
11054
  }
11055
- return n.includes("Array") ? [kr, n] : n.includes("Error") ? [hc, n] : [Pr, n];
11055
+ return n.includes("Array") ? [kr, n] : n.includes("Error") ? [fc, n] : [Pr, n];
11056
11056
  }, Sr = ([e, t]) => e === Zr && (t === "function" || t === "symbol"), rp = (e, t, n, r) => {
11057
11057
  const a = (s, u) => {
11058
11058
  const c = r.push(s) - 1;
@@ -11066,7 +11066,7 @@ const fc = -1, Zr = 0, kr = 1, Pr = 2, ki = 3, Pi = 4, Mi = 5, Bi = 6, hc = 7, m
11066
11066
  let d = s;
11067
11067
  switch (c) {
11068
11068
  case "bigint":
11069
- u = mc, d = s.toString();
11069
+ u = hc, d = s.toString();
11070
11070
  break;
11071
11071
  case "function":
11072
11072
  case "symbol":
@@ -11075,7 +11075,7 @@ const fc = -1, Zr = 0, kr = 1, Pr = 2, ki = 3, Pi = 4, Mi = 5, Bi = 6, hc = 7, m
11075
11075
  d = null;
11076
11076
  break;
11077
11077
  case "undefined":
11078
- return a([fc], s);
11078
+ return a([dc], s);
11079
11079
  }
11080
11080
  return a([u, d], s);
11081
11081
  }
@@ -11215,7 +11215,7 @@ function sp(e) {
11215
11215
  ]
11216
11216
  };
11217
11217
  }
11218
- const pc = (
11218
+ const mc = (
11219
11219
  // Note: overloads in JSDoc can’t yet use different `@template`s.
11220
11220
  /**
11221
11221
  * @type {(
@@ -11246,7 +11246,7 @@ function op(e) {
11246
11246
  const t = [];
11247
11247
  let n = -1;
11248
11248
  for (; ++n < e.length; )
11249
- t[n] = pc(e[n]);
11249
+ t[n] = mc(e[n]);
11250
11250
  return ea(r);
11251
11251
  function r(...a) {
11252
11252
  let i = -1;
@@ -11296,11 +11296,11 @@ function lp() {
11296
11296
  function dp(e) {
11297
11297
  return e !== null && typeof e == "object" && "type" in e;
11298
11298
  }
11299
- const bc = [], fp = !0, ao = !1, hp = "skip";
11299
+ const pc = [], fp = !0, ao = !1, hp = "skip";
11300
11300
  function mp(e, t, n, r) {
11301
11301
  let a;
11302
11302
  typeof t == "function" && typeof n != "function" ? (r = n, n = t) : a = t;
11303
- const i = pc(a), s = r ? -1 : 1;
11303
+ const i = mc(a), s = r ? -1 : 1;
11304
11304
  u(e, void 0, [])();
11305
11305
  function u(c, l, d) {
11306
11306
  const f = (
@@ -11321,7 +11321,7 @@ function mp(e, t, n, r) {
11321
11321
  }
11322
11322
  return h;
11323
11323
  function h() {
11324
- let m = bc, _, S, O;
11324
+ let m = pc, _, S, O;
11325
11325
  if ((!t || i(c, l, d[d.length - 1] || void 0)) && (m = pp(n(c, d)), m[0] === ao))
11326
11326
  return m;
11327
11327
  if ("children" in c && c.children) {
@@ -11342,7 +11342,7 @@ function mp(e, t, n, r) {
11342
11342
  }
11343
11343
  }
11344
11344
  function pp(e) {
11345
- return Array.isArray(e) ? e : typeof e == "number" ? [fp, e] : e == null ? bc : [e];
11345
+ return Array.isArray(e) ? e : typeof e == "number" ? [fp, e] : e == null ? pc : [e];
11346
11346
  }
11347
11347
  function Fi(e, t, n, r) {
11348
11348
  let a, i, s;
@@ -11739,7 +11739,7 @@ const Na = (
11739
11739
  "dirname"
11740
11740
  ]
11741
11741
  );
11742
- class gc {
11742
+ class bc {
11743
11743
  /**
11744
11744
  * Create a new virtual file.
11745
11745
  *
@@ -12665,7 +12665,7 @@ function fo(e, t, n) {
12665
12665
  );
12666
12666
  }
12667
12667
  function _r(e) {
12668
- return jp(e) ? e : new gc(e);
12668
+ return jp(e) ? e : new bc(e);
12669
12669
  }
12670
12670
  function jp(e) {
12671
12671
  return !!(e && typeof e == "object" && "message" in e && "messages" in e);
@@ -12709,8 +12709,8 @@ const $p = "https://github.com/remarkjs/react-markdown/blob/main/changelog.md",
12709
12709
  { from: "transformImageUri", id: "#add-urltransform", to: "urlTransform" },
12710
12710
  { from: "transformLinkUri", id: "#add-urltransform", to: "urlTransform" }
12711
12711
  ];
12712
- function Ec(e) {
12713
- const t = e.allowedElements, n = e.allowElement, r = e.children || "", a = e.className, i = e.components, s = e.disallowedElements, u = e.rehypePlugins || ho, c = e.remarkPlugins || ho, l = e.remarkRehypeOptions ? { ...e.remarkRehypeOptions, ...mo } : mo, d = e.skipHtml, f = e.unwrapDisallowed, h = e.urlTransform || qp, m = Up().use(Nm).use(c).use(Cp, l).use(u), _ = new gc();
12712
+ function gc(e) {
12713
+ const t = e.allowedElements, n = e.allowElement, r = e.children || "", a = e.className, i = e.components, s = e.disallowedElements, u = e.rehypePlugins || ho, c = e.remarkPlugins || ho, l = e.remarkRehypeOptions ? { ...e.remarkRehypeOptions, ...mo } : mo, d = e.skipHtml, f = e.unwrapDisallowed, h = e.urlTransform || qp, m = Up().use(Nm).use(c).use(Cp, l).use(u), _ = new bc();
12714
12714
  typeof r == "string" ? _.value = r : ga(
12715
12715
  "Unexpected value `" + r + "` for `children` prop, expected `string`"
12716
12716
  ), t && s && ga(
@@ -12785,7 +12785,7 @@ function Wp(e, t) {
12785
12785
  };
12786
12786
  }
12787
12787
  const Xp = /* @__PURE__ */ new Set(["button", "menu", "reset", "submit"]), li = {}.hasOwnProperty;
12788
- function Tc(e, t, n) {
12788
+ function Ec(e, t, n) {
12789
12789
  const r = n && Zp(n);
12790
12790
  function a(i, s, ...u) {
12791
12791
  let c = -1, l;
@@ -12915,7 +12915,7 @@ const eb = [
12915
12915
  "solidColor",
12916
12916
  "textArea",
12917
12917
  "textPath"
12918
- ], tb = Tc(cr, "div"), nb = Tc(Kt, "g", eb);
12918
+ ], tb = Ec(cr, "div"), nb = Ec(Kt, "g", eb);
12919
12919
  function rb(e) {
12920
12920
  const t = String(e), n = [];
12921
12921
  return { toOffset: a, toPoint: r };
@@ -12962,7 +12962,7 @@ const on = {
12962
12962
  xlink: "http://www.w3.org/1999/xlink",
12963
12963
  xml: "http://www.w3.org/XML/1998/namespace",
12964
12964
  xmlns: "http://www.w3.org/2000/xmlns/"
12965
- }, xc = {}.hasOwnProperty, ab = Object.prototype;
12965
+ }, Tc = {}.hasOwnProperty, ab = Object.prototype;
12966
12966
  function ib(e, t) {
12967
12967
  const n = t || {};
12968
12968
  return Ui(
@@ -12993,7 +12993,7 @@ function Ui(e, t) {
12993
12993
  ), a = "mode" in r ? r.mode === "quirks" || r.mode === "limited-quirks" : !1;
12994
12994
  if (n = {
12995
12995
  type: "root",
12996
- children: yc(e, t.childNodes),
12996
+ children: xc(e, t.childNodes),
12997
12997
  data: { quirksMode: a }
12998
12998
  }, e.file && e.location) {
12999
12999
  const i = String(e.file), s = rb(i), u = s.toPoint(0), c = s.toPoint(i.length);
@@ -13024,7 +13024,7 @@ function Ui(e, t) {
13024
13024
  ), n;
13025
13025
  }
13026
13026
  }
13027
- function yc(e, t) {
13027
+ function xc(e, t) {
13028
13028
  let n = -1;
13029
13029
  const r = [];
13030
13030
  for (; ++n < t.length; ) {
@@ -13043,9 +13043,9 @@ function sb(e, t) {
13043
13043
  const a = {};
13044
13044
  for (; ++r < t.attrs.length; ) {
13045
13045
  const u = t.attrs[r], c = (u.prefix ? u.prefix + ":" : "") + u.name;
13046
- xc.call(ab, c) || (a[c] = u.value);
13046
+ Tc.call(ab, c) || (a[c] = u.value);
13047
13047
  }
13048
- const s = (e.schema.space === "svg" ? nb : tb)(t.tagName, a, yc(e, t.childNodes));
13048
+ const s = (e.schema.space === "svg" ? nb : tb)(t.tagName, a, xc(e, t.childNodes));
13049
13049
  if (Lr(e, t, s), s.tagName === "template") {
13050
13050
  const u = (
13051
13051
  /** @type {P5Template} */
@@ -13073,7 +13073,7 @@ function ob(e, t, n) {
13073
13073
  let s;
13074
13074
  if (n.attrs)
13075
13075
  for (s in n.attrs)
13076
- xc.call(n.attrs, s) && (i[Qr(e.schema, s).property] = Sn(
13076
+ Tc.call(n.attrs, s) && (i[Qr(e.schema, s).property] = Sn(
13077
13077
  n.attrs[s]
13078
13078
  ));
13079
13079
  A(n.startTag, "a start tag should exist");
@@ -13099,7 +13099,7 @@ function Eo(e) {
13099
13099
  return e.line && e.column ? e : void 0;
13100
13100
  }
13101
13101
  const To = {}.hasOwnProperty;
13102
- function Cc(e, t) {
13102
+ function yc(e, t) {
13103
13103
  const n = t || {};
13104
13104
  function r(a, ...i) {
13105
13105
  let s = r.invalid;
@@ -13113,10 +13113,10 @@ function Cc(e, t) {
13113
13113
  }
13114
13114
  return r.handlers = n.handlers || {}, r.invalid = n.invalid, r.unknown = n.unknown, r;
13115
13115
  }
13116
- const ub = {}, cb = {}.hasOwnProperty, Ac = Cc("type", { handlers: { root: db, element: bb, text: mb, comment: pb, doctype: hb } });
13116
+ const ub = {}, cb = {}.hasOwnProperty, Cc = yc("type", { handlers: { root: db, element: bb, text: mb, comment: pb, doctype: hb } });
13117
13117
  function lb(e, t) {
13118
13118
  const r = (t || ub).space;
13119
- return Ac(e, r === "svg" ? Kt : cr);
13119
+ return Cc(e, r === "svg" ? Kt : cr);
13120
13120
  }
13121
13121
  function db(e, t) {
13122
13122
  const n = {
@@ -13191,7 +13191,7 @@ function gb(e, t, n) {
13191
13191
  const r = Qr(e, t);
13192
13192
  if (n === !1 || n === null || n === void 0 || typeof n == "number" && Number.isNaN(n) || !n && r.boolean)
13193
13193
  return;
13194
- Array.isArray(n) && (n = r.commaSeparated ? Pu(n) : $u(n));
13194
+ Array.isArray(n) && (n = r.commaSeparated ? ku(n) : zu(n));
13195
13195
  const a = {
13196
13196
  name: r.attribute,
13197
13197
  value: n === !0 ? "" : String(n)
@@ -13207,7 +13207,7 @@ function ji(e, t, n) {
13207
13207
  const a = [];
13208
13208
  if (e)
13209
13209
  for (; ++r < e.length; ) {
13210
- const i = Ac(e[r], n);
13210
+ const i = Cc(e[r], n);
13211
13211
  i.parentNode = t, a.push(i);
13212
13212
  }
13213
13213
  return a;
@@ -13292,7 +13292,7 @@ const ut = {
13292
13292
  PUBLIC: "public",
13293
13293
  SYSTEM: "system"
13294
13294
  };
13295
- function Sc(e) {
13295
+ function Ac(e) {
13296
13296
  return e >= 55296 && e <= 57343;
13297
13297
  }
13298
13298
  function xb(e) {
@@ -13301,10 +13301,10 @@ function xb(e) {
13301
13301
  function yb(e, t) {
13302
13302
  return (e - 55296) * 1024 + 9216 + t;
13303
13303
  }
13304
- function _c(e) {
13304
+ function Sc(e) {
13305
13305
  return e !== 32 && e !== 10 && e !== 13 && e !== 9 && e !== 12 && e >= 1 && e <= 31 || e >= 127 && e <= 159;
13306
13306
  }
13307
- function vc(e) {
13307
+ function _c(e) {
13308
13308
  return e >= 64976 && e <= 65007 || Tb.has(e);
13309
13309
  }
13310
13310
  var k;
@@ -13383,10 +13383,10 @@ class Ab {
13383
13383
  if (this.pos++, this.isEol && (this.isEol = !1, this.line++, this.lineStartPos = this.pos), this.pos >= this.html.length)
13384
13384
  return this.endOfChunkHit = !this.lastChunkWritten, E.EOF;
13385
13385
  let t = this.html.charCodeAt(this.pos);
13386
- return t === E.CARRIAGE_RETURN ? (this.isEol = !0, this.skipNextNewLine = !0, E.LINE_FEED) : t === E.LINE_FEED && (this.isEol = !0, this.skipNextNewLine) ? (this.line--, this.skipNextNewLine = !1, this._addGap(), this.advance()) : (this.skipNextNewLine = !1, Sc(t) && (t = this._processSurrogate(t)), this.handler.onParseError === null || t > 31 && t < 127 || t === E.LINE_FEED || t === E.CARRIAGE_RETURN || t > 159 && t < 64976 || this._checkForProblematicCharacters(t), t);
13386
+ return t === E.CARRIAGE_RETURN ? (this.isEol = !0, this.skipNextNewLine = !0, E.LINE_FEED) : t === E.LINE_FEED && (this.isEol = !0, this.skipNextNewLine) ? (this.line--, this.skipNextNewLine = !1, this._addGap(), this.advance()) : (this.skipNextNewLine = !1, Ac(t) && (t = this._processSurrogate(t)), this.handler.onParseError === null || t > 31 && t < 127 || t === E.LINE_FEED || t === E.CARRIAGE_RETURN || t > 159 && t < 64976 || this._checkForProblematicCharacters(t), t);
13387
13387
  }
13388
13388
  _checkForProblematicCharacters(t) {
13389
- _c(t) ? this._err(k.controlCharacterInInputStream) : vc(t) && this._err(k.noncharacterInInputStream);
13389
+ Sc(t) ? this._err(k.controlCharacterInInputStream) : _c(t) && this._err(k.noncharacterInInputStream);
13390
13390
  }
13391
13391
  retreat(t) {
13392
13392
  for (this.pos -= t; this.pos < this.lastGapPos; )
@@ -13398,13 +13398,13 @@ var xe;
13398
13398
  (function(e) {
13399
13399
  e[e.CHARACTER = 0] = "CHARACTER", e[e.NULL_CHARACTER = 1] = "NULL_CHARACTER", e[e.WHITESPACE_CHARACTER = 2] = "WHITESPACE_CHARACTER", e[e.START_TAG = 3] = "START_TAG", e[e.END_TAG = 4] = "END_TAG", e[e.COMMENT = 5] = "COMMENT", e[e.DOCTYPE = 6] = "DOCTYPE", e[e.EOF = 7] = "EOF", e[e.HIBERNATION = 8] = "HIBERNATION";
13400
13400
  })(xe || (xe = {}));
13401
- function Nc(e, t) {
13401
+ function vc(e, t) {
13402
13402
  for (let n = e.attrs.length - 1; n >= 0; n--)
13403
13403
  if (e.attrs[n].name === t)
13404
13404
  return e.attrs[n].value;
13405
13405
  return null;
13406
13406
  }
13407
- const Ic = new Uint16Array(
13407
+ const Nc = new Uint16Array(
13408
13408
  // prettier-ignore
13409
13409
  'ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
13410
13410
  ), Sb = new Uint16Array(
@@ -13482,7 +13482,7 @@ var Vt;
13482
13482
  (function(e) {
13483
13483
  e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
13484
13484
  })(Vt || (Vt = {}));
13485
- class wc {
13485
+ class Ic {
13486
13486
  constructor(t, n, r) {
13487
13487
  this.decodeTree = t, this.emitCodePoint = n, this.errors = r, this.state = et.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = Vt.Strict;
13488
13488
  }
@@ -13670,9 +13670,9 @@ class wc {
13670
13670
  }
13671
13671
  }
13672
13672
  }
13673
- function Rc(e) {
13673
+ function wc(e) {
13674
13674
  let t = "";
13675
- const n = new wc(e, (r) => t += vb(r));
13675
+ const n = new Ic(e, (r) => t += vb(r));
13676
13676
  return function(a, i) {
13677
13677
  let s = 0, u = 0;
13678
13678
  for (; (u = a.indexOf("&", u)) >= 0; ) {
@@ -13712,8 +13712,8 @@ function Lb(e, t, n, r) {
13712
13712
  }
13713
13713
  return -1;
13714
13714
  }
13715
- Rc(Ic);
13716
- Rc(Sb);
13715
+ wc(Nc);
13716
+ wc(Sb);
13717
13717
  var H;
13718
13718
  (function(e) {
13719
13719
  e.HTML = "http://www.w3.org/1999/xhtml", e.MATHML = "http://www.w3.org/1998/Math/MathML", e.SVG = "http://www.w3.org/2000/svg", e.XLINK = "http://www.w3.org/1999/xlink", e.XML = "http://www.w3.org/XML/1998/namespace", e.XMLNS = "http://www.w3.org/2000/xmlns/";
@@ -13984,18 +13984,18 @@ function xo(e) {
13984
13984
  function vr(e) {
13985
13985
  return e + 32;
13986
13986
  }
13987
- function Oc(e) {
13987
+ function Rc(e) {
13988
13988
  return e === E.SPACE || e === E.LINE_FEED || e === E.TABULATION || e === E.FORM_FEED;
13989
13989
  }
13990
13990
  function yo(e) {
13991
- return Oc(e) || e === E.SOLIDUS || e === E.GREATER_THAN_SIGN;
13991
+ return Rc(e) || e === E.SOLIDUS || e === E.GREATER_THAN_SIGN;
13992
13992
  }
13993
13993
  function Bb(e) {
13994
- return e === E.NULL ? k.nullCharacterReference : e > 1114111 ? k.characterReferenceOutsideUnicodeRange : Sc(e) ? k.surrogateCharacterReference : vc(e) ? k.noncharacterCharacterReference : _c(e) || e === E.CARRIAGE_RETURN ? k.controlCharacterReference : null;
13994
+ return e === E.NULL ? k.nullCharacterReference : e > 1114111 ? k.characterReferenceOutsideUnicodeRange : Ac(e) ? k.surrogateCharacterReference : _c(e) ? k.noncharacterCharacterReference : Sc(e) || e === E.CARRIAGE_RETURN ? k.controlCharacterReference : null;
13995
13995
  }
13996
13996
  class Fb {
13997
13997
  constructor(t, n) {
13998
- this.options = t, this.handler = n, this.paused = !1, this.inLoop = !1, this.inForeignNode = !1, this.lastStartTagName = "", this.active = !1, this.state = T.DATA, this.returnState = T.DATA, this.entityStartPos = 0, this.consumedAfterSnapshot = -1, this.currentCharacterToken = null, this.currentToken = null, this.currentAttr = { name: "", value: "" }, this.preprocessor = new Ab(n), this.currentLocation = this.getCurrentLocation(-1), this.entityDecoder = new wc(Ic, (r, a) => {
13998
+ this.options = t, this.handler = n, this.paused = !1, this.inLoop = !1, this.inForeignNode = !1, this.lastStartTagName = "", this.active = !1, this.state = T.DATA, this.returnState = T.DATA, this.entityStartPos = 0, this.consumedAfterSnapshot = -1, this.currentCharacterToken = null, this.currentToken = null, this.currentAttr = { name: "", value: "" }, this.preprocessor = new Ab(n), this.currentLocation = this.getCurrentLocation(-1), this.entityDecoder = new Ic(Nc, (r, a) => {
13999
13999
  this.preprocessor.pos = this.entityStartPos + a - 1, this._flushCodePointConsumedAsCharacterReference(r);
14000
14000
  }, n.onParseError ? {
14001
14001
  missingSemicolonAfterCharacterReference: () => {
@@ -14124,7 +14124,7 @@ class Fb {
14124
14124
  _leaveAttrName() {
14125
14125
  var t, n;
14126
14126
  const r = this.currentToken;
14127
- if (Nc(r, this.currentAttr.name) === null) {
14127
+ if (vc(r, this.currentAttr.name) === null) {
14128
14128
  if (r.attrs.push(this.currentAttr), r.location && this.currentLocation) {
14129
14129
  const a = (t = (n = r.location).attrs) !== null && t !== void 0 ? t : n.attrs = /* @__PURE__ */ Object.create(null);
14130
14130
  a[this.currentAttr.name] = this.currentLocation, this._leaveAttrValue();
@@ -14191,7 +14191,7 @@ class Fb {
14191
14191
  this._createCharacterToken(t, n);
14192
14192
  }
14193
14193
  _emitCodePoint(t) {
14194
- const n = Oc(t) ? xe.WHITESPACE_CHARACTER : t === E.NULL ? xe.NULL_CHARACTER : xe.CHARACTER;
14194
+ const n = Rc(t) ? xe.WHITESPACE_CHARACTER : t === E.NULL ? xe.NULL_CHARACTER : xe.CHARACTER;
14195
14195
  this._appendCharToCurrentCharacterToken(n, String.fromCodePoint(t));
14196
14196
  }
14197
14197
  //NOTE: used when we emit characters explicitly.
@@ -15883,8 +15883,8 @@ class Fb {
15883
15883
  xo(t) ? this._flushCodePointConsumedAsCharacterReference(t) : (t === E.SEMICOLON && this._err(k.unknownNamedCharacterReference), this.state = this.returnState, this._callState(t));
15884
15884
  }
15885
15885
  }
15886
- const Lc = /* @__PURE__ */ new Set([o.DD, o.DT, o.LI, o.OPTGROUP, o.OPTION, o.P, o.RB, o.RP, o.RT, o.RTC]), Co = /* @__PURE__ */ new Set([
15887
- ...Lc,
15886
+ const Oc = /* @__PURE__ */ new Set([o.DD, o.DT, o.LI, o.OPTGROUP, o.OPTION, o.P, o.RB, o.RP, o.RT, o.RTC]), Co = /* @__PURE__ */ new Set([
15887
+ ...Oc,
15888
15888
  o.CAPTION,
15889
15889
  o.COLGROUP,
15890
15890
  o.TBODY,
@@ -16107,7 +16107,7 @@ class Yb {
16107
16107
  }
16108
16108
  //Implied end tags
16109
16109
  generateImpliedEndTags() {
16110
- for (; Lc.has(this.currentTagId); )
16110
+ for (; Oc.has(this.currentTagId); )
16111
16111
  this.pop();
16112
16112
  }
16113
16113
  generateImpliedEndTagsThoroughly() {
@@ -16357,7 +16357,7 @@ const Gt = {
16357
16357
  updateNodeSourceCodeLocation(e, t) {
16358
16358
  e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t };
16359
16359
  }
16360
- }, Dc = "html", qb = "about:legacy-compat", Wb = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", kc = [
16360
+ }, Lc = "html", qb = "about:legacy-compat", Wb = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", Dc = [
16361
16361
  "+//silmaril//dtd html pro v0r11 19970101//",
16362
16362
  "-//as//dtd html 3.0 aswedit + extensions//",
16363
16363
  "-//advasoft ltd//dtd html 3.0 aswedit + extensions//",
@@ -16414,15 +16414,15 @@ const Gt = {
16414
16414
  "-//webtechs//dtd mozilla html 2.0//",
16415
16415
  "-//webtechs//dtd mozilla html//"
16416
16416
  ], Xb = [
16417
- ...kc,
16417
+ ...Dc,
16418
16418
  "-//w3c//dtd html 4.01 frameset//",
16419
16419
  "-//w3c//dtd html 4.01 transitional//"
16420
16420
  ], Qb = /* @__PURE__ */ new Set([
16421
16421
  "-//w3o//dtd w3 html strict 3.0//en//",
16422
16422
  "-/w3c/dtd html 4.0 transitional/en",
16423
16423
  "html"
16424
- ]), Pc = ["-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//"], Kb = [
16425
- ...Pc,
16424
+ ]), kc = ["-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//"], Kb = [
16425
+ ...kc,
16426
16426
  "-//w3c//dtd html 4.01 frameset//",
16427
16427
  "-//w3c//dtd html 4.01 transitional//"
16428
16428
  ];
@@ -16430,10 +16430,10 @@ function vo(e, t) {
16430
16430
  return t.some((n) => e.startsWith(n));
16431
16431
  }
16432
16432
  function Jb(e) {
16433
- return e.name === Dc && e.publicId === null && (e.systemId === null || e.systemId === qb);
16433
+ return e.name === Lc && e.publicId === null && (e.systemId === null || e.systemId === qb);
16434
16434
  }
16435
16435
  function Zb(e) {
16436
- if (e.name !== Dc)
16436
+ if (e.name !== Lc)
16437
16437
  return Et.QUIRKS;
16438
16438
  const { systemId: t } = e;
16439
16439
  if (t && t.toLowerCase() === Wb)
@@ -16442,10 +16442,10 @@ function Zb(e) {
16442
16442
  if (n !== null) {
16443
16443
  if (n = n.toLowerCase(), Qb.has(n))
16444
16444
  return Et.QUIRKS;
16445
- let r = t === null ? Xb : kc;
16445
+ let r = t === null ? Xb : Dc;
16446
16446
  if (vo(n, r))
16447
16447
  return Et.QUIRKS;
16448
- if (r = t === null ? Pc : Kb, vo(n, r))
16448
+ if (r = t === null ? kc : Kb, vo(n, r))
16449
16449
  return Et.LIMITED_QUIRKS;
16450
16450
  }
16451
16451
  return Et.NO_QUIRKS;
@@ -16611,14 +16611,14 @@ function sg(e) {
16611
16611
  const t = e.tagID;
16612
16612
  return t === o.FONT && e.attrs.some(({ name: r }) => r === un.COLOR || r === un.SIZE || r === un.FACE) || ig.has(t);
16613
16613
  }
16614
- function Mc(e) {
16614
+ function Pc(e) {
16615
16615
  for (let t = 0; t < e.attrs.length; t++)
16616
16616
  if (e.attrs[t].name === eg) {
16617
16617
  e.attrs[t].name = tg;
16618
16618
  break;
16619
16619
  }
16620
16620
  }
16621
- function Bc(e) {
16621
+ function Mc(e) {
16622
16622
  for (let t = 0; t < e.attrs.length; t++) {
16623
16623
  const n = ng.get(e.attrs[t].name);
16624
16624
  n != null && (e.attrs[t].name = n);
@@ -16662,7 +16662,7 @@ const mg = {
16662
16662
  endLine: -1,
16663
16663
  endCol: -1,
16664
16664
  endOffset: -1
16665
- }, Fc = /* @__PURE__ */ new Set([o.TABLE, o.TBODY, o.TFOOT, o.THEAD, o.TR]), Io = {
16665
+ }, Bc = /* @__PURE__ */ new Set([o.TABLE, o.TBODY, o.TFOOT, o.THEAD, o.TR]), Io = {
16666
16666
  scriptingEnabled: !0,
16667
16667
  sourceCodeLocationInfo: !1,
16668
16668
  treeAdapter: Gt,
@@ -17031,7 +17031,7 @@ class wo {
17031
17031
  //Foster parenting
17032
17032
  /** @protected */
17033
17033
  _isElementCausesFosterParenting(t) {
17034
- return Fc.has(t);
17034
+ return Bc.has(t);
17035
17035
  }
17036
17036
  /** @protected */
17037
17037
  _shouldFosterParentOnInsertion() {
@@ -17101,7 +17101,7 @@ class wo {
17101
17101
  case y.IN_CAPTION:
17102
17102
  case y.IN_CELL:
17103
17103
  case y.IN_TEMPLATE: {
17104
- Uc(this, t);
17104
+ Hc(this, t);
17105
17105
  break;
17106
17106
  }
17107
17107
  case y.TEXT:
@@ -17117,7 +17117,7 @@ class wo {
17117
17117
  break;
17118
17118
  }
17119
17119
  case y.IN_TABLE_TEXT: {
17120
- Gc(this, t);
17120
+ Yc(this, t);
17121
17121
  break;
17122
17122
  }
17123
17123
  case y.IN_COLUMN_GROUP: {
@@ -17330,7 +17330,7 @@ class wo {
17330
17330
  break;
17331
17331
  }
17332
17332
  case y.IN_SELECT: {
17333
- Xc(this, t);
17333
+ Wc(this, t);
17334
17334
  break;
17335
17335
  }
17336
17336
  case y.IN_SELECT_IN_TABLE: {
@@ -17423,7 +17423,7 @@ class wo {
17423
17423
  break;
17424
17424
  }
17425
17425
  case y.IN_ROW: {
17426
- Wc(this, t);
17426
+ qc(this, t);
17427
17427
  break;
17428
17428
  }
17429
17429
  case y.IN_CELL: {
@@ -17431,7 +17431,7 @@ class wo {
17431
17431
  break;
17432
17432
  }
17433
17433
  case y.IN_SELECT: {
17434
- Qc(this, t);
17434
+ Xc(this, t);
17435
17435
  break;
17436
17436
  }
17437
17437
  case y.IN_SELECT_IN_TABLE: {
@@ -17443,7 +17443,7 @@ class wo {
17443
17443
  break;
17444
17444
  }
17445
17445
  case y.AFTER_BODY: {
17446
- Jc(this, t);
17446
+ Kc(this, t);
17447
17447
  break;
17448
17448
  }
17449
17449
  case y.IN_FRAMESET: {
@@ -17496,7 +17496,7 @@ class wo {
17496
17496
  case y.IN_CELL:
17497
17497
  case y.IN_SELECT:
17498
17498
  case y.IN_SELECT_IN_TABLE: {
17499
- $c(this, t);
17499
+ zc(this, t);
17500
17500
  break;
17501
17501
  }
17502
17502
  case y.TEXT: {
@@ -17508,7 +17508,7 @@ class wo {
17508
17508
  break;
17509
17509
  }
17510
17510
  case y.IN_TEMPLATE: {
17511
- Kc(this, t);
17511
+ Qc(this, t);
17512
17512
  break;
17513
17513
  }
17514
17514
  case y.AFTER_BODY:
@@ -17552,7 +17552,7 @@ class wo {
17552
17552
  case y.AFTER_BODY:
17553
17553
  case y.AFTER_AFTER_BODY:
17554
17554
  case y.AFTER_AFTER_FRAMESET: {
17555
- Hc(this, t);
17555
+ Fc(this, t);
17556
17556
  break;
17557
17557
  }
17558
17558
  case y.IN_TABLE:
@@ -17562,7 +17562,7 @@ class wo {
17562
17562
  break;
17563
17563
  }
17564
17564
  case y.IN_TABLE_TEXT: {
17565
- Yc(this, t);
17565
+ $c(this, t);
17566
17566
  break;
17567
17567
  }
17568
17568
  }
@@ -17570,7 +17570,7 @@ class wo {
17570
17570
  }
17571
17571
  function pg(e, t) {
17572
17572
  let n = e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);
17573
- return n ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), n = null) : zc(e, t), n;
17573
+ return n ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), n = null) : Vc(e, t), n;
17574
17574
  }
17575
17575
  function bg(e, t) {
17576
17576
  let n = null, r = e.openElements.stackTop;
@@ -17851,11 +17851,11 @@ function Jn(e, t) {
17851
17851
  function ta(e, t) {
17852
17852
  switch (t.type) {
17853
17853
  case xe.CHARACTER: {
17854
- Uc(e, t);
17854
+ Hc(e, t);
17855
17855
  break;
17856
17856
  }
17857
17857
  case xe.WHITESPACE_CHARACTER: {
17858
- Hc(e, t);
17858
+ Fc(e, t);
17859
17859
  break;
17860
17860
  }
17861
17861
  case xe.COMMENT: {
@@ -17871,15 +17871,15 @@ function ta(e, t) {
17871
17871
  break;
17872
17872
  }
17873
17873
  case xe.EOF: {
17874
- $c(e, t);
17874
+ zc(e, t);
17875
17875
  break;
17876
17876
  }
17877
17877
  }
17878
17878
  }
17879
- function Hc(e, t) {
17879
+ function Fc(e, t) {
17880
17880
  e._reconstructActiveFormattingElements(), e._insertCharacters(t);
17881
17881
  }
17882
- function Uc(e, t) {
17882
+ function Hc(e, t) {
17883
17883
  e._reconstructActiveFormattingElements(), e._insertCharacters(t), e.framesetOk = !1;
17884
17884
  }
17885
17885
  function Dg(e, t) {
@@ -17942,15 +17942,15 @@ function Gg(e, t) {
17942
17942
  function qg(e, t) {
17943
17943
  e.treeAdapter.getDocumentMode(e.document) !== Et.QUIRKS && e.openElements.hasInButtonScope(o.P) && e._closePElement(), e._insertElement(t, H.HTML), e.framesetOk = !1, e.insertionMode = y.IN_TABLE;
17944
17944
  }
17945
- function jc(e, t) {
17945
+ function Uc(e, t) {
17946
17946
  e._reconstructActiveFormattingElements(), e._appendElement(t, H.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
17947
17947
  }
17948
- function Vc(e) {
17949
- const t = Nc(e, un.TYPE);
17948
+ function jc(e) {
17949
+ const t = vc(e, un.TYPE);
17950
17950
  return t != null && t.toLowerCase() === dg;
17951
17951
  }
17952
17952
  function Wg(e, t) {
17953
- e._reconstructActiveFormattingElements(), e._appendElement(t, H.HTML), Vc(t) || (e.framesetOk = !1), t.ackSelfClosing = !0;
17953
+ e._reconstructActiveFormattingElements(), e._appendElement(t, H.HTML), jc(t) || (e.framesetOk = !1), t.ackSelfClosing = !0;
17954
17954
  }
17955
17955
  function Xg(e, t) {
17956
17956
  e._appendElement(t, H.HTML), t.ackSelfClosing = !0;
@@ -17959,7 +17959,7 @@ function Qg(e, t) {
17959
17959
  e.openElements.hasInButtonScope(o.P) && e._closePElement(), e._appendElement(t, H.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
17960
17960
  }
17961
17961
  function Kg(e, t) {
17962
- t.tagName = N.IMG, t.tagID = o.IMG, jc(e, t);
17962
+ t.tagName = N.IMG, t.tagID = o.IMG, Uc(e, t);
17963
17963
  }
17964
17964
  function Jg(e, t) {
17965
17965
  e._insertElement(t, H.HTML), e.skipNextNewLine = !0, e.tokenizer.state = qe.RCDATA, e.originalInsertionMode = e.insertionMode, e.framesetOk = !1, e.insertionMode = y.TEXT;
@@ -17986,10 +17986,10 @@ function a1(e, t) {
17986
17986
  e.openElements.hasInScope(o.RUBY) && e.openElements.generateImpliedEndTagsWithExclusion(o.RTC), e._insertElement(t, H.HTML);
17987
17987
  }
17988
17988
  function i1(e, t) {
17989
- e._reconstructActiveFormattingElements(), Mc(t), Vi(t), t.selfClosing ? e._appendElement(t, H.MATHML) : e._insertElement(t, H.MATHML), t.ackSelfClosing = !0;
17989
+ e._reconstructActiveFormattingElements(), Pc(t), Vi(t), t.selfClosing ? e._appendElement(t, H.MATHML) : e._insertElement(t, H.MATHML), t.ackSelfClosing = !0;
17990
17990
  }
17991
17991
  function s1(e, t) {
17992
- e._reconstructActiveFormattingElements(), Bc(t), Vi(t), t.selfClosing ? e._appendElement(t, H.SVG) : e._insertElement(t, H.SVG), t.ackSelfClosing = !0;
17992
+ e._reconstructActiveFormattingElements(), Mc(t), Vi(t), t.selfClosing ? e._appendElement(t, H.SVG) : e._insertElement(t, H.SVG), t.ackSelfClosing = !0;
17993
17993
  }
17994
17994
  function Oo(e, t) {
17995
17995
  e._reconstructActiveFormattingElements(), e._insertElement(t, H.HTML);
@@ -18064,7 +18064,7 @@ function at(e, t) {
18064
18064
  case o.AREA:
18065
18065
  case o.EMBED:
18066
18066
  case o.KEYGEN: {
18067
- jc(e, t);
18067
+ Uc(e, t);
18068
18068
  break;
18069
18069
  }
18070
18070
  case o.HR: {
@@ -18211,7 +18211,7 @@ function o1(e, t) {
18211
18211
  }
18212
18212
  }
18213
18213
  function u1(e, t) {
18214
- e.openElements.hasInScope(o.BODY) && (e.insertionMode = y.AFTER_BODY, Jc(e, t));
18214
+ e.openElements.hasInScope(o.BODY) && (e.insertionMode = y.AFTER_BODY, Kc(e, t));
18215
18215
  }
18216
18216
  function c1(e, t) {
18217
18217
  const n = t.tagID;
@@ -18241,7 +18241,7 @@ function p1(e, t) {
18241
18241
  function b1(e) {
18242
18242
  e._reconstructActiveFormattingElements(), e._insertFakeElement(N.BR, o.BR), e.openElements.pop(), e.framesetOk = !1;
18243
18243
  }
18244
- function zc(e, t) {
18244
+ function Vc(e, t) {
18245
18245
  const n = t.tagName, r = t.tagID;
18246
18246
  for (let a = e.openElements.stackTop; a > 0; a--) {
18247
18247
  const i = e.openElements.items[a], s = e.openElements.tagIDs[a];
@@ -18351,11 +18351,11 @@ function na(e, t) {
18351
18351
  break;
18352
18352
  }
18353
18353
  default:
18354
- zc(e, t);
18354
+ Vc(e, t);
18355
18355
  }
18356
18356
  }
18357
- function $c(e, t) {
18358
- e.tmplInsertionModeStack.length > 0 ? Kc(e, t) : $i(e, t);
18357
+ function zc(e, t) {
18358
+ e.tmplInsertionModeStack.length > 0 ? Qc(e, t) : $i(e, t);
18359
18359
  }
18360
18360
  function g1(e, t) {
18361
18361
  var n;
@@ -18365,14 +18365,14 @@ function E1(e, t) {
18365
18365
  e._err(t, k.eofInElementThatCanContainOnlyText), e.openElements.pop(), e.insertionMode = e.originalInsertionMode, e.onEof(t);
18366
18366
  }
18367
18367
  function Pa(e, t) {
18368
- if (Fc.has(e.openElements.currentTagId))
18368
+ if (Bc.has(e.openElements.currentTagId))
18369
18369
  switch (e.pendingCharacterTokens.length = 0, e.hasNonWhitespacePendingCharacterToken = !1, e.originalInsertionMode = e.insertionMode, e.insertionMode = y.IN_TABLE_TEXT, t.type) {
18370
18370
  case xe.CHARACTER: {
18371
- Gc(e, t);
18371
+ Yc(e, t);
18372
18372
  break;
18373
18373
  }
18374
18374
  case xe.WHITESPACE_CHARACTER: {
18375
- Yc(e, t);
18375
+ $c(e, t);
18376
18376
  break;
18377
18377
  }
18378
18378
  }
@@ -18398,7 +18398,7 @@ function S1(e, t) {
18398
18398
  e.openElements.hasInTableScope(o.TABLE) && (e.openElements.popUntilTagNamePopped(o.TABLE), e._resetInsertionMode(), e._processStartTag(t));
18399
18399
  }
18400
18400
  function _1(e, t) {
18401
- Vc(t) ? e._appendElement(t, H.HTML) : dr(e, t), t.ackSelfClosing = !0;
18401
+ jc(t) ? e._appendElement(t, H.HTML) : dr(e, t), t.ackSelfClosing = !0;
18402
18402
  }
18403
18403
  function v1(e, t) {
18404
18404
  !e.formElement && e.openElements.tmplCount === 0 && (e._insertElement(t, H.HTML), e.formElement = e.openElements.current, e.openElements.pop());
@@ -18481,10 +18481,10 @@ function dr(e, t) {
18481
18481
  const n = e.fosterParentingEnabled;
18482
18482
  e.fosterParentingEnabled = !0, ta(e, t), e.fosterParentingEnabled = n;
18483
18483
  }
18484
- function Yc(e, t) {
18484
+ function $c(e, t) {
18485
18485
  e.pendingCharacterTokens.push(t);
18486
18486
  }
18487
- function Gc(e, t) {
18487
+ function Yc(e, t) {
18488
18488
  e.pendingCharacterTokens.push(t), e.hasNonWhitespacePendingCharacterToken = !0;
18489
18489
  }
18490
18490
  function jn(e, t) {
@@ -18497,10 +18497,10 @@ function jn(e, t) {
18497
18497
  e._insertCharacters(e.pendingCharacterTokens[n]);
18498
18498
  e.insertionMode = e.originalInsertionMode, e._processToken(t);
18499
18499
  }
18500
- const qc = /* @__PURE__ */ new Set([o.CAPTION, o.COL, o.COLGROUP, o.TBODY, o.TD, o.TFOOT, o.TH, o.THEAD, o.TR]);
18500
+ const Gc = /* @__PURE__ */ new Set([o.CAPTION, o.COL, o.COLGROUP, o.TBODY, o.TD, o.TFOOT, o.TH, o.THEAD, o.TR]);
18501
18501
  function N1(e, t) {
18502
18502
  const n = t.tagID;
18503
- qc.has(n) ? e.openElements.hasInTableScope(o.CAPTION) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(o.CAPTION), e.activeFormattingElements.clearToLastMarker(), e.insertionMode = y.IN_TABLE, On(e, t)) : at(e, t);
18503
+ Gc.has(n) ? e.openElements.hasInTableScope(o.CAPTION) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(o.CAPTION), e.activeFormattingElements.clearToLastMarker(), e.insertionMode = y.IN_TABLE, On(e, t)) : at(e, t);
18504
18504
  }
18505
18505
  function I1(e, t) {
18506
18506
  const n = t.tagID;
@@ -18633,7 +18633,7 @@ function aa(e, t) {
18633
18633
  On(e, t);
18634
18634
  }
18635
18635
  }
18636
- function Wc(e, t) {
18636
+ function qc(e, t) {
18637
18637
  switch (t.tagID) {
18638
18638
  case o.TR: {
18639
18639
  e.openElements.hasInTableScope(o.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), e.insertionMode = y.IN_TABLE_BODY);
@@ -18663,7 +18663,7 @@ function Wc(e, t) {
18663
18663
  }
18664
18664
  function R1(e, t) {
18665
18665
  const n = t.tagID;
18666
- qc.has(n) ? (e.openElements.hasInTableScope(o.TD) || e.openElements.hasInTableScope(o.TH)) && (e._closeTableCell(), aa(e, t)) : at(e, t);
18666
+ Gc.has(n) ? (e.openElements.hasInTableScope(o.TD) || e.openElements.hasInTableScope(o.TH)) && (e._closeTableCell(), aa(e, t)) : at(e, t);
18667
18667
  }
18668
18668
  function O1(e, t) {
18669
18669
  const n = t.tagID;
@@ -18678,7 +18678,7 @@ function O1(e, t) {
18678
18678
  case o.TFOOT:
18679
18679
  case o.THEAD:
18680
18680
  case o.TR: {
18681
- e.openElements.hasInTableScope(n) && (e._closeTableCell(), Wc(e, t));
18681
+ e.openElements.hasInTableScope(n) && (e._closeTableCell(), qc(e, t));
18682
18682
  break;
18683
18683
  }
18684
18684
  case o.BODY:
@@ -18691,7 +18691,7 @@ function O1(e, t) {
18691
18691
  na(e, t);
18692
18692
  }
18693
18693
  }
18694
- function Xc(e, t) {
18694
+ function Wc(e, t) {
18695
18695
  switch (t.tagID) {
18696
18696
  case o.HTML: {
18697
18697
  at(e, t);
@@ -18723,7 +18723,7 @@ function Xc(e, t) {
18723
18723
  }
18724
18724
  }
18725
18725
  }
18726
- function Qc(e, t) {
18726
+ function Xc(e, t) {
18727
18727
  switch (t.tagID) {
18728
18728
  case o.OPTGROUP: {
18729
18729
  e.openElements.stackTop > 0 && e.openElements.currentTagId === o.OPTION && e.openElements.tagIDs[e.openElements.stackTop - 1] === o.OPTGROUP && e.openElements.pop(), e.openElements.currentTagId === o.OPTGROUP && e.openElements.pop();
@@ -18745,11 +18745,11 @@ function Qc(e, t) {
18745
18745
  }
18746
18746
  function L1(e, t) {
18747
18747
  const n = t.tagID;
18748
- n === o.CAPTION || n === o.TABLE || n === o.TBODY || n === o.TFOOT || n === o.THEAD || n === o.TR || n === o.TD || n === o.TH ? (e.openElements.popUntilTagNamePopped(o.SELECT), e._resetInsertionMode(), e._processStartTag(t)) : Xc(e, t);
18748
+ n === o.CAPTION || n === o.TABLE || n === o.TBODY || n === o.TFOOT || n === o.THEAD || n === o.TR || n === o.TD || n === o.TH ? (e.openElements.popUntilTagNamePopped(o.SELECT), e._resetInsertionMode(), e._processStartTag(t)) : Wc(e, t);
18749
18749
  }
18750
18750
  function D1(e, t) {
18751
18751
  const n = t.tagID;
18752
- n === o.CAPTION || n === o.TABLE || n === o.TBODY || n === o.TFOOT || n === o.THEAD || n === o.TR || n === o.TD || n === o.TH ? e.openElements.hasInTableScope(n) && (e.openElements.popUntilTagNamePopped(o.SELECT), e._resetInsertionMode(), e.onEndTag(t)) : Qc(e, t);
18752
+ n === o.CAPTION || n === o.TABLE || n === o.TBODY || n === o.TFOOT || n === o.THEAD || n === o.TR || n === o.TD || n === o.TH ? e.openElements.hasInTableScope(n) && (e.openElements.popUntilTagNamePopped(o.SELECT), e._resetInsertionMode(), e.onEndTag(t)) : Xc(e, t);
18753
18753
  }
18754
18754
  function k1(e, t) {
18755
18755
  switch (t.tagID) {
@@ -18796,13 +18796,13 @@ function k1(e, t) {
18796
18796
  function P1(e, t) {
18797
18797
  t.tagID === o.TEMPLATE && mn(e, t);
18798
18798
  }
18799
- function Kc(e, t) {
18799
+ function Qc(e, t) {
18800
18800
  e.openElements.tmplCount > 0 ? (e.openElements.popUntilTagNamePopped(o.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode(), e.onEof(t)) : $i(e, t);
18801
18801
  }
18802
18802
  function M1(e, t) {
18803
18803
  t.tagID === o.HTML ? at(e, t) : Fr(e, t);
18804
18804
  }
18805
- function Jc(e, t) {
18805
+ function Kc(e, t) {
18806
18806
  var n;
18807
18807
  if (t.tagID === o.HTML) {
18808
18808
  if (e.fragmentContext || (e.insertionMode = y.AFTER_AFTER_BODY), e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === o.HTML) {
@@ -18878,21 +18878,21 @@ function z1(e, t) {
18878
18878
  function $1(e, t) {
18879
18879
  e._insertCharacters(t), e.framesetOk = !1;
18880
18880
  }
18881
- function Zc(e) {
18881
+ function Jc(e) {
18882
18882
  for (; e.treeAdapter.getNamespaceURI(e.openElements.current) !== H.HTML && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); )
18883
18883
  e.openElements.pop();
18884
18884
  }
18885
18885
  function Y1(e, t) {
18886
18886
  if (sg(t))
18887
- Zc(e), e._startTagOutsideForeignContent(t);
18887
+ Jc(e), e._startTagOutsideForeignContent(t);
18888
18888
  else {
18889
18889
  const n = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(n);
18890
- r === H.MATHML ? Mc(t) : r === H.SVG && (og(t), Bc(t)), Vi(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), t.ackSelfClosing = !0;
18890
+ r === H.MATHML ? Pc(t) : r === H.SVG && (og(t), Mc(t)), Vi(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), t.ackSelfClosing = !0;
18891
18891
  }
18892
18892
  }
18893
18893
  function G1(e, t) {
18894
18894
  if (t.tagID === o.P || t.tagID === o.BR) {
18895
- Zc(e), e._endTagOutsideForeignContent(t);
18895
+ Jc(e), e._endTagOutsideForeignContent(t);
18896
18896
  return;
18897
18897
  }
18898
18898
  for (let n = e.openElements.stackTop; n > 0; n--) {
@@ -18916,9 +18916,9 @@ const q1 = /* @__PURE__ */ new Set([
18916
18916
  "mdxTextExpression",
18917
18917
  "mdxjsEsm"
18918
18918
  ]), Lo = { sourceCodeLocationInfo: !0, scriptingEnabled: !1 };
18919
- function el(e, t) {
18920
- const n = rE(e), r = Cc("type", {
18921
- handlers: { root: W1, element: X1, text: Q1, comment: nl, doctype: K1, raw: Z1 },
18919
+ function Zc(e, t) {
18920
+ const n = rE(e), r = yc("type", {
18921
+ handlers: { root: W1, element: X1, text: Q1, comment: tl, doctype: K1, raw: Z1 },
18922
18922
  unknown: eE
18923
18923
  }), a = {
18924
18924
  parser: n ? new wo(Lo) : wo.getFragmentParser(void 0, Lo),
@@ -18945,17 +18945,17 @@ function el(e, t) {
18945
18945
  }
18946
18946
  }), s.type === "root" && s.children.length === 1 && s.children[0].type === e.type ? s.children[0] : s;
18947
18947
  }
18948
- function tl(e, t) {
18948
+ function el(e, t) {
18949
18949
  let n = -1;
18950
18950
  if (e)
18951
18951
  for (; ++n < e.length; )
18952
18952
  t.handle(e[n]);
18953
18953
  }
18954
18954
  function W1(e, t) {
18955
- tl(e.children, t);
18955
+ el(e.children, t);
18956
18956
  }
18957
18957
  function X1(e, t) {
18958
- tE(e, t), tl(e.children, t), nE(e, t);
18958
+ tE(e, t), el(e.children, t), nE(e, t);
18959
18959
  }
18960
18960
  function Q1(e, t) {
18961
18961
  t.parser.tokenizer.state > 4 && (t.parser.tokenizer.state = 0);
@@ -18983,13 +18983,13 @@ function J1(e, t) {
18983
18983
  if ("children" in e && "children" in n) {
18984
18984
  const r = (
18985
18985
  /** @type {Root} */
18986
- el({ type: "root", children: e.children }, t.options)
18986
+ Zc({ type: "root", children: e.children }, t.options)
18987
18987
  );
18988
18988
  n.children = r.children;
18989
18989
  }
18990
- nl({ type: "comment", value: { stitch: n } }, t);
18990
+ tl({ type: "comment", value: { stitch: n } }, t);
18991
18991
  }
18992
- function nl(e, t) {
18992
+ function tl(e, t) {
18993
18993
  const n = e.value, r = {
18994
18994
  type: xe.COMMENT,
18995
18995
  data: n,
@@ -18998,7 +18998,7 @@ function nl(e, t) {
18998
18998
  Bn(t, Ht(e)), t.parser.currentToken = r, t.parser._processToken(t.parser.currentToken);
18999
18999
  }
19000
19000
  function Z1(e, t) {
19001
- if (t.parser.tokenizer.preprocessor.html = "", t.parser.tokenizer.preprocessor.pos = -1, t.parser.tokenizer.preprocessor.lastGapPos = -2, t.parser.tokenizer.preprocessor.gapStack = [], t.parser.tokenizer.preprocessor.skipNextNewLine = !1, t.parser.tokenizer.preprocessor.lastChunkWritten = !1, t.parser.tokenizer.preprocessor.endOfChunkHit = !1, t.parser.tokenizer.preprocessor.isEol = !1, rl(t, Ht(e)), t.parser.tokenizer.write(e.value, !1), t.parser.tokenizer._runParsingLoop(), t.parser.tokenizer.state === 72 || t.parser.tokenizer.state === 78) {
19001
+ if (t.parser.tokenizer.preprocessor.html = "", t.parser.tokenizer.preprocessor.pos = -1, t.parser.tokenizer.preprocessor.lastGapPos = -2, t.parser.tokenizer.preprocessor.gapStack = [], t.parser.tokenizer.preprocessor.skipNextNewLine = !1, t.parser.tokenizer.preprocessor.lastChunkWritten = !1, t.parser.tokenizer.preprocessor.endOfChunkHit = !1, t.parser.tokenizer.preprocessor.isEol = !1, nl(t, Ht(e)), t.parser.tokenizer.write(e.value, !1), t.parser.tokenizer._runParsingLoop(), t.parser.tokenizer.state === 72 || t.parser.tokenizer.state === 78) {
19002
19002
  t.parser.tokenizer.preprocessor.lastChunkWritten = !0;
19003
19003
  const n = t.parser.tokenizer._consume();
19004
19004
  t.parser.tokenizer._callState(n);
@@ -19017,11 +19017,11 @@ function eE(e, t) {
19017
19017
  }
19018
19018
  }
19019
19019
  function Bn(e, t) {
19020
- rl(e, t);
19020
+ nl(e, t);
19021
19021
  const n = e.parser.tokenizer.currentCharacterToken;
19022
19022
  n && n.location && (n.location.endLine = e.parser.tokenizer.preprocessor.line, n.location.endCol = e.parser.tokenizer.preprocessor.col + 1, n.location.endOffset = e.parser.tokenizer.preprocessor.offset + 1, e.parser.currentToken = n, e.parser._processToken(e.parser.currentToken)), e.parser.tokenizer.paused = !1, e.parser.tokenizer.inLoop = !1, e.parser.tokenizer.active = !1, e.parser.tokenizer.returnState = qe.DATA, e.parser.tokenizer.charRefCode = -1, e.parser.tokenizer.consumedAfterSnapshot = -1, e.parser.tokenizer.currentLocation = null, e.parser.tokenizer.currentCharacterToken = null, e.parser.tokenizer.currentToken = null, e.parser.tokenizer.currentAttr = { name: "", value: "" };
19023
19023
  }
19024
- function rl(e, t) {
19024
+ function nl(e, t) {
19025
19025
  if (t && t.offset !== void 0) {
19026
19026
  const n = {
19027
19027
  startLine: t.line,
@@ -19104,11 +19104,11 @@ function fr(e) {
19104
19104
  function aE(e) {
19105
19105
  return "children" in e ? Rn({ ...e, children: [] }) : Rn(e);
19106
19106
  }
19107
- function al(e) {
19107
+ function rl(e) {
19108
19108
  return function(t, n) {
19109
19109
  return (
19110
19110
  /** @type {Root} */
19111
- el(t, { ...e, file: n })
19111
+ Zc(t, { ...e, file: n })
19112
19112
  );
19113
19113
  };
19114
19114
  }
@@ -19141,7 +19141,7 @@ const iE = (e) => /* @__PURE__ */ Ke.createElement("svg", { xmlns: "http://www.w
19141
19141
  lineNumber: 34,
19142
19142
  columnNumber: 9
19143
19143
  }, void 0),
19144
- /* @__PURE__ */ M.jsxDEV("div", { children: /* @__PURE__ */ M.jsxDEV(Ec, { rehypePlugins: [al], children: e && e }, void 0, !1, {
19144
+ /* @__PURE__ */ M.jsxDEV("div", { children: /* @__PURE__ */ M.jsxDEV(gc, { rehypePlugins: [rl], children: e && e }, void 0, !1, {
19145
19145
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/ChatDisplay/Chatbox/ChatLine/chatline.UserMessage.tsx",
19146
19146
  lineNumber: 36,
19147
19147
  columnNumber: 11
@@ -19387,9 +19387,9 @@ const dE = ({ content: e, metaData: t, context: n, seenRootEl: r }) => {
19387
19387
  columnNumber: 9
19388
19388
  }, void 0),
19389
19389
  /* @__PURE__ */ M.jsxDEV("div", { children: /* @__PURE__ */ M.jsxDEV(
19390
- Ec,
19390
+ gc,
19391
19391
  {
19392
- rehypePlugins: [al],
19392
+ rehypePlugins: [rl],
19393
19393
  components: {
19394
19394
  a: ({ node: i, href: s, children: u, ...c }) => /* @__PURE__ */ M.jsxDEV(
19395
19395
  lE,
@@ -19480,7 +19480,7 @@ const dE = ({ content: e, metaData: t, context: n, seenRootEl: r }) => {
19480
19480
  };
19481
19481
  function hE(e, t, n) {
19482
19482
  let [r, a] = Oe(e || t), i = Fe(e !== void 0), s = e !== void 0;
19483
- Ye(() => {
19483
+ $e(() => {
19484
19484
  let l = i.current;
19485
19485
  l !== s && console.warn(`WARN: A component changed from ${l ? "controlled" : "uncontrolled"} to ${s ? "controlled" : "uncontrolled"}.`), i.current = s;
19486
19486
  }, [
@@ -19507,13 +19507,13 @@ function hE(e, t, n) {
19507
19507
  const Hr = {
19508
19508
  prefix: String(Math.round(Math.random() * 1e10)),
19509
19509
  current: 0
19510
- }, il = /* @__PURE__ */ $e.createContext(Hr), mE = /* @__PURE__ */ $e.createContext(!1);
19510
+ }, al = /* @__PURE__ */ Ye.createContext(Hr), mE = /* @__PURE__ */ Ye.createContext(!1);
19511
19511
  let pE = !!(typeof window < "u" && window.document && window.document.createElement), Ma = /* @__PURE__ */ new WeakMap();
19512
19512
  function bE(e = !1) {
19513
- let t = yt(il), n = Fe(null);
19513
+ let t = yt(al), n = Fe(null);
19514
19514
  if (n.current === null && !e) {
19515
19515
  var r, a;
19516
- let i = (a = $e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === null || a === void 0 || (r = a.ReactCurrentOwner) === null || r === void 0 ? void 0 : r.current;
19516
+ let i = (a = Ye.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === null || a === void 0 || (r = a.ReactCurrentOwner) === null || r === void 0 ? void 0 : r.current;
19517
19517
  if (i) {
19518
19518
  let s = Ma.get(i);
19519
19519
  s == null ? Ma.set(i, {
@@ -19526,16 +19526,16 @@ function bE(e = !1) {
19526
19526
  return n.current;
19527
19527
  }
19528
19528
  function gE(e) {
19529
- let t = yt(il);
19529
+ let t = yt(al);
19530
19530
  t === Hr && !pE && console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
19531
19531
  let n = bE(!!e), r = t === Hr && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${t.prefix}`;
19532
19532
  return e || `${r}-${n}`;
19533
19533
  }
19534
19534
  function EE(e) {
19535
- let t = $e.useId(), [n] = Oe(AE()), r = n || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${Hr.prefix}`;
19535
+ let t = Ye.useId(), [n] = Oe(AE()), r = n || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${Hr.prefix}`;
19536
19536
  return e || `${r}-${t}`;
19537
19537
  }
19538
- const TE = typeof $e.useId == "function" ? EE : gE;
19538
+ const TE = typeof Ye.useId == "function" ? EE : gE;
19539
19539
  function xE() {
19540
19540
  return !1;
19541
19541
  }
@@ -19547,22 +19547,22 @@ function CE(e) {
19547
19547
  };
19548
19548
  }
19549
19549
  function AE() {
19550
- return typeof $e.useSyncExternalStore == "function" ? $e.useSyncExternalStore(CE, xE, yE) : yt(mE);
19550
+ return typeof Ye.useSyncExternalStore == "function" ? Ye.useSyncExternalStore(CE, xE, yE) : yt(mE);
19551
19551
  }
19552
- function sl(e) {
19552
+ function il(e) {
19553
19553
  var t, n, r = "";
19554
19554
  if (typeof e == "string" || typeof e == "number") r += e;
19555
19555
  else if (typeof e == "object") if (Array.isArray(e)) {
19556
19556
  var a = e.length;
19557
- for (t = 0; t < a; t++) e[t] && (n = sl(e[t])) && (r && (r += " "), r += n);
19557
+ for (t = 0; t < a; t++) e[t] && (n = il(e[t])) && (r && (r += " "), r += n);
19558
19558
  } else for (n in e) e[n] && (r && (r += " "), r += n);
19559
19559
  return r;
19560
19560
  }
19561
19561
  function SE() {
19562
- for (var e, t, n = 0, r = "", a = arguments.length; n < a; n++) (e = arguments[n]) && (t = sl(e)) && (r && (r += " "), r += t);
19562
+ for (var e, t, n = 0, r = "", a = arguments.length; n < a; n++) (e = arguments[n]) && (t = il(e)) && (r && (r += " "), r += t);
19563
19563
  return r;
19564
19564
  }
19565
- const pn = typeof document < "u" ? $e.useLayoutEffect : () => {
19565
+ const pn = typeof document < "u" ? Ye.useLayoutEffect : () => {
19566
19566
  };
19567
19567
  function cn(e) {
19568
19568
  const t = Fe(null);
@@ -19608,7 +19608,7 @@ function jr(e) {
19608
19608
  };
19609
19609
  }, [
19610
19610
  a
19611
- ]), Ye(() => {
19611
+ ]), $e(() => {
19612
19612
  let s = r.current;
19613
19613
  s && (r.current = null, n(s));
19614
19614
  }), a;
@@ -19793,7 +19793,7 @@ function YE(e, t, n) {
19793
19793
  let r = Fe(t), a = cn(() => {
19794
19794
  n && n(r.current);
19795
19795
  });
19796
- Ye(() => {
19796
+ $e(() => {
19797
19797
  var i;
19798
19798
  let s = e == null || (i = e.current) === null || i === void 0 ? void 0 : i.form;
19799
19799
  return s?.addEventListener("reset", a), () => {
@@ -19804,7 +19804,7 @@ function YE(e, t, n) {
19804
19804
  a
19805
19805
  ]);
19806
19806
  }
19807
- const GE = $e.createContext({
19807
+ const GE = Ye.createContext({
19808
19808
  register: () => {
19809
19809
  }
19810
19810
  });
@@ -19908,13 +19908,13 @@ function $r(e) {
19908
19908
  function Tt(e) {
19909
19909
  Fn = "pointer", (e.type === "mousedown" || e.type === "pointerdown") && (dn = !0, ia("pointer", e));
19910
19910
  }
19911
- function ol(e) {
19911
+ function sl(e) {
19912
19912
  $E(e) && (dn = !0, Fn = "virtual");
19913
19913
  }
19914
- function ul(e) {
19914
+ function ol(e) {
19915
19915
  e.target === window || e.target === document || (!dn && !gi && (Fn = "virtual", ia("virtual", e)), dn = !1, gi = !1);
19916
19916
  }
19917
- function cl() {
19917
+ function ul() {
19918
19918
  dn = !1, gi = !0;
19919
19919
  }
19920
19920
  function Bo(e) {
@@ -19923,24 +19923,24 @@ function Bo(e) {
19923
19923
  let r = t.HTMLElement.prototype.focus;
19924
19924
  t.HTMLElement.prototype.focus = function() {
19925
19925
  dn = !0, r.apply(this, arguments);
19926
- }, n.addEventListener("keydown", $r, !0), n.addEventListener("keyup", $r, !0), n.addEventListener("click", ol, !0), t.addEventListener("focus", ul, !0), t.addEventListener("blur", cl, !1), typeof PointerEvent < "u" ? (n.addEventListener("pointerdown", Tt, !0), n.addEventListener("pointermove", Tt, !0), n.addEventListener("pointerup", Tt, !0)) : (n.addEventListener("mousedown", Tt, !0), n.addEventListener("mousemove", Tt, !0), n.addEventListener("mouseup", Tt, !0)), t.addEventListener("beforeunload", () => {
19927
- ll(e);
19926
+ }, n.addEventListener("keydown", $r, !0), n.addEventListener("keyup", $r, !0), n.addEventListener("click", sl, !0), t.addEventListener("focus", ol, !0), t.addEventListener("blur", ul, !1), typeof PointerEvent < "u" ? (n.addEventListener("pointerdown", Tt, !0), n.addEventListener("pointermove", Tt, !0), n.addEventListener("pointerup", Tt, !0)) : (n.addEventListener("mousedown", Tt, !0), n.addEventListener("mousemove", Tt, !0), n.addEventListener("mouseup", Tt, !0)), t.addEventListener("beforeunload", () => {
19927
+ cl(e);
19928
19928
  }, {
19929
19929
  once: !0
19930
19930
  }), Zn.set(t, {
19931
19931
  focus: r
19932
19932
  });
19933
19933
  }
19934
- const ll = (e, t) => {
19934
+ const cl = (e, t) => {
19935
19935
  const n = Vr(e), r = hr(e);
19936
- t && r.removeEventListener("DOMContentLoaded", t), Zn.has(n) && (n.HTMLElement.prototype.focus = Zn.get(n).focus, r.removeEventListener("keydown", $r, !0), r.removeEventListener("keyup", $r, !0), r.removeEventListener("click", ol, !0), n.removeEventListener("focus", ul, !0), n.removeEventListener("blur", cl, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", Tt, !0), r.removeEventListener("pointermove", Tt, !0), r.removeEventListener("pointerup", Tt, !0)) : (r.removeEventListener("mousedown", Tt, !0), r.removeEventListener("mousemove", Tt, !0), r.removeEventListener("mouseup", Tt, !0)), Zn.delete(n));
19936
+ t && r.removeEventListener("DOMContentLoaded", t), Zn.has(n) && (n.HTMLElement.prototype.focus = Zn.get(n).focus, r.removeEventListener("keydown", $r, !0), r.removeEventListener("keyup", $r, !0), r.removeEventListener("click", sl, !0), n.removeEventListener("focus", ol, !0), n.removeEventListener("blur", ul, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", Tt, !0), r.removeEventListener("pointermove", Tt, !0), r.removeEventListener("pointerup", Tt, !0)) : (r.removeEventListener("mousedown", Tt, !0), r.removeEventListener("mousemove", Tt, !0), r.removeEventListener("mouseup", Tt, !0)), Zn.delete(n));
19937
19937
  };
19938
19938
  function JE(e) {
19939
19939
  const t = hr(e);
19940
19940
  let n;
19941
19941
  return t.readyState !== "loading" ? Bo(e) : (n = () => {
19942
19942
  Bo(e);
19943
- }, t.addEventListener("DOMContentLoaded", n)), () => ll(e, n);
19943
+ }, t.addEventListener("DOMContentLoaded", n)), () => cl(e, n);
19944
19944
  }
19945
19945
  typeof document < "u" && JE();
19946
19946
  function ZE() {
@@ -20047,7 +20047,7 @@ class Ho {
20047
20047
  }
20048
20048
  }
20049
20049
  new Gi();
20050
- let aT = /* @__PURE__ */ $e.createContext(null);
20050
+ let aT = /* @__PURE__ */ Ye.createContext(null);
20051
20051
  function iT(e) {
20052
20052
  let t = yt(aT) || {};
20053
20053
  zE(t, e);
@@ -20056,7 +20056,7 @@ function iT(e) {
20056
20056
  }
20057
20057
  function sT(e, t) {
20058
20058
  let { focusProps: n } = XE(e), { keyboardProps: r } = tT(e), a = zr(n, r), i = iT(t), s = e.isDisabled ? {} : i, u = Fe(e.autoFocus);
20059
- return Ye(() => {
20059
+ return $e(() => {
20060
20060
  u.current && t.current && nT(t.current), u.current = !1;
20061
20061
  }, [
20062
20062
  t
@@ -20089,7 +20089,7 @@ function oT(e, t, n) {
20089
20089
  }), u = cn(() => {
20090
20090
  t.commitValidation();
20091
20091
  });
20092
- Ye(() => {
20092
+ $e(() => {
20093
20093
  let c = n?.current;
20094
20094
  if (!c) return;
20095
20095
  let l = c.form;
@@ -20136,7 +20136,7 @@ function lT(e) {
20136
20136
  }
20137
20137
  return null;
20138
20138
  }
20139
- const dl = {
20139
+ const ll = {
20140
20140
  badInput: !1,
20141
20141
  customError: !1,
20142
20142
  patternMismatch: !1,
@@ -20148,15 +20148,15 @@ const dl = {
20148
20148
  typeMismatch: !1,
20149
20149
  valueMissing: !1,
20150
20150
  valid: !0
20151
- }, fl = {
20152
- ...dl,
20151
+ }, dl = {
20152
+ ...ll,
20153
20153
  customError: !0,
20154
20154
  valid: !1
20155
20155
  }, Vn = {
20156
20156
  isInvalid: !1,
20157
- validationDetails: dl,
20157
+ validationDetails: ll,
20158
20158
  validationErrors: []
20159
- }, dT = Dl({}), Uo = "__formValidationState" + Date.now();
20159
+ }, dT = Ll({}), Uo = "__formValidationState" + Date.now();
20160
20160
  function fT(e) {
20161
20161
  if (e[Uo]) {
20162
20162
  let { realtimeValidation: t, displayValidation: n, updateValidation: r, resetValidation: a, commitValidation: i } = e[Uo];
@@ -20176,7 +20176,7 @@ function hT(e) {
20176
20176
  let c = t ? {
20177
20177
  isInvalid: !0,
20178
20178
  validationErrors: [],
20179
- validationDetails: fl
20179
+ validationDetails: dl
20180
20180
  } : null, l = _n(() => jo(mT(s, a)), [
20181
20181
  s,
20182
20182
  a
@@ -20196,7 +20196,7 @@ function hT(e) {
20196
20196
  let q = l || i || v.current;
20197
20197
  Ba(q, $.current) || ($.current = q, P(q));
20198
20198
  }, [D, re] = Oe(!1);
20199
- return Ye(I), {
20199
+ return $e(I), {
20200
20200
  realtimeValidation: c || O || l || i || Vn,
20201
20201
  displayValidation: u === "native" ? c || O || L : c || O || l || i || L,
20202
20202
  updateValidation(q) {
@@ -20227,7 +20227,7 @@ function jo(e) {
20227
20227
  return e.length ? {
20228
20228
  isInvalid: !0,
20229
20229
  validationErrors: e,
20230
- validationDetails: fl
20230
+ validationDetails: dl
20231
20231
  } : null;
20232
20232
  }
20233
20233
  function Ba(e, t) {
@@ -20296,7 +20296,7 @@ function gT(e, t) {
20296
20296
  type: s,
20297
20297
  pattern: e.pattern
20298
20298
  };
20299
- return YE(t, c, l), oT(e, f, t), Ye(() => {
20299
+ return YE(t, c, l), oT(e, f, t), $e(() => {
20300
20300
  if (t.current instanceof Vr(t.current).HTMLTextAreaElement) {
20301
20301
  let I = t.current;
20302
20302
  Object.defineProperty(I, "defaultValue", {
@@ -20360,7 +20360,7 @@ const ET = (e) => e.charCodeAt(e.length - 1) === 10, TT = (e) => {
20360
20360
  }, i = (I) => {
20361
20361
  n(I);
20362
20362
  };
20363
- Ye(r, [t]);
20363
+ $e(r, [t]);
20364
20364
  let {
20365
20365
  label: s,
20366
20366
  SubmitComponent: u,
@@ -20753,13 +20753,13 @@ AT.reduce(
20753
20753
  },
20754
20754
  []
20755
20755
  );
20756
- const ST = "languageSettings", hl = $e.createContext({
20756
+ const ST = "languageSettings", fl = Ye.createContext({
20757
20757
  appCurrentLang: sa[xt.ENGLISH],
20758
20758
  setAppCurrentLang: () => {
20759
20759
  }
20760
20760
  }), _T = (e) => /(\[.*|\!\[.*)$/.test(e), vT = (e) => /\)/.test(e), NT = (e) => e.filter((t) => t.userType === "user").length;
20761
- var ml = /* @__PURE__ */ ((e) => (e.GET_DISCUSSION_ID = "/id", e))(ml || {});
20762
- const IT = (e) => !!e.startsWith("/"), wT = (e, t) => e === ml.GET_DISCUSSION_ID ? t ? `Votre ID de discussion est ${t}` : "Votre ID de discussion n'est pas encore défini. Envoyez un premier message pour que ce soit le cas." : `La commande ${e} n'est pas prise en compte.`;
20761
+ var hl = /* @__PURE__ */ ((e) => (e.GET_DISCUSSION_ID = "/id", e))(hl || {});
20762
+ const IT = (e) => !!e.startsWith("/"), wT = (e, t) => e === hl.GET_DISCUSSION_ID ? t ? `Votre ID de discussion est ${t}` : "Votre ID de discussion n'est pas encore défini. Envoyez un premier message pour que ce soit le cas." : `La commande ${e} n'est pas prise en compte.`;
20763
20763
  var $n = /* @__PURE__ */ ((e) => (e.OUTPUT_STREAM_TEXT_TYPE = "text", e.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE = "number_of_steps", e.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE = "current_step_number", e.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE = "current_step_name", e))($n || {});
20764
20764
  class xn {
20765
20765
  constructor() {
@@ -20790,7 +20790,7 @@ class xn {
20790
20790
  return !1;
20791
20791
  };
20792
20792
  }
20793
- const pl = () => {
20793
+ const ml = () => {
20794
20794
  const e = sr(), t = e.formatMessage({
20795
20795
  defaultMessage: "Search",
20796
20796
  id: "chatbot.chatline.loading.function.search"
@@ -20874,7 +20874,7 @@ const pl = () => {
20874
20874
  getFunctionTranslated: a,
20875
20875
  stepTranslation: i,
20876
20876
  lookingForProductTranslation: s
20877
- } = pl();
20877
+ } = ml();
20878
20878
  return /* @__PURE__ */ M.jsxDEV(M.Fragment, { children: e === "loadingIntermediaryStates" && /* @__PURE__ */ M.jsxDEV("div", { children: [
20879
20879
  /* @__PURE__ */ M.jsxDEV("div", { children: [
20880
20880
  /* @__PURE__ */ M.jsxDEV("p", { className: "text-center my-2 text-lg", children: [
@@ -21019,7 +21019,7 @@ const pl = () => {
21019
21019
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
21020
21020
  lineNumber: 10,
21021
21021
  columnNumber: 5
21022
- }, void 0), bl = $e.createContext({
21022
+ }, void 0), pl = Ye.createContext({
21023
21023
  conversation: [],
21024
21024
  setConversation: () => {
21025
21025
  },
@@ -21047,15 +21047,15 @@ const pl = () => {
21047
21047
  behavior: d ? "smooth" : "auto"
21048
21048
  });
21049
21049
  };
21050
- return Ye(() => {
21050
+ return $e(() => {
21051
21051
  u();
21052
- }, [e]), Ye(() => {
21052
+ }, [e]), $e(() => {
21053
21053
  const d = t.current;
21054
21054
  if (d)
21055
21055
  return d.addEventListener("scroll", u), u(), () => {
21056
21056
  d.removeEventListener("scroll", u);
21057
21057
  };
21058
- }, []), Zo(() => {
21058
+ }, []), Dl(() => {
21059
21059
  i.current && c({ smooth: !1 });
21060
21060
  }, [e]), {
21061
21061
  scrollToBottom: c,
@@ -21222,7 +21222,7 @@ const pl = () => {
21222
21222
  }, void 0);
21223
21223
  };
21224
21224
  let Ir = new AbortController();
21225
- const gl = ({
21225
+ const bl = ({
21226
21226
  appToken: e,
21227
21227
  containerClassName: t
21228
21228
  }) => {
@@ -21232,13 +21232,13 @@ const gl = ({
21232
21232
  genericErrorTranslation: a,
21233
21233
  tooManyRequestsTranslation: i,
21234
21234
  conflictErrorTranslation: s
21235
- } = vi(), { conversation: u, setConversation: c, discussionId: l, setDiscussionId: d } = yt(bl), [f, h] = Oe("notLoading"), { defaultStartingStep: m } = pl(), [_, S] = Oe(
21235
+ } = vi(), { conversation: u, setConversation: c, discussionId: l, setDiscussionId: d } = yt(pl), [f, h] = Oe("notLoading"), { defaultStartingStep: m } = ml(), [_, S] = Oe(
21236
21236
  null
21237
21237
  ), [O, v] = Oe(
21238
21238
  m
21239
21239
  ), [L, P] = Oe(
21240
21240
  null
21241
- ), { companySettings: $ } = yt(ar), { appCurrentLang: I } = yt(hl), re = {
21241
+ ), { companySettings: $ } = yt(ar), { appCurrentLang: I } = yt(fl), re = {
21242
21242
  ...f !== "notLoading" || (u?.length ?? 0) > 0 ? {
21243
21243
  maxHeight: "100vh"
21244
21244
  //TODO overridable with custom css
@@ -21551,7 +21551,7 @@ function Yr() {
21551
21551
  return e;
21552
21552
  }, Yr.apply(this, arguments);
21553
21553
  }
21554
- function El(e, t) {
21554
+ function gl(e, t) {
21555
21555
  if (e == null) return {};
21556
21556
  var n = {}, r = Object.keys(e), a, i;
21557
21557
  for (i = 0; i < r.length; i++)
@@ -21563,7 +21563,7 @@ function Ti(e, t) {
21563
21563
  return r.__proto__ = a, r;
21564
21564
  }, Ti(e, t);
21565
21565
  }
21566
- function Tl(e, t) {
21566
+ function El(e, t) {
21567
21567
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, Ti(e, t);
21568
21568
  }
21569
21569
  var wr = { exports: {} };
@@ -21626,7 +21626,7 @@ function qi() {
21626
21626
  return Ha = e, Ha;
21627
21627
  }
21628
21628
  var Ua, $o;
21629
- function xl() {
21629
+ function Tl() {
21630
21630
  return $o || ($o = 1, Ua = Function.call.bind(Object.prototype.hasOwnProperty)), Ua;
21631
21631
  }
21632
21632
  var ja, Yo;
@@ -21636,7 +21636,7 @@ function FT() {
21636
21636
  var e = function() {
21637
21637
  };
21638
21638
  if (process.env.NODE_ENV !== "production") {
21639
- var t = /* @__PURE__ */ qi(), n = {}, r = /* @__PURE__ */ xl();
21639
+ var t = /* @__PURE__ */ qi(), n = {}, r = /* @__PURE__ */ Tl();
21640
21640
  e = function(i) {
21641
21641
  var s = "Warning: " + i;
21642
21642
  typeof console < "u" && console.error(s);
@@ -21682,7 +21682,7 @@ var Va, Go;
21682
21682
  function HT() {
21683
21683
  if (Go) return Va;
21684
21684
  Go = 1;
21685
- var e = Ci(), t = BT(), n = /* @__PURE__ */ qi(), r = /* @__PURE__ */ xl(), a = /* @__PURE__ */ FT(), i = function() {
21685
+ var e = Ci(), t = BT(), n = /* @__PURE__ */ qi(), r = /* @__PURE__ */ Tl(), a = /* @__PURE__ */ FT(), i = function() {
21686
21686
  };
21687
21687
  process.env.NODE_ENV !== "production" && (i = function(u) {
21688
21688
  var c = "Warning: " + u;
@@ -22090,11 +22090,11 @@ var GT = process.env.NODE_ENV !== "production" ? pe.oneOfType([pe.number, pe.sha
22090
22090
  exitDone: pe.string,
22091
22091
  exitActive: pe.string
22092
22092
  })]) : null;
22093
- const yl = $e.createContext(null);
22094
- var Cl = function(t) {
22093
+ const xl = Ye.createContext(null);
22094
+ var yl = function(t) {
22095
22095
  return t.scrollTop;
22096
22096
  }, Yn = "unmounted", an = "exited", sn = "entering", An = "entered", xi = "exiting", Ut = /* @__PURE__ */ (function(e) {
22097
- Tl(t, e);
22097
+ El(t, e);
22098
22098
  function t(r, a) {
22099
22099
  var i;
22100
22100
  i = e.call(this, r, a) || this;
@@ -22133,7 +22133,7 @@ var Cl = function(t) {
22133
22133
  if (this.cancelNextCallback(), i === sn) {
22134
22134
  if (this.props.unmountOnExit || this.props.mountOnEnter) {
22135
22135
  var s = this.props.nodeRef ? this.props.nodeRef.current : mr.findDOMNode(this);
22136
- s && Cl(s);
22136
+ s && yl(s);
22137
22137
  }
22138
22138
  this.performEnter(a);
22139
22139
  } else
@@ -22212,16 +22212,16 @@ var Cl = function(t) {
22212
22212
  return null;
22213
22213
  var i = this.props, s = i.children;
22214
22214
  i.in, i.mountOnEnter, i.unmountOnExit, i.appear, i.enter, i.exit, i.timeout, i.addEndListener, i.onEnter, i.onEntering, i.onEntered, i.onExit, i.onExiting, i.onExited, i.nodeRef;
22215
- var u = El(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
22215
+ var u = gl(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
22216
22216
  return (
22217
22217
  // allows for nested Transitions
22218
- /* @__PURE__ */ $e.createElement(yl.Provider, {
22218
+ /* @__PURE__ */ Ye.createElement(xl.Provider, {
22219
22219
  value: null
22220
- }, typeof s == "function" ? s(a, u) : $e.cloneElement($e.Children.only(s), u))
22220
+ }, typeof s == "function" ? s(a, u) : Ye.cloneElement(Ye.Children.only(s), u))
22221
22221
  );
22222
22222
  }, t;
22223
- })($e.Component);
22224
- Ut.contextType = yl;
22223
+ })(Ye.Component);
22224
+ Ut.contextType = xl;
22225
22225
  Ut.propTypes = process.env.NODE_ENV !== "production" ? {
22226
22226
  /**
22227
22227
  * A React reference to DOM element that need to transition:
@@ -22421,7 +22421,7 @@ var WT = function(t, n) {
22421
22421
  return YT(t, r);
22422
22422
  });
22423
22423
  }, Wi = /* @__PURE__ */ (function(e) {
22424
- Tl(t, e);
22424
+ El(t, e);
22425
22425
  function t() {
22426
22426
  for (var r, a = arguments.length, i = new Array(a), s = 0; s < a; s++)
22427
22427
  i[s] = arguments[s];
@@ -22461,15 +22461,15 @@ var WT = function(t, n) {
22461
22461
  var n = t.prototype;
22462
22462
  return n.addClass = function(a, i, s) {
22463
22463
  var u = this.getClassNames(i)[s + "ClassName"], c = this.getClassNames("enter"), l = c.doneClassName;
22464
- i === "appear" && s === "done" && l && (u += " " + l), s === "active" && a && Cl(a), u && (this.appliedClasses[i][s] = u, WT(a, u));
22464
+ i === "appear" && s === "done" && l && (u += " " + l), s === "active" && a && yl(a), u && (this.appliedClasses[i][s] = u, WT(a, u));
22465
22465
  }, n.removeClasses = function(a, i) {
22466
22466
  var s = this.appliedClasses[i], u = s.base, c = s.active, l = s.done;
22467
22467
  this.appliedClasses[i] = {}, u && $a(a, u), c && $a(a, c), l && $a(a, l);
22468
22468
  }, n.render = function() {
22469
22469
  var a = this.props;
22470
22470
  a.classNames;
22471
- var i = El(a, ["classNames"]);
22472
- return /* @__PURE__ */ $e.createElement(Ut, Yr({}, i, {
22471
+ var i = gl(a, ["classNames"]);
22472
+ return /* @__PURE__ */ Ye.createElement(Ut, Yr({}, i, {
22473
22473
  onEnter: this.onEnter,
22474
22474
  onEntered: this.onEntered,
22475
22475
  onEntering: this.onEntering,
@@ -22478,7 +22478,7 @@ var WT = function(t, n) {
22478
22478
  onExited: this.onExited
22479
22479
  }));
22480
22480
  }, t;
22481
- })($e.Component);
22481
+ })(Ye.Component);
22482
22482
  Wi.defaultProps = {
22483
22483
  classNames: ""
22484
22484
  };
@@ -22648,7 +22648,7 @@ const XT = Jo(
22648
22648
  },
22649
22649
  void 0
22650
22650
  ),
22651
- /* @__PURE__ */ M.jsxDEV(gl, { appToken: e.appToken }, void 0, !1, {
22651
+ /* @__PURE__ */ M.jsxDEV(bl, { appToken: e.appToken }, void 0, !1, {
22652
22652
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/ChatDisplay/Widget/Widget.tsx",
22653
22653
  lineNumber: 42,
22654
22654
  columnNumber: 9
@@ -22693,11 +22693,11 @@ const XT = Jo(
22693
22693
  lineNumber: 14,
22694
22694
  columnNumber: 5
22695
22695
  }, void 0);
22696
- }, Al = () => ({
22696
+ }, Cl = () => ({
22697
22697
  hasFetchedSettings: !1,
22698
22698
  hasDisplayedCSS: !1
22699
22699
  }), KT = () => {
22700
- const [e, t] = Oe(Al());
22700
+ const [e, t] = Oe(Cl());
22701
22701
  return {
22702
22702
  appInternalContext: e,
22703
22703
  setAppInternalContext: t,
@@ -22714,14 +22714,14 @@ const XT = Jo(
22714
22714
  }));
22715
22715
  }
22716
22716
  };
22717
- }, Sl = $e.createContext({
22718
- appInternalContext: Al(),
22717
+ }, Al = Ye.createContext({
22718
+ appInternalContext: Cl(),
22719
22719
  setAppInternalContext: () => {
22720
22720
  },
22721
22721
  setHasFetchedSettings: () => {
22722
22722
  }
22723
22723
  }), JT = ({ displayMode: e, appToken: t }) => {
22724
- const [n, r] = Oe(!1), { appInternalContext: a } = yt(Sl);
22724
+ const [n, r] = Oe(!1), { appInternalContext: a } = yt(Al);
22725
22725
  return /* @__PURE__ */ M.jsxDEV(M.Fragment, { children: [
22726
22726
  e === Ln.LAUNCHER && a.hasFetchedSettings && /* @__PURE__ */ M.jsxDEV(M.Fragment, { children: [
22727
22727
  /* @__PURE__ */ M.jsxDEV(
@@ -22749,7 +22749,7 @@ const XT = Jo(
22749
22749
  lineNumber: 21,
22750
22750
  columnNumber: 11
22751
22751
  }, void 0),
22752
- e === Ln.CHATBOX && a.hasFetchedSettings && /* @__PURE__ */ M.jsxDEV("div", { className: "chatBox", children: /* @__PURE__ */ M.jsxDEV(gl, { appToken: t }, void 0, !1, {
22752
+ e === Ln.CHATBOX && a.hasFetchedSettings && /* @__PURE__ */ M.jsxDEV("div", { className: "chatBox", children: /* @__PURE__ */ M.jsxDEV(bl, { appToken: t }, void 0, !1, {
22753
22753
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/ChatDisplay/ChatDisplay.tsx",
22754
22754
  lineNumber: 33,
22755
22755
  columnNumber: 13
@@ -22774,7 +22774,7 @@ const XT = Jo(
22774
22774
  const [n, r] = Oe(e[t]), a = (i) => {
22775
22775
  Object.keys(e).includes(i?.locale) ? r(i) : r(e[xt.ENGLISH]);
22776
22776
  };
22777
- return Ye(() => {
22777
+ return $e(() => {
22778
22778
  let i = t2(e, t);
22779
22779
  i.locale !== t && r(e[i.locale]);
22780
22780
  }, []), {
@@ -22799,7 +22799,7 @@ const XT = Jo(
22799
22799
  discussionId: c,
22800
22800
  setDiscussionId: l
22801
22801
  };
22802
- return Ye(() => {
22802
+ return $e(() => {
22803
22803
  const f = rr.getApiUrl(), h = rr.getFetchConfig({
22804
22804
  httpVerb: "GET",
22805
22805
  contentType: "application/json"
@@ -22817,7 +22817,7 @@ const XT = Jo(
22817
22817
  };
22818
22818
  function s2(e, t = {}, n, r) {
22819
22819
  const { id: a, nonce: i, target: s, disableConstructable: u } = t, c = s ?? document.head, l = Fe(null), d = Fe(null);
22820
- Ye(() => {
22820
+ $e(() => {
22821
22821
  if (!e) {
22822
22822
  n && (console.log("No custom css found."), r?.());
22823
22823
  return;
@@ -22949,8 +22949,8 @@ const f2 = ({
22949
22949
  {
22950
22950
  locale: i?.locale,
22951
22951
  messages: i?.translatedText,
22952
- children: /* @__PURE__ */ M.jsxDEV(hl.Provider, { value: u, children: /* @__PURE__ */ M.jsxDEV(Sl.Provider, { value: c, children: /* @__PURE__ */ M.jsxDEV(ar.Provider, { value: l, children: /* @__PURE__ */ M.jsxDEV(
22953
- bl.Provider,
22952
+ children: /* @__PURE__ */ M.jsxDEV(fl.Provider, { value: u, children: /* @__PURE__ */ M.jsxDEV(Al.Provider, { value: c, children: /* @__PURE__ */ M.jsxDEV(ar.Provider, { value: l, children: /* @__PURE__ */ M.jsxDEV(
22953
+ pl.Provider,
22954
22954
  {
22955
22955
  value: d,
22956
22956
  children: c.appInternalContext.hasDisplayedCSS && e
@@ -24540,7 +24540,7 @@ function A2({
24540
24540
  ...a
24541
24541
  }) {
24542
24542
  const i = r === "launcher" ? "body" : "inline", s = Fe(null), u = Fe(null), [c, l] = Oe(null);
24543
- return Zo(() => {
24543
+ return $e(() => {
24544
24544
  if (typeof document > "u") return;
24545
24545
  const d = i === "inline" ? s.current : document.body;
24546
24546
  if (!d) return;
@@ -24549,7 +24549,7 @@ function A2({
24549
24549
  const h = f.attachShadow({ mode: "open", delegatesFocus: !0 });
24550
24550
  let m = !1;
24551
24551
  try {
24552
- if ("adoptedStyleSheets" in Document.prototype && !e) {
24552
+ if ("adoptedStyleSheets" in h && !e) {
24553
24553
  const S = new CSSStyleSheet();
24554
24554
  S.replaceSync(Ko), h.adoptedStyleSheets = [
24555
24555
  ...h.adoptedStyleSheets ?? [],
@@ -24573,7 +24573,7 @@ function A2({
24573
24573
  }, [i, e]), /* @__PURE__ */ M.jsxDEV(M.Fragment, { children: [
24574
24574
  i === "inline" && /* @__PURE__ */ M.jsxDEV("div", { ref: s }, void 0, !1, {
24575
24575
  fileName: "/home/yoann/dev/aibot-client/lib/src/modules/app/App.tsx",
24576
- lineNumber: 87,
24576
+ lineNumber: 85,
24577
24577
  columnNumber: 30
24578
24578
  }, this),
24579
24579
  " ",
@@ -24590,7 +24590,7 @@ function A2({
24590
24590
  !1,
24591
24591
  {
24592
24592
  fileName: "/home/yoann/dev/aibot-client/lib/src/modules/app/App.tsx",
24593
- lineNumber: 90,
24593
+ lineNumber: 88,
24594
24594
  columnNumber: 11
24595
24595
  },
24596
24596
  this
@@ -24599,7 +24599,7 @@ function A2({
24599
24599
  )
24600
24600
  ] }, void 0, !0, {
24601
24601
  fileName: "/home/yoann/dev/aibot-client/lib/src/modules/app/App.tsx",
24602
- lineNumber: 86,
24602
+ lineNumber: 84,
24603
24603
  columnNumber: 5
24604
24604
  }, this);
24605
24605
  }