@versini/sassysaint 8.101.1 → 8.101.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.
Files changed (35) hide show
  1. package/dist/chunks/AboutChangelog.CcYsUxi2.js +33 -0
  2. package/dist/chunks/AboutEntry.G2xR3M1d.js +85 -0
  3. package/dist/chunks/{App.RV-mmua0.js → App.CsKyZBsw.js} +3787 -3393
  4. package/dist/chunks/{Chart.D_A0uZlT.js → Chart.DD4UW65P.js} +3 -2
  5. package/dist/chunks/{ChatBubbleAssistant.DFHmwXZw.js → ChatBubbleAssistant.Bn6cQle5.js} +12 -11
  6. package/dist/chunks/{ChatBubbleUser.G4d3d6Mb.js → ChatBubbleUser.KoKX8L_1.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.DZub8IvT.js → ChatHistoryTable.DQGQveG4.js} +14 -13
  8. package/dist/chunks/{HistoryEntry.80oOvElL.js → HistoryEntry.DBUTE8sL.js} +66 -63
  9. package/dist/chunks/LoginEntry.CWuSahi8.js +118 -0
  10. package/dist/chunks/LogoEntry.4w_7jmXf.js +1714 -0
  11. package/dist/chunks/{MemoriesEntry.BiYxLEvt.js → MemoriesEntry.sfRZ45or.js} +13 -12
  12. package/dist/chunks/{ProfileEntry.CPW8ArvZ.js → ProfileEntry.CZ402BZi.js} +34 -32
  13. package/dist/chunks/{SettingsEntry.Cg8S7183.js → SettingsEntry.B_ICuqSF.js} +45 -43
  14. package/dist/chunks/{Table.4xIKM_Pq.js → Table.B9YP3reg.js} +4 -4
  15. package/dist/chunks/{UsageEntry.ffEEL78E.js → UsageEntry.CZZW0tyk.js} +35 -33
  16. package/dist/chunks/index.BAdB50GZ.js +103 -0
  17. package/dist/chunks/index.BXS3OJ0_.js +305 -0
  18. package/dist/chunks/{index.CE9kDkU7.js → index.CBNs-jI0.js} +1 -1
  19. package/dist/chunks/{index.Hrh30p0t.js → index.CbXUGbFw.js} +1 -1
  20. package/dist/chunks/index.CmUCbVjm.js +5549 -0
  21. package/dist/chunks/{index.pOiqDmOT.js → index.CrlZTdPz.js} +3 -3
  22. package/dist/chunks/{index.CAjI1A8f.js → index.DI2SbvoE.js} +1 -1
  23. package/dist/chunks/{index.DACnc3cK.js → index.DLcXm1j2.js} +4 -4
  24. package/dist/chunks/{index.B_ICfOQl.js → index.TlkuA7XF.js} +2 -2
  25. package/dist/chunks/index.ZHr9WWXR.js +99 -0
  26. package/dist/chunks/index.jbtO2S3e.js +292 -0
  27. package/dist/chunks/{useMarkdown.Wp7doGVP.js → useMarkdown.z5IyHhkN.js} +19 -18
  28. package/dist/components/SassySaint/SassySaint.js +1 -1
  29. package/dist/index.js +4 -4
  30. package/dist/style.css +2 -2
  31. package/package.json +5 -5
  32. package/dist/chunks/AboutChangelog.C5rvGqn_.js +0 -34
  33. package/dist/chunks/AboutEntry.DO5Ui-w0.js +0 -83
  34. package/dist/chunks/index.CaIG7RGp.js +0 -8092
  35. package/dist/chunks/index.Cu1_r5cX.js +0 -266
@@ -0,0 +1,33 @@
1
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
+ import { useInViewport as m, ButtonScroll as n } from "./App.CsKyZBsw.js";
3
+ import { useRef as f, useCallback as u, useLayoutEffect as p } from "react";
4
+ import { useMarkdown as d } from "./useMarkdown.z5IyHhkN.js";
5
+ const b = ({ content: o }) => {
6
+ const [l, t] = d(), { ref: a, inViewport: i } = m(), e = f(null), c = u(() => {
7
+ e.current && e.current.scrollIntoView({
8
+ behavior: "smooth",
9
+ block: "end"
10
+ });
11
+ }, []);
12
+ return p(() => {
13
+ o && t(o);
14
+ }, [t, o]), /* @__PURE__ */ s("div", { className: "relative", children: [
15
+ /* @__PURE__ */ s("div", { className: "text-sm prose-li:text-sm prose-h3:first-of-type:mt-1 min-h-60 max-h-100 overflow-scroll", children: [
16
+ l,
17
+ /* @__PURE__ */ r("div", { ref: a, className: "scroll-marker" }),
18
+ /* @__PURE__ */ r("div", { ref: e, className: "pt-2" })
19
+ ] }),
20
+ /* @__PURE__ */ r(
21
+ n,
22
+ {
23
+ className: "z-10 absolute right-4",
24
+ show: !i,
25
+ bottom: 0,
26
+ onClick: c
27
+ }
28
+ )
29
+ ] });
30
+ };
31
+ export {
32
+ b as default
33
+ };
@@ -0,0 +1,85 @@
1
+ import { jsxs as b, Fragment as n, jsx as e } from "react/jsx-runtime";
2
+ import { Panel as g, CancelButton as A } from "./App.CsKyZBsw.js";
3
+ import { useUniqueId as c, CARDS as r, ABOUT_TITLE as f, L as B, j as E } from "./LogoEntry.4w_7jmXf.js";
4
+ import { Suspense as I, lazy as S, useRef as C } from "react";
5
+ import { Card as t } from "./index.ZHr9WWXR.js";
6
+ import O from "clsx";
7
+ import { useServerCapabilities as U, useChangelogs as L, renderDataAsList as d, pluralize as N, isProbablyMobile as R } from "./index.CmUCbVjm.js";
8
+ const _ = S(
9
+ () => import(
10
+ /* webpackChunkName: "LazyAboutChangelog" */
11
+ "./AboutChangelog.CcYsUxi2.js"
12
+ )
13
+ ), k = () => {
14
+ const o = c(), i = c(), { data: s, isSuccess: m } = U(), { data: u, isSuccess: h } = L(), T = s?.version || "", a = s?.models || [], p = s?.buildTime || "";
15
+ return /* @__PURE__ */ b(n, { children: [
16
+ /* @__PURE__ */ e(
17
+ t,
18
+ {
19
+ header: r.ABOUT.TITLE_CLIENT,
20
+ className: "prose-dark dark:prose-lighter mb-4",
21
+ noBorder: !0,
22
+ children: d(o, {
23
+ [r.ABOUT.VERSION]: "8.101.3",
24
+ [r.ABOUT.BUILD_TIMESTAMP]: "12/17/2025 12:14 PM EST"
25
+ })
26
+ }
27
+ ),
28
+ m ? /* @__PURE__ */ e(
29
+ t,
30
+ {
31
+ header: r.ABOUT.TITLE_SERVER,
32
+ className: "prose-dark dark:prose-lighter mb-4",
33
+ noBorder: !0,
34
+ children: d(i, {
35
+ [r.ABOUT.VERSION]: T,
36
+ [r.ABOUT.BUILD_TIMESTAMP]: p,
37
+ [N(r.ABOUT.PROVIDER, a.length)]: /* @__PURE__ */ e(n, { children: a.map((l) => /* @__PURE__ */ e("div", { className: "text-right", children: l }, l)) })
38
+ })
39
+ }
40
+ ) : null,
41
+ /* @__PURE__ */ e(
42
+ t,
43
+ {
44
+ noBorder: !0,
45
+ mode: "dark",
46
+ header: r.ABOUT.TITLE_CHANGELOG,
47
+ headerClassName: "av-card__header mt-0 border-b-2 border-border-accent mb-4 leading-10",
48
+ className: O("prose-lighter dark:prose-lighter", "min-h-123", {
49
+ "mb-5": R()
50
+ }),
51
+ children: h ? /* @__PURE__ */ e(I, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(_, { content: u.client }) }) : null
52
+ }
53
+ )
54
+ ] });
55
+ }, y = ({
56
+ open: o,
57
+ onOpenChange: i
58
+ }) => {
59
+ const s = C(null);
60
+ return /* @__PURE__ */ e(
61
+ g,
62
+ {
63
+ open: o,
64
+ onOpenChange: i,
65
+ title: f,
66
+ initialFocus: s,
67
+ animation: !0,
68
+ animationType: "fade",
69
+ blurEffect: "large",
70
+ footer: /* @__PURE__ */ e(
71
+ B,
72
+ {
73
+ columnGap: 2,
74
+ alignHorizontal: "flex-end",
75
+ className: "pb-8 sm:pb-0",
76
+ children: /* @__PURE__ */ e(E, { children: /* @__PURE__ */ e(A, { onOpenChange: i, ref: s }) })
77
+ }
78
+ ),
79
+ children: /* @__PURE__ */ e(k, {})
80
+ }
81
+ );
82
+ };
83
+ export {
84
+ y as About
85
+ };