@versini/sassysaint 8.62.1 → 8.62.3
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/{AboutChangelog.CT9VUfw7.js → AboutChangelog.DGB_6XWF.js} +2 -2
- package/dist/chunks/{AboutEntry.BAV6U9d7.js → AboutEntry.Bi3Rtvax.js} +5 -5
- package/dist/chunks/{App.ByA_PhA6.js → App.cuOjKevV.js} +16 -16
- package/dist/chunks/{Chart.45iF-v1E.js → Chart.D8o0MX15.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.BIc18KeQ.js → ChatBubbleAssistant.BsGW6-uz.js} +8 -8
- package/dist/chunks/{ChatBubbleUser.D1IsMeJR.js → ChatBubbleUser.5klvBcRZ.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.DDQqfUs6.js → ChatHistoryTable.Btl5R3g_.js} +9 -9
- package/dist/chunks/{HistoryEntry.D7LEo6EF.js → HistoryEntry.Dd9wepcS.js} +3 -3
- package/dist/chunks/{ProfileEntry.B5YgbWry.js → ProfileEntry.y2zGAvLi.js} +2 -2
- package/dist/chunks/{SettingsEntry.BBArtflQ.js → SettingsEntry.DJ6HHl3_.js} +2 -2
- package/dist/chunks/{Table.CmspC-kZ.js → Table.B9Dh8yT5.js} +2 -2
- package/dist/chunks/{UsageEntry.CsPdGiMH.js → UsageEntry.BBHtbgZr.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.CVYRKovm.js → UserMemoriesPanel.B2rrpuxL.js} +3 -3
- package/dist/chunks/{index.Up_W-2I1.js → index.BWJ8ML3P.js} +1 -1
- package/dist/chunks/{index.CdY2RtyT.js → index.BoS9FOuX.js} +1 -1
- package/dist/chunks/{index.BK3MryNi.js → index.C1SMMUJo.js} +72 -72
- package/dist/chunks/{index.CVZpQ81V.js → index.CXN6Kb5s.js} +1 -1
- package/dist/chunks/{index.BAEtT1xs.js → index.Chm9CISa.js} +2 -2
- package/dist/chunks/{index.DlvXzO73.js → index.DJTHwROE.js} +1 -1
- package/dist/chunks/{index.DNNq5sbs.js → index.EtY2KRYo.js} +3 -3
- package/dist/chunks/{useMarkdown.C2vABRox.js → useMarkdown.Bw-tEpSM.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { p as m, ButtonScroll as n } from "./App.
|
|
2
|
+
import { p as m, ButtonScroll as n } from "./App.cuOjKevV.js";
|
|
3
3
|
import { useRef as f, useCallback as u, useLayoutEffect as p } from "react";
|
|
4
|
-
import { useMarkdown as d } from "./useMarkdown.
|
|
4
|
+
import { useMarkdown as d } from "./useMarkdown.Bw-tEpSM.js";
|
|
5
5
|
const b = ({ content: o }) => {
|
|
6
6
|
const [l, t] = d(), { ref: a, inViewport: c } = m(), e = f(null), i = u(() => {
|
|
7
7
|
e.current && e.current.scrollIntoView({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as b, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as g } from "./App.
|
|
3
|
-
import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.
|
|
2
|
+
import { oe as g } from "./App.cuOjKevV.js";
|
|
3
|
+
import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.C1SMMUJo.js";
|
|
4
4
|
import O from "clsx";
|
|
5
5
|
import { Suspense as C, lazy as U } from "react";
|
|
6
6
|
const L = U(
|
|
7
7
|
() => import(
|
|
8
8
|
/* webpackChunkName: "LazyAboutChangelog" */
|
|
9
|
-
"./AboutChangelog.
|
|
9
|
+
"./AboutChangelog.DGB_6XWF.js"
|
|
10
10
|
)
|
|
11
11
|
), N = () => {
|
|
12
12
|
const s = d(), i = d(), { data: o, isSuccess: m } = A(), { data: T, isSuccess: h } = B(), p = o?.version || "", a = o?.models || [], u = o?.buildTime || "";
|
|
@@ -18,8 +18,8 @@ const L = U(
|
|
|
18
18
|
className: "prose-dark dark:prose-lighter mb-4",
|
|
19
19
|
noBorder: !0,
|
|
20
20
|
children: c(s, {
|
|
21
|
-
[r.ABOUT.VERSION]: "8.62.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "10/15/2025
|
|
21
|
+
[r.ABOUT.VERSION]: "8.62.3",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/15/2025 08:25 PM EDT"
|
|
23
23
|
})
|
|
24
24
|
}
|
|
25
25
|
),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l, jsxs as x, Fragment as Oe } from "react/jsx-runtime";
|
|
2
|
-
import { I as G, ACTION_SORT as Xa, ACTION_SEARCH as Qa, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to,
|
|
2
|
+
import { I as G, ACTION_SORT as Xa, ACTION_SEARCH as Qa, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to, re as Ka, te as ye, DEFAULT_ICON_ACTION_SIZE as Ee, isTauri as jt, n as _e, useUserPreferences as Ze, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Ke, C as Kr, LOCAL_STORAGE_PREFIX as et, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, fe as Vt, LOCAL_STORAGE_REASONING_DISCLOSURE as rs, useChatsHistory as no, mutateCall as ns, SERVICE_TYPES as os, TOAST_CHAT_SAVED as as, PROMPT_CLASSNAME as ss, PROMPT_EDITABLE_AREA_CLASSNAME as is, i as cs, ERROR_MESSAGE as ls, c as ft, CLIPBOARD_PROMPT as en, INPUT_PLACEHOLDER_TEXT_MOBILE as tn, INPUT_PLACEHOLDER_TEXT_ENTER as rn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as nn, isProbablyMobile as Ir, de as us, FOOTER_DISCLAIMERS as on, h as oo, isProbablyiPad as ds, INPUT_BOTTOM_OFFSET_EXTRA as an, INPUT_BOTTOM_OFFSET_IPHONE as ps, INPUT_BOTTOM_OFFSET_IPAD as ms, INPUT_BOTTOM_OFFSET as ao, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as so, te$1 as cn, useServerCapabilities as _s, getMessageContaintWrapperClass as bs, UI_FOOTER_BUFFER as io, UI_BUTTON_SCROLL_BUFFER as ws, Logo as Is, UI_DEFAULT_MAIN_HEIGHT as ln, isPWAMode as Es, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ts, APP_CLASSNAME as Ss, Oe as un, le as xs, LOCAL_STORAGE_SORT as ks, LOCAL_STORAGE_SEARCH as Cs, LOCAL_STORAGE_SORT_TIMESTAMP as Ns, LOCAL_STORAGE_SORT_TOKEN_USAGE as zs, TOAST_CACHE_ENABLED as As, TOAST_CACHE_DISABLED as Os } from "./index.C1SMMUJo.js";
|
|
3
3
|
import * as ae from "react";
|
|
4
4
|
import it, { useRef as J, useEffect as $, useState as P, useCallback as B, useSyncExternalStore as Rt, createContext as Ms, useContext as te, useId as co, forwardRef as lo, useMemo as ot, Suspense as Ft, lazy as Te, useReducer as kt, useLayoutEffect as $s } from "react";
|
|
5
5
|
import M from "clsx";
|
|
@@ -6641,7 +6641,7 @@ const ka = async () => (vr || (vr = import(
|
|
|
6641
6641
|
"./index.BwP0kG4H.js"
|
|
6642
6642
|
)), vr), Ca = async () => (yr || (yr = import(
|
|
6643
6643
|
/* webpackChunkName: "toast-utilities" */
|
|
6644
|
-
"./index.
|
|
6644
|
+
"./index.C1SMMUJo.js"
|
|
6645
6645
|
).then((e) => e.utilities)), yr), Zm = async () => {
|
|
6646
6646
|
try {
|
|
6647
6647
|
await Promise.all([ka(), Ca()]);
|
|
@@ -9082,38 +9082,38 @@ const Ph = (e) => {
|
|
|
9082
9082
|
}, sf = Te(
|
|
9083
9083
|
() => import(
|
|
9084
9084
|
/* webpackChunkName: "modal-chunk" */
|
|
9085
|
-
"./ProfileEntry.
|
|
9085
|
+
"./ProfileEntry.y2zGAvLi.js"
|
|
9086
9086
|
).then((e) => ({
|
|
9087
9087
|
default: e.Profile
|
|
9088
9088
|
}))
|
|
9089
9089
|
), cf = Te(
|
|
9090
9090
|
() => import(
|
|
9091
9091
|
/* webpackChunkName: "modal-chunk" */
|
|
9092
|
-
"./SettingsEntry.
|
|
9092
|
+
"./SettingsEntry.DJ6HHl3_.js"
|
|
9093
9093
|
).then((e) => ({
|
|
9094
9094
|
default: e.SettingsPanel
|
|
9095
9095
|
}))
|
|
9096
9096
|
), lf = Te(
|
|
9097
9097
|
() => import(
|
|
9098
9098
|
/* webpackChunkName: "modal-chunk" */
|
|
9099
|
-
"./HistoryEntry.
|
|
9099
|
+
"./HistoryEntry.Dd9wepcS.js"
|
|
9100
9100
|
).then((e) => ({
|
|
9101
9101
|
default: e.HistoryPanel
|
|
9102
9102
|
}))
|
|
9103
9103
|
), uf = Te(
|
|
9104
9104
|
() => import(
|
|
9105
9105
|
/* webpackChunkName: "modal-chunk" */
|
|
9106
|
-
"./AboutEntry.
|
|
9106
|
+
"./AboutEntry.Bi3Rtvax.js"
|
|
9107
9107
|
).then((e) => ({ default: e.About }))
|
|
9108
9108
|
), df = Te(
|
|
9109
9109
|
() => import(
|
|
9110
9110
|
/* webpackChunkName: "modal-chunk" */
|
|
9111
|
-
"./UsageEntry.
|
|
9111
|
+
"./UsageEntry.BBHtbgZr.js"
|
|
9112
9112
|
).then((e) => ({ default: e.Usage }))
|
|
9113
9113
|
), pf = Te(
|
|
9114
9114
|
() => import(
|
|
9115
9115
|
/* webpackChunkName: "modal-chunk" */
|
|
9116
|
-
"./UserMemoriesPanel.
|
|
9116
|
+
"./UserMemoriesPanel.B2rrpuxL.js"
|
|
9117
9117
|
).then(
|
|
9118
9118
|
(e) => ({ default: e.default })
|
|
9119
9119
|
)
|
|
@@ -9161,23 +9161,23 @@ const Ph = (e) => {
|
|
|
9161
9161
|
p || Promise.all([
|
|
9162
9162
|
import(
|
|
9163
9163
|
/* webpackChunkName: "modal-chunk" */
|
|
9164
|
-
"./ProfileEntry.
|
|
9164
|
+
"./ProfileEntry.y2zGAvLi.js"
|
|
9165
9165
|
),
|
|
9166
9166
|
import(
|
|
9167
9167
|
/* webpackChunkName: "modal-chunk" */
|
|
9168
|
-
"./SettingsEntry.
|
|
9168
|
+
"./SettingsEntry.DJ6HHl3_.js"
|
|
9169
9169
|
),
|
|
9170
9170
|
import(
|
|
9171
9171
|
/* webpackChunkName: "modal-chunk" */
|
|
9172
|
-
"./HistoryEntry.
|
|
9172
|
+
"./HistoryEntry.Dd9wepcS.js"
|
|
9173
9173
|
),
|
|
9174
9174
|
import(
|
|
9175
9175
|
/* webpackChunkName: "modal-chunk" */
|
|
9176
|
-
"./AboutEntry.
|
|
9176
|
+
"./AboutEntry.Bi3Rtvax.js"
|
|
9177
9177
|
),
|
|
9178
9178
|
import(
|
|
9179
9179
|
/* webpackChunkName: "modal-chunk" */
|
|
9180
|
-
"./UsageEntry.
|
|
9180
|
+
"./UsageEntry.BBHtbgZr.js"
|
|
9181
9181
|
)
|
|
9182
9182
|
]).finally(() => d(!0));
|
|
9183
9183
|
}, [p]), v = B((b) => {
|
|
@@ -9423,18 +9423,18 @@ try {
|
|
|
9423
9423
|
} catch {
|
|
9424
9424
|
}
|
|
9425
9425
|
const vf = Te(
|
|
9426
|
-
() => import("./index.
|
|
9426
|
+
() => import("./index.DJTHwROE.js").then((e) => ({ default: e.Bubble }))
|
|
9427
9427
|
), Yr = (e) => /* @__PURE__ */ l(Ft, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(vf, { ...e }) });
|
|
9428
9428
|
Yr.displayName = "AsyncBubble";
|
|
9429
9429
|
const Kn = 1, yf = 150, _f = Te(
|
|
9430
9430
|
() => import(
|
|
9431
9431
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9432
|
-
"./ChatBubbleAssistant.
|
|
9432
|
+
"./ChatBubbleAssistant.BsGW6-uz.js"
|
|
9433
9433
|
)
|
|
9434
9434
|
), bf = Te(
|
|
9435
9435
|
() => import(
|
|
9436
9436
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9437
|
-
"./ChatBubbleUser.
|
|
9437
|
+
"./ChatBubbleUser.5klvBcRZ.js"
|
|
9438
9438
|
)
|
|
9439
9439
|
), wf = it.memo(
|
|
9440
9440
|
({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Ap } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as ln } from "./App.
|
|
2
|
+
import { getDefaultExportFromCjs as ln } from "./App.cuOjKevV.js";
|
|
3
3
|
import Cp, { useState as Pp, useEffect as Op } from "react";
|
|
4
|
-
import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.
|
|
4
|
+
import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.C1SMMUJo.js";
|
|
5
5
|
var ls = { exports: {} }, Ip = ls.exports, on;
|
|
6
6
|
function Dp() {
|
|
7
7
|
return on || (on = 1, (function(ke, ne) {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y,
|
|
3
|
-
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.
|
|
2
|
+
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, te$1 as L } from "./index.C1SMMUJo.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.DJTHwROE.js";
|
|
4
4
|
import w from "clsx";
|
|
5
5
|
import v, { useState as b, useRef as A, useEffect as U, useContext as B } from "react";
|
|
6
|
-
import { ChatContext as G, AsyncBubble as E } from "./App.
|
|
7
|
-
import { useMarkdown as D } from "./useMarkdown.
|
|
8
|
-
const
|
|
9
|
-
function
|
|
6
|
+
import { ChatContext as G, AsyncBubble as E } from "./App.cuOjKevV.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.Bw-tEpSM.js";
|
|
8
|
+
const $ = 2, j = $ * 1e3, x = "", q = (e) => e * (2 - e);
|
|
9
|
+
function I(e, n = !0) {
|
|
10
10
|
const [a, p] = b(0), [i, C] = b(0), [t, T] = b(e), r = A(0), s = A(0);
|
|
11
11
|
return t !== e && (T(e), C(e.startsWith(t) ? a : 0)), U(() => {
|
|
12
12
|
if (!n)
|
|
13
13
|
return;
|
|
14
14
|
const u = e.split(x).length, o = (c) => {
|
|
15
15
|
s.current || (s.current = c);
|
|
16
|
-
const l = c - s.current, m = Math.min(l /
|
|
16
|
+
const l = c - s.current, m = Math.min(l / j, 1), h = q(m), g = i + (u - i) * h;
|
|
17
17
|
p(Math.floor(g)), m < 1 && (r.current = requestAnimationFrame(o));
|
|
18
18
|
};
|
|
19
19
|
return s.current = 0, r.current = requestAnimationFrame(o), () => {
|
|
@@ -34,7 +34,7 @@ const d = {
|
|
|
34
34
|
smooth: i = !1,
|
|
35
35
|
isLastAssistantMessage: C = !1
|
|
36
36
|
}) => {
|
|
37
|
-
const t =
|
|
37
|
+
const t = I(e, i), {
|
|
38
38
|
state: { streaming: T, restoredModel: r, tokenUsage: s }
|
|
39
39
|
} = B(G), u = n?.model || r, o = s, [c, l] = D(), { user: m, getAccessToken: h } = N(), { data: g } = O({
|
|
40
40
|
user: m?.username,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n, Fragment as b, jsxs as A } from "react/jsx-runtime";
|
|
2
2
|
import { useState as C, useMemo as u, isValidElement as p, useEffect as I } from "react";
|
|
3
|
-
import { AsyncBubble as w } from "./App.
|
|
4
|
-
import { useMarkdown as _ } from "./useMarkdown.
|
|
5
|
-
import { C as M } from "./index.
|
|
3
|
+
import { AsyncBubble as w } from "./App.cuOjKevV.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.Bw-tEpSM.js";
|
|
5
|
+
import { C as M } from "./index.C1SMMUJo.js";
|
|
6
6
|
const R = 200, N = ({
|
|
7
7
|
string: e,
|
|
8
8
|
idealLength: r = R
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { I as g,
|
|
3
|
-
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.
|
|
2
|
+
import { I as g, Oe as N, le as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as p, numberFormatter as k, ue as b, isProbablyMobile as D, y as U, i$1 as B, E as I } from "./index.C1SMMUJo.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.cuOjKevV.js";
|
|
4
4
|
import h from "clsx";
|
|
5
5
|
import { Fragment as $ } from "react";
|
|
6
|
-
import { j as _, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.
|
|
6
|
+
import { j as _, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.B9Dh8yT5.js";
|
|
7
7
|
const K = ({
|
|
8
8
|
className: c,
|
|
9
9
|
viewBox: l,
|
|
@@ -162,10 +162,10 @@ const K = ({
|
|
|
162
162
|
default:
|
|
163
163
|
return null;
|
|
164
164
|
}
|
|
165
|
-
}, z = (s, r,
|
|
165
|
+
}, z = (s, r, x) => {
|
|
166
166
|
switch (s) {
|
|
167
167
|
case t.ROW:
|
|
168
|
-
return /* @__PURE__ */ e(a, { children:
|
|
168
|
+
return /* @__PURE__ */ e(a, { children: x + 1 }, s);
|
|
169
169
|
case t.TIMESTAMP:
|
|
170
170
|
return /* @__PURE__ */ e(
|
|
171
171
|
a,
|
|
@@ -236,7 +236,7 @@ const K = ({
|
|
|
236
236
|
label: "Restore chat",
|
|
237
237
|
placement: "top",
|
|
238
238
|
trigger: /* @__PURE__ */ e(
|
|
239
|
-
|
|
239
|
+
p,
|
|
240
240
|
{
|
|
241
241
|
noBorder: !0,
|
|
242
242
|
label: "Restore chat",
|
|
@@ -256,7 +256,7 @@ const K = ({
|
|
|
256
256
|
label: r.favoriteChat ? "Remove from favorites" : "Add to favorites",
|
|
257
257
|
placement: "top",
|
|
258
258
|
trigger: /* @__PURE__ */ e(
|
|
259
|
-
|
|
259
|
+
p,
|
|
260
260
|
{
|
|
261
261
|
noBorder: !0,
|
|
262
262
|
label: r.favoriteChat ? "Remove from favorites" : "Add to favorites",
|
|
@@ -275,7 +275,7 @@ const K = ({
|
|
|
275
275
|
label: "Delete chat",
|
|
276
276
|
placement: "top",
|
|
277
277
|
trigger: /* @__PURE__ */ e(
|
|
278
|
-
|
|
278
|
+
p,
|
|
279
279
|
{
|
|
280
280
|
noBorder: !0,
|
|
281
281
|
label: "Delete chat",
|
|
@@ -299,7 +299,7 @@ const K = ({
|
|
|
299
299
|
/* @__PURE__ */ e(Y, { children: c.slice(0, o).map((s, r) => s?.messages?.length > 0 ? /* @__PURE__ */ m($, { children: [
|
|
300
300
|
r === o - A && /* @__PURE__ */ e("tr", { ref: S }),
|
|
301
301
|
/* @__PURE__ */ e(M, { children: v.map(
|
|
302
|
-
(
|
|
302
|
+
(x) => z(x, s, r)
|
|
303
303
|
) })
|
|
304
304
|
] }, `${E.HISTORY.TITLE}-${s.id}-${r}`) : null) }),
|
|
305
305
|
/* @__PURE__ */ e(F, { children: /* @__PURE__ */ e(M, { children: /* @__PURE__ */ e(a, { colSpan: 1e3, children: /* @__PURE__ */ e("div", { children: y(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
-
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as y, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae,
|
|
3
|
-
import { HistoryContext as z, ChatContext as M, useAiChat as Ee, E, e as m, ConfirmationPanel as ge, LazyToastContainerWrapper as Ae, showErrorToast as _e, CHAT_SET_PROVIDER as Oe, showSuccessToast as ve, CHAT_SET_STATUS as De, oe as Le, O as Re } from "./App.
|
|
2
|
+
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as y, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, Oe as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, setNewProvider as ie, ACTION_SORT as ne, le as ce, TOAST_CHAT_DELETED as le, TOAST_PROVIDER_CHANGED as de, useChatsHistory as he, LOCAL_STORAGE_SEARCH as me, LOCAL_STORAGE_FAVORITES_ONLY as ue, HISTORY_TITLE as Ce, S as Se, Y as pe, debounce as Te, C as fe, ACTION_SEARCH as ye } from "./index.C1SMMUJo.js";
|
|
3
|
+
import { HistoryContext as z, ChatContext as M, useAiChat as Ee, E, e as m, ConfirmationPanel as ge, LazyToastContainerWrapper as Ae, showErrorToast as _e, CHAT_SET_PROVIDER as Oe, showSuccessToast as ve, CHAT_SET_STATUS as De, oe as Le, O as Re } from "./App.cuOjKevV.js";
|
|
4
4
|
import { useRef as H, useState as F, useContext as R, useCallback as ke, useEffect as U, Suspense as Ie, lazy as we } from "react";
|
|
5
5
|
const Ne = ({
|
|
6
6
|
className: l,
|
|
@@ -31,7 +31,7 @@ const Ne = ({
|
|
|
31
31
|
), be = we(
|
|
32
32
|
() => import(
|
|
33
33
|
/* webpackChunkName: "history-table" */
|
|
34
|
-
"./ChatHistoryTable.
|
|
34
|
+
"./ChatHistoryTable.Btl5R3g_.js"
|
|
35
35
|
).then((l) => ({ default: l.ChatHistoryTable }))
|
|
36
36
|
), xe = ({
|
|
37
37
|
filteredHistory: l,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as h } from "./App.
|
|
3
|
-
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.
|
|
2
|
+
import { oe as h } from "./App.cuOjKevV.js";
|
|
3
|
+
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.C1SMMUJo.js";
|
|
4
4
|
const A = () => {
|
|
5
5
|
const { isAuthenticated: n, user: i, registeringForPasskey: o, authenticationType: c } = S(), d = R(), s = i?.username || "";
|
|
6
6
|
return n && s ? /* @__PURE__ */ t(m, { children: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as u, jsx as r, Fragment as ue } from "react/jsx-runtime";
|
|
2
|
-
import { o as ke, h as me, i as Ee, x as Ne, n as Te, useUserPreferences as we,
|
|
3
|
-
import { useCapability as ye, oe as De, O as I } from "./App.
|
|
2
|
+
import { o as ke, h as me, i as Ee, x as Ne, n as Te, useUserPreferences as we, fe as he, getCacheInfo as ve, isServiceWorkerEnabled as Se, SETTINGS_TITLE as Ce, S as V, CARDS as C, pe as Ie, C as le, PROMPTS_DESCRIPTION as _e, L as Le, j as pe, getCurrentGeoLocation as Re, mutateCall as fe, handleServiceWorkerToggle as Ae, SERVICE_TYPES as ge } from "./index.C1SMMUJo.js";
|
|
3
|
+
import { useCapability as ye, oe as De, O as I } from "./App.cuOjKevV.js";
|
|
4
4
|
import Oe, { useState as d, useEffect as ie, useRef as $, useLayoutEffect as J, useCallback as Me } from "react";
|
|
5
5
|
import p from "clsx";
|
|
6
6
|
function Be({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as _, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { I as f, b as v } from "./index.
|
|
2
|
+
import { I as f, b as v } from "./index.C1SMMUJo.js";
|
|
3
3
|
import C, { useContext as b } from "react";
|
|
4
4
|
import o from "clsx";
|
|
5
|
-
import { e as k } from "./App.
|
|
5
|
+
import { e as k } from "./App.cuOjKevV.js";
|
|
6
6
|
const A = ({
|
|
7
7
|
className: e,
|
|
8
8
|
viewBox: a,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.
|
|
3
|
-
import { oe as z } from "./App.
|
|
2
|
+
import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.C1SMMUJo.js";
|
|
3
|
+
import { oe as z } from "./App.cuOjKevV.js";
|
|
4
4
|
import { useState as O, Suspense as P, lazy as B } from "react";
|
|
5
5
|
const t = [0, 3, 6, 9], j = B(() => import(
|
|
6
6
|
/* webpackChunkName: "LazyChart" */
|
|
7
|
-
"./Chart.
|
|
7
|
+
"./Chart.D8o0MX15.js"
|
|
8
8
|
)), b = ({
|
|
9
9
|
open: S,
|
|
10
10
|
onOpenChange: I
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as B, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { n as V, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Y, LOCAL_STORAGE_SORT_MEMORY_COLUMN as X, useUserMemories as $, useDeleteMemory as J, useDeleteAllMemories as K, L as O, j as u, te as Q, C as M } from "./index.
|
|
3
|
-
import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.
|
|
2
|
+
import { n as V, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Y, LOCAL_STORAGE_SORT_MEMORY_COLUMN as X, useUserMemories as $, useDeleteMemory as J, useDeleteAllMemories as K, L as O, j as u, te as Q, C as M } from "./index.C1SMMUJo.js";
|
|
3
|
+
import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.cuOjKevV.js";
|
|
4
4
|
import f from "clsx";
|
|
5
5
|
import { useState as a, useRef as ee } from "react";
|
|
6
|
-
import { j as te, D as re, G as x, M as n, F as oe, H as ne, l as ie, U as le } from "./Table.
|
|
6
|
+
import { j as te, D as re, G as x, M as n, F as oe, H as ne, l as ie, U as le } from "./Table.B9Dh8yT5.js";
|
|
7
7
|
const ue = ({
|
|
8
8
|
open: A,
|
|
9
9
|
onOpenChange: C,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as h, jsxs as q, Fragment as Ar } from "react/jsx-runtime";
|
|
2
2
|
import * as H from "react";
|
|
3
|
-
import ie, { createContext as xt, useReducer as Ir, useCallback as Y, useRef as j, useEffect as W, useSyncExternalStore as _s, useContext as at, useState as ne, useMemo as
|
|
3
|
+
import ie, { createContext as xt, useReducer as Ir, useCallback as Y, useRef as j, useEffect as W, useSyncExternalStore as _s, useContext as at, useState as ne, useMemo as Qe, useId as Rs, useLayoutEffect as Je, Suspense as Cs, lazy as Os } from "react";
|
|
4
4
|
import y from "clsx";
|
|
5
5
|
var ke = class {
|
|
6
6
|
constructor() {
|
|
@@ -79,10 +79,10 @@ function _r(e, t) {
|
|
|
79
79
|
function de(e, t) {
|
|
80
80
|
return typeof e == "function" ? e(t) : e;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function Q(e, t) {
|
|
83
83
|
return typeof e == "function" ? e(t) : e;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function Jt(e, t) {
|
|
86
86
|
const {
|
|
87
87
|
type: r = "all",
|
|
88
88
|
exact: s,
|
|
@@ -504,7 +504,7 @@ var Nr = class {
|
|
|
504
504
|
}
|
|
505
505
|
isActive() {
|
|
506
506
|
return this.observers.some(
|
|
507
|
-
(e) =>
|
|
507
|
+
(e) => Q(e.options.enabled, this) !== !1
|
|
508
508
|
);
|
|
509
509
|
}
|
|
510
510
|
isDisabled() {
|
|
@@ -796,7 +796,7 @@ var Ws = class extends ke {
|
|
|
796
796
|
}
|
|
797
797
|
setOptions(e) {
|
|
798
798
|
const t = this.options, r = this.#t;
|
|
799
|
-
if (this.options = this.#e.defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof
|
|
799
|
+
if (this.options = this.#e.defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof Q(this.options.enabled, this.#t) != "boolean")
|
|
800
800
|
throw new Error(
|
|
801
801
|
"Expected enabled to be a boolean or a callback that returns a boolean"
|
|
802
802
|
);
|
|
@@ -811,9 +811,9 @@ var Ws = class extends ke {
|
|
|
811
811
|
r,
|
|
812
812
|
this.options,
|
|
813
813
|
t
|
|
814
|
-
) && this.#d(), this.updateResult(), s && (this.#t !== r ||
|
|
814
|
+
) && this.#d(), this.updateResult(), s && (this.#t !== r || Q(this.options.enabled, this.#t) !== Q(t.enabled, this.#t) || de(this.options.staleTime, this.#t) !== de(t.staleTime, this.#t)) && this.#y();
|
|
815
815
|
const a = this.#g();
|
|
816
|
-
s && (this.#t !== r ||
|
|
816
|
+
s && (this.#t !== r || Q(this.options.enabled, this.#t) !== Q(t.enabled, this.#t) || a !== this.#c) && this.#b(a);
|
|
817
817
|
}
|
|
818
818
|
getOptimisticResult(e) {
|
|
819
819
|
const t = this.#e.getQueryCache().build(this.#e, e), r = this.createResult(t, e);
|
|
@@ -877,7 +877,7 @@ var Ws = class extends ke {
|
|
|
877
877
|
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(this.#t) : this.options.refetchInterval) ?? !1;
|
|
878
878
|
}
|
|
879
879
|
#b(e) {
|
|
880
|
-
this.#S(), this.#c = e, !(me ||
|
|
880
|
+
this.#S(), this.#c = e, !(me || Q(this.options.enabled, this.#t) === !1 || !Tt(this.#c) || this.#c === 0) && (this.#u = fe.setInterval(() => {
|
|
881
881
|
(this.options.refetchIntervalInBackground || Mt.isFocused()) && this.#d();
|
|
882
882
|
}, this.#c));
|
|
883
883
|
}
|
|
@@ -950,7 +950,7 @@ var Ws = class extends ke {
|
|
|
950
950
|
isStale: Lt(e, t),
|
|
951
951
|
refetch: this.refetch,
|
|
952
952
|
promise: this.#o,
|
|
953
|
-
isEnabled:
|
|
953
|
+
isEnabled: Q(t.enabled, e) !== !1
|
|
954
954
|
};
|
|
955
955
|
if (this.options.experimental_prefetchInRender) {
|
|
956
956
|
const v = (I) => {
|
|
@@ -1016,23 +1016,23 @@ var Ws = class extends ke {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
};
|
|
1018
1018
|
function qs(e, t) {
|
|
1019
|
-
return
|
|
1019
|
+
return Q(t.enabled, e) !== !1 && e.state.data === void 0 && !(e.state.status === "error" && t.retryOnMount === !1);
|
|
1020
1020
|
}
|
|
1021
1021
|
function er(e, t) {
|
|
1022
1022
|
return qs(e, t) || e.state.data !== void 0 && Ot(e, t, t.refetchOnMount);
|
|
1023
1023
|
}
|
|
1024
1024
|
function Ot(e, t, r) {
|
|
1025
|
-
if (
|
|
1025
|
+
if (Q(t.enabled, e) !== !1 && de(t.staleTime, e) !== "static") {
|
|
1026
1026
|
const s = typeof r == "function" ? r(e) : r;
|
|
1027
1027
|
return s === "always" || s !== !1 && Lt(e, t);
|
|
1028
1028
|
}
|
|
1029
1029
|
return !1;
|
|
1030
1030
|
}
|
|
1031
1031
|
function tr(e, t, r, s) {
|
|
1032
|
-
return (e !== t ||
|
|
1032
|
+
return (e !== t || Q(s.enabled, e) === !1) && (!r.suspense || e.state.status !== "error") && Lt(e, r);
|
|
1033
1033
|
}
|
|
1034
1034
|
function Lt(e, t) {
|
|
1035
|
-
return
|
|
1035
|
+
return Q(t.enabled, e) !== !1 && e.isStaleByTime(de(t.staleTime, e));
|
|
1036
1036
|
}
|
|
1037
1037
|
function js(e, t) {
|
|
1038
1038
|
return !Ye(e.getCurrentResult(), t);
|
|
@@ -1057,14 +1057,14 @@ function rr(e) {
|
|
|
1057
1057
|
if (g == null && p.pages.length)
|
|
1058
1058
|
return Promise.resolve(p);
|
|
1059
1059
|
const O = (() => {
|
|
1060
|
-
const
|
|
1060
|
+
const J = {
|
|
1061
1061
|
client: t.client,
|
|
1062
1062
|
queryKey: t.queryKey,
|
|
1063
1063
|
pageParam: g,
|
|
1064
1064
|
direction: b ? "backward" : "forward",
|
|
1065
1065
|
meta: t.options.meta
|
|
1066
1066
|
};
|
|
1067
|
-
return u(
|
|
1067
|
+
return u(J), J;
|
|
1068
1068
|
})(), A = await l(O), { maxPages: K } = t.options, R = b ? Ls : Ms;
|
|
1069
1069
|
return {
|
|
1070
1070
|
pages: R(p.pages, A, K),
|
|
@@ -1113,7 +1113,7 @@ function sr(e, { pages: t, pageParams: r }) {
|
|
|
1113
1113
|
function Vs(e, { pages: t, pageParams: r }) {
|
|
1114
1114
|
return t.length > 0 ? e.getPreviousPageParam?.(t[0], t, r[0], r) : void 0;
|
|
1115
1115
|
}
|
|
1116
|
-
var
|
|
1116
|
+
var Qs = class extends Nr {
|
|
1117
1117
|
#e;
|
|
1118
1118
|
#t;
|
|
1119
1119
|
#r;
|
|
@@ -1329,7 +1329,7 @@ function $r() {
|
|
|
1329
1329
|
submittedAt: 0
|
|
1330
1330
|
};
|
|
1331
1331
|
}
|
|
1332
|
-
var
|
|
1332
|
+
var Js = class extends ke {
|
|
1333
1333
|
constructor(e = {}) {
|
|
1334
1334
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Set(), this.#t = /* @__PURE__ */ new Map(), this.#r = 0;
|
|
1335
1335
|
}
|
|
@@ -1337,7 +1337,7 @@ var Qs = class extends ke {
|
|
|
1337
1337
|
#t;
|
|
1338
1338
|
#r;
|
|
1339
1339
|
build(e, t, r) {
|
|
1340
|
-
const s = new
|
|
1340
|
+
const s = new Qs({
|
|
1341
1341
|
client: e,
|
|
1342
1342
|
mutationCache: this,
|
|
1343
1343
|
mutationId: ++this.#r,
|
|
@@ -1547,12 +1547,12 @@ var Ys = class extends ke {
|
|
|
1547
1547
|
find(e) {
|
|
1548
1548
|
const t = { exact: !0, ...e };
|
|
1549
1549
|
return this.getAll().find(
|
|
1550
|
-
(r) =>
|
|
1550
|
+
(r) => Jt(t, r)
|
|
1551
1551
|
);
|
|
1552
1552
|
}
|
|
1553
1553
|
findAll(e = {}) {
|
|
1554
1554
|
const t = this.getAll();
|
|
1555
|
-
return Object.keys(e).length > 0 ? t.filter((r) =>
|
|
1555
|
+
return Object.keys(e).length > 0 ? t.filter((r) => Jt(e, r)) : t;
|
|
1556
1556
|
}
|
|
1557
1557
|
notify(e) {
|
|
1558
1558
|
$.batch(() => {
|
|
@@ -1585,7 +1585,7 @@ var Ys = class extends ke {
|
|
|
1585
1585
|
#o;
|
|
1586
1586
|
#n;
|
|
1587
1587
|
constructor(e = {}) {
|
|
1588
|
-
this.#e = e.queryCache || new zs(), this.#t = e.mutationCache || new
|
|
1588
|
+
this.#e = e.queryCache || new zs(), this.#t = e.mutationCache || new Js(), this.#r = e.defaultOptions || {}, this.#a = /* @__PURE__ */ new Map(), this.#s = /* @__PURE__ */ new Map(), this.#i = 0;
|
|
1589
1589
|
}
|
|
1590
1590
|
mount() {
|
|
1591
1591
|
this.#i++, this.#i === 1 && (this.#o = Mt.subscribe(async (e) => {
|
|
@@ -2735,7 +2735,7 @@ async function Va(e, t, r) {
|
|
|
2735
2735
|
const o = await ja({ payload: a, protected: s, signature: n }, t, r), c = { payload: o.payload, protectedHeader: o.protectedHeader };
|
|
2736
2736
|
return typeof t == "function" ? { ...c, key: o.key } : c;
|
|
2737
2737
|
}
|
|
2738
|
-
const
|
|
2738
|
+
const Qa = (e) => Math.floor(e.getTime() / 1e3), Wr = 60, qr = Wr * 60, Ft = qr * 24, Ja = Ft * 7, Ya = Ft * 365.25, za = /^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i, or = (e) => {
|
|
2739
2739
|
const t = za.exec(e);
|
|
2740
2740
|
if (!t || t[4] && t[1])
|
|
2741
2741
|
throw new TypeError("Invalid time period format");
|
|
@@ -2771,7 +2771,7 @@ const Ja = (e) => Math.floor(e.getTime() / 1e3), Wr = 60, qr = Wr * 60, Ft = qr
|
|
|
2771
2771
|
case "week":
|
|
2772
2772
|
case "weeks":
|
|
2773
2773
|
case "w":
|
|
2774
|
-
a = Math.round(r *
|
|
2774
|
+
a = Math.round(r * Ja);
|
|
2775
2775
|
break;
|
|
2776
2776
|
default:
|
|
2777
2777
|
a = Math.round(r * Ya);
|
|
@@ -2815,7 +2815,7 @@ function Za(e, t, r = {}) {
|
|
|
2815
2815
|
default:
|
|
2816
2816
|
throw new TypeError("Invalid clockTolerance option type");
|
|
2817
2817
|
}
|
|
2818
|
-
const { currentDate: l } = r, m =
|
|
2818
|
+
const { currentDate: l } = r, m = Qa(l || /* @__PURE__ */ new Date());
|
|
2819
2819
|
if ((s.iat !== void 0 || f) && typeof s.iat != "number")
|
|
2820
2820
|
throw new z('"iat" claim must be a number', s, "iat", "invalid");
|
|
2821
2821
|
if (s.nbf !== void 0) {
|
|
@@ -2978,7 +2978,7 @@ function Vr(e) {
|
|
|
2978
2978
|
transports: e.transports
|
|
2979
2979
|
};
|
|
2980
2980
|
}
|
|
2981
|
-
function
|
|
2981
|
+
function Qr(e) {
|
|
2982
2982
|
return (
|
|
2983
2983
|
// Consider localhost valid as well since it's okay wrt Secure Contexts
|
|
2984
2984
|
e === "localhost" || /^([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$/i.test(e)
|
|
@@ -3052,7 +3052,7 @@ function pn({ error: e, options: t }) {
|
|
|
3052
3052
|
});
|
|
3053
3053
|
if (e.name === "SecurityError") {
|
|
3054
3054
|
const s = globalThis.location.hostname;
|
|
3055
|
-
if (
|
|
3055
|
+
if (Qr(s)) {
|
|
3056
3056
|
if (r.rp.id !== s)
|
|
3057
3057
|
return new U({
|
|
3058
3058
|
message: `The RP ID "${r.rp.id}" is invalid for this domain`,
|
|
@@ -3104,7 +3104,7 @@ class yn {
|
|
|
3104
3104
|
}
|
|
3105
3105
|
}
|
|
3106
3106
|
}
|
|
3107
|
-
const
|
|
3107
|
+
const Jr = new yn(), gn = ["cross-platform", "platform"];
|
|
3108
3108
|
function Yr(e) {
|
|
3109
3109
|
if (e && !(gn.indexOf(e) < 0))
|
|
3110
3110
|
return e;
|
|
@@ -3123,7 +3123,7 @@ async function bn(e) {
|
|
|
3123
3123
|
},
|
|
3124
3124
|
excludeCredentials: t.excludeCredentials?.map(Vr)
|
|
3125
3125
|
}, a = {};
|
|
3126
|
-
r && (a.mediation = "conditional"), a.publicKey = s, a.signal =
|
|
3126
|
+
r && (a.mediation = "conditional"), a.publicKey = s, a.signal = Jr.createNewAbortSignal();
|
|
3127
3127
|
let n;
|
|
3128
3128
|
try {
|
|
3129
3129
|
n = await navigator.credentials.create(a);
|
|
@@ -3206,7 +3206,7 @@ function wn({ error: e, options: t }) {
|
|
|
3206
3206
|
});
|
|
3207
3207
|
if (e.name === "SecurityError") {
|
|
3208
3208
|
const s = globalThis.location.hostname;
|
|
3209
|
-
if (
|
|
3209
|
+
if (Qr(s)) {
|
|
3210
3210
|
if (r.rpId !== s)
|
|
3211
3211
|
return new U({
|
|
3212
3212
|
message: `The RP ID "${r.rpId}" is invalid for this domain`,
|
|
@@ -3246,7 +3246,7 @@ async function Sn(e) {
|
|
|
3246
3246
|
throw Error('No <input> with "webauthn" as the only or last value in its `autocomplete` attribute was detected');
|
|
3247
3247
|
i.mediation = "conditional", n.allowCredentials = [];
|
|
3248
3248
|
}
|
|
3249
|
-
i.publicKey = n, i.signal =
|
|
3249
|
+
i.publicKey = n, i.signal = Jr.createNewAbortSignal();
|
|
3250
3250
|
let o;
|
|
3251
3251
|
try {
|
|
3252
3252
|
o = await navigator.credentials.get(i);
|
|
@@ -3761,7 +3761,7 @@ const Ie = () => {
|
|
|
3761
3761
|
}
|
|
3762
3762
|
), [A, K, , R] = He({
|
|
3763
3763
|
key: `${Ke}::${r}::@@nonce@@`
|
|
3764
|
-
}),
|
|
3764
|
+
}), J = new Un(m, b), C = Y(() => {
|
|
3765
3765
|
c("removeLocalStorage: removing local storage"), l(), g(), O(), R();
|
|
3766
3766
|
}, [
|
|
3767
3767
|
g,
|
|
@@ -3835,13 +3835,13 @@ const Ie = () => {
|
|
|
3835
3835
|
o({ type: Ne, payload: { isLoading: !0 } }), C();
|
|
3836
3836
|
const S = gt();
|
|
3837
3837
|
K(S), c("login: Logging in with password");
|
|
3838
|
-
const { code_verifier: le, code_challenge: ue } = await dn(),
|
|
3838
|
+
const { code_verifier: le, code_challenge: ue } = await dn(), Qt = await Mn({
|
|
3839
3839
|
endpoint: n,
|
|
3840
3840
|
nonce: S,
|
|
3841
3841
|
clientId: r,
|
|
3842
3842
|
code_challenge: ue
|
|
3843
3843
|
});
|
|
3844
|
-
if (
|
|
3844
|
+
if (Qt.status) {
|
|
3845
3845
|
const we = await Dn({
|
|
3846
3846
|
endpoint: n,
|
|
3847
3847
|
username: w,
|
|
@@ -3850,7 +3850,7 @@ const Ie = () => {
|
|
|
3850
3850
|
sessionExpiration: t,
|
|
3851
3851
|
nonce: S,
|
|
3852
3852
|
type: Pe.CODE,
|
|
3853
|
-
code:
|
|
3853
|
+
code: Qt.data,
|
|
3854
3854
|
code_verifier: le,
|
|
3855
3855
|
domain: s,
|
|
3856
3856
|
ua: navigator.userAgent
|
|
@@ -3881,7 +3881,7 @@ const Ie = () => {
|
|
|
3881
3881
|
return m;
|
|
3882
3882
|
}
|
|
3883
3883
|
c("getAccessToken: invalid access token, trying to refresh it");
|
|
3884
|
-
const S = await
|
|
3884
|
+
const S = await J.refreshtoken({
|
|
3885
3885
|
endpoint: n,
|
|
3886
3886
|
clientId: r,
|
|
3887
3887
|
userId: T.userId,
|
|
@@ -4042,7 +4042,7 @@ const as = () => {
|
|
|
4042
4042
|
if (!e)
|
|
4043
4043
|
throw new Error("useAuth must be used within an AuthHookProvider");
|
|
4044
4044
|
return e;
|
|
4045
|
-
}, qo = "I'm having trouble right now. Please try again later.", jo = "action-search", Vo = "action-sort",
|
|
4045
|
+
}, qo = "I'm having trouble right now. Please try again later.", jo = "action-search", Vo = "action-sort", Qo = "action-toggle-prompt", Jo = "action-reset-prompt", ns = "sassy-saint-", Yo = "search", zo = "sort", Xo = "sort-timestamp", Zo = "sort-token-usage", ec = "sort-memory-direction", tc = "sort-memory-column", rc = "favorites-only", sc = "private-disclosure", ac = "reasoning-disclosure", is = "service-worker", yr = "b44c68f0-e5b3-4a1d-a3e3-df8632b0223b", nc = 10, ic = 30, oc = "av-prompt", cc = "av-prompt-editable", lc = "size-5 sm:size-4", uc = 30, dc = 15, hc = 130, fc = 160, mc = 16, pc = 24, yc = 76, gc = 76;
|
|
4046
4046
|
let Et = null, se = !1;
|
|
4047
4047
|
typeof window < "u" && "serviceWorker" in navigator && navigator.serviceWorker.addEventListener("controllerchange", () => {
|
|
4048
4048
|
se && (se = !1, window.location.reload());
|
|
@@ -4174,7 +4174,7 @@ async function Ec(e = {}) {
|
|
|
4174
4174
|
return console.warn("[SW] getCacheInfo failed:", r), { version: wt(), caches: [], totalItems: 0 };
|
|
4175
4175
|
}
|
|
4176
4176
|
}
|
|
4177
|
-
const wc = "user", Sc = "assistant", vc = "data", cs = "OpenAI", Vn = "Anthropic",
|
|
4177
|
+
const wc = "user", Sc = "assistant", vc = "data", cs = "OpenAI", Vn = "Anthropic", Qn = "Google", Jn = "Perplexity", Tc = cs, Yn = "claude-sonnet-4", zn = "claude-3", Xn = "gpt-", Zn = "o3", ei = "o4", ti = "gemini", ri = "sonar", si = {
|
|
4178
4178
|
[Vn]: [
|
|
4179
4179
|
Yn,
|
|
4180
4180
|
zn
|
|
@@ -4184,8 +4184,8 @@ const wc = "user", Sc = "assistant", vc = "data", cs = "OpenAI", Vn = "Anthropic
|
|
|
4184
4184
|
Zn,
|
|
4185
4185
|
ei
|
|
4186
4186
|
],
|
|
4187
|
-
[
|
|
4188
|
-
[
|
|
4187
|
+
[Qn]: [ti],
|
|
4188
|
+
[Jn]: [ri]
|
|
4189
4189
|
}, Ac = "x-diggidy-chat-id", Ic = (e) => {
|
|
4190
4190
|
for (const [t, r] of Object.entries(
|
|
4191
4191
|
si
|
|
@@ -4709,7 +4709,7 @@ const G = {
|
|
|
4709
4709
|
getAccessToken: t,
|
|
4710
4710
|
children: r
|
|
4711
4711
|
}) => {
|
|
4712
|
-
const [s, a] = ne(gr), n =
|
|
4712
|
+
const [s, a] = ne(gr), n = Qe(
|
|
4713
4713
|
() => e ? `entitlements:${e}` : null,
|
|
4714
4714
|
[e]
|
|
4715
4715
|
), i = Y(() => {
|
|
@@ -4786,7 +4786,7 @@ const G = {
|
|
|
4786
4786
|
sessionStorage.removeItem(n);
|
|
4787
4787
|
} catch {
|
|
4788
4788
|
}
|
|
4789
|
-
}, [n]), d =
|
|
4789
|
+
}, [n]), d = Qe(
|
|
4790
4790
|
() => ({
|
|
4791
4791
|
...s,
|
|
4792
4792
|
check: (u, l) => s.status !== "ready" ? !1 : ni(s.capabilities, u, { any: l?.any }),
|
|
@@ -5442,14 +5442,14 @@ function Vi() {
|
|
|
5442
5442
|
}), []), Y(() => e.current, []);
|
|
5443
5443
|
}
|
|
5444
5444
|
function Es(e) {
|
|
5445
|
-
return
|
|
5445
|
+
return Qe(() => e.every((t) => t == null) ? () => {
|
|
5446
5446
|
} : (t) => {
|
|
5447
5447
|
e.forEach((r) => {
|
|
5448
5448
|
typeof r == "function" ? r(t) : r != null && (r.current = t);
|
|
5449
5449
|
});
|
|
5450
5450
|
}, [...e]);
|
|
5451
5451
|
}
|
|
5452
|
-
const
|
|
5452
|
+
const Qi = {
|
|
5453
5453
|
x: 0,
|
|
5454
5454
|
y: 0,
|
|
5455
5455
|
width: 0,
|
|
@@ -5460,7 +5460,7 @@ const Ji = {
|
|
|
5460
5460
|
right: 0
|
|
5461
5461
|
};
|
|
5462
5462
|
function je(e) {
|
|
5463
|
-
const t = Vi(), r = j(0), s = j(null), [a, n] = ne(
|
|
5463
|
+
const t = Vi(), r = j(0), s = j(null), [a, n] = ne(Qi), i = Qe(() => typeof ResizeObserver > "u" ? null : new ResizeObserver((o) => {
|
|
5464
5464
|
const c = o[0];
|
|
5465
5465
|
c && (cancelAnimationFrame(r.current), r.current = requestAnimationFrame(() => {
|
|
5466
5466
|
s.current && t() && n(c.contentRect);
|
|
@@ -5488,7 +5488,7 @@ const Be = {
|
|
|
5488
5488
|
// w-8
|
|
5489
5489
|
large: 48
|
|
5490
5490
|
// w-12
|
|
5491
|
-
},
|
|
5491
|
+
}, Ji = {
|
|
5492
5492
|
small: 16,
|
|
5493
5493
|
// px-2 x 2
|
|
5494
5494
|
medium: 24,
|
|
@@ -5519,7 +5519,7 @@ const Be = {
|
|
|
5519
5519
|
animated: A = !1,
|
|
5520
5520
|
...K
|
|
5521
5521
|
}, R) => {
|
|
5522
|
-
const
|
|
5522
|
+
const J = gs({
|
|
5523
5523
|
type: ct,
|
|
5524
5524
|
mode: r,
|
|
5525
5525
|
focusMode: s,
|
|
@@ -5537,9 +5537,9 @@ const Be = {
|
|
|
5537
5537
|
variant: E,
|
|
5538
5538
|
animated: A
|
|
5539
5539
|
}), C = Wi({ mode: r, raw: o, iconClassName: O, variant: E }), v = qi({ animated: A }), x = "flex items-center justify-center relative w-full h-full overflow-hidden", [_, I] = je(), [N, V] = je(), [ce, Ee] = je(), w = j(0), T = j(null), S = j(null), le = Es([R, T]);
|
|
5540
|
-
return
|
|
5541
|
-
ce && ce.current && A && (w.current = Ee.width +
|
|
5542
|
-
}, [Ee, ce, u, c, A]),
|
|
5540
|
+
return Je(() => {
|
|
5541
|
+
ce && ce.current && A && (w.current = Ee.width + Ji[u] + (c ? 0 : Yi), T.current && !T.current.style.width && (T.current.style.width = `${Be[u]}px`));
|
|
5542
|
+
}, [Ee, ce, u, c, A]), Je(() => {
|
|
5543
5543
|
if (T && T.current && A) {
|
|
5544
5544
|
let ue = Be[u];
|
|
5545
5545
|
l && _ && I.width > 0 ? ue = I.width + w.current : m && N && V.width > 0 && (ue = V.width + w.current), S.current && clearTimeout(S.current), ue !== parseInt(T.current.style.width || "0", 10) && (_.current && (_.current.style.opacity = "0"), N.current && (N.current.style.opacity = "0"), T.current.style.width = `${ue}px`, ue > Be[u] && (S.current = setTimeout(() => {
|
|
@@ -5561,7 +5561,7 @@ const Be = {
|
|
|
5561
5561
|
qt,
|
|
5562
5562
|
{
|
|
5563
5563
|
ref: le,
|
|
5564
|
-
className:
|
|
5564
|
+
className: J,
|
|
5565
5565
|
disabled: t,
|
|
5566
5566
|
type: i,
|
|
5567
5567
|
"aria-label": f || d,
|
|
@@ -6378,7 +6378,7 @@ const As = "av-text-input", mo = "av-text-input-wrapper", vt = "av-text-input-he
|
|
|
6378
6378
|
size: E = "md",
|
|
6379
6379
|
...O
|
|
6380
6380
|
}, A) => {
|
|
6381
|
-
const [K, R] = je(), [
|
|
6381
|
+
const [K, R] = je(), [J, C] = ne(0), v = ws({ id: e, prefix: `${As}-` }), x = `${t} error, ${p}`, _ = j(null), I = j(null), N = {
|
|
6382
6382
|
xs: { label: "-25px", helperText: "30px" },
|
|
6383
6383
|
sm: { label: "-29px", helperText: "34px" },
|
|
6384
6384
|
md: { label: "-33px", helperText: "38px" },
|
|
@@ -6396,9 +6396,9 @@ const As = "av-text-input", mo = "av-text-input-wrapper", vt = "av-text-input-he
|
|
|
6396
6396
|
size: E,
|
|
6397
6397
|
rightElementClassName: b
|
|
6398
6398
|
});
|
|
6399
|
-
return
|
|
6399
|
+
return Je(() => {
|
|
6400
6400
|
R && R.width && C(R.width + 18 + 10);
|
|
6401
|
-
}, [R]),
|
|
6401
|
+
}, [R]), Je(() => {
|
|
6402
6402
|
const { label: ce, helperText: Ee } = N[E];
|
|
6403
6403
|
_?.current?.style.setProperty("--av-text-input-label", ce), I?.current?.style.setProperty(
|
|
6404
6404
|
"--av-text-input-helper-text",
|
|
@@ -6426,7 +6426,7 @@ const As = "av-text-input", mo = "av-text-input-wrapper", vt = "av-text-input-he
|
|
|
6426
6426
|
className: V.input,
|
|
6427
6427
|
...p && { "aria-describedby": `${v}-helper` },
|
|
6428
6428
|
...s && { "aria-invalid": "true" },
|
|
6429
|
-
...g && !a && { style: { paddingRight:
|
|
6429
|
+
...g && !a && { style: { paddingRight: J } },
|
|
6430
6430
|
...O
|
|
6431
6431
|
}
|
|
6432
6432
|
),
|
|
@@ -6487,7 +6487,7 @@ const So = 500, vo = 5e3, To = 2e4, Is = ie.forwardRef(
|
|
|
6487
6487
|
message: `${r} hiding characters`
|
|
6488
6488
|
}), a && a(!0);
|
|
6489
6489
|
}, To));
|
|
6490
|
-
},
|
|
6490
|
+
}, J = (I) => {
|
|
6491
6491
|
I.preventDefault();
|
|
6492
6492
|
const N = !b.current;
|
|
6493
6493
|
b.current = N, R(), m(N), g({
|
|
@@ -6523,7 +6523,7 @@ const So = 500, vo = 5e3, To = 2e4, Is = ie.forwardRef(
|
|
|
6523
6523
|
rightElement: ie.cloneElement(f, {
|
|
6524
6524
|
ref: u,
|
|
6525
6525
|
label: K,
|
|
6526
|
-
onClick:
|
|
6526
|
+
onClick: J,
|
|
6527
6527
|
onBlur: C,
|
|
6528
6528
|
disabled: t
|
|
6529
6529
|
}),
|
|
@@ -6557,8 +6557,8 @@ try {
|
|
|
6557
6557
|
} catch {
|
|
6558
6558
|
}
|
|
6559
6559
|
const Ao = "ASK! ME! ANYTHING!", Io = "Log in with a password", _o = "Log in with a Passkey", Hc = "Log out", Ro = "Password", Kc = "Usage", Gc = "Profile", Bc = "Settings", Wc = "Chat history", qc = "About", Vt = "Type your message here.", jc = Vt, Vc = `${Vt}
|
|
6560
|
-
Press Enter to send it or Shift+Enter for new line.`,
|
|
6561
|
-
Press Ctrl+Enter to send it or Enter for new line.`,
|
|
6560
|
+
Press Enter to send it or Shift+Enter for new line.`, Qc = `${Vt}
|
|
6561
|
+
Press Ctrl+Enter to send it or Enter for new line.`, Jc = "{{clipboard}}", P = "Review important details.", Yc = [
|
|
6562
6562
|
`Sometimes, ${k} just makes stuff up. ${P}`,
|
|
6563
6563
|
`${k} may invent facts on the fly. ${P}`,
|
|
6564
6564
|
`${k} may be confidently wrong. ${P}`,
|
|
@@ -6767,7 +6767,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, Qc = "{{clipboard}}", P = "
|
|
|
6767
6767
|
] });
|
|
6768
6768
|
}, ko = new URL(document.location.href).searchParams, vr = !!ko.get("debug") || !1, No = Os(() => import(
|
|
6769
6769
|
/* webpackChunkName: "LazyApp" */
|
|
6770
|
-
"./App.
|
|
6770
|
+
"./App.cuOjKevV.js"
|
|
6771
6771
|
).then((e) => e.App)), Po = new Xs(), Tr = ({
|
|
6772
6772
|
isComponent: e,
|
|
6773
6773
|
headerHeight: t
|
|
@@ -6808,14 +6808,14 @@ Press Ctrl+Enter to send it or Enter for new line.`, Qc = "{{clipboard}}", P = "
|
|
|
6808
6808
|
);
|
|
6809
6809
|
export {
|
|
6810
6810
|
qc as ABOUT_TITLE,
|
|
6811
|
-
|
|
6811
|
+
Jo as ACTION_RESET_PROMPT,
|
|
6812
6812
|
jo as ACTION_SEARCH,
|
|
6813
6813
|
Vo as ACTION_SORT,
|
|
6814
|
-
|
|
6814
|
+
Qo as ACTION_TOGGLE_PROMPT,
|
|
6815
6815
|
sl as APP_CLASSNAME,
|
|
6816
6816
|
bs as C,
|
|
6817
6817
|
il as CARDS,
|
|
6818
|
-
|
|
6818
|
+
Jc as CLIPBOARD_PROMPT,
|
|
6819
6819
|
lc as DEFAULT_ICON_ACTION_SIZE,
|
|
6820
6820
|
Vn as E,
|
|
6821
6821
|
qo as ERROR_MESSAGE,
|
|
@@ -6828,7 +6828,7 @@ export {
|
|
|
6828
6828
|
gc as INPUT_BOTTOM_OFFSET_EXTRA,
|
|
6829
6829
|
yc as INPUT_BOTTOM_OFFSET_IPAD,
|
|
6830
6830
|
pc as INPUT_BOTTOM_OFFSET_IPHONE,
|
|
6831
|
-
|
|
6831
|
+
Qc as INPUT_PLACEHOLDER_TEXT_CMD_ENTER,
|
|
6832
6832
|
Vc as INPUT_PLACEHOLDER_TEXT_ENTER,
|
|
6833
6833
|
jc as INPUT_PLACEHOLDER_TEXT_MOBILE,
|
|
6834
6834
|
oo as L,
|
|
@@ -6844,12 +6844,11 @@ export {
|
|
|
6844
6844
|
Zo as LOCAL_STORAGE_SORT_TOKEN_USAGE,
|
|
6845
6845
|
Hc as LOG_OUT,
|
|
6846
6846
|
Co as Logo,
|
|
6847
|
-
|
|
6847
|
+
_c as Oe,
|
|
6848
6848
|
Gc as PROFILE_TITLE,
|
|
6849
6849
|
zc as PROMPTS_DESCRIPTION,
|
|
6850
6850
|
oc as PROMPT_CLASSNAME,
|
|
6851
6851
|
cc as PROMPT_EDITABLE_AREA_CLASSNAME,
|
|
6852
|
-
Cc as Pe,
|
|
6853
6852
|
to as S,
|
|
6854
6853
|
te as SERVICE_TYPES,
|
|
6855
6854
|
Bc as SETTINGS_TITLE,
|
|
@@ -6867,12 +6866,13 @@ export {
|
|
|
6867
6866
|
uc as UI_FOOTER_BUFFER,
|
|
6868
6867
|
Kc as USAGE_TITLE,
|
|
6869
6868
|
jt as Y,
|
|
6870
|
-
k as _e,
|
|
6871
6869
|
wc as a,
|
|
6872
6870
|
Xi as b,
|
|
6873
6871
|
Sc as c,
|
|
6874
6872
|
$i as convertCamelCaseToReadable,
|
|
6873
|
+
Ac as de,
|
|
6875
6874
|
Oi as debounce,
|
|
6875
|
+
Cc as fe,
|
|
6876
6876
|
Ec as getCacheInfo,
|
|
6877
6877
|
wi as getCurrentGeoLocation,
|
|
6878
6878
|
fs as getLayoutPaddingClass,
|
|
@@ -6890,21 +6890,21 @@ export {
|
|
|
6890
6890
|
Pe as it,
|
|
6891
6891
|
he as j,
|
|
6892
6892
|
ao as l,
|
|
6893
|
-
|
|
6893
|
+
Rc as le,
|
|
6894
6894
|
oi as mutateCall,
|
|
6895
6895
|
as as n,
|
|
6896
|
-
vc as ne,
|
|
6897
6896
|
_i as numberFormatter,
|
|
6898
6897
|
Es as o,
|
|
6899
6898
|
Si as obfuscate,
|
|
6900
|
-
|
|
6901
|
-
Rc as pe,
|
|
6899
|
+
k as pe,
|
|
6902
6900
|
Ci as pluralize,
|
|
6901
|
+
Tc as re,
|
|
6903
6902
|
Ti as renderDataAsList,
|
|
6904
6903
|
ii as serverUrl,
|
|
6905
6904
|
Oc as setNewProvider,
|
|
6906
6905
|
rt as te,
|
|
6907
|
-
|
|
6906
|
+
vc as te$1,
|
|
6907
|
+
Ic as ue,
|
|
6908
6908
|
vi as unObfuscate,
|
|
6909
6909
|
Nc as useChangelogs,
|
|
6910
6910
|
$c as useChatsHistory,
|
|
@@ -6918,5 +6918,5 @@ export {
|
|
|
6918
6918
|
ci as useUserPreferences,
|
|
6919
6919
|
Fc as utilities,
|
|
6920
6920
|
Ts as x,
|
|
6921
|
-
|
|
6921
|
+
Qn as y
|
|
6922
6922
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.
|
|
1
|
+
import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.Bw-tEpSM.js";
|
|
2
2
|
import { longestStreak as qe } from "./index.Cyw5OC0t.js";
|
|
3
3
|
function ne(e, n) {
|
|
4
4
|
const t = String(e);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.
|
|
2
|
-
import { toText as Ca } from "./index.
|
|
1
|
+
import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.Bw-tEpSM.js";
|
|
2
|
+
import { toText as Ca } from "./index.BWJ8ML3P.js";
|
|
3
3
|
const Gt = /[#.]/g;
|
|
4
4
|
function qa(r, e) {
|
|
5
5
|
const t = r || "", a = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as kn } from "./App.
|
|
2
|
-
import { visit as In } from "./useMarkdown.
|
|
3
|
-
import { toText as Cn } from "./index.
|
|
1
|
+
import { getDefaultExportFromCjs as kn } from "./App.cuOjKevV.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.Bw-tEpSM.js";
|
|
3
|
+
import { toText as Cn } from "./index.BWJ8ML3P.js";
|
|
4
4
|
function xn(e) {
|
|
5
5
|
const t = e.regex, i = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }), a = "decltype\\(auto\\)", r = "[a-zA-Z_]\\w*::", d = "(?!struct)(" + a + "|" + t.optional(r) + "[a-zA-Z_]\\w*" + t.optional("<[^<>]+>") + ")", c = {
|
|
6
6
|
className: "type",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as rn from "react/jsx-runtime";
|
|
2
2
|
import { jsx as se, jsxs as Pn } from "react/jsx-runtime";
|
|
3
|
-
import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.
|
|
3
|
+
import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.C1SMMUJo.js";
|
|
4
4
|
import zr, { useState as Lt, useEffect as _t, useCallback as vt, useRef as Re } from "react";
|
|
5
|
-
import { getDefaultExportFromCjs as Nt } from "./App.
|
|
5
|
+
import { getDefaultExportFromCjs as Nt } from "./App.cuOjKevV.js";
|
|
6
6
|
import Lr from "clsx";
|
|
7
7
|
const Rt = ({
|
|
8
8
|
children: e,
|
|
@@ -6900,7 +6900,7 @@ class uu {
|
|
|
6900
6900
|
if (!this.remarkGfm) {
|
|
6901
6901
|
const { default: n } = await import(
|
|
6902
6902
|
/* webpackChunkName: "md-remark" */
|
|
6903
|
-
"./index.
|
|
6903
|
+
"./index.CXN6Kb5s.js"
|
|
6904
6904
|
);
|
|
6905
6905
|
this.remarkGfm = n;
|
|
6906
6906
|
}
|
|
@@ -6911,7 +6911,7 @@ class uu {
|
|
|
6911
6911
|
hu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
|
|
6912
6912
|
const { default: n } = await import(
|
|
6913
6913
|
/* webpackChunkName: "md-rehype-katex" */
|
|
6914
|
-
"./index.
|
|
6914
|
+
"./index.Chm9CISa.js"
|
|
6915
6915
|
);
|
|
6916
6916
|
this.rehypeKatex = n;
|
|
6917
6917
|
}
|
|
@@ -6921,7 +6921,7 @@ class uu {
|
|
|
6921
6921
|
if (!this.remarkMath) {
|
|
6922
6922
|
const { default: n } = await import(
|
|
6923
6923
|
/* webpackChunkName: "md-remark" */
|
|
6924
|
-
"./index.
|
|
6924
|
+
"./index.BoS9FOuX.js"
|
|
6925
6925
|
);
|
|
6926
6926
|
this.remarkMath = n;
|
|
6927
6927
|
}
|
|
@@ -6931,7 +6931,7 @@ class uu {
|
|
|
6931
6931
|
if (!this.rehypeHighlight) {
|
|
6932
6932
|
const { default: n } = await import(
|
|
6933
6933
|
/* webpackChunkName: "md-rehype-highlight" */
|
|
6934
|
-
"./index.
|
|
6934
|
+
"./index.EtY2KRYo.js"
|
|
6935
6935
|
);
|
|
6936
6936
|
this.rehypeHighlight = n;
|
|
6937
6937
|
}
|
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.C1SMMUJo.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.62.
|
|
3
|
+
@sassysaint/client v8.62.3
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "8.62.
|
|
9
|
-
buildTime: "10/15/2025
|
|
8
|
+
version: "8.62.3",
|
|
9
|
+
buildTime: "10/15/2025 08:25 PM EDT",
|
|
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": "8.62.
|
|
3
|
+
"version": "8.62.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@sassysaint/client": "8.62.
|
|
36
|
+
"@sassysaint/client": "8.62.3",
|
|
37
37
|
"@tailwindcss/vite": "4.1.14",
|
|
38
38
|
"@versini/ui-styles": "6.0.3"
|
|
39
39
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "61f0429fcce881386493da93867f2ce475dd4858"
|
|
49
49
|
}
|