@versini/sassysaint 8.63.1 → 8.63.2
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.COOGja4L.js → AboutChangelog.CgWpnt0-.js} +2 -2
- package/dist/chunks/{AboutEntry.7ncF_DIc.js → AboutEntry.BFRP5ooB.js} +5 -5
- package/dist/chunks/{App.DoVbmL2p.js → App.D8Oj9Bd0.js} +16 -16
- package/dist/chunks/{Chart.z1dHEeK6.js → Chart.mqvnca1I.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DVMPxg2S.js → ChatBubbleAssistant.B_DX9nDw.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.BH4pmGH0.js → ChatBubbleUser.C96o2VKH.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.DZZj5eGe.js → ChatHistoryTable._bY62ApI.js} +8 -8
- package/dist/chunks/{HistoryEntry.BJMwUkDf.js → HistoryEntry.M11etosA.js} +16 -16
- package/dist/chunks/{ProfileEntry.OkDRtUl8.js → ProfileEntry.KP6M4PBq.js} +2 -2
- package/dist/chunks/{SettingsEntry.D1ZU-gPR.js → SettingsEntry.CX10SPfm.js} +2 -2
- package/dist/chunks/{Table.BfS9Q50S.js → Table.NnkjKlVb.js} +2 -2
- package/dist/chunks/{UsageEntry.D0J4ZEpB.js → UsageEntry.BK-OcL7q.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.D_wyyDyJ.js → UserMemoriesPanel.NWSSZYbD.js} +3 -3
- package/dist/chunks/{index.DrNBEhtX.js → index.BVu4RUti.js} +1 -1
- package/dist/chunks/{index.Ok5GIj4k.js → index.BbLkbhwA.js} +1 -1
- package/dist/chunks/{index.BnidGtMy.js → index.CbLRQ-C6.js} +1 -1
- package/dist/chunks/{index.B__EFtnc.js → index.CpPz5lxv.js} +1 -1
- package/dist/chunks/{index.CRxV0D78.js → index.CzY76ftr.js} +2 -2
- package/dist/chunks/{index.Bng14czd.js → index.DmgHQege.js} +3 -3
- package/dist/chunks/{index.DCbJZ9UB.js → index.KbKMiFvR.js} +64 -64
- package/dist/chunks/{useMarkdown.CpO2Waej.js → useMarkdown.sGAWsCHR.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.D8Oj9Bd0.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.sGAWsCHR.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.D8Oj9Bd0.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.KbKMiFvR.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.CgWpnt0-.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.63.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "10/17/2025
|
|
21
|
+
[r.ABOUT.VERSION]: "8.63.2",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/17/2025 05:46 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 Qa, ACTION_SEARCH as Ka, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to,
|
|
2
|
+
import { I as G, ACTION_SORT as Qa, ACTION_SEARCH as Ka, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to, ne as es, te as ye, DEFAULT_ICON_ACTION_SIZE as Ee, isTauri as Bt, n as _e, useUserPreferences as Ze, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as no, L as wr, j as et, C as Kr, LOCAL_STORAGE_PREFIX as tt, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, LOCAL_STORAGE_REASONING_DISCLOSURE as rs, useChatsHistory as oo, 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, i$1 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, ye as us, FOOTER_DISCLAIMERS as on, h as ao, 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 so, getLayoutPaddingClass as Er, ue as hs, c as fs, y as gs, d as vs, setNewProvider as ys, TOAST_PROVIDER_CHANGED as _s, LOG_OUT as sn, a as io, ee as cn, useServerCapabilities as bs, getMessageContaintWrapperClass as ws, UI_FOOTER_BUFFER as co, UI_BUTTON_SCROLL_BUFFER as Is, Logo as Es, UI_DEFAULT_MAIN_HEIGHT as ln, isPWAMode as Ts, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ss, APP_CLASSNAME as xs, Ae as un, le as ks, LOCAL_STORAGE_SORT as Cs, LOCAL_STORAGE_SEARCH as Ns, LOCAL_STORAGE_SORT_TIMESTAMP as zs, LOCAL_STORAGE_SORT_TOKEN_USAGE as As, TOAST_CACHE_ENABLED as Os, TOAST_CACHE_DISABLED as Ms } from "./index.KbKMiFvR.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 Pt, createContext as $s, useContext as te, useId as lo, forwardRef as uo, useMemo as Ve, Suspense as Vt, lazy as Te, useReducer as kt, useLayoutEffect as Ps } from "react";
|
|
5
5
|
import M from "clsx";
|
|
@@ -6641,7 +6641,7 @@ const Ca = async () => (gr || (gr = import(
|
|
|
6641
6641
|
"./index.790ujKXR.js"
|
|
6642
6642
|
)), gr), Na = async () => (vr || (vr = import(
|
|
6643
6643
|
/* webpackChunkName: "toast-utilities" */
|
|
6644
|
-
"./index.
|
|
6644
|
+
"./index.KbKMiFvR.js"
|
|
6645
6645
|
).then((e) => e.utilities)), vr), Dm = async () => {
|
|
6646
6646
|
try {
|
|
6647
6647
|
await Promise.all([Ca(), Na()]);
|
|
@@ -9092,38 +9092,38 @@ const Rh = (e) => {
|
|
|
9092
9092
|
}, cf = Te(
|
|
9093
9093
|
() => import(
|
|
9094
9094
|
/* webpackChunkName: "modal-chunk" */
|
|
9095
|
-
"./ProfileEntry.
|
|
9095
|
+
"./ProfileEntry.KP6M4PBq.js"
|
|
9096
9096
|
).then((e) => ({
|
|
9097
9097
|
default: e.Profile
|
|
9098
9098
|
}))
|
|
9099
9099
|
), lf = Te(
|
|
9100
9100
|
() => import(
|
|
9101
9101
|
/* webpackChunkName: "modal-chunk" */
|
|
9102
|
-
"./SettingsEntry.
|
|
9102
|
+
"./SettingsEntry.CX10SPfm.js"
|
|
9103
9103
|
).then((e) => ({
|
|
9104
9104
|
default: e.SettingsPanel
|
|
9105
9105
|
}))
|
|
9106
9106
|
), uf = Te(
|
|
9107
9107
|
() => import(
|
|
9108
9108
|
/* webpackChunkName: "modal-chunk" */
|
|
9109
|
-
"./HistoryEntry.
|
|
9109
|
+
"./HistoryEntry.M11etosA.js"
|
|
9110
9110
|
).then((e) => ({
|
|
9111
9111
|
default: e.HistoryPanel
|
|
9112
9112
|
}))
|
|
9113
9113
|
), df = Te(
|
|
9114
9114
|
() => import(
|
|
9115
9115
|
/* webpackChunkName: "modal-chunk" */
|
|
9116
|
-
"./AboutEntry.
|
|
9116
|
+
"./AboutEntry.BFRP5ooB.js"
|
|
9117
9117
|
).then((e) => ({ default: e.About }))
|
|
9118
9118
|
), pf = Te(
|
|
9119
9119
|
() => import(
|
|
9120
9120
|
/* webpackChunkName: "modal-chunk" */
|
|
9121
|
-
"./UsageEntry.
|
|
9121
|
+
"./UsageEntry.BK-OcL7q.js"
|
|
9122
9122
|
).then((e) => ({ default: e.Usage }))
|
|
9123
9123
|
), mf = Te(
|
|
9124
9124
|
() => import(
|
|
9125
9125
|
/* webpackChunkName: "modal-chunk" */
|
|
9126
|
-
"./UserMemoriesPanel.
|
|
9126
|
+
"./UserMemoriesPanel.NWSSZYbD.js"
|
|
9127
9127
|
).then(
|
|
9128
9128
|
(e) => ({ default: e.default })
|
|
9129
9129
|
)
|
|
@@ -9171,23 +9171,23 @@ const Rh = (e) => {
|
|
|
9171
9171
|
p || Promise.all([
|
|
9172
9172
|
import(
|
|
9173
9173
|
/* webpackChunkName: "modal-chunk" */
|
|
9174
|
-
"./ProfileEntry.
|
|
9174
|
+
"./ProfileEntry.KP6M4PBq.js"
|
|
9175
9175
|
),
|
|
9176
9176
|
import(
|
|
9177
9177
|
/* webpackChunkName: "modal-chunk" */
|
|
9178
|
-
"./SettingsEntry.
|
|
9178
|
+
"./SettingsEntry.CX10SPfm.js"
|
|
9179
9179
|
),
|
|
9180
9180
|
import(
|
|
9181
9181
|
/* webpackChunkName: "modal-chunk" */
|
|
9182
|
-
"./HistoryEntry.
|
|
9182
|
+
"./HistoryEntry.M11etosA.js"
|
|
9183
9183
|
),
|
|
9184
9184
|
import(
|
|
9185
9185
|
/* webpackChunkName: "modal-chunk" */
|
|
9186
|
-
"./AboutEntry.
|
|
9186
|
+
"./AboutEntry.BFRP5ooB.js"
|
|
9187
9187
|
),
|
|
9188
9188
|
import(
|
|
9189
9189
|
/* webpackChunkName: "modal-chunk" */
|
|
9190
|
-
"./UsageEntry.
|
|
9190
|
+
"./UsageEntry.BK-OcL7q.js"
|
|
9191
9191
|
)
|
|
9192
9192
|
]).finally(() => d(!0));
|
|
9193
9193
|
}, [p]), g = B((b) => {
|
|
@@ -9433,18 +9433,18 @@ try {
|
|
|
9433
9433
|
} catch {
|
|
9434
9434
|
}
|
|
9435
9435
|
const yf = Te(
|
|
9436
|
-
() => import("./index.
|
|
9436
|
+
() => import("./index.BbLkbhwA.js").then((e) => ({ default: e.Bubble }))
|
|
9437
9437
|
), Yr = (e) => /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(yf, { ...e }) });
|
|
9438
9438
|
Yr.displayName = "AsyncBubble";
|
|
9439
9439
|
const Kn = 1, _f = 150, bf = Te(
|
|
9440
9440
|
() => import(
|
|
9441
9441
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9442
|
-
"./ChatBubbleAssistant.
|
|
9442
|
+
"./ChatBubbleAssistant.B_DX9nDw.js"
|
|
9443
9443
|
)
|
|
9444
9444
|
), wf = Te(
|
|
9445
9445
|
() => import(
|
|
9446
9446
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9447
|
-
"./ChatBubbleUser.
|
|
9447
|
+
"./ChatBubbleUser.C96o2VKH.js"
|
|
9448
9448
|
)
|
|
9449
9449
|
), If = it.memo(
|
|
9450
9450
|
({
|
|
@@ -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.D8Oj9Bd0.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.KbKMiFvR.js";
|
|
5
5
|
var ls = { exports: {} }, Ip = ls.exports, on;
|
|
6
6
|
function Dp() {
|
|
7
7
|
return on || (on = 1, (function(ke, ne) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as x } 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, ee as L } from "./index.KbKMiFvR.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.BbLkbhwA.js";
|
|
4
4
|
import w from "clsx";
|
|
5
5
|
import v, { useState as M, 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.
|
|
6
|
+
import { ChatContext as G, AsyncBubble as E } from "./App.D8Oj9Bd0.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.sGAWsCHR.js";
|
|
8
8
|
const j = 2, q = j * 1e3, b = "", I = (e) => e * (2 - e);
|
|
9
9
|
function W(e, n = !0) {
|
|
10
10
|
const [a, p] = M(0), [i, C] = M(0), [t, T] = M(e), r = A(0), s = A(0);
|
|
@@ -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.D8Oj9Bd0.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.sGAWsCHR.js";
|
|
5
|
+
import { C as M } from "./index.KbKMiFvR.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, Ae as N, le as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as p, numberFormatter as k, de as b, isProbablyMobile as D, d as U, c as B, y as I } from "./index.KbKMiFvR.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.D8Oj9Bd0.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
|
|
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.NnkjKlVb.js";
|
|
7
7
|
const K = ({
|
|
8
8
|
className: c,
|
|
9
9
|
viewBox: l,
|
|
@@ -121,7 +121,7 @@ const K = ({
|
|
|
121
121
|
return /* @__PURE__ */ e(a, { className: "sr-only", children: "Row" }, s);
|
|
122
122
|
case t.TIMESTAMP:
|
|
123
123
|
return /* @__PURE__ */ e(
|
|
124
|
-
|
|
124
|
+
f,
|
|
125
125
|
{
|
|
126
126
|
focusMode: "system",
|
|
127
127
|
buttonClassName: "text-xs sm:text-sm",
|
|
@@ -142,7 +142,7 @@ const K = ({
|
|
|
142
142
|
return /* @__PURE__ */ e(a, { className: "text-xs sm:text-sm", children: "Provider" }, s);
|
|
143
143
|
case t.TOKEN_USAGE:
|
|
144
144
|
return /* @__PURE__ */ e(
|
|
145
|
-
|
|
145
|
+
f,
|
|
146
146
|
{
|
|
147
147
|
focusMode: "system",
|
|
148
148
|
buttonClassName: "text-xs sm:text-sm",
|
|
@@ -198,7 +198,7 @@ const K = ({
|
|
|
198
198
|
);
|
|
199
199
|
}
|
|
200
200
|
case t.PROVIDER: {
|
|
201
|
-
const d = r.model ? b(r.model) : null,
|
|
201
|
+
const d = r.model ? b(r.model) : null, R = d ? q[d] : null;
|
|
202
202
|
return /* @__PURE__ */ e(
|
|
203
203
|
a,
|
|
204
204
|
{
|
|
@@ -206,8 +206,8 @@ const K = ({
|
|
|
206
206
|
scope: "row",
|
|
207
207
|
className: h("dark:text-gray-400"),
|
|
208
208
|
align: "center",
|
|
209
|
-
children:
|
|
210
|
-
|
|
209
|
+
children: R ? /* @__PURE__ */ e(
|
|
210
|
+
R,
|
|
211
211
|
{
|
|
212
212
|
size: "size-4 sm:size-5",
|
|
213
213
|
semantic: !0,
|
|
@@ -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
|
|
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 f, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, Ae as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, TOAST_CHAT_DELETED as ie, setNewProvider as ne, ACTION_SORT as ce, 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 ye, ACTION_SEARCH as fe } from "./index.KbKMiFvR.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.D8Oj9Bd0.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._bY62ApI.js"
|
|
35
35
|
).then((l) => ({ default: l.ChatHistoryTable }))
|
|
36
36
|
), xe = ({
|
|
37
37
|
filteredHistory: l,
|
|
@@ -50,17 +50,17 @@ const Ne = ({
|
|
|
50
50
|
sortDirection: i.sortDirection || m.DESC,
|
|
51
51
|
sortedCell: i.sortedCell || L
|
|
52
52
|
}, {
|
|
53
|
-
state: { provider:
|
|
53
|
+
state: { provider: y },
|
|
54
54
|
setChatId: w,
|
|
55
55
|
setInitialMessages: _
|
|
56
56
|
} = R(M), { setInput: N } = Ee(), [O, v] = E({
|
|
57
|
-
key:
|
|
57
|
+
key: f + te,
|
|
58
58
|
initialValue: m.DESC
|
|
59
59
|
}), [a, B] = E({
|
|
60
|
-
key:
|
|
60
|
+
key: f + re,
|
|
61
61
|
initialValue: m.ASC
|
|
62
62
|
}), [, Y] = E({
|
|
63
|
-
key:
|
|
63
|
+
key: f + ae,
|
|
64
64
|
initialValue: L
|
|
65
65
|
}), { refetch: j } = se({
|
|
66
66
|
user: d?.username,
|
|
@@ -112,7 +112,7 @@ const Ne = ({
|
|
|
112
112
|
id: e.id
|
|
113
113
|
}
|
|
114
114
|
});
|
|
115
|
-
r.data.provider !==
|
|
115
|
+
r.data.provider !== y && (await ne({
|
|
116
116
|
provider: r.data.provider,
|
|
117
117
|
accessToken: s,
|
|
118
118
|
username: d?.username || ""
|
|
@@ -224,20 +224,20 @@ const Ne = ({
|
|
|
224
224
|
sortedCell: c.sortedCell || L,
|
|
225
225
|
getAccessToken: T
|
|
226
226
|
}), [, I] = E({
|
|
227
|
-
key:
|
|
227
|
+
key: f + me,
|
|
228
228
|
initialValue: c.searchString
|
|
229
|
-
}), [
|
|
230
|
-
key:
|
|
229
|
+
}), [y, w] = E({
|
|
230
|
+
key: f + ue,
|
|
231
231
|
initialValue: !1
|
|
232
232
|
});
|
|
233
233
|
U(() => {
|
|
234
234
|
p && S(
|
|
235
|
-
|
|
235
|
+
y ? p.filter((a) => a.favoriteChat === !0) : p
|
|
236
236
|
);
|
|
237
|
-
}, [p,
|
|
237
|
+
}, [p, y]);
|
|
238
238
|
const _ = async (a) => {
|
|
239
239
|
I(a), g({
|
|
240
|
-
type:
|
|
240
|
+
type: fe,
|
|
241
241
|
payload: { searchString: a }
|
|
242
242
|
});
|
|
243
243
|
}, N = Te((a) => {
|
|
@@ -288,7 +288,7 @@ const Ne = ({
|
|
|
288
288
|
Re,
|
|
289
289
|
{
|
|
290
290
|
name: "favorites-only",
|
|
291
|
-
checked:
|
|
291
|
+
checked: y,
|
|
292
292
|
onChange: v,
|
|
293
293
|
label: "Show favorites only",
|
|
294
294
|
narrow: !0,
|
|
@@ -296,7 +296,7 @@ const Ne = ({
|
|
|
296
296
|
}
|
|
297
297
|
) }),
|
|
298
298
|
/* @__PURE__ */ t(
|
|
299
|
-
|
|
299
|
+
ye,
|
|
300
300
|
{
|
|
301
301
|
size: "small",
|
|
302
302
|
disabled: c.searchString === "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as M, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { preloadToast as B, showSuccessToast as G, showErrorToast as O, LazyToastContainerWrapper as j, oe as D } from "./App.
|
|
3
|
-
import { n as K, i as W, useUserPreferences as Y, useServerCapabilities as H,
|
|
2
|
+
import { preloadToast as B, showSuccessToast as G, showErrorToast as O, LazyToastContainerWrapper as j, oe as D } from "./App.D8Oj9Bd0.js";
|
|
3
|
+
import { n as K, i as W, useUserPreferences as Y, useServerCapabilities as H, ae as $, setUserPlan as V, S as o, renderDataAsList as q, CARDS as r, L as E, j as l, C as J, it as Q, isTauri as X, te as Z, l as I, PROFILE_TITLE as ee } from "./index.KbKMiFvR.js";
|
|
4
4
|
import se from "clsx";
|
|
5
5
|
import { useState as L, useMemo as re, useCallback as k } from "react";
|
|
6
6
|
const ae = () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as u, jsx as r, Fragment as ue } from "react/jsx-runtime";
|
|
2
|
-
import { o as Ee, h as me, i as Ne, x as Te, n as we, useUserPreferences as ve,
|
|
3
|
-
import { useCapability as ye, oe as Oe, O as I } from "./App.
|
|
2
|
+
import { o as Ee, h as me, i as Ne, x as Te, n as we, useUserPreferences as ve, Pe as he, getCacheInfo as Se, isServiceWorkerEnabled as Ce, SETTINGS_TITLE as Ie, S as H, CARDS as C, Oe as _e, C as le, PROMPTS_DESCRIPTION as Le, L as Re, j as pe, getCurrentGeoLocation as Ae, mutateCall as fe, handleServiceWorkerToggle as De, SERVICE_TYPES as ge } from "./index.KbKMiFvR.js";
|
|
3
|
+
import { useCapability as ye, oe as Oe, O as I } from "./App.D8Oj9Bd0.js";
|
|
4
4
|
import Me, { useState as d, useEffect as ie, useRef as V, useLayoutEffect as J, useCallback as Be } from "react";
|
|
5
5
|
import p from "clsx";
|
|
6
6
|
function Pe({
|
|
@@ -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.KbKMiFvR.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.D8Oj9Bd0.js";
|
|
6
6
|
const L = ({
|
|
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.KbKMiFvR.js";
|
|
3
|
+
import { oe as z } from "./App.D8Oj9Bd0.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.mqvnca1I.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.KbKMiFvR.js";
|
|
3
|
+
import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.D8Oj9Bd0.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.NnkjKlVb.js";
|
|
7
7
|
const ue = ({
|
|
8
8
|
open: A,
|
|
9
9
|
onOpenChange: C,
|
|
@@ -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.sGAWsCHR.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.sGAWsCHR.js";
|
|
2
|
+
import { toText as Ca } from "./index.BVu4RUti.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.D8Oj9Bd0.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.sGAWsCHR.js";
|
|
3
|
+
import { toText as Cn } from "./index.BVu4RUti.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",
|
|
@@ -669,7 +669,7 @@ var xr = class {
|
|
|
669
669
|
case "fetch":
|
|
670
670
|
return {
|
|
671
671
|
...r,
|
|
672
|
-
...
|
|
672
|
+
...Mr(r.data, this.options),
|
|
673
673
|
fetchMeta: e.meta ?? null
|
|
674
674
|
};
|
|
675
675
|
case "success":
|
|
@@ -719,7 +719,7 @@ var xr = class {
|
|
|
719
719
|
});
|
|
720
720
|
}
|
|
721
721
|
};
|
|
722
|
-
function
|
|
722
|
+
function Mr(e, t) {
|
|
723
723
|
return {
|
|
724
724
|
fetchFailureCount: 0,
|
|
725
725
|
fetchFailureReason: null,
|
|
@@ -897,7 +897,7 @@ var ra = class extends ke {
|
|
|
897
897
|
const v = this.hasListeners(), x = !v && sr(e, t), _ = v && ar(e, r, t, s);
|
|
898
898
|
(x || _) && (d = {
|
|
899
899
|
...d,
|
|
900
|
-
...
|
|
900
|
+
...Mr(f.data, e.options)
|
|
901
901
|
}), t._optimisticResults === "isRestoring" && (d.fetchStatus = "idle");
|
|
902
902
|
}
|
|
903
903
|
let { error: m, errorUpdatedAt: p, status: g } = d;
|
|
@@ -1119,7 +1119,7 @@ var ia = class extends xr {
|
|
|
1119
1119
|
#r;
|
|
1120
1120
|
#a;
|
|
1121
1121
|
constructor(e) {
|
|
1122
|
-
super(), this.#e = e.client, this.mutationId = e.mutationId, this.#r = e.mutationCache, this.#t = [], this.state = e.state ||
|
|
1122
|
+
super(), this.#e = e.client, this.mutationId = e.mutationId, this.#r = e.mutationCache, this.#t = [], this.state = e.state || Dr(), this.setOptions(e.options), this.scheduleGc();
|
|
1123
1123
|
}
|
|
1124
1124
|
setOptions(e) {
|
|
1125
1125
|
this.options = e, this.updateGcTime(this.options.gcTime);
|
|
@@ -1316,7 +1316,7 @@ var ia = class extends xr {
|
|
|
1316
1316
|
});
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
|
-
function
|
|
1319
|
+
function Dr() {
|
|
1320
1320
|
return {
|
|
1321
1321
|
context: void 0,
|
|
1322
1322
|
data: void 0,
|
|
@@ -1456,7 +1456,7 @@ var ca = class extends ke {
|
|
|
1456
1456
|
return this.#a = t, this.#r?.removeObserver(this), this.#r = this.#e.getMutationCache().build(this.#e, this.options), this.#r.addObserver(this), this.#r.execute(e);
|
|
1457
1457
|
}
|
|
1458
1458
|
#s() {
|
|
1459
|
-
const e = this.#r?.state ??
|
|
1459
|
+
const e = this.#r?.state ?? Dr();
|
|
1460
1460
|
this.#t = {
|
|
1461
1461
|
...e,
|
|
1462
1462
|
isPending: e.status === "pending",
|
|
@@ -2145,7 +2145,7 @@ const qr = (e) => Br(e) || Wr(e), Pa = (...e) => {
|
|
|
2145
2145
|
function $a(e) {
|
|
2146
2146
|
return typeof e == "object" && e !== null;
|
|
2147
2147
|
}
|
|
2148
|
-
const
|
|
2148
|
+
const Me = (e) => {
|
|
2149
2149
|
if (!$a(e) || Object.prototype.toString.call(e) !== "[object Object]")
|
|
2150
2150
|
return !1;
|
|
2151
2151
|
if (Object.getPrototypeOf(e) === null)
|
|
@@ -2167,7 +2167,7 @@ const De = (e) => {
|
|
|
2167
2167
|
if (e[r] !== t[r])
|
|
2168
2168
|
return !1;
|
|
2169
2169
|
return !0;
|
|
2170
|
-
},
|
|
2170
|
+
}, Ma = (e) => ({ data: e, pos: 0 }), et = (e) => {
|
|
2171
2171
|
const t = e.data[e.pos++];
|
|
2172
2172
|
if (t & 128) {
|
|
2173
2173
|
const r = t & 127;
|
|
@@ -2183,7 +2183,7 @@ const De = (e) => {
|
|
|
2183
2183
|
}, jr = (e, t) => {
|
|
2184
2184
|
const r = e.data.subarray(e.pos, e.pos + t);
|
|
2185
2185
|
return e.pos += t, r;
|
|
2186
|
-
},
|
|
2186
|
+
}, Da = (e) => {
|
|
2187
2187
|
tt(e, 6, "Expected algorithm OID");
|
|
2188
2188
|
const t = et(e);
|
|
2189
2189
|
return jr(e, t);
|
|
@@ -2194,7 +2194,7 @@ function La(e) {
|
|
|
2194
2194
|
return { algIdStart: e.pos, algIdLength: t };
|
|
2195
2195
|
}
|
|
2196
2196
|
const Ua = (e) => {
|
|
2197
|
-
const t =
|
|
2197
|
+
const t = Da(e);
|
|
2198
2198
|
if (mt(t, [43, 101, 110]))
|
|
2199
2199
|
return "X25519";
|
|
2200
2200
|
if (!mt(t, [42, 134, 72, 206, 61, 2, 1]))
|
|
@@ -2268,7 +2268,7 @@ const Ua = (e) => {
|
|
|
2268
2268
|
const s = Ha(e, /(?:-----(?:BEGIN|END) PUBLIC KEY-----|\s)/g);
|
|
2269
2269
|
let a = r;
|
|
2270
2270
|
return t?.startsWith?.("ECDH-ES") && (a ||= {}, a.getNamedCurve = (n) => {
|
|
2271
|
-
const i =
|
|
2271
|
+
const i = Ma(n);
|
|
2272
2272
|
return La(i), Ua(i);
|
|
2273
2273
|
}), Fa("spki", s, t, a);
|
|
2274
2274
|
};
|
|
@@ -2393,7 +2393,7 @@ const qa = (e, t, r, s, a) => {
|
|
|
2393
2393
|
return new Set(t);
|
|
2394
2394
|
};
|
|
2395
2395
|
function Kt(e) {
|
|
2396
|
-
return
|
|
2396
|
+
return Me(e) && typeof e.kty == "string";
|
|
2397
2397
|
}
|
|
2398
2398
|
function Va(e) {
|
|
2399
2399
|
return e.kty !== "oct" && (e.kty === "AKP" && typeof e.priv == "string" || typeof e.d == "string");
|
|
@@ -2663,7 +2663,7 @@ const lr = async (e, t, r, s = !1) => {
|
|
|
2663
2663
|
}
|
|
2664
2664
|
};
|
|
2665
2665
|
async function an(e, t, r) {
|
|
2666
|
-
if (!
|
|
2666
|
+
if (!Me(e))
|
|
2667
2667
|
throw new L("Flattened JWS must be an object");
|
|
2668
2668
|
if (e.protected === void 0 && e.header === void 0)
|
|
2669
2669
|
throw new L('Flattened JWS must have either of the "protected" or "header" members');
|
|
@@ -2673,7 +2673,7 @@ async function an(e, t, r) {
|
|
|
2673
2673
|
throw new L("JWS Payload missing");
|
|
2674
2674
|
if (typeof e.signature != "string")
|
|
2675
2675
|
throw new L("JWS Signature missing or incorrect type");
|
|
2676
|
-
if (e.header !== void 0 && !
|
|
2676
|
+
if (e.header !== void 0 && !Me(e.header))
|
|
2677
2677
|
throw new L("JWS Unprotected Header incorrect type");
|
|
2678
2678
|
let s = {};
|
|
2679
2679
|
if (e.protected)
|
|
@@ -2785,7 +2785,7 @@ function hn(e, t, r = {}) {
|
|
|
2785
2785
|
s = JSON.parse(Ce.decode(t));
|
|
2786
2786
|
} catch {
|
|
2787
2787
|
}
|
|
2788
|
-
if (!
|
|
2788
|
+
if (!Me(s))
|
|
2789
2789
|
throw new re("JWT Claims Set must be a top-level JSON object");
|
|
2790
2790
|
const { typ: a } = r;
|
|
2791
2791
|
if (a && (typeof e.typ != "string" || dr(e.typ) !== dr(a)))
|
|
@@ -2868,11 +2868,11 @@ function mn(e) {
|
|
|
2868
2868
|
} catch {
|
|
2869
2869
|
throw new re("Failed to parse the decoded payload as JSON");
|
|
2870
2870
|
}
|
|
2871
|
-
if (!
|
|
2871
|
+
if (!Me(a))
|
|
2872
2872
|
throw new re("Invalid JWT Claims Set");
|
|
2873
2873
|
return a;
|
|
2874
2874
|
}
|
|
2875
|
-
const
|
|
2875
|
+
const De = async (e) => {
|
|
2876
2876
|
try {
|
|
2877
2877
|
const t = F.ALG, r = await Wa(Aa, t);
|
|
2878
2878
|
return await fn(e, r, {
|
|
@@ -2887,11 +2887,11 @@ const Me = async (e) => {
|
|
|
2887
2887
|
} catch {
|
|
2888
2888
|
return;
|
|
2889
2889
|
}
|
|
2890
|
-
},
|
|
2890
|
+
}, M = [];
|
|
2891
2891
|
for (let e = 0; e < 256; ++e)
|
|
2892
|
-
|
|
2892
|
+
M.push((e + 256).toString(16).slice(1));
|
|
2893
2893
|
function yn(e, t = 0) {
|
|
2894
|
-
return (
|
|
2894
|
+
return (M[e[t + 0]] + M[e[t + 1]] + M[e[t + 2]] + M[e[t + 3]] + "-" + M[e[t + 4]] + M[e[t + 5]] + "-" + M[e[t + 6]] + M[e[t + 7]] + "-" + M[e[t + 8]] + M[e[t + 9]] + "-" + M[e[t + 10]] + M[e[t + 11]] + M[e[t + 12]] + M[e[t + 13]] + M[e[t + 14]] + M[e[t + 15]]).toLowerCase();
|
|
2895
2895
|
}
|
|
2896
2896
|
let pt;
|
|
2897
2897
|
const gn = new Uint8Array(16);
|
|
@@ -3281,12 +3281,12 @@ const pr = (e, t) => {
|
|
|
3281
3281
|
window.localStorage.setItem(e, r), es(e, r);
|
|
3282
3282
|
}, xn = (e) => {
|
|
3283
3283
|
window.localStorage.removeItem(e), es(e, null);
|
|
3284
|
-
}, yr = (e) => window.localStorage.getItem(e),
|
|
3284
|
+
}, yr = (e) => window.localStorage.getItem(e), Mn = (e) => (window.addEventListener("storage", e), () => window.removeEventListener("storage", e));
|
|
3285
3285
|
function Ke({
|
|
3286
3286
|
key: e,
|
|
3287
3287
|
initialValue: t
|
|
3288
3288
|
}) {
|
|
3289
|
-
const r = Us(
|
|
3289
|
+
const r = Us(Mn, () => yr(e)), s = Y(
|
|
3290
3290
|
(i) => {
|
|
3291
3291
|
try {
|
|
3292
3292
|
const o = typeof i == "function" ? i(JSON.parse(r)) : i;
|
|
@@ -3309,11 +3309,11 @@ function Ke({
|
|
|
3309
3309
|
}
|
|
3310
3310
|
}, [e, t]), [r ? JSON.parse(r) : null, s, a, n];
|
|
3311
3311
|
}
|
|
3312
|
-
const
|
|
3312
|
+
const D = [];
|
|
3313
3313
|
for (let e = 0; e < 256; ++e)
|
|
3314
|
-
|
|
3315
|
-
function
|
|
3316
|
-
return (
|
|
3314
|
+
D.push((e + 256).toString(16).slice(1));
|
|
3315
|
+
function Dn(e, t = 0) {
|
|
3316
|
+
return (D[e[t + 0]] + D[e[t + 1]] + D[e[t + 2]] + D[e[t + 3]] + "-" + D[e[t + 4]] + D[e[t + 5]] + "-" + D[e[t + 6]] + D[e[t + 7]] + "-" + D[e[t + 8]] + D[e[t + 9]] + "-" + D[e[t + 10]] + D[e[t + 11]] + D[e[t + 12]] + D[e[t + 13]] + D[e[t + 14]] + D[e[t + 15]]).toLowerCase();
|
|
3317
3317
|
}
|
|
3318
3318
|
let Et;
|
|
3319
3319
|
const Ln = new Uint8Array(16);
|
|
@@ -3333,7 +3333,7 @@ function wt(e, t, r) {
|
|
|
3333
3333
|
const s = e.random ?? e.rng?.() ?? Un();
|
|
3334
3334
|
if (s.length < 16)
|
|
3335
3335
|
throw new Error("Random bytes length must be >= 16");
|
|
3336
|
-
return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128,
|
|
3336
|
+
return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, Dn(s);
|
|
3337
3337
|
}
|
|
3338
3338
|
const ve = "Your session has expired. For your security, please log in again to continue.", Hn = "Your session has been successfully terminated.", St = "Login failed. Please try again.", Kn = "Error getting access token, please re-authenticate.", Gn = "You forgot to wrap your component in <AuthProvider>.", Ge = "@@auth@@", Ne = "LOADING", je = "LOGIN", ts = "LOGOUT", Le = "success", te = "failure", rs = "include", ss = "POST", as = "application/json", Be = {
|
|
3339
3339
|
GET_REGISTRATION_OPTIONS: `mutation GetPasskeyRegistrationOptions(
|
|
@@ -3558,7 +3558,7 @@ const ve = "Your session has expired. For your security, please log in again to
|
|
|
3558
3558
|
domain: c,
|
|
3559
3559
|
ua: f
|
|
3560
3560
|
}
|
|
3561
|
-
}), l = await
|
|
3561
|
+
}), l = await De(u?.data?.idToken);
|
|
3562
3562
|
return l && l.payload[F.USER_ID_KEY] !== "" && l.payload[F.NONCE_KEY] === s ? {
|
|
3563
3563
|
idToken: u.data.idToken,
|
|
3564
3564
|
accessToken: u.data.accessToken,
|
|
@@ -3626,7 +3626,7 @@ const ve = "Your session has expired. For your security, please log in again to
|
|
|
3626
3626
|
accessToken: a,
|
|
3627
3627
|
domain: n
|
|
3628
3628
|
}
|
|
3629
|
-
}), c = await
|
|
3629
|
+
}), c = await De(o?.data?.accessToken);
|
|
3630
3630
|
return c && c.payload[F.USER_ID_KEY] !== "" && c.payload[F.NONCE_KEY] === r ? {
|
|
3631
3631
|
accessToken: o.data.accessToken,
|
|
3632
3632
|
refreshToken: o.data.refreshToken,
|
|
@@ -3672,7 +3672,7 @@ class Yn {
|
|
|
3672
3672
|
nonce: a,
|
|
3673
3673
|
domain: n
|
|
3674
3674
|
}) {
|
|
3675
|
-
const i = await
|
|
3675
|
+
const i = await De(this.refreshToken);
|
|
3676
3676
|
if (i && i.payload[F.USER_ID_KEY] !== "") {
|
|
3677
3677
|
const o = await Jn({
|
|
3678
3678
|
endpoint: t,
|
|
@@ -3810,7 +3810,7 @@ const Ie = () => {
|
|
|
3810
3810
|
if (!f.current)
|
|
3811
3811
|
return i.isLoading && d !== null ? (async () => {
|
|
3812
3812
|
try {
|
|
3813
|
-
const w = await
|
|
3813
|
+
const w = await De(d);
|
|
3814
3814
|
w && w.payload[F.USER_ID_KEY] !== "" ? (c("useEffect: setting the authentication state"), o({
|
|
3815
3815
|
type: je,
|
|
3816
3816
|
payload: {
|
|
@@ -3876,7 +3876,7 @@ const Ie = () => {
|
|
|
3876
3876
|
if (w && T && T.userId) {
|
|
3877
3877
|
if (m) {
|
|
3878
3878
|
c("getAccessToken");
|
|
3879
|
-
const le = await
|
|
3879
|
+
const le = await De(m);
|
|
3880
3880
|
if (le && le.payload[F.USER_ID_KEY] !== "")
|
|
3881
3881
|
return m;
|
|
3882
3882
|
}
|
|
@@ -4204,7 +4204,7 @@ const kc = "user", Nc = "assistant", Pc = "data", Ue = "OpenAI", lt = "Anthropic
|
|
|
4204
4204
|
[lt]: [ms, ps],
|
|
4205
4205
|
[ut]: [ys, gs],
|
|
4206
4206
|
[ds]: [bs, Es]
|
|
4207
|
-
},
|
|
4207
|
+
}, Mc = "x-diggidy-chat-id", Dc = (e) => {
|
|
4208
4208
|
for (const [t, r] of Object.entries(
|
|
4209
4209
|
fi
|
|
4210
4210
|
))
|
|
@@ -5041,7 +5041,7 @@ function xi({
|
|
|
5041
5041
|
);
|
|
5042
5042
|
return t(s ? s / r.length : 0);
|
|
5043
5043
|
}
|
|
5044
|
-
const
|
|
5044
|
+
const Mi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length - 1].message.role === e, Di = new Intl.NumberFormat("en", {
|
|
5045
5045
|
style: "decimal",
|
|
5046
5046
|
signDisplay: "never",
|
|
5047
5047
|
minimumFractionDigits: 0,
|
|
@@ -5104,7 +5104,7 @@ const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5104
5104
|
theme: c,
|
|
5105
5105
|
transition: f,
|
|
5106
5106
|
icon: d
|
|
5107
|
-
}), Xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, DOMAIN: Ts, convertCamelCaseToReadable: Bi, convertDDToDMS: jt, convertLatitudeToDMS: Ci, convertLongitudeToDMS: Oi, debounce: Fi, durationFormatter: Li, extractAverage: xi, getCurrentGeoLocation: ki, getLayoutPaddingClass: Is, getMessageContaintWrapperClass: As, isDev: qt, isLastMessageFromRole:
|
|
5107
|
+
}), Xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, DOMAIN: Ts, convertCamelCaseToReadable: Bi, convertDDToDMS: jt, convertLatitudeToDMS: Ci, convertLongitudeToDMS: Oi, debounce: Fi, durationFormatter: Li, extractAverage: xi, getCurrentGeoLocation: ki, getLayoutPaddingClass: Is, getMessageContaintWrapperClass: As, isDev: qt, isLastMessageFromRole: Mi, isPWAMode: Gi, isProbablyMobile: Rs, isProbablyTablet: Cs, isProbablyiPad: Ki, isProbablyiPhone: Hi, isProd: vs, isTauri: _s, numberFormatter: Di, obfuscate: Ni, pluralize: Ui, renderDataAsList: $i, toastOptions: Wi, unObfuscate: Pi }, Symbol.toStringTag, { value: "Module" })), vr = "av-button", dt = "icon", Vt = "button", Mt = "link", qi = ({
|
|
5108
5108
|
type: e,
|
|
5109
5109
|
size: t,
|
|
5110
5110
|
labelRight: r,
|
|
@@ -5115,7 +5115,7 @@ const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5115
5115
|
const i = "max-h-8 py-0 px-2", o = "max-h-9 h-8 px-3", c = "max-h-12 py-2 px-4";
|
|
5116
5116
|
switch (e) {
|
|
5117
5117
|
case Vt:
|
|
5118
|
-
case
|
|
5118
|
+
case Mt:
|
|
5119
5119
|
return y({
|
|
5120
5120
|
[i]: t === "small",
|
|
5121
5121
|
[o]: t === "medium",
|
|
@@ -5149,9 +5149,9 @@ const Di = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5149
5149
|
const a = "text-sm font-medium", n = "text-base font-medium", i = "text-lg font-medium";
|
|
5150
5150
|
switch (e) {
|
|
5151
5151
|
case Vt:
|
|
5152
|
-
case
|
|
5152
|
+
case Mt:
|
|
5153
5153
|
return y({
|
|
5154
|
-
"text-center": e ===
|
|
5154
|
+
"text-center": e === Mt,
|
|
5155
5155
|
[a]: t === "small",
|
|
5156
5156
|
[n]: t === "medium",
|
|
5157
5157
|
[i]: t === "large"
|
|
@@ -5985,7 +5985,7 @@ try {
|
|
|
5985
5985
|
});
|
|
5986
5986
|
} catch {
|
|
5987
5987
|
}
|
|
5988
|
-
const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25,
|
|
5988
|
+
const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Dt = ie.createContext({
|
|
5989
5989
|
columnGap: 0,
|
|
5990
5990
|
rowGap: 0
|
|
5991
5991
|
}), bo = ({
|
|
@@ -6017,7 +6017,7 @@ const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Mt = ie.createCont
|
|
|
6017
6017
|
go,
|
|
6018
6018
|
"box-border flex flex-wrap"
|
|
6019
6019
|
), l = { columnGap: r, rowGap: s };
|
|
6020
|
-
return t ? /* @__PURE__ */ h("div", { className: t, children: /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(
|
|
6020
|
+
return t ? /* @__PURE__ */ h("div", { className: t, children: /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(Dt.Provider, { value: l, children: e }) }) }) : /* @__PURE__ */ h("div", { className: u, style: d, ...f, children: /* @__PURE__ */ h(Dt.Provider, { value: l, children: e }) });
|
|
6021
6021
|
}, At = (e, t) => y({
|
|
6022
6022
|
"basis-1/12": e === 1 && !t,
|
|
6023
6023
|
"sm:basis-1/12": e === 1 && t === "sm",
|
|
@@ -6120,7 +6120,7 @@ const go = "av-flexgrid", qe = "av-flexgrid-item", at = 0.25, Mt = ie.createCont
|
|
|
6120
6120
|
span: r,
|
|
6121
6121
|
...s
|
|
6122
6122
|
}) => {
|
|
6123
|
-
const { columnGap: a, rowGap: n } = nt(
|
|
6123
|
+
const { columnGap: a, rowGap: n } = nt(Dt), i = {
|
|
6124
6124
|
paddingLeft: a * at + "rem",
|
|
6125
6125
|
paddingTop: n * at + "rem"
|
|
6126
6126
|
}, o = Eo({
|
|
@@ -6212,7 +6212,7 @@ const $s = "SET_ANNOUNCEMENT", xs = "CLEAR_ANNOUNCEMENT", wo = {
|
|
|
6212
6212
|
dispatch: i
|
|
6213
6213
|
});
|
|
6214
6214
|
};
|
|
6215
|
-
function
|
|
6215
|
+
function Ms({
|
|
6216
6216
|
children: e,
|
|
6217
6217
|
className: t,
|
|
6218
6218
|
politeness: r,
|
|
@@ -6270,7 +6270,7 @@ try {
|
|
|
6270
6270
|
});
|
|
6271
6271
|
} catch {
|
|
6272
6272
|
}
|
|
6273
|
-
const
|
|
6273
|
+
const Ds = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-helper-text", Io = ({
|
|
6274
6274
|
mode: e
|
|
6275
6275
|
}) => y({
|
|
6276
6276
|
"bg-surface-darker text-copy-lighter caret-copy-light": e === "dark",
|
|
@@ -6379,7 +6379,7 @@ const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-he
|
|
|
6379
6379
|
break;
|
|
6380
6380
|
}
|
|
6381
6381
|
const l = r ? y(t) : y(
|
|
6382
|
-
|
|
6382
|
+
Ds,
|
|
6383
6383
|
u,
|
|
6384
6384
|
"rounded-md text-base px-4",
|
|
6385
6385
|
Io({ mode: i }),
|
|
@@ -6430,7 +6430,7 @@ const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-he
|
|
|
6430
6430
|
size: E = "md",
|
|
6431
6431
|
...O
|
|
6432
6432
|
}, A) => {
|
|
6433
|
-
const [K, R] = Ve(), [J, C] = ne(0), v = Ps({ id: e, prefix: `${
|
|
6433
|
+
const [K, R] = Ve(), [J, C] = ne(0), v = Ps({ id: e, prefix: `${Ds}-` }), x = `${t} error, ${p}`, _ = j(null), I = j(null), N = {
|
|
6434
6434
|
xs: { label: "-25px", helperText: "30px" },
|
|
6435
6435
|
sm: { label: "-29px", helperText: "34px" },
|
|
6436
6436
|
md: { label: "-33px", helperText: "38px" },
|
|
@@ -6509,7 +6509,7 @@ const Ms = "av-text-input", Ao = "av-text-input-wrapper", It = "av-text-input-he
|
|
|
6509
6509
|
children: g
|
|
6510
6510
|
}
|
|
6511
6511
|
),
|
|
6512
|
-
s && p && /* @__PURE__ */ h(
|
|
6512
|
+
s && p && /* @__PURE__ */ h(Ms, { politeness: "polite", clearAnnouncementDelay: 500, children: x })
|
|
6513
6513
|
] });
|
|
6514
6514
|
}
|
|
6515
6515
|
);
|
|
@@ -6583,7 +6583,7 @@ const No = 500, Po = 5e3, $o = 2e4, Ls = ie.forwardRef(
|
|
|
6583
6583
|
}
|
|
6584
6584
|
),
|
|
6585
6585
|
/* @__PURE__ */ h(
|
|
6586
|
-
|
|
6586
|
+
Ms,
|
|
6587
6587
|
{
|
|
6588
6588
|
role: "status",
|
|
6589
6589
|
politeness: p.politeness,
|
|
@@ -6608,7 +6608,7 @@ try {
|
|
|
6608
6608
|
});
|
|
6609
6609
|
} catch {
|
|
6610
6610
|
}
|
|
6611
|
-
const xo = "ASK! ME! ANYTHING!",
|
|
6611
|
+
const xo = "ASK! ME! ANYTHING!", Mo = "Log in with a password", Do = "Log in with a Passkey", Zc = "Log out", Lo = "Password", el = "Usage", tl = "Profile", rl = "Settings", sl = "Chat history", al = "About", Yt = "Type your message here.", nl = Yt, il = `${Yt}
|
|
6612
6612
|
Press Enter to send it or Shift+Enter for new line.`, ol = `${Yt}
|
|
6613
6613
|
Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "Review important details.", ll = [
|
|
6614
6614
|
`Sometimes, ${k} just makes stuff up. ${P}`,
|
|
@@ -6803,7 +6803,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "
|
|
|
6803
6803
|
noBorder: !0,
|
|
6804
6804
|
type: "submit",
|
|
6805
6805
|
className: "mt-7",
|
|
6806
|
-
children:
|
|
6806
|
+
children: Mo
|
|
6807
6807
|
}
|
|
6808
6808
|
) }),
|
|
6809
6809
|
!_s() && /* @__PURE__ */ q(Rr, { children: [
|
|
@@ -6816,7 +6816,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "
|
|
|
6816
6816
|
focusMode: "light",
|
|
6817
6817
|
fullWidth: !0,
|
|
6818
6818
|
className: "mb-4",
|
|
6819
|
-
labelRight:
|
|
6819
|
+
labelRight: Do,
|
|
6820
6820
|
onClick: r,
|
|
6821
6821
|
children: /* @__PURE__ */ h(po, { size: "size-7" })
|
|
6822
6822
|
}
|
|
@@ -6826,7 +6826,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, cl = "{{clipboard}}", P = "
|
|
|
6826
6826
|
] });
|
|
6827
6827
|
}, Ho = new URL(document.location.href).searchParams, Ir = !!Ho.get("debug") || !1, Ko = Ks(() => import(
|
|
6828
6828
|
/* webpackChunkName: "LazyApp" */
|
|
6829
|
-
"./App.
|
|
6829
|
+
"./App.D8Oj9Bd0.js"
|
|
6830
6830
|
).then((e) => e.App)), Go = new ua(), _r = ({
|
|
6831
6831
|
isComponent: e,
|
|
6832
6832
|
headerHeight: t
|
|
@@ -6872,13 +6872,12 @@ export {
|
|
|
6872
6872
|
sc as ACTION_SORT,
|
|
6873
6873
|
ac as ACTION_TOGGLE_PROMPT,
|
|
6874
6874
|
yl as APP_CLASSNAME,
|
|
6875
|
-
|
|
6875
|
+
Uc as Ae,
|
|
6876
6876
|
ks as C,
|
|
6877
6877
|
El as CARDS,
|
|
6878
6878
|
cl as CLIPBOARD_PROMPT,
|
|
6879
6879
|
Ec as DEFAULT_ICON_ACTION_SIZE,
|
|
6880
6880
|
tc as ERROR_MESSAGE,
|
|
6881
|
-
xc as Ee,
|
|
6882
6881
|
ll as FOOTER_DISCLAIMERS,
|
|
6883
6882
|
sl as HISTORY_TITLE,
|
|
6884
6883
|
ht as I,
|
|
@@ -6904,16 +6903,16 @@ export {
|
|
|
6904
6903
|
lc as LOCAL_STORAGE_SORT_TOKEN_USAGE,
|
|
6905
6904
|
Zc as LOG_OUT,
|
|
6906
6905
|
Uo as Logo,
|
|
6907
|
-
|
|
6906
|
+
k as Oe,
|
|
6908
6907
|
tl as PROFILE_TITLE,
|
|
6909
6908
|
ul as PROMPTS_DESCRIPTION,
|
|
6910
6909
|
gc as PROMPT_CLASSNAME,
|
|
6911
6910
|
bc as PROMPT_EDITABLE_AREA_CLASSNAME,
|
|
6911
|
+
Hc as Pe,
|
|
6912
6912
|
ho as S,
|
|
6913
6913
|
z as SERVICE_TYPES,
|
|
6914
6914
|
rl as SETTINGS_TITLE,
|
|
6915
6915
|
wl as SassySaint,
|
|
6916
|
-
Hc as Se,
|
|
6917
6916
|
pl as TOAST_CACHE_DISABLED,
|
|
6918
6917
|
ml as TOAST_CACHE_ENABLED,
|
|
6919
6918
|
hl as TOAST_CHAT_DELETED,
|
|
@@ -6927,14 +6926,15 @@ export {
|
|
|
6927
6926
|
wc as UI_FOOTER_BUFFER,
|
|
6928
6927
|
el as USAGE_TITLE,
|
|
6929
6928
|
Jt as Y,
|
|
6930
|
-
k as _e,
|
|
6931
6929
|
kc as a,
|
|
6930
|
+
xc as ae,
|
|
6932
6931
|
co as b,
|
|
6933
6932
|
Ue as c,
|
|
6934
6933
|
Bi as convertCamelCaseToReadable,
|
|
6935
6934
|
ut as d,
|
|
6935
|
+
Dc as de,
|
|
6936
6936
|
Fi as debounce,
|
|
6937
|
-
|
|
6937
|
+
Pc as ee,
|
|
6938
6938
|
Oc as getCacheInfo,
|
|
6939
6939
|
ki as getCurrentGeoLocation,
|
|
6940
6940
|
Is as getLayoutPaddingClass,
|
|
@@ -6952,21 +6952,20 @@ export {
|
|
|
6952
6952
|
Pe as it,
|
|
6953
6953
|
he as j,
|
|
6954
6954
|
po as l,
|
|
6955
|
-
|
|
6955
|
+
Fc as le,
|
|
6956
6956
|
ws as mutateCall,
|
|
6957
6957
|
os as n,
|
|
6958
|
-
|
|
6958
|
+
$c as ne,
|
|
6959
|
+
Di as numberFormatter,
|
|
6959
6960
|
Ns as o,
|
|
6960
6961
|
Ni as obfuscate,
|
|
6961
|
-
Uc as pe,
|
|
6962
6962
|
Ui as pluralize,
|
|
6963
|
-
Pc as re,
|
|
6964
6963
|
$i as renderDataAsList,
|
|
6965
|
-
$c as se,
|
|
6966
6964
|
gi as serverUrl,
|
|
6967
6965
|
Kc as setNewProvider,
|
|
6968
6966
|
Gc as setUserPlan,
|
|
6969
6967
|
st as te,
|
|
6968
|
+
Lc as ue,
|
|
6970
6969
|
Pi as unObfuscate,
|
|
6971
6970
|
Wc as useChangelogs,
|
|
6972
6971
|
jc as useChatsHistory,
|
|
@@ -6979,6 +6978,7 @@ export {
|
|
|
6979
6978
|
Qc as useUserMemories,
|
|
6980
6979
|
bi as useUserPreferences,
|
|
6981
6980
|
Xc as utilities,
|
|
6982
|
-
|
|
6983
|
-
lt as y
|
|
6981
|
+
Ms as x,
|
|
6982
|
+
lt as y,
|
|
6983
|
+
Mc as ye
|
|
6984
6984
|
};
|
|
@@ -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.KbKMiFvR.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.D8Oj9Bd0.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.CbLRQ-C6.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.CzY76ftr.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.CpPz5lxv.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.DmgHQege.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.KbKMiFvR.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.63.
|
|
3
|
+
@sassysaint/client v8.63.2
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "8.63.
|
|
9
|
-
buildTime: "10/17/2025
|
|
8
|
+
version: "8.63.2",
|
|
9
|
+
buildTime: "10/17/2025 05:46 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.63.
|
|
3
|
+
"version": "8.63.2",
|
|
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.63.
|
|
36
|
+
"@sassysaint/client": "8.63.2",
|
|
37
37
|
"@tailwindcss/vite": "4.1.14",
|
|
38
38
|
"@versini/ui-styles": "6.0.5"
|
|
39
39
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "414c62d95d35eca0575db970411a3a5c517b013a"
|
|
49
49
|
}
|