@versini/sassysaint 8.100.1 → 8.100.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 (25) hide show
  1. package/dist/chunks/{AboutChangelog.CRhwlTEk.js → AboutChangelog.CVEzqyu0.js} +3 -3
  2. package/dist/chunks/{AboutEntry.dpZ59YR5.js → AboutEntry.BKhiauin.js} +5 -5
  3. package/dist/chunks/{App.BGCRyBum.js → App.CcUyqqhb.js} +16 -16
  4. package/dist/chunks/{Chart.CWMn_NC0.js → Chart.Bsqi4DmE.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.3HbqWdw7.js → ChatBubbleAssistant.BgkEv9Nl.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.DeTQjv1M.js → ChatBubbleUser.Cg1OW0xN.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.Dvq6Fus8.js → ChatHistoryTable.DNm8_u2A.js} +12 -12
  8. package/dist/chunks/{HistoryEntry.Q2pKcHSB.js → HistoryEntry.BTO8pQyJ.js} +3 -3
  9. package/dist/chunks/{MemoriesEntry.Cskw19yH.js → MemoriesEntry.Y8ifTj5e.js} +17 -17
  10. package/dist/chunks/{ProfileEntry.C00E78C_.js → ProfileEntry.C-zZ6BfX.js} +2 -2
  11. package/dist/chunks/{SettingsEntry.DFwJrngK.js → SettingsEntry.BetjpwzG.js} +3 -3
  12. package/dist/chunks/{index.CTez5Lsb.js → Table.D1VtzJ-u.js} +133 -144
  13. package/dist/chunks/{UsageEntry.BPZ7yPOX.js → UsageEntry.sWgSWUCz.js} +3 -3
  14. package/dist/chunks/{index.QSaRoa3c.js → index.B2fY8X1X.js} +1 -1
  15. package/dist/chunks/{index.DJqpI1Fy.js → index.BiDIHf70.js} +2 -2
  16. package/dist/chunks/{index.BIxn7Wij.js → index.C3E8x6ls.js} +3 -3
  17. package/dist/chunks/{index.wgdXdgVK.js → index.CdCg30Qf.js} +16 -16
  18. package/dist/chunks/{index.CWA0zYs3.js → index.DBEFlW-i.js} +4 -4
  19. package/dist/chunks/{index.C2pCFOLr.js → index.DPBoxKju.js} +1 -1
  20. package/dist/chunks/{index.D45TMhi3.js → index.DnoN8bVp.js} +1 -1
  21. package/dist/chunks/{index.DOJ-dFDl.js → index.XkNb51nQ.js} +1 -1
  22. package/dist/chunks/{useMarkdown.BbxV-Fsm.js → useMarkdown.B0se62dv.js} +9 -9
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/package.json +3 -3
@@ -1,8 +1,8 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
- import { useInViewport as c } from "./index.wgdXdgVK.js";
2
+ import { useInViewport as c } from "./index.CdCg30Qf.js";
3
3
  import { useRef as n, useCallback as f, useLayoutEffect as u } from "react";
4
- import { ButtonScroll as p } from "./App.BGCRyBum.js";
5
- import { useMarkdown as d } from "./useMarkdown.BbxV-Fsm.js";
4
+ import { ButtonScroll as p } from "./App.CcUyqqhb.js";
5
+ import { useMarkdown as d } from "./useMarkdown.B0se62dv.js";
6
6
  const x = ({ content: o }) => {
7
7
  const [l, t] = d(), { ref: a, inViewport: i } = c(), r = n(null), m = f(() => {
8
8
  r.current && r.current.scrollIntoView({
@@ -1,12 +1,12 @@
1
1
  import { jsxs as p, Fragment as n, jsx as e } from "react/jsx-runtime";
2
- import { Panel as g, CancelButton as A } from "./App.BGCRyBum.js";
3
- import { useUniqueId as c, useServerCapabilities as B, useChangelogs as E, Card as t, renderDataAsList as d, CARDS as r, pluralize as I, isProbablyMobile as f, ABOUT_TITLE as S, L as C, j as O } from "./index.wgdXdgVK.js";
2
+ import { Panel as g, CancelButton as A } from "./App.CcUyqqhb.js";
3
+ import { useUniqueId as c, useServerCapabilities as B, useChangelogs as E, Card as t, renderDataAsList as d, CARDS as r, pluralize as I, isProbablyMobile as f, ABOUT_TITLE as S, L as C, j as O } from "./index.CdCg30Qf.js";
4
4
  import { Suspense as U, lazy as L, useRef as N } from "react";
5
5
  import R from "clsx";
6
6
  const _ = L(
7
7
  () => import(
8
8
  /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.CRhwlTEk.js"
9
+ "./AboutChangelog.CVEzqyu0.js"
10
10
  )
11
11
  ), k = () => {
12
12
  const a = c(), i = c(), { data: s, isSuccess: m } = B(), { data: u, isSuccess: h } = E(), T = s?.version || "", l = s?.models || [], b = s?.buildTime || "";
@@ -18,8 +18,8 @@ const _ = L(
18
18
  className: "prose-dark dark:prose-lighter mb-4",
19
19
  noBorder: !0,
20
20
  children: d(a, {
21
- [r.ABOUT.VERSION]: "8.100.1",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "12/13/2025 05:12 PM EST"
21
+ [r.ABOUT.VERSION]: "8.100.3",
22
+ [r.ABOUT.BUILD_TIMESTAMP]: "12/14/2025 03:28 PM EST"
23
23
  })
24
24
  }
25
25
  ),
@@ -1,5 +1,5 @@
1
1
  import { jsx as p, jsxs as N, Fragment as Me } from "react/jsx-runtime";
2
- import { ACTION_SORT as la, e$1 as ht, ACTION_SEARCH as ua, ACTION_RESET_PROMPT as po, ACTION_TOGGLE_PROMPT as fo, ChatContext as we, LOCAL_STORAGE_PREFIX as ke, LOCAL_STORAGE_CHAT_ID as Ut, n as Ie, useLocalStorage as Ae, isDev as da, isPWAMode as mo, isTauri as yt, useChat as pa, useClickOutside as fa, useInterval as ma, isProbablyiPhone as Ne, useTheme as Ce, ButtonIcon as Pe, IconAddLight as ha, DEFAULT_ICON_ACTION_SIZE as Oe, useUserPreferences as Fe, useHotkeys as Vr, IconCloseLight as ga, IconEditLight as va, serverUrl as ho, useEntitlements as Hr, useHaptic as ya, Button as go, L as Cr, j as st, useSaveChat as _a, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ba, w as Jt, IconLockedLight as wa, IconUnlockedLight as Ia, IconSelected as Ea, IconUnSelected as Ta, IconNext as Sa, PromptsContext as Gr, IconBookSparklesLight as ka, IconRewrite as Ca, IconProofread as xa, IconMagic as Aa, LOCAL_STORAGE_REASONING_DISCLOSURE as Na, IconLightBulbLight as Oa, IconSendLight as Pa, INPUT_PLACEHOLDER_TEXT_IN_SESSION as vo, INPUT_PLACEHOLDER_TEXT_MORNING as Ra, INPUT_PLACEHOLDER_TEXT_TODAY as za, INPUT_PLACEHOLDER_TEXT_AFTERNOON as Ma, INPUT_PLACEHOLDER_TEXT_EVENING as $a, INPUT_PLACEHOLDER_TEXT_NIGHT as Za, INPUT_PLACEHOLDER_TEXT_DEFAULT as Da, PROMPT_EDITABLE_AREA_CLASSNAME as La, PROMPT_CLASSNAME as Ua, IconClose as Fa, AppContext as kt, HistoryContext as yo, useChatsHistory as ja, useUniqueId as Ba, j$1 as _o, ERROR_MESSAGE as Va, o as _t, CLIPBOARD_PROMPT as ln, getHotkeyHandler as Ha, U as Ga, FOOTER_DISCLAIMERS as un, isProbablyiPad as Ja, useResizeObserver as bo, useViewportSize as Wa, useVisualViewportSize as Ya, INPUT_BOTTOM_OFFSET_IPHONE as qa, INPUT_BOTTOM_OFFSET_IPAD as Xa, INPUT_BOTTOM_OFFSET as wo, INPUT_BOTTOM_OFFSET_EXTRA as pr, APP_SET_FOOTER_HEIGHT as Qa, FOOTER_TOP as xr, FOOTER_BOTTOM as gt, APP_SET_FOOTER_POSITION as fr, getLayoutPaddingClass as Ar, canEvaluateModels as dn, k as Ka, IconOpenAI as ei, a as ti, IconAnthropic as ri, i as ni, IconGoogleGemini as oi, s as si, x as ai, p as mr, setNewProvider as pn, TOAST_PROVIDER_CHANGED as fn, useQueryClient as ii, LOG_OUT as mn, IconProfile as ci, IconSliders as li, IconHistory as ui, IconEditUser as di, IconChart as pi, IconInfo as fi, IconBack as mi, IconSettings as hi, n$1 as Io, useInViewport as gi, useServerCapabilities as vi, getMessageContaintWrapperClass as yi, UI_FOOTER_BUFFER as Eo, UI_BUTTON_SCROLL_BUFFER as _i, Logo as bi, isProbablyMobile as wi, UI_DEFAULT_MAIN_HEIGHT as hn, e as Ii, appReducer as Ei, applyOledMode as Ti, APP_SET_OLED_MODE as Si, APP_SET_FULL_SCREEN as ki, APP_SET_THEME_MODE as Ci, APP_SET_THEME_PALETTE as xi, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ai, APP_CLASSNAME as Ni, y as gn, v as Oi, LOCAL_STORAGE_SORT as Pi, LOCAL_STORAGE_SEARCH as Ri, LOCAL_STORAGE_OLED_MODE as zi, LOCAL_STORAGE_FULL_SCREEN as Mi, LOCAL_STORAGE_SORT_TIMESTAMP as $i, LOCAL_STORAGE_SORT_TOKEN_USAGE as Zi, TOAST_CACHE_ENABLED as Di, TOAST_CACHE_DISABLED as Li } from "./index.wgdXdgVK.js";
2
+ import { ACTION_SORT as la, e$1 as ht, ACTION_SEARCH as ua, ACTION_RESET_PROMPT as po, ACTION_TOGGLE_PROMPT as fo, ChatContext as we, LOCAL_STORAGE_PREFIX as ke, LOCAL_STORAGE_CHAT_ID as Ut, n as Ie, useLocalStorage as Ae, isDev as da, isPWAMode as mo, isTauri as yt, useChat as pa, useClickOutside as fa, useInterval as ma, isProbablyiPhone as Ne, useTheme as Ce, ButtonIcon as Pe, IconAddLight as ha, DEFAULT_ICON_ACTION_SIZE as Oe, useUserPreferences as Fe, useHotkeys as Vr, IconCloseLight as ga, IconEditLight as va, serverUrl as ho, useEntitlements as Hr, useHaptic as ya, Button as go, L as Cr, j as st, useSaveChat as _a, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ba, w as Jt, IconLockedLight as wa, IconUnlockedLight as Ia, IconSelected as Ea, IconUnSelected as Ta, IconNext as Sa, PromptsContext as Gr, IconBookSparklesLight as ka, IconRewrite as Ca, IconProofread as xa, IconMagic as Aa, LOCAL_STORAGE_REASONING_DISCLOSURE as Na, IconLightBulbLight as Oa, IconSendLight as Pa, INPUT_PLACEHOLDER_TEXT_IN_SESSION as vo, INPUT_PLACEHOLDER_TEXT_MORNING as Ra, INPUT_PLACEHOLDER_TEXT_TODAY as za, INPUT_PLACEHOLDER_TEXT_AFTERNOON as Ma, INPUT_PLACEHOLDER_TEXT_EVENING as $a, INPUT_PLACEHOLDER_TEXT_NIGHT as Za, INPUT_PLACEHOLDER_TEXT_DEFAULT as Da, PROMPT_EDITABLE_AREA_CLASSNAME as La, PROMPT_CLASSNAME as Ua, IconClose as Fa, AppContext as kt, HistoryContext as yo, useChatsHistory as ja, useUniqueId as Ba, j$1 as _o, ERROR_MESSAGE as Va, o as _t, CLIPBOARD_PROMPT as ln, getHotkeyHandler as Ha, U as Ga, FOOTER_DISCLAIMERS as un, isProbablyiPad as Ja, useResizeObserver as bo, useViewportSize as Wa, useVisualViewportSize as Ya, INPUT_BOTTOM_OFFSET_IPHONE as qa, INPUT_BOTTOM_OFFSET_IPAD as Xa, INPUT_BOTTOM_OFFSET as wo, INPUT_BOTTOM_OFFSET_EXTRA as pr, APP_SET_FOOTER_HEIGHT as Qa, FOOTER_TOP as xr, FOOTER_BOTTOM as gt, APP_SET_FOOTER_POSITION as fr, getLayoutPaddingClass as Ar, canEvaluateModels as dn, k as Ka, IconOpenAI as ei, a as ti, IconAnthropic as ri, i as ni, IconGoogleGemini as oi, s as si, x as ai, p as mr, setNewProvider as pn, TOAST_PROVIDER_CHANGED as fn, useQueryClient as ii, LOG_OUT as mn, IconProfile as ci, IconSliders as li, IconHistory as ui, IconEditUser as di, IconChart as pi, IconInfo as fi, IconBack as mi, IconSettings as hi, n$1 as Io, useInViewport as gi, useServerCapabilities as vi, getMessageContaintWrapperClass as yi, UI_FOOTER_BUFFER as Eo, UI_BUTTON_SCROLL_BUFFER as _i, Logo as bi, isProbablyMobile as wi, UI_DEFAULT_MAIN_HEIGHT as hn, e as Ii, appReducer as Ei, applyOledMode as Ti, APP_SET_OLED_MODE as Si, APP_SET_FULL_SCREEN as ki, APP_SET_THEME_MODE as Ci, APP_SET_THEME_PALETTE as xi, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ai, APP_CLASSNAME as Ni, y as gn, v as Oi, LOCAL_STORAGE_SORT as Pi, LOCAL_STORAGE_SEARCH as Ri, LOCAL_STORAGE_OLED_MODE as zi, LOCAL_STORAGE_FULL_SCREEN as Mi, LOCAL_STORAGE_SORT_TIMESTAMP as $i, LOCAL_STORAGE_SORT_TOKEN_USAGE as Zi, TOAST_CACHE_ENABLED as Di, TOAST_CACHE_DISABLED as Li } from "./index.CdCg30Qf.js";
3
3
  import To, { useRef as V, useCallback as X, useSyncExternalStore as hr, useEffect as $, useState as Z, createContext as Jr, useContext as Q, useMemo as me, forwardRef as Xe, useId as So, useLayoutEffect as or, cloneElement as Ui, Suspense as Wt, lazy as Re, useReducer as Pt } from "react";
4
4
  import P, { clsx as $e } from "clsx";
5
5
  import { computePosition as Fi, offset as ko, flip as Co, shift as xo, arrow as ji, useMergeRefs as Wr, FloatingPortal as Nr, FloatingOverlay as Bi, FloatingFocusManager as Or, useFloating as Ao, useClick as No, useDismiss as Oo, useRole as Po, useInteractions as Ro, useFloatingParentNodeId as zo, FloatingTree as Vi, useListItem as Mo, useFloatingTree as $o, useFloatingNodeId as Hi, autoUpdate as Gi, useHover as Ji, safePolygon as Wi, useListNavigation as Yi, useTypeahead as qi, FloatingNode as vn, FloatingList as yn } from "@floating-ui/react";
@@ -5732,7 +5732,7 @@ const Us = async () => (Ir || (Ir = import(
5732
5732
  "./index.790ujKXR.js"
5733
5733
  )), Ir), Fs = async () => (Er || (Er = import(
5734
5734
  /* webpackChunkName: "toast-utilities" */
5735
- "./index.wgdXdgVK.js"
5735
+ "./index.CdCg30Qf.js"
5736
5736
  ).then((e) => e.utilities)), Er), jf = async () => {
5737
5737
  try {
5738
5738
  await Promise.all([Us(), Fs()]);
@@ -8534,38 +8534,38 @@ const Vm = [".png", ".jpg", ".jpeg", ".webp"], Hm = [".pdf", ".txt"], Gm = [
8534
8534
  }, Ih = Re(
8535
8535
  () => import(
8536
8536
  /* webpackChunkName: "modal-chunk" */
8537
- "./ProfileEntry.C00E78C_.js"
8537
+ "./ProfileEntry.C-zZ6BfX.js"
8538
8538
  ).then((e) => ({
8539
8539
  default: e.Profile
8540
8540
  }))
8541
8541
  ), Eh = Re(
8542
8542
  () => import(
8543
8543
  /* webpackChunkName: "modal-chunk" */
8544
- "./SettingsEntry.DFwJrngK.js"
8544
+ "./SettingsEntry.BetjpwzG.js"
8545
8545
  ).then((e) => ({
8546
8546
  default: e.SettingsPanel
8547
8547
  }))
8548
8548
  ), Th = Re(
8549
8549
  () => import(
8550
8550
  /* webpackChunkName: "modal-chunk" */
8551
- "./HistoryEntry.Q2pKcHSB.js"
8551
+ "./HistoryEntry.BTO8pQyJ.js"
8552
8552
  ).then((e) => ({
8553
8553
  default: e.HistoryPanel
8554
8554
  }))
8555
8555
  ), Sh = Re(
8556
8556
  () => import(
8557
8557
  /* webpackChunkName: "modal-chunk" */
8558
- "./AboutEntry.dpZ59YR5.js"
8558
+ "./AboutEntry.BKhiauin.js"
8559
8559
  ).then((e) => ({ default: e.About }))
8560
8560
  ), kh = Re(
8561
8561
  () => import(
8562
8562
  /* webpackChunkName: "modal-chunk" */
8563
- "./UsageEntry.BPZ7yPOX.js"
8563
+ "./UsageEntry.sWgSWUCz.js"
8564
8564
  ).then((e) => ({ default: e.Usage }))
8565
8565
  ), Ch = Re(
8566
8566
  () => import(
8567
8567
  /* webpackChunkName: "modal-chunk" */
8568
- "./MemoriesEntry.Cskw19yH.js"
8568
+ "./MemoriesEntry.Y8ifTj5e.js"
8569
8569
  ).then((e) => ({ default: e.default }))
8570
8570
  ), xh = ({
8571
8571
  open: e,
@@ -8613,23 +8613,23 @@ const Vm = [".png", ".jpg", ".jpeg", ".webp"], Hm = [".pdf", ".txt"], Gm = [
8613
8613
  f || Promise.all([
8614
8614
  import(
8615
8615
  /* webpackChunkName: "modal-chunk" */
8616
- "./ProfileEntry.C00E78C_.js"
8616
+ "./ProfileEntry.C-zZ6BfX.js"
8617
8617
  ),
8618
8618
  import(
8619
8619
  /* webpackChunkName: "modal-chunk" */
8620
- "./SettingsEntry.DFwJrngK.js"
8620
+ "./SettingsEntry.BetjpwzG.js"
8621
8621
  ),
8622
8622
  import(
8623
8623
  /* webpackChunkName: "modal-chunk" */
8624
- "./HistoryEntry.Q2pKcHSB.js"
8624
+ "./HistoryEntry.BTO8pQyJ.js"
8625
8625
  ),
8626
8626
  import(
8627
8627
  /* webpackChunkName: "modal-chunk" */
8628
- "./AboutEntry.dpZ59YR5.js"
8628
+ "./AboutEntry.BKhiauin.js"
8629
8629
  ),
8630
8630
  import(
8631
8631
  /* webpackChunkName: "modal-chunk" */
8632
- "./UsageEntry.BPZ7yPOX.js"
8632
+ "./UsageEntry.sWgSWUCz.js"
8633
8633
  )
8634
8634
  ]).finally(() => m(!0));
8635
8635
  }, [f]), h = X((z) => {
@@ -8900,18 +8900,18 @@ const lo = "av-spinner", ea = ({ spinnerRef: e, mode: t = "system", type: r = "c
8900
8900
  ]
8901
8901
  });
8902
8902
  }, Ph = Re(
8903
- () => import("./index.CWA0zYs3.js").then((e) => ({ default: e.Bubble }))
8903
+ () => import("./index.DBEFlW-i.js").then((e) => ({ default: e.Bubble }))
8904
8904
  ), sn = (e) => /* @__PURE__ */ p(Wt, { fallback: /* @__PURE__ */ p("span", { className: "inline-block" }), children: /* @__PURE__ */ p(Ph, { ...e }) });
8905
8905
  sn.displayName = "AsyncBubble";
8906
8906
  const uo = 1, Rh = 150, zh = Re(
8907
8907
  () => import(
8908
8908
  /* webpackChunkName: "LazyMessageAssistant" */
8909
- "./ChatBubbleAssistant.3HbqWdw7.js"
8909
+ "./ChatBubbleAssistant.BgkEv9Nl.js"
8910
8910
  )
8911
8911
  ), Mh = Re(
8912
8912
  () => import(
8913
8913
  /* webpackChunkName: "LazyMessageUser" */
8914
- "./ChatBubbleUser.DeTQjv1M.js"
8914
+ "./ChatBubbleUser.Cg1OW0xN.js"
8915
8915
  )
8916
8916
  ), $h = To.memo(
8917
8917
  ({
@@ -1,7 +1,7 @@
1
1
  import { jsx as Pp } from "react/jsx-runtime";
2
- import { getDefaultExportFromCjs as dn } from "./App.BGCRyBum.js";
2
+ import { getDefaultExportFromCjs as dn } from "./App.CcUyqqhb.js";
3
3
  import Op, { useMemo as Lp } from "react";
4
- import { TRIMESTERS_SHORT as Ep, TRIMESTERS as on, TIME_RANGES as ls, isProbablyMobile as Ip, TIME_RANGE_LABELS as an } from "./index.wgdXdgVK.js";
4
+ import { TRIMESTERS_SHORT as Ep, TRIMESTERS as on, TIME_RANGES as ls, isProbablyMobile as Ip, TIME_RANGE_LABELS as an } from "./index.CdCg30Qf.js";
5
5
  var hs = { exports: {} }, Dp = hs.exports, nn;
6
6
  function Bp() {
7
7
  return nn || (nn = 1, (function(Ae, pe) {
@@ -1,10 +1,10 @@
1
1
  import { jsx as ss } from "react/jsx-runtime";
2
- import { ChatContext as is, AppContext as rs, n as as, useUserPreferences as os, convertCamelCaseToReadable as ls, numberFormatter as us, pluralize as cs } from "./index.wgdXdgVK.js";
3
- import { BUBBLE_FOOTER_EMPTY as fs } from "./index.CWA0zYs3.js";
2
+ import { ChatContext as is, AppContext as rs, n as as, useUserPreferences as os, convertCamelCaseToReadable as ls, numberFormatter as us, pluralize as cs } from "./index.CdCg30Qf.js";
3
+ import { BUBBLE_FOOTER_EMPTY as fs } from "./index.DBEFlW-i.js";
4
4
  import Xt from "clsx";
5
5
  import hs, { useState as Me, useEffect as qt, useContext as vt } from "react";
6
- import { useMarkdown as ds } from "./useMarkdown.BbxV-Fsm.js";
7
- import { AsyncBubble as ps } from "./App.BGCRyBum.js";
6
+ import { useMarkdown as ds } from "./useMarkdown.B0se62dv.js";
7
+ import { AsyncBubble as ps } from "./App.CcUyqqhb.js";
8
8
  function ms(e, t) {
9
9
  e.indexOf(t) === -1 && e.push(t);
10
10
  }
@@ -1,16 +1,16 @@
1
1
  import { jsx as i, Fragment as S, jsxs as C } from "react/jsx-runtime";
2
- import { Button as _ } from "./index.wgdXdgVK.js";
2
+ import { Button as _ } from "./index.CdCg30Qf.js";
3
3
  import { useState as h, useMemo as m, isValidElement as T, useEffect as B } from "react";
4
- import { useMarkdown as b } from "./useMarkdown.BbxV-Fsm.js";
5
- import { AsyncBubble as k } from "./App.BGCRyBum.js";
4
+ import { useMarkdown as b } from "./useMarkdown.B0se62dv.js";
5
+ import { AsyncBubble as k } from "./App.CcUyqqhb.js";
6
6
  /*!
7
- @versini/ui-truncate v6.1.1
7
+ @versini/ui-truncate v6.1.2
8
8
  © 2025 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
12
- version: "6.1.1",
13
- buildTime: "12/13/2025 02:42 PM EST",
12
+ version: "6.1.2",
13
+ buildTime: "12/14/2025 03:05 PM EST",
14
14
  homepage: "https://www.npmjs.com/package/@versini/ui-truncate",
15
15
  license: "MIT"
16
16
  });
@@ -1,9 +1,9 @@
1
1
  import { jsxs as c, jsx as e } from "react/jsx-runtime";
2
- import { IconCloseLight as P, y as S, v as M, INFINITE_SCROLL_THRESHOLD as U, CARDS as D, pluralize as k, ButtonIcon as C, IconRestore as z, IconStarInCircle as B, IconStarInCircleLight as $, IconDelete as Y, numberFormatter as j, isProbablyMobile as G } from "./index.wgdXdgVK.js";
3
- import { useState as K, Fragment as V } from "react";
2
+ import { IconCloseLight as L, y as S, v as M, INFINITE_SCROLL_THRESHOLD as U, CARDS as D, pluralize as k, ButtonIcon as C, IconRestore as z, IconStarInCircle as B, IconStarInCircleLight as $, IconDelete as Y, numberFormatter as W, isProbablyMobile as j } from "./index.CdCg30Qf.js";
3
+ import { useState as G, Fragment as K } from "react";
4
4
  import i from "clsx";
5
- import { j as W, D as F, F as N, G as H, L as o, Y as A } from "./index.CTez5Lsb.js";
6
- import { ResponsiveTooltip as w } from "./App.BGCRyBum.js";
5
+ import { j as V, D as F, F as N, G as H, W as o, Y as A } from "./Table.D1VtzJ-u.js";
6
+ import { ResponsiveTooltip as w } from "./App.CcUyqqhb.js";
7
7
  /*!
8
8
  @versini/ui-pill v5.2.3
9
9
  © 2025 gizmette.com
@@ -45,7 +45,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
45
45
  }))
46
46
  };
47
47
  }, R = ({ label: t, className: a, variant: l = "information", description: m, onClose: d }) => {
48
- const [h, p] = K(!0), g = (f) => {
48
+ const [h, p] = G(!0), g = (f) => {
49
49
  d && (d(f), f.defaultPrevented || p(!1));
50
50
  };
51
51
  if (!h)
@@ -70,7 +70,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
70
70
  onClick: g,
71
71
  className: u.button,
72
72
  "aria-label": "Close",
73
- children: /* @__PURE__ */ e(P, {
73
+ children: /* @__PURE__ */ e(L, {
74
74
  size: "size-3"
75
75
  })
76
76
  })
@@ -107,7 +107,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
107
107
  isFiltered: O = !1,
108
108
  isSearchActive: T = !1
109
109
  }) => {
110
- const y = G() ? Z : ee, E = (r) => {
110
+ const y = j() ? Z : ee, E = (r) => {
111
111
  switch (r) {
112
112
  case n.ROW:
113
113
  return /* @__PURE__ */ e(o, { className: "sr-only", children: "Row" }, r);
@@ -171,7 +171,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
171
171
  r
172
172
  );
173
173
  case n.SUMMARY: {
174
- const x = s.similarityScore !== void 0 && s.similarityScore !== null ? Math.round(s.similarityScore * 100) : null, v = x !== null && x < 40 ? "warning" : "success", L = s.keywordMatch === !0;
174
+ const x = s.similarityScore !== void 0 && s.similarityScore !== null ? Math.round(s.similarityScore * 100) : null, v = x !== null && x < 40 ? "warning" : "success", P = s.keywordMatch === !0;
175
175
  return /* @__PURE__ */ e(
176
176
  o,
177
177
  {
@@ -191,7 +191,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
191
191
  label: `${x}% semantic`
192
192
  }
193
193
  ),
194
- L && /* @__PURE__ */ e(R, { variant: "information", label: "keyword" })
194
+ P && /* @__PURE__ */ e(R, { variant: "information", label: "keyword" })
195
195
  ] }),
196
196
  /* @__PURE__ */ e("span", { children: s.summary })
197
197
  ] })
@@ -205,7 +205,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
205
205
  {
206
206
  className: i("dark:text-gray-400", "text-xs sm:text-sm"),
207
207
  align: "right",
208
- children: s.tokenUsage ? j.format(s.tokenUsage) : "0"
208
+ children: s.tokenUsage ? W.format(s.tokenUsage) : "0"
209
209
  },
210
210
  r
211
211
  );
@@ -283,7 +283,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
283
283
  }
284
284
  };
285
285
  return /* @__PURE__ */ c(
286
- W,
286
+ V,
287
287
  {
288
288
  stickyHeader: !0,
289
289
  compact: !0,
@@ -295,7 +295,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
295
295
  disabled: u && t.length > 0,
296
296
  children: [
297
297
  /* @__PURE__ */ e(F, { children: /* @__PURE__ */ e(N, { children: y.map((r) => E(r)) }) }),
298
- /* @__PURE__ */ e(H, { children: u && t.length === 0 ? /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(o, { colSpan: 1e3, children: /* @__PURE__ */ e("div", { children: "Loading..." }) }) }) : t.slice(0, l).map((r, s) => r?.summary ? /* @__PURE__ */ c(V, { children: [
298
+ /* @__PURE__ */ e(H, { children: u && t.length === 0 ? /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(o, { colSpan: 1e3, children: /* @__PURE__ */ e("div", { children: "Loading..." }) }) }) : t.slice(0, l).map((r, s) => r?.summary ? /* @__PURE__ */ c(K, { children: [
299
299
  s === l - U && /* @__PURE__ */ e("tr", { ref: g }),
300
300
  /* @__PURE__ */ e(N, { children: y.map(
301
301
  (b) => _(b, r, s)
@@ -1,12 +1,12 @@
1
1
  import { jsxs as i, Fragment as ae, jsx as t } from "react/jsx-runtime";
2
- import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, HistoryContext as Y, ChatContext as se, useLocalStorage as m, LOCAL_STORAGE_PREFIX as C, LOCAL_STORAGE_SORT_TIMESTAMP as oe, e$1 as u, LOCAL_STORAGE_SORT_TOKEN_USAGE as ne, LOCAL_STORAGE_SORT as ie, y as I, LOCAL_STORAGE_CHAT_ID as ce, useDeleteChat as le, useToggleFavoriteChat as de, APP_CLASSNAME as he, TOAST_CHAT_DELETED as ue, graphQLRequest as me, SERVICE_TYPES as Ce, ACTION_SORT as Se, v as fe, LOCAL_STORAGE_SEARCH as ye, LOCAL_STORAGE_FAVORITES_ONLY as Te, LOCAL_STORAGE_KEYWORD_MATCH_ALL as pe, useChatsHistory as ge, useUserChatStats as Ae, HISTORY_TITLE as Ee, Card as _e, TextInput as Le, debounce as De, IconSearch as Oe, Button as ke, L as ve, j as Re, ACTION_SEARCH as be } from "./index.wgdXdgVK.js";
3
- import { useAiChat as Ie, ConfirmationPanel as xe, LazyToastContainerWrapper as we, showErrorToast as He, v4 as Ne, CHAT_RESET as Fe, CHAT_SET_ATTACHMENTS as Me, CHAT_SET_STATUS as Ge, Panel as Ve, Toggle as B, CancelButton as ze } from "./App.BGCRyBum.js";
2
+ import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, HistoryContext as Y, ChatContext as se, useLocalStorage as m, LOCAL_STORAGE_PREFIX as C, LOCAL_STORAGE_SORT_TIMESTAMP as oe, e$1 as u, LOCAL_STORAGE_SORT_TOKEN_USAGE as ne, LOCAL_STORAGE_SORT as ie, y as I, LOCAL_STORAGE_CHAT_ID as ce, useDeleteChat as le, useToggleFavoriteChat as de, APP_CLASSNAME as he, TOAST_CHAT_DELETED as ue, graphQLRequest as me, SERVICE_TYPES as Ce, ACTION_SORT as Se, v as fe, LOCAL_STORAGE_SEARCH as ye, LOCAL_STORAGE_FAVORITES_ONLY as Te, LOCAL_STORAGE_KEYWORD_MATCH_ALL as pe, useChatsHistory as ge, useUserChatStats as Ae, HISTORY_TITLE as Ee, Card as _e, TextInput as Le, debounce as De, IconSearch as Oe, Button as ke, L as ve, j as Re, ACTION_SEARCH as be } from "./index.CdCg30Qf.js";
3
+ import { useAiChat as Ie, ConfirmationPanel as xe, LazyToastContainerWrapper as we, showErrorToast as He, v4 as Ne, CHAT_RESET as Fe, CHAT_SET_ATTACHMENTS as Me, CHAT_SET_STATUS as Ge, Panel as Ve, Toggle as B, CancelButton as ze } from "./App.CcUyqqhb.js";
4
4
  import Pe from "clsx";
5
5
  import { useRef as x, useState as G, useContext as V, useCallback as j, Suspense as Ue, lazy as Be, useEffect as je } from "react";
6
6
  const Ke = Be(
7
7
  () => import(
8
8
  /* webpackChunkName: "history-table" */
9
- "./ChatHistoryTable.Dvq6Fus8.js"
9
+ "./ChatHistoryTable.DNm8_u2A.js"
10
10
  ).then((S) => ({ default: S.ChatHistoryTable }))
11
11
  ), Ye = ({
12
12
  filteredHistory: S,
@@ -1,10 +1,10 @@
1
1
  import { jsx as e, jsxs as r, Fragment as I } from "react/jsx-runtime";
2
- import { L as M, j as f, Button as B, n as Te, useLocalStorage as ee, LOCAL_STORAGE_PREFIX as te, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as ke, e$1 as s, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ve, useUserMemories as De, useExpiredMemories as be, useDeleteMemory as Ee, useDeleteAllActiveMemories as Me, useDeleteAllExpiredMemories as Re, useUpdateMemory as Ie, useRestoreMemory as Le, ButtonIcon as L, IconEdit as Oe, IconDelete as re, IconRestore as _e } from "./index.wgdXdgVK.js";
3
- import { Panel as ae, Toggle as O, CancelButton as ce, ConfirmationPanel as ie, ResponsiveTooltip as _ } from "./App.BGCRyBum.js";
4
- import { j as ne, D as oe, F as v, L as a, Y as z, G as le, H as se } from "./index.CTez5Lsb.js";
2
+ import { L as M, j as f, Button as B, n as Te, useLocalStorage as ee, LOCAL_STORAGE_PREFIX as te, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as ke, e$1 as s, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ve, useUserMemories as De, useExpiredMemories as be, useDeleteMemory as Ee, useDeleteAllActiveMemories as Me, useDeleteAllExpiredMemories as Re, useUpdateMemory as Ie, useRestoreMemory as Le, ButtonIcon as L, IconEdit as Oe, IconDelete as re, IconRestore as _e } from "./index.CdCg30Qf.js";
3
+ import { Panel as ae, Toggle as O, CancelButton as ce, ConfirmationPanel as ie, ResponsiveTooltip as _ } from "./App.CcUyqqhb.js";
4
+ import { j as ne, D as oe, F as v, W as a, Y as z, G as le, H as se } from "./Table.D1VtzJ-u.js";
5
5
  import C from "clsx";
6
6
  import { useState as N, useEffect as ze, useRef as q } from "react";
7
- import { TextArea as Be } from "./index.C2pCFOLr.js";
7
+ import { TextArea as Be } from "./index.DPBoxKju.js";
8
8
  const Pe = ({
9
9
  open: w,
10
10
  onOpenChange: D,
@@ -187,7 +187,7 @@ const Pe = ({
187
187
  initialValue: "createdAt"
188
188
  }), [p, o] = N(y || s.DESC), [u, R] = N(
189
189
  P || "createdAt"
190
- ), { data: k, isLoading: $, isError: H } = De({
190
+ ), { data: k, isLoading: H, isError: $ } = De({
191
191
  user: d,
192
192
  query: b,
193
193
  getAccessToken: A,
@@ -201,8 +201,8 @@ const Pe = ({
201
201
  query: b,
202
202
  getAccessToken: A,
203
203
  enabled: w && l === "expired"
204
- }), F = Ee({ getAccessToken: A }), V = Me({ getAccessToken: A }), Y = Re({ getAccessToken: A }), G = Ie({ getAccessToken: A }), J = Le({ getAccessToken: A }), [de, K] = N(!1), S = q(null), [me, Q] = N(!1), [xe, U] = N(!1), x = q(null), W = (t, i, c, m) => {
205
- S.current = { id: t, text: i, description: c, createdAt: m }, K(!0);
204
+ }), F = Ee({ getAccessToken: A }), V = Me({ getAccessToken: A }), Y = Re({ getAccessToken: A }), G = Ie({ getAccessToken: A }), W = Le({ getAccessToken: A }), [de, J] = N(!1), S = q(null), [me, K] = N(!1), [xe, U] = N(!1), x = q(null), Q = (t, i, c, m) => {
205
+ S.current = { id: t, text: i, description: c, createdAt: m }, J(!0);
206
206
  }, he = () => {
207
207
  S.current && F.mutate({ user: d, memoryId: S.current.id });
208
208
  }, pe = (t, i, c, m, Ae, ye, Ce, Ne, we, Se) => {
@@ -233,7 +233,7 @@ const Pe = ({
233
233
  }
234
234
  );
235
235
  }, ge = () => {
236
- d && Q(!0);
236
+ d && K(!0);
237
237
  }, fe = () => {
238
238
  d && (l === "active" ? V.mutate({ user: d }) : Y.mutate({ user: d }));
239
239
  }, Z = (t) => {
@@ -265,7 +265,7 @@ const Pe = ({
265
265
  ie,
266
266
  {
267
267
  showConfirmation: de,
268
- setShowConfirmation: K,
268
+ setShowConfirmation: J,
269
269
  action: he,
270
270
  customStrings: {
271
271
  title: "Delete memory",
@@ -293,7 +293,7 @@ const Pe = ({
293
293
  ie,
294
294
  {
295
295
  showConfirmation: me,
296
- setShowConfirmation: Q,
296
+ setShowConfirmation: K,
297
297
  action: fe,
298
298
  customStrings: {
299
299
  title: l === "active" ? "Delete all active memories" : "Delete all expired memories",
@@ -369,9 +369,9 @@ const Pe = ({
369
369
  "min-h-[70vh]"
370
370
  ),
371
371
  children: l === "active" ? /* @__PURE__ */ r(I, { children: [
372
- $ && /* @__PURE__ */ e("p", { className: "m-0", children: "Loading memories..." }),
373
- H && /* @__PURE__ */ e("p", { className: "m-0 text-red-500", children: "Failed to load memories." }),
374
- !$ && !H && (k && k.items.length > 0 ? /* @__PURE__ */ r(
372
+ H && /* @__PURE__ */ e("p", { className: "m-0", children: "Loading memories..." }),
373
+ $ && /* @__PURE__ */ e("p", { className: "m-0 text-red-500", children: "Failed to load memories." }),
374
+ !H && !$ && (k && k.items.length > 0 ? /* @__PURE__ */ r(
375
375
  ne,
376
376
  {
377
377
  stickyHeader: !0,
@@ -526,7 +526,7 @@ const Pe = ({
526
526
  variant: "primary",
527
527
  iconClassName: "text-red-700 dark:text-red-500",
528
528
  disabled: F.isPending,
529
- onClick: () => W(
529
+ onClick: () => Q(
530
530
  t.memoryId,
531
531
  t.text,
532
532
  t.description,
@@ -664,9 +664,9 @@ const Pe = ({
664
664
  noBorder: !0,
665
665
  label: "Restore memory",
666
666
  variant: "primary",
667
- disabled: J.isPending,
667
+ disabled: W.isPending,
668
668
  onClick: () => {
669
- d && J.mutate({
669
+ d && W.mutate({
670
670
  user: d,
671
671
  memoryId: t.memoryId
672
672
  });
@@ -691,7 +691,7 @@ const Pe = ({
691
691
  variant: "primary",
692
692
  iconClassName: "text-red-700 dark:text-red-500",
693
693
  disabled: F.isPending,
694
- onClick: () => W(
694
+ onClick: () => Q(
695
695
  t.memoryId,
696
696
  t.text,
697
697
  t.description,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as l, Fragment as H, jsx as e } from "react/jsx-runtime";
2
- import { preloadToast as K, showSuccessToast as O, showErrorToast as W, ConfirmationPanel as Y, LazyToastContainerWrapper as $, Panel as V, CancelButton as q } from "./App.BGCRyBum.js";
3
- import { n as J, useUniqueId as Q, useUserPreferences as X, useServerCapabilities as Z, p as ee, setUserPlan as ae, Card as m, renderDataAsList as ne, CARDS as s, L as u, j as i, Button as se, st as re, isTauri as le, ButtonIcon as te, IconPasskey as L, PROFILE_TITLE as ie } from "./index.wgdXdgVK.js";
2
+ import { preloadToast as K, showSuccessToast as O, showErrorToast as W, ConfirmationPanel as Y, LazyToastContainerWrapper as $, Panel as V, CancelButton as q } from "./App.CcUyqqhb.js";
3
+ import { n as J, useUniqueId as Q, useUserPreferences as X, useServerCapabilities as Z, p as ee, setUserPlan as ae, Card as m, renderDataAsList as ne, CARDS as s, L as u, j as i, Button as se, st as re, isTauri as le, ButtonIcon as te, IconPasskey as L, PROFILE_TITLE as ie } from "./index.CdCg30Qf.js";
4
4
  import { useState as h, useMemo as ce, useCallback as N, useRef as oe } from "react";
5
5
  import de from "clsx";
6
6
  const me = () => {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import { n as Ve, useEntitlements as Fe, AppContext as We, useUserPreferences as $e, w as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as ze, LOCAL_STORAGE_FULL_SCREEN as He, e as ue, canEvaluateModels as Ye, W as qe, getCacheInfo as Ke, isServiceWorkerEnabled as Qe, SETTINGS_TITLE as Je, Card as f, CARDS as r, V as Xe, Button as me, PROMPTS_DESCRIPTION as Ze, K as he, L as et, j as fe, applyOledMode as Ee, APP_SET_OLED_MODE as pe, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as tt, graphQLRequest as ge, handleServiceWorkerToggle as ot, SERVICE_TYPES as Te } from "./index.wgdXdgVK.js";
3
- import { useCapability as be, Panel as st, Toggle as l, CancelButton as at } from "./App.BGCRyBum.js";
4
- import { TextArea as Ne } from "./index.C2pCFOLr.js";
2
+ import { n as Ve, useEntitlements as Fe, AppContext as We, useUserPreferences as $e, w as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as ze, LOCAL_STORAGE_FULL_SCREEN as He, e as ue, canEvaluateModels as Ye, W as qe, getCacheInfo as Ke, isServiceWorkerEnabled as Qe, SETTINGS_TITLE as Je, Card as f, CARDS as r, V as Xe, Button as me, PROMPTS_DESCRIPTION as Ze, K as he, L as et, j as fe, applyOledMode as Ee, APP_SET_OLED_MODE as pe, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as tt, graphQLRequest as ge, handleServiceWorkerToggle as ot, SERVICE_TYPES as Te } from "./index.CdCg30Qf.js";
3
+ import { useCapability as be, Panel as st, Toggle as l, CancelButton as at } from "./App.CcUyqqhb.js";
4
+ import { TextArea as Ne } from "./index.DPBoxKju.js";
5
5
  import { useRef as nt, useContext as rt, useState as s, useMemo as lt, useCallback as ct, useEffect as Ce } from "react";
6
6
  const ft = ({
7
7
  open: ye,
@@ -1,33 +1,33 @@
1
- import { jsx as l, jsxs as p } from "react/jsx-runtime";
1
+ import { jsx as l, jsxs as g } from "react/jsx-runtime";
2
2
  import d from "clsx";
3
- import x, { useContext as y } from "react";
4
- import { ButtonIcon as I, e$1 as u } from "./index.wgdXdgVK.js";
3
+ import w, { useContext as p } from "react";
4
+ import { ButtonIcon as I, e$1 as k } from "./index.CdCg30Qf.js";
5
5
  /*!
6
- @versini/ui-button v10.0.2
6
+ @versini/ui-button v10.0.3
7
7
  © 2025 gizmette.com
8
8
  */
9
9
  try {
10
10
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
11
- version: "10.0.2",
12
- buildTime: "12/13/2025 02:40 PM EST",
11
+ version: "10.0.3",
12
+ buildTime: "12/14/2025 03:02 PM EST",
13
13
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
14
14
  license: "MIT"
15
15
  });
16
16
  } catch {
17
17
  }
18
- const v = /* @__PURE__ */ x.forwardRef(({ children: e, mode: a = "system", className: t, active: r = !1, ...s }, o) => {
18
+ const x = /* @__PURE__ */ w.forwardRef(({ children: e, mode: t = "system", className: a, active: r = !1, ...s }, o) => {
19
19
  const c = r ? d("relative", "focus-within:static", "focus-within:after:border-transparent", "after:absolute", "after:content-['']", "after:border-b-2", "after:-bottom-1", "after:left-0", "after:right-0", {
20
- "after:border-table-light": a === "dark",
21
- "after:border-table-dark": a === "light",
22
- "after:border-table-light dark:after:border-table-dark": a === "system",
23
- "after:border-table-dark dark:after:border-table-light": a === "alt-system"
20
+ "after:border-table-light": t === "dark",
21
+ "after:border-table-dark": t === "light",
22
+ "after:border-table-light dark:after:border-table-dark": t === "system",
23
+ "after:border-table-dark dark:after:border-table-light": t === "alt-system"
24
24
  }) : "";
25
25
  return /* @__PURE__ */ l("div", {
26
26
  className: c,
27
27
  children: /* @__PURE__ */ l(I, {
28
- className: t,
28
+ className: a,
29
29
  ref: o,
30
- mode: a,
30
+ mode: t,
31
31
  radius: "small",
32
32
  size: "small",
33
33
  align: "center",
@@ -36,7 +36,7 @@ const v = /* @__PURE__ */ x.forwardRef(({ children: e, mode: a = "system", class
36
36
  })
37
37
  });
38
38
  });
39
- v.displayName = "ButtonSort";
39
+ x.displayName = "ButtonSort";
40
40
  /*!
41
41
  @versini/ui-icons v4.15.1
42
42
  © 2025 gizmette.com
@@ -63,13 +63,13 @@ try {
63
63
  });
64
64
  } catch {
65
65
  }
66
- const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s, size: o, title: c, semantic: n = !1, ...i }) => {
66
+ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s, size: o, title: c, semantic: n = !1, ...i }) => {
67
67
  const m = d(o, r);
68
- return /* @__PURE__ */ p("svg", {
68
+ return /* @__PURE__ */ g("svg", {
69
69
  xmlns: "http://www.w3.org/2000/svg",
70
70
  className: m,
71
- viewBox: t || s,
72
- fill: a || "currentColor",
71
+ viewBox: a || s,
72
+ fill: t || "currentColor",
73
73
  role: "img",
74
74
  "aria-hidden": !n,
75
75
  focusable: !1,
@@ -81,12 +81,12 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
81
81
  e
82
82
  ]
83
83
  });
84
- }, S = ({ className: e, viewBox: a, title: t, monotone: r, ...s }) => /* @__PURE__ */ p(N, {
84
+ }, C = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ g(N, {
85
85
  defaultViewBox: "0 0 576 512",
86
86
  size: "size-5",
87
- viewBox: a,
87
+ viewBox: t,
88
88
  className: e,
89
- title: t || "Sort",
89
+ title: a || "Sort",
90
90
  ...s,
91
91
  children: [
92
92
  /* @__PURE__ */ l("path", {
@@ -97,12 +97,12 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
97
97
  d: "M137.4 470.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 370.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96z"
98
98
  })
99
99
  ]
100
- }), C = ({ className: e, viewBox: a, title: t, monotone: r, ...s }) => /* @__PURE__ */ p(N, {
100
+ }), S = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ g(N, {
101
101
  defaultViewBox: "0 0 576 512",
102
102
  size: "size-5",
103
- viewBox: a,
103
+ viewBox: t,
104
104
  className: e,
105
- title: t || "Sort Down",
105
+ title: a || "Sort Down",
106
106
  ...s,
107
107
  children: [
108
108
  /* @__PURE__ */ l("path", {
@@ -113,12 +113,12 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
113
113
  d: "M128 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L160 365.7V64c0-17.7-14.3-32-32-32S96 46.3 96 64v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96c6.1 6.6 14.6 10.4 23.6 10.4"
114
114
  })
115
115
  ]
116
- }), B = ({ className: e, viewBox: a, title: t, monotone: r, ...s }) => /* @__PURE__ */ p(N, {
116
+ }), B = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ g(N, {
117
117
  defaultViewBox: "0 0 576 512",
118
118
  size: "size-5",
119
- viewBox: a,
119
+ viewBox: t,
120
120
  className: e,
121
- title: t || "Sort Up",
121
+ title: a || "Sort Up",
122
122
  ...s,
123
123
  children: [
124
124
  /* @__PURE__ */ l("path", {
@@ -129,22 +129,22 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
129
129
  d: "M128 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L160 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C110.5 35.8 119 32 128 32"
130
130
  })
131
131
  ]
132
- }), g = x.createContext({
132
+ }), _ = w.createContext({
133
133
  mode: "light",
134
134
  cellWrapper: "thead",
135
135
  stickyHeader: !1,
136
136
  stickyFooter: !1,
137
137
  compact: !1
138
- }), w = "thead", f = "tfoot", b = "tbody", V = () => ({
138
+ }), u = "thead", f = "tfoot", v = "tbody", V = () => ({
139
139
  inner: "relative",
140
140
  overlay: d(
141
141
  "absolute inset-0 z-20 cursor-not-allowed",
142
142
  "backdrop-blur-sm bg-white/30 dark:bg-black/30"
143
143
  )
144
- }), T = ({
144
+ }), z = ({
145
145
  mode: e,
146
- className: a,
147
- wrapperClassName: t,
146
+ className: t,
147
+ wrapperClassName: a,
148
148
  stickyHeader: r,
149
149
  stickyFooter: s,
150
150
  disabled: o
@@ -168,9 +168,9 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
168
168
  "text-copy-light dark:text-copy-dark": e === "system",
169
169
  "text-copy-dark dark:text-copy-light": e === "alt-system"
170
170
  },
171
- t
171
+ a
172
172
  ),
173
- table: d("my-0 w-full text-left text-sm", a, {
173
+ table: d("my-0 w-full text-left text-sm", t, {
174
174
  "text-copy-light": e === "dark",
175
175
  "text-copy-dark": e === "light",
176
176
  "text-copy-light dark:text-copy-dark": e === "system",
@@ -183,61 +183,63 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
183
183
  "text-copy-dark dark:text-copy-light": e === "alt-system"
184
184
  })
185
185
  };
186
- }, z = ({
186
+ }, H = ({
187
187
  className: e,
188
- stickyHeader: a,
189
- mode: t
188
+ stickyHeader: t,
189
+ mode: a
190
190
  }) => d(
191
191
  {
192
- "sticky top-0 z-10": a,
193
- "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": a && t === "dark",
194
- "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": a && t === "system",
195
- "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": a && t === "light",
196
- "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": a && t === "alt-system"
192
+ "sticky top-0 z-10": t,
193
+ "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "dark",
194
+ "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": t && a === "system",
195
+ "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": t && a === "light",
196
+ "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "alt-system"
197
197
  },
198
198
  e
199
- ), E = ({
199
+ ), M = ({
200
200
  className: e,
201
- stickyFooter: a,
202
- mode: t
201
+ stickyFooter: t,
202
+ mode: a
203
203
  }) => d(
204
204
  {
205
- "sticky bottom-0 z-10": a,
206
- "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": a && t === "dark",
207
- "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": a && t === "system",
208
- "shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": a && t === "light",
209
- "shadow-[rgb(65_65_65_/30%)_-0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": a && t === "alt-system"
205
+ "sticky bottom-0 z-10": t,
206
+ "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "dark",
207
+ "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": t && a === "system",
208
+ "shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": t && a === "light",
209
+ "shadow-[rgb(65_65_65_/30%)_-0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "alt-system"
210
210
  },
211
211
  e
212
- ), M = ({
212
+ ), T = ({
213
213
  mode: e,
214
- className: a,
215
- cellWrapper: t
216
- }) => t === w || t === f ? d(
214
+ className: t,
215
+ cellWrapper: a
216
+ }) => a === u || a === f ? d(
217
217
  {
218
218
  "bg-table-head-dark": e === "dark" || e === "system",
219
219
  "bg-table-head-light": e === "light" || e === "alt-system",
220
220
  "dark:bg-table-head-light": e === "system",
221
221
  "dark:bg-table-head-dark": e === "alt-system"
222
222
  },
223
- a
223
+ t
224
224
  ) : d(
225
225
  "border-b last:border-0",
226
226
  {
227
+ "hover:!bg-table-dark-odd/50 hover:dark:!bg-table-light-odd/50": e === "alt-system" || e === "light",
228
+ "hover:!bg-table-light-odd/50 hover:dark:!bg-table-dark-odd/50": e === "system" || e === "dark",
227
229
  "border-table-dark": e === "dark" || e === "system",
228
- "odd:bg-table-dark-odd even:bg-table-dark-even": t === b && e === "dark",
230
+ "odd:bg-table-dark-odd even:bg-table-dark-even": e === "dark",
229
231
  "border-table-light": e === "light" || e === "alt-system",
230
- "odd:bg-table-light-odd even:bg-table-light-even": t === b && e === "light",
232
+ "odd:bg-table-light-odd even:bg-table-light-even": e === "light",
231
233
  "dark:border-table-light": e === "system",
232
- "odd:bg-table-dark-odd even:bg-table-dark-even dark:odd:bg-table-light-odd dark:even:bg-table-light-even": t === b && e === "system",
234
+ "odd:bg-table-dark-odd even:bg-table-dark-even dark:odd:bg-table-light-odd dark:even:bg-table-light-even": e === "system",
233
235
  "dark:border-table-dark": e === "alt-system",
234
- "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": t === b && e === "alt-system"
236
+ "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": e === "alt-system"
235
237
  },
236
- a
237
- ), H = ({
238
+ t
239
+ ), W = ({
238
240
  cellWrapper: e,
239
- className: a,
240
- compact: t,
241
+ className: t,
242
+ compact: a,
241
243
  mode: r,
242
244
  align: s
243
245
  }) => ({
@@ -252,18 +254,18 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
252
254
  "text-copy-dark": r === "light" || r === "alt-system",
253
255
  "dark:text-copy-dark": r === "system",
254
256
  "dark:text-copy-light": r === "alt-system",
255
- "px-4 py-3": !t && (e === w || e === f),
256
- "p-4": !t && e === b,
257
- "px-2 py-1.5": t
257
+ "px-4 py-3": !a && (e === u || e === f),
258
+ "p-4": !a && e === v,
259
+ "px-2 py-1.5": a
258
260
  },
259
- a
261
+ t
260
262
  )
261
- }), R = ({
263
+ }), E = ({
262
264
  buttonClassName: e
263
- }) => d("rounded-none text-sm", e), O = ({
265
+ }) => d("rounded-none text-sm", e), D = ({
264
266
  children: e,
265
- mode: a = "system",
266
- caption: t,
267
+ mode: t = "system",
268
+ caption: a,
267
269
  compact: r,
268
270
  disabled: s = !1,
269
271
  summary: o,
@@ -271,21 +273,21 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
271
273
  wrapperClassName: n,
272
274
  maxHeight: i,
273
275
  stickyHeader: m,
274
- stickyFooter: _,
275
- ...k
276
+ stickyFooter: b,
277
+ ...y
276
278
  }) => {
277
- const h = T({
278
- mode: a,
279
+ const h = z({
280
+ mode: t,
279
281
  className: c,
280
282
  wrapperClassName: n,
281
283
  stickyHeader: m,
282
- stickyFooter: _,
284
+ stickyFooter: b,
283
285
  disabled: s
284
286
  });
285
287
  return /* @__PURE__ */ l(
286
- g.Provider,
288
+ _.Provider,
287
289
  {
288
- value: { mode: a, stickyHeader: m, stickyFooter: _, compact: r },
290
+ value: { mode: t, stickyHeader: m, stickyFooter: b, compact: r },
289
291
  children: /* @__PURE__ */ l(
290
292
  "div",
291
293
  {
@@ -293,79 +295,79 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
293
295
  ...i && {
294
296
  style: { maxHeight: i }
295
297
  },
296
- children: s ? /* @__PURE__ */ p("div", { className: h.inner, children: [
298
+ children: s ? /* @__PURE__ */ g("div", { className: h.inner, children: [
297
299
  /* @__PURE__ */ l("div", { className: h.overlay }),
298
- /* @__PURE__ */ p(
300
+ /* @__PURE__ */ g(
299
301
  "table",
300
302
  {
301
303
  className: h.table,
302
304
  summary: o,
303
305
  ...s && { "aria-disabled": "true" },
304
- ...k,
306
+ ...y,
305
307
  children: [
306
- t && /* @__PURE__ */ l("caption", { className: h.caption, children: t }),
308
+ a && /* @__PURE__ */ l("caption", { className: h.caption, children: a }),
307
309
  e
308
310
  ]
309
311
  }
310
312
  )
311
- ] }) : /* @__PURE__ */ p("table", { className: h.table, summary: o, ...k, children: [
312
- t && /* @__PURE__ */ l("caption", { className: h.caption, children: t }),
313
+ ] }) : /* @__PURE__ */ g("table", { className: h.table, summary: o, ...y, children: [
314
+ a && /* @__PURE__ */ l("caption", { className: h.caption, children: a }),
313
315
  e
314
316
  ] })
315
317
  }
316
318
  )
317
319
  }
318
320
  );
319
- }, D = ({
321
+ }, P = ({
320
322
  children: e,
321
- className: a,
322
- ...t
323
+ className: t,
324
+ ...a
323
325
  }) => {
324
- const r = y(g);
325
- r.cellWrapper = w;
326
- const s = z({
327
- className: a,
326
+ const r = p(_);
327
+ r.cellWrapper = u;
328
+ const s = H({
329
+ className: t,
328
330
  mode: r.mode,
329
331
  stickyHeader: r.stickyHeader
330
332
  });
331
- return /* @__PURE__ */ l("thead", { className: s, ...t, children: e });
332
- }, P = ({
333
+ return /* @__PURE__ */ l("thead", { className: s, ...a, children: e });
334
+ }, G = ({
333
335
  children: e,
334
- className: a,
335
- ...t
336
+ className: t,
337
+ ...a
336
338
  }) => {
337
- const r = y(g);
339
+ const r = p(_);
338
340
  r.cellWrapper = f;
339
- const s = E({
340
- className: a,
341
+ const s = M({
342
+ className: t,
341
343
  mode: r.mode,
342
344
  stickyFooter: r.stickyFooter
343
345
  });
344
- return /* @__PURE__ */ l("tfoot", { className: s, ...t, children: e });
345
- }, A = ({ children: e, ...a }) => {
346
- const t = y(g);
347
- return t.cellWrapper = b, /* @__PURE__ */ l("tbody", { ...a, children: e });
348
- }, G = ({
346
+ return /* @__PURE__ */ l("tfoot", { className: s, ...a, children: e });
347
+ }, L = ({ children: e, ...t }) => {
348
+ const a = p(_);
349
+ return a.cellWrapper = v, /* @__PURE__ */ l("tbody", { ...t, children: e });
350
+ }, A = ({
349
351
  children: e,
350
- className: a,
351
- ...t
352
+ className: t,
353
+ ...a
352
354
  }) => {
353
- const r = y(g), s = M({
355
+ const r = p(_), s = T({
354
356
  mode: r.mode,
355
357
  cellWrapper: r.cellWrapper,
356
- className: a
358
+ className: t
357
359
  });
358
- return /* @__PURE__ */ l("tr", { className: s, ...t, children: e });
359
- }, W = ({
360
+ return /* @__PURE__ */ l("tr", { className: s, ...a, children: e });
361
+ }, R = ({
360
362
  children: e,
361
- component: a,
362
- className: t,
363
+ component: t,
364
+ className: a,
363
365
  align: r,
364
366
  ...s
365
367
  }) => {
366
- const o = y(g), c = a || (o.cellWrapper === w ? "th" : "td"), { mainClasses: n, alignClasses: i } = H({
368
+ const o = p(_), c = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: n, alignClasses: i } = W({
367
369
  cellWrapper: o.cellWrapper,
368
- className: t,
370
+ className: a,
369
371
  mode: o.mode,
370
372
  compact: o.compact,
371
373
  align: r
@@ -373,8 +375,8 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
373
375
  return r ? /* @__PURE__ */ l(c, { className: n, ...s, children: /* @__PURE__ */ l("div", { className: i, children: e }) }) : /* @__PURE__ */ l(c, { className: n, ...s, children: e });
374
376
  }, Y = ({
375
377
  align: e,
376
- children: a,
377
- buttonClassName: t,
378
+ children: t,
379
+ buttonClassName: a,
378
380
  className: r,
379
381
  component: s,
380
382
  focusMode: o = "alt-system",
@@ -382,22 +384,22 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
382
384
  onClick: n,
383
385
  sortDirection: i,
384
386
  sortedCell: m,
385
- cellId: _,
386
- ...k
387
+ cellId: b,
388
+ ...y
387
389
  }) => {
388
- const h = R({ buttonClassName: t });
390
+ const h = E({ buttonClassName: a });
389
391
  return /* @__PURE__ */ l(
390
- W,
392
+ R,
391
393
  {
392
394
  component: s,
393
395
  className: r,
394
396
  role: "columnheader",
395
- "aria-sort": i === u.ASC && m === _ ? "ascending" : i === u.DESC && m === _ ? "descending" : "other",
396
- ...k,
397
+ "aria-sort": i === k.ASC && m === b ? "ascending" : i === k.DESC && m === b ? "descending" : "other",
398
+ ...y,
397
399
  children: /* @__PURE__ */ l(
398
- v,
400
+ x,
399
401
  {
400
- active: m === _,
402
+ active: m === b,
401
403
  className: h,
402
404
  onClick: n,
403
405
  align: e,
@@ -405,32 +407,19 @@ const N = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s,
405
407
  focusMode: o,
406
408
  mode: c,
407
409
  fullWidth: !0,
408
- labelRight: a,
409
- children: i === u.ASC && m === _ ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === u.DESC && m === _ ? /* @__PURE__ */ l(C, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 })
410
+ labelRight: t,
411
+ children: i === k.ASC && m === b ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === k.DESC && m === b ? /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(C, { className: "size-4", monotone: !0 })
410
412
  }
411
413
  )
412
414
  }
413
415
  );
414
416
  };
415
- /*!
416
- @versini/ui-table v6.2.4
417
- © 2025 gizmette.com
418
- */
419
- try {
420
- window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
421
- version: "6.2.4",
422
- buildTime: "12/13/2025 02:40 PM EST",
423
- homepage: "https://www.npmjs.com/package/@versini/ui-table",
424
- license: "MIT"
425
- });
426
- } catch {
427
- }
428
417
  export {
429
- D,
430
- G as F,
431
- A as G,
432
- P as H,
433
- W as L,
418
+ P as D,
419
+ A as F,
420
+ L as G,
421
+ G as H,
422
+ R as W,
434
423
  Y,
435
- O as j
424
+ D as j
436
425
  };
@@ -1,6 +1,6 @@
1
1
  import { jsxs as T, jsx as t } from "react/jsx-runtime";
2
- import { n as Z, useUniqueId as J, useUserChatStats as Q, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as $, LOCAL_STORAGE_USAGE_TIME_RANGE as ee, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as te, useChatsUsage as ne, USAGE_TITLE as le, Card as k, CARDS as d, L as h, j as c, TIME_RANGE_LABELS as H, MONTHS as g, ButtonIcon as u, IconChart as re, IconSelected as P, IconUnSelected as b, IconPrevious as se, IconNext as ae, renderDataAsList as ie, pluralize as D } from "./index.wgdXdgVK.js";
3
- import { Panel as oe, Menu as G, MenuGroupLabel as ce, MenuItem as U, CancelButton as Te } from "./App.BGCRyBum.js";
2
+ import { n as Z, useUniqueId as J, useUserChatStats as Q, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as $, LOCAL_STORAGE_USAGE_TIME_RANGE as ee, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as te, useChatsUsage as ne, USAGE_TITLE as le, Card as k, CARDS as d, L as h, j as c, TIME_RANGE_LABELS as H, MONTHS as g, ButtonIcon as u, IconChart as re, IconSelected as P, IconUnSelected as b, IconPrevious as se, IconNext as ae, renderDataAsList as ie, pluralize as D } from "./index.CdCg30Qf.js";
3
+ import { Panel as oe, Menu as G, MenuGroupLabel as ce, MenuItem as U, CancelButton as Te } from "./App.CcUyqqhb.js";
4
4
  import { useRef as de, useState as v, Suspense as ue, lazy as Ee } from "react";
5
5
  const a = [0, 3, 6, 9], s = {
6
6
  TOKEN: "token",
@@ -14,7 +14,7 @@ const a = [0, 3, 6, 9], s = {
14
14
  ], Ie = Ee(
15
15
  () => import(
16
16
  /* webpackChunkName: "chart-highcharts" */
17
- "./Chart.CWMn_NC0.js"
17
+ "./Chart.Bsqi4DmE.js"
18
18
  )
19
19
  ), Ce = ({
20
20
  open: x,
@@ -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.BbxV-Fsm.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.B0se62dv.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -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.BbxV-Fsm.js";
2
- import { toText as Ca } from "./index.D45TMhi3.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.B0se62dv.js";
2
+ import { toText as Ca } from "./index.DnoN8bVp.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.BGCRyBum.js";
2
- import { visit as In } from "./useMarkdown.BbxV-Fsm.js";
3
- import { toText as Cn } from "./index.D45TMhi3.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.CcUyqqhb.js";
2
+ import { visit as In } from "./useMarkdown.B0se62dv.js";
3
+ import { toText as Cn } from "./index.DnoN8bVp.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",
@@ -5392,13 +5392,13 @@ function Kl() {
5392
5392
  return e;
5393
5393
  }
5394
5394
  /*!
5395
- @versini/ui-button v10.0.2
5395
+ @versini/ui-button v10.0.3
5396
5396
  © 2025 gizmette.com
5397
5397
  */
5398
5398
  try {
5399
5399
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
5400
- version: "10.0.2",
5401
- buildTime: "12/13/2025 02:40 PM EST",
5400
+ version: "10.0.3",
5401
+ buildTime: "12/14/2025 03:02 PM EST",
5402
5402
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
5403
5403
  license: "MIT"
5404
5404
  });
@@ -5418,13 +5418,13 @@ const io = (e, t, r) => {
5418
5418
  });
5419
5419
  tr.displayName = "BaseButton";
5420
5420
  /*!
5421
- @versini/ui-button v10.0.2
5421
+ @versini/ui-button v10.0.3
5422
5422
  © 2025 gizmette.com
5423
5423
  */
5424
5424
  try {
5425
5425
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
5426
- version: "10.0.2",
5427
- buildTime: "12/13/2025 02:40 PM EST",
5426
+ version: "10.0.3",
5427
+ buildTime: "12/14/2025 03:02 PM EST",
5428
5428
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
5429
5429
  license: "MIT"
5430
5430
  });
@@ -5432,13 +5432,13 @@ try {
5432
5432
  }
5433
5433
  const Mr = "av-button";
5434
5434
  /*!
5435
- @versini/ui-button v10.0.2
5435
+ @versini/ui-button v10.0.3
5436
5436
  © 2025 gizmette.com
5437
5437
  */
5438
5438
  try {
5439
5439
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
5440
- version: "10.0.2",
5441
- buildTime: "12/13/2025 02:40 PM EST",
5440
+ version: "10.0.3",
5441
+ buildTime: "12/14/2025 03:02 PM EST",
5442
5442
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
5443
5443
  license: "MIT"
5444
5444
  });
@@ -5719,13 +5719,13 @@ const mt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
5719
5719
  "transition-[width] duration-300 ease-in": e === mt && S
5720
5720
  }), t));
5721
5721
  /*!
5722
- @versini/ui-button v10.0.2
5722
+ @versini/ui-button v10.0.3
5723
5723
  © 2025 gizmette.com
5724
5724
  */
5725
5725
  try {
5726
5726
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
5727
- version: "10.0.2",
5728
- buildTime: "12/13/2025 02:40 PM EST",
5727
+ version: "10.0.3",
5728
+ buildTime: "12/14/2025 03:02 PM EST",
5729
5729
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
5730
5730
  license: "MIT"
5731
5731
  });
@@ -6120,13 +6120,13 @@ function Xl() {
6120
6120
  ]), e;
6121
6121
  }
6122
6122
  /*!
6123
- @versini/ui-button v10.0.2
6123
+ @versini/ui-button v10.0.3
6124
6124
  © 2025 gizmette.com
6125
6125
  */
6126
6126
  try {
6127
6127
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
6128
- version: "10.0.2",
6129
- buildTime: "12/13/2025 02:40 PM EST",
6128
+ version: "10.0.3",
6129
+ buildTime: "12/14/2025 03:02 PM EST",
6130
6130
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
6131
6131
  license: "MIT"
6132
6132
  });
@@ -7844,7 +7844,7 @@ const tc = "ASK! ME! ANYTHING!", rc = "Log in with a password", sc = "Log in wit
7844
7844
  ] });
7845
7845
  }, Ec = new URL(document.location.href).searchParams, Fr = !!Ec.get("debug") || !1, wc = nn(() => import(
7846
7846
  /* webpackChunkName: "LazyApp" */
7847
- "./App.BGCRyBum.js"
7847
+ "./App.CcUyqqhb.js"
7848
7848
  ).then((e) => e.App)), Sc = new Dn(), Br = ({
7849
7849
  isComponent: e,
7850
7850
  headerHeight: t
@@ -1,15 +1,15 @@
1
1
  import { jsxs as h, jsx as l } from "react/jsx-runtime";
2
- import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.wgdXdgVK.js";
2
+ import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.CdCg30Qf.js";
3
3
  import { useState as N, useEffect as $ } from "react";
4
4
  import t from "clsx";
5
5
  /*!
6
- @versini/ui-bubble v8.0.2
6
+ @versini/ui-bubble v8.0.3
7
7
  © 2025 gizmette.com
8
8
  */
9
9
  try {
10
10
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
11
- version: "8.0.2",
12
- buildTime: "12/13/2025 02:41 PM EST",
11
+ version: "8.0.3",
12
+ buildTime: "12/14/2025 03:04 PM EST",
13
13
  homepage: "https://www.npmjs.com/package/@versini/ui-bubble",
14
14
  license: "MIT"
15
15
  });
@@ -1,5 +1,5 @@
1
1
  import { jsxs as oe, jsx as h } from "react/jsx-runtime";
2
- import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.wgdXdgVK.js";
2
+ import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.CdCg30Qf.js";
3
3
  import ue, { useRef as k, useState as I, useLayoutEffect as R } from "react";
4
4
  import o from "clsx";
5
5
  /*!
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.BbxV-Fsm.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.B0se62dv.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.BbxV-Fsm.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.B0se62dv.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -1,15 +1,15 @@
1
1
  import { jsx as Tn, jsxs as Rt, Fragment as zr } from "react/jsx-runtime";
2
- import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.wgdXdgVK.js";
2
+ import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.CdCg30Qf.js";
3
3
  import Fr, { useState as Dt, useEffect as Ot, useCallback as Ft, useRef as Dn } from "react";
4
- import { getDefaultExportFromCjs as Bt } from "./App.BGCRyBum.js";
4
+ import { getDefaultExportFromCjs as Bt } from "./App.CcUyqqhb.js";
5
5
  /*!
6
- @versini/ui-button v10.0.2
6
+ @versini/ui-button v10.0.3
7
7
  © 2025 gizmette.com
8
8
  */
9
9
  try {
10
10
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
11
- version: "10.0.2",
12
- buildTime: "12/13/2025 02:40 PM EST",
11
+ version: "10.0.3",
12
+ buildTime: "12/14/2025 03:02 PM EST",
13
13
  homepage: "https://www.npmjs.com/package/@versini/ui-button",
14
14
  license: "MIT"
15
15
  });
@@ -7184,7 +7184,7 @@ class Hu {
7184
7184
  if (!this.remarkGfm) {
7185
7185
  const { default: e } = await import(
7186
7186
  /* webpackChunkName: "md-remark" */
7187
- "./index.QSaRoa3c.js"
7187
+ "./index.B2fY8X1X.js"
7188
7188
  );
7189
7189
  this.remarkGfm = e;
7190
7190
  }
@@ -7195,7 +7195,7 @@ class Hu {
7195
7195
  Gu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
7196
7196
  const { default: e } = await import(
7197
7197
  /* webpackChunkName: "md-rehype-katex" */
7198
- "./index.DJqpI1Fy.js"
7198
+ "./index.BiDIHf70.js"
7199
7199
  );
7200
7200
  this.rehypeKatex = e;
7201
7201
  }
@@ -7205,7 +7205,7 @@ class Hu {
7205
7205
  if (!this.remarkMath) {
7206
7206
  const { default: e } = await import(
7207
7207
  /* webpackChunkName: "md-remark" */
7208
- "./index.DOJ-dFDl.js"
7208
+ "./index.XkNb51nQ.js"
7209
7209
  );
7210
7210
  this.remarkMath = e;
7211
7211
  }
@@ -7215,7 +7215,7 @@ class Hu {
7215
7215
  if (!this.rehypeHighlight) {
7216
7216
  const { default: e } = await import(
7217
7217
  /* webpackChunkName: "md-rehype-highlight" */
7218
- "./index.BIxn7Wij.js"
7218
+ "./index.C3E8x6ls.js"
7219
7219
  );
7220
7220
  this.rehypeHighlight = e;
7221
7221
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.wgdXdgVK.js";
2
+ import { SassySaint as a } from "../../chunks/index.CdCg30Qf.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.wgdXdgVK.js";
1
+ import { SassySaint as r } from "./chunks/index.CdCg30Qf.js";
2
2
  /*!
3
- @sassysaint/client v8.100.1
3
+ @sassysaint/client v8.100.3
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "8.100.1",
9
- buildTime: "12/13/2025 05:12 PM EST",
8
+ version: "8.100.3",
9
+ buildTime: "12/14/2025 03:28 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": "8.100.1",
3
+ "version": "8.100.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.100.1",
36
+ "@sassysaint/client": "8.100.3",
37
37
  "@tailwindcss/vite": "4.1.18",
38
38
  "@versini/ui-styles": "7.0.2"
39
39
  },
@@ -45,5 +45,5 @@
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "3367d5eaf0f72864d5cad991dafbf50e0c4db624"
48
+ "gitHead": "be555118cfc7aaead41c2621f827306c70894159"
49
49
  }