@versini/sassysaint 5.4.14 → 5.5.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/{LazyApp.nhzP-Nbc.js → LazyApp.kPg_JpHE.js} +532 -511
- package/dist/chunks/{LazyHeader.CCjVT4z8.js → LazyHeader.C5vQHuXo.js} +183 -157
- package/dist/chunks/{LazyMarkdownWithExtra.aWPJfbF0.js → LazyMarkdownWithExtra.DUBrzBhM.js} +2 -2
- package/dist/chunks/{LazyMessageAssistant.Bpza5zkH.js → LazyMessageAssistant.CJ_QpOdB.js} +8 -8
- package/dist/chunks/{index.8mgE_tU8.js → index.CqSoo2Fx.js} +494 -450
- package/dist/chunks/{index.CYifYdxQ.js → index.UHRCFkiB.js} +736 -841
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as Ve, jsxs as P0, Fragment as Sa } from "react/jsx-runtime";
|
|
2
|
-
import { convert as _s, getDefaultExportFromCjs as Ss, visit as Na, find as Ns, parse as Sn, parse$1 as Nn, normalize as kn, svg as ks, html as Ts, visitParents as Ms, SKIP as As, longestStreak as Os, factorySpace as xr, markdownLineEnding as $t, Markdown as Rs, remarkGfm as Cs } from "./LazyMessageAssistant.
|
|
3
|
-
import { O as Is, L as Ds, j as Ls } from "./index.
|
|
2
|
+
import { convert as _s, getDefaultExportFromCjs as Ss, visit as Na, find as Ns, parse as Sn, parse$1 as Nn, normalize as kn, svg as ks, html as Ts, visitParents as Ms, SKIP as As, longestStreak as Os, factorySpace as xr, markdownLineEnding as $t, Markdown as Rs, remarkGfm as Cs } from "./LazyMessageAssistant.CJ_QpOdB.js";
|
|
3
|
+
import { O as Is, L as Ds, j as Ls } from "./index.UHRCFkiB.js";
|
|
4
4
|
import Bs, { useState as zs, useEffect as Ps } from "react";
|
|
5
5
|
import Fs from "clsx";
|
|
6
6
|
const ka = ({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as He, jsx as re, Fragment as Jt } from "react/jsx-runtime";
|
|
2
|
-
import { ae as at } from "./LazyApp.
|
|
3
|
-
import {
|
|
2
|
+
import { ae as at } from "./LazyApp.kPg_JpHE.js";
|
|
3
|
+
import { AppContext as pi, E as hi } from "./index.CqSoo2Fx.js";
|
|
4
4
|
import sn from "clsx";
|
|
5
|
-
import { lazy as
|
|
6
|
-
import {
|
|
5
|
+
import { lazy as mi, useContext as gi, Suspense as di } from "react";
|
|
6
|
+
import { LOCAL_STORAGE_PREFIX as yi, LOCAL_STORAGE_CHAT_DETAILS as ki, durationFormatter as xi } from "./index.UHRCFkiB.js";
|
|
7
7
|
/*!
|
|
8
8
|
@versini/ui-spinner v2.0.5
|
|
9
9
|
© 2024 gizmette.com
|
|
@@ -8649,10 +8649,10 @@ function Uc(e) {
|
|
|
8649
8649
|
), n = e || Hc, r = t.data(), i = r.micromarkExtensions || (r.micromarkExtensions = []), o = r.fromMarkdownExtensions || (r.fromMarkdownExtensions = []), l = r.toMarkdownExtensions || (r.toMarkdownExtensions = []);
|
|
8650
8650
|
i.push(jc(n)), o.push(ac()), l.push(uc(n));
|
|
8651
8651
|
}
|
|
8652
|
-
const qc =
|
|
8652
|
+
const qc = mi(
|
|
8653
8653
|
() => import(
|
|
8654
8654
|
/* webpackChunkName: "LazyMarkdownWithExtra" */
|
|
8655
|
-
"./LazyMarkdownWithExtra.
|
|
8655
|
+
"./LazyMarkdownWithExtra.DUBrzBhM.js"
|
|
8656
8656
|
)
|
|
8657
8657
|
), Tn = {
|
|
8658
8658
|
MODEL: "Model",
|
|
@@ -8664,7 +8664,7 @@ const qc = hi(
|
|
|
8664
8664
|
loading: n,
|
|
8665
8665
|
processingTime: r
|
|
8666
8666
|
}) => {
|
|
8667
|
-
const { state: i } =
|
|
8667
|
+
const { state: i } = gi(pi), [o] = hi({
|
|
8668
8668
|
key: yi + ki,
|
|
8669
8669
|
initialValue: !1
|
|
8670
8670
|
});
|
|
@@ -8681,7 +8681,7 @@ const qc = hi(
|
|
|
8681
8681
|
[Tn.PROCESSING_TIME]: r && o ? xi(r) : null
|
|
8682
8682
|
},
|
|
8683
8683
|
children: [
|
|
8684
|
-
e && (e.includes("$$") || e.includes("```")) && /* @__PURE__ */ re(
|
|
8684
|
+
e && (e.includes("$$") || e.includes("```")) && /* @__PURE__ */ re(di, { fallback: /* @__PURE__ */ re("div", {}), children: /* @__PURE__ */ re(qc, { content: e }) }),
|
|
8685
8685
|
e && !e.includes("$$") && !e.includes("```") && /* @__PURE__ */ re(vu, { remarkPlugins: [Uc], children: e })
|
|
8686
8686
|
]
|
|
8687
8687
|
}
|