minerva-plexus-csd 1.1.14 → 1.1.16

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.
@@ -6,7 +6,7 @@ import M, { css as nt, keyframes as $b, createGlobalStyle as jv } from "styled-c
6
6
  import jb from "i18next";
7
7
  import { default as n5 } from "i18next";
8
8
  import Jn from "react-dom";
9
- var Ot = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
9
+ var Lt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
10
  function Zt(e) {
11
11
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
12
12
  }
@@ -287,8 +287,8 @@ function zv() {
287
287
  } finally {
288
288
  ie = !1, Q.current = ye, K(), Error.prepareStackTrace = me;
289
289
  }
290
- var an = _ ? _.displayName || _.name : "", jt = an ? te(an) : "";
291
- return typeof _ == "function" && ne.set(_, jt), jt;
290
+ var an = _ ? _.displayName || _.name : "", qt = an ? te(an) : "";
291
+ return typeof _ == "function" && ne.set(_, qt), qt;
292
292
  }
293
293
  function De(_, $, X) {
294
294
  return H(_, !1);
@@ -326,13 +326,13 @@ function zv() {
326
326
  }
327
327
  return "";
328
328
  }
329
- var ut = Object.prototype.hasOwnProperty, en = {}, Ft = E.ReactDebugCurrentFrame;
329
+ var ut = Object.prototype.hasOwnProperty, en = {}, Ut = E.ReactDebugCurrentFrame;
330
330
  function Fe(_) {
331
331
  if (_) {
332
332
  var $ = _._owner, X = Ze(_.type, _._source, $ ? $.type : null);
333
- Ft.setExtraStackFrame(X);
333
+ Ut.setExtraStackFrame(X);
334
334
  } else
335
- Ft.setExtraStackFrame(null);
335
+ Ut.setExtraStackFrame(null);
336
336
  }
337
337
  function At(_, $, X, oe, me) {
338
338
  {
@@ -357,7 +357,7 @@ function zv() {
357
357
  function _t(_) {
358
358
  return tn(_);
359
359
  }
360
- function Ut(_) {
360
+ function Bt(_) {
361
361
  {
362
362
  var $ = typeof Symbol == "function" && Symbol.toStringTag, X = $ && _[Symbol.toStringTag] || _.constructor.name || "Object";
363
363
  return X;
@@ -375,7 +375,7 @@ function zv() {
375
375
  }
376
376
  function q(_) {
377
377
  if (nn(_))
378
- return m("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ut(_)), P(_);
378
+ return m("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Bt(_)), P(_);
379
379
  }
380
380
  var re = E.ReactCurrentOwner, ce = {
381
381
  key: !0,
@@ -399,10 +399,10 @@ function zv() {
399
399
  }
400
400
  return _.key !== void 0;
401
401
  }
402
- function Bt(_, $) {
402
+ function $t(_, $) {
403
403
  typeof _.ref == "string" && re.current;
404
404
  }
405
- function $t(_, $) {
405
+ function jt(_, $) {
406
406
  {
407
407
  var X = function() {
408
408
  ge || (ge = !0, m("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", $));
@@ -456,7 +456,7 @@ function zv() {
456
456
  function dt(_, $, X, oe, me) {
457
457
  {
458
458
  var ye, pe = {}, de = null, Be = null;
459
- X !== void 0 && (q(X), de = "" + X), ct($) && (q($.key), de = "" + $.key), Ct($) && (Be = $.ref, Bt($, me));
459
+ X !== void 0 && (q(X), de = "" + X), ct($) && (q($.key), de = "" + $.key), Ct($) && (Be = $.ref, $t($, me));
460
460
  for (ye in $)
461
461
  ut.call($, ye) && !ce.hasOwnProperty(ye) && (pe[ye] = $[ye]);
462
462
  if (_ && _.defaultProps) {
@@ -466,7 +466,7 @@ function zv() {
466
466
  }
467
467
  if (de || Be) {
468
468
  var Re = typeof _ == "function" ? _.displayName || _.name || "Unknown" : _;
469
- de && $t(pe, Re), Be && Ue(pe, Re);
469
+ de && jt(pe, Re), Be && Ue(pe, Re);
470
470
  }
471
471
  return Rt(_, de, Be, me, oe, re.current, pe);
472
472
  }
@@ -610,17 +610,17 @@ Check the top-level render call using <` + X + ">.");
610
610
  Bc(et, _);
611
611
  }
612
612
  if (ut.call($, "key")) {
613
- var jt = z(_), qe = Object.keys($).filter(function(Pv) {
613
+ var qt = z(_), qe = Object.keys($).filter(function(Pv) {
614
614
  return Pv !== "key";
615
615
  }), Mr = qe.length > 0 ? "{key: someKey, " + qe.join(": ..., ") + ": ...}" : "{key: someKey}";
616
- if (!$c[jt + Mr]) {
616
+ if (!$c[qt + Mr]) {
617
617
  var Mv = qe.length > 0 ? "{" + qe.join(": ..., ") + ": ...}" : "{}";
618
618
  m(`A props object containing a "key" prop is being spread into JSX:
619
619
  let props = %s;
620
620
  <%s {...props} />
621
621
  React keys must be passed directly to JSX without using spread:
622
622
  let props = %s;
623
- <%s key={someKey} {...props} />`, Mr, jt, Mv, jt), $c[jt + Mr] = !0;
623
+ <%s key={someKey} {...props} />`, Mr, qt, Mv, qt), $c[qt + Mr] = !0;
624
624
  }
625
625
  }
626
626
  return _ === a ? Iv(Re) : kv(Re), Re;
@@ -670,16 +670,16 @@ const qb = ({
670
670
  };
671
671
  var zb = /* @__PURE__ */ ((e) => (e.minia = "Minia", e.uxia = "Uxía", e.helia = "Helia", e.iria = "Iria", e.flavia = "Flavia", e))(zb || {});
672
672
  const Gc = {
673
- API_URL: "http://dev-chatbot-drupal.plexus.tech:8311",
673
+ API_URL: "http://dev-chatbot-dad.plexus.tech:8311",
674
674
  API_KEY: "ai"
675
675
  };
676
- let Ht = {
676
+ let It = {
677
677
  apiUrl: "",
678
678
  apiKey: ""
679
679
  };
680
680
  const FD = (e) => {
681
- Ht = { ...Ht, ...e };
682
- }, pt = () => (Ht.apiUrl || (console.warn("[Minerva] apiUrl no configurado. Usando valor por defecto."), Ht.apiUrl = Gc.API_URL), Ht.apiKey || (console.warn("[Minerva] apiKey no configurado. Usando valor por defecto."), Ht.apiKey = Gc.API_KEY), Ht), UD = (e) => {
681
+ It = { ...It, ...e };
682
+ }, pt = () => (console.log("API URL retornada por getApiConfig:", It.apiUrl), It.apiUrl || (console.warn("[Minerva] apiUrl no configurado. Usando valor por defecto."), It.apiUrl = Gc.API_URL), It.apiKey || (console.warn("[Minerva] apiKey no configurado. Usando valor por defecto."), It.apiKey = Gc.API_KEY), It), UD = (e) => {
683
683
  }, at = async (e, t = {}) => {
684
684
  const { apiUrl: n } = pt(), r = {
685
685
  "Content-Type": "application/json",
@@ -3751,7 +3751,7 @@ var $u = {}, Zc = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, V1 = /\n/g, W1 = /^\s*/, Y1
3751
3751
  function Qc(e) {
3752
3752
  return e ? e.replace(J1, Vt) : Vt;
3753
3753
  }
3754
- var rS = Ot && Ot.__importDefault || function(e) {
3754
+ var rS = Lt && Lt.__importDefault || function(e) {
3755
3755
  return e && e.__esModule ? e : { default: e };
3756
3756
  };
3757
3757
  Object.defineProperty($u, "__esModule", { value: !0 });
@@ -3782,7 +3782,7 @@ var oS = /^--[a-zA-Z0-9_-]+$/, sS = /-([a-z])/g, lS = /^[^-]+$/, uS = /^-(webkit
3782
3782
  return t === void 0 && (t = {}), dS(e) ? e : (e = e.toLowerCase(), t.reactCompat ? e = e.replace(cS, ed) : e = e.replace(uS, ed), e.replace(sS, pS));
3783
3783
  };
3784
3784
  yr.camelCase = fS;
3785
- var gS = Ot && Ot.__importDefault || function(e) {
3785
+ var gS = Lt && Lt.__importDefault || function(e) {
3786
3786
  return e && e.__esModule ? e : { default: e };
3787
3787
  }, mS = gS($u), hS = yr;
3788
3788
  function gu(e, t) {
@@ -4317,7 +4317,7 @@ function yE(e, t) {
4317
4317
  function fn(e) {
4318
4318
  return e.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
4319
4319
  }
4320
- const mt = Dt(/[A-Za-z]/), Je = Dt(/[\dA-Za-z]/), VS = Dt(/[#-'*+\--9=?A-Z^-~]/);
4320
+ const mt = Mt(/[A-Za-z]/), Je = Mt(/[\dA-Za-z]/), VS = Mt(/[#-'*+\--9=?A-Z^-~]/);
4321
4321
  function hu(e) {
4322
4322
  return (
4323
4323
  // Special whitespace codes (which have negative values), C0 and Control
@@ -4325,7 +4325,7 @@ function hu(e) {
4325
4325
  e !== null && (e < 32 || e === 127)
4326
4326
  );
4327
4327
  }
4328
- const bu = Dt(/\d/), WS = Dt(/[\dA-Fa-f]/), YS = Dt(/[!-/:-@[-`{-~]/);
4328
+ const bu = Mt(/\d/), WS = Mt(/[\dA-Fa-f]/), YS = Mt(/[!-/:-@[-`{-~]/);
4329
4329
  function ae(e) {
4330
4330
  return e !== null && e < -2;
4331
4331
  }
@@ -4335,8 +4335,8 @@ function He(e) {
4335
4335
  function fe(e) {
4336
4336
  return e === -2 || e === -1 || e === 32;
4337
4337
  }
4338
- const KS = Dt(new RegExp("\\p{P}|\\p{S}", "u")), ZS = Dt(/\s/);
4339
- function Dt(e) {
4338
+ const KS = Mt(new RegExp("\\p{P}|\\p{S}", "u")), ZS = Mt(/\s/);
4339
+ function Mt(e) {
4340
4340
  return t;
4341
4341
  function t(n) {
4342
4342
  return n !== null && n > -1 && e.test(String.fromCharCode(n));
@@ -6498,7 +6498,7 @@ function zC(e) {
6498
6498
  transforms: [],
6499
6499
  canContainEols: ["emphasis", "fragment", "heading", "paragraph", "strong"],
6500
6500
  enter: {
6501
- autolink: i(Ft),
6501
+ autolink: i(Ut),
6502
6502
  autolinkProtocol: k,
6503
6503
  autolinkEmail: k,
6504
6504
  atxHeading: i(lt),
@@ -6526,7 +6526,7 @@ function zC(e) {
6526
6526
  htmlTextData: k,
6527
6527
  image: i(en),
6528
6528
  label: o,
6529
- link: i(Ft),
6529
+ link: i(Ut),
6530
6530
  listItem: i(At),
6531
6531
  listItemValue: f,
6532
6532
  listOrdered: i(Fe, d),
@@ -6645,18 +6645,18 @@ function zC(e) {
6645
6645
  return q;
6646
6646
  }
6647
6647
  function a(P, q, re) {
6648
- let ce = q - 1, ge = -1, je = !1, Ct, ct, Bt, $t;
6648
+ let ce = q - 1, ge = -1, je = !1, Ct, ct, $t, jt;
6649
6649
  for (; ++ce <= re; ) {
6650
6650
  const Ue = P[ce];
6651
6651
  switch (Ue[1].type) {
6652
6652
  case "listUnordered":
6653
6653
  case "listOrdered":
6654
6654
  case "blockQuote": {
6655
- Ue[0] === "enter" ? ge++ : ge--, $t = void 0;
6655
+ Ue[0] === "enter" ? ge++ : ge--, jt = void 0;
6656
6656
  break;
6657
6657
  }
6658
6658
  case "lineEndingBlank": {
6659
- Ue[0] === "enter" && (Ct && !$t && !ge && !Bt && (Bt = ce), $t = void 0);
6659
+ Ue[0] === "enter" && (Ct && !jt && !ge && !$t && ($t = ce), jt = void 0);
6660
6660
  break;
6661
6661
  }
6662
6662
  case "linePrefix":
@@ -6666,7 +6666,7 @@ function zC(e) {
6666
6666
  case "listItemPrefixWhitespace":
6667
6667
  break;
6668
6668
  default:
6669
- $t = void 0;
6669
+ jt = void 0;
6670
6670
  }
6671
6671
  if (!ge && Ue[0] === "enter" && Ue[1].type === "listItemPrefix" || ge === -1 && Ue[0] === "exit" && (Ue[1].type === "listUnordered" || Ue[1].type === "listOrdered")) {
6672
6672
  if (Ct) {
@@ -6678,7 +6678,7 @@ function zC(e) {
6678
6678
  ct && (P[ct][1].type = "lineEndingBlank", je = !0), dt[1].type = "lineEnding", ct = Rt;
6679
6679
  } else if (!(dt[1].type === "linePrefix" || dt[1].type === "blockQuotePrefix" || dt[1].type === "blockQuotePrefixWhitespace" || dt[1].type === "blockQuoteMarker" || dt[1].type === "listItemIndent")) break;
6680
6680
  }
6681
- Bt && (!ct || Bt < ct) && (Ct._spread = !0), Ct.end = Object.assign({}, ct ? P[ct][1].start : Ue[1].end), P.splice(ct || ce, 0, ["exit", Ct, Ue[2]]), ce++, re++;
6681
+ $t && (!ct || $t < ct) && (Ct._spread = !0), Ct.end = Object.assign({}, ct ? P[ct][1].start : Ue[1].end), P.splice(ct || ce, 0, ["exit", Ct, Ue[2]]), ce++, re++;
6682
6682
  }
6683
6683
  if (Ue[1].type === "listItemPrefix") {
6684
6684
  const Rt = {
@@ -6688,7 +6688,7 @@ function zC(e) {
6688
6688
  // @ts-expect-error: we’ll add `end` in a second.
6689
6689
  end: void 0
6690
6690
  };
6691
- Ct = Rt, P.splice(ce, 0, ["enter", Rt, Ue[2]]), ce++, re++, Bt = void 0, $t = !0;
6691
+ Ct = Rt, P.splice(ce, 0, ["enter", Rt, Ue[2]]), ce++, re++, $t = void 0, jt = !0;
6692
6692
  }
6693
6693
  }
6694
6694
  }
@@ -6792,7 +6792,7 @@ function zC(e) {
6792
6792
  function k(P) {
6793
6793
  const re = this.stack[this.stack.length - 1].children;
6794
6794
  let ce = re[re.length - 1];
6795
- (!ce || ce.type !== "text") && (ce = Ut(), ce.position = {
6795
+ (!ce || ce.type !== "text") && (ce = Bt(), ce.position = {
6796
6796
  start: kt(P.start),
6797
6797
  // @ts-expect-error: we’ll add `end` later.
6798
6798
  end: void 0
@@ -6960,7 +6960,7 @@ function zC(e) {
6960
6960
  alt: null
6961
6961
  };
6962
6962
  }
6963
- function Ft() {
6963
+ function Ut() {
6964
6964
  return {
6965
6965
  type: "link",
6966
6966
  title: null,
@@ -6997,7 +6997,7 @@ function zC(e) {
6997
6997
  children: []
6998
6998
  };
6999
6999
  }
7000
- function Ut() {
7000
+ function Bt() {
7001
7001
  return {
7002
7002
  type: "text",
7003
7003
  value: ""
@@ -9461,7 +9461,7 @@ function Bd(e, t) {
9461
9461
  }
9462
9462
  return n;
9463
9463
  }
9464
- function It(e) {
9464
+ function Nt(e) {
9465
9465
  for (var t = 1; t < arguments.length; t++) {
9466
9466
  var n = arguments[t] != null ? arguments[t] : {};
9467
9467
  t % 2 ? Bd(Object(n), !0).forEach(function(r) {
@@ -9527,16 +9527,16 @@ function HE(e, t, n) {
9527
9527
  paddingRight: "1em",
9528
9528
  textAlign: "right",
9529
9529
  userSelect: "none"
9530
- }, a = typeof e == "function" ? e(t) : e, i = It(It({}, r), a);
9530
+ }, a = typeof e == "function" ? e(t) : e, i = Nt(Nt({}, r), a);
9531
9531
  return i;
9532
9532
  }
9533
9533
  function dr(e) {
9534
- var t = e.children, n = e.lineNumber, r = e.lineNumberStyle, a = e.largestLineNumber, i = e.showInlineLineNumbers, o = e.lineProps, s = o === void 0 ? {} : o, l = e.className, u = l === void 0 ? [] : l, c = e.showLineNumbers, d = e.wrapLongLines, f = e.wrapLines, p = f === void 0 ? !1 : f, y = p ? It({}, typeof s == "function" ? s(n) : s) : {};
9534
+ var t = e.children, n = e.lineNumber, r = e.lineNumberStyle, a = e.largestLineNumber, i = e.showInlineLineNumbers, o = e.lineProps, s = o === void 0 ? {} : o, l = e.className, u = l === void 0 ? [] : l, c = e.showLineNumbers, d = e.wrapLongLines, f = e.wrapLines, p = f === void 0 ? !1 : f, y = p ? Nt({}, typeof s == "function" ? s(n) : s) : {};
9535
9535
  if (y.className = y.className ? [].concat(Tu(y.className.trim().split(/\s+/)), Tu(u)) : u, n && i) {
9536
9536
  var S = HE(r, n, a);
9537
9537
  t.unshift(GE(n, S));
9538
9538
  }
9539
- return d & c && (y.style = It({
9539
+ return d & c && (y.style = Nt({
9540
9540
  display: "flex"
9541
9541
  }, y.style)), {
9542
9542
  type: "element",
@@ -9679,7 +9679,7 @@ function zx(e, t) {
9679
9679
  return function(r) {
9680
9680
  var a = r.language, i = r.children, o = r.style, s = o === void 0 ? t : o, l = r.customStyle, u = l === void 0 ? {} : l, c = r.codeTagProps, d = c === void 0 ? {
9681
9681
  className: a ? "language-".concat(a) : void 0,
9682
- style: It(It({}, s['code[class*="language-"]']), s['code[class*="language-'.concat(a, '"]')])
9682
+ style: Nt(Nt({}, s['code[class*="language-"]']), s['code[class*="language-'.concat(a, '"]')])
9683
9683
  } : c, f = r.useInlineStyles, p = f === void 0 ? !0 : f, y = r.showLineNumbers, S = y === void 0 ? !1 : y, x = r.showInlineLineNumbers, T = x === void 0 ? !0 : x, E = r.startingLineNumber, m = E === void 0 ? 1 : E, A = r.lineNumberContainerStyle, h = r.lineNumberStyle, b = h === void 0 ? {} : h, R = r.wrapLines, L = r.wrapLongLines, k = L === void 0 ? !1 : L, D = r.lineProps, N = D === void 0 ? {} : D, O = r.renderer, B = r.PreTag, z = B === void 0 ? "pre" : B, U = r.CodeTag, W = U === void 0 ? "code" : U, Z = r.code, G = Z === void 0 ? (Array.isArray(i) ? i[0] : i) || "" : Z, J = r.astGenerator, w = wx(r, Dx);
9684
9684
  J = J || e;
9685
9685
  var I = S ? /* @__PURE__ */ Te.createElement(Ux, {
@@ -9696,9 +9696,9 @@ function zx(e, t) {
9696
9696
  className: w.className ? "".concat(C, " ").concat(w.className) : C,
9697
9697
  style: Object.assign({}, u)
9698
9698
  });
9699
- if (k ? d.style = It({
9699
+ if (k ? d.style = Nt({
9700
9700
  whiteSpace: "pre-wrap"
9701
- }, d.style) : d.style = It({
9701
+ }, d.style) : d.style = Nt({
9702
9702
  whiteSpace: "pre"
9703
9703
  }, d.style), !J)
9704
9704
  return /* @__PURE__ */ Te.createElement(z, V, I, /* @__PURE__ */ Te.createElement(W, d, G));
@@ -9865,7 +9865,7 @@ var fA = Vn, gA = ty, mA = fA({
9865
9865
  xmlns: null,
9866
9866
  xmlnsXLink: null
9867
9867
  }
9868
- }), nc = vt, hA = Vn, ze = nc.booleanish, tt = nc.number, qt = nc.spaceSeparated, bA = hA({
9868
+ }), nc = vt, hA = Vn, ze = nc.booleanish, tt = nc.number, zt = nc.spaceSeparated, bA = hA({
9869
9869
  transform: EA,
9870
9870
  properties: {
9871
9871
  ariaActiveDescendant: null,
@@ -9876,36 +9876,36 @@ var fA = Vn, gA = ty, mA = fA({
9876
9876
  ariaColCount: tt,
9877
9877
  ariaColIndex: tt,
9878
9878
  ariaColSpan: tt,
9879
- ariaControls: qt,
9879
+ ariaControls: zt,
9880
9880
  ariaCurrent: null,
9881
- ariaDescribedBy: qt,
9881
+ ariaDescribedBy: zt,
9882
9882
  ariaDetails: null,
9883
9883
  ariaDisabled: ze,
9884
- ariaDropEffect: qt,
9884
+ ariaDropEffect: zt,
9885
9885
  ariaErrorMessage: null,
9886
9886
  ariaExpanded: ze,
9887
- ariaFlowTo: qt,
9887
+ ariaFlowTo: zt,
9888
9888
  ariaGrabbed: ze,
9889
9889
  ariaHasPopup: null,
9890
9890
  ariaHidden: ze,
9891
9891
  ariaInvalid: null,
9892
9892
  ariaKeyShortcuts: null,
9893
9893
  ariaLabel: null,
9894
- ariaLabelledBy: qt,
9894
+ ariaLabelledBy: zt,
9895
9895
  ariaLevel: tt,
9896
9896
  ariaLive: null,
9897
9897
  ariaModal: ze,
9898
9898
  ariaMultiLine: ze,
9899
9899
  ariaMultiSelectable: ze,
9900
9900
  ariaOrientation: null,
9901
- ariaOwns: qt,
9901
+ ariaOwns: zt,
9902
9902
  ariaPlaceholder: null,
9903
9903
  ariaPosInSet: tt,
9904
9904
  ariaPressed: ze,
9905
9905
  ariaReadOnly: ze,
9906
9906
  ariaRelevant: null,
9907
9907
  ariaRequired: ze,
9908
- ariaRoleDescription: qt,
9908
+ ariaRoleDescription: zt,
9909
9909
  ariaRowCount: tt,
9910
9910
  ariaRowIndex: tt,
9911
9911
  ariaRowSpan: tt,
@@ -10560,14 +10560,14 @@ var Tr = {};
10560
10560
  Tr[un] = oy;
10561
10561
  Tr[sc] = SR;
10562
10562
  Tr[oc] = wR;
10563
- var sy = 1, ly = 2, uy = 3, cy = 4, dy = 5, _u = 6, py = 7, Mt = {};
10564
- Mt[sy] = "Named character references must be terminated by a semicolon";
10565
- Mt[ly] = "Numeric character references must be terminated by a semicolon";
10566
- Mt[uy] = "Named character references cannot be empty";
10567
- Mt[cy] = "Numeric character references cannot be empty";
10568
- Mt[dy] = "Named character references must be known";
10569
- Mt[_u] = "Numeric character references cannot be disallowed";
10570
- Mt[py] = "Numeric character references cannot be outside the permissible Unicode range";
10563
+ var sy = 1, ly = 2, uy = 3, cy = 4, dy = 5, _u = 6, py = 7, Pt = {};
10564
+ Pt[sy] = "Named character references must be terminated by a semicolon";
10565
+ Pt[ly] = "Numeric character references must be terminated by a semicolon";
10566
+ Pt[uy] = "Named character references cannot be empty";
10567
+ Pt[cy] = "Numeric character references cannot be empty";
10568
+ Pt[dy] = "Named character references must be known";
10569
+ Pt[_u] = "Numeric character references cannot be disallowed";
10570
+ Pt[py] = "Numeric character references cannot be outside the permissible Unicode range";
10571
10571
  function FR(e, t) {
10572
10572
  var n = {}, r, a;
10573
10573
  t || (t = {});
@@ -10603,7 +10603,7 @@ function UR(e, t) {
10603
10603
  }
10604
10604
  function C(Y, K) {
10605
10605
  var Q = F();
10606
- Q.column += K, Q.offset += K, o.call(u, Mt[Y], Q, Y);
10606
+ Q.column += K, Q.offset += K, o.call(u, Pt[Y], Q, Y);
10607
10607
  }
10608
10608
  function V() {
10609
10609
  T && (E.push(T), a && a.call(s, T, { start: G, end: F() }), T = "");
@@ -11314,7 +11314,7 @@ var fy = { exports: {} };
11314
11314
  }
11315
11315
  return s;
11316
11316
  }(t);
11317
- e.exports && (e.exports = n), typeof Ot < "u" && (Ot.Prism = n);
11317
+ e.exports && (e.exports = n), typeof Lt < "u" && (Lt.Prism = n);
11318
11318
  })(fy);
11319
11319
  var jR = fy.exports, qR = uc;
11320
11320
  uc.displayName = "markup";
@@ -11713,7 +11713,7 @@ function pc(e) {
11713
11713
  "javascript"
11714
11714
  )), e.languages.js = e.languages.javascript;
11715
11715
  }
11716
- var In = typeof globalThis == "object" ? globalThis : typeof self == "object" ? self : typeof window == "object" ? window : typeof Ot == "object" ? Ot : {}, VR = lk();
11716
+ var In = typeof globalThis == "object" ? globalThis : typeof self == "object" ? self : typeof window == "object" ? window : typeof Lt == "object" ? Lt : {}, VR = lk();
11717
11717
  In.Prism = { manual: !0, disableWorkerMessageHandler: !0 };
11718
11718
  var WR = l_, YR = TR, gy = jR, KR = qR, ZR = zR, XR = GR, JR = HR;
11719
11719
  VR();
@@ -33295,20 +33295,20 @@ var Dy = {}, HL = Dy.NODE_ENV !== "production" ? se.oneOfType([se.number, se.sha
33295
33295
  const My = Te.createContext(null);
33296
33296
  var Py = function(t) {
33297
33297
  return t.scrollTop;
33298
- }, WL = {}, Nn = "unmounted", zt = "exited", Gt = "entering", cn = "entered", ku = "exiting", wt = /* @__PURE__ */ function(e) {
33298
+ }, WL = {}, Nn = "unmounted", Gt = "exited", Ht = "entering", cn = "entered", ku = "exiting", wt = /* @__PURE__ */ function(e) {
33299
33299
  ky(t, e);
33300
33300
  function t(r, a) {
33301
33301
  var i;
33302
33302
  i = e.call(this, r, a) || this;
33303
33303
  var o = a, s = o && !o.isMounting ? r.enter : r.appear, l;
33304
- return i.appearStatus = null, r.in ? s ? (l = zt, i.appearStatus = Gt) : l = cn : r.unmountOnExit || r.mountOnEnter ? l = Nn : l = zt, i.state = {
33304
+ return i.appearStatus = null, r.in ? s ? (l = Gt, i.appearStatus = Ht) : l = cn : r.unmountOnExit || r.mountOnEnter ? l = Nn : l = Gt, i.state = {
33305
33305
  status: l
33306
33306
  }, i.nextCallback = null, i;
33307
33307
  }
33308
33308
  t.getDerivedStateFromProps = function(a, i) {
33309
33309
  var o = a.in;
33310
33310
  return o && i.status === Nn ? {
33311
- status: zt
33311
+ status: Gt
33312
33312
  } : null;
33313
33313
  };
33314
33314
  var n = t.prototype;
@@ -33318,7 +33318,7 @@ var Py = function(t) {
33318
33318
  var i = null;
33319
33319
  if (a !== this.props) {
33320
33320
  var o = this.state.status;
33321
- this.props.in ? o !== Gt && o !== cn && (i = Gt) : (o === Gt || o === cn) && (i = ku);
33321
+ this.props.in ? o !== Ht && o !== cn && (i = Ht) : (o === Ht || o === cn) && (i = ku);
33322
33322
  }
33323
33323
  this.updateStatus(!1, i);
33324
33324
  }, n.componentWillUnmount = function() {
@@ -33332,7 +33332,7 @@ var Py = function(t) {
33332
33332
  };
33333
33333
  }, n.updateStatus = function(a, i) {
33334
33334
  if (a === void 0 && (a = !1), i !== null)
33335
- if (this.cancelNextCallback(), i === Gt) {
33335
+ if (this.cancelNextCallback(), i === Ht) {
33336
33336
  if (this.props.unmountOnExit || this.props.mountOnEnter) {
33337
33337
  var o = this.props.nodeRef ? this.props.nodeRef.current : Jn.findDOMNode(this);
33338
33338
  o && Py(o);
@@ -33340,7 +33340,7 @@ var Py = function(t) {
33340
33340
  this.performEnter(a);
33341
33341
  } else
33342
33342
  this.performExit();
33343
- else this.props.unmountOnExit && this.state.status === zt && this.setState({
33343
+ else this.props.unmountOnExit && this.state.status === Gt && this.setState({
33344
33344
  status: Nn
33345
33345
  });
33346
33346
  }, n.performEnter = function(a) {
@@ -33354,7 +33354,7 @@ var Py = function(t) {
33354
33354
  return;
33355
33355
  }
33356
33356
  this.props.onEnter(u, c), this.safeSetState({
33357
- status: Gt
33357
+ status: Ht
33358
33358
  }, function() {
33359
33359
  i.props.onEntering(u, c), i.onTransitionEnd(f, function() {
33360
33360
  i.safeSetState({
@@ -33368,7 +33368,7 @@ var Py = function(t) {
33368
33368
  var a = this, i = this.props.exit, o = this.getTimeouts(), s = this.props.nodeRef ? void 0 : Jn.findDOMNode(this);
33369
33369
  if (!i || bb.disabled) {
33370
33370
  this.safeSetState({
33371
- status: zt
33371
+ status: Gt
33372
33372
  }, function() {
33373
33373
  a.props.onExited(s);
33374
33374
  });
@@ -33379,7 +33379,7 @@ var Py = function(t) {
33379
33379
  }, function() {
33380
33380
  a.props.onExiting(s), a.onTransitionEnd(o.exit, function() {
33381
33381
  a.safeSetState({
33382
- status: zt
33382
+ status: Gt
33383
33383
  }, function() {
33384
33384
  a.props.onExited(s);
33385
33385
  });
@@ -33610,8 +33610,8 @@ wt.defaultProps = {
33610
33610
  onExited: ln
33611
33611
  };
33612
33612
  wt.UNMOUNTED = Nn;
33613
- wt.EXITED = zt;
33614
- wt.ENTERING = Gt;
33613
+ wt.EXITED = Gt;
33614
+ wt.ENTERING = Ht;
33615
33615
  wt.ENTERED = cn;
33616
33616
  wt.EXITING = ku;
33617
33617
  const Fy = !!(typeof window < "u" && window.document && window.document.createElement);
@@ -33679,14 +33679,14 @@ function QL(e) {
33679
33679
  t.current = e;
33680
33680
  }, [e]), t;
33681
33681
  }
33682
- function Nt(e) {
33682
+ function Ot(e) {
33683
33683
  const t = QL(e);
33684
33684
  return Me(function(...n) {
33685
33685
  return t.current && t.current(...n);
33686
33686
  }, [t]);
33687
33687
  }
33688
33688
  function e3(e, t, n, r = !1) {
33689
- const a = Nt(n);
33689
+ const a = Ot(n);
33690
33690
  Ie(() => {
33691
33691
  const i = typeof e == "function" ? e() : e;
33692
33692
  return i.addEventListener(t, a, r), () => i.removeEventListener(t, a, r);
@@ -33795,7 +33795,7 @@ const $y = /* @__PURE__ */ Oe.forwardRef((e, t) => {
33795
33795
  } = e, r = s3(e, o3);
33796
33796
  const [a] = Tc(Object.assign({
33797
33797
  tagName: "a"
33798
- }, r)), i = Nt((o) => {
33798
+ }, r)), i = Ot((o) => {
33799
33799
  a.onKeyDown(o), n == null || n(o);
33800
33800
  });
33801
33801
  return l3(r.href) || r.role === "button" ? /* @__PURE__ */ g.jsx("a", Object.assign({
@@ -34038,23 +34038,23 @@ function Hy(e, t) {
34038
34038
  }
34039
34039
  return !1;
34040
34040
  }
34041
- function Lt(e) {
34041
+ function Dt(e) {
34042
34042
  return e ? (e.nodeName || "").toLowerCase() : null;
34043
34043
  }
34044
34044
  function xt(e) {
34045
34045
  return Qe(e).getComputedStyle(e);
34046
34046
  }
34047
34047
  function A3(e) {
34048
- return ["table", "td", "th"].indexOf(Lt(e)) >= 0;
34048
+ return ["table", "td", "th"].indexOf(Dt(e)) >= 0;
34049
34049
  }
34050
- function Pt(e) {
34050
+ function Ft(e) {
34051
34051
  return ((Kt(e) ? e.ownerDocument : (
34052
34052
  // $FlowFixMe[prop-missing]
34053
34053
  e.document
34054
34054
  )) || window.document).documentElement;
34055
34055
  }
34056
34056
  function Ir(e) {
34057
- return Lt(e) === "html" ? e : (
34057
+ return Dt(e) === "html" ? e : (
34058
34058
  // this is a quicker (but less type safe) way to save quite some bytes from the bundle
34059
34059
  // $FlowFixMe[incompatible-return]
34060
34060
  // $FlowFixMe[prop-missing]
@@ -34062,7 +34062,7 @@ function Ir(e) {
34062
34062
  e.parentNode || // DOM Element detected
34063
34063
  (Ac(e) ? e.host : null) || // ShadowRoot detected
34064
34064
  // $FlowFixMe[incompatible-call]: HTMLElement is a Node
34065
- Pt(e)
34065
+ Ft(e)
34066
34066
  );
34067
34067
  }
34068
34068
  function Cb(e) {
@@ -34077,7 +34077,7 @@ function _3(e) {
34077
34077
  return null;
34078
34078
  }
34079
34079
  var a = Ir(e);
34080
- for (Ac(a) && (a = a.host); bt(a) && ["html", "body"].indexOf(Lt(a)) < 0; ) {
34080
+ for (Ac(a) && (a = a.host); bt(a) && ["html", "body"].indexOf(Dt(a)) < 0; ) {
34081
34081
  var i = xt(a);
34082
34082
  if (i.transform !== "none" || i.perspective !== "none" || i.contain === "paint" || ["transform", "perspective"].indexOf(i.willChange) !== -1 || t && i.willChange === "filter" || t && i.filter && i.filter !== "none")
34083
34083
  return a;
@@ -34088,7 +34088,7 @@ function _3(e) {
34088
34088
  function Zn(e) {
34089
34089
  for (var t = Qe(e), n = Cb(e); n && A3(n) && xt(n).position === "static"; )
34090
34090
  n = Cb(n);
34091
- return n && (Lt(n) === "html" || Lt(n) === "body" && xt(n).position === "static") ? t : n || _3(e) || t;
34091
+ return n && (Dt(n) === "html" || Dt(n) === "body" && xt(n).position === "static") ? t : n || _3(e) || t;
34092
34092
  }
34093
34093
  function Rc(e) {
34094
34094
  return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
@@ -34169,7 +34169,7 @@ function Tb(e) {
34169
34169
  var T = o.hasOwnProperty("x"), E = o.hasOwnProperty("y"), m = We, A = Ve, h = window;
34170
34170
  if (u) {
34171
34171
  var b = Zn(n), R = "clientHeight", L = "clientWidth";
34172
- if (b === Qe(n) && (b = Pt(n), xt(b).position !== "static" && s === "absolute" && (R = "scrollHeight", L = "scrollWidth")), b = b, a === Ve || (a === We || a === ot) && i === $n) {
34172
+ if (b === Qe(n) && (b = Ft(n), xt(b).position !== "static" && s === "absolute" && (R = "scrollHeight", L = "scrollWidth")), b = b, a === Ve || (a === We || a === ot) && i === $n) {
34173
34173
  A = it;
34174
34174
  var k = d && b === h && h.visualViewport ? h.visualViewport.height : (
34175
34175
  // $FlowFixMe[prop-missing]
@@ -34281,10 +34281,10 @@ function kc(e) {
34281
34281
  };
34282
34282
  }
34283
34283
  function Ic(e) {
34284
- return bn(Pt(e)).left + kc(e).scrollLeft;
34284
+ return bn(Ft(e)).left + kc(e).scrollLeft;
34285
34285
  }
34286
34286
  function j3(e, t) {
34287
- var n = Qe(e), r = Pt(e), a = n.visualViewport, i = r.clientWidth, o = r.clientHeight, s = 0, l = 0;
34287
+ var n = Qe(e), r = Ft(e), a = n.visualViewport, i = r.clientWidth, o = r.clientHeight, s = 0, l = 0;
34288
34288
  if (a) {
34289
34289
  i = a.width, o = a.height;
34290
34290
  var u = Gy();
@@ -34298,7 +34298,7 @@ function j3(e, t) {
34298
34298
  };
34299
34299
  }
34300
34300
  function q3(e) {
34301
- var t, n = Pt(e), r = kc(e), a = (t = e.ownerDocument) == null ? void 0 : t.body, i = Yt(n.scrollWidth, n.clientWidth, a ? a.scrollWidth : 0, a ? a.clientWidth : 0), o = Yt(n.scrollHeight, n.clientHeight, a ? a.scrollHeight : 0, a ? a.clientHeight : 0), s = -r.scrollLeft + Ic(e), l = -r.scrollTop;
34301
+ var t, n = Ft(e), r = kc(e), a = (t = e.ownerDocument) == null ? void 0 : t.body, i = Yt(n.scrollWidth, n.clientWidth, a ? a.scrollWidth : 0, a ? a.clientWidth : 0), o = Yt(n.scrollHeight, n.clientHeight, a ? a.scrollHeight : 0, a ? a.clientHeight : 0), s = -r.scrollLeft + Ic(e), l = -r.scrollTop;
34302
34302
  return xt(a || n).direction === "rtl" && (s += Yt(n.clientWidth, a ? a.clientWidth : 0) - i), {
34303
34303
  width: i,
34304
34304
  height: o,
@@ -34311,7 +34311,7 @@ function Nc(e) {
34311
34311
  return /auto|scroll|overlay|hidden/.test(n + a + r);
34312
34312
  }
34313
34313
  function Ky(e) {
34314
- return ["html", "body", "#document"].indexOf(Lt(e)) >= 0 ? e.ownerDocument.body : bt(e) && Nc(e) ? e : Ky(Ir(e));
34314
+ return ["html", "body", "#document"].indexOf(Dt(e)) >= 0 ? e.ownerDocument.body : bt(e) && Nc(e) ? e : Ky(Ir(e));
34315
34315
  }
34316
34316
  function Fn(e, t) {
34317
34317
  var n;
@@ -34335,12 +34335,12 @@ function z3(e, t) {
34335
34335
  return n.top = n.top + e.clientTop, n.left = n.left + e.clientLeft, n.bottom = n.top + e.clientHeight, n.right = n.left + e.clientWidth, n.width = e.clientWidth, n.height = e.clientHeight, n.x = n.left, n.y = n.top, n;
34336
34336
  }
34337
34337
  function Ab(e, t, n) {
34338
- return t === qy ? Du(j3(e, n)) : Kt(t) ? z3(t, n) : Du(q3(Pt(e)));
34338
+ return t === qy ? Du(j3(e, n)) : Kt(t) ? z3(t, n) : Du(q3(Ft(e)));
34339
34339
  }
34340
34340
  function G3(e) {
34341
34341
  var t = Fn(Ir(e)), n = ["absolute", "fixed"].indexOf(xt(e).position) >= 0, r = n && bt(e) ? Zn(e) : e;
34342
34342
  return Kt(r) ? t.filter(function(a) {
34343
- return Kt(a) && Hy(a, r) && Lt(a) !== "body";
34343
+ return Kt(a) && Hy(a, r) && Dt(a) !== "body";
34344
34344
  }) : [];
34345
34345
  }
34346
34346
  function H3(e, t, n, r) {
@@ -34399,7 +34399,7 @@ function Zy(e) {
34399
34399
  }
34400
34400
  function jn(e, t) {
34401
34401
  t === void 0 && (t = {});
34402
- var n = t, r = n.placement, a = r === void 0 ? e.placement : r, i = n.strategy, o = i === void 0 ? e.strategy : i, s = n.boundary, l = s === void 0 ? g3 : s, u = n.rootBoundary, c = u === void 0 ? qy : u, d = n.elementContext, f = d === void 0 ? Rn : d, p = n.altBoundary, y = p === void 0 ? !1 : p, S = n.padding, x = S === void 0 ? 0 : S, T = Wy(typeof x != "number" ? x : Yy(x, Kn)), E = f === Rn ? m3 : Rn, m = e.rects.popper, A = e.elements[y ? E : f], h = H3(Kt(A) ? A : A.contextElement || Pt(e.elements.popper), l, c, o), b = bn(e.elements.reference), R = Zy({
34402
+ var n = t, r = n.placement, a = r === void 0 ? e.placement : r, i = n.strategy, o = i === void 0 ? e.strategy : i, s = n.boundary, l = s === void 0 ? g3 : s, u = n.rootBoundary, c = u === void 0 ? qy : u, d = n.elementContext, f = d === void 0 ? Rn : d, p = n.altBoundary, y = p === void 0 ? !1 : p, S = n.padding, x = S === void 0 ? 0 : S, T = Wy(typeof x != "number" ? x : Yy(x, Kn)), E = f === Rn ? m3 : Rn, m = e.rects.popper, A = e.elements[y ? E : f], h = H3(Kt(A) ? A : A.contextElement || Ft(e.elements.popper), l, c, o), b = bn(e.elements.reference), R = Zy({
34403
34403
  reference: b,
34404
34404
  element: m,
34405
34405
  placement: a
@@ -34611,7 +34611,7 @@ function a6(e) {
34611
34611
  b[A] = Ze, O[A] = Ze - Z;
34612
34612
  }
34613
34613
  if (s) {
34614
- var ut, en = A === "x" ? Ve : We, Ft = A === "x" ? it : ot, Fe = b[h], At = h === "y" ? "height" : "width", tn = Fe + x[en], _t = Fe - x[Ft], Ut = [Ve, We].indexOf(T) !== -1, nn = (ut = N == null ? void 0 : N[h]) != null ? ut : 0, P = Ut ? tn : Fe - R[At] - L[At] - nn + D.altAxis, q = Ut ? Fe + R[At] + L[At] - nn - D.altAxis : _t, re = p && Ut ? R3(P, Fe, q) : Pn(p ? P : tn, Fe, p ? q : _t);
34614
+ var ut, en = A === "x" ? Ve : We, Ut = A === "x" ? it : ot, Fe = b[h], At = h === "y" ? "height" : "width", tn = Fe + x[en], _t = Fe - x[Ut], Bt = [Ve, We].indexOf(T) !== -1, nn = (ut = N == null ? void 0 : N[h]) != null ? ut : 0, P = Bt ? tn : Fe - R[At] - L[At] - nn + D.altAxis, q = Bt ? Fe + R[At] + L[At] - nn - D.altAxis : _t, re = p && Bt ? R3(P, Fe, q) : Pn(p ? P : tn, Fe, p ? q : _t);
34615
34615
  b[h] = re, O[h] = re - Fe;
34616
34616
  }
34617
34617
  t.modifiersData[r] = O;
@@ -34639,14 +34639,14 @@ function l6(e) {
34639
34639
  }
34640
34640
  function u6(e, t, n) {
34641
34641
  n === void 0 && (n = !1);
34642
- var r = bt(t), a = bt(t) && l6(t), i = Pt(t), o = bn(e, a, n), s = {
34642
+ var r = bt(t), a = bt(t) && l6(t), i = Ft(t), o = bn(e, a, n), s = {
34643
34643
  scrollLeft: 0,
34644
34644
  scrollTop: 0
34645
34645
  }, l = {
34646
34646
  x: 0,
34647
34647
  y: 0
34648
34648
  };
34649
- return (r || !r && !n) && ((Lt(t) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
34649
+ return (r || !r && !n) && ((Dt(t) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
34650
34650
  Nc(i)) && (s = s6(t)), bt(t) ? (l = bn(t, !0), l.x += t.clientLeft, l.y += t.clientTop) : i && (l.x = Ic(i))), {
34651
34651
  x: o.left + s.scrollLeft - l.x,
34652
34652
  y: o.top + s.scrollTop - l.y,
@@ -34983,10 +34983,10 @@ function R6(e, t = Ob, {
34983
34983
  const a = we(!1), i = we(!1), o = Me((u) => {
34984
34984
  const c = su(e);
34985
34985
  Jy(!!c, "ClickOutside captured a close event but does not have a ref to compare it to. useClickOutside(), should be passed a ref that resolves to a DOM node"), a.current = !c || _6(u) || !A6(u) || !!Nb(c, u.target) || i.current, i.current = !1;
34986
- }, [e]), s = Nt((u) => {
34986
+ }, [e]), s = Ot((u) => {
34987
34987
  const c = su(e);
34988
34988
  c && Nb(c, u.target) ? i.current = !0 : i.current = !1;
34989
- }), l = Nt((u) => {
34989
+ }), l = Ot((u) => {
34990
34990
  a.current || t(u);
34991
34991
  });
34992
34992
  Ie(() => {
@@ -35242,7 +35242,7 @@ function sv({
35242
35242
  activeKey: s
35243
35243
  } = o || {}, l = Mb(e, t), u = n == null && e != null ? Mb(s) === l : n;
35244
35244
  return [{
35245
- onClick: Nt((d) => {
35245
+ onClick: Ot((d) => {
35246
35246
  r || (a == null || a(d), i && !d.isPropagationStopped() && i(l, d));
35247
35247
  }),
35248
35248
  "aria-disabled": r || void 0,
@@ -35298,7 +35298,7 @@ function Xn({
35298
35298
  originalEvent: O,
35299
35299
  source: B
35300
35300
  });
35301
- }, [c]), b = Nt((N, O) => {
35301
+ }, [c]), b = Ot((N, O) => {
35302
35302
  n == null || n(N, O), h(!1, O, "select"), O.isPropagationStopped() || A == null || A(N, O);
35303
35303
  }), R = Tt(() => ({
35304
35304
  toggle: h,
@@ -35310,9 +35310,9 @@ function Xn({
35310
35310
  setToggle: S
35311
35311
  }), [h, o, u, p, x, f, S]);
35312
35312
  p && T && !u && (m.current = p.contains(p.ownerDocument.activeElement));
35313
- const L = Nt(() => {
35313
+ const L = Ot(() => {
35314
35314
  x && x.focus && x.focus();
35315
- }), k = Nt(() => {
35315
+ }), k = Ot(() => {
35316
35316
  const N = E.current;
35317
35317
  let O = i;
35318
35318
  if (O == null && (O = d.current && nv(d.current) ? "keyboard" : !1), O === !1 || O === "keyboard" && !/^key.+$/.test(N))