@versini/sassysaint 8.61.3 → 8.61.4
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.BAx1HqFg.js → AboutChangelog.DFe8RfXj.js} +2 -2
- package/dist/chunks/{AboutEntry.BxOSZ9Zn.js → AboutEntry.DacDkqVd.js} +7 -7
- package/dist/chunks/{App.rQbSKvZ3.js → App.Cvsu5e3l.js} +17 -20
- package/dist/chunks/{Chart.Dj64lK_N.js → Chart.CtW7u2li.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DrDq6NyF.js → ChatBubbleAssistant.d7CRcfKw.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.C9mGRscp.js → ChatBubbleUser.BcaXyq97.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.BlfO2pn7.js → ChatHistoryTable.BYIjmEou.js} +3 -3
- package/dist/chunks/{HistoryEntry.D6wETXAB.js → HistoryEntry.oUhdUgfl.js} +3 -3
- package/dist/chunks/{ProfileEntry.BkNCg9RV.js → ProfileEntry.0bLvrb-4.js} +2 -2
- package/dist/chunks/{SettingsEntry.DrOPbOB2.js → SettingsEntry.Bqfkv8jt.js} +3 -3
- package/dist/chunks/{Table.BlbxuxDe.js → Table.DRptIF9k.js} +2 -2
- package/dist/chunks/{UsageEntry.Mu8PQ0UR.js → UsageEntry.DBXUkLRi.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.wX3eDJpK.js → UserMemoriesPanel.U24EQK6N.js} +3 -3
- package/dist/chunks/{index.GWzy3bHo.js → index.B1VXGnuN.js} +1 -1
- package/dist/chunks/{index.BDp4lUob.js → index.B5XbKbG4.js} +2 -2
- package/dist/chunks/{index.ENZu2o5O.js → index.BAAOOjmR.js} +1 -1
- package/dist/chunks/{index.BJWpr4PY.js → index.CcKIZVM7.js} +3 -3
- package/dist/chunks/{index.Dk2MVovf.js → index.DJ3__xc_.js} +1 -1
- package/dist/chunks/{index.7KZcTWqp.js → index.DWKgZn88.js} +1 -1
- package/dist/chunks/{index.BuMpzx4r.js → index.NrRu4aSE.js} +1 -1
- package/dist/chunks/{useMarkdown.CaiQ1WFj.js → useMarkdown.WtKs_Dxf.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { p as m, ButtonScroll as n } from "./App.
|
|
2
|
+
import { p as m, ButtonScroll as n } from "./App.Cvsu5e3l.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.WtKs_Dxf.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.Cvsu5e3l.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.B1VXGnuN.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.DFe8RfXj.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.61.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "10/
|
|
21
|
+
[r.ABOUT.VERSION]: "8.61.4",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/15/2025 10:18 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 x, Fragment as Oe } from "react/jsx-runtime";
|
|
2
|
-
import { I as G, ACTION_SORT as Xa, ACTION_SEARCH as Qa, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to, oe as Ka, te as ve, DEFAULT_ICON_ACTION_SIZE as Ie, isTauri as Bt, n as ye, useUserPreferences as Ze, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Qe, C as Kr, LOCAL_STORAGE_PREFIX as Ke, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, LOCAL_STORAGE_REASONING_DISCLOSURE as rs, useChatsHistory as no, mutateCall as ns, SERVICE_TYPES as os, TOAST_CHAT_SAVED as as, PROMPT_CLASSNAME as ss, PROMPT_EDITABLE_AREA_CLASSNAME as is, i as cs, ERROR_MESSAGE as ls, c as ht, CLIPBOARD_PROMPT as en, INPUT_PLACEHOLDER_TEXT_MOBILE as tn, INPUT_PLACEHOLDER_TEXT_ENTER as rn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as nn, isProbablyMobile as Ir, ue as us, FOOTER_DISCLAIMERS as on, h as oo, isProbablyiPad as ds, INPUT_BOTTOM_OFFSET_EXTRA as an, INPUT_BOTTOM_OFFSET_IPHONE as ps, INPUT_BOTTOM_OFFSET_IPAD as ms, INPUT_BOTTOM_OFFSET as ao, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as so, ne as cn, useServerCapabilities as _s, getMessageContaintWrapperClass as bs, UI_FOOTER_BUFFER as io, UI_BUTTON_SCROLL_BUFFER as ws, Logo as Is, UI_DEFAULT_MAIN_HEIGHT as ln, isPWAMode as Es, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ts, APP_CLASSNAME as Ss, le as un, pe as xs, LOCAL_STORAGE_SORT as ks, LOCAL_STORAGE_SEARCH as Cs, LOCAL_STORAGE_SORT_TIMESTAMP as Ns, LOCAL_STORAGE_SORT_TOKEN_USAGE as zs, TOAST_CACHE_ENABLED as As, TOAST_CACHE_DISABLED as Os } from "./index.
|
|
2
|
+
import { I as G, ACTION_SORT as Xa, ACTION_SEARCH as Qa, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to, oe as Ka, te as ve, DEFAULT_ICON_ACTION_SIZE as Ie, isTauri as Bt, n as ye, useUserPreferences as Ze, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Qe, C as Kr, LOCAL_STORAGE_PREFIX as Ke, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, LOCAL_STORAGE_REASONING_DISCLOSURE as rs, useChatsHistory as no, mutateCall as ns, SERVICE_TYPES as os, TOAST_CHAT_SAVED as as, PROMPT_CLASSNAME as ss, PROMPT_EDITABLE_AREA_CLASSNAME as is, i as cs, ERROR_MESSAGE as ls, c as ht, CLIPBOARD_PROMPT as en, INPUT_PLACEHOLDER_TEXT_MOBILE as tn, INPUT_PLACEHOLDER_TEXT_ENTER as rn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as nn, isProbablyMobile as Ir, ue as us, FOOTER_DISCLAIMERS as on, h as oo, isProbablyiPad as ds, INPUT_BOTTOM_OFFSET_EXTRA as an, INPUT_BOTTOM_OFFSET_IPHONE as ps, INPUT_BOTTOM_OFFSET_IPAD as ms, INPUT_BOTTOM_OFFSET as ao, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as so, ne as cn, useServerCapabilities as _s, getMessageContaintWrapperClass as bs, UI_FOOTER_BUFFER as io, UI_BUTTON_SCROLL_BUFFER as ws, Logo as Is, UI_DEFAULT_MAIN_HEIGHT as ln, isPWAMode as Es, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ts, APP_CLASSNAME as Ss, le as un, pe as xs, LOCAL_STORAGE_SORT as ks, LOCAL_STORAGE_SEARCH as Cs, LOCAL_STORAGE_SORT_TIMESTAMP as Ns, LOCAL_STORAGE_SORT_TOKEN_USAGE as zs, TOAST_CACHE_ENABLED as As, TOAST_CACHE_DISABLED as Os } from "./index.B1VXGnuN.js";
|
|
3
3
|
import * as ae from "react";
|
|
4
4
|
import st, { useRef as J, useEffect as $, useState as P, useCallback as B, useSyncExternalStore as Pt, createContext as Ms, useContext as te, useId as co, forwardRef as lo, useMemo as nt, Suspense as Vt, lazy as Te, useReducer as xt, useLayoutEffect as $s } from "react";
|
|
5
5
|
import M from "clsx";
|
|
@@ -6641,7 +6641,7 @@ const ka = async () => (gr || (gr = import(
|
|
|
6641
6641
|
"./index.BwP0kG4H.js"
|
|
6642
6642
|
)), gr), Ca = async () => (vr || (vr = import(
|
|
6643
6643
|
/* webpackChunkName: "toast-utilities" */
|
|
6644
|
-
"./index.
|
|
6644
|
+
"./index.B1VXGnuN.js"
|
|
6645
6645
|
).then((e) => e.utilities)), vr), Zm = async () => {
|
|
6646
6646
|
try {
|
|
6647
6647
|
await Promise.all([ka(), Ca()]);
|
|
@@ -9083,38 +9083,38 @@ const Ph = (e) => {
|
|
|
9083
9083
|
}, sf = Te(
|
|
9084
9084
|
() => import(
|
|
9085
9085
|
/* webpackChunkName: "modal-chunk" */
|
|
9086
|
-
"./ProfileEntry.
|
|
9086
|
+
"./ProfileEntry.0bLvrb-4.js"
|
|
9087
9087
|
).then((e) => ({
|
|
9088
9088
|
default: e.Profile
|
|
9089
9089
|
}))
|
|
9090
9090
|
), cf = Te(
|
|
9091
9091
|
() => import(
|
|
9092
9092
|
/* webpackChunkName: "modal-chunk" */
|
|
9093
|
-
"./SettingsEntry.
|
|
9093
|
+
"./SettingsEntry.Bqfkv8jt.js"
|
|
9094
9094
|
).then((e) => ({
|
|
9095
9095
|
default: e.SettingsPanel
|
|
9096
9096
|
}))
|
|
9097
9097
|
), lf = Te(
|
|
9098
9098
|
() => import(
|
|
9099
9099
|
/* webpackChunkName: "modal-chunk" */
|
|
9100
|
-
"./HistoryEntry.
|
|
9100
|
+
"./HistoryEntry.oUhdUgfl.js"
|
|
9101
9101
|
).then((e) => ({
|
|
9102
9102
|
default: e.HistoryPanel
|
|
9103
9103
|
}))
|
|
9104
9104
|
), uf = Te(
|
|
9105
9105
|
() => import(
|
|
9106
9106
|
/* webpackChunkName: "modal-chunk" */
|
|
9107
|
-
"./AboutEntry.
|
|
9107
|
+
"./AboutEntry.DacDkqVd.js"
|
|
9108
9108
|
).then((e) => ({ default: e.About }))
|
|
9109
9109
|
), df = Te(
|
|
9110
9110
|
() => import(
|
|
9111
9111
|
/* webpackChunkName: "modal-chunk" */
|
|
9112
|
-
"./UsageEntry.
|
|
9112
|
+
"./UsageEntry.DBXUkLRi.js"
|
|
9113
9113
|
).then((e) => ({ default: e.Usage }))
|
|
9114
9114
|
), pf = Te(
|
|
9115
9115
|
() => import(
|
|
9116
9116
|
/* webpackChunkName: "modal-chunk" */
|
|
9117
|
-
"./UserMemoriesPanel.
|
|
9117
|
+
"./UserMemoriesPanel.U24EQK6N.js"
|
|
9118
9118
|
).then(
|
|
9119
9119
|
(e) => ({ default: e.default })
|
|
9120
9120
|
)
|
|
@@ -9162,23 +9162,23 @@ const Ph = (e) => {
|
|
|
9162
9162
|
p || Promise.all([
|
|
9163
9163
|
import(
|
|
9164
9164
|
/* webpackChunkName: "modal-chunk" */
|
|
9165
|
-
"./ProfileEntry.
|
|
9165
|
+
"./ProfileEntry.0bLvrb-4.js"
|
|
9166
9166
|
),
|
|
9167
9167
|
import(
|
|
9168
9168
|
/* webpackChunkName: "modal-chunk" */
|
|
9169
|
-
"./SettingsEntry.
|
|
9169
|
+
"./SettingsEntry.Bqfkv8jt.js"
|
|
9170
9170
|
),
|
|
9171
9171
|
import(
|
|
9172
9172
|
/* webpackChunkName: "modal-chunk" */
|
|
9173
|
-
"./HistoryEntry.
|
|
9173
|
+
"./HistoryEntry.oUhdUgfl.js"
|
|
9174
9174
|
),
|
|
9175
9175
|
import(
|
|
9176
9176
|
/* webpackChunkName: "modal-chunk" */
|
|
9177
|
-
"./AboutEntry.
|
|
9177
|
+
"./AboutEntry.DacDkqVd.js"
|
|
9178
9178
|
),
|
|
9179
9179
|
import(
|
|
9180
9180
|
/* webpackChunkName: "modal-chunk" */
|
|
9181
|
-
"./UsageEntry.
|
|
9181
|
+
"./UsageEntry.DBXUkLRi.js"
|
|
9182
9182
|
)
|
|
9183
9183
|
]).finally(() => d(!0));
|
|
9184
9184
|
}, [p]), v = B((b) => {
|
|
@@ -9424,18 +9424,18 @@ try {
|
|
|
9424
9424
|
} catch {
|
|
9425
9425
|
}
|
|
9426
9426
|
const vf = Te(
|
|
9427
|
-
() => import("./index.
|
|
9427
|
+
() => import("./index.DJ3__xc_.js").then((e) => ({ default: e.Bubble }))
|
|
9428
9428
|
), Yr = (e) => /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(vf, { ...e }) });
|
|
9429
9429
|
Yr.displayName = "AsyncBubble";
|
|
9430
9430
|
const Kn = 1, yf = 150, _f = Te(
|
|
9431
9431
|
() => import(
|
|
9432
9432
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9433
|
-
"./ChatBubbleAssistant.
|
|
9433
|
+
"./ChatBubbleAssistant.d7CRcfKw.js"
|
|
9434
9434
|
)
|
|
9435
9435
|
), bf = Te(
|
|
9436
9436
|
() => import(
|
|
9437
9437
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9438
|
-
"./ChatBubbleUser.
|
|
9438
|
+
"./ChatBubbleUser.BcaXyq97.js"
|
|
9439
9439
|
)
|
|
9440
9440
|
), wf = st.memo(
|
|
9441
9441
|
({
|
|
@@ -9461,10 +9461,7 @@ const Kn = 1, yf = 150, _f = Te(
|
|
|
9461
9461
|
}
|
|
9462
9462
|
s(!1);
|
|
9463
9463
|
}
|
|
9464
|
-
}, [t, i, o]), e === so && t ? /* @__PURE__ */
|
|
9465
|
-
/* @__PURE__ */ l(bf, { content: t }),
|
|
9466
|
-
";"
|
|
9467
|
-
] }) : (e === ht || e === cn) && o && (a === "submitted" || a === "streaming") && i ? /* @__PURE__ */ l(Yr, { tail: !0, children: /* @__PURE__ */ l(ja, { type: "dots" }) }) : (e === ht || e === cn) && t && t.trim().length >= Kn ? /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", {}), children: /* @__PURE__ */ l(
|
|
9464
|
+
}, [t, i, o]), e === so && t ? /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", {}), children: /* @__PURE__ */ l(bf, { content: t }) }) : (e === ht || e === cn) && o && (a === "submitted" || a === "streaming") && i ? /* @__PURE__ */ l(Yr, { tail: !0, children: /* @__PURE__ */ l(ja, { type: "dots" }) }) : (e === ht || e === cn) && t && t.trim().length >= Kn ? /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", {}), children: /* @__PURE__ */ l(
|
|
9468
9465
|
_f,
|
|
9469
9466
|
{
|
|
9470
9467
|
role: e,
|
|
@@ -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.Cvsu5e3l.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.B1VXGnuN.js";
|
|
5
5
|
var ls = { exports: {} }, Ip = ls.exports, on;
|
|
6
6
|
function Dp() {
|
|
7
7
|
return on || (on = 1, (function(ke, ne) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, ne as L } from "./index.
|
|
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, ne as L } from "./index.B1VXGnuN.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.DJ3__xc_.js";
|
|
4
4
|
import w from "clsx";
|
|
5
5
|
import v, { useState as b, useRef as A, useEffect as U, useContext as B } from "react";
|
|
6
|
-
import { ChatContext as G, AsyncBubble as E } from "./App.
|
|
7
|
-
import { useMarkdown as D } from "./useMarkdown.
|
|
6
|
+
import { ChatContext as G, AsyncBubble as E } from "./App.Cvsu5e3l.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.WtKs_Dxf.js";
|
|
8
8
|
const j = 2, q = j * 1e3, x = "", I = (e) => e * (2 - e);
|
|
9
9
|
function W(e, n = !0) {
|
|
10
10
|
const [a, p] = b(0), [i, C] = b(0), [t, T] = b(e), r = A(0), s = A(0);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n, Fragment as b, jsxs as A } from "react/jsx-runtime";
|
|
2
2
|
import { useState as C, useMemo as u, isValidElement as p, useEffect as I } from "react";
|
|
3
|
-
import { AsyncBubble as w } from "./App.
|
|
4
|
-
import { useMarkdown as _ } from "./useMarkdown.
|
|
5
|
-
import { C as M } from "./index.
|
|
3
|
+
import { AsyncBubble as w } from "./App.Cvsu5e3l.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.WtKs_Dxf.js";
|
|
5
|
+
import { C as M } from "./index.B1VXGnuN.js";
|
|
6
6
|
const R = 200, N = ({
|
|
7
7
|
string: e,
|
|
8
8
|
idealLength: r = R
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { I as g, le as N, pe as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as x, numberFormatter as k, Oe as b, isProbablyMobile as D, y as U, i$1 as B, E 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, le as N, pe as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as x, numberFormatter as k, Oe as b, isProbablyMobile as D, y as U, i$1 as B, E as I } from "./index.B1VXGnuN.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.Cvsu5e3l.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.DRptIF9k.js";
|
|
7
7
|
const K = ({
|
|
8
8
|
className: c,
|
|
9
9
|
viewBox: l,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
-
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as y, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, le as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, setNewProvider as ie, ACTION_SORT as ne, pe as ce, TOAST_CHAT_DELETED 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 as pe, debounce as Te, C as fe, ACTION_SEARCH as ye } 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 Z, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as y, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, le as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, setNewProvider as ie, ACTION_SORT as ne, pe as ce, TOAST_CHAT_DELETED 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 as pe, debounce as Te, C as fe, ACTION_SEARCH as ye } from "./index.B1VXGnuN.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.Cvsu5e3l.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.BYIjmEou.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 m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as h } from "./App.
|
|
3
|
-
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.
|
|
2
|
+
import { oe as h } from "./App.Cvsu5e3l.js";
|
|
3
|
+
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.B1VXGnuN.js";
|
|
4
4
|
const A = () => {
|
|
5
5
|
const { isAuthenticated: n, user: i, registeringForPasskey: o, authenticationType: c } = S(), d = R(), s = i?.username || "";
|
|
6
6
|
return n && s ? /* @__PURE__ */ t(m, { children: [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r, Fragment as de } from "react/jsx-runtime";
|
|
2
|
-
import { o as Ne, h as pe, i as Te, x as we, n as ve, useUserPreferences as Se, Pe as fe, getCacheInfo as Ce, isServiceWorkerEnabled as Ie, SETTINGS_TITLE as _e, S as $, CARDS as L, C as oe, _e as Le, PROMPTS_DESCRIPTION as Me, L as Re, j as ge, getCurrentGeoLocation as Ae, mutateCall as ye, handleServiceWorkerToggle as De, SERVICE_TYPES as xe } from "./index.
|
|
3
|
-
import { useCapability as be, oe as Oe, O as M } from "./App.
|
|
2
|
+
import { o as Ne, h as pe, i as Te, x as we, n as ve, useUserPreferences as Se, Pe as fe, getCacheInfo as Ce, isServiceWorkerEnabled as Ie, SETTINGS_TITLE as _e, S as $, CARDS as L, C as oe, _e as Le, PROMPTS_DESCRIPTION as Me, L as Re, j as ge, getCurrentGeoLocation as Ae, mutateCall as ye, handleServiceWorkerToggle as De, SERVICE_TYPES as xe } from "./index.B1VXGnuN.js";
|
|
3
|
+
import { useCapability as be, oe as Oe, O as M } from "./App.Cvsu5e3l.js";
|
|
4
4
|
import Be, { useState as c, useEffect as me, useRef as W, useLayoutEffect as J, useCallback as Pe } from "react";
|
|
5
|
-
import { UserMemoriesPanel as Ue } from "./UserMemoriesPanel.
|
|
5
|
+
import { UserMemoriesPanel as Ue } from "./UserMemoriesPanel.U24EQK6N.js";
|
|
6
6
|
import p from "clsx";
|
|
7
7
|
function Ge({
|
|
8
8
|
value: a,
|
|
@@ -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.B1VXGnuN.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.Cvsu5e3l.js";
|
|
6
6
|
const A = ({
|
|
7
7
|
className: e,
|
|
8
8
|
viewBox: a,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.
|
|
3
|
-
import { oe as z } from "./App.
|
|
2
|
+
import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.B1VXGnuN.js";
|
|
3
|
+
import { oe as z } from "./App.Cvsu5e3l.js";
|
|
4
4
|
import { useState as O, Suspense as P, lazy as B } from "react";
|
|
5
5
|
const t = [0, 3, 6, 9], j = B(() => import(
|
|
6
6
|
/* webpackChunkName: "LazyChart" */
|
|
7
|
-
"./Chart.
|
|
7
|
+
"./Chart.CtW7u2li.js"
|
|
8
8
|
)), b = ({
|
|
9
9
|
open: S,
|
|
10
10
|
onOpenChange: I
|
|
@@ -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.B1VXGnuN.js";
|
|
3
|
+
import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.Cvsu5e3l.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.DRptIF9k.js";
|
|
7
7
|
const ue = ({
|
|
8
8
|
open: A,
|
|
9
9
|
onOpenChange: C,
|
|
@@ -6767,7 +6767,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, Qc = "{{clipboard}}", P = "
|
|
|
6767
6767
|
] });
|
|
6768
6768
|
}, ko = new URL(document.location.href).searchParams, vr = !!ko.get("debug") || !1, No = Os(() => import(
|
|
6769
6769
|
/* webpackChunkName: "LazyApp" */
|
|
6770
|
-
"./App.
|
|
6770
|
+
"./App.Cvsu5e3l.js"
|
|
6771
6771
|
).then((e) => e.App)), Po = new Xs(), Tr = ({
|
|
6772
6772
|
isComponent: e,
|
|
6773
6773
|
headerHeight: t
|
|
@@ -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.WtKs_Dxf.js";
|
|
2
|
+
import { toText as Ca } from "./index.BAAOOjmR.js";
|
|
3
3
|
const Gt = /[#.]/g;
|
|
4
4
|
function qa(r, e) {
|
|
5
5
|
const t = r || "", a = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as kn } from "./App.
|
|
2
|
-
import { visit as In } from "./useMarkdown.
|
|
3
|
-
import { toText as Cn } from "./index.
|
|
1
|
+
import { getDefaultExportFromCjs as kn } from "./App.Cvsu5e3l.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.WtKs_Dxf.js";
|
|
3
|
+
import { toText as Cn } from "./index.BAAOOjmR.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.WtKs_Dxf.js";
|
|
2
2
|
import { longestStreak as qe } from "./index.Cyw5OC0t.js";
|
|
3
3
|
function ne(e, n) {
|
|
4
4
|
const t = String(e);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as rn from "react/jsx-runtime";
|
|
2
2
|
import { jsx as se, jsxs as Pn } from "react/jsx-runtime";
|
|
3
|
-
import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.
|
|
3
|
+
import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.B1VXGnuN.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.Cvsu5e3l.js";
|
|
6
6
|
import Lr from "clsx";
|
|
7
7
|
const Rt = ({
|
|
8
8
|
children: e,
|
|
@@ -6900,7 +6900,7 @@ class uu {
|
|
|
6900
6900
|
if (!this.remarkGfm) {
|
|
6901
6901
|
const { default: n } = await import(
|
|
6902
6902
|
/* webpackChunkName: "md-remark" */
|
|
6903
|
-
"./index.
|
|
6903
|
+
"./index.DWKgZn88.js"
|
|
6904
6904
|
);
|
|
6905
6905
|
this.remarkGfm = n;
|
|
6906
6906
|
}
|
|
@@ -6911,7 +6911,7 @@ class uu {
|
|
|
6911
6911
|
hu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
|
|
6912
6912
|
const { default: n } = await import(
|
|
6913
6913
|
/* webpackChunkName: "md-rehype-katex" */
|
|
6914
|
-
"./index.
|
|
6914
|
+
"./index.B5XbKbG4.js"
|
|
6915
6915
|
);
|
|
6916
6916
|
this.rehypeKatex = n;
|
|
6917
6917
|
}
|
|
@@ -6921,7 +6921,7 @@ class uu {
|
|
|
6921
6921
|
if (!this.remarkMath) {
|
|
6922
6922
|
const { default: n } = await import(
|
|
6923
6923
|
/* webpackChunkName: "md-remark" */
|
|
6924
|
-
"./index.
|
|
6924
|
+
"./index.NrRu4aSE.js"
|
|
6925
6925
|
);
|
|
6926
6926
|
this.remarkMath = n;
|
|
6927
6927
|
}
|
|
@@ -6931,7 +6931,7 @@ class uu {
|
|
|
6931
6931
|
if (!this.rehypeHighlight) {
|
|
6932
6932
|
const { default: n } = await import(
|
|
6933
6933
|
/* webpackChunkName: "md-rehype-highlight" */
|
|
6934
|
-
"./index.
|
|
6934
|
+
"./index.CcKIZVM7.js"
|
|
6935
6935
|
);
|
|
6936
6936
|
this.rehypeHighlight = n;
|
|
6937
6937
|
}
|
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.B1VXGnuN.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.61.
|
|
3
|
+
@sassysaint/client v8.61.4
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "8.61.
|
|
9
|
-
buildTime: "10/
|
|
8
|
+
version: "8.61.4",
|
|
9
|
+
buildTime: "10/15/2025 10:18 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.61.
|
|
3
|
+
"version": "8.61.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@sassysaint/client": "8.61.
|
|
36
|
+
"@sassysaint/client": "8.61.4",
|
|
37
37
|
"@tailwindcss/vite": "4.1.14",
|
|
38
38
|
"@versini/ui-styles": "6.0.3"
|
|
39
39
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "4d28a9b35721fc26df69efde927680245fc3af74"
|
|
49
49
|
}
|