@versini/sassysaint 6.3.0 → 6.3.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.
- package/dist/chunks/{App.Cs5nDf5j.js → App.DzCna0NY.js} +1012 -1012
- package/dist/chunks/{MarkdownWithExtra.D8ZfI-qm.js → MarkdownWithExtra.DlBwW8pF.js} +25 -26
- package/dist/chunks/{MessageAssistant.CusoDhOy.js → MessageAssistant.DgBEj1fa.js} +3 -3
- package/dist/chunks/{index.Cs6TmwRi.js → index.BB_tYz2G.js} +9 -9
- package/dist/chunks/{index.BcqQB62k.js → index.DBdWZP64.js} +178 -178
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as Ve, jsxs as P0, Fragment as ka } from "react/jsx-runtime";
|
|
2
|
-
import { convert as _s, getDefaultExportFromCjs as Ss, visit as Na, find as ks, parse as kn, parse$1 as Nn, normalize as Tn, svg as Ns, html as Ts, visitParents as As, SKIP as Ms, longestStreak as Os, factorySpace as _r, markdownLineEnding as Vt, Markdown as Rs, remarkGfm as Cs } from "./MessageAssistant.
|
|
3
|
-
import { Y as Is, L as Ds, j as Ls } from "./index.
|
|
2
|
+
import { convert as _s, getDefaultExportFromCjs as Ss, visit as Na, find as ks, parse as kn, parse$1 as Nn, normalize as Tn, svg as Ns, html as Ts, visitParents as As, SKIP as Ms, longestStreak as Os, factorySpace as _r, markdownLineEnding as Vt, Markdown as Rs, remarkGfm as Cs } from "./MessageAssistant.DgBEj1fa.js";
|
|
3
|
+
import { Y as Is, L as Ds, j as Ls } from "./index.BB_tYz2G.js";
|
|
4
4
|
import zs, { useState as Bs, useEffect as Fs } from "react";
|
|
5
5
|
import Ps from "clsx";
|
|
6
6
|
const Ta = ({
|
|
@@ -91,13 +91,13 @@ const Us = ({
|
|
|
91
91
|
}
|
|
92
92
|
);
|
|
93
93
|
/*!
|
|
94
|
-
@versini/ui-icons v4.
|
|
94
|
+
@versini/ui-icons v4.6.0
|
|
95
95
|
© 2025 gizmette.com
|
|
96
96
|
*/
|
|
97
97
|
try {
|
|
98
98
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
99
|
-
version: "4.
|
|
100
|
-
buildTime: "01/20/2025
|
|
99
|
+
version: "4.6.0",
|
|
100
|
+
buildTime: "01/20/2025 04:20 PM EST",
|
|
101
101
|
homepage: "https://github.com/aversini/ui-components",
|
|
102
102
|
license: "MIT"
|
|
103
103
|
});
|
|
@@ -26612,19 +26612,19 @@ const o1 = () => (t) => {
|
|
|
26612
26612
|
var r, n;
|
|
26613
26613
|
e.tagName === "code" && ((n = (r = e.children) == null ? void 0 : r[0]) != null && n.value) && (e.properties["data-raw-code"] = e.children[0].value);
|
|
26614
26614
|
});
|
|
26615
|
-
},
|
|
26615
|
+
}, l1 = (t) => t.children.props["data-raw-code"] || "", p1 = ({
|
|
26616
26616
|
content: t
|
|
26617
|
-
}) =>
|
|
26618
|
-
|
|
26619
|
-
|
|
26620
|
-
|
|
26621
|
-
|
|
26622
|
-
|
|
26623
|
-
|
|
26617
|
+
}) => /* @__PURE__ */ Ve(
|
|
26618
|
+
Rs,
|
|
26619
|
+
{
|
|
26620
|
+
components: {
|
|
26621
|
+
pre: (e) => {
|
|
26622
|
+
const { node: r, ...n } = e;
|
|
26623
|
+
return /* @__PURE__ */ P0(ka, { children: [
|
|
26624
26624
|
/* @__PURE__ */ Ve(Ds, { alignHorizontal: "flex-end", children: /* @__PURE__ */ Ve(Ls, { children: /* @__PURE__ */ Ve(
|
|
26625
26625
|
Aa,
|
|
26626
26626
|
{
|
|
26627
|
-
copyToClipboard: () =>
|
|
26627
|
+
copyToClipboard: () => l1(n),
|
|
26628
26628
|
labelRight: "copy code",
|
|
26629
26629
|
radius: "small",
|
|
26630
26630
|
className: "mb-2 px-1"
|
|
@@ -26633,19 +26633,18 @@ const o1 = () => (t) => {
|
|
|
26633
26633
|
/* @__PURE__ */ Ve(
|
|
26634
26634
|
"pre",
|
|
26635
26635
|
{
|
|
26636
|
-
...
|
|
26637
|
-
|
|
26638
|
-
className: "text-xs max-w-[90cqw] sm:max-w-[100cqw]"
|
|
26636
|
+
...n,
|
|
26637
|
+
className: "text-xs my-0 max-w-[90cqw] sm:max-w-[100cqw] "
|
|
26639
26638
|
}
|
|
26640
26639
|
)
|
|
26641
|
-
] })
|
|
26642
|
-
}
|
|
26643
|
-
|
|
26644
|
-
|
|
26645
|
-
|
|
26646
|
-
|
|
26647
|
-
|
|
26648
|
-
|
|
26640
|
+
] });
|
|
26641
|
+
}
|
|
26642
|
+
},
|
|
26643
|
+
remarkPlugins: [Cs, s1],
|
|
26644
|
+
rehypePlugins: [o1, Ml, Zu],
|
|
26645
|
+
children: t
|
|
26646
|
+
}
|
|
26647
|
+
);
|
|
26649
26648
|
export {
|
|
26650
|
-
|
|
26649
|
+
p1 as default
|
|
26651
26650
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as en, jsx as re, Fragment as nr } from "react/jsx-runtime";
|
|
2
|
-
import { AppContext as di, E as yi, le$1 as ct } from "./App.
|
|
2
|
+
import { AppContext as di, E as yi, le$1 as ct } from "./App.DzCna0NY.js";
|
|
3
3
|
import hn from "clsx";
|
|
4
4
|
import { lazy as ki, useContext as xi, Suspense as bi } from "react";
|
|
5
|
-
import { LOCAL_STORAGE_PREFIX as wi, LOCAL_STORAGE_CHAT_DETAILS as Si, durationFormatter as Ci } from "./index.
|
|
5
|
+
import { LOCAL_STORAGE_PREFIX as wi, LOCAL_STORAGE_CHAT_DETAILS as Si, durationFormatter as Ci } from "./index.BB_tYz2G.js";
|
|
6
6
|
function tr(e) {
|
|
7
7
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
8
8
|
}
|
|
@@ -8653,7 +8653,7 @@ function Qc(e) {
|
|
|
8653
8653
|
const Yc = ki(
|
|
8654
8654
|
() => import(
|
|
8655
8655
|
/* webpackChunkName: "LazyMarkdownWithExtra" */
|
|
8656
|
-
"./MarkdownWithExtra.
|
|
8656
|
+
"./MarkdownWithExtra.DlBwW8pF.js"
|
|
8657
8657
|
)
|
|
8658
8658
|
), Ln = {
|
|
8659
8659
|
MODEL: "Model",
|
|
@@ -2454,7 +2454,7 @@ const qe = F.forwardRef(
|
|
|
2454
2454
|
...K,
|
|
2455
2455
|
children: [
|
|
2456
2456
|
m && /* @__PURE__ */ l("span", { className: "pr-2", children: m }),
|
|
2457
|
-
/* @__PURE__ */ l("
|
|
2457
|
+
/* @__PURE__ */ l("span", { className: P, children: e }),
|
|
2458
2458
|
c && /* @__PURE__ */ l("span", { className: "pl-2", children: c })
|
|
2459
2459
|
]
|
|
2460
2460
|
}
|
|
@@ -2463,13 +2463,13 @@ const qe = F.forwardRef(
|
|
|
2463
2463
|
);
|
|
2464
2464
|
qe.displayName = "ButtonIcon";
|
|
2465
2465
|
/*!
|
|
2466
|
-
@versini/ui-button v4.1.
|
|
2466
|
+
@versini/ui-button v4.1.5
|
|
2467
2467
|
© 2025 gizmette.com
|
|
2468
2468
|
*/
|
|
2469
2469
|
try {
|
|
2470
2470
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
2471
|
-
version: "4.1.
|
|
2472
|
-
buildTime: "01/
|
|
2471
|
+
version: "4.1.5",
|
|
2472
|
+
buildTime: "01/24/2025 09:19 AM EST",
|
|
2473
2473
|
homepage: "https://github.com/aversini/ui-components",
|
|
2474
2474
|
license: "MIT"
|
|
2475
2475
|
});
|
|
@@ -2816,13 +2816,13 @@ const pn = ({
|
|
|
2816
2816
|
}
|
|
2817
2817
|
);
|
|
2818
2818
|
/*!
|
|
2819
|
-
@versini/ui-icons v4.6.
|
|
2819
|
+
@versini/ui-icons v4.6.1
|
|
2820
2820
|
© 2025 gizmette.com
|
|
2821
2821
|
*/
|
|
2822
2822
|
try {
|
|
2823
2823
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
2824
|
-
version: "4.6.
|
|
2825
|
-
buildTime: "01/
|
|
2824
|
+
version: "4.6.1",
|
|
2825
|
+
buildTime: "01/21/2025 01:33 PM EST",
|
|
2826
2826
|
homepage: "https://github.com/aversini/ui-components",
|
|
2827
2827
|
license: "MIT"
|
|
2828
2828
|
});
|
|
@@ -3693,7 +3693,7 @@ const Bn = "ASK! ME! ANYTHING!", rr = "Callisto", Gn = "Log in", Jn = "Sign in w
|
|
|
3693
3693
|
) });
|
|
3694
3694
|
}, jn = new URL(document.location.href).searchParams, zn = !!jn.get("debug") || !1, qn = sr(() => import(
|
|
3695
3695
|
/* webpackChunkName: "LazyApp" */
|
|
3696
|
-
"./App.
|
|
3696
|
+
"./App.DzCna0NY.js"
|
|
3697
3697
|
).then((e) => e.App)), Xn = ({ isComponent: e }) => {
|
|
3698
3698
|
const { isAuthenticated: t } = zt();
|
|
3699
3699
|
return t ? /* @__PURE__ */ l(ir, { fallback: /* @__PURE__ */ l("div", {}), children: /* @__PURE__ */ l(qn, { isComponent: e }) }) : /* @__PURE__ */ l(Fn, {});
|
|
@@ -3750,7 +3750,7 @@ export {
|
|
|
3750
3750
|
qe as Y,
|
|
3751
3751
|
Bo as debounce,
|
|
3752
3752
|
Ho as durationFormatter,
|
|
3753
|
-
$e as
|
|
3753
|
+
$e as f,
|
|
3754
3754
|
$o as getCurrentGeoLocation,
|
|
3755
3755
|
qa as getMainPaddingClass,
|
|
3756
3756
|
za as getMessageContaintWrapperClass,
|