@versini/sassysaint 8.76.0 → 8.77.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.0kKcS_nT.js → AboutChangelog.tVLL6MtY.js} +10 -9
- package/dist/chunks/{AboutEntry.pKgicvGA.js → AboutEntry.D9MonPwL.js} +11 -11
- package/dist/chunks/App.CusyBC2e.js +9011 -0
- package/dist/chunks/{Chart.DD1RkG8X.js → Chart.bKur3H71.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.K55U7Bno.js → ChatBubbleAssistant.CEZZn7AD.js} +25 -23
- package/dist/chunks/ChatBubbleUser.BYLIgaHX.js +131 -0
- package/dist/chunks/ChatHistoryTable.D9mUtUwJ.js +237 -0
- package/dist/chunks/HistoryEntry.DarYFRIp.js +316 -0
- package/dist/chunks/{ProfileEntry.Bb-kLfDX.js → ProfileEntry.C_Y--pVY.js} +26 -26
- package/dist/chunks/{SettingsEntry.DrmBVh-w.js → SettingsEntry.DffchAfB.js} +39 -39
- package/dist/chunks/Table.DBfFG7qO.js +359 -0
- package/dist/chunks/{UsageEntry.O3YdUF30.js → UsageEntry.C73mIvmD.js} +19 -19
- package/dist/chunks/{UserMemoriesPanel.Dl5GlyBr.js → UserMemoriesPanel.DXx_9ifJ.js} +184 -210
- package/dist/chunks/index.AVBqcs3f.js +266 -0
- package/dist/chunks/{index.DUl-LwyU.js → index.B4-jvDi6.js} +1 -1
- package/dist/chunks/{index.DEKgWsou.js → index.BVMzTtBw.js} +1 -1
- package/dist/chunks/index.BcYESdDV.js +7894 -0
- package/dist/chunks/{index.DGkW9g6n.js → index.ClJfV5zs.js} +3 -3
- package/dist/chunks/{index.BeIiCAAq.js → index.Hv_qeE7S.js} +2 -2
- package/dist/chunks/{index.B9mUNJfd.js → index.Ly8CrT48.js} +1 -1
- package/dist/chunks/index.bx7cnejn.js +153 -0
- package/dist/chunks/{useMarkdown.Bf7wGKkC.js → useMarkdown.KipSXqDZ.js} +2004 -2130
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +2 -2
- package/package.json +5 -5
- package/dist/chunks/App.CtFpHv2O.js +0 -10007
- package/dist/chunks/ChatBubbleUser.DsX56Kxx.js +0 -128
- package/dist/chunks/ChatHistoryTable.BvEUTjiq.js +0 -288
- package/dist/chunks/HistoryEntry.BSOPWYO2.js +0 -333
- package/dist/chunks/Table.BbIvEnBz.js +0 -456
- package/dist/chunks/index.BNusLsEn.js +0 -357
- package/dist/chunks/index.Czv_1MTM.js +0 -7203
- package/dist/chunks/index.icjUE8II.js +0 -249
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import { useRef as
|
|
4
|
-
import {
|
|
2
|
+
import { useInViewport as c } from "./index.BcYESdDV.js";
|
|
3
|
+
import { useRef as n, useCallback as f, useLayoutEffect as u } from "react";
|
|
4
|
+
import { ButtonScroll as p } from "./App.CusyBC2e.js";
|
|
5
|
+
import { useMarkdown as d } from "./useMarkdown.KipSXqDZ.js";
|
|
5
6
|
const b = ({ content: o }) => {
|
|
6
|
-
const [l, t] = d(), { ref:
|
|
7
|
+
const [l, t] = d(), { ref: i, inViewport: a } = c(), e = n(null), m = f(() => {
|
|
7
8
|
e.current && e.current.scrollIntoView({
|
|
8
9
|
behavior: "smooth",
|
|
9
10
|
block: "end"
|
|
10
11
|
});
|
|
11
12
|
}, []);
|
|
12
|
-
return
|
|
13
|
+
return u(() => {
|
|
13
14
|
o && t(o);
|
|
14
15
|
}, [t, o]), /* @__PURE__ */ s("div", { className: "relative", children: [
|
|
15
16
|
/* @__PURE__ */ s("div", { className: "text-sm prose-li:text-sm prose-h3:first-of-type:mt-1 min-h-[240px] max-h-[240px] overflow-scroll", children: [
|
|
16
17
|
l,
|
|
17
|
-
/* @__PURE__ */ r("div", { ref:
|
|
18
|
+
/* @__PURE__ */ r("div", { ref: i, className: "scroll-marker" }),
|
|
18
19
|
/* @__PURE__ */ r("div", { ref: e, className: "pt-2" })
|
|
19
20
|
] }),
|
|
20
21
|
/* @__PURE__ */ r(
|
|
21
|
-
|
|
22
|
+
p,
|
|
22
23
|
{
|
|
23
24
|
className: "z-10 absolute right-4",
|
|
24
|
-
show: !
|
|
25
|
+
show: !a,
|
|
25
26
|
bottom: 0,
|
|
26
27
|
focusMode: "light",
|
|
27
|
-
onClick:
|
|
28
|
+
onClick: m
|
|
28
29
|
}
|
|
29
30
|
)
|
|
30
31
|
] });
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as b, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { Panel as g } from "./App.CusyBC2e.js";
|
|
3
|
+
import { useUniqueId as d, useServerCapabilities as A, useChangelogs as I, Card as t, renderDataAsList as c, CARDS as r, pluralize as B, isProbablyMobile as E, ABOUT_TITLE as S } from "./index.BcYESdDV.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.tVLL6MtY.js"
|
|
10
10
|
)
|
|
11
11
|
), N = () => {
|
|
12
|
-
const s = d(), i = d(), { data:
|
|
12
|
+
const s = d(), i = d(), { data: a, isSuccess: m } = A(), { data: T, isSuccess: h } = I(), u = a?.version || "", o = a?.models || [], p = a?.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.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "11/
|
|
21
|
+
[r.ABOUT.VERSION]: "8.77.0",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "11/05/2025 09:04 PM EST"
|
|
23
23
|
})
|
|
24
24
|
}
|
|
25
25
|
),
|
|
@@ -30,9 +30,9 @@ const L = U(
|
|
|
30
30
|
className: "prose-dark dark:prose-lighter mb-4",
|
|
31
31
|
noBorder: !0,
|
|
32
32
|
children: c(i, {
|
|
33
|
-
[r.ABOUT.VERSION]:
|
|
34
|
-
[r.ABOUT.BUILD_TIMESTAMP]:
|
|
35
|
-
[B(r.ABOUT.PROVIDER,
|
|
33
|
+
[r.ABOUT.VERSION]: u,
|
|
34
|
+
[r.ABOUT.BUILD_TIMESTAMP]: p,
|
|
35
|
+
[B(r.ABOUT.PROVIDER, o.length)]: /* @__PURE__ */ e(l, { children: o.map((n) => /* @__PURE__ */ e("div", { className: "text-right", children: n }, n)) })
|
|
36
36
|
})
|
|
37
37
|
}
|
|
38
38
|
) : null,
|
|
@@ -54,11 +54,11 @@ const L = U(
|
|
|
54
54
|
open: s,
|
|
55
55
|
onOpenChange: i
|
|
56
56
|
}) => /* @__PURE__ */ e(
|
|
57
|
-
|
|
57
|
+
g,
|
|
58
58
|
{
|
|
59
59
|
open: s,
|
|
60
60
|
onOpenChange: i,
|
|
61
|
-
title:
|
|
61
|
+
title: S,
|
|
62
62
|
animation: !0,
|
|
63
63
|
animationType: "fade",
|
|
64
64
|
children: /* @__PURE__ */ e(N, {})
|