@versini/sassysaint 8.67.2 → 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.
- package/dist/chunks/{AboutChangelog.BWPFVreb.js → AboutChangelog.CvIukHEK.js} +2 -2
- package/dist/chunks/{AboutEntry.ClgDpT_s.js → AboutEntry.C9SQcghf.js} +7 -7
- package/dist/chunks/{App.DfrpYZ-u.js → App.DkyB-B7p.js} +54 -57
- package/dist/chunks/{Chart.DuXz2MSp.js → Chart.CiurpqRJ.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DcAJNK4_.js → ChatBubbleAssistant.D1YnanUf.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.BnmsHtM_.js → ChatBubbleUser.CFeSEWZ1.js} +6 -6
- package/dist/chunks/{ChatHistoryTable.DPd8y7gV.js → ChatHistoryTable.jm6P1pvH.js} +3 -3
- package/dist/chunks/{HistoryEntry.DlyQ3Jnj.js → HistoryEntry.BGGXAbcQ.js} +3 -3
- package/dist/chunks/{ProfileEntry.D2vV-4zZ.js → ProfileEntry.BQkHhB69.js} +2 -2
- package/dist/chunks/{SettingsEntry.CjhJINvL.js → SettingsEntry.m6Tkvghq.js} +5 -5
- package/dist/chunks/{Table.D6LtTWli.js → Table.DWdoit1g.js} +6 -6
- package/dist/chunks/{UsageEntry.CjfaGao2.js → UsageEntry.dCm7rRKL.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.CAAG8_kD.js → UserMemoriesPanel.CiHafzvV.js} +3 -3
- package/dist/chunks/{index.BOR7RWjc.js → index.9r-86ilb.js} +1 -1
- package/dist/chunks/{index.KcCwlRIz.js → index.B3UVjKua.js} +1 -1
- package/dist/chunks/{index.Olu_k0Q5.js → index.BRm5kR7d.js} +2 -2
- package/dist/chunks/{index.BQnaUXzl.js → index.CBMgzvO0.js} +8 -8
- package/dist/chunks/{index.m_vn4YQa.js → index.CSr8UwFd.js} +3 -3
- package/dist/chunks/{index.BzLfWb1L.js → index.DVCW0vCX.js} +1 -1
- package/dist/chunks/{index.D6gqXBWA.js → index.xys3fL0C.js} +17 -17
- package/dist/chunks/{useMarkdown.C6rP-Kyz.js → useMarkdown.DbntNysq.js} +10 -10
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- 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.
|
|
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.
|
|
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
|
|
3
|
-
import { i as d, useServerCapabilities as
|
|
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.
|
|
9
|
+
"./AboutChangelog.CvIukHEK.js"
|
|
10
10
|
)
|
|
11
11
|
), N = () => {
|
|
12
|
-
const s = d(), i = d(), { data: o, isSuccess: m } =
|
|
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.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "10/
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
746
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
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.
|
|
7093
|
-
buildTime: "10/
|
|
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/
|
|
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.
|
|
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.
|
|
7305
|
-
buildTime: "10/
|
|
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/
|
|
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.
|
|
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.
|
|
7514
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
7654
|
-
buildTime: "10/
|
|
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/
|
|
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.
|
|
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.
|
|
7891
|
-
buildTime: "10/
|
|
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
|
});
|
|
@@ -8163,21 +8163,21 @@ const Bh = ({
|
|
|
8163
8163
|
}) => /* @__PURE__ */ T(
|
|
8164
8164
|
sn,
|
|
8165
8165
|
{
|
|
8166
|
-
defaultViewBox: "0 0
|
|
8166
|
+
defaultViewBox: "0 0 512 512",
|
|
8167
8167
|
size: "size-5",
|
|
8168
8168
|
viewBox: t,
|
|
8169
8169
|
className: e,
|
|
8170
|
-
title: r || "
|
|
8170
|
+
title: r || "Selected",
|
|
8171
8171
|
...o,
|
|
8172
8172
|
children: [
|
|
8173
8173
|
/* @__PURE__ */ l(
|
|
8174
8174
|
"path",
|
|
8175
8175
|
{
|
|
8176
|
-
d: "M0
|
|
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",
|
|
8177
8177
|
opacity: ".4"
|
|
8178
8178
|
}
|
|
8179
8179
|
),
|
|
8180
|
-
/* @__PURE__ */ l("path", { d: "
|
|
8180
|
+
/* @__PURE__ */ l("path", { d: "M256 160a96 96 0 1 0 0 192 96 96 0 1 0 0-192" })
|
|
8181
8181
|
]
|
|
8182
8182
|
}
|
|
8183
8183
|
), Uh = ({
|
|
@@ -8189,19 +8189,13 @@ const Bh = ({
|
|
|
8189
8189
|
}) => /* @__PURE__ */ l(
|
|
8190
8190
|
sn,
|
|
8191
8191
|
{
|
|
8192
|
-
defaultViewBox: "0 0
|
|
8192
|
+
defaultViewBox: "0 0 512 512",
|
|
8193
8193
|
size: "size-5",
|
|
8194
8194
|
viewBox: t,
|
|
8195
8195
|
className: e,
|
|
8196
|
-
title: r || "
|
|
8196
|
+
title: r || "UnSelected",
|
|
8197
8197
|
...o,
|
|
8198
|
-
children: /* @__PURE__ */ l(
|
|
8199
|
-
"path",
|
|
8200
|
-
{
|
|
8201
|
-
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",
|
|
8202
|
-
opacity: ".4"
|
|
8203
|
-
}
|
|
8204
|
-
)
|
|
8198
|
+
children: /* @__PURE__ */ l("path", { d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512", opacity: ".4" })
|
|
8205
8199
|
}
|
|
8206
8200
|
), Ee = ie.forwardRef(
|
|
8207
8201
|
({
|
|
@@ -8286,13 +8280,13 @@ const jh = ({ className: e, ...t }) => {
|
|
|
8286
8280
|
return /* @__PURE__ */ l("div", { className: r, ...t });
|
|
8287
8281
|
};
|
|
8288
8282
|
/*!
|
|
8289
|
-
@versini/ui-menu v5.1.
|
|
8283
|
+
@versini/ui-menu v5.1.2
|
|
8290
8284
|
© 2025 gizmette.com
|
|
8291
8285
|
*/
|
|
8292
8286
|
try {
|
|
8293
8287
|
window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
|
|
8294
|
-
version: "5.1.
|
|
8295
|
-
buildTime: "10/20/2025
|
|
8288
|
+
version: "5.1.2",
|
|
8289
|
+
buildTime: "10/20/2025 07:55 PM EDT",
|
|
8296
8290
|
homepage: "https://github.com/aversini/ui-components",
|
|
8297
8291
|
license: "MIT"
|
|
8298
8292
|
});
|
|
@@ -9214,7 +9208,10 @@ const Vh = (e) => {
|
|
|
9214
9208
|
k && g.map((C) => {
|
|
9215
9209
|
const q = I.get(C.id) || [];
|
|
9216
9210
|
return b && q.length > 1 ? /* @__PURE__ */ T(xt, { label: C.label, children: [
|
|
9217
|
-
/* @__PURE__ */
|
|
9211
|
+
/* @__PURE__ */ T(Ur, { children: [
|
|
9212
|
+
C.label,
|
|
9213
|
+
" Models"
|
|
9214
|
+
] }),
|
|
9218
9215
|
q.map((le) => /* @__PURE__ */ l(
|
|
9219
9216
|
Ee,
|
|
9220
9217
|
{
|
|
@@ -9254,38 +9251,38 @@ const Vh = (e) => {
|
|
|
9254
9251
|
}, ff = Me(
|
|
9255
9252
|
() => import(
|
|
9256
9253
|
/* webpackChunkName: "modal-chunk" */
|
|
9257
|
-
"./ProfileEntry.
|
|
9254
|
+
"./ProfileEntry.BQkHhB69.js"
|
|
9258
9255
|
).then((e) => ({
|
|
9259
9256
|
default: e.Profile
|
|
9260
9257
|
}))
|
|
9261
9258
|
), gf = Me(
|
|
9262
9259
|
() => import(
|
|
9263
9260
|
/* webpackChunkName: "modal-chunk" */
|
|
9264
|
-
"./SettingsEntry.
|
|
9261
|
+
"./SettingsEntry.m6Tkvghq.js"
|
|
9265
9262
|
).then((e) => ({
|
|
9266
9263
|
default: e.SettingsPanel
|
|
9267
9264
|
}))
|
|
9268
9265
|
), vf = Me(
|
|
9269
9266
|
() => import(
|
|
9270
9267
|
/* webpackChunkName: "modal-chunk" */
|
|
9271
|
-
"./HistoryEntry.
|
|
9268
|
+
"./HistoryEntry.BGGXAbcQ.js"
|
|
9272
9269
|
).then((e) => ({
|
|
9273
9270
|
default: e.HistoryPanel
|
|
9274
9271
|
}))
|
|
9275
9272
|
), yf = Me(
|
|
9276
9273
|
() => import(
|
|
9277
9274
|
/* webpackChunkName: "modal-chunk" */
|
|
9278
|
-
"./AboutEntry.
|
|
9275
|
+
"./AboutEntry.C9SQcghf.js"
|
|
9279
9276
|
).then((e) => ({ default: e.About }))
|
|
9280
9277
|
), _f = Me(
|
|
9281
9278
|
() => import(
|
|
9282
9279
|
/* webpackChunkName: "modal-chunk" */
|
|
9283
|
-
"./UsageEntry.
|
|
9280
|
+
"./UsageEntry.dCm7rRKL.js"
|
|
9284
9281
|
).then((e) => ({ default: e.Usage }))
|
|
9285
9282
|
), bf = Me(
|
|
9286
9283
|
() => import(
|
|
9287
9284
|
/* webpackChunkName: "modal-chunk" */
|
|
9288
|
-
"./UserMemoriesPanel.
|
|
9285
|
+
"./UserMemoriesPanel.CiHafzvV.js"
|
|
9289
9286
|
).then(
|
|
9290
9287
|
(e) => ({ default: e.default })
|
|
9291
9288
|
)
|
|
@@ -9333,23 +9330,23 @@ const Vh = (e) => {
|
|
|
9333
9330
|
p || Promise.all([
|
|
9334
9331
|
import(
|
|
9335
9332
|
/* webpackChunkName: "modal-chunk" */
|
|
9336
|
-
"./ProfileEntry.
|
|
9333
|
+
"./ProfileEntry.BQkHhB69.js"
|
|
9337
9334
|
),
|
|
9338
9335
|
import(
|
|
9339
9336
|
/* webpackChunkName: "modal-chunk" */
|
|
9340
|
-
"./SettingsEntry.
|
|
9337
|
+
"./SettingsEntry.m6Tkvghq.js"
|
|
9341
9338
|
),
|
|
9342
9339
|
import(
|
|
9343
9340
|
/* webpackChunkName: "modal-chunk" */
|
|
9344
|
-
"./HistoryEntry.
|
|
9341
|
+
"./HistoryEntry.BGGXAbcQ.js"
|
|
9345
9342
|
),
|
|
9346
9343
|
import(
|
|
9347
9344
|
/* webpackChunkName: "modal-chunk" */
|
|
9348
|
-
"./AboutEntry.
|
|
9345
|
+
"./AboutEntry.C9SQcghf.js"
|
|
9349
9346
|
),
|
|
9350
9347
|
import(
|
|
9351
9348
|
/* webpackChunkName: "modal-chunk" */
|
|
9352
|
-
"./UsageEntry.
|
|
9349
|
+
"./UsageEntry.dCm7rRKL.js"
|
|
9353
9350
|
)
|
|
9354
9351
|
]).finally(() => d(!0));
|
|
9355
9352
|
}, [p]), g = B((y) => {
|
|
@@ -9582,31 +9579,31 @@ const Vh = (e) => {
|
|
|
9582
9579
|
] });
|
|
9583
9580
|
};
|
|
9584
9581
|
/*!
|
|
9585
|
-
@versini/ui-spinner v5.0.
|
|
9582
|
+
@versini/ui-spinner v5.0.3
|
|
9586
9583
|
© 2025 gizmette.com
|
|
9587
9584
|
*/
|
|
9588
9585
|
try {
|
|
9589
9586
|
window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
|
|
9590
|
-
version: "5.0.
|
|
9591
|
-
buildTime: "10/
|
|
9587
|
+
version: "5.0.3",
|
|
9588
|
+
buildTime: "10/20/2025 07:56 PM EDT",
|
|
9592
9589
|
homepage: "https://github.com/aversini/ui-components",
|
|
9593
9590
|
license: "MIT"
|
|
9594
9591
|
});
|
|
9595
9592
|
} catch {
|
|
9596
9593
|
}
|
|
9597
9594
|
const Sf = Me(
|
|
9598
|
-
() => import("./index.
|
|
9595
|
+
() => import("./index.CBMgzvO0.js").then((e) => ({ default: e.Bubble }))
|
|
9599
9596
|
), cn = (e) => /* @__PURE__ */ l(Xt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(Sf, { ...e }) });
|
|
9600
9597
|
cn.displayName = "AsyncBubble";
|
|
9601
9598
|
const yo = 1, xf = 150, kf = Me(
|
|
9602
9599
|
() => import(
|
|
9603
9600
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9604
|
-
"./ChatBubbleAssistant.
|
|
9601
|
+
"./ChatBubbleAssistant.D1YnanUf.js"
|
|
9605
9602
|
)
|
|
9606
9603
|
), Cf = Me(
|
|
9607
9604
|
() => import(
|
|
9608
9605
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9609
|
-
"./ChatBubbleUser.
|
|
9606
|
+
"./ChatBubbleUser.CFeSEWZ1.js"
|
|
9610
9607
|
)
|
|
9611
9608
|
), Nf = ut.memo(
|
|
9612
9609
|
({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Ap } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as ln } from "./App.
|
|
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.
|
|
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.
|
|
3
|
-
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.
|
|
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.
|
|
7
|
-
import { useMarkdown as D } from "./useMarkdown.
|
|
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.
|
|
4
|
-
import { useMarkdown as _ } from "./useMarkdown.
|
|
5
|
-
import { C as M } from "./index.
|
|
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.
|
|
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.
|
|
102
|
-
buildTime: "10/
|
|
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.
|
|
3
|
-
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
-
import { useCapability as Te, oe as We, O as v } from "./App.
|
|
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.
|
|
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.
|
|
350
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
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/
|
|
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.
|
|
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.
|
|
161
|
-
buildTime: "10/
|
|
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.
|
|
3
|
-
import { oe as H } from "./App.
|
|
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.
|
|
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.
|
|
3
|
-
import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.
|
|
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.
|
|
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,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.
|
|
2
|
-
import { toText as Ca } from "./index.
|
|
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.
|
|
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/
|
|
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.
|
|
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.
|
|
99
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
239
|
-
buildTime: "10/
|
|
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.
|
|
2
|
-
import { visit as In } from "./useMarkdown.
|
|
3
|
-
import { toText as Cn } from "./index.
|
|
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.
|
|
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.
|
|
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.
|
|
5707
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
5857
|
-
buildTime: "10/
|
|
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/
|
|
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.
|
|
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.
|
|
6019
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
6176
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
6642
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
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.
|
|
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/
|
|
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.
|
|
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.
|
|
101
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
6941
|
+
"./index.CSr8UwFd.js"
|
|
6942
6942
|
);
|
|
6943
6943
|
this.rehypeHighlight = n;
|
|
6944
6944
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SassySaint as r } from "./chunks/index.
|
|
1
|
+
import { SassySaint as r } from "./chunks/index.xys3fL0C.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.67.
|
|
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.
|
|
9
|
-
buildTime: "10/
|
|
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.
|
|
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.
|
|
36
|
+
"@sassysaint/client": "8.67.3",
|
|
37
37
|
"@tailwindcss/vite": "4.1.15",
|
|
38
|
-
"@versini/ui-styles": "6.0.
|
|
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": "
|
|
48
|
+
"gitHead": "1ccf72a3ffd38eb818c4d2a55221dbad380bd05b"
|
|
49
49
|
}
|