@versini/sassysaint 8.63.0 → 8.63.2

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.
Files changed (25) hide show
  1. package/dist/chunks/{AboutChangelog.CcpXjtz2.js → AboutChangelog.CgWpnt0-.js} +2 -2
  2. package/dist/chunks/{AboutEntry.D-K-8suU.js → AboutEntry.BFRP5ooB.js} +7 -7
  3. package/dist/chunks/{App.BUHkBnAs.js → App.D8Oj9Bd0.js} +49 -49
  4. package/dist/chunks/{Chart.f_78Yn-S.js → Chart.mqvnca1I.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.BMzfA5pX.js → ChatBubbleAssistant.B_DX9nDw.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.BkwIMaLA.js → ChatBubbleUser.C96o2VKH.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.z1gXvLbS.js → ChatHistoryTable._bY62ApI.js} +8 -8
  8. package/dist/chunks/{HistoryEntry.6LhEmpQ3.js → HistoryEntry.M11etosA.js} +16 -16
  9. package/dist/chunks/{ProfileEntry.BVd9oy8m.js → ProfileEntry.KP6M4PBq.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.BITLpN9E.js → SettingsEntry.CX10SPfm.js} +5 -5
  11. package/dist/chunks/{Table.BuN5VZQJ.js → Table.NnkjKlVb.js} +20 -20
  12. package/dist/chunks/{UsageEntry.B5xt2ba5.js → UsageEntry.BK-OcL7q.js} +3 -3
  13. package/dist/chunks/{UserMemoriesPanel.DU82nD6K.js → UserMemoriesPanel.NWSSZYbD.js} +3 -3
  14. package/dist/chunks/{index.Cq79kge7.js → index.BVu4RUti.js} +1 -1
  15. package/dist/chunks/{index.TsLNeuu8.js → index.BbLkbhwA.js} +12 -12
  16. package/dist/chunks/{index.hfGQXbdH.js → index.CbLRQ-C6.js} +1 -1
  17. package/dist/chunks/{index.W_JEPkEx.js → index.CpPz5lxv.js} +1 -1
  18. package/dist/chunks/{index.Bmi4qytW.js → index.CzY76ftr.js} +2 -2
  19. package/dist/chunks/{index.DEwRELHl.js → index.DmgHQege.js} +3 -3
  20. package/dist/chunks/{index.BCvnlzn1.js → index.KbKMiFvR.js} +87 -87
  21. package/dist/chunks/{useMarkdown.D7Tx0mAO.js → useMarkdown.sGAWsCHR.js} +12 -12
  22. package/dist/components/SassySaint/SassySaint.js +1 -1
  23. package/dist/index.js +4 -4
  24. package/dist/style.css +2 -2
  25. package/package.json +5 -5
@@ -669,7 +669,7 @@ var xr = class {
669
669
  case "fetch":
670
670
  return {
671
671
  ...r,
672
- ...Dr(r.data, this.options),
672
+ ...Mr(r.data, this.options),
673
673
  fetchMeta: e.meta ?? null
674
674
  };
675
675
  case "success":
@@ -719,7 +719,7 @@ var xr = class {
719
719
  });
720
720
  }
721
721
  };
722
- function Dr(e, t) {
722
+ function Mr(e, t) {
723
723
  return {
724
724
  fetchFailureCount: 0,
725
725
  fetchFailureReason: null,
@@ -824,11 +824,11 @@ var ra = class extends ke {
824
824
  }
825
825
  trackResult(e, t) {
826
826
  return new Proxy(e, {
827
- get: (r, s) => (this.trackProp(s), t?.(s), s === "promise" && !this.options.experimental_prefetchInRender && this.#o.status === "pending" && this.#o.reject(
827
+ get: (r, s) => (this.trackProp(s), t?.(s), s === "promise" && (this.trackProp("data"), !this.options.experimental_prefetchInRender && this.#o.status === "pending" && this.#o.reject(
828
828
  new Error(
829
829
  "experimental_prefetchInRender feature flag is not enabled"
830
830
  )
831
- ), Reflect.get(r, s))
831
+ )), Reflect.get(r, s))
832
832
  });
833
833
  }
834
834
  trackProp(e) {
@@ -897,7 +897,7 @@ var ra = class extends ke {
897
897
  const v = this.hasListeners(), x = !v && sr(e, t), _ = v && ar(e, r, t, s);
898
898
  (x || _) && (d = {
899
899
  ...d,
900
- ...Dr(f.data, e.options)
900
+ ...Mr(f.data, e.options)
901
901
  }), t._optimisticResults === "isRestoring" && (d.fetchStatus = "idle");
902
902
  }
903
903
  let { error: m, errorUpdatedAt: p, status: g } = d;
@@ -1119,7 +1119,7 @@ var ia = class extends xr {
1119
1119
  #r;
1120
1120
  #a;
1121
1121
  constructor(e) {
1122
- super(), this.#e = e.client, this.mutationId = e.mutationId, this.#r = e.mutationCache, this.#t = [], this.state = e.state || Mr(), this.setOptions(e.options), this.scheduleGc();
1122
+ super(), this.#e = e.client, this.mutationId = e.mutationId, this.#r = e.mutationCache, this.#t = [], this.state = e.state || Dr(), this.setOptions(e.options), this.scheduleGc();
1123
1123
  }
1124
1124
  setOptions(e) {
1125
1125
  this.options = e, this.updateGcTime(this.options.gcTime);
@@ -1316,7 +1316,7 @@ var ia = class extends xr {
1316
1316
  });
1317
1317
  }
1318
1318
  };
1319
- function Mr() {
1319
+ function Dr() {
1320
1320
  return {
1321
1321
  context: void 0,
1322
1322
  data: void 0,
@@ -1456,7 +1456,7 @@ var ca = class extends ke {
1456
1456
  return this.#a = t, this.#r?.removeObserver(this), this.#r = this.#e.getMutationCache().build(this.#e, this.options), this.#r.addObserver(this), this.#r.execute(e);
1457
1457
  }
1458
1458
  #s() {
1459
- const e = this.#r?.state ?? Mr();
1459
+ const e = this.#r?.state ?? Dr();
1460
1460
  this.#t = {
1461
1461
  ...e,
1462
1462
  isPending: e.status === "pending",
@@ -2145,7 +2145,7 @@ const qr = (e) => Br(e) || Wr(e), Pa = (...e) => {
2145
2145
  function $a(e) {
2146
2146
  return typeof e == "object" && e !== null;
2147
2147
  }
2148
- const De = (e) => {
2148
+ const Me = (e) => {
2149
2149
  if (!$a(e) || Object.prototype.toString.call(e) !== "[object Object]")
2150
2150
  return !1;
2151
2151
  if (Object.getPrototypeOf(e) === null)
@@ -2167,7 +2167,7 @@ const De = (e) => {
2167
2167
  if (e[r] !== t[r])
2168
2168
  return !1;
2169
2169
  return !0;
2170
- }, Da = (e) => ({ data: e, pos: 0 }), et = (e) => {
2170
+ }, Ma = (e) => ({ data: e, pos: 0 }), et = (e) => {
2171
2171
  const t = e.data[e.pos++];
2172
2172
  if (t & 128) {
2173
2173
  const r = t & 127;
@@ -2183,7 +2183,7 @@ const De = (e) => {
2183
2183
  }, jr = (e, t) => {
2184
2184
  const r = e.data.subarray(e.pos, e.pos + t);
2185
2185
  return e.pos += t, r;
2186
- }, Ma = (e) => {
2186
+ }, Da = (e) => {
2187
2187
  tt(e, 6, "Expected algorithm OID");
2188
2188
  const t = et(e);
2189
2189
  return jr(e, t);
@@ -2194,7 +2194,7 @@ function La(e) {
2194
2194
  return { algIdStart: e.pos, algIdLength: t };
2195
2195
  }
2196
2196
  const Ua = (e) => {
2197
- const t = Ma(e);
2197
+ const t = Da(e);
2198
2198
  if (mt(t, [43, 101, 110]))
2199
2199
  return "X25519";
2200
2200
  if (!mt(t, [42, 134, 72, 206, 61, 2, 1]))
@@ -2268,7 +2268,7 @@ const Ua = (e) => {
2268
2268
  const s = Ha(e, /(?:-----(?:BEGIN|END) PUBLIC KEY-----|\s)/g);
2269
2269
  let a = r;
2270
2270
  return t?.startsWith?.("ECDH-ES") && (a ||= {}, a.getNamedCurve = (n) => {
2271
- const i = Da(n);
2271
+ const i = Ma(n);
2272
2272
  return La(i), Ua(i);
2273
2273
  }), Fa("spki", s, t, a);
2274
2274
  };
@@ -2393,7 +2393,7 @@ const qa = (e, t, r, s, a) => {
2393
2393
  return new Set(t);
2394
2394
  };
2395
2395
  function Kt(e) {
2396
- return De(e) && typeof e.kty == "string";
2396
+ return Me(e) && typeof e.kty == "string";
2397
2397
  }
2398
2398
  function Va(e) {
2399
2399
  return e.kty !== "oct" && (e.kty === "AKP" && typeof e.priv == "string" || typeof e.d == "string");
@@ -2663,7 +2663,7 @@ const lr = async (e, t, r, s = !1) => {
2663
2663
  }
2664
2664
  };
2665
2665
  async function an(e, t, r) {
2666
- if (!De(e))
2666
+ if (!Me(e))
2667
2667
  throw new L("Flattened JWS must be an object");
2668
2668
  if (e.protected === void 0 && e.header === void 0)
2669
2669
  throw new L('Flattened JWS must have either of the "protected" or "header" members');
@@ -2673,7 +2673,7 @@ async function an(e, t, r) {
2673
2673
  throw new L("JWS Payload missing");
2674
2674
  if (typeof e.signature != "string")
2675
2675
  throw new L("JWS Signature missing or incorrect type");
2676
- if (e.header !== void 0 && !De(e.header))
2676
+ if (e.header !== void 0 && !Me(e.header))
2677
2677
  throw new L("JWS Unprotected Header incorrect type");
2678
2678
  let s = {};
2679
2679
  if (e.protected)
@@ -2785,7 +2785,7 @@ function hn(e, t, r = {}) {
2785
2785
  s = JSON.parse(Ce.decode(t));
2786
2786
  } catch {
2787
2787
  }
2788
- if (!De(s))
2788
+ if (!Me(s))
2789
2789
  throw new re("JWT Claims Set must be a top-level JSON object");
2790
2790
  const { typ: a } = r;
2791
2791
  if (a && (typeof e.typ != "string" || dr(e.typ) !== dr(a)))
@@ -2868,11 +2868,11 @@ function mn(e) {
2868
2868
  } catch {
2869
2869
  throw new re("Failed to parse the decoded payload as JSON");
2870
2870
  }
2871
- if (!De(a))
2871
+ if (!Me(a))
2872
2872
  throw new re("Invalid JWT Claims Set");
2873
2873
  return a;
2874
2874
  }
2875
- const Me = async (e) => {
2875
+ const De = async (e) => {
2876
2876
  try {
2877
2877
  const t = F.ALG, r = await Wa(Aa, t);
2878
2878
  return await fn(e, r, {
@@ -2887,11 +2887,11 @@ const Me = async (e) => {
2887
2887
  } catch {
2888
2888
  return;
2889
2889
  }
2890
- }, D = [];
2890
+ }, M = [];
2891
2891
  for (let e = 0; e < 256; ++e)
2892
- D.push((e + 256).toString(16).slice(1));
2892
+ M.push((e + 256).toString(16).slice(1));
2893
2893
  function yn(e, t = 0) {
2894
- return (D[e[t + 0]] + D[e[t + 1]] + D[e[t + 2]] + D[e[t + 3]] + "-" + D[e[t + 4]] + D[e[t + 5]] + "-" + D[e[t + 6]] + D[e[t + 7]] + "-" + D[e[t + 8]] + D[e[t + 9]] + "-" + D[e[t + 10]] + D[e[t + 11]] + D[e[t + 12]] + D[e[t + 13]] + D[e[t + 14]] + D[e[t + 15]]).toLowerCase();
2894
+ return (M[e[t + 0]] + M[e[t + 1]] + M[e[t + 2]] + M[e[t + 3]] + "-" + M[e[t + 4]] + M[e[t + 5]] + "-" + M[e[t + 6]] + M[e[t + 7]] + "-" + M[e[t + 8]] + M[e[t + 9]] + "-" + M[e[t + 10]] + M[e[t + 11]] + M[e[t + 12]] + M[e[t + 13]] + M[e[t + 14]] + M[e[t + 15]]).toLowerCase();
2895
2895
  }
2896
2896
  let pt;
2897
2897
  const gn = new Uint8Array(16);
@@ -3281,12 +3281,12 @@ const pr = (e, t) => {
3281
3281
  window.localStorage.setItem(e, r), es(e, r);
3282
3282
  }, xn = (e) => {
3283
3283
  window.localStorage.removeItem(e), es(e, null);
3284
- }, yr = (e) => window.localStorage.getItem(e), Dn = (e) => (window.addEventListener("storage", e), () => window.removeEventListener("storage", e));
3284
+ }, yr = (e) => window.localStorage.getItem(e), Mn = (e) => (window.addEventListener("storage", e), () => window.removeEventListener("storage", e));
3285
3285
  function Ke({
3286
3286
  key: e,
3287
3287
  initialValue: t
3288
3288
  }) {
3289
- const r = Us(Dn, () => yr(e)), s = Y(
3289
+ const r = Us(Mn, () => yr(e)), s = Y(
3290
3290
  (i) => {
3291
3291
  try {
3292
3292
  const o = typeof i == "function" ? i(JSON.parse(r)) : i;
@@ -3309,11 +3309,11 @@ function Ke({
3309
3309
  }
3310
3310
  }, [e, t]), [r ? JSON.parse(r) : null, s, a, n];
3311
3311
  }
3312
- const M = [];
3312
+ const D = [];
3313
3313
  for (let e = 0; e < 256; ++e)
3314
- M.push((e + 256).toString(16).slice(1));
3315
- function Mn(e, t = 0) {
3316
- return (M[e[t + 0]] + M[e[t + 1]] + M[e[t + 2]] + M[e[t + 3]] + "-" + M[e[t + 4]] + M[e[t + 5]] + "-" + M[e[t + 6]] + M[e[t + 7]] + "-" + M[e[t + 8]] + M[e[t + 9]] + "-" + M[e[t + 10]] + M[e[t + 11]] + M[e[t + 12]] + M[e[t + 13]] + M[e[t + 14]] + M[e[t + 15]]).toLowerCase();
3314
+ D.push((e + 256).toString(16).slice(1));
3315
+ function Dn(e, t = 0) {
3316
+ return (D[e[t + 0]] + D[e[t + 1]] + D[e[t + 2]] + D[e[t + 3]] + "-" + D[e[t + 4]] + D[e[t + 5]] + "-" + D[e[t + 6]] + D[e[t + 7]] + "-" + D[e[t + 8]] + D[e[t + 9]] + "-" + D[e[t + 10]] + D[e[t + 11]] + D[e[t + 12]] + D[e[t + 13]] + D[e[t + 14]] + D[e[t + 15]]).toLowerCase();
3317
3317
  }
3318
3318
  let Et;
3319
3319
  const Ln = new Uint8Array(16);
@@ -3333,7 +3333,7 @@ function wt(e, t, r) {
3333
3333
  const s = e.random ?? e.rng?.() ?? Un();
3334
3334
  if (s.length < 16)
3335
3335
  throw new Error("Random bytes length must be >= 16");
3336
- return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, Mn(s);
3336
+ return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, Dn(s);
3337
3337
  }
3338
3338
  const ve = "Your session has expired. For your security, please log in again to continue.", Hn = "Your session has been successfully terminated.", St = "Login failed. Please try again.", Kn = "Error getting access token, please re-authenticate.", Gn = "You forgot to wrap your component in <AuthProvider>.", Ge = "@@auth@@", Ne = "LOADING", je = "LOGIN", ts = "LOGOUT", Le = "success", te = "failure", rs = "include", ss = "POST", as = "application/json", Be = {
3339
3339
  GET_REGISTRATION_OPTIONS: `mutation GetPasskeyRegistrationOptions(
@@ -3558,7 +3558,7 @@ const ve = "Your session has expired. For your security, please log in again to
3558
3558
  domain: c,
3559
3559
  ua: f
3560
3560
  }
3561
- }), l = await Me(u?.data?.idToken);
3561
+ }), l = await De(u?.data?.idToken);
3562
3562
  return l && l.payload[F.USER_ID_KEY] !== "" && l.payload[F.NONCE_KEY] === s ? {
3563
3563
  idToken: u.data.idToken,
3564
3564
  accessToken: u.data.accessToken,
@@ -3626,7 +3626,7 @@ const ve = "Your session has expired. For your security, please log in again to
3626
3626
  accessToken: a,
3627
3627
  domain: n
3628
3628
  }
3629
- }), c = await Me(o?.data?.accessToken);
3629
+ }), c = await De(o?.data?.accessToken);
3630
3630
  return c && c.payload[F.USER_ID_KEY] !== "" && c.payload[F.NONCE_KEY] === r ? {
3631
3631
  accessToken: o.data.accessToken,
3632
3632
  refreshToken: o.data.refreshToken,
@@ -3672,7 +3672,7 @@ class Yn {
3672
3672
  nonce: a,
3673
3673
  domain: n
3674
3674
  }) {
3675
- const i = await Me(this.refreshToken);
3675
+ const i = await De(this.refreshToken);
3676
3676
  if (i && i.payload[F.USER_ID_KEY] !== "") {
3677
3677
  const o = await Jn({
3678
3678
  endpoint: t,
@@ -3810,7 +3810,7 @@ const Ie = () => {
3810
3810
  if (!f.current)
3811
3811
  return i.isLoading && d !== null ? (async () => {
3812
3812
  try {
3813
- const w = await Me(d);
3813
+ const w = await De(d);
3814
3814
  w && w.payload[F.USER_ID_KEY] !== "" ? (c("useEffect: setting the authentication state"), o({
3815
3815
  type: je,
3816
3816
  payload: {
@@ -3876,7 +3876,7 @@ const Ie = () => {
3876
3876
  if (w && T && T.userId) {
3877
3877
  if (m) {
3878
3878
  c("getAccessToken");
3879
- const le = await Me(m);
3879
+ const le = await De(m);
3880
3880
  if (le && le.payload[F.USER_ID_KEY] !== "")
3881
3881
  return m;
3882
3882
  }
@@ -4204,7 +4204,7 @@ const kc = "user", Nc = "assistant", Pc = "data", Ue = "OpenAI", lt = "Anthropic
4204
4204
  [lt]: [ms, ps],
4205
4205
  [ut]: [ys, gs],
4206
4206
  [ds]: [bs, Es]
4207
- }, Dc = "x-diggidy-chat-id", Mc = (e) => {
4207
+ }, Mc = "x-diggidy-chat-id", Dc = (e) => {
4208
4208
  for (const [t, r] of Object.entries(
4209
4209
  fi
4210
4210
  ))
@@ -5041,7 +5041,7 @@ function xi({
5041
5041
  );
5042
5042
  return t(s ? s / r.length : 0);
5043
5043
  }
5044
- const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length - 1].message.role === e, Mi = new Intl.NumberFormat("en", {
5044
+ const Mi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length - 1].message.role === e, Di = new Intl.NumberFormat("en", {
5045
5045
  style: "decimal",
5046
5046
  signDisplay: "never",
5047
5047
  minimumFractionDigits: 0,
@@ -5104,7 +5104,7 @@ const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
5104
5104
  theme: c,
5105
5105
  transition: f,
5106
5106
  icon: d
5107
- }), Xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, DOMAIN: Ts, convertCamelCaseToReadable: Bi, convertDDToDMS: jt, convertLatitudeToDMS: Ci, convertLongitudeToDMS: Oi, debounce: Fi, durationFormatter: Li, extractAverage: xi, getCurrentGeoLocation: ki, getLayoutPaddingClass: Is, getMessageContaintWrapperClass: As, isDev: qt, isLastMessageFromRole: Di, isPWAMode: Gi, isProbablyMobile: Rs, isProbablyTablet: Cs, isProbablyiPad: Ki, isProbablyiPhone: Hi, isProd: vs, isTauri: _s, numberFormatter: Mi, obfuscate: Ni, pluralize: Ui, renderDataAsList: $i, toastOptions: Wi, unObfuscate: Pi }, Symbol.toStringTag, { value: "Module" })), vr = "av-button", dt = "icon", Vt = "button", Dt = "link", qi = ({
5107
+ }), Xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, DOMAIN: Ts, convertCamelCaseToReadable: Bi, convertDDToDMS: jt, convertLatitudeToDMS: Ci, convertLongitudeToDMS: Oi, debounce: Fi, durationFormatter: Li, extractAverage: xi, getCurrentGeoLocation: ki, getLayoutPaddingClass: Is, getMessageContaintWrapperClass: As, isDev: qt, isLastMessageFromRole: Mi, isPWAMode: Gi, isProbablyMobile: Rs, isProbablyTablet: Cs, isProbablyiPad: Ki, isProbablyiPhone: Hi, isProd: vs, isTauri: _s, numberFormatter: Di, obfuscate: Ni, pluralize: Ui, renderDataAsList: $i, toastOptions: Wi, unObfuscate: Pi }, Symbol.toStringTag, { value: "Module" })), vr = "av-button", dt = "icon", Vt = "button", Mt = "link", qi = ({
5108
5108
  type: e,
5109
5109
  size: t,
5110
5110
  labelRight: r,
@@ -5115,7 +5115,7 @@ const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
5115
5115
  const i = "max-h-8 py-0 px-2", o = "max-h-9 h-8 px-3", c = "max-h-12 py-2 px-4";
5116
5116
  switch (e) {
5117
5117
  case Vt:
5118
- case Dt:
5118
+ case Mt:
5119
5119
  return y({
5120
5120
  [i]: t === "small",
5121
5121
  [o]: t === "medium",
@@ -5149,9 +5149,9 @@ const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
5149
5149
  const a = "text-sm font-medium", n = "text-base font-medium", i = "text-lg font-medium";
5150
5150
  switch (e) {
5151
5151
  case Vt:
5152
- case Dt:
5152
+ case Mt:
5153
5153
  return y({
5154
- "text-center": e === Dt,
5154
+ "text-center": e === Mt,
5155
5155
  [a]: t === "small",
5156
5156
  [n]: t === "medium",
5157
5157
  [i]: t === "large"
@@ -5661,13 +5661,13 @@ const We = {
5661
5661
  );
5662
5662
  st.displayName = "ButtonIcon";
5663
5663
  /*!
5664
- @versini/ui-button v8.0.1
5664
+ @versini/ui-button v8.0.2
5665
5665
  © 2025 gizmette.com
5666
5666
  */
5667
5667
  try {
5668
5668
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
5669
- version: "8.0.1",
5670
- buildTime: "09/01/2025 04:00 PM EDT",
5669
+ version: "8.0.2",
5670
+ buildTime: "10/17/2025 12:52 PM EDT",
5671
5671
  homepage: "https://github.com/aversini/ui-components",
5672
5672
  license: "MIT"
5673
5673
  });
@@ -5811,13 +5811,13 @@ const ho = ({
5811
5811
  ) });
5812
5812
  };
5813
5813
  /*!
5814
- @versini/ui-card v5.0.1
5814
+ @versini/ui-card v5.0.2
5815
5815
  © 2025 gizmette.com
5816
5816
  */
5817
5817
  try {
5818
5818
  window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
5819
- version: "5.0.1",
5820
- buildTime: "09/01/2025 04:02 PM EDT",
5819
+ version: "5.0.2",
5820
+ buildTime: "10/17/2025 12:53 PM EDT",
5821
5821
  homepage: "https://github.com/aversini/ui-components",
5822
5822
  license: "MIT"
5823
5823
  });
@@ -5854,13 +5854,13 @@ const ht = ({
5854
5854
  );
5855
5855
  };
5856
5856
  /*!
5857
- @versini/ui-svgicon v4.2.1
5857
+ @versini/ui-svgicon v4.2.2
5858
5858
  © 2025 gizmette.com
5859
5859
  */
5860
5860
  try {
5861
5861
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
5862
- version: "4.2.1",
5863
- buildTime: "09/28/2025 06:24 AM EDT",
5862
+ version: "4.2.2",
5863
+ buildTime: "10/17/2025 12:12 PM EDT",
5864
5864
  homepage: "https://github.com/aversini/ui-components",
5865
5865
  license: "MIT"
5866
5866
  });
@@ -5973,19 +5973,19 @@ const fo = ({
5973
5973
  }
5974
5974
  );
5975
5975
  /*!
5976
- @versini/ui-icons v4.12.1
5976
+ @versini/ui-icons v4.12.3
5977
5977
  © 2025 gizmette.com
5978
5978
  */
5979
5979
  try {
5980
5980
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
5981
- version: "4.12.1",
5982
- buildTime: "09/28/2025 06:24 AM EDT",
5981
+ version: "4.12.3",
5982
+ buildTime: "10/17/2025 12:12 PM EDT",
5983
5983
  homepage: "https://github.com/aversini/ui-components",
5984
5984
  license: "MIT"
5985
5985
  });
5986
5986
  } catch {
5987
5987
  }
5988
- const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Mt = ie.createContext({
5988
+ const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Dt = ie.createContext({
5989
5989
  columnGap: 0,
5990
5990
  rowGap: 0
5991
5991
  }), bo = ({
@@ -6017,7 +6017,7 @@ const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Mt = ie.createCont
6017
6017
  go,
6018
6018
  "box-border flex flex-wrap"
6019
6019
  ), l = { columnGap: r, rowGap: s };
6020
- return t ? /* @__PURE__ */ h("div", { className: t, children: /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(Mt.Provider, { value: l, children: e }) }) }) : /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(Mt.Provider, { value: l, children: e }) });
6020
+ return t ? /* @__PURE__ */ h("div", { className: t, children: /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(Dt.Provider, { value: l, children: e }) }) }) : /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(Dt.Provider, { value: l, children: e }) });
6021
6021
  }, At = (e, t) => y({
6022
6022
  "basis-1/12": e === 1 && !t,
6023
6023
  "sm:basis-1/12": e === 1 && t === "sm",
@@ -6120,7 +6120,7 @@ const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Mt = ie.createCont
6120
6120
  span: r,
6121
6121
  ...s
6122
6122
  }) => {
6123
- const { columnGap: a, rowGap: n } = nt(Mt), i = {
6123
+ const { columnGap: a, rowGap: n } = nt(Dt), i = {
6124
6124
  paddingLeft: a * at + "rem",
6125
6125
  paddingTop: n * at + "rem"
6126
6126
  }, o = Eo({
@@ -6130,13 +6130,13 @@ const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Mt = ie.createCont
6130
6130
  return /* @__PURE__ */ h("div", { className: o, style: i, ...s, children: e });
6131
6131
  };
6132
6132
  /*!
6133
- @versini/ui-system v5.0.1
6133
+ @versini/ui-system v5.0.2
6134
6134
  © 2025 gizmette.com
6135
6135
  */
6136
6136
  try {
6137
6137
  window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
6138
- version: "5.0.1",
6139
- buildTime: "09/01/2025 04:01 PM EDT",
6138
+ version: "5.0.2",
6139
+ buildTime: "10/17/2025 12:53 PM EDT",
6140
6140
  homepage: "https://github.com/aversini/ui-components",
6141
6141
  license: "MIT"
6142
6142
  });
@@ -6212,7 +6212,7 @@ const $s = "SET_ANNOUNCEMENT", xs = "CLEAR_ANNOUNCEMENT", wo = {
6212
6212
  dispatch: i
6213
6213
  });
6214
6214
  };
6215
- function Ds({
6215
+ function Ms({
6216
6216
  children: e,
6217
6217
  className: t,
6218
6218
  politeness: r,
@@ -6258,19 +6258,19 @@ function Ds({
6258
6258
  );
6259
6259
  }
6260
6260
  /*!
6261
- @versini/ui-liveregion v3.0.1
6261
+ @versini/ui-liveregion v3.0.2
6262
6262
  © 2025 gizmette.com
6263
6263
  */
6264
6264
  try {
6265
6265
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
6266
- version: "3.0.1",
6267
- buildTime: "09/01/2025 04:00 PM EDT",
6266
+ version: "3.0.2",
6267
+ buildTime: "10/17/2025 12:52 PM EDT",
6268
6268
  homepage: "https://github.com/aversini/ui-components",
6269
6269
  license: "MIT"
6270
6270
  });
6271
6271
  } catch {
6272
6272
  }
6273
- const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-helper-text", Io = ({
6273
+ const Ds = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-helper-text", Io = ({
6274
6274
  mode: e
6275
6275
  }) => y({
6276
6276
  "bg-surface-darker text-copy-lighter caret-copy-light": e === "dark",
@@ -6379,7 +6379,7 @@ const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-he
6379
6379
  break;
6380
6380
  }
6381
6381
  const l = r ? y(t) : y(
6382
- Ms,
6382
+ Ds,
6383
6383
  u,
6384
6384
  "rounded-md text-base px-4",
6385
6385
  Io({ mode: i }),
@@ -6430,7 +6430,7 @@ const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-he
6430
6430
  size: E = "md",
6431
6431
  ...O
6432
6432
  }, A) => {
6433
- const [K, R] = Ve(), [J, C] = ne(0), v = Ps({ id: e, prefix: `${Ms}-` }), x = `${t} error, ${p}`, _ = j(null), I = j(null), N = {
6433
+ const [K, R] = Ve(), [J, C] = ne(0), v = Ps({ id: e, prefix: `${Ds}-` }), x = `${t} error, ${p}`, _ = j(null), I = j(null), N = {
6434
6434
  xs: { label: "-25px", helperText: "30px" },
6435
6435
  sm: { label: "-29px", helperText: "34px" },
6436
6436
  md: { label: "-33px", helperText: "38px" },
@@ -6509,7 +6509,7 @@ const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-he
6509
6509
  children: g
6510
6510
  }
6511
6511
  ),
6512
- s && p && /* @__PURE__ */ h(Ds, { politeness: "polite", clearAnnouncementDelay: 500, children: x })
6512
+ s && p && /* @__PURE__ */ h(Ms, { politeness: "polite", clearAnnouncementDelay: 500, children: x })
6513
6513
  ] });
6514
6514
  }
6515
6515
  );
@@ -6583,7 +6583,7 @@ const No = 500, Po = 5e3, $o = 2e4, Ls = ie.forwardRef(
6583
6583
  }
6584
6584
  ),
6585
6585
  /* @__PURE__ */ h(
6586
- Ds,
6586
+ Ms,
6587
6587
  {
6588
6588
  role: "status",
6589
6589
  politeness: p.politeness,
@@ -6596,19 +6596,19 @@ const No = 500, Po = 5e3, $o = 2e4, Ls = ie.forwardRef(
6596
6596
  );
6597
6597
  Ls.displayName = "TextInputMask";
6598
6598
  /*!
6599
- @versini/ui-textinput v5.0.1
6599
+ @versini/ui-textinput v5.0.2
6600
6600
  © 2025 gizmette.com
6601
6601
  */
6602
6602
  try {
6603
6603
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
6604
- version: "5.0.1",
6605
- buildTime: "09/01/2025 04:01 PM EDT",
6604
+ version: "5.0.2",
6605
+ buildTime: "10/17/2025 12:53 PM EDT",
6606
6606
  homepage: "https://github.com/aversini/ui-components",
6607
6607
  license: "MIT"
6608
6608
  });
6609
6609
  } catch {
6610
6610
  }
6611
- const xo = "ASK! ME! ANYTHING!", Do = "Log in with a password", Mo = "Log in with a Passkey", Zc = "Log out", Lo = "Password", el = "Usage", tl = "Profile", rl = "Settings", sl = "Chat history", al = "About", Yt = "Type your message here.", nl = Yt, il = `${Yt}
6611
+ const xo = "ASK! ME! ANYTHING!", Mo = "Log in with a password", Do = "Log in with a Passkey", Zc = "Log out", Lo = "Password", el = "Usage", tl = "Profile", rl = "Settings", sl = "Chat history", al = "About", Yt = "Type your message here.", nl = Yt, il = `${Yt}
6612
6612
  Press Enter to send it or Shift+Enter for new line.`, ol = `${Yt}
6613
6613
  Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "Review important details.", ll = [
6614
6614
  `Sometimes, ${k} just makes stuff up. ${P}`,
@@ -6803,7 +6803,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "
6803
6803
  noBorder: !0,
6804
6804
  type: "submit",
6805
6805
  className: "mt-7",
6806
- children: Do
6806
+ children: Mo
6807
6807
  }
6808
6808
  ) }),
6809
6809
  !_s() && /* @__PURE__ */ q(Rr, { children: [
@@ -6816,7 +6816,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "
6816
6816
  focusMode: "light",
6817
6817
  fullWidth: !0,
6818
6818
  className: "mb-4",
6819
- labelRight: Mo,
6819
+ labelRight: Do,
6820
6820
  onClick: r,
6821
6821
  children: /* @__PURE__ */ h(po, { size: "size-7" })
6822
6822
  }
@@ -6826,7 +6826,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "
6826
6826
  ] });
6827
6827
  }, Ho = new URL(document.location.href).searchParams, Ir = !!Ho.get("debug") || !1, Ko = Ks(() => import(
6828
6828
  /* webpackChunkName: "LazyApp" */
6829
- "./App.BUHkBnAs.js"
6829
+ "./App.D8Oj9Bd0.js"
6830
6830
  ).then((e) => e.App)), Go = new ua(), _r = ({
6831
6831
  isComponent: e,
6832
6832
  headerHeight: t
@@ -6872,13 +6872,12 @@ export {
6872
6872
  sc as ACTION_SORT,
6873
6873
  ac as ACTION_TOGGLE_PROMPT,
6874
6874
  yl as APP_CLASSNAME,
6875
- Dc as Ae,
6875
+ Uc as Ae,
6876
6876
  ks as C,
6877
6877
  El as CARDS,
6878
6878
  cl as CLIPBOARD_PROMPT,
6879
6879
  Ec as DEFAULT_ICON_ACTION_SIZE,
6880
6880
  tc as ERROR_MESSAGE,
6881
- xc as Ee,
6882
6881
  ll as FOOTER_DISCLAIMERS,
6883
6882
  sl as HISTORY_TITLE,
6884
6883
  ht as I,
@@ -6904,16 +6903,16 @@ export {
6904
6903
  lc as LOCAL_STORAGE_SORT_TOKEN_USAGE,
6905
6904
  Zc as LOG_OUT,
6906
6905
  Uo as Logo,
6907
- Lc as Oe,
6906
+ k as Oe,
6908
6907
  tl as PROFILE_TITLE,
6909
6908
  ul as PROMPTS_DESCRIPTION,
6910
6909
  gc as PROMPT_CLASSNAME,
6911
6910
  bc as PROMPT_EDITABLE_AREA_CLASSNAME,
6911
+ Hc as Pe,
6912
6912
  ho as S,
6913
6913
  z as SERVICE_TYPES,
6914
6914
  rl as SETTINGS_TITLE,
6915
6915
  wl as SassySaint,
6916
- Hc as Se,
6917
6916
  pl as TOAST_CACHE_DISABLED,
6918
6917
  ml as TOAST_CACHE_ENABLED,
6919
6918
  hl as TOAST_CHAT_DELETED,
@@ -6927,14 +6926,15 @@ export {
6927
6926
  wc as UI_FOOTER_BUFFER,
6928
6927
  el as USAGE_TITLE,
6929
6928
  Jt as Y,
6930
- k as _e,
6931
6929
  kc as a,
6930
+ xc as ae,
6932
6931
  co as b,
6933
6932
  Ue as c,
6934
6933
  Bi as convertCamelCaseToReadable,
6935
6934
  ut as d,
6935
+ Dc as de,
6936
6936
  Fi as debounce,
6937
- Fc as fe,
6937
+ Pc as ee,
6938
6938
  Oc as getCacheInfo,
6939
6939
  ki as getCurrentGeoLocation,
6940
6940
  Is as getLayoutPaddingClass,
@@ -6952,21 +6952,20 @@ export {
6952
6952
  Pe as it,
6953
6953
  he as j,
6954
6954
  po as l,
6955
- Mc as le,
6955
+ Fc as le,
6956
6956
  ws as mutateCall,
6957
6957
  os as n,
6958
- Mi as numberFormatter,
6958
+ $c as ne,
6959
+ Di as numberFormatter,
6959
6960
  Ns as o,
6960
6961
  Ni as obfuscate,
6961
- Uc as pe,
6962
6962
  Ui as pluralize,
6963
- Pc as re,
6964
6963
  $i as renderDataAsList,
6965
- $c as se,
6966
6964
  gi as serverUrl,
6967
6965
  Kc as setNewProvider,
6968
6966
  Gc as setUserPlan,
6969
6967
  st as te,
6968
+ Lc as ue,
6970
6969
  Pi as unObfuscate,
6971
6970
  Wc as useChangelogs,
6972
6971
  jc as useChatsHistory,
@@ -6979,6 +6978,7 @@ export {
6979
6978
  Qc as useUserMemories,
6980
6979
  bi as useUserPreferences,
6981
6980
  Xc as utilities,
6982
- Ds as x,
6983
- lt as y
6981
+ Ms as x,
6982
+ lt as y,
6983
+ Mc as ye
6984
6984
  };