@versini/sassysaint 5.3.9 → 5.3.10

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.
@@ -176,7 +176,7 @@ async function gr(e) {
176
176
  try {
177
177
  u = o.getPublicKeyAlgorithm();
178
178
  } catch (c) {
179
- Be("getPublicKeyAlgorithm()", c);
179
+ We("getPublicKeyAlgorithm()", c);
180
180
  }
181
181
  let h;
182
182
  if (typeof o.getPublicKey == "function")
@@ -184,14 +184,14 @@ async function gr(e) {
184
184
  const c = o.getPublicKey();
185
185
  c !== null && (h = H(c));
186
186
  } catch (c) {
187
- Be("getPublicKey()", c);
187
+ We("getPublicKey()", c);
188
188
  }
189
189
  let p;
190
190
  if (typeof o.getAuthenticatorData == "function")
191
191
  try {
192
192
  p = H(o.getAuthenticatorData());
193
193
  } catch (c) {
194
- Be("getAuthenticatorData()", c);
194
+ We("getAuthenticatorData()", c);
195
195
  }
196
196
  return {
197
197
  id: a,
@@ -209,7 +209,7 @@ async function gr(e) {
209
209
  authenticatorAttachment: Ot(r.authenticatorAttachment)
210
210
  };
211
211
  }
212
- function Be(e, t) {
212
+ function We(e, t) {
213
213
  console.warn(`The browser extension that intercepted this WebAuthn API call incorrectly implemented ${e}. You should report this error to them.
214
214
  `, t);
215
215
  }
@@ -405,7 +405,7 @@ class Ir extends te {
405
405
  return "ERR_JOSE_ALG_NOT_ALLOWED";
406
406
  }
407
407
  }
408
- let B = class extends te {
408
+ let W = class extends te {
409
409
  constructor() {
410
410
  super(...arguments), this.code = "ERR_JOSE_NOT_SUPPORTED";
411
411
  }
@@ -441,7 +441,7 @@ function J(e, t = "algorithm.name") {
441
441
  function Te(e, t) {
442
442
  return e.name === t;
443
443
  }
444
- function We(e) {
444
+ function Be(e) {
445
445
  return parseInt(e.name.slice(4), 10);
446
446
  }
447
447
  function Sr(e) {
@@ -474,7 +474,7 @@ function Ar(e, t, ...r) {
474
474
  if (!Te(e.algorithm, "HMAC"))
475
475
  throw J("HMAC");
476
476
  const a = parseInt(t.slice(2), 10);
477
- if (We(e.algorithm.hash) !== a)
477
+ if (Be(e.algorithm.hash) !== a)
478
478
  throw J(`SHA-${a}`, "algorithm.hash");
479
479
  break;
480
480
  }
@@ -484,7 +484,7 @@ function Ar(e, t, ...r) {
484
484
  if (!Te(e.algorithm, "RSASSA-PKCS1-v1_5"))
485
485
  throw J("RSASSA-PKCS1-v1_5");
486
486
  const a = parseInt(t.slice(2), 10);
487
- if (We(e.algorithm.hash) !== a)
487
+ if (Be(e.algorithm.hash) !== a)
488
488
  throw J(`SHA-${a}`, "algorithm.hash");
489
489
  break;
490
490
  }
@@ -494,7 +494,7 @@ function Ar(e, t, ...r) {
494
494
  if (!Te(e.algorithm, "RSA-PSS"))
495
495
  throw J("RSA-PSS");
496
496
  const a = parseInt(t.slice(2), 10);
497
- if (We(e.algorithm.hash) !== a)
497
+ if (Be(e.algorithm.hash) !== a)
498
498
  throw J(`SHA-${a}`, "algorithm.hash");
499
499
  break;
500
500
  }
@@ -606,7 +606,7 @@ function Pr(e) {
606
606
  }, r = e.d ? ["decrypt", "unwrapKey"] : ["encrypt", "wrapKey"];
607
607
  break;
608
608
  default:
609
- throw new B('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
609
+ throw new W('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
610
610
  }
611
611
  break;
612
612
  }
@@ -628,7 +628,7 @@ function Pr(e) {
628
628
  t = { name: "ECDH", namedCurve: e.crv }, r = e.d ? ["deriveBits"] : [];
629
629
  break;
630
630
  default:
631
- throw new B('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
631
+ throw new W('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
632
632
  }
633
633
  break;
634
634
  }
@@ -644,12 +644,12 @@ function Pr(e) {
644
644
  t = { name: e.crv }, r = e.d ? ["deriveBits"] : [];
645
645
  break;
646
646
  default:
647
- throw new B('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
647
+ throw new W('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
648
648
  }
649
649
  break;
650
650
  }
651
651
  default:
652
- throw new B('Invalid or unsupported JWK "kty" (Key Type) Parameter value');
652
+ throw new W('Invalid or unsupported JWK "kty" (Key Type) Parameter value');
653
653
  }
654
654
  return { algorithm: t, keyUsages: r };
655
655
  }
@@ -706,7 +706,7 @@ const Ht = (e) => (e == null ? void 0 : e[Symbol.toStringTag]) === "KeyObject",
706
706
  case z(e, [43, 101, 113]):
707
707
  return "Ed448";
708
708
  default:
709
- throw new B("Invalid or unsupported EC Key Curve or OKP Key Sub Type");
709
+ throw new W("Invalid or unsupported EC Key Curve or OKP Key Sub Type");
710
710
  }
711
711
  }, Mr = async (e, t, r, a, n) => {
712
712
  let o, s;
@@ -752,7 +752,7 @@ const Ht = (e) => (e == null ? void 0 : e[Symbol.toStringTag]) === "KeyObject",
752
752
  o = { name: dt(i) }, s = ["verify"];
753
753
  break;
754
754
  default:
755
- throw new B('Invalid or unsupported "alg" (Algorithm) value');
755
+ throw new W('Invalid or unsupported "alg" (Algorithm) value');
756
756
  }
757
757
  return Le.subtle.importKey(t, i, o, !1, s);
758
758
  }, Ur = (e, t, r) => Mr(/(?:-----(?:BEGIN|END) PUBLIC KEY-----|\s)/g, "spki", e, t);
@@ -771,12 +771,12 @@ async function Hr(e, t) {
771
771
  return X(e.k);
772
772
  case "RSA":
773
773
  if (e.oth !== void 0)
774
- throw new B('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');
774
+ throw new W('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');
775
775
  case "EC":
776
776
  case "OKP":
777
777
  return Ut({ ...e, alg: t });
778
778
  default:
779
- throw new B('Unsupported "kty" (Key Type) Parameter value');
779
+ throw new W('Unsupported "kty" (Key Type) Parameter value');
780
780
  }
781
781
  }
782
782
  const de = (e) => e == null ? void 0 : e[Symbol.toStringTag], qe = (e, t, r) => {
@@ -788,7 +788,7 @@ const de = (e) => e == null ? void 0 : e[Symbol.toStringTag], qe = (e, t, r) =>
788
788
  if (t.alg !== void 0 && t.alg !== e)
789
789
  throw new TypeError(`Invalid key for this operation, when present its alg must be ${e}`);
790
790
  return !0;
791
- }, Br = (e, t, r, a) => {
791
+ }, Wr = (e, t, r, a) => {
792
792
  if (!(t instanceof Uint8Array)) {
793
793
  if (a && he(t)) {
794
794
  if (Or(t) && qe(e, t, r))
@@ -800,7 +800,7 @@ const de = (e) => e == null ? void 0 : e[Symbol.toStringTag], qe = (e, t, r) =>
800
800
  if (t.type !== "secret")
801
801
  throw new TypeError(`${de(t)} instances for symmetric algorithms must be of type "secret"`);
802
802
  }
803
- }, Wr = (e, t, r, a) => {
803
+ }, Br = (e, t, r, a) => {
804
804
  if (a && he(t))
805
805
  switch (r) {
806
806
  case "sign":
@@ -825,11 +825,11 @@ const de = (e) => e == null ? void 0 : e[Symbol.toStringTag], qe = (e, t, r) =>
825
825
  if (t.algorithm && r === "encrypt" && t.type === "private")
826
826
  throw new TypeError(`${de(t)} instances for asymmetric algorithm encryption must be of type "public"`);
827
827
  };
828
- function Bt(e, t, r, a) {
829
- t.startsWith("HS") || t === "dir" || t.startsWith("PBES2") || /^A\d{3}(?:GCM)?KW$/.test(t) ? Br(t, r, a, e) : Wr(t, r, a, e);
828
+ function Wt(e, t, r, a) {
829
+ t.startsWith("HS") || t === "dir" || t.startsWith("PBES2") || /^A\d{3}(?:GCM)?KW$/.test(t) ? Wr(t, r, a, e) : Br(t, r, a, e);
830
830
  }
831
- Bt.bind(void 0, !1);
832
- const ut = Bt.bind(void 0, !0);
831
+ Wt.bind(void 0, !1);
832
+ const ut = Wt.bind(void 0, !0);
833
833
  function Gr(e, t, r, a, n) {
834
834
  if (n.crit !== void 0 && (a == null ? void 0 : a.crit) === void 0)
835
835
  throw new e('"crit" (Critical) Header Parameter MUST be integrity protected');
@@ -841,7 +841,7 @@ function Gr(e, t, r, a, n) {
841
841
  r !== void 0 ? o = new Map([...Object.entries(r), ...t.entries()]) : o = t;
842
842
  for (const s of a.crit) {
843
843
  if (!o.has(s))
844
- throw new B(`Extension Header Parameter "${s}" is not recognized`);
844
+ throw new W(`Extension Header Parameter "${s}" is not recognized`);
845
845
  if (n[s] === void 0)
846
846
  throw new e(`Extension Header Parameter "${s}" is missing`);
847
847
  if (o.get(s) && a[s] === void 0)
@@ -877,7 +877,7 @@ function Jr(e, t) {
877
877
  case "EdDSA":
878
878
  return { name: t.name };
879
879
  default:
880
- throw new B(`alg ${e} is not supported either by JOSE or your javascript runtime`);
880
+ throw new W(`alg ${e} is not supported either by JOSE or your javascript runtime`);
881
881
  }
882
882
  }
883
883
  async function Yr(e, t, r) {
@@ -972,7 +972,7 @@ async function jr(e, t, r) {
972
972
  const i = await zr({ payload: n, protected: a, signature: o }, t, r), u = { payload: i.payload, protectedHeader: i.protectedHeader };
973
973
  return typeof t == "function" ? { ...u, key: i.key } : u;
974
974
  }
975
- const qr = (e) => Math.floor(e.getTime() / 1e3), Wt = 60, Gt = Wt * 60, et = Gt * 24, Xr = et * 7, Qr = et * 365.25, Zr = /^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i, mt = (e) => {
975
+ const qr = (e) => Math.floor(e.getTime() / 1e3), Bt = 60, Gt = Bt * 60, et = Gt * 24, Xr = et * 7, Qr = et * 365.25, Zr = /^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i, mt = (e) => {
976
976
  const t = Zr.exec(e);
977
977
  if (!t || t[4] && t[1])
978
978
  throw new TypeError("Invalid time period format");
@@ -991,7 +991,7 @@ const qr = (e) => Math.floor(e.getTime() / 1e3), Wt = 60, Gt = Wt * 60, et = Gt
991
991
  case "min":
992
992
  case "mins":
993
993
  case "m":
994
- n = Math.round(r * Wt);
994
+ n = Math.round(r * Bt);
995
995
  break;
996
996
  case "hour":
997
997
  case "hours":
@@ -1231,7 +1231,7 @@ function Je(e, t, r) {
1231
1231
  const oe = "Your session has expired. For your security, please log in again to continue.", wa = "Your session has been successfully terminated.", Ye = "Login failed. Please try again.", Ta = "Error getting access token, please re-authenticate.", Ia = "You forgot to wrap your component in <AuthProvider>.", Pe = {
1232
1232
  dev: "https://auth.gizmette.local.com:3003",
1233
1233
  prod: "https://mylogin.gizmette.com/auth"
1234
- }, ke = "@@auth@@", ge = "LOADING", Ne = "LOGIN", Jt = "LOGOUT", Ee = "success", W = "failure", Yt = "include", Ft = "POST", zt = "application/json", Ae = {
1234
+ }, ke = "@@auth@@", ge = "LOADING", Ne = "LOGIN", Jt = "LOGOUT", Ee = "success", B = "failure", Yt = "include", Ft = "POST", zt = "application/json", Ae = {
1235
1235
  GET_REGISTRATION_OPTIONS: `mutation GetPasskeyRegistrationOptions(
1236
1236
  $clientId: String!,
1237
1237
  $username: String!,
@@ -1353,14 +1353,14 @@ const oe = "Your session has expired. For your security, please log in again to
1353
1353
  }
1354
1354
  );
1355
1355
  if (o.status !== 200)
1356
- return { status: W, data: [] };
1356
+ return { status: B, data: [] };
1357
1357
  const { data: s } = await o.json();
1358
1358
  return {
1359
1359
  status: Ee,
1360
1360
  data: s[t.method]
1361
1361
  };
1362
1362
  } catch (n) {
1363
- return console.error(n), { status: W, data: [] };
1363
+ return console.error(n), { status: B, data: [] };
1364
1364
  }
1365
1365
  }, Me = async ({
1366
1366
  type: e,
@@ -1381,14 +1381,14 @@ const oe = "Your session has expired. For your security, please log in again to
1381
1381
  }
1382
1382
  );
1383
1383
  if (a.status !== 200)
1384
- return { status: W, data: [] };
1384
+ return { status: B, data: [] };
1385
1385
  const { data: n } = await a.json();
1386
1386
  return {
1387
1387
  status: Ee,
1388
1388
  data: n || []
1389
1389
  };
1390
1390
  } catch (a) {
1391
- return console.error(a), { status: W, data: [] };
1391
+ return console.error(a), { status: B, data: [] };
1392
1392
  }
1393
1393
  }, va = process.env.NODE_ENV === "production", jt = !va, qt = {
1394
1394
  isLoading: !0,
@@ -1421,11 +1421,11 @@ const oe = "Your session has expired. For your security, please log in again to
1421
1421
  domain: r,
1422
1422
  idToken: a
1423
1423
  }
1424
- })) == null ? void 0 : n.status) || W
1424
+ })) == null ? void 0 : n.status) || B
1425
1425
  };
1426
1426
  } catch {
1427
1427
  return {
1428
- status: W
1428
+ status: B
1429
1429
  };
1430
1430
  }
1431
1431
  }, Aa = async ({
@@ -1492,12 +1492,12 @@ const oe = "Your session has expired. For your security, please log in again to
1492
1492
  status: Ee,
1493
1493
  data: n.data.code
1494
1494
  } : {
1495
- status: W,
1495
+ status: B,
1496
1496
  data: ""
1497
1497
  };
1498
1498
  } catch {
1499
1499
  return {
1500
- status: W,
1500
+ status: B,
1501
1501
  data: ""
1502
1502
  };
1503
1503
  }
@@ -1580,11 +1580,11 @@ class Ra {
1580
1580
  newAccessToken: s.accessToken,
1581
1581
  newRefreshToken: s.refreshToken
1582
1582
  }) : {
1583
- status: W
1583
+ status: B
1584
1584
  };
1585
1585
  } else
1586
1586
  return {
1587
- status: W
1587
+ status: B
1588
1588
  };
1589
1589
  }
1590
1590
  }
@@ -1922,8 +1922,8 @@ function Ma(e) {
1922
1922
  }
1923
1923
  throw new TypeError("Expected a finite number or bigint");
1924
1924
  }
1925
- const Ua = (e) => e === 0 || e === 0n, Ka = (e, t) => t === 1 || t === 1n ? e : `${e}s`, Ha = 1e-7, Ba = 24n * 60n * 60n * 1000n;
1926
- function Wa(e, t) {
1925
+ const Ua = (e) => e === 0 || e === 0n, Ka = (e, t) => t === 1 || t === 1n ? e : `${e}s`, Ha = 1e-7, Wa = 24n * 60n * 60n * 1000n;
1926
+ function Ba(e, t) {
1927
1927
  const r = typeof e == "bigint";
1928
1928
  if (!r && !Number.isFinite(e))
1929
1929
  throw new TypeError("Expected a finite number or bigint");
@@ -1959,7 +1959,7 @@ function Wa(e, t) {
1959
1959
  );
1960
1960
  }
1961
1961
  } else {
1962
- const p = (r ? Number(e % Ba) : e) / 1e3 % 60, m = typeof t.secondsDecimalDigits == "number" ? t.secondsDecimalDigits : 1, c = o(p, m), d = t.keepDecimalsOnWholeSeconds ? c : c.replace(/\.0+$/, "");
1962
+ const p = (r ? Number(e % Wa) : e) / 1e3 % 60, m = typeof t.secondsDecimalDigits == "number" ? t.secondsDecimalDigits : 1, c = o(p, m), d = t.keepDecimalsOnWholeSeconds ? c : c.replace(/\.0+$/, "");
1963
1963
  s(Number.parseFloat(d), "second", "s", d);
1964
1964
  }
1965
1965
  if (n.length === 0)
@@ -2016,11 +2016,11 @@ const Ga = process.env.NODE_ENV === "production", rt = !Ga, Va = rt ? "gizmette.
2016
2016
  e
2017
2017
  );
2018
2018
  });
2019
- }, Bo = (e, t) => t ? Object.keys(t).map((r) => /* @__PURE__ */ l("dl", { className: "my-0", children: /* @__PURE__ */ I("div", { className: "flex items-center justify-between", children: [
2019
+ }, Wo = (e, t) => t ? Object.keys(t).map((r) => /* @__PURE__ */ l("dl", { className: "my-0", children: /* @__PURE__ */ I("div", { className: "flex items-center justify-between", children: [
2020
2020
  /* @__PURE__ */ l("dt", { className: "my-1 inline-block font-bold text-copy-dark dark:text-copy-lighter", children: r }),
2021
2021
  /* @__PURE__ */ l("dd", { className: "my-1 inline-block", children: t[r] })
2022
2022
  ] }) }, `${e}-${r}`)) : null;
2023
- function Wo({
2023
+ function Bo({
2024
2024
  data: e,
2025
2025
  formatter: t = (r) => r
2026
2026
  }) {
@@ -2037,7 +2037,7 @@ const Go = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
2037
2037
  signDisplay: "never",
2038
2038
  minimumFractionDigits: 0,
2039
2039
  maximumFractionDigits: 0
2040
- }), Jo = (e) => e > 0 ? Wa(e, {
2040
+ }), Jo = (e) => e > 0 ? Ba(e, {
2041
2041
  secondsDecimalDigits: 2,
2042
2042
  unitCount: 2
2043
2043
  }) : "N/A", Ja = (e) => f(
@@ -3497,7 +3497,14 @@ try {
3497
3497
  });
3498
3498
  } catch {
3499
3499
  }
3500
- const Kn = "ASK! ME! ANYTHING!", sr = "Sassy Saint", Hn = "gizmette.com", Bn = "Log in", Wn = "Sign in with a Passkey", Fo = "Log out", Gn = "Password", Vn = "Powered by ", zo = "Send", jo = "Profile", qo = "Statistics", Xo = "Chat history", Qo = "About", Zo = "Type your question here", es = "Clear chat", ts = "Cancel chat", rs = "N/A", as = "Tags are pre-filled buttons available on the main screen, to help you quickly start requests. The label is used for the button, and the content is what will be inserted in the chat when the button is pressed.", ns = {
3500
+ const Kn = "ASK! ME! ANYTHING!", sr = "Sassy Saint", Hn = "gizmette.com", Wn = "Log in", Bn = "Sign in with a Passkey", Fo = "Log out", Gn = "Password", Vn = "Powered by ", zo = "Send", jo = "Profile", qo = "Statistics", Xo = "Chat history", Qo = "About", Zo = "Type your question here", es = {
3501
+ ACTION_WHILE_STREAMING: {
3502
+ content: "Cancel chat"
3503
+ },
3504
+ ACTION_WHILE_NOT_STREAMING: {
3505
+ content: "New chat"
3506
+ }
3507
+ }, ts = "N/A", rs = "Tags are pre-filled buttons available on the main screen, to help you quickly start requests. The label is used for the button, and the content is what will be inserted in the chat when the button is pressed.", as = {
3501
3508
  PREFERENCES: {
3502
3509
  TITLE: "User settings",
3503
3510
  NAME: "Name",
@@ -3594,11 +3601,11 @@ const Jn = "av-footer", Yn = (e) => {
3594
3601
  engine: Fe,
3595
3602
  engines: []
3596
3603
  }
3597
- }), os = O.createContext({
3604
+ }), ns = O.createContext({
3598
3605
  state: { searchString: "", sortedCell: "", sortDirection: "" },
3599
3606
  dispatch: () => {
3600
3607
  }
3601
- }), ss = O.createContext({
3608
+ }), os = O.createContext({
3602
3609
  state: { tag: "" },
3603
3610
  dispatch: () => {
3604
3611
  }
@@ -3613,7 +3620,7 @@ const Jn = "av-footer", Yn = (e) => {
3613
3620
  row1: /* @__PURE__ */ I("div", { children: [
3614
3621
  sr,
3615
3622
  " v",
3616
- "5.5.1",
3623
+ "5.5.2",
3617
3624
  " - ",
3618
3625
  Vn,
3619
3626
  t && t.engine,
@@ -3630,7 +3637,7 @@ const Jn = "av-footer", Yn = (e) => {
3630
3637
  }, qn = _t(
3631
3638
  () => import(
3632
3639
  /* webpackChunkName: "LazyHeader" */
3633
- "./LazyHeader.C3UmEKkw.js"
3640
+ "./LazyHeader.Bt3Z4u-6.js"
3634
3641
  )
3635
3642
  ), Xn = () => {
3636
3643
  const { isAuthenticated: e } = tt();
@@ -3717,7 +3724,7 @@ const Jn = "av-footer", Yn = (e) => {
3717
3724
  noBorder: !0,
3718
3725
  type: "submit",
3719
3726
  className: "mb-4 mt-6",
3720
- children: Bn
3727
+ children: Wn
3721
3728
  }
3722
3729
  ) })
3723
3730
  ] }) }) }),
@@ -3730,7 +3737,7 @@ const Jn = "av-footer", Yn = (e) => {
3730
3737
  fullWidth: !0,
3731
3738
  noBorder: !0,
3732
3739
  className: "mb-4 mt-1",
3733
- labelRight: Wn,
3740
+ labelRight: Bn,
3734
3741
  onClick: r,
3735
3742
  children: /* @__PURE__ */ l(un, { className: "size-7" })
3736
3743
  }
@@ -3741,14 +3748,14 @@ const Jn = "av-footer", Yn = (e) => {
3741
3748
  ] });
3742
3749
  }, Zn = new URL(document.location.href).searchParams, eo = !!Zn.get("debug") || !1, to = _t(() => import(
3743
3750
  /* webpackChunkName: "LazyApp" */
3744
- "./App.CiWR0jbo.js"
3751
+ "./App.wwhSvbRQ.js"
3745
3752
  ).then((e) => e.App)), ro = ({ isComponent: e }) => {
3746
3753
  const { isAuthenticated: t } = tt();
3747
3754
  return t ? /* @__PURE__ */ l(Nt, { fallback: /* @__PURE__ */ l("div", {}), children: /* @__PURE__ */ l(to, { isComponent: e }) }) : /* @__PURE__ */ l(Qn, {});
3748
3755
  }, ao = ({
3749
3756
  isComponent: e = !1,
3750
3757
  domain: t = Va
3751
- }) => /* @__PURE__ */ l(ye, { children: /* @__PURE__ */ l(Pa, { clientId: Da, domain: t, debug: eo, children: /* @__PURE__ */ l(ro, { isComponent: e }) }) }), is = ({ domain: e }) => /* @__PURE__ */ l(ao, { isComponent: !0, domain: e });
3758
+ }) => /* @__PURE__ */ l(ye, { children: /* @__PURE__ */ l(Pa, { clientId: Da, domain: t, debug: eo, children: /* @__PURE__ */ l(ro, { isComponent: e }) }) }), ss = ({ domain: e }) => /* @__PURE__ */ l(ao, { isComponent: !0, domain: e });
3752
3759
  export {
3753
3760
  Qo as ABOUT_TITLE,
3754
3761
  _o as ACTION_ENGINE,
@@ -3764,9 +3771,7 @@ export {
3764
3771
  xo as ACTION_TOGGLE_TAG,
3765
3772
  zn as AppContext,
3766
3773
  jn as AppFooter,
3767
- ts as CANCEL,
3768
- ns as CARDS,
3769
- es as CLEAR,
3774
+ as as CARDS,
3770
3775
  Fe as DEFAULT_AI_ENGINE,
3771
3776
  sn as E,
3772
3777
  wo as ENGINE_ANTHROPIC,
@@ -3775,7 +3780,7 @@ export {
3775
3780
  ue as G,
3776
3781
  To as GPT4_MAX_TOKENS,
3777
3782
  Xo as HISTORY_TITLE,
3778
- os as HistoryContext,
3783
+ ns as HistoryContext,
3779
3784
  Do as LOCAL_STORAGE_CHAT_DETAILS,
3780
3785
  Mo as LOCAL_STORAGE_ENGINE_TOGGLE,
3781
3786
  Po as LOCAL_STORAGE_PREFIX,
@@ -3783,7 +3788,7 @@ export {
3783
3788
  Lo as LOCAL_STORAGE_SORT,
3784
3789
  Fo as LOG_OUT,
3785
3790
  Xn as MessagesContainerHeader,
3786
- rs as NA,
3791
+ ts as NA,
3787
3792
  Xe as O,
3788
3793
  jo as PROFILE_TITLE,
3789
3794
  Zt as R,
@@ -3795,14 +3800,15 @@ export {
3795
3800
  zo as SEND,
3796
3801
  qo as STATS,
3797
3802
  Uo as STATS_SEPARATOR,
3798
- is as SassySaint,
3799
- as as TAGS_DESCRIPTION,
3803
+ ss as SassySaint,
3804
+ rs as TAGS_DESCRIPTION,
3805
+ es as TOOLBOX,
3800
3806
  Zo as TYPE_QUESTION,
3801
- ss as TagsContext,
3807
+ os as TagsContext,
3802
3808
  It as b,
3803
3809
  gn as d,
3804
3810
  Jo as durationFormatter,
3805
- Wo as extractAverage,
3811
+ Bo as extractAverage,
3806
3812
  Ke as g,
3807
3813
  Ho as getCurrentGeoLocation,
3808
3814
  Ja as getMessageContaintWrapperClass,
@@ -3811,7 +3817,7 @@ export {
3811
3817
  ot as me,
3812
3818
  Vo as numberFormatter,
3813
3819
  Yo as pluralize,
3814
- Bo as renderDataAsList,
3820
+ Wo as renderDataAsList,
3815
3821
  tt as rn,
3816
3822
  Ko as truncate,
3817
3823
  un as v
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.BiQ5lu6V.js";
2
+ import { SassySaint as a } from "../../chunks/index.BduqxN2L.js";
3
3
  export {
4
4
  a as SassySaint
5
5
  };
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- import { SassySaint as r } from "./chunks/index.BiQ5lu6V.js";
1
+ import { SassySaint as r } from "./chunks/index.BduqxN2L.js";
2
2
  /*!
3
- @sassysaint/client v5.5.1
3
+ @sassysaint/client v5.5.2
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "5.5.1",
9
- buildTime: "11/28/2024 04:24 PM EST",
8
+ version: "5.5.2",
9
+ buildTime: "11/28/2024 05:10 PM EST",
10
10
  license: "MIT"
11
11
  });
12
12
  } catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/sassysaint",
3
- "version": "5.3.9",
3
+ "version": "5.3.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -30,7 +30,7 @@
30
30
  "react-dom": "18.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@sassysaint/client": "5.5.1",
33
+ "@sassysaint/client": "5.5.2",
34
34
  "@versini/ui-styles": "1.11.1"
35
35
  },
36
36
  "dependencies": {
@@ -41,5 +41,5 @@
41
41
  "sideEffects": [
42
42
  "**/*.css"
43
43
  ],
44
- "gitHead": "4cdb4759bdf477b4065c3863bea33440d3e93bc7"
44
+ "gitHead": "aafff7d1090a29087a815a2ac44f103799fc4653"
45
45
  }