@versini/sassysaint 5.4.13 → 5.4.15
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.DNOGYuzJ.js → LazyApp.CmWxSgb_.js} +398 -387
- package/dist/chunks/{LazyHeader.oCAx75zT.js → LazyHeader.CmyI3orp.js} +123 -117
- package/dist/chunks/{LazyMarkdownWithExtra.F2tZ4gOI.js → LazyMarkdownWithExtra.bTU0zWSE.js} +747 -739
- package/dist/chunks/{LazyMessageAssistant.L4L_m5nw.js → LazyMessageAssistant.BkIqe55j.js} +11 -11
- package/dist/chunks/{index.CxzLMGVa.js → index.D8QVMbN9.js} +764 -855
- package/dist/chunks/{index.Ck3nAtox.js → index.Dn9p043U.js} +339 -303
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,17 +1,17 @@
|
|
|
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.CmWxSgb_.js";
|
|
3
|
+
import { AppContext as pi, E as hi } from "./index.Dn9p043U.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.D8QVMbN9.js";
|
|
7
7
|
/*!
|
|
8
|
-
@versini/ui-spinner v2.0.
|
|
8
|
+
@versini/ui-spinner v2.0.5
|
|
9
9
|
© 2024 gizmette.com
|
|
10
10
|
*/
|
|
11
11
|
try {
|
|
12
12
|
window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
|
|
13
|
-
version: "2.0.
|
|
14
|
-
buildTime: "12/30/2024
|
|
13
|
+
version: "2.0.5",
|
|
14
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
15
15
|
homepage: "https://github.com/aversini/ui-components",
|
|
16
16
|
license: "MIT"
|
|
17
17
|
});
|
|
@@ -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.bTU0zWSE.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
|
}
|