@versini/sassysaint 5.3.12 → 5.3.14
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.B363ojr3.js → LazyApp.BiKOKU9f.js} +235 -211
- package/dist/chunks/{LazyHeader.DreE_0cW.js → LazyHeader.CzPaON9J.js} +75 -67
- package/dist/chunks/{LazyMarkdownWithExtra.uvZu98eh.js → LazyMarkdownWithExtra.CPeY_wwW.js} +1 -1
- package/dist/chunks/{LazyMessageAssistant.CfAnbm1d.js → LazyMessageAssistant.BRbekCmk.js} +4 -4
- package/dist/chunks/{index.BuI_vLZB.js → index.BQnOdwWT.js} +10 -8
- package/dist/chunks/{index.CXA5Oh8b.js → index.C37kbuLu.js} +1 -1
- 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 r, jsxs as v, Fragment as A } from "react/jsx-runtime";
|
|
2
|
-
import { g as O, E as B, CARDS as N, renderDataAsList as se, pluralize as be, AppContext as ue, ABOUT_TITLE as Rt, DEFAULT_AI_ENGINE as ae, numberFormatter as At, durationFormatter as qe, NA as Mt, ROLE_ASSISTANT as Lt, extractAverage as
|
|
3
|
-
import { serviceCall as F, SERVICE_TYPES as H, E as he, f as D, ge as Xt, he as Zt, ue as Ne, de as
|
|
2
|
+
import { g as O, E as B, CARDS as N, renderDataAsList as se, pluralize as be, AppContext as ue, ABOUT_TITLE as Rt, DEFAULT_AI_ENGINE as ae, numberFormatter as At, durationFormatter as qe, NA as Mt, ROLE_ASSISTANT as Lt, extractAverage as Pt, GPT4_MAX_TOKENS as $t, rn as X, STATS as Xe, b as ie, j as $, R as G, HistoryContext as Ze, LOCAL_STORAGE_PREFIX as me, LOCAL_STORAGE_SORT as Bt, O as Y, ACTION_RESET as Je, ACTION_RESTORE as zt, truncate as Ot, ACTION_SORT as we, LOCAL_STORAGE_SEARCH as Vt, me as xe, ACTION_SEARCH as Dt, HISTORY_TITLE as Ft, LOCAL_STORAGE_ENGINE_TOGGLE as Qe, ENGINE_OPENAI as Te, ENGINE_ANTHROPIC as fe, APP_NAME as Ht, ACTION_ENGINE as et, getCurrentGeoLocation as Gt, TagsContext as Ut, TAGS_DESCRIPTION as jt, ACTION_SET_TAGS as Kt, LOCAL_STORAGE_CHAT_DETAILS as Wt, G as Yt, v as Oe, PROFILE_TITLE as qt, LOG_OUT as Ve } from "./index.BQnOdwWT.js";
|
|
3
|
+
import { serviceCall as F, SERVICE_TYPES as H, E as he, f as D, ge as Xt, he as Zt, ue as Ne, de as P, pe as Jt, me as Qt, be as eo, we as De, n as Fe } from "./index.C37kbuLu.js";
|
|
4
4
|
import * as f from "react";
|
|
5
5
|
import x, { useId as to, forwardRef as tt, useState as S, useRef as le, useContext as z, useEffect as U, Suspense as oo, lazy as ro, useMemo as ao } from "react";
|
|
6
6
|
import w from "clsx";
|
|
@@ -471,7 +471,7 @@ try {
|
|
|
471
471
|
});
|
|
472
472
|
} catch {
|
|
473
473
|
}
|
|
474
|
-
const Mo = "av-togglegroup", Lo = "av-togglegroup-item-wrapper",
|
|
474
|
+
const Mo = "av-togglegroup", Lo = "av-togglegroup-item-wrapper", Po = "av-togglegroup-item";
|
|
475
475
|
function Me(e, t = []) {
|
|
476
476
|
let o = [];
|
|
477
477
|
function a(s, i) {
|
|
@@ -499,9 +499,9 @@ function Me(e, t = []) {
|
|
|
499
499
|
);
|
|
500
500
|
};
|
|
501
501
|
};
|
|
502
|
-
return n.scopeName = e, [a,
|
|
502
|
+
return n.scopeName = e, [a, $o(n, ...t)];
|
|
503
503
|
}
|
|
504
|
-
function
|
|
504
|
+
function $o(...e) {
|
|
505
505
|
const t = e[0];
|
|
506
506
|
if (e.length === 1) return t;
|
|
507
507
|
const o = () => {
|
|
@@ -874,7 +874,7 @@ var nr = mt, sr = gt, ir = "Toggle", ft = f.forwardRef((e, t) => {
|
|
|
874
874
|
ft.displayName = ir;
|
|
875
875
|
var Q = "ToggleGroup", [bt, wa] = Me(Q, [
|
|
876
876
|
ut
|
|
877
|
-
]), vt = ut(),
|
|
877
|
+
]), vt = ut(), Pe = x.forwardRef((e, t) => {
|
|
878
878
|
const { type: o, ...a } = e;
|
|
879
879
|
if (o === "single")
|
|
880
880
|
return /* @__PURE__ */ r(lr, { ...a, ref: t });
|
|
@@ -882,7 +882,7 @@ var Q = "ToggleGroup", [bt, wa] = Me(Q, [
|
|
|
882
882
|
return /* @__PURE__ */ r(cr, { ...a, ref: t });
|
|
883
883
|
throw new Error(`Missing prop \`type\` expected on \`${Q}\``);
|
|
884
884
|
});
|
|
885
|
-
|
|
885
|
+
Pe.displayName = Q;
|
|
886
886
|
var [yt, kt] = bt(Q), lr = x.forwardRef((e, t) => {
|
|
887
887
|
const {
|
|
888
888
|
value: o,
|
|
@@ -936,7 +936,7 @@ var [yt, kt] = bt(Q), lr = x.forwardRef((e, t) => {
|
|
|
936
936
|
}
|
|
937
937
|
);
|
|
938
938
|
});
|
|
939
|
-
|
|
939
|
+
Pe.displayName = Q;
|
|
940
940
|
var [dr, ur] = bt(Q), Ct = x.forwardRef(
|
|
941
941
|
(e, t) => {
|
|
942
942
|
const {
|
|
@@ -992,7 +992,7 @@ var Ge = x.forwardRef(
|
|
|
992
992
|
}
|
|
993
993
|
);
|
|
994
994
|
}
|
|
995
|
-
), mr =
|
|
995
|
+
), mr = Pe, hr = wt;
|
|
996
996
|
const Tt = x.createContext({
|
|
997
997
|
size: "medium",
|
|
998
998
|
focusMode: "system",
|
|
@@ -1041,7 +1041,7 @@ const Tt = x.createContext({
|
|
|
1041
1041
|
}) => ({
|
|
1042
1042
|
wrapperClass: vr({ mode: t }),
|
|
1043
1043
|
itemClass: w(
|
|
1044
|
-
|
|
1044
|
+
Po,
|
|
1045
1045
|
"flex items-center justify-center bg-transparent",
|
|
1046
1046
|
"rounded-sm",
|
|
1047
1047
|
"transition duration-200 ease",
|
|
@@ -1127,7 +1127,7 @@ const Ue = "av-messagebox", je = "av-panel", Ke = "av-button", Tr = (e) => {
|
|
|
1127
1127
|
(e == null ? void 0 : e.t) !== void 0 && o.push(`mt-${e.t}`), (e == null ? void 0 : e.r) !== void 0 && o.push(`mr-${e.r}`), (e == null ? void 0 : e.b) !== void 0 && o.push(`mb-${e.b}`), (e == null ? void 0 : e.l) !== void 0 && o.push(`ml-${e.l}`), t = o.join(" ");
|
|
1128
1128
|
}
|
|
1129
1129
|
return t;
|
|
1130
|
-
},
|
|
1130
|
+
}, $e = "icon", Nr = "button", Er = "link", xr = ({
|
|
1131
1131
|
type: e,
|
|
1132
1132
|
size: t,
|
|
1133
1133
|
labelRight: o,
|
|
@@ -1148,7 +1148,7 @@ const Ue = "av-messagebox", je = "av-panel", Ke = "av-button", Tr = (e) => {
|
|
|
1148
1148
|
[i]: t === "medium",
|
|
1149
1149
|
[c]: t === "large"
|
|
1150
1150
|
});
|
|
1151
|
-
case
|
|
1151
|
+
case $e:
|
|
1152
1152
|
return w("inline-flex items-center", {
|
|
1153
1153
|
"justify-center": n === "center",
|
|
1154
1154
|
"justify-start": n === "left",
|
|
@@ -1352,7 +1352,7 @@ const Et = x.forwardRef(
|
|
|
1352
1352
|
...p
|
|
1353
1353
|
}, k) => {
|
|
1354
1354
|
const T = Nt({
|
|
1355
|
-
type:
|
|
1355
|
+
type: $e,
|
|
1356
1356
|
mode: o,
|
|
1357
1357
|
focusMode: a,
|
|
1358
1358
|
fullWidth: n,
|
|
@@ -1427,7 +1427,7 @@ const Lr = x.forwardRef(
|
|
|
1427
1427
|
...k
|
|
1428
1428
|
}, T) => {
|
|
1429
1429
|
const I = Nt({
|
|
1430
|
-
type:
|
|
1430
|
+
type: $e,
|
|
1431
1431
|
mode: o,
|
|
1432
1432
|
focusMode: a,
|
|
1433
1433
|
fullWidth: n,
|
|
@@ -1482,7 +1482,7 @@ const Lr = x.forwardRef(
|
|
|
1482
1482
|
}
|
|
1483
1483
|
);
|
|
1484
1484
|
Lr.displayName = "ButtonSort";
|
|
1485
|
-
const
|
|
1485
|
+
const Pr = (e) => {
|
|
1486
1486
|
let t = "";
|
|
1487
1487
|
if (typeof e == "number" || typeof e == "string")
|
|
1488
1488
|
t = "m-" + e;
|
|
@@ -1491,7 +1491,7 @@ const $r = (e) => {
|
|
|
1491
1491
|
(e == null ? void 0 : e.t) !== void 0 && o.push(`mt-${e.t}`), (e == null ? void 0 : e.r) !== void 0 && o.push(`mr-${e.r}`), (e == null ? void 0 : e.b) !== void 0 && o.push(`mb-${e.b}`), (e == null ? void 0 : e.l) !== void 0 && o.push(`ml-${e.l}`), t = o.join(" ");
|
|
1492
1492
|
}
|
|
1493
1493
|
return t;
|
|
1494
|
-
},
|
|
1494
|
+
}, $r = ({
|
|
1495
1495
|
children: e,
|
|
1496
1496
|
fill: t,
|
|
1497
1497
|
viewBox: o,
|
|
@@ -1503,7 +1503,7 @@ const $r = (e) => {
|
|
|
1503
1503
|
semantic: h = !1,
|
|
1504
1504
|
...m
|
|
1505
1505
|
}) => {
|
|
1506
|
-
const l =
|
|
1506
|
+
const l = Pr(i), g = w(
|
|
1507
1507
|
l,
|
|
1508
1508
|
a || s
|
|
1509
1509
|
);
|
|
@@ -1546,7 +1546,7 @@ const Br = ({
|
|
|
1546
1546
|
monotone: n,
|
|
1547
1547
|
...s
|
|
1548
1548
|
}) => /* @__PURE__ */ r(
|
|
1549
|
-
|
|
1549
|
+
$r,
|
|
1550
1550
|
{
|
|
1551
1551
|
defaultViewBox: "0 0 384 512",
|
|
1552
1552
|
defaultClassName: "size-5",
|
|
@@ -1640,8 +1640,8 @@ const re = "panel", pe = "messagebox", zr = ({
|
|
|
1640
1640
|
header: N.ABOUT.TITLE_CLIENT,
|
|
1641
1641
|
className: "prose-dark dark:prose-lighter",
|
|
1642
1642
|
children: se(n, {
|
|
1643
|
-
[N.ABOUT.VERSION]: "5.6.
|
|
1644
|
-
[N.ABOUT.BUILD_TIMESTAMP]: "
|
|
1643
|
+
[N.ABOUT.VERSION]: "5.6.3",
|
|
1644
|
+
[N.ABOUT.BUILD_TIMESTAMP]: "12/12/2024 06:09 PM EST"
|
|
1645
1645
|
})
|
|
1646
1646
|
}
|
|
1647
1647
|
) }),
|
|
@@ -1673,7 +1673,7 @@ const re = "panel", pe = "messagebox", zr = ({
|
|
|
1673
1673
|
return ((a = o == null ? void 0 : o.message) == null ? void 0 : a.role) === Lt && typeof ((n = o == null ? void 0 : o.message) == null ? void 0 : n.processingTime) == "number";
|
|
1674
1674
|
}
|
|
1675
1675
|
).map((o) => o.message.processingTime);
|
|
1676
|
-
return
|
|
1676
|
+
return Pt({
|
|
1677
1677
|
data: t,
|
|
1678
1678
|
formatter: jr
|
|
1679
1679
|
});
|
|
@@ -1681,7 +1681,7 @@ const re = "panel", pe = "messagebox", zr = ({
|
|
|
1681
1681
|
isAuthenticated: e,
|
|
1682
1682
|
stats: t
|
|
1683
1683
|
}) => {
|
|
1684
|
-
const { state: o } = z(ue), a =
|
|
1684
|
+
const { state: o } = z(ue), a = $t - Number(o == null ? void 0 : o.usage), n = ce(), s = ce();
|
|
1685
1685
|
return e ? /* @__PURE__ */ v(A, { children: [
|
|
1686
1686
|
o && o.messages.length > 0 && /* @__PURE__ */ r("div", { className: "mb-4", children: /* @__PURE__ */ r(
|
|
1687
1687
|
B,
|
|
@@ -1747,7 +1747,7 @@ const re = "panel", pe = "messagebox", zr = ({
|
|
|
1747
1747
|
onOpenChange: t,
|
|
1748
1748
|
title: n.title,
|
|
1749
1749
|
footer: /* @__PURE__ */ v(ie, { columnGap: 2, alignHorizontal: "flex-end", children: [
|
|
1750
|
-
/* @__PURE__ */ r(
|
|
1750
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(
|
|
1751
1751
|
G,
|
|
1752
1752
|
{
|
|
1753
1753
|
mode: "dark",
|
|
@@ -1759,7 +1759,7 @@ const re = "panel", pe = "messagebox", zr = ({
|
|
|
1759
1759
|
children: n.cancelAction
|
|
1760
1760
|
}
|
|
1761
1761
|
) }),
|
|
1762
|
-
/* @__PURE__ */ r(
|
|
1762
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(
|
|
1763
1763
|
G,
|
|
1764
1764
|
{
|
|
1765
1765
|
mode: "dark",
|
|
@@ -1917,7 +1917,7 @@ const Jr = async (e, t, o, a) => {
|
|
|
1917
1917
|
),
|
|
1918
1918
|
/* @__PURE__ */ v(Xt, { stickyHeader: !0, stickyFooter: !0, wrapperClassName: "max-h-[60vh]", children: [
|
|
1919
1919
|
/* @__PURE__ */ r(Zt, { children: /* @__PURE__ */ v(Ne, { children: [
|
|
1920
|
-
m && /* @__PURE__ */ r(
|
|
1920
|
+
m && /* @__PURE__ */ r(P, { className: "sr-only", children: "Row" }),
|
|
1921
1921
|
/* @__PURE__ */ r(
|
|
1922
1922
|
Jt,
|
|
1923
1923
|
{
|
|
@@ -1932,16 +1932,16 @@ const Jr = async (e, t, o, a) => {
|
|
|
1932
1932
|
children: "Date"
|
|
1933
1933
|
}
|
|
1934
1934
|
),
|
|
1935
|
-
/* @__PURE__ */ r(
|
|
1936
|
-
/* @__PURE__ */ r(
|
|
1937
|
-
/* @__PURE__ */ r(
|
|
1935
|
+
/* @__PURE__ */ r(P, { className: "text-xs sm:text-sm", children: "First message" }),
|
|
1936
|
+
/* @__PURE__ */ r(P, { className: "text-xs sm:text-sm", children: "Model" }),
|
|
1937
|
+
/* @__PURE__ */ r(P, { className: "text-xs sm:text-sm text-right", children: "Actions" })
|
|
1938
1938
|
] }) }),
|
|
1939
1939
|
/* @__PURE__ */ r(Qt, { children: u.map((p, k) => {
|
|
1940
1940
|
var T;
|
|
1941
1941
|
return ((T = p == null ? void 0 : p.messages) == null ? void 0 : T.length) > 0 ? /* @__PURE__ */ v(Ne, { children: [
|
|
1942
|
-
m && /* @__PURE__ */ r(
|
|
1942
|
+
m && /* @__PURE__ */ r(P, { children: k + 1 }),
|
|
1943
1943
|
/* @__PURE__ */ r(
|
|
1944
|
-
|
|
1944
|
+
P,
|
|
1945
1945
|
{
|
|
1946
1946
|
component: "th",
|
|
1947
1947
|
scope: "row",
|
|
@@ -1949,12 +1949,12 @@ const Jr = async (e, t, o, a) => {
|
|
|
1949
1949
|
children: p.timestamp
|
|
1950
1950
|
}
|
|
1951
1951
|
),
|
|
1952
|
-
/* @__PURE__ */ r(
|
|
1953
|
-
/* @__PURE__ */ v(
|
|
1952
|
+
/* @__PURE__ */ r(P, { className: "max-w-[100px] text-white sm:max-w-full text-xs sm:text-sm", children: We(p.messages) }),
|
|
1953
|
+
/* @__PURE__ */ v(P, { component: "th", scope: "row", className: "text-gray-400", children: [
|
|
1954
1954
|
p.model && p.model.startsWith("claude") && /* @__PURE__ */ r(nt, { className: "size-4 sm:size-5" }),
|
|
1955
1955
|
p.model && p.model.startsWith("gpt") && /* @__PURE__ */ r(st, { className: "size-4 sm:size-5" })
|
|
1956
1956
|
] }),
|
|
1957
|
-
/* @__PURE__ */ r(
|
|
1957
|
+
/* @__PURE__ */ r(P, { className: "px-2", children: /* @__PURE__ */ v("div", { className: "flex justify-end gap-2", children: [
|
|
1958
1958
|
/* @__PURE__ */ r(
|
|
1959
1959
|
Y,
|
|
1960
1960
|
{
|
|
@@ -1992,7 +1992,7 @@ const Jr = async (e, t, o, a) => {
|
|
|
1992
1992
|
] }) })
|
|
1993
1993
|
] }, `${N.HISTORY.TITLE}-${p.id}-${k}`) : null;
|
|
1994
1994
|
}) }),
|
|
1995
|
-
/* @__PURE__ */ r(eo, { children: /* @__PURE__ */ r(Ne, { children: /* @__PURE__ */ r(
|
|
1995
|
+
/* @__PURE__ */ r(eo, { children: /* @__PURE__ */ r(Ne, { children: /* @__PURE__ */ r(P, { colSpan: 5, children: /* @__PURE__ */ r("div", { children: be(
|
|
1996
1996
|
`${e.data.length} chat`,
|
|
1997
1997
|
e.data.length
|
|
1998
1998
|
) }) }) }) })
|
|
@@ -2326,7 +2326,7 @@ const oa = "av-toggle", ra = (e) => {
|
|
|
2326
2326
|
alignHorizontal: "flex-end",
|
|
2327
2327
|
className: "pb-8 sm:pb-0",
|
|
2328
2328
|
children: [
|
|
2329
|
-
/* @__PURE__ */ r(
|
|
2329
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(
|
|
2330
2330
|
G,
|
|
2331
2331
|
{
|
|
2332
2332
|
mode: "dark",
|
|
@@ -2338,7 +2338,7 @@ const oa = "av-toggle", ra = (e) => {
|
|
|
2338
2338
|
children: "Cancel"
|
|
2339
2339
|
}
|
|
2340
2340
|
) }),
|
|
2341
|
-
/* @__PURE__ */ r(
|
|
2341
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(
|
|
2342
2342
|
G,
|
|
2343
2343
|
{
|
|
2344
2344
|
mode: "dark",
|
|
@@ -2527,43 +2527,51 @@ const oa = "av-toggle", ra = (e) => {
|
|
|
2527
2527
|
open: e,
|
|
2528
2528
|
onOpenChange: t,
|
|
2529
2529
|
title: "Tags",
|
|
2530
|
-
footer: /* @__PURE__ */ v(
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2530
|
+
footer: /* @__PURE__ */ v(
|
|
2531
|
+
ie,
|
|
2532
|
+
{
|
|
2533
|
+
columnGap: 2,
|
|
2534
|
+
alignHorizontal: "flex-end",
|
|
2535
|
+
className: "pb-8 sm:pb-0",
|
|
2536
|
+
children: [
|
|
2537
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(
|
|
2538
|
+
G,
|
|
2539
|
+
{
|
|
2540
|
+
mode: "dark",
|
|
2541
|
+
variant: "secondary",
|
|
2542
|
+
focusMode: "light",
|
|
2543
|
+
onClick: () => {
|
|
2544
|
+
t(!1);
|
|
2545
|
+
},
|
|
2546
|
+
children: "Cancel"
|
|
2547
|
+
}
|
|
2548
|
+
) }),
|
|
2549
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(
|
|
2550
|
+
G,
|
|
2551
|
+
{
|
|
2552
|
+
mode: "dark",
|
|
2553
|
+
variant: "danger",
|
|
2554
|
+
focusMode: "light",
|
|
2555
|
+
onClick: async (l) => {
|
|
2556
|
+
t(!1), await m(l);
|
|
2557
|
+
},
|
|
2558
|
+
children: "Save"
|
|
2559
|
+
}
|
|
2560
|
+
) })
|
|
2561
|
+
]
|
|
2562
|
+
}
|
|
2563
|
+
),
|
|
2556
2564
|
children: [
|
|
2557
2565
|
/* @__PURE__ */ r("p", { children: jt }),
|
|
2558
2566
|
i.tags && i.tags.map((l) => /* @__PURE__ */ v(
|
|
2559
2567
|
B,
|
|
2560
2568
|
{
|
|
2561
|
-
header:
|
|
2569
|
+
header: `Tag ${l.slot + 1}`,
|
|
2562
2570
|
className: "prose-dark dark:prose-lighter",
|
|
2563
2571
|
spacing: { b: 2 },
|
|
2564
2572
|
children: [
|
|
2565
2573
|
/* @__PURE__ */ v(ie, { spacing: { t: 8, b: 6 }, columnGap: 2, rowGap: 6, children: [
|
|
2566
|
-
/* @__PURE__ */ r(
|
|
2574
|
+
/* @__PURE__ */ r($, { span: { fallback: 12, sm: 6 }, children: /* @__PURE__ */ r(
|
|
2567
2575
|
xe,
|
|
2568
2576
|
{
|
|
2569
2577
|
label: "Label",
|
|
@@ -2579,7 +2587,7 @@ const oa = "av-toggle", ra = (e) => {
|
|
|
2579
2587
|
}
|
|
2580
2588
|
}
|
|
2581
2589
|
) }),
|
|
2582
|
-
/* @__PURE__ */ r(
|
|
2590
|
+
/* @__PURE__ */ r($, { span: { fallback: 12, sm: 6 }, children: /* @__PURE__ */ r(
|
|
2583
2591
|
xe,
|
|
2584
2592
|
{
|
|
2585
2593
|
label: "Content",
|
|
@@ -2691,8 +2699,8 @@ const oa = "av-toggle", ra = (e) => {
|
|
|
2691
2699
|
spacing: { t: 4 },
|
|
2692
2700
|
className: "prose-dark dark:prose-lighter",
|
|
2693
2701
|
header: /* @__PURE__ */ r("h2", { className: "m-0", children: /* @__PURE__ */ v(ie, { columnGap: 3, alignVertical: "center", children: [
|
|
2694
|
-
/* @__PURE__ */ r(
|
|
2695
|
-
/* @__PURE__ */ r(
|
|
2702
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r(Oe, { className: "size-8" }) }),
|
|
2703
|
+
/* @__PURE__ */ r($, { children: /* @__PURE__ */ r("div", { children: N.PREFERENCES.PASSKEY_TITLE }) })
|
|
2696
2704
|
] }) }),
|
|
2697
2705
|
children: [
|
|
2698
2706
|
/* @__PURE__ */ r("p", { children: N.PREFERENCES.PASSKEY_INSTRUCTIONS }),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _i } from "react/jsx-runtime";
|
|
2
|
-
import { convert as Si, getDefaultExportFromCjs as Ni, visit as ki, find as Ti, parse as z0, parse$1 as P0, normalize as F0, svg as Mi, html as Ai, visitParents as Oi, SKIP as Ri, longestStreak as Ci, factorySpace as Xt, markdownLineEnding as xt, Markdown as Ii, remarkGfm as Di } from "./LazyMessageAssistant.
|
|
2
|
+
import { convert as Si, getDefaultExportFromCjs as Ni, visit as ki, find as Ti, parse as z0, parse$1 as P0, normalize as F0, svg as Mi, html as Ai, visitParents as Oi, SKIP as Ri, longestStreak as Ci, factorySpace as Xt, markdownLineEnding as xt, Markdown as Ii, remarkGfm as Di } from "./LazyMessageAssistant.BRbekCmk.js";
|
|
3
3
|
const U0 = (
|
|
4
4
|
// Note: overloads like this are needed to support optional generics.
|
|
5
5
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as He, jsx as re, Fragment as or } from "react/jsx-runtime";
|
|
2
|
-
import { le as ot } from "./
|
|
3
|
-
import { E as wi } from "./index.
|
|
2
|
+
import { le as ot } from "./LazyApp.BiKOKU9f.js";
|
|
3
|
+
import { E as wi } from "./index.C37kbuLu.js";
|
|
4
4
|
import cn from "clsx";
|
|
5
5
|
import { lazy as Si, useContext as Ci, Suspense as Ei } from "react";
|
|
6
|
-
import { AppContext as Ai, LOCAL_STORAGE_PREFIX as Ii, LOCAL_STORAGE_CHAT_DETAILS as Ti, durationFormatter as Pi } from "./index.
|
|
6
|
+
import { AppContext as Ai, LOCAL_STORAGE_PREFIX as Ii, LOCAL_STORAGE_CHAT_DETAILS as Ti, durationFormatter as Pi } from "./index.BQnOdwWT.js";
|
|
7
7
|
var at = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
8
8
|
function Li(e) {
|
|
9
9
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -8642,7 +8642,7 @@ function sf(e) {
|
|
|
8642
8642
|
const cf = Si(
|
|
8643
8643
|
() => import(
|
|
8644
8644
|
/* webpackChunkName: "LazyMarkdownWithExtra" */
|
|
8645
|
-
"./LazyMarkdownWithExtra.
|
|
8645
|
+
"./LazyMarkdownWithExtra.CPeY_wwW.js"
|
|
8646
8646
|
)
|
|
8647
8647
|
), In = {
|
|
8648
8648
|
MODEL: "Model",
|
|
@@ -3497,7 +3497,7 @@ try {
|
|
|
3497
3497
|
});
|
|
3498
3498
|
} catch {
|
|
3499
3499
|
}
|
|
3500
|
-
const Kn = "ASK! ME! ANYTHING!", sr = "
|
|
3500
|
+
const Kn = "ASK! ME! ANYTHING!", sr = "LeeLou", Hn = "gizmette.com", Wn = "Log in", Bn = "Sign in with a Passkey", Fo = "Log out", Gn = "Password", Vn = "Powered by ", zo = "Send", jo = "Profile", qo = "Statistics", Xo = "Chat history", Qo = "About", Zo = "Type your question here", es = {
|
|
3501
3501
|
ACTION_WHILE_STREAMING: {
|
|
3502
3502
|
content: "Cancel chat"
|
|
3503
3503
|
},
|
|
@@ -3620,7 +3620,7 @@ const Jn = "av-footer", Yn = (e) => {
|
|
|
3620
3620
|
row1: /* @__PURE__ */ I("div", { children: [
|
|
3621
3621
|
sr,
|
|
3622
3622
|
" v",
|
|
3623
|
-
"5.6.
|
|
3623
|
+
"5.6.3",
|
|
3624
3624
|
" - ",
|
|
3625
3625
|
Vn,
|
|
3626
3626
|
t && t.engine,
|
|
@@ -3637,7 +3637,7 @@ const Jn = "av-footer", Yn = (e) => {
|
|
|
3637
3637
|
}, qn = _t(
|
|
3638
3638
|
() => import(
|
|
3639
3639
|
/* webpackChunkName: "LazyHeader" */
|
|
3640
|
-
"./LazyHeader.
|
|
3640
|
+
"./LazyHeader.CzPaON9J.js"
|
|
3641
3641
|
)
|
|
3642
3642
|
), Xn = () => {
|
|
3643
3643
|
const { isAuthenticated: e } = tt();
|
|
@@ -3645,7 +3645,7 @@ const Jn = "av-footer", Yn = (e) => {
|
|
|
3645
3645
|
e && /* @__PURE__ */ l(Nt, { fallback: /* @__PURE__ */ l("div", {}), children: /* @__PURE__ */ l(qn, {}) }),
|
|
3646
3646
|
/* @__PURE__ */ I("div", { className: "flex items-center justify-center", children: [
|
|
3647
3647
|
/* @__PURE__ */ l("div", { className: "basis-1/4", children: /* @__PURE__ */ l(ln, {}) }),
|
|
3648
|
-
/* @__PURE__ */ I("div", { className: "prose prose-
|
|
3648
|
+
/* @__PURE__ */ I("div", { className: "prose prose-light prose-sm md:prose-base prose-h1:mb-0 prose-h2:mt-0 prose-h1:text-2xl", children: [
|
|
3649
3649
|
/* @__PURE__ */ l("h1", { children: sr }),
|
|
3650
3650
|
/* @__PURE__ */ l("h2", { children: Kn })
|
|
3651
3651
|
] })
|
|
@@ -3746,10 +3746,12 @@ const Jn = "av-footer", Yn = (e) => {
|
|
|
3746
3746
|
] }),
|
|
3747
3747
|
/* @__PURE__ */ l(jn, {})
|
|
3748
3748
|
] });
|
|
3749
|
-
}, Zn = new URL(document.location.href).searchParams, eo = !!Zn.get("debug") || !1, to = _t(
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3749
|
+
}, Zn = new URL(document.location.href).searchParams, eo = !!Zn.get("debug") || !1, to = _t(
|
|
3750
|
+
() => import(
|
|
3751
|
+
/* webpackChunkName: "LazyApp" */
|
|
3752
|
+
"./LazyApp.BiKOKU9f.js"
|
|
3753
|
+
).then((e) => e.LazyApp)
|
|
3754
|
+
), ro = ({ isComponent: e }) => {
|
|
3753
3755
|
const { isAuthenticated: t } = tt();
|
|
3754
3756
|
return t ? /* @__PURE__ */ l(Nt, { fallback: /* @__PURE__ */ l("div", {}), children: /* @__PURE__ */ l(to, { isComponent: e }) }) : /* @__PURE__ */ l(Qn, {});
|
|
3755
3757
|
}, ao = ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as x, jsx as c, Fragment as Ne } from "react/jsx-runtime";
|
|
2
|
-
import { g as Se } from "./index.
|
|
2
|
+
import { g as Se } from "./index.BQnOdwWT.js";
|
|
3
3
|
import z, { useSyncExternalStore as Ce, useCallback as O, useEffect as $, useContext as R, useRef as f, useState as I, useLayoutEffect as M, useMemo as ie, useId as Ae, useReducer as Ie } from "react";
|
|
4
4
|
import l from "clsx";
|
|
5
5
|
const It = ({
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SassySaint as r } from "./chunks/index.
|
|
1
|
+
import { SassySaint as r } from "./chunks/index.BQnOdwWT.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v5.6.
|
|
3
|
+
@sassysaint/client v5.6.3
|
|
4
4
|
© 2024 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "5.6.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "5.6.3",
|
|
9
|
+
buildTime: "12/12/2024 06:09 PM EST",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
|
12
12
|
} catch {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/sassysaint",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"react-dom": "18.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@sassysaint/client": "5.6.
|
|
33
|
+
"@sassysaint/client": "5.6.3",
|
|
34
34
|
"@versini/ui-styles": "1.11.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"sideEffects": [
|
|
42
42
|
"**/*.css"
|
|
43
43
|
],
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b88c3123ebeb9a16501cb8d52195e77d9b8f3236"
|
|
45
45
|
}
|