@versini/sassysaint 8.98.4 → 8.99.1

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.3nWq9RDW.js → AboutChangelog.D02zn0LK.js} +3 -3
  2. package/dist/chunks/{AboutEntry.a3uZp2Z6.js → AboutEntry.D2cwQtD2.js} +7 -7
  3. package/dist/chunks/{App.DEJrv0e7.js → App.sQ3wU0lJ.js} +297 -293
  4. package/dist/chunks/{Chart.Dub857RP.js → Chart.CTun5qf8.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.ChC3fC3h.js → ChatBubbleAssistant.pngDgGic.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.DPaGlgSG.js → ChatBubbleUser.Cfoux4eQ.js} +36 -36
  7. package/dist/chunks/{ChatHistoryTable.DAJl5_NR.js → ChatHistoryTable.CDjRKyvZ.js} +72 -62
  8. package/dist/chunks/{HistoryEntry.rkscIz2j.js → HistoryEntry.D0uaFad7.js} +58 -57
  9. package/dist/chunks/{ProfileEntry.CCqF5eoD.js → ProfileEntry.BEHLT1CZ.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.B8PLktcf.js → SettingsEntry.DO6srgDU.js} +3 -3
  11. package/dist/chunks/{UsageEntry.sQ40I-6y.js → UsageEntry.DC9zKsfT.js} +3 -3
  12. package/dist/chunks/{UserMemoriesPanel.BdvZj09-.js → UserMemoriesPanel.-fv-1_am.js} +19 -19
  13. package/dist/chunks/index.B5i9jF9N.js +436 -0
  14. package/dist/chunks/{index.uiUEU8U5.js → index.B9GCA2Iv.js} +1 -1
  15. package/dist/chunks/{index.CIHTa2rI.js → index.BNW48OCM.js} +1 -1
  16. package/dist/chunks/{index.DiXzmsCp.js → index.BsKtVCXE.js} +18 -18
  17. package/dist/chunks/{index.BNkLwHEw.js → index.CYfXOuUd.js} +18 -18
  18. package/dist/chunks/{index.5avIqWNm.js → index.DAZOAmkW.js} +3 -3
  19. package/dist/chunks/{index.BoKSdDIq.js → index.SRAmjHI8.js} +2 -2
  20. package/dist/chunks/{index.D1OWPCfC.js → index.Sv4RjGsQ.js} +1 -1
  21. package/dist/chunks/{index.CUVO2ANy.js → index.ZxP3Yv8a.js} +314 -318
  22. package/dist/chunks/{useMarkdown.CCBZ9pPz.js → useMarkdown.CK423j2p.js} +146 -140
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/package.json +3 -3
  26. package/dist/chunks/index.BvMJ5rNl.js +0 -406
@@ -1,8 +1,8 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
- import { useInViewport as c } from "./index.CUVO2ANy.js";
2
+ import { useInViewport as c } from "./index.ZxP3Yv8a.js";
3
3
  import { useRef as n, useCallback as f, useLayoutEffect as u } from "react";
4
- import { ButtonScroll as p } from "./App.DEJrv0e7.js";
5
- import { useMarkdown as d } from "./useMarkdown.CCBZ9pPz.js";
4
+ import { ButtonScroll as p } from "./App.sQ3wU0lJ.js";
5
+ import { useMarkdown as d } from "./useMarkdown.CK423j2p.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,12 +1,12 @@
1
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.DEJrv0e7.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.CUVO2ANy.js";
2
+ import { Panel as g, CancelButton as A } from "./App.sQ3wU0lJ.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.ZxP3Yv8a.js";
4
4
  import f from "clsx";
5
5
  import { Suspense as L, lazy as N } from "react";
6
6
  const _ = N(
7
7
  () => import(
8
8
  /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.3nWq9RDW.js"
9
+ "./AboutChangelog.D02zn0LK.js"
10
10
  )
11
11
  ), k = () => {
12
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 || "";
@@ -18,8 +18,8 @@ const _ = N(
18
18
  className: "prose-dark dark:prose-lighter mb-4",
19
19
  noBorder: !0,
20
20
  children: d(a, {
21
- [r.ABOUT.VERSION]: "8.98.4",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "12/09/2025 12:43 PM EST"
21
+ [r.ABOUT.VERSION]: "8.99.1",
22
+ [r.ABOUT.BUILD_TIMESTAMP]: "12/10/2025 08:43 AM EST"
23
23
  })
24
24
  }
25
25
  ),
@@ -50,7 +50,7 @@ const _ = N(
50
50
  }
51
51
  )
52
52
  ] });
53
- }, D = ({
53
+ }, P = ({
54
54
  open: a,
55
55
  onOpenChange: s
56
56
  }) => /* @__PURE__ */ e(
@@ -75,5 +75,5 @@ const _ = N(
75
75
  }
76
76
  );
77
77
  export {
78
- D as About
78
+ P as About
79
79
  };