@versini/sassysaint 8.67.1 → 8.67.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 (24) hide show
  1. package/dist/chunks/{AboutChangelog.DIe60pNx.js → AboutChangelog.CvIukHEK.js} +2 -2
  2. package/dist/chunks/{AboutEntry.CwjHkmmo.js → AboutEntry.C9SQcghf.js} +7 -7
  3. package/dist/chunks/{App.xDkVdz2r.js → App.DkyB-B7p.js} +73 -64
  4. package/dist/chunks/{Chart.C_S3pHhL.js → Chart.CiurpqRJ.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.oPctqH7W.js → ChatBubbleAssistant.D1YnanUf.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.CF29aC6J.js → ChatBubbleUser.CFeSEWZ1.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.tEsu-nWO.js → ChatHistoryTable.jm6P1pvH.js} +3 -3
  8. package/dist/chunks/{HistoryEntry.Cblrrv7i.js → HistoryEntry.BGGXAbcQ.js} +3 -3
  9. package/dist/chunks/{ProfileEntry.DgKbyrf4.js → ProfileEntry.BQkHhB69.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.DjmoCTSc.js → SettingsEntry.m6Tkvghq.js} +5 -5
  11. package/dist/chunks/{Table.DFCnTm3f.js → Table.DWdoit1g.js} +6 -6
  12. package/dist/chunks/{UsageEntry.B8_8sYED.js → UsageEntry.dCm7rRKL.js} +3 -3
  13. package/dist/chunks/{UserMemoriesPanel.Cw2Pip7F.js → UserMemoriesPanel.CiHafzvV.js} +3 -3
  14. package/dist/chunks/{index.DUjikZVH.js → index.9r-86ilb.js} +1 -1
  15. package/dist/chunks/{index.CHPBYw8T.js → index.B3UVjKua.js} +1 -1
  16. package/dist/chunks/{index.Dihwt-5J.js → index.BRm5kR7d.js} +2 -2
  17. package/dist/chunks/{index.Du8ojwqo.js → index.CBMgzvO0.js} +8 -8
  18. package/dist/chunks/{index.DDjSHXwm.js → index.CSr8UwFd.js} +3 -3
  19. package/dist/chunks/{index.8WU2TpiJ.js → index.DVCW0vCX.js} +1 -1
  20. package/dist/chunks/{index.fOvFohJk.js → index.xys3fL0C.js} +17 -17
  21. package/dist/chunks/{useMarkdown.gHMb0AOV.js → useMarkdown.DbntNysq.js} +10 -10
  22. package/dist/components/SassySaint/SassySaint.js +1 -1
  23. package/dist/index.js +4 -4
  24. package/package.json +4 -4
@@ -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.xDkVdz2r.js";
2
+ import { p as m, ButtonScroll as n } from "./App.DkyB-B7p.js";
3
3
  import { useRef as f, useCallback as u, useLayoutEffect as p } from "react";
4
- import { useMarkdown as d } from "./useMarkdown.gHMb0AOV.js";
4
+ import { useMarkdown as d } from "./useMarkdown.DbntNysq.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 { oe as g } from "./App.xDkVdz2r.js";
3
- import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.fOvFohJk.js";
2
+ import { oe as A } from "./App.DkyB-B7p.js";
3
+ import { i as d, useServerCapabilities as g, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.xys3fL0C.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.DIe60pNx.js"
9
+ "./AboutChangelog.CvIukHEK.js"
10
10
  )
11
11
  ), N = () => {
12
- const s = d(), i = d(), { data: o, isSuccess: m } = A(), { data: T, isSuccess: h } = B(), p = o?.version || "", a = o?.models || [], u = o?.buildTime || "";
12
+ const s = d(), i = d(), { data: o, isSuccess: m } = g(), { data: T, isSuccess: h } = B(), p = o?.version || "", a = o?.models || [], u = o?.buildTime || "";
13
13
  return /* @__PURE__ */ b(l, { children: [
14
14
  /* @__PURE__ */ e(
15
15
  t,
@@ -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.67.1",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "10/20/2025 12:36 PM EDT"
21
+ [r.ABOUT.VERSION]: "8.67.3",
22
+ [r.ABOUT.BUILD_TIMESTAMP]: "10/21/2025 10:34 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 l, jsxs as T, Fragment as Ae } from "react/jsx-runtime";
2
- import { I as H, ACTION_SORT as ms, ACTION_SEARCH as hs, ACTION_RESET_PROMPT as _o, ACTION_TOGGLE_PROMPT as bo, B as fs, te as Te, DEFAULT_ICON_ACTION_SIZE as ze, isTauri as Yt, n as Se, useUserPreferences as Ve, isProbablyiPhone as De, serverUrl as wo, useEntitlements as Vr, L as kr, j as nt, C as un, LOCAL_STORAGE_PREFIX as ot, LOCAL_STORAGE_PRIVATE_DISCLOSURE as gs, nt as qt, LOCAL_STORAGE_REASONING_DISCLOSURE as vs, useChatsHistory as Io, mutateCall as ys, SERVICE_TYPES as _s, TOAST_CHAT_SAVED as bs, PROMPT_CLASSNAME as ws, PROMPT_EDITABLE_AREA_CLASSNAME as Is, i as Es, Et as Eo, ERROR_MESSAGE as Ts, E as _t, CLIPBOARD_PROMPT as dn, INPUT_PLACEHOLDER_TEXT_MOBILE as pn, INPUT_PLACEHOLDER_TEXT_ENTER as mn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as hn, isProbablyMobile as Cr, K as Ss, FOOTER_DISCLAIMERS as fn, h as To, isProbablyiPad as xs, INPUT_BOTTOM_OFFSET_EXTRA as gn, INPUT_BOTTOM_OFFSET_IPHONE as ks, INPUT_BOTTOM_OFFSET_IPAD as Cs, INPUT_BOTTOM_OFFSET as So, getLayoutPaddingClass as Nr, canEvaluateModels as vn, st as Ns, r as zs, O as As, c as Os, H as Ms, x as fr, setNewProvider as yn, TOAST_PROVIDER_CHANGED as _n, LOG_OUT as bn, e as xo, Y as wn, useServerCapabilities as $s, getMessageContaintWrapperClass as Rs, UI_FOOTER_BUFFER as ko, UI_BUTTON_SCROLL_BUFFER as Ps, Logo as Zs, UI_DEFAULT_MAIN_HEIGHT as In, isPWAMode as Ds, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ls, APP_CLASSNAME as Bs, Z as En, J as Us, LOCAL_STORAGE_SORT as js, LOCAL_STORAGE_SEARCH as Vs, LOCAL_STORAGE_SORT_TIMESTAMP as Fs, LOCAL_STORAGE_SORT_TOKEN_USAGE as Hs, TOAST_CACHE_ENABLED as Js, TOAST_CACHE_DISABLED as Gs } from "./index.fOvFohJk.js";
2
+ import { I as H, ACTION_SORT as ms, ACTION_SEARCH as hs, ACTION_RESET_PROMPT as _o, ACTION_TOGGLE_PROMPT as bo, B as fs, te as Te, DEFAULT_ICON_ACTION_SIZE as ze, isTauri as Yt, n as Se, useUserPreferences as Ve, isProbablyiPhone as De, serverUrl as wo, useEntitlements as Vr, L as kr, j as nt, C as un, LOCAL_STORAGE_PREFIX as ot, LOCAL_STORAGE_PRIVATE_DISCLOSURE as gs, nt as qt, LOCAL_STORAGE_REASONING_DISCLOSURE as vs, useChatsHistory as Io, mutateCall as ys, SERVICE_TYPES as _s, TOAST_CHAT_SAVED as bs, PROMPT_CLASSNAME as ws, PROMPT_EDITABLE_AREA_CLASSNAME as Is, i as Es, Et as Eo, ERROR_MESSAGE as Ts, E as _t, CLIPBOARD_PROMPT as dn, INPUT_PLACEHOLDER_TEXT_MOBILE as pn, INPUT_PLACEHOLDER_TEXT_ENTER as mn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as hn, isProbablyMobile as Cr, K as Ss, FOOTER_DISCLAIMERS as fn, h as To, isProbablyiPad as xs, INPUT_BOTTOM_OFFSET_EXTRA as gn, INPUT_BOTTOM_OFFSET_IPHONE as ks, INPUT_BOTTOM_OFFSET_IPAD as Cs, INPUT_BOTTOM_OFFSET as So, getLayoutPaddingClass as Nr, canEvaluateModels as vn, st as Ns, r as zs, O as As, c as Os, H as Ms, x as fr, setNewProvider as yn, TOAST_PROVIDER_CHANGED as _n, LOG_OUT as bn, e as xo, Y as wn, useServerCapabilities as $s, getMessageContaintWrapperClass as Rs, UI_FOOTER_BUFFER as ko, UI_BUTTON_SCROLL_BUFFER as Ps, Logo as Zs, UI_DEFAULT_MAIN_HEIGHT as In, isPWAMode as Ds, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ls, APP_CLASSNAME as Bs, Z as En, J as Us, LOCAL_STORAGE_SORT as js, LOCAL_STORAGE_SEARCH as Vs, LOCAL_STORAGE_SORT_TIMESTAMP as Fs, LOCAL_STORAGE_SORT_TOKEN_USAGE as Hs, TOAST_CACHE_ENABLED as Js, TOAST_CACHE_DISABLED as Gs } from "./index.xys3fL0C.js";
3
3
  import * as ie from "react";
4
4
  import ut, { useRef as F, useEffect as $, useState as R, useCallback as B, useSyncExternalStore as jt, createContext as Ws, useContext as ne, useId as Co, forwardRef as No, useMemo as Ne, Suspense as Xt, lazy as Me, useReducer as $t, useLayoutEffect as Ys } from "react";
5
5
  import A from "clsx";
@@ -737,13 +737,13 @@ const vi = ({
737
737
  DESC: "desc"
738
738
  };
739
739
  /*!
740
- @versini/ui-table v5.1.0
740
+ @versini/ui-table v5.1.1
741
741
  © 2025 gizmette.com
742
742
  */
743
743
  try {
744
744
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
745
- version: "5.1.0",
746
- buildTime: "10/19/2025 04:19 PM EDT",
745
+ version: "5.1.1",
746
+ buildTime: "10/20/2025 07:55 PM EDT",
747
747
  homepage: "https://github.com/aversini/ui-components",
748
748
  license: "MIT"
749
749
  });
@@ -6549,7 +6549,7 @@ const Wa = async () => (Ir || (Ir = import(
6549
6549
  "./index.790ujKXR.js"
6550
6550
  )), Ir), Ya = async () => (Er || (Er = import(
6551
6551
  /* webpackChunkName: "toast-utilities" */
6552
- "./index.fOvFohJk.js"
6552
+ "./index.xys3fL0C.js"
6553
6553
  ).then((e) => e.utilities)), Er), Hm = async () => {
6554
6554
  try {
6555
6555
  await Promise.all([Wa(), Ya()]);
@@ -7084,13 +7084,13 @@ const uo = ({
7084
7084
  );
7085
7085
  };
7086
7086
  /*!
7087
- @versini/ui-tooltip v3.0.2
7087
+ @versini/ui-tooltip v3.0.3
7088
7088
  © 2025 gizmette.com
7089
7089
  */
7090
7090
  try {
7091
7091
  window.__VERSINI_UI_TOOLTIP__ || (window.__VERSINI_UI_TOOLTIP__ = {
7092
- version: "3.0.2",
7093
- buildTime: "10/17/2025 12:54 PM EDT",
7092
+ version: "3.0.3",
7093
+ buildTime: "10/20/2025 07:56 PM EDT",
7094
7094
  homepage: "https://github.com/aversini/ui-components",
7095
7095
  license: "MIT"
7096
7096
  });
@@ -7265,7 +7265,7 @@ const hh = ({
7265
7265
  try {
7266
7266
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
7267
7267
  version: "4.2.2",
7268
- buildTime: "10/19/2025 01:03 PM EDT",
7268
+ buildTime: "10/20/2025 07:37 PM EDT",
7269
7269
  homepage: "https://github.com/aversini/ui-components",
7270
7270
  license: "MIT"
7271
7271
  });
@@ -7296,13 +7296,13 @@ const yh = ({
7296
7296
  }
7297
7297
  );
7298
7298
  /*!
7299
- @versini/ui-icons v4.13.0
7299
+ @versini/ui-icons v4.14.0
7300
7300
  © 2025 gizmette.com
7301
7301
  */
7302
7302
  try {
7303
7303
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
7304
- version: "4.13.0",
7305
- buildTime: "10/19/2025 01:03 PM EDT",
7304
+ version: "4.14.0",
7305
+ buildTime: "10/20/2025 07:37 PM EDT",
7306
7306
  homepage: "https://github.com/aversini/ui-components",
7307
7307
  license: "MIT"
7308
7308
  });
@@ -7389,7 +7389,7 @@ const wh = ie.forwardRef(function(e, t) {
7389
7389
  try {
7390
7390
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
7391
7391
  version: "3.0.2",
7392
- buildTime: "10/19/2025 04:17 PM EDT",
7392
+ buildTime: "10/20/2025 07:54 PM EDT",
7393
7393
  homepage: "https://github.com/aversini/ui-components",
7394
7394
  license: "MIT"
7395
7395
  });
@@ -7505,13 +7505,13 @@ const Ie = "panel", Je = "messagebox", Sh = ({
7505
7505
  ] }) }) });
7506
7506
  };
7507
7507
  /*!
7508
- @versini/ui-panel v3.2.0
7508
+ @versini/ui-panel v3.2.1
7509
7509
  © 2025 gizmette.com
7510
7510
  */
7511
7511
  try {
7512
7512
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
7513
- version: "3.2.0",
7514
- buildTime: "10/19/2025 04:18 PM EDT",
7513
+ version: "3.2.1",
7514
+ buildTime: "10/20/2025 07:54 PM EDT",
7515
7515
  homepage: "https://github.com/aversini/ui-components",
7516
7516
  license: "MIT"
7517
7517
  });
@@ -7645,13 +7645,13 @@ const Ch = "av-toggle", Nh = ({ narrow: e }) => A(
7645
7645
  ] });
7646
7646
  };
7647
7647
  /*!
7648
- @versini/ui-toggle v5.1.1
7648
+ @versini/ui-toggle v5.1.2
7649
7649
  © 2025 gizmette.com
7650
7650
  */
7651
7651
  try {
7652
7652
  window.__VERSINI_UI_TOGGLE__ || (window.__VERSINI_UI_TOGGLE__ = {
7653
- version: "5.1.1",
7654
- buildTime: "10/17/2025 12:53 PM EDT",
7653
+ version: "5.1.2",
7654
+ buildTime: "10/20/2025 07:54 PM EDT",
7655
7655
  homepage: "https://github.com/aversini/ui-components",
7656
7656
  license: "MIT"
7657
7657
  });
@@ -7875,20 +7875,20 @@ const Ye = ({
7875
7875
  try {
7876
7876
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
7877
7877
  version: "4.2.2",
7878
- buildTime: "10/19/2025 01:03 PM EDT",
7878
+ buildTime: "10/20/2025 07:37 PM EDT",
7879
7879
  homepage: "https://github.com/aversini/ui-components",
7880
7880
  license: "MIT"
7881
7881
  });
7882
7882
  } catch {
7883
7883
  }
7884
7884
  /*!
7885
- @versini/ui-icons v4.13.0
7885
+ @versini/ui-icons v4.14.0
7886
7886
  © 2025 gizmette.com
7887
7887
  */
7888
7888
  try {
7889
7889
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
7890
- version: "4.13.0",
7891
- buildTime: "10/19/2025 01:03 PM EDT",
7890
+ version: "4.14.0",
7891
+ buildTime: "10/20/2025 07:37 PM EDT",
7892
7892
  homepage: "https://github.com/aversini/ui-components",
7893
7893
  license: "MIT"
7894
7894
  });
@@ -8029,8 +8029,13 @@ const Gt = ie.createContext({
8029
8029
  } : {};
8030
8030
  if (M && !e) {
8031
8031
  const pe = A(
8032
- "items-center flex-row justify-between",
8033
- "m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1 flex w-full rounded-md border border-transparent text-left text-base outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline disabled:cursor-not-allowed disabled:text-copy-medium",
8032
+ "flex items-center flex-row justify-between",
8033
+ "w-full",
8034
+ "m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1",
8035
+ "rounded-md border border-transparent",
8036
+ "text-left text-base",
8037
+ "outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline",
8038
+ "disabled:cursor-not-allowed disabled:text-copy-medium",
8034
8039
  {
8035
8040
  "bg-surface-lighter": c && !d
8036
8041
  }
@@ -8082,7 +8087,7 @@ const Gt = ie.createContext({
8082
8087
  "div",
8083
8088
  {
8084
8089
  ref: q.setFloating,
8085
- className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-4 sm:p-2",
8090
+ className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2",
8086
8091
  style: C,
8087
8092
  ...Ot(),
8088
8093
  children: t
@@ -8134,7 +8139,7 @@ const Gt = ie.createContext({
8134
8139
  "div",
8135
8140
  {
8136
8141
  ref: q.setFloating,
8137
- className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-4 sm:p-2",
8142
+ className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2",
8138
8143
  style: C,
8139
8144
  ...Ot(),
8140
8145
  children: t
@@ -8158,21 +8163,21 @@ const Bh = ({
8158
8163
  }) => /* @__PURE__ */ T(
8159
8164
  sn,
8160
8165
  {
8161
- defaultViewBox: "0 0 448 512",
8166
+ defaultViewBox: "0 0 512 512",
8162
8167
  size: "size-5",
8163
8168
  viewBox: t,
8164
8169
  className: e,
8165
- title: r || "Checked",
8170
+ title: r || "Selected",
8166
8171
  ...o,
8167
8172
  children: [
8168
8173
  /* @__PURE__ */ l(
8169
8174
  "path",
8170
8175
  {
8171
- d: "M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m104 160c0-6.1 2.3-12.3 7-17 9.4-9.4 24.6-9.4 33.9 0l47 47 111-111c4.7-4.7 10.8-7 17-7s12.3 2.3 17 7c2.3 2.3 4.1 5 5.3 7.9.6 1.5 1 2.9 1.3 4.4.2 1.1.3 2.2.3 2.2.1 1.2.1 1.2.1 2.5-.1 1.5-.1 1.9-.1 2.3-.1.7-.2 1.5-.3 2.2-.3 1.5-.7 3-1.3 4.4-1.2 2.9-2.9 5.6-5.3 7.9l-128 128c-4.7 4.7-10.8 7-17 7s-12.3-2.3-17-7l-64-64c-4.7-4.7-7-10.8-7-17z",
8176
+ d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m352 0a96 96 0 1 1-192 0 96 96 0 1 1 192 0",
8172
8177
  opacity: ".4"
8173
8178
  }
8174
8179
  ),
8175
- /* @__PURE__ */ l("path", { d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z" })
8180
+ /* @__PURE__ */ l("path", { d: "M256 160a96 96 0 1 0 0 192 96 96 0 1 0 0-192" })
8176
8181
  ]
8177
8182
  }
8178
8183
  ), Uh = ({
@@ -8184,19 +8189,13 @@ const Bh = ({
8184
8189
  }) => /* @__PURE__ */ l(
8185
8190
  sn,
8186
8191
  {
8187
- defaultViewBox: "0 0 448 512",
8192
+ defaultViewBox: "0 0 512 512",
8188
8193
  size: "size-5",
8189
8194
  viewBox: t,
8190
8195
  className: e,
8191
- title: r || "UnChecked",
8196
+ title: r || "UnSelected",
8192
8197
  ...o,
8193
- children: /* @__PURE__ */ l(
8194
- "path",
8195
- {
8196
- d: "M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z",
8197
- opacity: ".4"
8198
- }
8199
- )
8198
+ children: /* @__PURE__ */ l("path", { d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512", opacity: ".4" })
8200
8199
  }
8201
8200
  ), Ee = ie.forwardRef(
8202
8201
  ({
@@ -8226,8 +8225,13 @@ const Bh = ({
8226
8225
  );
8227
8226
  r && (c = "pl-2");
8228
8227
  const h = A(
8229
- "items-center flex-row",
8230
- "m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1 flex w-full rounded-md border border-transparent text-left text-base outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline disabled:cursor-not-allowed disabled:text-copy-medium",
8228
+ "flex flex-row items-center",
8229
+ "w-full",
8230
+ "m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1",
8231
+ "rounded-md border border-transparent",
8232
+ "text-left text-base",
8233
+ "outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline",
8234
+ "disabled:cursor-not-allowed disabled:text-copy-medium",
8231
8235
  {
8232
8236
  "bg-none": !t && !i
8233
8237
  }
@@ -8269,18 +8273,20 @@ const jh = ({ className: e, ...t }) => {
8269
8273
  }) => {
8270
8274
  const r = A(
8271
8275
  e,
8272
- "pt-1 mb-2 text-sm text-copy-dark border-b border-border-medium"
8276
+ "pt-1 mb-2",
8277
+ "text-sm text-copy-dark font-bold",
8278
+ "border-b border-border-medium"
8273
8279
  );
8274
8280
  return /* @__PURE__ */ l("div", { className: r, ...t });
8275
8281
  };
8276
8282
  /*!
8277
- @versini/ui-menu v5.1.0
8283
+ @versini/ui-menu v5.1.2
8278
8284
  © 2025 gizmette.com
8279
8285
  */
8280
8286
  try {
8281
8287
  window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
8282
- version: "5.1.0",
8283
- buildTime: "10/19/2025 04:18 PM EDT",
8288
+ version: "5.1.2",
8289
+ buildTime: "10/20/2025 07:55 PM EDT",
8284
8290
  homepage: "https://github.com/aversini/ui-components",
8285
8291
  license: "MIT"
8286
8292
  });
@@ -9202,7 +9208,10 @@ const Vh = (e) => {
9202
9208
  k && g.map((C) => {
9203
9209
  const q = I.get(C.id) || [];
9204
9210
  return b && q.length > 1 ? /* @__PURE__ */ T(xt, { label: C.label, children: [
9205
- /* @__PURE__ */ l(Ur, { children: "Models" }),
9211
+ /* @__PURE__ */ T(Ur, { children: [
9212
+ C.label,
9213
+ " Models"
9214
+ ] }),
9206
9215
  q.map((le) => /* @__PURE__ */ l(
9207
9216
  Ee,
9208
9217
  {
@@ -9242,38 +9251,38 @@ const Vh = (e) => {
9242
9251
  }, ff = Me(
9243
9252
  () => import(
9244
9253
  /* webpackChunkName: "modal-chunk" */
9245
- "./ProfileEntry.DgKbyrf4.js"
9254
+ "./ProfileEntry.BQkHhB69.js"
9246
9255
  ).then((e) => ({
9247
9256
  default: e.Profile
9248
9257
  }))
9249
9258
  ), gf = Me(
9250
9259
  () => import(
9251
9260
  /* webpackChunkName: "modal-chunk" */
9252
- "./SettingsEntry.DjmoCTSc.js"
9261
+ "./SettingsEntry.m6Tkvghq.js"
9253
9262
  ).then((e) => ({
9254
9263
  default: e.SettingsPanel
9255
9264
  }))
9256
9265
  ), vf = Me(
9257
9266
  () => import(
9258
9267
  /* webpackChunkName: "modal-chunk" */
9259
- "./HistoryEntry.Cblrrv7i.js"
9268
+ "./HistoryEntry.BGGXAbcQ.js"
9260
9269
  ).then((e) => ({
9261
9270
  default: e.HistoryPanel
9262
9271
  }))
9263
9272
  ), yf = Me(
9264
9273
  () => import(
9265
9274
  /* webpackChunkName: "modal-chunk" */
9266
- "./AboutEntry.CwjHkmmo.js"
9275
+ "./AboutEntry.C9SQcghf.js"
9267
9276
  ).then((e) => ({ default: e.About }))
9268
9277
  ), _f = Me(
9269
9278
  () => import(
9270
9279
  /* webpackChunkName: "modal-chunk" */
9271
- "./UsageEntry.B8_8sYED.js"
9280
+ "./UsageEntry.dCm7rRKL.js"
9272
9281
  ).then((e) => ({ default: e.Usage }))
9273
9282
  ), bf = Me(
9274
9283
  () => import(
9275
9284
  /* webpackChunkName: "modal-chunk" */
9276
- "./UserMemoriesPanel.Cw2Pip7F.js"
9285
+ "./UserMemoriesPanel.CiHafzvV.js"
9277
9286
  ).then(
9278
9287
  (e) => ({ default: e.default })
9279
9288
  )
@@ -9321,23 +9330,23 @@ const Vh = (e) => {
9321
9330
  p || Promise.all([
9322
9331
  import(
9323
9332
  /* webpackChunkName: "modal-chunk" */
9324
- "./ProfileEntry.DgKbyrf4.js"
9333
+ "./ProfileEntry.BQkHhB69.js"
9325
9334
  ),
9326
9335
  import(
9327
9336
  /* webpackChunkName: "modal-chunk" */
9328
- "./SettingsEntry.DjmoCTSc.js"
9337
+ "./SettingsEntry.m6Tkvghq.js"
9329
9338
  ),
9330
9339
  import(
9331
9340
  /* webpackChunkName: "modal-chunk" */
9332
- "./HistoryEntry.Cblrrv7i.js"
9341
+ "./HistoryEntry.BGGXAbcQ.js"
9333
9342
  ),
9334
9343
  import(
9335
9344
  /* webpackChunkName: "modal-chunk" */
9336
- "./AboutEntry.CwjHkmmo.js"
9345
+ "./AboutEntry.C9SQcghf.js"
9337
9346
  ),
9338
9347
  import(
9339
9348
  /* webpackChunkName: "modal-chunk" */
9340
- "./UsageEntry.B8_8sYED.js"
9349
+ "./UsageEntry.dCm7rRKL.js"
9341
9350
  )
9342
9351
  ]).finally(() => d(!0));
9343
9352
  }, [p]), g = B((y) => {
@@ -9570,31 +9579,31 @@ const Vh = (e) => {
9570
9579
  ] });
9571
9580
  };
9572
9581
  /*!
9573
- @versini/ui-spinner v5.0.2
9582
+ @versini/ui-spinner v5.0.3
9574
9583
  © 2025 gizmette.com
9575
9584
  */
9576
9585
  try {
9577
9586
  window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
9578
- version: "5.0.2",
9579
- buildTime: "10/17/2025 12:54 PM EDT",
9587
+ version: "5.0.3",
9588
+ buildTime: "10/20/2025 07:56 PM EDT",
9580
9589
  homepage: "https://github.com/aversini/ui-components",
9581
9590
  license: "MIT"
9582
9591
  });
9583
9592
  } catch {
9584
9593
  }
9585
9594
  const Sf = Me(
9586
- () => import("./index.Du8ojwqo.js").then((e) => ({ default: e.Bubble }))
9595
+ () => import("./index.CBMgzvO0.js").then((e) => ({ default: e.Bubble }))
9587
9596
  ), cn = (e) => /* @__PURE__ */ l(Xt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(Sf, { ...e }) });
9588
9597
  cn.displayName = "AsyncBubble";
9589
9598
  const yo = 1, xf = 150, kf = Me(
9590
9599
  () => import(
9591
9600
  /* webpackChunkName: "LazyMessageAssistant" */
9592
- "./ChatBubbleAssistant.oPctqH7W.js"
9601
+ "./ChatBubbleAssistant.D1YnanUf.js"
9593
9602
  )
9594
9603
  ), Cf = Me(
9595
9604
  () => import(
9596
9605
  /* webpackChunkName: "LazyMessageUser" */
9597
- "./ChatBubbleUser.CF29aC6J.js"
9606
+ "./ChatBubbleUser.CFeSEWZ1.js"
9598
9607
  )
9599
9608
  ), Nf = ut.memo(
9600
9609
  ({
@@ -1,7 +1,7 @@
1
1
  import { jsx as Ap } from "react/jsx-runtime";
2
- import { getDefaultExportFromCjs as ln } from "./App.xDkVdz2r.js";
2
+ import { getDefaultExportFromCjs as ln } from "./App.DkyB-B7p.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.fOvFohJk.js";
4
+ import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.xys3fL0C.js";
5
5
  var ls = { exports: {} }, Ip = ls.exports, on;
6
6
  function Dp() {
7
7
  return on || (on = 1, (function(we, he) {
@@ -1,10 +1,10 @@
1
1
  import { jsx as x } from "react/jsx-runtime";
2
- import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, Y as L } from "./index.fOvFohJk.js";
3
- import { BUBBLE_FOOTER_EMPTY as _ } from "./index.Du8ojwqo.js";
2
+ import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, Y as L } from "./index.xys3fL0C.js";
3
+ import { BUBBLE_FOOTER_EMPTY as _ } from "./index.CBMgzvO0.js";
4
4
  import w from "clsx";
5
5
  import v, { useState as M, useRef as A, useEffect as U, useContext as B } from "react";
6
- import { ChatContext as G, AsyncBubble as E } from "./App.xDkVdz2r.js";
7
- import { useMarkdown as D } from "./useMarkdown.gHMb0AOV.js";
6
+ import { ChatContext as G, AsyncBubble as E } from "./App.DkyB-B7p.js";
7
+ import { useMarkdown as D } from "./useMarkdown.DbntNysq.js";
8
8
  const j = 2, q = j * 1e3, b = "", I = (e) => e * (2 - e);
9
9
  function W(e, n = !0) {
10
10
  const [a, p] = M(0), [i, C] = M(0), [t, T] = M(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.xDkVdz2r.js";
4
- import { useMarkdown as _ } from "./useMarkdown.gHMb0AOV.js";
5
- import { C as M } from "./index.fOvFohJk.js";
3
+ import { AsyncBubble as w } from "./App.DkyB-B7p.js";
4
+ import { useMarkdown as _ } from "./useMarkdown.DbntNysq.js";
5
+ import { C as M } from "./index.xys3fL0C.js";
6
6
  const R = 200, N = ({
7
7
  string: e,
8
8
  idealLength: r = R
@@ -93,13 +93,13 @@ const R = 200, N = ({
93
93
  );
94
94
  };
95
95
  /*!
96
- @versini/ui-truncate v5.1.2
96
+ @versini/ui-truncate v5.1.3
97
97
  © 2025 gizmette.com
98
98
  */
99
99
  try {
100
100
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
101
- version: "5.1.2",
102
- buildTime: "10/19/2025 04:19 PM EDT",
101
+ version: "5.1.3",
102
+ buildTime: "10/20/2025 07:56 PM EDT",
103
103
  homepage: "https://github.com/aversini/ui-components",
104
104
  license: "MIT"
105
105
  });
@@ -1,9 +1,9 @@
1
1
  import { jsxs as m, jsx as e } from "react/jsx-runtime";
2
- import { I as g, Z as N, J as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as p, numberFormatter as k, ot as b, isProbablyMobile as D, c as U, r as B, O as I } from "./index.fOvFohJk.js";
3
- import { st as u, p$1 as P, z as L, p$2 as V } from "./App.xDkVdz2r.js";
2
+ import { I as g, Z as N, J as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as p, numberFormatter as k, ot as b, isProbablyMobile as D, c as U, r as B, O as I } from "./index.xys3fL0C.js";
3
+ import { st as u, p$1 as P, z as L, p$2 as V } from "./App.DkyB-B7p.js";
4
4
  import h from "clsx";
5
5
  import { Fragment as _ } from "react";
6
- import { j as $, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.DFCnTm3f.js";
6
+ import { j as $, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.DWdoit1g.js";
7
7
  const K = ({
8
8
  className: l,
9
9
  viewBox: c,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as n, jsx as t, Fragment as q } from "react/jsx-runtime";
2
- import { I as Q, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as f, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, Z as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, TOAST_CHAT_DELETED as ie, setNewProvider as ne, ACTION_SORT as ce, J as le, TOAST_PROVIDER_CHANGED as de, useChatsHistory as he, LOCAL_STORAGE_SEARCH as me, LOCAL_STORAGE_FAVORITES_ONLY as ue, HISTORY_TITLE as Ce, S as Se, Y$1 as pe, debounce as Te, C as ye, ACTION_SEARCH as fe } from "./index.fOvFohJk.js";
3
- import { HistoryContext as z, ChatContext as M, useAiChat as Ee, E, e as m, ConfirmationPanel as ge, LazyToastContainerWrapper as Ae, showErrorToast as _e, CHAT_SET_PROVIDER as Oe, showSuccessToast as ve, CHAT_SET_STATUS as De, oe as Le, O as Re } from "./App.xDkVdz2r.js";
2
+ import { I as Q, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as f, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, Z as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, TOAST_CHAT_DELETED as ie, setNewProvider as ne, ACTION_SORT as ce, J as le, TOAST_PROVIDER_CHANGED as de, useChatsHistory as he, LOCAL_STORAGE_SEARCH as me, LOCAL_STORAGE_FAVORITES_ONLY as ue, HISTORY_TITLE as Ce, S as Se, Y$1 as pe, debounce as Te, C as ye, ACTION_SEARCH as fe } from "./index.xys3fL0C.js";
3
+ import { HistoryContext as z, ChatContext as M, useAiChat as Ee, E, e as m, ConfirmationPanel as ge, LazyToastContainerWrapper as Ae, showErrorToast as _e, CHAT_SET_PROVIDER as Oe, showSuccessToast as ve, CHAT_SET_STATUS as De, oe as Le, O as Re } from "./App.DkyB-B7p.js";
4
4
  import { useRef as H, useState as F, useContext as R, useCallback as ke, useEffect as U, Suspense as Ie, lazy as we } from "react";
5
5
  const Ne = ({
6
6
  className: l,
@@ -31,7 +31,7 @@ const Ne = ({
31
31
  ), be = we(
32
32
  () => import(
33
33
  /* webpackChunkName: "history-table" */
34
- "./ChatHistoryTable.tEsu-nWO.js"
34
+ "./ChatHistoryTable.jm6P1pvH.js"
35
35
  ).then((l) => ({ default: l.ChatHistoryTable }))
36
36
  ), xe = ({
37
37
  filteredHistory: l,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as t, Fragment as D, jsx as e } from "react/jsx-runtime";
2
- import { preloadToast as K, showSuccessToast as W, showErrorToast as Y, ConfirmationPanel as H, LazyToastContainerWrapper as $, oe as V } from "./App.xDkVdz2r.js";
3
- import { n as q, i as J, useUserPreferences as Q, useServerCapabilities as X, x as Z, setUserPlan as ee, S as d, renderDataAsList as ae, CARDS as s, L as f, j as c, C as se, it as ne, isTauri as re, te, l as b, PROFILE_TITLE as le } from "./index.fOvFohJk.js";
2
+ import { preloadToast as K, showSuccessToast as W, showErrorToast as Y, ConfirmationPanel as H, LazyToastContainerWrapper as $, oe as V } from "./App.DkyB-B7p.js";
3
+ import { n as q, i as J, useUserPreferences as Q, useServerCapabilities as X, x as Z, setUserPlan as ee, S as d, renderDataAsList as ae, CARDS as s, L as f, j as c, C as se, it as ne, isTauri as re, te, l as b, PROFILE_TITLE as le } from "./index.xys3fL0C.js";
4
4
  import ie from "clsx";
5
5
  import { useState as m, useMemo as ce, useCallback as P } from "react";
6
6
  const oe = () => {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as u, jsx as t, Fragment as he } from "react/jsx-runtime";
2
- import { o as Ce, h as xe, i as Ie, x$1 as _e, n as Me, useEntitlements as Le, useUserPreferences as De, nt as be, canEvaluateModels as Ae, et as Re, getCacheInfo as Oe, isServiceWorkerEnabled as Be, SETTINGS_TITLE as Pe, S as $, CARDS as w, Q as Ue, C as pe, PROMPTS_DESCRIPTION as $e, L as Ge, j as Ee, getCurrentGeoLocation as Ve, mutateCall as Ne, handleServiceWorkerToggle as He, SERVICE_TYPES as ke } from "./index.fOvFohJk.js";
3
- import { useCapability as Te, oe as We, O as v } from "./App.xDkVdz2r.js";
2
+ import { o as Ce, h as xe, i as Ie, x$1 as _e, n as Me, useEntitlements as Le, useUserPreferences as De, nt as be, canEvaluateModels as Ae, et as Re, getCacheInfo as Oe, isServiceWorkerEnabled as Be, SETTINGS_TITLE as Pe, S as $, CARDS as w, Q as Ue, C as pe, PROMPTS_DESCRIPTION as $e, L as Ge, j as Ee, getCurrentGeoLocation as Ve, mutateCall as Ne, handleServiceWorkerToggle as He, SERVICE_TYPES as ke } from "./index.xys3fL0C.js";
3
+ import { useCapability as Te, oe as We, O as v } from "./App.DkyB-B7p.js";
4
4
  import ze, { useState as i, useEffect as ge, useRef as G, useLayoutEffect as Q, useMemo as Fe, useCallback as je } from "react";
5
5
  import p from "clsx";
6
6
  function Xe({
@@ -341,13 +341,13 @@ const Se = "av-text-area", Ye = "av-text-area-wrapper", fe = "av-text-area-helpe
341
341
  );
342
342
  ye.displayName = "TextArea";
343
343
  /*!
344
- @versini/ui-textarea v5.0.3
344
+ @versini/ui-textarea v5.0.4
345
345
  © 2025 gizmette.com
346
346
  */
347
347
  try {
348
348
  window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
349
- version: "5.0.3",
350
- buildTime: "10/17/2025 12:52 PM EDT",
349
+ version: "5.0.4",
350
+ buildTime: "10/20/2025 07:54 PM EDT",
351
351
  homepage: "https://github.com/aversini/ui-components",
352
352
  license: "MIT"
353
353
  });
@@ -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.fOvFohJk.js";
2
+ import { I as f, b as v } from "./index.xys3fL0C.js";
3
3
  import C, { useContext as b } from "react";
4
4
  import o from "clsx";
5
- import { e as k } from "./App.xDkVdz2r.js";
5
+ import { e as k } from "./App.DkyB-B7p.js";
6
6
  const L = ({
7
7
  className: e,
8
8
  viewBox: a,
@@ -66,7 +66,7 @@ const L = ({
66
66
  try {
67
67
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
68
68
  version: "4.2.2",
69
- buildTime: "10/19/2025 01:03 PM EDT",
69
+ buildTime: "10/20/2025 07:37 PM EDT",
70
70
  homepage: "https://github.com/aversini/ui-components",
71
71
  license: "MIT"
72
72
  });
@@ -152,13 +152,13 @@ const z = ({
152
152
  }
153
153
  );
154
154
  /*!
155
- @versini/ui-icons v4.13.0
155
+ @versini/ui-icons v4.14.0
156
156
  © 2025 gizmette.com
157
157
  */
158
158
  try {
159
159
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
160
- version: "4.13.0",
161
- buildTime: "10/19/2025 01:03 PM EDT",
160
+ version: "4.14.0",
161
+ buildTime: "10/20/2025 07:37 PM EDT",
162
162
  homepage: "https://github.com/aversini/ui-components",
163
163
  license: "MIT"
164
164
  });
@@ -1,13 +1,13 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { n as f, i as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, S as g, renderDataAsList as P, CARDS as a, L as p, j as A, C as i, pluralize as h } from "./index.fOvFohJk.js";
3
- import { oe as H } from "./App.xDkVdz2r.js";
2
+ import { n as f, i as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, S as g, renderDataAsList as P, CARDS as a, L as p, j as A, C as i, pluralize as h } from "./index.xys3fL0C.js";
3
+ import { oe as H } from "./App.DkyB-B7p.js";
4
4
  import { useState as C, Suspense as K, lazy as j } from "react";
5
5
  const s = [0, 3, 6, 9], n = {
6
6
  TOKEN: "token",
7
7
  MODEL: "model"
8
8
  }, w = j(() => import(
9
9
  /* webpackChunkName: "LazyChart" */
10
- "./Chart.C_S3pHhL.js"
10
+ "./Chart.CiurpqRJ.js"
11
11
  )), R = ({
12
12
  open: k,
13
13
  onOpenChange: E
@@ -1,9 +1,9 @@
1
1
  import { jsxs as r, Fragment as B, jsx as e } from "react/jsx-runtime";
2
- import { n as V, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Y, LOCAL_STORAGE_SORT_MEMORY_COLUMN as X, useUserMemories as $, useDeleteMemory as J, useDeleteAllMemories as K, L as O, j as u, te as Q, C as M } from "./index.fOvFohJk.js";
3
- import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.xDkVdz2r.js";
2
+ import { n as V, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Y, LOCAL_STORAGE_SORT_MEMORY_COLUMN as X, useUserMemories as $, useDeleteMemory as J, useDeleteAllMemories as K, L as O, j as u, te as Q, C as M } from "./index.xys3fL0C.js";
3
+ import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.DkyB-B7p.js";
4
4
  import f from "clsx";
5
5
  import { useState as a, useRef as ee } from "react";
6
- import { j as te, D as re, G as x, M as n, F as oe, H as ne, l as ie, U as le } from "./Table.DFCnTm3f.js";
6
+ import { j as te, D as re, G as x, M as n, F as oe, H as ne, l as ie, U as le } from "./Table.DWdoit1g.js";
7
7
  const ue = ({
8
8
  open: A,
9
9
  onOpenChange: C,
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.gHMb0AOV.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.DbntNysq.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.gHMb0AOV.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.DbntNysq.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -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.gHMb0AOV.js";
2
- import { toText as Ca } from "./index.CHPBYw8T.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.DbntNysq.js";
2
+ import { toText as Ca } from "./index.B3UVjKua.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,5 +1,5 @@
1
1
  import { jsxs as p, jsx as i } from "react/jsx-runtime";
2
- import { te as B } from "./index.fOvFohJk.js";
2
+ import { te as B } from "./index.xys3fL0C.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 = ({
@@ -39,7 +39,7 @@ const h = "av-bubble", w = ({
39
39
  try {
40
40
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
41
41
  version: "4.2.2",
42
- buildTime: "10/19/2025 01:03 PM EDT",
42
+ buildTime: "10/20/2025 07:37 PM EDT",
43
43
  homepage: "https://github.com/aversini/ui-components",
44
44
  license: "MIT"
45
45
  });
@@ -90,13 +90,13 @@ const M = ({
90
90
  }
91
91
  );
92
92
  /*!
93
- @versini/ui-icons v4.13.0
93
+ @versini/ui-icons v4.14.0
94
94
  © 2025 gizmette.com
95
95
  */
96
96
  try {
97
97
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
98
- version: "4.13.0",
99
- buildTime: "10/19/2025 01:03 PM EDT",
98
+ version: "4.14.0",
99
+ buildTime: "10/20/2025 07:37 PM EDT",
100
100
  homepage: "https://github.com/aversini/ui-components",
101
101
  license: "MIT"
102
102
  });
@@ -230,13 +230,13 @@ const E = ({ kind: e, noMaxWidth: t }) => s("px-4 py-2", {
230
230
  ] });
231
231
  };
232
232
  /*!
233
- @versini/ui-bubble v6.1.0
233
+ @versini/ui-bubble v6.1.1
234
234
  © 2025 gizmette.com
235
235
  */
236
236
  try {
237
237
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
238
- version: "6.1.0",
239
- buildTime: "10/19/2025 04:19 PM EDT",
238
+ version: "6.1.1",
239
+ buildTime: "10/20/2025 07:55 PM EDT",
240
240
  homepage: "https://github.com/aversini/ui-components",
241
241
  license: "MIT"
242
242
  });
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.xDkVdz2r.js";
2
- import { visit as In } from "./useMarkdown.gHMb0AOV.js";
3
- import { toText as Cn } from "./index.CHPBYw8T.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.DkyB-B7p.js";
2
+ import { visit as In } from "./useMarkdown.DbntNysq.js";
3
+ import { toText as Cn } from "./index.B3UVjKua.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.gHMb0AOV.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.DbntNysq.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -5698,13 +5698,13 @@ const We = {
5698
5698
  );
5699
5699
  st.displayName = "ButtonIcon";
5700
5700
  /*!
5701
- @versini/ui-button v8.1.0
5701
+ @versini/ui-button v8.1.1
5702
5702
  © 2025 gizmette.com
5703
5703
  */
5704
5704
  try {
5705
5705
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
5706
- version: "8.1.0",
5707
- buildTime: "10/19/2025 04:17 PM EDT",
5706
+ version: "8.1.1",
5707
+ buildTime: "10/20/2025 07:54 PM EDT",
5708
5708
  homepage: "https://github.com/aversini/ui-components",
5709
5709
  license: "MIT"
5710
5710
  });
@@ -5848,13 +5848,13 @@ const yo = ({
5848
5848
  ) });
5849
5849
  };
5850
5850
  /*!
5851
- @versini/ui-card v5.0.2
5851
+ @versini/ui-card v5.0.3
5852
5852
  © 2025 gizmette.com
5853
5853
  */
5854
5854
  try {
5855
5855
  window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
5856
- version: "5.0.2",
5857
- buildTime: "10/17/2025 12:53 PM EDT",
5856
+ version: "5.0.3",
5857
+ buildTime: "10/20/2025 07:55 PM EDT",
5858
5858
  homepage: "https://github.com/aversini/ui-components",
5859
5859
  license: "MIT"
5860
5860
  });
@@ -5897,7 +5897,7 @@ const ht = ({
5897
5897
  try {
5898
5898
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
5899
5899
  version: "4.2.2",
5900
- buildTime: "10/19/2025 01:03 PM EDT",
5900
+ buildTime: "10/20/2025 07:37 PM EDT",
5901
5901
  homepage: "https://github.com/aversini/ui-components",
5902
5902
  license: "MIT"
5903
5903
  });
@@ -6010,13 +6010,13 @@ const go = ({
6010
6010
  }
6011
6011
  );
6012
6012
  /*!
6013
- @versini/ui-icons v4.13.0
6013
+ @versini/ui-icons v4.14.0
6014
6014
  © 2025 gizmette.com
6015
6015
  */
6016
6016
  try {
6017
6017
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
6018
- version: "4.13.0",
6019
- buildTime: "10/19/2025 01:03 PM EDT",
6018
+ version: "4.14.0",
6019
+ buildTime: "10/20/2025 07:37 PM EDT",
6020
6020
  homepage: "https://github.com/aversini/ui-components",
6021
6021
  license: "MIT"
6022
6022
  });
@@ -6167,13 +6167,13 @@ const So = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Dt = ie.createCont
6167
6167
  return /* @__PURE__ */ h("div", { className: o, style: i, ...s, children: e });
6168
6168
  };
6169
6169
  /*!
6170
- @versini/ui-system v5.0.2
6170
+ @versini/ui-system v5.0.3
6171
6171
  © 2025 gizmette.com
6172
6172
  */
6173
6173
  try {
6174
6174
  window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
6175
- version: "5.0.2",
6176
- buildTime: "10/17/2025 12:53 PM EDT",
6175
+ version: "5.0.3",
6176
+ buildTime: "10/20/2025 07:55 PM EDT",
6177
6177
  homepage: "https://github.com/aversini/ui-components",
6178
6178
  license: "MIT"
6179
6179
  });
@@ -6633,13 +6633,13 @@ const Mo = 500, Do = 5e3, Lo = 2e4, Hs = ie.forwardRef(
6633
6633
  );
6634
6634
  Hs.displayName = "TextInputMask";
6635
6635
  /*!
6636
- @versini/ui-textinput v5.0.2
6636
+ @versini/ui-textinput v5.0.3
6637
6637
  © 2025 gizmette.com
6638
6638
  */
6639
6639
  try {
6640
6640
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
6641
- version: "5.0.2",
6642
- buildTime: "10/17/2025 12:53 PM EDT",
6641
+ version: "5.0.3",
6642
+ buildTime: "10/20/2025 07:54 PM EDT",
6643
6643
  homepage: "https://github.com/aversini/ui-components",
6644
6644
  license: "MIT"
6645
6645
  });
@@ -6864,7 +6864,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, ml = "{{clipboard}}", P = "
6864
6864
  ] });
6865
6865
  }, Wo = new URL(document.location.href).searchParams, Ar = !!Wo.get("debug") || !1, qo = Ws(() => import(
6866
6866
  /* webpackChunkName: "LazyApp" */
6867
- "./App.xDkVdz2r.js"
6867
+ "./App.DkyB-B7p.js"
6868
6868
  ).then((e) => e.App)), jo = new fa(), _r = ({
6869
6869
  isComponent: e,
6870
6870
  headerHeight: t
@@ -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.fOvFohJk.js";
3
+ import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.xys3fL0C.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.xDkVdz2r.js";
5
+ import { getDefaultExportFromCjs as Nt } from "./App.DkyB-B7p.js";
6
6
  import Lr from "clsx";
7
7
  const Rt = ({
8
8
  children: e,
@@ -41,7 +41,7 @@ const Rt = ({
41
41
  try {
42
42
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
43
43
  version: "4.2.2",
44
- buildTime: "10/19/2025 01:03 PM EDT",
44
+ buildTime: "10/20/2025 07:37 PM EDT",
45
45
  homepage: "https://github.com/aversini/ui-components",
46
46
  license: "MIT"
47
47
  });
@@ -92,13 +92,13 @@ const _r = ({
92
92
  }
93
93
  );
94
94
  /*!
95
- @versini/ui-icons v4.13.0
95
+ @versini/ui-icons v4.14.0
96
96
  © 2025 gizmette.com
97
97
  */
98
98
  try {
99
99
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
100
- version: "4.13.0",
101
- buildTime: "10/19/2025 01:03 PM EDT",
100
+ version: "4.14.0",
101
+ buildTime: "10/20/2025 07:37 PM EDT",
102
102
  homepage: "https://github.com/aversini/ui-components",
103
103
  license: "MIT"
104
104
  });
@@ -6907,7 +6907,7 @@ class uu {
6907
6907
  if (!this.remarkGfm) {
6908
6908
  const { default: n } = await import(
6909
6909
  /* webpackChunkName: "md-remark" */
6910
- "./index.8WU2TpiJ.js"
6910
+ "./index.DVCW0vCX.js"
6911
6911
  );
6912
6912
  this.remarkGfm = n;
6913
6913
  }
@@ -6918,7 +6918,7 @@ class uu {
6918
6918
  hu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
6919
6919
  const { default: n } = await import(
6920
6920
  /* webpackChunkName: "md-rehype-katex" */
6921
- "./index.Dihwt-5J.js"
6921
+ "./index.BRm5kR7d.js"
6922
6922
  );
6923
6923
  this.rehypeKatex = n;
6924
6924
  }
@@ -6928,7 +6928,7 @@ class uu {
6928
6928
  if (!this.remarkMath) {
6929
6929
  const { default: n } = await import(
6930
6930
  /* webpackChunkName: "md-remark" */
6931
- "./index.DUjikZVH.js"
6931
+ "./index.9r-86ilb.js"
6932
6932
  );
6933
6933
  this.remarkMath = n;
6934
6934
  }
@@ -6938,7 +6938,7 @@ class uu {
6938
6938
  if (!this.rehypeHighlight) {
6939
6939
  const { default: n } = await import(
6940
6940
  /* webpackChunkName: "md-rehype-highlight" */
6941
- "./index.DDjSHXwm.js"
6941
+ "./index.CSr8UwFd.js"
6942
6942
  );
6943
6943
  this.rehypeHighlight = n;
6944
6944
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.fOvFohJk.js";
2
+ import { SassySaint as a } from "../../chunks/index.xys3fL0C.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.fOvFohJk.js";
1
+ import { SassySaint as r } from "./chunks/index.xys3fL0C.js";
2
2
  /*!
3
- @sassysaint/client v8.67.1
3
+ @sassysaint/client v8.67.3
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "8.67.1",
9
- buildTime: "10/20/2025 12:36 PM EDT",
8
+ version: "8.67.3",
9
+ buildTime: "10/21/2025 10:34 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.67.1",
3
+ "version": "8.67.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,9 +33,9 @@
33
33
  "react-dom": "^18.3.1 || ^19.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@sassysaint/client": "8.67.1",
36
+ "@sassysaint/client": "8.67.3",
37
37
  "@tailwindcss/vite": "4.1.15",
38
- "@versini/ui-styles": "6.0.5"
38
+ "@versini/ui-styles": "6.0.6"
39
39
  },
40
40
  "dependencies": {
41
41
  "@versini/ui-hooks": "5.0.2",
@@ -45,5 +45,5 @@
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "b8ea4f4a4ad47c9907a5f8ce0f2044643b92afbd"
48
+ "gitHead": "1ccf72a3ffd38eb818c4d2a55221dbad380bd05b"
49
49
  }