@versini/sassysaint 8.96.7 → 8.96.8

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 (26) hide show
  1. package/dist/chunks/{AboutChangelog.DL8jdIek.js → AboutChangelog.DWhCsyyx.js} +3 -3
  2. package/dist/chunks/{AboutEntry.BFLLnGme.js → AboutEntry.DuK-ofsz.js} +26 -36
  3. package/dist/chunks/{App.CJKFrA6-.js → App.C9qKFD-Z.js} +269 -262
  4. package/dist/chunks/{Chart.CSWhd9RG.js → Chart.CPzZpLvB.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.C6I-5Orm.js → ChatBubbleAssistant.1kOCDh5y.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.C-S51g0A.js → ChatBubbleUser.B-BF5y58.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.B2EEHcfs.js → ChatHistoryTable.UoSb5dnR.js} +3 -3
  8. package/dist/chunks/{HistoryEntry.BzjaM1UY.js → HistoryEntry.BR-WL0kv.js} +82 -92
  9. package/dist/chunks/{ProfileEntry.DzrLAMah.js → ProfileEntry.CTXXHKdr.js} +68 -78
  10. package/dist/chunks/{SettingsEntry.A60L_M0z.js → SettingsEntry.PmOBiLX9.js} +91 -101
  11. package/dist/chunks/{UsageEntry.BW445uil.js → UsageEntry.C1R6cODm.js} +40 -50
  12. package/dist/chunks/{UserMemoriesPanel.DSY53LrE.js → UserMemoriesPanel.RCBum914.js} +134 -155
  13. package/dist/chunks/{index.CBv1GCGr.js → index.B75ScX3A.js} +1 -1
  14. package/dist/chunks/{index.C_x7bW7N.js → index.BUknxUlO.js} +1 -1
  15. package/dist/chunks/{index.D9-iukox.js → index.BveDf9_M.js} +1 -1
  16. package/dist/chunks/{index.Bt_gWgjb.js → index.CVc77EH3.js} +1 -1
  17. package/dist/chunks/{index.DWswwPeZ.js → index.DV08j59k.js} +940 -940
  18. package/dist/chunks/{index.Dg88qqte.js → index.DWb4AaW0.js} +1 -1
  19. package/dist/chunks/{index.gs7Cha7c.js → index.DhCMfOPC.js} +1 -1
  20. package/dist/chunks/{index.BOdTcpg3.js → index.VQWdyMHz.js} +2 -2
  21. package/dist/chunks/{index.DPAUE7h1.js → index.Yaf1C719.js} +3 -3
  22. package/dist/chunks/{useMarkdown.BhQqmPx6.js → useMarkdown.BMXw9n4a.js} +14 -14
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/dist/style.css +1 -1
  26. package/package.json +4 -4
@@ -1,8 +1,8 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
- import { useInViewport as c } from "./index.DWswwPeZ.js";
2
+ import { useInViewport as c } from "./index.DV08j59k.js";
3
3
  import { useRef as n, useCallback as f, useLayoutEffect as u } from "react";
4
- import { ButtonScroll as p } from "./App.CJKFrA6-.js";
5
- import { useMarkdown as d } from "./useMarkdown.BhQqmPx6.js";
4
+ import { ButtonScroll as p } from "./App.C9qKFD-Z.js";
5
+ import { useMarkdown as d } from "./useMarkdown.BMXw9n4a.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({
@@ -1,89 +1,79 @@
1
1
  import { jsxs as p, Fragment as n, jsx as e } from "react/jsx-runtime";
2
- import { Panel as g } from "./App.CJKFrA6-.js";
3
- import { useUniqueId as d, useServerCapabilities as A, useChangelogs as B, Card as a, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S, L as f, j as C, Button as O } from "./index.DWswwPeZ.js";
4
- import U from "clsx";
2
+ import { Panel as g, CancelButton as A } from "./App.C9qKFD-Z.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 S, ABOUT_TITLE as C, L as O, j as U } from "./index.DV08j59k.js";
4
+ import f from "clsx";
5
5
  import { Suspense as L, lazy as N } from "react";
6
- const k = N(
6
+ const _ = N(
7
7
  () => import(
8
8
  /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.DL8jdIek.js"
9
+ "./AboutChangelog.DWhCsyyx.js"
10
10
  )
11
- ), v = () => {
12
- const i = d(), s = d(), { data: o, isSuccess: m } = A(), { data: h, isSuccess: u } = B(), T = o?.version || "", t = o?.models || [], b = o?.buildTime || "";
11
+ ), k = () => {
12
+ const a = c(), s = c(), { data: i, isSuccess: m } = B(), { data: h, isSuccess: u } = E(), T = i?.version || "", o = i?.models || [], b = i?.buildTime || "";
13
13
  return /* @__PURE__ */ p(n, { children: [
14
14
  /* @__PURE__ */ e(
15
- a,
15
+ t,
16
16
  {
17
17
  header: r.ABOUT.TITLE_CLIENT,
18
18
  className: "prose-dark dark:prose-lighter mb-4",
19
19
  noBorder: !0,
20
- children: c(i, {
21
- [r.ABOUT.VERSION]: "8.96.7",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "12/04/2025 05:27 PM EST"
20
+ children: d(a, {
21
+ [r.ABOUT.VERSION]: "8.96.8",
22
+ [r.ABOUT.BUILD_TIMESTAMP]: "12/05/2025 03:14 PM EST"
23
23
  })
24
24
  }
25
25
  ),
26
26
  m ? /* @__PURE__ */ e(
27
- a,
27
+ t,
28
28
  {
29
29
  header: r.ABOUT.TITLE_SERVER,
30
30
  className: "prose-dark dark:prose-lighter mb-4",
31
31
  noBorder: !0,
32
- children: c(s, {
32
+ children: d(s, {
33
33
  [r.ABOUT.VERSION]: T,
34
34
  [r.ABOUT.BUILD_TIMESTAMP]: b,
35
- [E(r.ABOUT.PROVIDER, t.length)]: /* @__PURE__ */ e(n, { children: t.map((l) => /* @__PURE__ */ e("div", { className: "text-right", children: l }, l)) })
35
+ [I(r.ABOUT.PROVIDER, o.length)]: /* @__PURE__ */ e(n, { children: o.map((l) => /* @__PURE__ */ e("div", { className: "text-right", children: l }, l)) })
36
36
  })
37
37
  }
38
38
  ) : null,
39
39
  /* @__PURE__ */ e(
40
- a,
40
+ t,
41
41
  {
42
42
  noBorder: !0,
43
43
  mode: "dark",
44
44
  header: r.ABOUT.TITLE_CHANGELOG,
45
45
  headerClassName: "av-card__header mt-0 border-b-2 border-border-accent mb-4 leading-10",
46
- className: U("prose-lighter dark:prose-lighter min-h-[334px]", {
47
- "mb-5": I()
46
+ className: f("prose-lighter dark:prose-lighter min-h-[334px]", {
47
+ "mb-5": S()
48
48
  }),
49
- children: u ? /* @__PURE__ */ e(L, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(k, { content: h.client }) }) : null
49
+ children: u ? /* @__PURE__ */ e(L, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(_, { content: h.client }) }) : null
50
50
  }
51
51
  )
52
52
  ] });
53
- }, P = ({
54
- open: i,
53
+ }, D = ({
54
+ open: a,
55
55
  onOpenChange: s
56
56
  }) => /* @__PURE__ */ e(
57
57
  g,
58
58
  {
59
- open: i,
59
+ open: a,
60
60
  onOpenChange: s,
61
- title: S,
61
+ title: C,
62
62
  animation: !0,
63
63
  animationType: "fade",
64
64
  blurEffect: "large",
65
65
  footer: /* @__PURE__ */ e(
66
- f,
66
+ O,
67
67
  {
68
68
  columnGap: 2,
69
69
  alignHorizontal: "flex-end",
70
70
  className: "pb-8 sm:pb-0",
71
- children: /* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(
72
- O,
73
- {
74
- mode: "dark",
75
- variant: "secondary",
76
- focusMode: "light",
77
- noBorder: !0,
78
- onClick: () => s(!1),
79
- children: "Dismiss"
80
- }
81
- ) })
71
+ children: /* @__PURE__ */ e(U, { children: /* @__PURE__ */ e(A, { onOpenChange: s }) })
82
72
  }
83
73
  ),
84
- children: /* @__PURE__ */ e(v, {})
74
+ children: /* @__PURE__ */ e(k, {})
85
75
  }
86
76
  );
87
77
  export {
88
- P as About
78
+ D as About
89
79
  };