@versini/sassysaint 8.106.0 → 8.106.1
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.s7GI6rKD.js → AboutChangelog.C1rKf-fs.js} +2 -2
- package/dist/chunks/{AboutEntry.C1pRBz7A.js → AboutEntry.BAR4O6Y4.js} +7 -7
- package/dist/chunks/{App.BeuOuicv.js → App.B9tjGMnG.js} +18 -18
- package/dist/chunks/{Chart.C88S0q6n.js → Chart.BJQmO98B.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.nUmdAzup.js → ChatBubbleAssistant.B5Un5WKI.js} +5 -5
- package/dist/chunks/{ChatBubbleUser.BUuPXYPp.js → ChatBubbleUser.DEe4IIdl.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.BIjlz3xY.js → ChatHistoryTable.-d8_qx2Z.js} +51 -51
- package/dist/chunks/{HistoryEntry.B-078Lxf.js → HistoryEntry.BSAHx4eZ.js} +7 -7
- package/dist/chunks/{LoginEntry.B2RvYN-T.js → LoginEntry.DR0qFvNl.js} +4 -4
- package/dist/chunks/{LogoEntry.1MaZ0gB8.js → LogoEntry.BwA2ssO6.js} +2 -2
- package/dist/chunks/{MemoriesEntry.DpL1iLZb.js → MemoriesEntry.Cz7T3caz.js} +39 -39
- package/dist/chunks/{ProfileEntry.T8wth0Is.js → ProfileEntry.Cotp19Aj.js} +4 -4
- package/dist/chunks/{SettingsEntry.CjOxw1Yx.js → SettingsEntry.C55bTACC.js} +34 -34
- package/dist/chunks/{Table.Bgj47jSZ.js → Table.DWGS6ANJ.js} +1 -1
- package/dist/chunks/{UsageEntry.B4I_GNgi.js → UsageEntry.HvLHOBP5.js} +5 -5
- package/dist/chunks/{index.CzK9z_fW.js → index.1CBqWB-9.js} +2 -2
- package/dist/chunks/{index.BV0ooasI.js → index.BOLZ9GJH.js} +1 -1
- package/dist/chunks/{index.DaJTH3fN.js → index.BSJ1MGWU.js} +1 -1
- package/dist/chunks/{index.BBcCFGIa.js → index.Ce0LQWUm.js} +1 -1
- package/dist/chunks/{index.C09CfrST.js → index.Cik0_Cr1.js} +1 -1
- package/dist/chunks/{index.lXY3xvX_.js → index.DNRN6B_p.js} +1 -1
- package/dist/chunks/{index.DlzoJhEl.js → index.DVCf7tp5.js} +3 -3
- package/dist/chunks/{index.B3dMRcN0.js → index.Dnj64P2t.js} +3 -3
- package/dist/chunks/{index.B-dNm2To.js → index.j05AJWYD.js} +1 -1
- package/dist/chunks/{index.DbqNbLqk.js → index.yI7VsMw8.js} +1 -1
- package/dist/chunks/{useMarkdown.BNKEX2AA.js → useMarkdown.Di6pc73q.js} +7 -7
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +2 -2
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { useInViewport as m, ButtonScroll as n } from "./App.
|
|
2
|
+
import { useInViewport as m, ButtonScroll as n } from "./App.B9tjGMnG.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.Di6pc73q.js";
|
|
5
5
|
const b = ({ content: o }) => {
|
|
6
6
|
const [l, t] = d(), { ref: a, inViewport: i } = m(), e = f(null), c = u(() => {
|
|
7
7
|
e.current && e.current.scrollIntoView({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as b, Fragment as n, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { pluralize as g, isProbablyMobile as A, Panel as f, CancelButton as B } from "./App.
|
|
3
|
-
import { useUniqueId as c, CARDS as r, ABOUT_TITLE as E, L as I, j as S } from "./LogoEntry.
|
|
2
|
+
import { pluralize as g, isProbablyMobile as A, Panel as f, CancelButton as B } from "./App.B9tjGMnG.js";
|
|
3
|
+
import { useUniqueId as c, CARDS as r, ABOUT_TITLE as E, L as I, j as S } from "./LogoEntry.BwA2ssO6.js";
|
|
4
4
|
import { Suspense as C, lazy as O, useRef as U } from "react";
|
|
5
|
-
import { Card as t } from "./index.
|
|
5
|
+
import { Card as t } from "./index.DNRN6B_p.js";
|
|
6
6
|
import L from "clsx";
|
|
7
|
-
import { useServerCapabilities as N, useChangelogs as R, renderDataAsList as d } from "./index.
|
|
7
|
+
import { useServerCapabilities as N, useChangelogs as R, renderDataAsList as d } from "./index.DVCf7tp5.js";
|
|
8
8
|
const _ = O(
|
|
9
9
|
() => import(
|
|
10
10
|
/* webpackChunkName: "LazyAboutChangelog" */
|
|
11
|
-
"./AboutChangelog.
|
|
11
|
+
"./AboutChangelog.C1rKf-fs.js"
|
|
12
12
|
)
|
|
13
13
|
), k = () => {
|
|
14
14
|
const o = c(), i = c(), { data: s, isSuccess: m } = N(), { data: u, isSuccess: h } = R(), T = s?.version || "", a = s?.models || [], p = s?.buildTime || "";
|
|
@@ -20,8 +20,8 @@ const _ = O(
|
|
|
20
20
|
className: "prose-dark dark:prose-lighter mb-4",
|
|
21
21
|
noBorder: !0,
|
|
22
22
|
children: d(o, {
|
|
23
|
-
[r.ABOUT.VERSION]: "8.106.
|
|
24
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "12/21/2025
|
|
23
|
+
[r.ABOUT.VERSION]: "8.106.1",
|
|
24
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "12/21/2025 05:29 PM EST"
|
|
25
25
|
})
|
|
26
26
|
}
|
|
27
27
|
),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as h, jsxs as $, Fragment as ct } from "react/jsx-runtime";
|
|
2
|
-
import { ACTION_SORT as au, ACTION_SEARCH as iu, ACTION_RESET_PROMPT as Za, ACTION_TOGGLE_PROMPT as Fa, LOCAL_STORAGE_PREFIX as je, LOCAL_STORAGE_CHAT_ID as Vn, n as $e, isDev as cu, isTauri as on, useChat as lu, DEFAULT_ICON_ACTION_SIZE as Qe, useUserPreferences as vt, serverUrl as Ua, useEntitlements as No, useSaveChat as uu, LOCAL_STORAGE_PRIVATE_DISCLOSURE as du, w as er, LOCAL_STORAGE_REASONING_DISCLOSURE as fu, PROMPT_EDITABLE_AREA_CLASSNAME as pu, PROMPT_CLASSNAME as mu, j as ja, ERROR_MESSAGE as hu, o as sn, U as gu, INPUT_BOTTOM_OFFSET_IPHONE as vu, INPUT_BOTTOM_OFFSET_IPAD as yu, INPUT_BOTTOM_OFFSET as Ba, INPUT_BOTTOM_OFFSET_EXTRA as zr, getLayoutPaddingClass as lo, canEvaluateModels as ls, k as wu, a as bu, i as _u, s as Eu, x as Su, p as Zr, setNewProvider as us, useQueryClient as Iu, n$1 as Va, useServerCapabilities as Cu, getMessageContaintWrapperClass as Tu, UI_FOOTER_BUFFER as Ha, UI_BUTTON_SCROLL_BUFFER as xu, UI_DEFAULT_MAIN_HEIGHT as ds, e as Au, applyOledMode as Ru, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ou, y as fs, v as Nu, LOCAL_STORAGE_SORT as Mu, LOCAL_STORAGE_SEARCH as ku, LOCAL_STORAGE_OLED_MODE as Pu, LOCAL_STORAGE_FULL_SCREEN as Du, LOCAL_STORAGE_SORT_TIMESTAMP as $u, LOCAL_STORAGE_SORT_TOKEN_USAGE as Lu } from "./index.
|
|
2
|
+
import { ACTION_SORT as au, ACTION_SEARCH as iu, ACTION_RESET_PROMPT as Za, ACTION_TOGGLE_PROMPT as Fa, LOCAL_STORAGE_PREFIX as je, LOCAL_STORAGE_CHAT_ID as Vn, n as $e, isDev as cu, isTauri as on, useChat as lu, DEFAULT_ICON_ACTION_SIZE as Qe, useUserPreferences as vt, serverUrl as Ua, useEntitlements as No, useSaveChat as uu, LOCAL_STORAGE_PRIVATE_DISCLOSURE as du, w as er, LOCAL_STORAGE_REASONING_DISCLOSURE as fu, PROMPT_EDITABLE_AREA_CLASSNAME as pu, PROMPT_CLASSNAME as mu, j as ja, ERROR_MESSAGE as hu, o as sn, U as gu, INPUT_BOTTOM_OFFSET_IPHONE as vu, INPUT_BOTTOM_OFFSET_IPAD as yu, INPUT_BOTTOM_OFFSET as Ba, INPUT_BOTTOM_OFFSET_EXTRA as zr, getLayoutPaddingClass as lo, canEvaluateModels as ls, k as wu, a as bu, i as _u, s as Eu, x as Su, p as Zr, setNewProvider as us, useQueryClient as Iu, n$1 as Va, useServerCapabilities as Cu, getMessageContaintWrapperClass as Tu, UI_FOOTER_BUFFER as Ha, UI_BUTTON_SCROLL_BUFFER as xu, UI_DEFAULT_MAIN_HEIGHT as ds, e as Au, applyOledMode as Ru, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ou, y as fs, v as Nu, LOCAL_STORAGE_SORT as Mu, LOCAL_STORAGE_SEARCH as ku, LOCAL_STORAGE_OLED_MODE as Pu, LOCAL_STORAGE_FULL_SCREEN as Du, LOCAL_STORAGE_SORT_TIMESTAMP as $u, LOCAL_STORAGE_SORT_TOKEN_USAGE as Lu } from "./index.DVCf7tp5.js";
|
|
3
3
|
import * as w from "react";
|
|
4
4
|
import st, { useSyncExternalStore as Hn, useCallback as G, useEffect as U, useRef as X, useState as B, createContext as Wa, useContext as ue, useMemo as xe, forwardRef as wr, useId as Ga, useLayoutEffect as vn, cloneElement as Ka, Suspense as tr, lazy as nt, useReducer as Rn } from "react";
|
|
5
|
-
import { e as tn, ChatContext as Le, useTheme as Ke, ButtonIcon as rt, IconAddLight as zu, IconCloseLight as Zu, IconEditLight as Fu, Button as Ya, L as uo, j as Ft, IconLockedLight as Uu, IconUnlockedLight as ju, IconNext as Bu, IconSelected as Vu, IconUnSelected as Hu, PromptsContext as Mo, IconBookSparklesLight as Wu, IconRewrite as Gu, IconProofread as Ku, IconMagic as Yu, IconLightBulbLight as Ju, IconSendLight as Xu, INPUT_PLACEHOLDER_TEXT_IN_SESSION as Ja, INPUT_PLACEHOLDER_TEXT_MORNING as qu, INPUT_PLACEHOLDER_TEXT_TODAY as Qu, INPUT_PLACEHOLDER_TEXT_AFTERNOON as ed, INPUT_PLACEHOLDER_TEXT_EVENING as td, INPUT_PLACEHOLDER_TEXT_NIGHT as nd, INPUT_PLACEHOLDER_TEXT_DEFAULT as rd, IconClose as od, AppContext as yn, useUniqueId as sd, CLIPBOARD_PROMPT as ps, FOOTER_DISCLAIMERS as ms, useResizeObserver as Xa, APP_SET_FOOTER_HEIGHT as ad, FOOTER_TOP as fo, FOOTER_BOTTOM as nn, APP_SET_FOOTER_POSITION as Fr, IconOpenAI as id, IconAnthropic as cd, IconGoogleGemini as ld, TOAST_PROVIDER_CHANGED as hs, LOG_OUT as gs, IconProfile as ud, IconSliders as dd, IconHistory as fd, IconEditUser as pd, IconChart as md, IconInfo as hd, IconBack as gd, IconSettings as vd, Logo as yd, appReducer as wd, APP_SET_OLED_MODE as bd, APP_SET_FULL_SCREEN as _d, APP_SET_THEME_MODE as Ed, APP_SET_THEME_PALETTE as Sd, HistoryContext as Id, APP_CLASSNAME as Cd, TOAST_CACHE_ENABLED as Td, TOAST_CACHE_DISABLED as xd } from "./LogoEntry.
|
|
5
|
+
import { e as tn, ChatContext as Le, useTheme as Ke, ButtonIcon as rt, IconAddLight as zu, IconCloseLight as Zu, IconEditLight as Fu, Button as Ya, L as uo, j as Ft, IconLockedLight as Uu, IconUnlockedLight as ju, IconNext as Bu, IconSelected as Vu, IconUnSelected as Hu, PromptsContext as Mo, IconBookSparklesLight as Wu, IconRewrite as Gu, IconProofread as Ku, IconMagic as Yu, IconLightBulbLight as Ju, IconSendLight as Xu, INPUT_PLACEHOLDER_TEXT_IN_SESSION as Ja, INPUT_PLACEHOLDER_TEXT_MORNING as qu, INPUT_PLACEHOLDER_TEXT_TODAY as Qu, INPUT_PLACEHOLDER_TEXT_AFTERNOON as ed, INPUT_PLACEHOLDER_TEXT_EVENING as td, INPUT_PLACEHOLDER_TEXT_NIGHT as nd, INPUT_PLACEHOLDER_TEXT_DEFAULT as rd, IconClose as od, AppContext as yn, useUniqueId as sd, CLIPBOARD_PROMPT as ps, FOOTER_DISCLAIMERS as ms, useResizeObserver as Xa, APP_SET_FOOTER_HEIGHT as ad, FOOTER_TOP as fo, FOOTER_BOTTOM as nn, APP_SET_FOOTER_POSITION as Fr, IconOpenAI as id, IconAnthropic as cd, IconGoogleGemini as ld, TOAST_PROVIDER_CHANGED as hs, LOG_OUT as gs, IconProfile as ud, IconSliders as dd, IconHistory as fd, IconEditUser as pd, IconChart as md, IconInfo as hd, IconBack as gd, IconSettings as vd, Logo as yd, appReducer as wd, APP_SET_OLED_MODE as bd, APP_SET_FULL_SCREEN as _d, APP_SET_THEME_MODE as Ed, APP_SET_THEME_PALETTE as Sd, HistoryContext as Id, APP_CLASSNAME as Cd, TOAST_CACHE_ENABLED as Td, TOAST_CACHE_DISABLED as xd } from "./LogoEntry.BwA2ssO6.js";
|
|
6
6
|
import Z, { clsx as lt } from "clsx";
|
|
7
7
|
import { useMergeRefs as Ad, FloatingPortal as Rd, FloatingOverlay as Od, FloatingFocusManager as Nd, useFloating as Md, useClick as kd, useDismiss as Pd, useRole as Dd, useInteractions as $d } from "@floating-ui/react";
|
|
8
8
|
import * as qa from "react-dom";
|
|
@@ -5841,7 +5841,7 @@ const sc = async () => (Gr || (Gr = import(
|
|
|
5841
5841
|
"./index.790ujKXR.js"
|
|
5842
5842
|
)), Gr), ac = async () => (Kr || (Kr = import(
|
|
5843
5843
|
/* webpackChunkName: "toast-utilities" */
|
|
5844
|
-
"./index.
|
|
5844
|
+
"./index.DVCf7tp5.js"
|
|
5845
5845
|
).then((e) => e.utilities)), Kr), kv = async () => {
|
|
5846
5846
|
try {
|
|
5847
5847
|
await Promise.all([sc(), ac()]);
|
|
@@ -12398,38 +12398,38 @@ const uS = [".png", ".jpg", ".jpeg", ".webp"], dS = [".pdf", ".txt"], fS = [
|
|
|
12398
12398
|
}, jS = nt(
|
|
12399
12399
|
() => import(
|
|
12400
12400
|
/* webpackChunkName: "modal-chunk" */
|
|
12401
|
-
"./ProfileEntry.
|
|
12401
|
+
"./ProfileEntry.Cotp19Aj.js"
|
|
12402
12402
|
).then((e) => ({
|
|
12403
12403
|
default: e.Profile
|
|
12404
12404
|
}))
|
|
12405
12405
|
), BS = nt(
|
|
12406
12406
|
() => import(
|
|
12407
12407
|
/* webpackChunkName: "modal-chunk" */
|
|
12408
|
-
"./SettingsEntry.
|
|
12408
|
+
"./SettingsEntry.C55bTACC.js"
|
|
12409
12409
|
).then((e) => ({
|
|
12410
12410
|
default: e.SettingsPanel
|
|
12411
12411
|
}))
|
|
12412
12412
|
), VS = nt(
|
|
12413
12413
|
() => import(
|
|
12414
12414
|
/* webpackChunkName: "modal-chunk" */
|
|
12415
|
-
"./HistoryEntry.
|
|
12415
|
+
"./HistoryEntry.BSAHx4eZ.js"
|
|
12416
12416
|
).then((e) => ({
|
|
12417
12417
|
default: e.HistoryPanel
|
|
12418
12418
|
}))
|
|
12419
12419
|
), HS = nt(
|
|
12420
12420
|
() => import(
|
|
12421
12421
|
/* webpackChunkName: "modal-chunk" */
|
|
12422
|
-
"./AboutEntry.
|
|
12422
|
+
"./AboutEntry.BAR4O6Y4.js"
|
|
12423
12423
|
).then((e) => ({ default: e.About }))
|
|
12424
12424
|
), WS = nt(
|
|
12425
12425
|
() => import(
|
|
12426
12426
|
/* webpackChunkName: "modal-chunk" */
|
|
12427
|
-
"./UsageEntry.
|
|
12427
|
+
"./UsageEntry.HvLHOBP5.js"
|
|
12428
12428
|
).then((e) => ({ default: e.Usage }))
|
|
12429
12429
|
), GS = nt(
|
|
12430
12430
|
() => import(
|
|
12431
12431
|
/* webpackChunkName: "modal-chunk" */
|
|
12432
|
-
"./MemoriesEntry.
|
|
12432
|
+
"./MemoriesEntry.Cz7T3caz.js"
|
|
12433
12433
|
).then((e) => ({ default: e.default }))
|
|
12434
12434
|
), KS = ({
|
|
12435
12435
|
open: e,
|
|
@@ -12477,23 +12477,23 @@ const uS = [".png", ".jpg", ".jpeg", ".webp"], dS = [".pdf", ".txt"], fS = [
|
|
|
12477
12477
|
p || Promise.all([
|
|
12478
12478
|
import(
|
|
12479
12479
|
/* webpackChunkName: "modal-chunk" */
|
|
12480
|
-
"./ProfileEntry.
|
|
12480
|
+
"./ProfileEntry.Cotp19Aj.js"
|
|
12481
12481
|
),
|
|
12482
12482
|
import(
|
|
12483
12483
|
/* webpackChunkName: "modal-chunk" */
|
|
12484
|
-
"./SettingsEntry.
|
|
12484
|
+
"./SettingsEntry.C55bTACC.js"
|
|
12485
12485
|
),
|
|
12486
12486
|
import(
|
|
12487
12487
|
/* webpackChunkName: "modal-chunk" */
|
|
12488
|
-
"./HistoryEntry.
|
|
12488
|
+
"./HistoryEntry.BSAHx4eZ.js"
|
|
12489
12489
|
),
|
|
12490
12490
|
import(
|
|
12491
12491
|
/* webpackChunkName: "modal-chunk" */
|
|
12492
|
-
"./AboutEntry.
|
|
12492
|
+
"./AboutEntry.BAR4O6Y4.js"
|
|
12493
12493
|
),
|
|
12494
12494
|
import(
|
|
12495
12495
|
/* webpackChunkName: "modal-chunk" */
|
|
12496
|
-
"./UsageEntry.
|
|
12496
|
+
"./UsageEntry.HvLHOBP5.js"
|
|
12497
12497
|
)
|
|
12498
12498
|
]).finally(() => f(!0));
|
|
12499
12499
|
}, [p]), y = G((O) => {
|
|
@@ -12642,7 +12642,7 @@ const uS = [".png", ".jpg", ".jpeg", ".webp"], dS = [".pdf", ".txt"], fS = [
|
|
|
12642
12642
|
{
|
|
12643
12643
|
label: "Log out",
|
|
12644
12644
|
onClick: S,
|
|
12645
|
-
icon: /* @__PURE__ */ h("div", { className: "text-
|
|
12645
|
+
icon: /* @__PURE__ */ h("div", { className: "text-copy-error-dark", children: /* @__PURE__ */ h(gd, { monotone: !0 }) })
|
|
12646
12646
|
}
|
|
12647
12647
|
)
|
|
12648
12648
|
] })
|
|
@@ -12787,18 +12787,18 @@ const La = "av-spinner", ru = ({ spinnerRef: e, mode: t = "system", type: n = "c
|
|
|
12787
12787
|
]
|
|
12788
12788
|
});
|
|
12789
12789
|
}, QS = nt(
|
|
12790
|
-
() => import("./index.
|
|
12790
|
+
() => import("./index.j05AJWYD.js").then((e) => ({ default: e.Bubble }))
|
|
12791
12791
|
), is = (e) => /* @__PURE__ */ h(tr, { fallback: /* @__PURE__ */ h("span", { className: "inline-block" }), children: /* @__PURE__ */ h(QS, { ...e }) });
|
|
12792
12792
|
is.displayName = "AsyncBubble";
|
|
12793
12793
|
const za = 1, eI = 150, tI = nt(
|
|
12794
12794
|
() => import(
|
|
12795
12795
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
12796
|
-
"./ChatBubbleAssistant.
|
|
12796
|
+
"./ChatBubbleAssistant.B5Un5WKI.js"
|
|
12797
12797
|
)
|
|
12798
12798
|
), nI = nt(
|
|
12799
12799
|
() => import(
|
|
12800
12800
|
/* webpackChunkName: "LazyMessageUser" */
|
|
12801
|
-
"./ChatBubbleUser.
|
|
12801
|
+
"./ChatBubbleUser.DEe4IIdl.js"
|
|
12802
12802
|
)
|
|
12803
12803
|
), rI = st.memo(
|
|
12804
12804
|
({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Pp } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as dn, isProbablyMobile as Op } from "./App.
|
|
2
|
+
import { getDefaultExportFromCjs as dn, isProbablyMobile as Op } from "./App.B9tjGMnG.js";
|
|
3
3
|
import Lp, { useMemo as Ep } from "react";
|
|
4
|
-
import { TRIMESTERS_SHORT as Ip, TRIMESTERS as on, TIME_RANGES as ls, TIME_RANGE_LABELS as an } from "./LogoEntry.
|
|
4
|
+
import { TRIMESTERS_SHORT as Ip, TRIMESTERS as on, TIME_RANGES as ls, TIME_RANGE_LABELS as an } from "./LogoEntry.BwA2ssO6.js";
|
|
5
5
|
var hs = { exports: {} }, Dp = hs.exports, nn;
|
|
6
6
|
function Bp() {
|
|
7
7
|
return nn || (nn = 1, (function(Ae, pe) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as ss } from "react/jsx-runtime";
|
|
2
|
-
import { n as is, useUserPreferences as rs } from "./index.
|
|
3
|
-
import { BUBBLE_FOOTER_EMPTY as as } from "./index.
|
|
4
|
-
import { convertStringToHumanReadable as os, numberFormatter as ls, pluralize as us, AsyncBubble as cs } from "./App.
|
|
2
|
+
import { n as is, useUserPreferences as rs } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as as } from "./index.j05AJWYD.js";
|
|
4
|
+
import { convertStringToHumanReadable as os, numberFormatter as ls, pluralize as us, AsyncBubble as cs } from "./App.B9tjGMnG.js";
|
|
5
5
|
import Xt from "clsx";
|
|
6
6
|
import fs, { useState as Me, useEffect as qt, useContext as vt } from "react";
|
|
7
|
-
import { useMarkdown as hs } from "./useMarkdown.
|
|
8
|
-
import { ChatContext as ds, AppContext as ps } from "./LogoEntry.
|
|
7
|
+
import { useMarkdown as hs } from "./useMarkdown.Di6pc73q.js";
|
|
8
|
+
import { ChatContext as ds, AppContext as ps } from "./LogoEntry.BwA2ssO6.js";
|
|
9
9
|
function ms(e, t) {
|
|
10
10
|
e.indexOf(t) === -1 && e.push(t);
|
|
11
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as i, Fragment as S, jsxs as C } from "react/jsx-runtime";
|
|
2
|
-
import { Button as _ } from "./LogoEntry.
|
|
2
|
+
import { Button as _ } from "./LogoEntry.BwA2ssO6.js";
|
|
3
3
|
import { useState as h, useMemo as m, isValidElement as T, useEffect as B } from "react";
|
|
4
|
-
import { useMarkdown as b } from "./useMarkdown.
|
|
5
|
-
import { AsyncBubble as k } from "./App.
|
|
4
|
+
import { useMarkdown as b } from "./useMarkdown.Di6pc73q.js";
|
|
5
|
+
import { AsyncBubble as k } from "./App.B9tjGMnG.js";
|
|
6
6
|
/*!
|
|
7
7
|
@versini/ui-truncate v6.1.8
|
|
8
8
|
© 2025 gizmette.com
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as c, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { y as w, v as
|
|
3
|
-
import { IconCloseLight as U, CARDS as D, ButtonIcon as C, IconRestore as z, IconStarInCircle as B, IconStarInCircleLight as $, IconDelete as Y } from "./LogoEntry.
|
|
2
|
+
import { y as w, v as y, INFINITE_SCROLL_THRESHOLD as L } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { IconCloseLight as U, CARDS as D, ButtonIcon as C, IconRestore as z, IconStarInCircle as B, IconStarInCircleLight as $, IconDelete as Y } from "./LogoEntry.BwA2ssO6.js";
|
|
4
4
|
import { useState as K, Fragment as V } from "react";
|
|
5
5
|
import i from "clsx";
|
|
6
|
-
import { H as W, F as j, q as N, Y as F, O as
|
|
7
|
-
import { pluralize as I, ResponsiveTooltip as S, numberFormatter as G, isProbablyMobile as H } from "./App.
|
|
6
|
+
import { H as W, F as j, q as N, Y as F, O as n, J as k } from "./Table.DWGS6ANJ.js";
|
|
7
|
+
import { pluralize as I, ResponsiveTooltip as S, numberFormatter as G, isProbablyMobile as H } from "./App.B9tjGMnG.js";
|
|
8
8
|
/*!
|
|
9
9
|
@versini/ui-pill v5.2.4
|
|
10
10
|
© 2025 gizmette.com
|
|
@@ -46,10 +46,10 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
46
46
|
}))
|
|
47
47
|
};
|
|
48
48
|
}, O = ({ label: t, className: a, variant: l = "information", description: m, onClose: d }) => {
|
|
49
|
-
const [
|
|
49
|
+
const [x, p] = K(!0), g = (f) => {
|
|
50
50
|
d && (d(f), f.defaultPrevented || p(!1));
|
|
51
51
|
};
|
|
52
|
-
if (!
|
|
52
|
+
if (!x)
|
|
53
53
|
return null;
|
|
54
54
|
const u = X({
|
|
55
55
|
className: a,
|
|
@@ -77,43 +77,43 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
77
77
|
})
|
|
78
78
|
]
|
|
79
79
|
});
|
|
80
|
-
},
|
|
80
|
+
}, o = {
|
|
81
81
|
ROW: "row",
|
|
82
82
|
TIMESTAMP: w,
|
|
83
83
|
SUMMARY: "summary",
|
|
84
|
-
TOKEN_USAGE:
|
|
84
|
+
TOKEN_USAGE: y,
|
|
85
85
|
ACTIONS: "actions"
|
|
86
86
|
}, Z = [
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
87
|
+
o.ROW,
|
|
88
|
+
o.TIMESTAMP,
|
|
89
|
+
o.SUMMARY,
|
|
90
|
+
o.ACTIONS
|
|
91
91
|
], ee = [
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
o.ROW,
|
|
93
|
+
o.SUMMARY,
|
|
94
|
+
o.TIMESTAMP,
|
|
95
|
+
o.TOKEN_USAGE,
|
|
96
|
+
o.ACTIONS
|
|
97
97
|
], me = ({
|
|
98
98
|
filteredHistory: t,
|
|
99
99
|
historyState: a,
|
|
100
100
|
lastEntryToLoad: l,
|
|
101
101
|
onClickSort: m,
|
|
102
102
|
onClickRestore: d,
|
|
103
|
-
onClickDelete:
|
|
103
|
+
onClickDelete: x,
|
|
104
104
|
onClickFavorite: p,
|
|
105
105
|
infinityScrollMarkerRef: g,
|
|
106
106
|
isLoading: u = !1,
|
|
107
107
|
totalHistoryCount: f,
|
|
108
108
|
isFiltered: R = !1,
|
|
109
|
-
isSearchActive:
|
|
109
|
+
isSearchActive: M = !1
|
|
110
110
|
}) => {
|
|
111
|
-
const
|
|
111
|
+
const T = H() ? Z : ee, E = (r) => {
|
|
112
112
|
switch (r) {
|
|
113
|
-
case
|
|
114
|
-
return /* @__PURE__ */ e(
|
|
115
|
-
case
|
|
116
|
-
return
|
|
113
|
+
case o.ROW:
|
|
114
|
+
return /* @__PURE__ */ e(n, { className: "sr-only", children: "Row" }, r);
|
|
115
|
+
case o.TIMESTAMP:
|
|
116
|
+
return M ? /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm", children: "Date" }, r) : /* @__PURE__ */ e(
|
|
117
117
|
k,
|
|
118
118
|
{
|
|
119
119
|
focusMode: "system",
|
|
@@ -129,37 +129,37 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
129
129
|
},
|
|
130
130
|
r
|
|
131
131
|
);
|
|
132
|
-
case
|
|
133
|
-
return /* @__PURE__ */ e(
|
|
134
|
-
case
|
|
135
|
-
return
|
|
132
|
+
case o.SUMMARY:
|
|
133
|
+
return /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm", children: "Summary" }, r);
|
|
134
|
+
case o.TOKEN_USAGE:
|
|
135
|
+
return M ? /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm text-right", children: "Tokens" }, r) : /* @__PURE__ */ e(
|
|
136
136
|
k,
|
|
137
137
|
{
|
|
138
138
|
focusMode: "system",
|
|
139
139
|
buttonClassName: "text-xs sm:text-sm",
|
|
140
|
-
cellId:
|
|
140
|
+
cellId: y,
|
|
141
141
|
align: "right",
|
|
142
142
|
sortDirection: a.sortDirection,
|
|
143
143
|
sortedCell: a.sortedCell,
|
|
144
144
|
onClick: () => {
|
|
145
|
-
m(
|
|
145
|
+
m(y);
|
|
146
146
|
},
|
|
147
147
|
children: "Tokens"
|
|
148
148
|
},
|
|
149
149
|
r
|
|
150
150
|
);
|
|
151
|
-
case
|
|
152
|
-
return /* @__PURE__ */ e(
|
|
151
|
+
case o.ACTIONS:
|
|
152
|
+
return /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm text-right", children: "Actions" }, r);
|
|
153
153
|
default:
|
|
154
154
|
return null;
|
|
155
155
|
}
|
|
156
156
|
}, _ = (r, s, b) => {
|
|
157
157
|
switch (r) {
|
|
158
|
-
case
|
|
159
|
-
return /* @__PURE__ */ e(
|
|
160
|
-
case
|
|
158
|
+
case o.ROW:
|
|
159
|
+
return /* @__PURE__ */ e(n, { children: b + 1 }, r);
|
|
160
|
+
case o.TIMESTAMP:
|
|
161
161
|
return /* @__PURE__ */ e(
|
|
162
|
-
|
|
162
|
+
n,
|
|
163
163
|
{
|
|
164
164
|
className: i(
|
|
165
165
|
"dark:text-copy-medium",
|
|
@@ -169,10 +169,10 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
169
169
|
},
|
|
170
170
|
r
|
|
171
171
|
);
|
|
172
|
-
case
|
|
173
|
-
const
|
|
172
|
+
case o.SUMMARY: {
|
|
173
|
+
const h = s.similarityScore !== void 0 && s.similarityScore !== null ? Math.round(s.similarityScore * 100) : null, v = h !== null && h < 40 ? "warning" : "success", P = s.keywordMatch === !0;
|
|
174
174
|
return /* @__PURE__ */ e(
|
|
175
|
-
|
|
175
|
+
n,
|
|
176
176
|
{
|
|
177
177
|
className: i(
|
|
178
178
|
"dark:text-white",
|
|
@@ -183,11 +183,11 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
183
183
|
},
|
|
184
184
|
children: /* @__PURE__ */ c("div", { className: "flex flex-col gap-1", children: [
|
|
185
185
|
/* @__PURE__ */ c("div", { className: "flex flex-wrap gap-1", children: [
|
|
186
|
-
|
|
186
|
+
h !== null && /* @__PURE__ */ e(
|
|
187
187
|
O,
|
|
188
188
|
{
|
|
189
189
|
variant: v,
|
|
190
|
-
label: `${
|
|
190
|
+
label: `${h}% semantic`
|
|
191
191
|
}
|
|
192
192
|
),
|
|
193
193
|
P && /* @__PURE__ */ e(O, { variant: "information", label: "keyword" })
|
|
@@ -198,9 +198,9 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
198
198
|
r
|
|
199
199
|
);
|
|
200
200
|
}
|
|
201
|
-
case
|
|
201
|
+
case o.TOKEN_USAGE:
|
|
202
202
|
return /* @__PURE__ */ e(
|
|
203
|
-
|
|
203
|
+
n,
|
|
204
204
|
{
|
|
205
205
|
className: i("dark:text-copy-medium", "text-xs sm:text-sm"),
|
|
206
206
|
align: "right",
|
|
@@ -208,9 +208,9 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
208
208
|
},
|
|
209
209
|
r
|
|
210
210
|
);
|
|
211
|
-
case
|
|
211
|
+
case o.ACTIONS:
|
|
212
212
|
return /* @__PURE__ */ e(
|
|
213
|
-
|
|
213
|
+
n,
|
|
214
214
|
{
|
|
215
215
|
className: "border-l border-table-light dark:border-table-dark",
|
|
216
216
|
children: /* @__PURE__ */ c("div", { className: "flex flex-col items-end sm:flex-row gap-2", children: [
|
|
@@ -225,7 +225,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
225
225
|
noBorder: !0,
|
|
226
226
|
label: "Restore chat",
|
|
227
227
|
variant: "primary",
|
|
228
|
-
iconClassName: "text-
|
|
228
|
+
iconClassName: "text-copy-success dark:text-copy-success-light",
|
|
229
229
|
onClick: async () => {
|
|
230
230
|
await d(s);
|
|
231
231
|
},
|
|
@@ -264,9 +264,9 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
264
264
|
noBorder: !0,
|
|
265
265
|
label: "Delete chat",
|
|
266
266
|
variant: "primary",
|
|
267
|
-
iconClassName: "text-
|
|
267
|
+
iconClassName: "text-copy-error-dark dark:!text-copy-error-light",
|
|
268
268
|
onClick: () => {
|
|
269
|
-
|
|
269
|
+
x(s);
|
|
270
270
|
},
|
|
271
271
|
children: /* @__PURE__ */ e(Y, { size: "size-3", monotone: !0 })
|
|
272
272
|
}
|
|
@@ -293,10 +293,10 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
293
293
|
})(),
|
|
294
294
|
disabled: u && t.length > 0,
|
|
295
295
|
children: [
|
|
296
|
-
/* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(N, { children:
|
|
297
|
-
/* @__PURE__ */ e(F, { children: u && t.length === 0 ? /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(
|
|
296
|
+
/* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(N, { children: T.map((r) => E(r)) }) }),
|
|
297
|
+
/* @__PURE__ */ e(F, { children: u && t.length === 0 ? /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(n, { colSpan: 1e3, children: /* @__PURE__ */ e("div", { children: "Loading..." }) }) }) : t.slice(0, l).map((r, s) => r?.summary ? /* @__PURE__ */ c(V, { children: [
|
|
298
298
|
s === l - L && /* @__PURE__ */ e("tr", { ref: g }),
|
|
299
|
-
/* @__PURE__ */ e(N, { children:
|
|
299
|
+
/* @__PURE__ */ e(N, { children: T.map(
|
|
300
300
|
(b) => _(b, r, s)
|
|
301
301
|
) })
|
|
302
302
|
] }, `${D.HISTORY.TITLE}-${r.id}-${s}`) : null) })
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as ae, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, LOCAL_STORAGE_PREFIX as u, LOCAL_STORAGE_SORT_TIMESTAMP as se, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ne, y as I, LOCAL_STORAGE_CHAT_ID as ie, useDeleteChat as ce, useToggleFavoriteChat as le, graphQLRequest as de, SERVICE_TYPES as he, ACTION_SORT as me, v as ue, LOCAL_STORAGE_SEARCH as Ce, LOCAL_STORAGE_FAVORITES_ONLY as Se, LOCAL_STORAGE_KEYWORD_MATCH_ALL as fe, useChatsHistory as ye, useUserChatStats as pe, ACTION_SEARCH as Te } from "./index.
|
|
3
|
-
import { HistoryContext as Y, ChatContext as ge, e as m, APP_CLASSNAME as Ae, TOAST_CHAT_DELETED as Ee, HISTORY_TITLE as _e, IconSearch as Le, Button as De, L as Oe, j as ke } from "./LogoEntry.
|
|
4
|
-
import { Card as ve } from "./index.
|
|
5
|
-
import { useAiChat as Re, useLocalStorage as C, ConfirmationPanel as be, LazyToastContainerWrapper as Ie, showErrorToast as xe, v4 as we, CHAT_RESET as He, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as Fe, Panel as Me, debounce as Ge, Toggle as B, CancelButton as Ve } from "./App.
|
|
6
|
-
import { TextInput as ze } from "./index.
|
|
2
|
+
import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, LOCAL_STORAGE_PREFIX as u, LOCAL_STORAGE_SORT_TIMESTAMP as se, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ne, y as I, LOCAL_STORAGE_CHAT_ID as ie, useDeleteChat as ce, useToggleFavoriteChat as le, graphQLRequest as de, SERVICE_TYPES as he, ACTION_SORT as me, v as ue, LOCAL_STORAGE_SEARCH as Ce, LOCAL_STORAGE_FAVORITES_ONLY as Se, LOCAL_STORAGE_KEYWORD_MATCH_ALL as fe, useChatsHistory as ye, useUserChatStats as pe, ACTION_SEARCH as Te } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { HistoryContext as Y, ChatContext as ge, e as m, APP_CLASSNAME as Ae, TOAST_CHAT_DELETED as Ee, HISTORY_TITLE as _e, IconSearch as Le, Button as De, L as Oe, j as ke } from "./LogoEntry.BwA2ssO6.js";
|
|
4
|
+
import { Card as ve } from "./index.DNRN6B_p.js";
|
|
5
|
+
import { useAiChat as Re, useLocalStorage as C, ConfirmationPanel as be, LazyToastContainerWrapper as Ie, showErrorToast as xe, v4 as we, CHAT_RESET as He, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as Fe, Panel as Me, debounce as Ge, Toggle as B, CancelButton as Ve } from "./App.B9tjGMnG.js";
|
|
6
|
+
import { TextInput as ze } from "./index.yI7VsMw8.js";
|
|
7
7
|
import Pe from "clsx";
|
|
8
8
|
import { useRef as x, useState as G, useContext as V, useCallback as j, Suspense as Ue, lazy as Be, useEffect as je } from "react";
|
|
9
9
|
const Ke = Be(
|
|
10
10
|
() => import(
|
|
11
11
|
/* webpackChunkName: "history-table" */
|
|
12
|
-
"./ChatHistoryTable.
|
|
12
|
+
"./ChatHistoryTable.-d8_qx2Z.js"
|
|
13
13
|
).then((S) => ({ default: S.ChatHistoryTable }))
|
|
14
14
|
), Ye = ({
|
|
15
15
|
filteredHistory: S,
|
|
@@ -336,7 +336,7 @@ const Ke = Be(
|
|
|
336
336
|
"min-h-[60vh]"
|
|
337
337
|
),
|
|
338
338
|
children: [
|
|
339
|
-
T && /* @__PURE__ */ t("p", { className: "m-0 text-
|
|
339
|
+
T && /* @__PURE__ */ t("p", { className: "m-0 text-copy-error-light", children: "Failed to load history." }),
|
|
340
340
|
!T && /* @__PURE__ */ t(
|
|
341
341
|
Ye,
|
|
342
342
|
{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e, Fragment as x } from "react/jsx-runtime";
|
|
2
|
-
import { n as L, getLayoutPaddingClass as M, getMessageContaintWrapperClass as b, isTauri as I } from "./index.
|
|
3
|
-
import { Logo as N, L as E, j as t, PASSWORD_PLACEHOLDER as y, ButtonIcon as p, IconShow as S, IconHide as v, Button as w, LOG_IN as P, LOG_IN_PASSKEY as z, IconPasskey as B } from "./LogoEntry.
|
|
4
|
-
import { Card as O } from "./index.
|
|
5
|
-
import { TextInput as T, TextInputMask as W } from "./index.
|
|
2
|
+
import { n as L, getLayoutPaddingClass as M, getMessageContaintWrapperClass as b, isTauri as I } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { Logo as N, L as E, j as t, PASSWORD_PLACEHOLDER as y, ButtonIcon as p, IconShow as S, IconHide as v, Button as w, LOG_IN as P, LOG_IN_PASSKEY as z, IconPasskey as B } from "./LogoEntry.BwA2ssO6.js";
|
|
4
|
+
import { Card as O } from "./index.DNRN6B_p.js";
|
|
5
|
+
import { TextInput as T, TextInputMask as W } from "./index.yI7VsMw8.js";
|
|
6
6
|
import { useState as s, useEffect as h } from "react";
|
|
7
7
|
const q = () => {
|
|
8
8
|
const { login: g, logoutReason: o, loginWithPasskey: f } = L(), [n, l] = s(""), [d, m] = s(""), [c, C] = s(!0), [r, u] = s({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import E, { useRef as N, useEffect as A, useCallback as e1, useState as h1, useMemo as Y, useContext as t1, useId as d1, useLayoutEffect as X } from "react";
|
|
2
2
|
import { jsx as o, jsxs as l } from "react/jsx-runtime";
|
|
3
3
|
import n from "clsx";
|
|
4
|
-
import { V as d, e as u1, P as m1, r as p1 } from "./index.
|
|
4
|
+
import { V as d, e as u1, P as m1, r as p1 } from "./index.DVCf7tp5.js";
|
|
5
5
|
/*!
|
|
6
6
|
@versini/ui-hooks v6.0.0
|
|
7
7
|
© 2025 gizmette.com
|
|
@@ -1605,7 +1605,7 @@ const be = ({
|
|
|
1605
1605
|
"prose-h1:mb-0 prose-h2:mt-0",
|
|
1606
1606
|
r,
|
|
1607
1607
|
{
|
|
1608
|
-
"prose-h2:text-
|
|
1608
|
+
"prose-h2:text-copy-error-light dark:prose-h2:text-copy-error-light": t && c?.runningMode === "development"
|
|
1609
1609
|
}
|
|
1610
1610
|
),
|
|
1611
1611
|
children: [
|