@versini/sassysaint 8.51.1 → 8.51.3

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 (23) hide show
  1. package/dist/chunks/{AboutChangelog.BIKGjlK4.js → AboutChangelog.CsTDTp1O.js} +2 -2
  2. package/dist/chunks/{AboutEntry.Bvl_l0xS.js → AboutEntry.IqWgdc3k.js} +7 -7
  3. package/dist/chunks/{App.G5LEkLPc.js → App.CVZzr8SY.js} +15 -15
  4. package/dist/chunks/{Chart.O7iJjuZ1.js → Chart.DT4thI7a.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.DR6NuTsN.js → ChatBubbleAssistant.CvK1C7Aa.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.DyDiVXkT.js → ChatBubbleUser.CIKGRlTq.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.Ceddivd9.js → ChatHistoryTable.Cv6pi8it.js} +3 -3
  8. package/dist/chunks/{HistoryEntry.DNEz-Xkp.js → HistoryEntry.5X5Di1PU.js} +3 -3
  9. package/dist/chunks/{ProfileEntry.BGVFwilC.js → ProfileEntry.BwM_wIi_.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.D9FWahsa.js → SettingsEntry.9F-OY_uw.js} +69 -69
  11. package/dist/chunks/{Table.CpK7zURs.js → Table.eToeBbgJ.js} +2 -2
  12. package/dist/chunks/{UsageEntry.BdEcEOro.js → UsageEntry.fYjpmAvU.js} +3 -3
  13. package/dist/chunks/{index.DvVy8-Zq.js → index.2NNXtlz-.js} +2 -2
  14. package/dist/chunks/{index.DRMQdLp_.js → index.BKtMB4pj.js} +1 -1
  15. package/dist/chunks/{index.T93ZkOuc.js → index.BbvYO71N.js} +1 -1
  16. package/dist/chunks/{index.CoXgq2rQ.js → index.BcmaA5SM.js} +1 -1
  17. package/dist/chunks/{index.BUTJCc-o.js → index.C-YuTIlc.js} +1 -1
  18. package/dist/chunks/{index.6OcHe6xE.js → index.CMyn63SO.js} +3 -3
  19. package/dist/chunks/{index.E5R-gRQM.js → index.CnxWZciF.js} +1 -1
  20. package/dist/chunks/{useMarkdown.CYsjqhfo.js → useMarkdown.BwOAW6ja.js} +6 -6
  21. package/dist/components/SassySaint/SassySaint.js +1 -1
  22. package/dist/index.js +4 -4
  23. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
- import { p as m, ButtonScroll as n } from "./App.G5LEkLPc.js";
2
+ import { p as m, ButtonScroll as n } from "./App.CVZzr8SY.js";
3
3
  import { useRef as f, useCallback as u, useLayoutEffect as p } from "react";
4
- import { useMarkdown as d } from "./useMarkdown.CYsjqhfo.js";
4
+ import { useMarkdown as d } from "./useMarkdown.BwOAW6ja.js";
5
5
  const b = ({ content: o }) => {
6
6
  const [l, t] = d(), { ref: a, inViewport: c } = m(), e = f(null), i = u(() => {
7
7
  e.current && e.current.scrollIntoView({
@@ -1,15 +1,15 @@
1
1
  import { jsxs as b, Fragment as l, jsx as e } from "react/jsx-runtime";
2
- import { se as g } from "./App.G5LEkLPc.js";
3
- import { i as d, useServerCapabilities as A, useChangelogs as B, S as o, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.DRMQdLp_.js";
2
+ import { se as A } from "./App.CVZzr8SY.js";
3
+ import { i as d, useServerCapabilities as g, useChangelogs as B, S as o, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.BKtMB4pj.js";
4
4
  import O from "clsx";
5
5
  import { Suspense as C, lazy as U } from "react";
6
6
  const L = U(
7
7
  () => import(
8
8
  /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.BIKGjlK4.js"
9
+ "./AboutChangelog.CsTDTp1O.js"
10
10
  )
11
11
  ), N = () => {
12
- const s = d(), i = d(), { data: t, isSuccess: m } = A(), { data: T, isSuccess: h } = B(), p = t?.version || "", a = t?.models || [], u = t?.buildTime || "";
12
+ const s = d(), i = d(), { data: t, isSuccess: m } = g(), { data: T, isSuccess: h } = B(), p = t?.version || "", a = t?.models || [], u = t?.buildTime || "";
13
13
  return /* @__PURE__ */ b(l, { children: [
14
14
  /* @__PURE__ */ e(
15
15
  o,
@@ -18,8 +18,8 @@ const L = U(
18
18
  className: "prose-dark dark:prose-lighter mb-4",
19
19
  noBorder: !0,
20
20
  children: c(s, {
21
- [r.ABOUT.VERSION]: "8.51.1",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "09/14/2025 07:50 PM EDT"
21
+ [r.ABOUT.VERSION]: "8.51.3",
22
+ [r.ABOUT.BUILD_TIMESTAMP]: "09/15/2025 08:51 AM EDT"
23
23
  })
24
24
  }
25
25
  ),
@@ -54,7 +54,7 @@ const L = U(
54
54
  open: s,
55
55
  onOpenChange: i
56
56
  }) => /* @__PURE__ */ e(
57
- g,
57
+ A,
58
58
  {
59
59
  open: s,
60
60
  onOpenChange: i,
@@ -1,5 +1,5 @@
1
1
  import { jsx as u, jsxs as x, Fragment as Ce } from "react/jsx-runtime";
2
- import { I as Y, ACTION_SORT as Qa, ACTION_SEARCH as Ka, ACTION_RESET_PROMPT as to, ACTION_TOGGLE_PROMPT as ro, re as es, te as ge, DEFAULT_ICON_ACTION_SIZE as _e, isTauri as Ut, n as $e, isProbablyiPhone as Le, serverUrl as no, useEntitlements as ts, L as br, j as We, C as en, LOCAL_STORAGE_PREFIX as qe, LOCAL_STORAGE_PRIVATE_DISCLOSURE as rs, pe as wr, useUserPreferences as Qt, LOCAL_STORAGE_REASONING_DISCLOSURE as ns, useChatsHistory as oo, mutateCall as os, SERVICE_TYPES as as, TOAST_CHAT_SAVED as ss, PROMPT_CLASSNAME as is, PROMPT_EDITABLE_AREA_CLASSNAME as cs, i as ls, ERROR_MESSAGE as us, c as lt, CLIPBOARD_PROMPT as tn, INPUT_PLACEHOLDER_TEXT_MOBILE as rn, INPUT_PLACEHOLDER_TEXT_ENTER as nn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as on, isProbablyMobile as Ir, Ee as ds, FOOTER_DISCLAIMERS as an, h as ao, INPUT_BOTTOM_OFFSET_EXTRA as ps, INPUT_BOTTOM_OFFSET_IPHONE as ms, INPUT_BOTTOM_OFFSET as so, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as io, ne as cn, getMessageContaintWrapperClass as _s, UI_FOOTER_BUFFER as co, UI_BUTTON_SCROLL_BUFFER as bs, Logo as ws, UI_DEFAULT_MAIN_HEIGHT as ln, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Is, APP_CLASSNAME as Es, Ae as un, ue as Ts, LOCAL_STORAGE_SORT as Ss, LOCAL_STORAGE_SEARCH as xs, LOCAL_STORAGE_SORT_TIMESTAMP as ks, LOCAL_STORAGE_SORT_TOKEN_USAGE as Cs, TOAST_CACHE_ENABLED as Ns, TOAST_CACHE_DISABLED as zs } from "./index.DRMQdLp_.js";
2
+ import { I as Y, ACTION_SORT as Qa, ACTION_SEARCH as Ka, ACTION_RESET_PROMPT as to, ACTION_TOGGLE_PROMPT as ro, re as es, te as ge, DEFAULT_ICON_ACTION_SIZE as _e, isTauri as Ut, n as $e, isProbablyiPhone as Le, serverUrl as no, useEntitlements as ts, L as br, j as We, C as en, LOCAL_STORAGE_PREFIX as qe, LOCAL_STORAGE_PRIVATE_DISCLOSURE as rs, pe as wr, useUserPreferences as Qt, LOCAL_STORAGE_REASONING_DISCLOSURE as ns, useChatsHistory as oo, mutateCall as os, SERVICE_TYPES as as, TOAST_CHAT_SAVED as ss, PROMPT_CLASSNAME as is, PROMPT_EDITABLE_AREA_CLASSNAME as cs, i as ls, ERROR_MESSAGE as us, c as lt, CLIPBOARD_PROMPT as tn, INPUT_PLACEHOLDER_TEXT_MOBILE as rn, INPUT_PLACEHOLDER_TEXT_ENTER as nn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as on, isProbablyMobile as Ir, Ee as ds, FOOTER_DISCLAIMERS as an, h as ao, INPUT_BOTTOM_OFFSET_EXTRA as ps, INPUT_BOTTOM_OFFSET_IPHONE as ms, INPUT_BOTTOM_OFFSET as so, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as io, ne as cn, getMessageContaintWrapperClass as _s, UI_FOOTER_BUFFER as co, UI_BUTTON_SCROLL_BUFFER as bs, Logo as ws, UI_DEFAULT_MAIN_HEIGHT as ln, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Is, APP_CLASSNAME as Es, Ae as un, ue as Ts, LOCAL_STORAGE_SORT as Ss, LOCAL_STORAGE_SEARCH as xs, LOCAL_STORAGE_SORT_TIMESTAMP as ks, LOCAL_STORAGE_SORT_TOKEN_USAGE as Cs, TOAST_CACHE_ENABLED as Ns, TOAST_CACHE_DISABLED as zs } from "./index.BKtMB4pj.js";
3
3
  import * as ae from "react";
4
4
  import tt, { useRef as G, useEffect as $, useState as R, useCallback as U, useSyncExternalStore as Mt, createContext as As, useContext as te, useId as lo, forwardRef as uo, useMemo as Bt, Suspense as jt, lazy as Me, useReducer as Et } from "react";
5
5
  import O from "clsx";
@@ -6619,7 +6619,7 @@ const Ca = async () => (fr || (fr = import(
6619
6619
  "./index.BwP0kG4H.js"
6620
6620
  )), fr), Na = async () => (gr || (gr = import(
6621
6621
  /* webpackChunkName: "toast-utilities" */
6622
- "./index.DRMQdLp_.js"
6622
+ "./index.BKtMB4pj.js"
6623
6623
  ).then((e) => e.utilities)), gr), $m = async () => {
6624
6624
  try {
6625
6625
  await Promise.all([Ca(), Na()]);
@@ -9028,33 +9028,33 @@ const Nh = (e) => {
9028
9028
  }, ef = Me(
9029
9029
  () => import(
9030
9030
  /* webpackChunkName: "modal-chunk" */
9031
- "./ProfileEntry.BGVFwilC.js"
9031
+ "./ProfileEntry.BwM_wIi_.js"
9032
9032
  ).then((e) => ({
9033
9033
  default: e.Profile
9034
9034
  }))
9035
9035
  ), tf = Me(
9036
9036
  () => import(
9037
9037
  /* webpackChunkName: "modal-chunk" */
9038
- "./SettingsEntry.D9FWahsa.js"
9038
+ "./SettingsEntry.9F-OY_uw.js"
9039
9039
  ).then((e) => ({
9040
9040
  default: e.SettingsPanel
9041
9041
  }))
9042
9042
  ), rf = Me(
9043
9043
  () => import(
9044
9044
  /* webpackChunkName: "modal-chunk" */
9045
- "./HistoryEntry.DNEz-Xkp.js"
9045
+ "./HistoryEntry.5X5Di1PU.js"
9046
9046
  ).then((e) => ({
9047
9047
  default: e.HistoryPanel
9048
9048
  }))
9049
9049
  ), nf = Me(
9050
9050
  () => import(
9051
9051
  /* webpackChunkName: "modal-chunk" */
9052
- "./AboutEntry.Bvl_l0xS.js"
9052
+ "./AboutEntry.IqWgdc3k.js"
9053
9053
  ).then((e) => ({ default: e.About }))
9054
9054
  ), of = Me(
9055
9055
  () => import(
9056
9056
  /* webpackChunkName: "modal-chunk" */
9057
- "./UsageEntry.BdEcEOro.js"
9057
+ "./UsageEntry.fYjpmAvU.js"
9058
9058
  ).then((e) => ({ default: e.Usage }))
9059
9059
  ), af = ({ type: e, open: t, onOpenChange: r }) => t ? /* @__PURE__ */ u(jt, { fallback: /* @__PURE__ */ u("div", {}), children: (() => {
9060
9060
  switch (e) {
@@ -9078,23 +9078,23 @@ const Nh = (e) => {
9078
9078
  i || Promise.all([
9079
9079
  import(
9080
9080
  /* webpackChunkName: "modal-chunk" */
9081
- "./ProfileEntry.BGVFwilC.js"
9081
+ "./ProfileEntry.BwM_wIi_.js"
9082
9082
  ),
9083
9083
  import(
9084
9084
  /* webpackChunkName: "modal-chunk" */
9085
- "./SettingsEntry.D9FWahsa.js"
9085
+ "./SettingsEntry.9F-OY_uw.js"
9086
9086
  ),
9087
9087
  import(
9088
9088
  /* webpackChunkName: "modal-chunk" */
9089
- "./HistoryEntry.DNEz-Xkp.js"
9089
+ "./HistoryEntry.5X5Di1PU.js"
9090
9090
  ),
9091
9091
  import(
9092
9092
  /* webpackChunkName: "modal-chunk" */
9093
- "./AboutEntry.Bvl_l0xS.js"
9093
+ "./AboutEntry.IqWgdc3k.js"
9094
9094
  ),
9095
9095
  import(
9096
9096
  /* webpackChunkName: "modal-chunk" */
9097
- "./UsageEntry.BdEcEOro.js"
9097
+ "./UsageEntry.fYjpmAvU.js"
9098
9098
  )
9099
9099
  ]).finally(() => s(!0));
9100
9100
  }, [i]), c = U((f) => {
@@ -9332,18 +9332,18 @@ try {
9332
9332
  } catch {
9333
9333
  }
9334
9334
  const lf = Me(
9335
- () => import("./index.BUTJCc-o.js").then((e) => ({ default: e.Bubble }))
9335
+ () => import("./index.C-YuTIlc.js").then((e) => ({ default: e.Bubble }))
9336
9336
  ), Xr = (e) => /* @__PURE__ */ u(jt, { fallback: /* @__PURE__ */ u("span", { className: "inline-block" }), children: /* @__PURE__ */ u(lf, { ...e }) });
9337
9337
  Xr.displayName = "AsyncBubble";
9338
9338
  const eo = 1, uf = 150, df = Me(
9339
9339
  () => import(
9340
9340
  /* webpackChunkName: "LazyMessageAssistant" */
9341
- "./ChatBubbleAssistant.DR6NuTsN.js"
9341
+ "./ChatBubbleAssistant.CvK1C7Aa.js"
9342
9342
  )
9343
9343
  ), pf = Me(
9344
9344
  () => import(
9345
9345
  /* webpackChunkName: "LazyMessageUser" */
9346
- "./ChatBubbleUser.DyDiVXkT.js"
9346
+ "./ChatBubbleUser.CIKGRlTq.js"
9347
9347
  )
9348
9348
  ), mf = tt.memo(
9349
9349
  ({
@@ -1,7 +1,7 @@
1
1
  import { jsx as Ap } from "react/jsx-runtime";
2
- import { getDefaultExportFromCjs as ln } from "./App.G5LEkLPc.js";
2
+ import { getDefaultExportFromCjs as ln } from "./App.CVZzr8SY.js";
3
3
  import Cp, { useState as Pp, useEffect as Op } from "react";
4
- import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.DRMQdLp_.js";
4
+ import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.BKtMB4pj.js";
5
5
  var ls = { exports: {} }, Ip = ls.exports, on;
6
6
  function Dp() {
7
7
  return on || (on = 1, (function(ke, ne) {
@@ -1,10 +1,10 @@
1
1
  import { jsx as M } from "react/jsx-runtime";
2
- import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, ne as L } from "./index.DRMQdLp_.js";
3
- import { BUBBLE_FOOTER_EMPTY as _ } from "./index.BUTJCc-o.js";
2
+ import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, ne as L } from "./index.BKtMB4pj.js";
3
+ import { BUBBLE_FOOTER_EMPTY as _ } from "./index.C-YuTIlc.js";
4
4
  import w from "clsx";
5
5
  import v, { useState as b, useRef as A, useEffect as U, useContext as B } from "react";
6
- import { ChatContext as G, AsyncBubble as E } from "./App.G5LEkLPc.js";
7
- import { useMarkdown as D } from "./useMarkdown.CYsjqhfo.js";
6
+ import { ChatContext as G, AsyncBubble as E } from "./App.CVZzr8SY.js";
7
+ import { useMarkdown as D } from "./useMarkdown.BwOAW6ja.js";
8
8
  const j = 2, q = j * 1e3, x = "", I = (e) => e * (2 - e);
9
9
  function W(e, n = !0) {
10
10
  const [a, p] = b(0), [i, C] = b(0), [t, T] = b(e), r = A(0), s = A(0);
@@ -1,8 +1,8 @@
1
1
  import { jsx as n, Fragment as b, jsxs as A } from "react/jsx-runtime";
2
2
  import { useState as C, useMemo as u, isValidElement as p, useEffect as I } from "react";
3
- import { AsyncBubble as w } from "./App.G5LEkLPc.js";
4
- import { useMarkdown as _ } from "./useMarkdown.CYsjqhfo.js";
5
- import { C as M } from "./index.DRMQdLp_.js";
3
+ import { AsyncBubble as w } from "./App.CVZzr8SY.js";
4
+ import { useMarkdown as _ } from "./useMarkdown.BwOAW6ja.js";
5
+ import { C as M } from "./index.BKtMB4pj.js";
6
6
  const R = 200, N = ({
7
7
  string: e,
8
8
  idealLength: r = R
@@ -1,8 +1,8 @@
1
1
  import { jsxs as m, jsx as e } from "react/jsx-runtime";
2
- import { I as E, Ae as p, ue as u, INFINITE_SCROLL_THRESHOLD as w, CARDS as y, pluralize as f, te as g, numberFormatter as v, ye as D, isProbablyMobile as U, y as b, i$1 as I, E as k } from "./index.DRMQdLp_.js";
3
- import { st as O, p$1 as z, z as P, p$2 as V } from "./App.G5LEkLPc.js";
2
+ import { I as E, Ae as p, ue as u, INFINITE_SCROLL_THRESHOLD as w, CARDS as y, pluralize as f, te as g, numberFormatter as v, ye as D, isProbablyMobile as U, y as b, i$1 as I, E as k } from "./index.BKtMB4pj.js";
3
+ import { st as O, p$1 as z, z as P, p$2 as V } from "./App.CVZzr8SY.js";
4
4
  import { Fragment as _ } from "react";
5
- import { j as $, D as B, G as x, H, U as L, M as a, F as R, l as Y } from "./Table.CpK7zURs.js";
5
+ import { j as $, D as B, G as x, H, U as L, M as a, F as R, l as Y } from "./Table.eToeBbgJ.js";
6
6
  const F = ({
7
7
  className: l,
8
8
  viewBox: n,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as t, Fragment as J } from "react/jsx-runtime";
2
- import { I as Q, n as z, INFINITE_SCROLL_LIMIT as H, INFINITE_SCROLL_THRESHOLD as Z, LOCAL_STORAGE_PREFIX as g, LOCAL_STORAGE_SORT_TIMESTAMP as ee, LOCAL_STORAGE_SORT_TOKEN_USAGE as te, LOCAL_STORAGE_SORT as ae, Ae as A, useUserPreferences as re, APP_CLASSNAME as se, mutateCall as N, SERVICE_TYPES as x, setNewProvider as oe, ACTION_SORT as ne, ue as ie, TOAST_CHAT_DELETED as ce, TOAST_PROVIDER_CHANGED as le, useChatsHistory as de, LOCAL_STORAGE_SEARCH as he, HISTORY_TITLE as me, Y as ue, debounce as Se, te as Ce, ACTION_SEARCH as pe } from "./index.DRMQdLp_.js";
3
- import { HistoryContext as M, ChatContext as P, useAiChat as Te, E as D, e as h, ConfirmationPanel as fe, LazyToastContainerWrapper as ye, showErrorToast as Ee, CHAT_SET_PROVIDER as ge, showSuccessToast as Ae, CHAT_SET_STATUS as De, se as _e, a as Ie } from "./App.G5LEkLPc.js";
2
+ import { I as Q, n as z, INFINITE_SCROLL_LIMIT as H, INFINITE_SCROLL_THRESHOLD as Z, LOCAL_STORAGE_PREFIX as g, LOCAL_STORAGE_SORT_TIMESTAMP as ee, LOCAL_STORAGE_SORT_TOKEN_USAGE as te, LOCAL_STORAGE_SORT as ae, Ae as A, useUserPreferences as re, APP_CLASSNAME as se, mutateCall as N, SERVICE_TYPES as x, setNewProvider as oe, ACTION_SORT as ne, ue as ie, TOAST_CHAT_DELETED as ce, TOAST_PROVIDER_CHANGED as le, useChatsHistory as de, LOCAL_STORAGE_SEARCH as he, HISTORY_TITLE as me, Y as ue, debounce as Se, te as Ce, ACTION_SEARCH as pe } from "./index.BKtMB4pj.js";
3
+ import { HistoryContext as M, ChatContext as P, useAiChat as Te, E as D, e as h, ConfirmationPanel as fe, LazyToastContainerWrapper as ye, showErrorToast as Ee, CHAT_SET_PROVIDER as ge, showSuccessToast as Ae, CHAT_SET_STATUS as De, se as _e, a as Ie } from "./App.CVZzr8SY.js";
4
4
  import { useRef as R, useState as L, useContext as _, useCallback as Oe, useEffect as V, Suspense as Re, lazy as Le } from "react";
5
5
  const ve = ({
6
6
  className: i,
@@ -31,7 +31,7 @@ const ve = ({
31
31
  ), ke = Le(
32
32
  () => import(
33
33
  /* webpackChunkName: "history-table" */
34
- "./ChatHistoryTable.Ceddivd9.js"
34
+ "./ChatHistoryTable.Cv6pi8it.js"
35
35
  ).then((i) => ({ default: i.ChatHistoryTable }))
36
36
  ), be = ({
37
37
  filteredHistory: i,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as t, Fragment as m, jsx as e } from "react/jsx-runtime";
2
- import { se as h } from "./App.G5LEkLPc.js";
3
- import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.DRMQdLp_.js";
2
+ import { se as h } from "./App.CVZzr8SY.js";
3
+ import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.BKtMB4pj.js";
4
4
  const A = () => {
5
5
  const { isAuthenticated: n, user: i, registeringForPasskey: o, authenticationType: c } = S(), d = R(), s = i?.username || "";
6
6
  return n && s ? /* @__PURE__ */ t(m, { children: [
@@ -1,19 +1,19 @@
1
- import { jsxs as n, jsx as e, Fragment as ue } from "react/jsx-runtime";
2
- import { o as Te, h as fe, i as Se, x as ve, n as we, LOCAL_STORAGE_PREFIX as ge, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Ae, LOCAL_STORAGE_SORT_MEMORY_COLUMN as De, useUserMemories as Ie, useDeleteMemory as Le, useDeleteAllMemories as Me, te as _e, L as Ce, j as le, C as K, useUserPreferences as Oe, getCacheInfo as Re, isServiceWorkerEnabled as Pe, SETTINGS_TITLE as Be, S as X, CARDS as F, de as Ge, PROMPTS_DESCRIPTION as Ue, pe as He, getCurrentGeoLocation as $e, mutateCall as ye, handleServiceWorkerToggle as Ve, SERVICE_TYPES as xe } from "./index.DRMQdLp_.js";
3
- import { E as be, e as J, ConfirmationPanel as ke, se as Ee, st as ze, useCapability as Fe, L as W } from "./App.G5LEkLPc.js";
1
+ import { jsxs as l, jsx as e, Fragment as ue } from "react/jsx-runtime";
2
+ import { o as Te, h as fe, i as Se, x as ve, n as we, LOCAL_STORAGE_PREFIX as ge, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Ae, LOCAL_STORAGE_SORT_MEMORY_COLUMN as De, useUserMemories as Ie, useDeleteMemory as Le, useDeleteAllMemories as Me, te as _e, L as Ce, j as ne, C as K, useUserPreferences as Oe, getCacheInfo as Re, isServiceWorkerEnabled as Pe, SETTINGS_TITLE as Be, S as X, CARDS as F, de as Ge, PROMPTS_DESCRIPTION as Ue, pe as He, getCurrentGeoLocation as $e, mutateCall as ye, handleServiceWorkerToggle as Ve, SERVICE_TYPES as xe } from "./index.BKtMB4pj.js";
3
+ import { E as be, e as J, ConfirmationPanel as ke, se as Ee, st as ze, useCapability as Fe, L as W } from "./App.CVZzr8SY.js";
4
4
  import We, { useState as c, useEffect as he, useRef as j, useLayoutEffect as te, useCallback as je } from "react";
5
- import { j as Ye, D as qe, G as de, M as G, F as Xe, H as Je, l as Ke, U as Qe } from "./Table.CpK7zURs.js";
5
+ import { j as Ye, D as qe, G as de, M as G, F as Xe, H as Je, l as Ke, U as Qe } from "./Table.eToeBbgJ.js";
6
6
  import k from "clsx";
7
7
  function Ze({
8
8
  value: a,
9
- defaultValue: l,
9
+ defaultValue: n,
10
10
  finalValue: o,
11
11
  onChange: s = () => {
12
12
  },
13
13
  initialControlledDelay: t = 0
14
14
  }) {
15
15
  const [d, g] = c(!1), [y, N] = c(
16
- l !== void 0 ? l : o
16
+ n !== void 0 ? n : o
17
17
  ), T = (w) => {
18
18
  N(w), s?.(w);
19
19
  };
@@ -35,23 +35,23 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
35
35
  "focus:outline-focus-light": a === "light",
36
36
  "focus:outline-focus-light dark:focus:outline-focus-dark": a === "alt-system",
37
37
  "focus:outline-focus-dark dark:focus:outline-focus-light": a === "system"
38
- }), nt = ({
38
+ }), lt = ({
39
39
  noBorder: a,
40
- error: l
40
+ error: n
41
41
  }) => k("border-2", {
42
- "border-border-dark": !a && !l,
43
- "focus:border-border-dark": !a && l,
44
- "border-border-error-dark": !a && l,
42
+ "border-border-dark": !a && !n,
43
+ "focus:border-border-dark": !a && n,
44
+ "border-border-error-dark": !a && n,
45
45
  "border-transparent": a
46
- }), lt = ({
46
+ }), nt = ({
47
47
  disabled: a,
48
- raw: l,
48
+ raw: n,
49
49
  error: o,
50
50
  mode: s,
51
51
  leftElement: t,
52
52
  rightElement: d
53
53
  }) => {
54
- if (l)
54
+ if (n)
55
55
  return "";
56
56
  if (a)
57
57
  return k(
@@ -84,11 +84,11 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
84
84
  );
85
85
  }, it = ({
86
86
  error: a,
87
- raw: l,
87
+ raw: n,
88
88
  mode: o,
89
89
  disabled: s
90
90
  }) => {
91
- if (l)
91
+ if (n)
92
92
  return "";
93
93
  if (s)
94
94
  return k(
@@ -111,7 +111,7 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
111
111
  });
112
112
  }, ct = ({
113
113
  className: a,
114
- textAreaClassName: l,
114
+ textAreaClassName: n,
115
115
  raw: o,
116
116
  focusMode: s,
117
117
  disabled: t,
@@ -125,20 +125,20 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
125
125
  "relative flex w-full flex-col justify-center",
126
126
  et,
127
127
  a
128
- ), M = o ? k(l) : k(
128
+ ), M = o ? k(n) : k(
129
129
  Ne,
130
- l,
130
+ n,
131
131
  at(),
132
132
  ot({ mode: y }),
133
133
  st({ focusMode: s }),
134
- nt({
134
+ lt({
135
135
  noBorder: d,
136
136
  error: g
137
137
  }),
138
138
  {
139
139
  "disabled:cursor-not-allowed disabled:opacity-50": t
140
140
  }
141
- ), O = o ? void 0 : "sr-only", C = lt({
141
+ ), O = o ? void 0 : "sr-only", C = nt({
142
142
  disabled: t,
143
143
  raw: o,
144
144
  error: g,
@@ -162,13 +162,13 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
162
162
  };
163
163
  }, dt = ({
164
164
  scrollHeight: a,
165
- currentHeight: l,
165
+ currentHeight: n,
166
166
  currentLabelOffset: o = 0,
167
167
  currentHelperTextOffset: s = 0
168
168
  }) => {
169
169
  let t, d;
170
- if (a > 0 && a !== l) {
171
- const g = a - l, y = Math.abs(g / 24);
170
+ if (a > 0 && a !== n) {
171
+ const g = a - n, y = Math.abs(g / 24);
172
172
  t = o + -1 * Math.sign(g) * (12 * y), d = s + Math.sign(g) * (12 * y);
173
173
  }
174
174
  return {
@@ -179,7 +179,7 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
179
179
  }, pe = We.forwardRef(
180
180
  ({
181
181
  id: a,
182
- name: l,
182
+ name: n,
183
183
  label: o,
184
184
  error: s = !1,
185
185
  raw: t = !1,
@@ -201,9 +201,9 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
201
201
  onBlur: S,
202
202
  ...R
203
203
  }, H) => {
204
- const p = j(null), Y = Te([H, p]), [q, _] = fe(), [m, u] = fe(), L = j(80), P = j(-25), $ = j(null), re = j(30), ae = j(null), V = Se({ id: a, prefix: `${Ne}-` }), [oe, ie] = c(0), [se, ne] = c(0), [Q, Z] = c(
204
+ const p = j(null), Y = Te([H, p]), [q, _] = fe(), [m, u] = fe(), L = j(80), P = j(-25), $ = j(null), re = j(30), ae = j(null), V = Se({ id: a, prefix: `${Ne}-` }), [oe, ie] = c(0), [se, le] = c(0), [Q, Z] = c(
205
205
  !!(!v && h)
206
- ), r = `${l} error, ${h}`, i = ct({
206
+ ), r = `${n} error, ${h}`, i = ct({
207
207
  className: d,
208
208
  textAreaClassName: g,
209
209
  error: s,
@@ -235,7 +235,7 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
235
235
  return te(() => {
236
236
  _ && _.width && ie(_.width + 18 + 10);
237
237
  }, [_]), te(() => {
238
- u && u.width && ne(u.width + 18 + 10);
238
+ u && u.width && le(u.width + 18 + 10);
239
239
  }, [u]), te(() => {
240
240
  t || p && p.current && b !== void 0 && (p.current.style.height = "inherit", p.current.style.height = p.current.scrollHeight + "px");
241
241
  }, [b, t]), te(() => {
@@ -264,7 +264,7 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
264
264
  }, [b, t]), u.width > 0 && $?.current?.style.setProperty(
265
265
  "--tw-translate-x",
266
266
  `${12 + u.width + 5}px`
267
- ), /* @__PURE__ */ n("div", { className: i.wrapper, children: [
267
+ ), /* @__PURE__ */ l("div", { className: i.wrapper, children: [
268
268
  /* @__PURE__ */ e(
269
269
  "label",
270
270
  {
@@ -287,7 +287,7 @@ const Ne = "av-text-area", et = "av-text-area-wrapper", me = "av-text-area-helpe
287
287
  {
288
288
  ref: Y,
289
289
  id: V,
290
- name: l,
290
+ name: n,
291
291
  disabled: M,
292
292
  placeholder: t ? void 0 : " ",
293
293
  className: i.textArea,
@@ -356,7 +356,7 @@ try {
356
356
  }
357
357
  const mt = ({
358
358
  open: a,
359
- onOpenChange: l,
359
+ onOpenChange: n,
360
360
  user: o
361
361
  }) => {
362
362
  const { getAccessToken: s } = we(), [t] = c(void 0), [d, g] = be({
@@ -381,8 +381,8 @@ const mt = ({
381
381
  }, _ = () => {
382
382
  o && E.mutate({ user: o });
383
383
  };
384
- return /* @__PURE__ */ n(ue, { children: [
385
- /* @__PURE__ */ n(
384
+ return /* @__PURE__ */ l(ue, { children: [
385
+ /* @__PURE__ */ l(
386
386
  ke,
387
387
  {
388
388
  showConfirmation: U,
@@ -395,12 +395,12 @@ const mt = ({
395
395
  },
396
396
  children: [
397
397
  /* @__PURE__ */ e("p", { className: "m-0", children: "Are you sure you want to delete this memory?" }),
398
- /* @__PURE__ */ n("ul", { className: "m-0 mt-2 list-disc list-inside text-xs opacity-80", children: [
399
- /* @__PURE__ */ n("li", { children: [
398
+ /* @__PURE__ */ l("ul", { className: "m-0 mt-2 list-disc list-inside text-xs opacity-80", children: [
399
+ /* @__PURE__ */ l("li", { children: [
400
400
  "Excerpt: ",
401
401
  S.current?.text?.slice(0, 80) || ""
402
402
  ] }),
403
- /* @__PURE__ */ n("li", { children: [
403
+ /* @__PURE__ */ l("li", { children: [
404
404
  "Created:",
405
405
  " ",
406
406
  S.current?.createdAt ? new Date(S.current.createdAt).toLocaleString() : "-"
@@ -427,23 +427,23 @@ const mt = ({
427
427
  Ee,
428
428
  {
429
429
  open: a,
430
- onOpenChange: (m) => l(m),
430
+ onOpenChange: (m) => n(m),
431
431
  title: "User Memories",
432
432
  animation: !0,
433
433
  animationType: "fade",
434
- footer: /* @__PURE__ */ n(Ce, { columnGap: 2, alignHorizontal: "flex-end", children: [
435
- /* @__PURE__ */ e(le, { children: /* @__PURE__ */ e(
434
+ footer: /* @__PURE__ */ l(Ce, { columnGap: 2, alignHorizontal: "flex-end", children: [
435
+ /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
436
436
  K,
437
437
  {
438
438
  mode: "dark",
439
439
  variant: "secondary",
440
440
  noBorder: !0,
441
441
  focusMode: "light",
442
- onClick: () => l(!1),
442
+ onClick: () => n(!1),
443
443
  children: "Close"
444
444
  }
445
445
  ) }),
446
- /* @__PURE__ */ e(le, { children: /* @__PURE__ */ e(
446
+ /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
447
447
  K,
448
448
  {
449
449
  mode: "dark",
@@ -455,11 +455,11 @@ const mt = ({
455
455
  }
456
456
  ) })
457
457
  ] }),
458
- children: /* @__PURE__ */ n("div", { className: "pt-2", children: [
458
+ children: /* @__PURE__ */ l("div", { className: "flex flex-col sm:flex-row max-h-[75vh] min-h-[60vh] pt-2", children: [
459
459
  h && /* @__PURE__ */ e("p", { className: "m-0", children: "Loading memories..." }),
460
460
  v && /* @__PURE__ */ e("p", { className: "m-0 text-red-500", children: "Failed to load memories." }),
461
- !h && !v && (C && C.items.length > 0 ? /* @__PURE__ */ n(Ye, { compact: !0, stickyHeader: !0, children: [
462
- /* @__PURE__ */ e(qe, { children: /* @__PURE__ */ n(de, { children: [
461
+ !h && !v && (C && C.items.length > 0 ? /* @__PURE__ */ l(Ye, { compact: !0, stickyHeader: !0, stickyFooter: !0, children: [
462
+ /* @__PURE__ */ e(qe, { children: /* @__PURE__ */ l(de, { children: [
463
463
  /* @__PURE__ */ e(G, { className: "sr-only", children: "Row" }),
464
464
  /* @__PURE__ */ e(G, { children: "Memory" }),
465
465
  /* @__PURE__ */ e(
@@ -484,7 +484,7 @@ const mt = ({
484
484
  /* @__PURE__ */ e(Je, { children: [...C.items].sort((m, u) => {
485
485
  const L = m.createdAt ? new Date(m.createdAt).getTime() : 0, P = u.createdAt ? new Date(u.createdAt).getTime() : 0;
486
486
  return T === J.ASC ? L - P : P - L;
487
- }).map((m, u) => /* @__PURE__ */ n(de, { children: [
487
+ }).map((m, u) => /* @__PURE__ */ l(de, { children: [
488
488
  /* @__PURE__ */ e(G, { className: "text-gray-400", children: u + 1 }),
489
489
  /* @__PURE__ */ e(
490
490
  G,
@@ -531,7 +531,7 @@ const mt = ({
531
531
  }
532
532
  ) })
533
533
  ] }, m.memoryId)) }),
534
- /* @__PURE__ */ e(Qe, { children: /* @__PURE__ */ e(de, { children: /* @__PURE__ */ n(G, { colSpan: 4, children: [
534
+ /* @__PURE__ */ e(Qe, { children: /* @__PURE__ */ e(de, { children: /* @__PURE__ */ l(G, { colSpan: 4, children: [
535
535
  C.total,
536
536
  " memor",
537
537
  C.total === 1 ? "y" : "ies"
@@ -543,7 +543,7 @@ const mt = ({
543
543
  ] });
544
544
  }, xt = ({
545
545
  open: a,
546
- onOpenChange: l
546
+ onOpenChange: n
547
547
  }) => {
548
548
  const { getAccessToken: o, user: s } = we(), {
549
549
  data: t,
@@ -609,8 +609,8 @@ const mt = ({
609
609
  });
610
610
  } catch {
611
611
  }
612
- }, ne = () => {
613
- g(), l(!1);
612
+ }, le = () => {
613
+ g(), n(!1);
614
614
  }, Q = ({
615
615
  enabled: r = !1,
616
616
  privateChat: i = !1,
@@ -652,40 +652,40 @@ const mt = ({
652
652
  S(r), H(r);
653
653
  }, [t]), he(() => {
654
654
  I ? Z() : Y(null);
655
- }, [I, Z]), d ? /* @__PURE__ */ n(ue, { children: [
656
- /* @__PURE__ */ n(
655
+ }, [I, Z]), d ? /* @__PURE__ */ l(ue, { children: [
656
+ /* @__PURE__ */ l(
657
657
  Ee,
658
658
  {
659
659
  open: a,
660
- onOpenChange: ne,
660
+ onOpenChange: le,
661
661
  title: Be,
662
662
  animation: !0,
663
663
  animationType: "fade",
664
- footer: /* @__PURE__ */ n(
664
+ footer: /* @__PURE__ */ l(
665
665
  Ce,
666
666
  {
667
667
  columnGap: 2,
668
668
  alignHorizontal: "flex-end",
669
669
  className: "pb-8 sm:pb-0",
670
670
  children: [
671
- /* @__PURE__ */ e(le, { children: /* @__PURE__ */ e(
671
+ /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
672
672
  K,
673
673
  {
674
674
  mode: "dark",
675
675
  variant: "secondary",
676
676
  focusMode: "light",
677
677
  noBorder: !0,
678
- onClick: ne,
678
+ onClick: le,
679
679
  children: "Cancel"
680
680
  }
681
681
  ) }),
682
- /* @__PURE__ */ e(le, { children: /* @__PURE__ */ e(
682
+ /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
683
683
  K,
684
684
  {
685
685
  mode: "dark",
686
686
  focusMode: "light",
687
687
  onClick: async (r) => {
688
- l(!1), await ie(r);
688
+ n(!1), await ie(r);
689
689
  },
690
690
  children: "Save"
691
691
  }
@@ -694,7 +694,7 @@ const mt = ({
694
694
  }
695
695
  ),
696
696
  children: [
697
- /* @__PURE__ */ n(
697
+ /* @__PURE__ */ l(
698
698
  X,
699
699
  {
700
700
  header: F.SETTINGS_DETAILS.TITLE,
@@ -725,7 +725,7 @@ const mt = ({
725
725
  checked: v
726
726
  }
727
727
  ),
728
- $ && /* @__PURE__ */ n(ue, { children: [
728
+ $ && /* @__PURE__ */ l(ue, { children: [
729
729
  /* @__PURE__ */ e("p", { className: "text-sm mt-5", children: F.SETTINGS_DETAILS.USE_MEMORY }),
730
730
  /* @__PURE__ */ e(
731
731
  W,
@@ -753,14 +753,14 @@ const mt = ({
753
753
  ]
754
754
  }
755
755
  ),
756
- /* @__PURE__ */ n(
756
+ /* @__PURE__ */ l(
757
757
  X,
758
758
  {
759
759
  header: "Custom Instructions",
760
760
  className: "prose-dark dark:prose-lighter mt-4",
761
761
  noBorder: !0,
762
762
  children: [
763
- /* @__PURE__ */ n("p", { className: "text-sm", children: [
763
+ /* @__PURE__ */ l("p", { className: "text-sm", children: [
764
764
  "What would you like ",
765
765
  /* @__PURE__ */ e("em", { children: Ge }),
766
766
  " to know about you to provide better responses?"
@@ -784,7 +784,7 @@ const mt = ({
784
784
  ]
785
785
  }
786
786
  ),
787
- /* @__PURE__ */ n(
787
+ /* @__PURE__ */ l(
788
788
  X,
789
789
  {
790
790
  header: "Location",
@@ -820,7 +820,7 @@ const mt = ({
820
820
  ]
821
821
  }
822
822
  ),
823
- /* @__PURE__ */ n(
823
+ /* @__PURE__ */ l(
824
824
  X,
825
825
  {
826
826
  header: F.SETTINGS_PROMPTS.TITLE,
@@ -828,7 +828,7 @@ const mt = ({
828
828
  noBorder: !0,
829
829
  children: [
830
830
  /* @__PURE__ */ e("p", { className: "text-sm", children: Ue }),
831
- T.prompts && T.prompts.slice(0, 3).map((r) => /* @__PURE__ */ n(
831
+ T.prompts && T.prompts.slice(0, 3).map((r) => /* @__PURE__ */ l(
832
832
  X,
833
833
  {
834
834
  mode: "dark",
@@ -901,7 +901,7 @@ const mt = ({
901
901
  ]
902
902
  }
903
903
  ),
904
- /* @__PURE__ */ n(
904
+ /* @__PURE__ */ l(
905
905
  X,
906
906
  {
907
907
  header: F.SETTINGS_CACHING.TITLE,
@@ -920,14 +920,14 @@ const mt = ({
920
920
  checked: R
921
921
  }
922
922
  ),
923
- I && /* @__PURE__ */ n("div", { className: "mt-4 p-3 border border-dashed border-neutral-700 dark:border-neutral-400 rounded @container/optimizations", children: [
923
+ I && /* @__PURE__ */ l("div", { className: "mt-4 p-3 border border-dashed border-neutral-700 dark:border-neutral-400 rounded @container/optimizations", children: [
924
924
  /* @__PURE__ */ e("h3", { className: "m-0 mb-2 text-xs uppercase opacity-70", children: "Cache Info" }),
925
- p ? /* @__PURE__ */ n("div", { className: "text-xs space-y-2", children: [
926
- /* @__PURE__ */ n("p", { className: "m-0", children: [
925
+ p ? /* @__PURE__ */ l("div", { className: "text-xs space-y-2", children: [
926
+ /* @__PURE__ */ l("p", { className: "m-0", children: [
927
927
  "Version: ",
928
928
  /* @__PURE__ */ e("strong", { children: p.version })
929
929
  ] }),
930
- /* @__PURE__ */ n("p", { className: "m-0", children: [
930
+ /* @__PURE__ */ l("p", { className: "m-0", children: [
931
931
  "Total Items: ",
932
932
  /* @__PURE__ */ e("strong", { children: p.totalItems })
933
933
  ] }),
@@ -1,8 +1,8 @@
1
1
  import { jsxs as _, jsx as r } from "react/jsx-runtime";
2
- import { I as f, b as v } from "./index.DRMQdLp_.js";
2
+ import { I as f, b as v } from "./index.BKtMB4pj.js";
3
3
  import C, { useContext as b } from "react";
4
4
  import o from "clsx";
5
- import { e as k } from "./App.G5LEkLPc.js";
5
+ import { e as k } from "./App.CVZzr8SY.js";
6
6
  const A = ({
7
7
  className: e,
8
8
  viewBox: a,
@@ -1,10 +1,10 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.DRMQdLp_.js";
3
- import { se as z } from "./App.G5LEkLPc.js";
2
+ import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.BKtMB4pj.js";
3
+ import { se as z } from "./App.CVZzr8SY.js";
4
4
  import { useState as O, Suspense as P, lazy as B } from "react";
5
5
  const t = [0, 3, 6, 9], j = B(() => import(
6
6
  /* webpackChunkName: "LazyChart" */
7
- "./Chart.O7iJjuZ1.js"
7
+ "./Chart.DT4thI7a.js"
8
8
  )), b = ({
9
9
  open: S,
10
10
  onOpenChange: I
@@ -1,5 +1,5 @@
1
- import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.CYsjqhfo.js";
2
- import { toText as Ca } from "./index.CoXgq2rQ.js";
1
+ import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.BwOAW6ja.js";
2
+ import { toText as Ca } from "./index.BcmaA5SM.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -6685,7 +6685,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, Bc = "{{clipboard}}", P = "
6685
6685
  ] });
6686
6686
  }, Ro = new URL(document.location.href).searchParams, vr = !!Ro.get("debug") || !1, Co = Cs(() => import(
6687
6687
  /* webpackChunkName: "LazyApp" */
6688
- "./App.G5LEkLPc.js"
6688
+ "./App.CVZzr8SY.js"
6689
6689
  ).then((e) => e.App)), ko = new zs(), Tr = ({
6690
6690
  isComponent: e,
6691
6691
  headerHeight: t
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.CYsjqhfo.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.BwOAW6ja.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.CYsjqhfo.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.BwOAW6ja.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { jsxs as p, jsx as i } from "react/jsx-runtime";
2
- import { te as B } from "./index.DRMQdLp_.js";
2
+ import { te as B } from "./index.BKtMB4pj.js";
3
3
  import { useState as I, useEffect as k } from "react";
4
4
  import s from "clsx";
5
5
  const h = "av-bubble", w = ({
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.G5LEkLPc.js";
2
- import { visit as In } from "./useMarkdown.CYsjqhfo.js";
3
- import { toText as Cn } from "./index.CoXgq2rQ.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.CVZzr8SY.js";
2
+ import { visit as In } from "./useMarkdown.BwOAW6ja.js";
3
+ import { toText as Cn } from "./index.BcmaA5SM.js";
4
4
  function xn(e) {
5
5
  const t = e.regex, i = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }), a = "decltype\\(auto\\)", r = "[a-zA-Z_]\\w*::", d = "(?!struct)(" + a + "|" + t.optional(r) + "[a-zA-Z_]\\w*" + t.optional("<[^<>]+>") + ")", c = {
6
6
  className: "type",
@@ -1,4 +1,4 @@
1
- import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.CYsjqhfo.js";
1
+ import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.BwOAW6ja.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -1,8 +1,8 @@
1
1
  import * as rn from "react/jsx-runtime";
2
2
  import { jsx as se, jsxs as Pn } from "react/jsx-runtime";
3
- import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.DRMQdLp_.js";
3
+ import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.BKtMB4pj.js";
4
4
  import zr, { useState as Lt, useEffect as _t, useCallback as vt, useRef as Re } from "react";
5
- import { getDefaultExportFromCjs as Nt } from "./App.G5LEkLPc.js";
5
+ import { getDefaultExportFromCjs as Nt } from "./App.CVZzr8SY.js";
6
6
  import Lr from "clsx";
7
7
  const Rt = ({
8
8
  children: e,
@@ -6900,7 +6900,7 @@ class uu {
6900
6900
  if (!this.remarkGfm) {
6901
6901
  const { default: n } = await import(
6902
6902
  /* webpackChunkName: "md-remark" */
6903
- "./index.E5R-gRQM.js"
6903
+ "./index.CnxWZciF.js"
6904
6904
  );
6905
6905
  this.remarkGfm = n;
6906
6906
  }
@@ -6911,7 +6911,7 @@ class uu {
6911
6911
  hu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
6912
6912
  const { default: n } = await import(
6913
6913
  /* webpackChunkName: "md-rehype-katex" */
6914
- "./index.DvVy8-Zq.js"
6914
+ "./index.2NNXtlz-.js"
6915
6915
  );
6916
6916
  this.rehypeKatex = n;
6917
6917
  }
@@ -6921,7 +6921,7 @@ class uu {
6921
6921
  if (!this.remarkMath) {
6922
6922
  const { default: n } = await import(
6923
6923
  /* webpackChunkName: "md-remark" */
6924
- "./index.T93ZkOuc.js"
6924
+ "./index.BbvYO71N.js"
6925
6925
  );
6926
6926
  this.remarkMath = n;
6927
6927
  }
@@ -6931,7 +6931,7 @@ class uu {
6931
6931
  if (!this.rehypeHighlight) {
6932
6932
  const { default: n } = await import(
6933
6933
  /* webpackChunkName: "md-rehype-highlight" */
6934
- "./index.6OcHe6xE.js"
6934
+ "./index.CMyn63SO.js"
6935
6935
  );
6936
6936
  this.rehypeHighlight = n;
6937
6937
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.DRMQdLp_.js";
2
+ import { SassySaint as a } from "../../chunks/index.BKtMB4pj.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.DRMQdLp_.js";
1
+ import { SassySaint as r } from "./chunks/index.BKtMB4pj.js";
2
2
  /*!
3
- @sassysaint/client v8.51.1
3
+ @sassysaint/client v8.51.3
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "8.51.1",
9
- buildTime: "09/14/2025 07:50 PM EDT",
8
+ version: "8.51.3",
9
+ buildTime: "09/15/2025 08:51 AM EDT",
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": "8.51.1",
3
+ "version": "8.51.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  "react-dom": "^18.3.1 || ^19.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@sassysaint/client": "8.51.1",
36
+ "@sassysaint/client": "8.51.3",
37
37
  "@tailwindcss/vite": "4.1.13",
38
38
  "@versini/ui-styles": "6.0.3"
39
39
  },
@@ -45,5 +45,5 @@
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "d4675fa7fb7b3d5fcdb40194d89ccaaedc797391"
48
+ "gitHead": "67b0c4dda1a770211fc9471b42769ce7eba4cb5d"
49
49
  }