@versini/sassysaint 8.99.3 → 8.100.0
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.C_qMLuiB.js → AboutChangelog.DA361mHf.js} +3 -3
- package/dist/chunks/AboutEntry.COmeuxq_.js +83 -0
- package/dist/chunks/{App.BUZaV6AF.js → App.BLNMkw5x.js} +331 -329
- package/dist/chunks/{Chart.DvSv2Eza.js → Chart.GBOvQ25I.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DPvPqKP2.js → ChatBubbleAssistant.De5psmEG.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.BCEiPwpY.js → ChatBubbleUser.DF9Axp_4.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.BV0EO83B.js → ChatHistoryTable.rOFYnFKa.js} +3 -3
- package/dist/chunks/{HistoryEntry.DdsxhGAV.js → HistoryEntry.DnG7vXnm.js} +134 -133
- package/dist/chunks/{UserMemoriesPanel.B7Vh6shw.js → MemoriesEntry.rleSeGKZ.js} +212 -209
- package/dist/chunks/{ProfileEntry.C-3cFRJF.js → ProfileEntry.ZVmjBCNA.js} +76 -72
- package/dist/chunks/{SettingsEntry.AuH85ovZ.js → SettingsEntry.azCvMpSB.js} +116 -108
- package/dist/chunks/{UsageEntry.C5_CSslN.js → UsageEntry.CK1PBjs3.js} +77 -76
- package/dist/chunks/{index.DQOeZzJl.js → index.Bil3-QBE.js} +1 -1
- package/dist/chunks/{index.BtC6g5QI.js → index.Bz0fwQT2.js} +1 -1
- package/dist/chunks/{index.CHoYdZu2.js → index.CY7OKrvt.js} +3 -3
- package/dist/chunks/{index.3sEe64_a.js → index.CYzDnVAL.js} +1 -1
- package/dist/chunks/{index.BbB1hl1m.js → index.CgmhTYJp.js} +1 -1
- package/dist/chunks/{index.DRSAc_Rh.js → index.DfrHJ6QJ.js} +1 -1
- package/dist/chunks/{index.C8gT8NUq.js → index.DlepPi73.js} +2 -2
- package/dist/chunks/{index.IFwWrDqI.js → index.Dw8chhdS.js} +1 -1
- package/dist/chunks/{index.D3zzxjS0.js → index.iTnfwVri.js} +1 -1
- package/dist/chunks/{useMarkdown.CFmffPvi.js → useMarkdown.DhNvct2e.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
- package/dist/chunks/AboutEntry.CKKvxJXb.js +0 -79
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { useInViewport as c } from "./index.
|
|
2
|
+
import { useInViewport as c } from "./index.CgmhTYJp.js";
|
|
3
3
|
import { useRef as n, useCallback as f, useLayoutEffect as u } from "react";
|
|
4
|
-
import { ButtonScroll as p } from "./App.
|
|
5
|
-
import { useMarkdown as d } from "./useMarkdown.
|
|
4
|
+
import { ButtonScroll as p } from "./App.BLNMkw5x.js";
|
|
5
|
+
import { useMarkdown as d } from "./useMarkdown.DhNvct2e.js";
|
|
6
6
|
const x = ({ content: o }) => {
|
|
7
7
|
const [l, t] = d(), { ref: a, inViewport: i } = c(), r = n(null), m = f(() => {
|
|
8
8
|
r.current && r.current.scrollIntoView({
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { jsxs as p, Fragment as n, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Panel as g, CancelButton as A } from "./App.BLNMkw5x.js";
|
|
3
|
+
import { useUniqueId as c, useServerCapabilities as B, useChangelogs as E, Card as t, renderDataAsList as d, CARDS as r, pluralize as I, isProbablyMobile as f, ABOUT_TITLE as S, L as C, j as O } from "./index.CgmhTYJp.js";
|
|
4
|
+
import { Suspense as U, lazy as L, useRef as N } from "react";
|
|
5
|
+
import R from "clsx";
|
|
6
|
+
const _ = L(
|
|
7
|
+
() => import(
|
|
8
|
+
/* webpackChunkName: "LazyAboutChangelog" */
|
|
9
|
+
"./AboutChangelog.DA361mHf.js"
|
|
10
|
+
)
|
|
11
|
+
), k = () => {
|
|
12
|
+
const a = c(), i = c(), { data: s, isSuccess: m } = B(), { data: u, isSuccess: h } = E(), T = s?.version || "", l = s?.models || [], b = s?.buildTime || "";
|
|
13
|
+
return /* @__PURE__ */ p(n, { children: [
|
|
14
|
+
/* @__PURE__ */ e(
|
|
15
|
+
t,
|
|
16
|
+
{
|
|
17
|
+
header: r.ABOUT.TITLE_CLIENT,
|
|
18
|
+
className: "prose-dark dark:prose-lighter mb-4",
|
|
19
|
+
noBorder: !0,
|
|
20
|
+
children: d(a, {
|
|
21
|
+
[r.ABOUT.VERSION]: "8.100.0",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "12/13/2025 08:51 AM EST"
|
|
23
|
+
})
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
m ? /* @__PURE__ */ e(
|
|
27
|
+
t,
|
|
28
|
+
{
|
|
29
|
+
header: r.ABOUT.TITLE_SERVER,
|
|
30
|
+
className: "prose-dark dark:prose-lighter mb-4",
|
|
31
|
+
noBorder: !0,
|
|
32
|
+
children: d(i, {
|
|
33
|
+
[r.ABOUT.VERSION]: T,
|
|
34
|
+
[r.ABOUT.BUILD_TIMESTAMP]: b,
|
|
35
|
+
[I(r.ABOUT.PROVIDER, l.length)]: /* @__PURE__ */ e(n, { children: l.map((o) => /* @__PURE__ */ e("div", { className: "text-right", children: o }, o)) })
|
|
36
|
+
})
|
|
37
|
+
}
|
|
38
|
+
) : null,
|
|
39
|
+
/* @__PURE__ */ e(
|
|
40
|
+
t,
|
|
41
|
+
{
|
|
42
|
+
noBorder: !0,
|
|
43
|
+
mode: "dark",
|
|
44
|
+
header: r.ABOUT.TITLE_CHANGELOG,
|
|
45
|
+
headerClassName: "av-card__header mt-0 border-b-2 border-border-accent mb-4 leading-10",
|
|
46
|
+
className: R("prose-lighter dark:prose-lighter min-h-[334px]", {
|
|
47
|
+
"mb-5": f()
|
|
48
|
+
}),
|
|
49
|
+
children: h ? /* @__PURE__ */ e(U, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(_, { content: u.client }) }) : null
|
|
50
|
+
}
|
|
51
|
+
)
|
|
52
|
+
] });
|
|
53
|
+
}, V = ({
|
|
54
|
+
open: a,
|
|
55
|
+
onOpenChange: i
|
|
56
|
+
}) => {
|
|
57
|
+
const s = N(null);
|
|
58
|
+
return /* @__PURE__ */ e(
|
|
59
|
+
g,
|
|
60
|
+
{
|
|
61
|
+
open: a,
|
|
62
|
+
onOpenChange: i,
|
|
63
|
+
title: S,
|
|
64
|
+
initialFocus: s,
|
|
65
|
+
animation: !0,
|
|
66
|
+
animationType: "fade",
|
|
67
|
+
blurEffect: "large",
|
|
68
|
+
footer: /* @__PURE__ */ e(
|
|
69
|
+
C,
|
|
70
|
+
{
|
|
71
|
+
columnGap: 2,
|
|
72
|
+
alignHorizontal: "flex-end",
|
|
73
|
+
className: "pb-8 sm:pb-0",
|
|
74
|
+
children: /* @__PURE__ */ e(O, { children: /* @__PURE__ */ e(A, { onOpenChange: i, ref: s }) })
|
|
75
|
+
}
|
|
76
|
+
),
|
|
77
|
+
children: /* @__PURE__ */ e(k, {})
|
|
78
|
+
}
|
|
79
|
+
);
|
|
80
|
+
};
|
|
81
|
+
export {
|
|
82
|
+
V as About
|
|
83
|
+
};
|