@versini/sassysaint 8.83.0 → 8.84.0
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.Dnae3ZET.js → AboutChangelog.DZGAHTt1.js} +3 -3
- package/dist/chunks/{AboutEntry.DaKcxQlb.js → AboutEntry.attDhr6o.js} +5 -5
- package/dist/chunks/{App.CfJzwyx5.js → App.D5dFnMgi.js} +17 -23
- package/dist/chunks/{Chart.CmXf5ahL.js → Chart.BorMOymc.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.rQ0E9CSF.js → ChatBubbleAssistant.C8Hj4aUT.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.iSkDnxmM.js → ChatBubbleUser.dsKIG0uQ.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.3HSGoZd4.js → ChatHistoryTable.CZoqrM3Q.js} +3 -3
- package/dist/chunks/HistoryEntry.Bwj5sP0d.js +329 -0
- package/dist/chunks/ProfileEntry.C7jF-C7h.js +200 -0
- package/dist/chunks/{SettingsEntry.SAurNjp0.js → SettingsEntry.YOmhRpCr.js} +3 -3
- package/dist/chunks/{UsageEntry.DPp3sbic.js → UsageEntry.CuuhnKaa.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.DiSRjoNR.js → UserMemoriesPanel.DHYQrBf3.js} +7 -5
- package/dist/chunks/{index.D4xbtPpm.js → index.B-hcQUrf.js} +3 -3
- package/dist/chunks/{index.iKl0E1mP.js → index.B-uWa0B5.js} +1 -1
- package/dist/chunks/{index.BQXkk0E7.js → index.CB38V3Ui.js} +1 -1
- package/dist/chunks/{index.CoVeibJJ.js → index.CIkuBITJ.js} +1 -1
- package/dist/chunks/{index.ZpurL-_2.js → index.CZGr8f9z.js} +1 -1
- package/dist/chunks/{index.HO-K8Z3S.js → index.Ch3LqJXc.js} +1 -1
- package/dist/chunks/{index.DNDgXAMw.js → index.DYbaR-WD.js} +2 -2
- package/dist/chunks/{index.9ZW-D7id.js → index.DtdQADPo.js} +1 -1
- package/dist/chunks/{index.B6gxiXab.js → index.xkx1XY3w.js} +1 -1
- package/dist/chunks/{useMarkdown.D1WsA7gy.js → useMarkdown.B4zM1uwe.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/chunks/HistoryEntry.4IXWZ8qq.js +0 -298
- package/dist/chunks/ProfileEntry.Chfyj-dQ.js +0 -181
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { jsxs as l, Fragment as K, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { n as O, useUniqueId as W, useUserPreferences as Y, useServerCapabilities as $, d as V, setUserPlan as q, Card as d, renderDataAsList as J, CARDS as n, L as h, j as i, Button as L, it as Q, isTauri as X, ButtonIcon as Z, IconPasskey as g, PROFILE_TITLE as ee } from "./index.CB38V3Ui.js";
|
|
3
|
+
import { preloadToast as ae, showSuccessToast as se, showErrorToast as ne, ConfirmationPanel as re, LazyToastContainerWrapper as le, Panel as te } from "./App.D5dFnMgi.js";
|
|
4
|
+
import ie from "clsx";
|
|
5
|
+
import { useState as m, useMemo as oe, useCallback as P } from "react";
|
|
6
|
+
const ce = () => {
|
|
7
|
+
const {
|
|
8
|
+
isAuthenticated: u,
|
|
9
|
+
user: s,
|
|
10
|
+
registeringForPasskey: y,
|
|
11
|
+
authenticationType: v,
|
|
12
|
+
getAccessToken: p
|
|
13
|
+
} = O(), [x, N] = m(null), [T, F] = m(!1), [U, C] = m(!1), [t, w] = m(null), z = W(), A = s?.username || "", {
|
|
14
|
+
data: E,
|
|
15
|
+
isSuccess: B,
|
|
16
|
+
refetch: I
|
|
17
|
+
} = Y({
|
|
18
|
+
user: s?.username,
|
|
19
|
+
getAccessToken: p
|
|
20
|
+
}), { data: S, isSuccess: f } = $(), R = oe(() => !f || !S?.plans ? [] : S.plans.map((a) => ({
|
|
21
|
+
id: a.name,
|
|
22
|
+
label: a.label,
|
|
23
|
+
description: a.description,
|
|
24
|
+
features: a.features,
|
|
25
|
+
models: a.allowedModels.map(
|
|
26
|
+
(r) => V[r] || r
|
|
27
|
+
)
|
|
28
|
+
})), [f, S?.plans]), k = P(() => {
|
|
29
|
+
T || (ae(), F(!0));
|
|
30
|
+
}, [T]), _ = P(async () => {
|
|
31
|
+
if (!(!t || !s?.username))
|
|
32
|
+
try {
|
|
33
|
+
N(t.id), await q({
|
|
34
|
+
plan: t.id,
|
|
35
|
+
accessToken: await p(),
|
|
36
|
+
username: s.username
|
|
37
|
+
}), await I(), await se(
|
|
38
|
+
`${n.PLANS.SWITCH_SUCCESS} ${t.label}`,
|
|
39
|
+
{
|
|
40
|
+
containerId: "profile-plan-selection"
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
} catch {
|
|
44
|
+
await ne(n.PLANS.SWITCH_ERROR, {
|
|
45
|
+
containerId: "profile-plan-selection"
|
|
46
|
+
});
|
|
47
|
+
} finally {
|
|
48
|
+
N(null), w(null);
|
|
49
|
+
}
|
|
50
|
+
}, [p, t, I, s?.username]), M = P(
|
|
51
|
+
(a, r) => {
|
|
52
|
+
!s?.username || a === E?.plan || (w({ id: a, label: r }), C(!0));
|
|
53
|
+
},
|
|
54
|
+
[E?.plan, s?.username]
|
|
55
|
+
);
|
|
56
|
+
return u && A ? /* @__PURE__ */ l(K, { children: [
|
|
57
|
+
/* @__PURE__ */ e(
|
|
58
|
+
re,
|
|
59
|
+
{
|
|
60
|
+
showConfirmation: U,
|
|
61
|
+
setShowConfirmation: C,
|
|
62
|
+
action: _,
|
|
63
|
+
customStrings: {
|
|
64
|
+
confirmAction: "Switch Plan",
|
|
65
|
+
cancelAction: "Cancel",
|
|
66
|
+
title: "Switch Plan"
|
|
67
|
+
},
|
|
68
|
+
children: t && /* @__PURE__ */ l("p", { className: "m-0", children: [
|
|
69
|
+
"Are you sure you want to switch to the following plan:",
|
|
70
|
+
" ",
|
|
71
|
+
/* @__PURE__ */ e("span", { className: "font-semibold", children: t.label })
|
|
72
|
+
] })
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ e("div", { className: "av-sassy", children: /* @__PURE__ */ e(le, { containerId: "profile-plan-selection" }) }),
|
|
76
|
+
/* @__PURE__ */ e(
|
|
77
|
+
d,
|
|
78
|
+
{
|
|
79
|
+
header: n.PREFERENCES.TITLE,
|
|
80
|
+
className: "prose-dark dark:prose-lighter",
|
|
81
|
+
noBorder: !0,
|
|
82
|
+
children: J(z, {
|
|
83
|
+
[n.PREFERENCES.USERNAME]: A,
|
|
84
|
+
[n.PREFERENCES.EMAIL]: s?.email || ""
|
|
85
|
+
})
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
B && f && R.length > 0 && /* @__PURE__ */ l(
|
|
89
|
+
d,
|
|
90
|
+
{
|
|
91
|
+
header: n.PLANS.TITLE,
|
|
92
|
+
className: "prose-dark dark:prose-lighter mt-4",
|
|
93
|
+
noBorder: !0,
|
|
94
|
+
children: [
|
|
95
|
+
/* @__PURE__ */ e("p", { className: "text-sm", children: n.PLANS.DESCRIPTION }),
|
|
96
|
+
/* @__PURE__ */ e(h, { columnGap: 3, rowGap: 3, className: "mt-4", children: R.map(({ id: a, label: r, description: G, features: D, models: j }) => {
|
|
97
|
+
const c = E?.plan === a, H = c ? n.PLANS.ACTIVE_BADGE : `Get ${r}`, b = x === a;
|
|
98
|
+
return /* @__PURE__ */ e(i, { span: { fallback: 12, md: 4 }, children: /* @__PURE__ */ e(d, { mode: "darker", className: "prose-lighter h-full", children: /* @__PURE__ */ l(h, { direction: "column", children: [
|
|
99
|
+
/* @__PURE__ */ l(i, { children: [
|
|
100
|
+
/* @__PURE__ */ e("div", { className: "flex items-start justify-between gap-2", children: /* @__PURE__ */ l("div", { children: [
|
|
101
|
+
/* @__PURE__ */ e(
|
|
102
|
+
"h3",
|
|
103
|
+
{
|
|
104
|
+
className: ie("m-0", {
|
|
105
|
+
"text-emerald-400": c
|
|
106
|
+
}),
|
|
107
|
+
children: r
|
|
108
|
+
}
|
|
109
|
+
),
|
|
110
|
+
/* @__PURE__ */ e("p", { className: "mb-0 text-sm opacity-80", children: G })
|
|
111
|
+
] }) }),
|
|
112
|
+
/* @__PURE__ */ e("h4", { children: "Features" }),
|
|
113
|
+
/* @__PURE__ */ e("ul", { className: "prose-li:text-sm", children: D.map((o) => /* @__PURE__ */ e("li", { children: o }, o)) }),
|
|
114
|
+
/* @__PURE__ */ e("h4", { children: "Models" }),
|
|
115
|
+
/* @__PURE__ */ e("ul", { className: "prose-li:text-sm", children: j.map((o) => /* @__PURE__ */ e("li", { children: o }, o)) })
|
|
116
|
+
] }),
|
|
117
|
+
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
118
|
+
L,
|
|
119
|
+
{
|
|
120
|
+
mode: "dark",
|
|
121
|
+
size: "small",
|
|
122
|
+
variant: c ? "selected" : "secondary",
|
|
123
|
+
className: "mt-4",
|
|
124
|
+
fullWidth: !0,
|
|
125
|
+
disabled: c || b,
|
|
126
|
+
onClick: () => {
|
|
127
|
+
M(a, r);
|
|
128
|
+
},
|
|
129
|
+
onMouseEnter: k,
|
|
130
|
+
onFocus: k,
|
|
131
|
+
children: b ? "Updating..." : H
|
|
132
|
+
}
|
|
133
|
+
) })
|
|
134
|
+
] }) }) }, a);
|
|
135
|
+
}) })
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
),
|
|
139
|
+
v !== Q.PASSKEY && !X() && /* @__PURE__ */ l(
|
|
140
|
+
d,
|
|
141
|
+
{
|
|
142
|
+
className: "prose-dark dark:prose-lighter mt-4",
|
|
143
|
+
noBorder: !0,
|
|
144
|
+
header: /* @__PURE__ */ e("h2", { className: "m-0", children: /* @__PURE__ */ l(h, { columnGap: 3, alignVertical: "center", children: [
|
|
145
|
+
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(g, { size: "size-8" }) }),
|
|
146
|
+
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e("div", { children: n.PREFERENCES.PASSKEY_TITLE }) })
|
|
147
|
+
] }) }),
|
|
148
|
+
children: [
|
|
149
|
+
/* @__PURE__ */ e("p", { children: n.PREFERENCES.PASSKEY_INSTRUCTIONS }),
|
|
150
|
+
/* @__PURE__ */ e(
|
|
151
|
+
Z,
|
|
152
|
+
{
|
|
153
|
+
variant: "selected",
|
|
154
|
+
size: "small",
|
|
155
|
+
className: "mt-2",
|
|
156
|
+
onClick: y,
|
|
157
|
+
labelLeft: n.PREFERENCES.PASSKEY_BUTTON,
|
|
158
|
+
children: /* @__PURE__ */ e(g, { size: "size-5", monotone: !0 })
|
|
159
|
+
}
|
|
160
|
+
)
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
)
|
|
164
|
+
] }) : null;
|
|
165
|
+
}, Ee = ({
|
|
166
|
+
open: u,
|
|
167
|
+
onOpenChange: s
|
|
168
|
+
}) => /* @__PURE__ */ e(
|
|
169
|
+
te,
|
|
170
|
+
{
|
|
171
|
+
open: u,
|
|
172
|
+
onOpenChange: s,
|
|
173
|
+
title: ee,
|
|
174
|
+
animation: !0,
|
|
175
|
+
animationType: "fade",
|
|
176
|
+
footer: /* @__PURE__ */ e(
|
|
177
|
+
h,
|
|
178
|
+
{
|
|
179
|
+
columnGap: 2,
|
|
180
|
+
alignHorizontal: "flex-end",
|
|
181
|
+
className: "pb-8 sm:pb-0",
|
|
182
|
+
children: /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
183
|
+
L,
|
|
184
|
+
{
|
|
185
|
+
mode: "dark",
|
|
186
|
+
variant: "secondary",
|
|
187
|
+
focusMode: "light",
|
|
188
|
+
noBorder: !0,
|
|
189
|
+
onClick: () => s(!1),
|
|
190
|
+
children: "Dismiss"
|
|
191
|
+
}
|
|
192
|
+
) })
|
|
193
|
+
}
|
|
194
|
+
),
|
|
195
|
+
children: /* @__PURE__ */ e(ce, {})
|
|
196
|
+
}
|
|
197
|
+
);
|
|
198
|
+
export {
|
|
199
|
+
Ee as Profile
|
|
200
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { n as je, useEntitlements as Ve, AppContext as Fe, useUserPreferences as We, V as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as $e, LOCAL_STORAGE_FULL_SCREEN as ze, k as ue, canEvaluateModels as He, Y as Ye, getCacheInfo as qe, isServiceWorkerEnabled as Ke, SETTINGS_TITLE as Qe, Card as E, CARDS as r, b as Je, Button as v, PROMPTS_DESCRIPTION as Xe, e_ as me, L as Ze, j as he, applyOledMode as Ee, APP_SET_OLED_MODE as fe, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as et, graphQLRequest as pe, handleServiceWorkerToggle as tt, SERVICE_TYPES as ge } from "./index.
|
|
3
|
-
import { useCapability as be, Panel as ot, Toggle as l } from "./App.
|
|
4
|
-
import { TextArea as Te } from "./index.
|
|
2
|
+
import { n as je, useEntitlements as Ve, AppContext as Fe, useUserPreferences as We, V as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as $e, LOCAL_STORAGE_FULL_SCREEN as ze, k as ue, canEvaluateModels as He, Y as Ye, getCacheInfo as qe, isServiceWorkerEnabled as Ke, SETTINGS_TITLE as Qe, Card as E, CARDS as r, b as Je, Button as v, PROMPTS_DESCRIPTION as Xe, e_ as me, L as Ze, j as he, applyOledMode as Ee, APP_SET_OLED_MODE as fe, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as et, graphQLRequest as pe, handleServiceWorkerToggle as tt, SERVICE_TYPES as ge } from "./index.CB38V3Ui.js";
|
|
3
|
+
import { useCapability as be, Panel as ot, Toggle as l } from "./App.D5dFnMgi.js";
|
|
4
|
+
import { TextArea as Te } from "./index.DtdQADPo.js";
|
|
5
5
|
import { useContext as at, useState as a, useMemo as st, useCallback as nt, useEffect as Ne } from "react";
|
|
6
6
|
const ut = ({
|
|
7
7
|
open: Ce,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { n as f, useUniqueId as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, Card as g, renderDataAsList as P, CARDS as a, L as p, j as A, Button as i, pluralize as m } from "./index.
|
|
3
|
-
import { Panel as H } from "./App.
|
|
2
|
+
import { n as f, useUniqueId as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, Card as g, renderDataAsList as P, CARDS as a, L as p, j as A, Button as i, pluralize as m } from "./index.CB38V3Ui.js";
|
|
3
|
+
import { Panel as H } from "./App.D5dFnMgi.js";
|
|
4
4
|
import { useState as C, Suspense as K, lazy as j } from "react";
|
|
5
5
|
const s = [0, 3, 6, 9], n = {
|
|
6
6
|
TOKEN: "token",
|
|
7
7
|
MODEL: "model"
|
|
8
8
|
}, w = j(() => import(
|
|
9
9
|
/* webpackChunkName: "LazyChart" */
|
|
10
|
-
"./Chart.
|
|
10
|
+
"./Chart.BorMOymc.js"
|
|
11
11
|
)), R = ({
|
|
12
12
|
open: k,
|
|
13
13
|
onOpenChange: E
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e, jsxs as r, Fragment as b } from "react/jsx-runtime";
|
|
2
|
-
import { L as R, j as A, Button as M, n as Ne, useLocalStorage as K, LOCAL_STORAGE_PREFIX as Q, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as we, e as l, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ke, useUserMemories as Se, useExpiredMemories as Te, useDeleteMemory as ve, useDeleteAllActiveMemories as De, useDeleteAllExpiredMemories as Me, useUpdateMemory as Ee, useRestoreMemory as be, ButtonIcon as O, IconEdit as Re, IconDelete as Z, IconRestore as Ie } from "./index.
|
|
3
|
-
import { Panel as le, Toggle as _, ConfirmationPanel as ee, Tooltip as z } from "./App.
|
|
4
|
-
import { W as te, j as re, G as D, M as s, F as B, H as ie, D as ne } from "./index.
|
|
2
|
+
import { L as R, j as A, Button as M, n as Ne, useLocalStorage as K, LOCAL_STORAGE_PREFIX as Q, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as we, e as l, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ke, useUserMemories as Se, useExpiredMemories as Te, useDeleteMemory as ve, useDeleteAllActiveMemories as De, useDeleteAllExpiredMemories as Me, useUpdateMemory as Ee, useRestoreMemory as be, ButtonIcon as O, IconEdit as Re, IconDelete as Z, IconRestore as Ie } from "./index.CB38V3Ui.js";
|
|
3
|
+
import { Panel as le, Toggle as _, ConfirmationPanel as ee, Tooltip as z } from "./App.D5dFnMgi.js";
|
|
4
|
+
import { W as te, j as re, G as D, M as s, F as B, H as ie, D as ne } from "./index.CZGr8f9z.js";
|
|
5
5
|
import y from "clsx";
|
|
6
6
|
import { useState as C, useEffect as Le, useRef as oe } from "react";
|
|
7
|
-
import { TextArea as Oe } from "./index.
|
|
7
|
+
import { TextArea as Oe } from "./index.DtdQADPo.js";
|
|
8
8
|
const _e = ({
|
|
9
9
|
open: N,
|
|
10
10
|
onOpenChange: E,
|
|
@@ -377,7 +377,9 @@ const _e = ({
|
|
|
377
377
|
{
|
|
378
378
|
className: y(
|
|
379
379
|
"flex flex-col sm:flex-row",
|
|
380
|
-
"
|
|
380
|
+
"max-h-[75vh]",
|
|
381
|
+
"sm:max-h-[75vh]",
|
|
382
|
+
"min-h-[70vh]"
|
|
381
383
|
),
|
|
382
384
|
children: m === "active" ? /* @__PURE__ */ r(b, { children: [
|
|
383
385
|
U && /* @__PURE__ */ e("p", { className: "m-0", children: "Loading memories..." }),
|
|
@@ -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.D5dFnMgi.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.B4zM1uwe.js";
|
|
3
|
+
import { toText as Cn } from "./index.B-uWa0B5.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",
|
|
@@ -7852,7 +7852,7 @@ const Hr = {
|
|
|
7852
7852
|
] });
|
|
7853
7853
|
}, kc = new URL(document.location.href).searchParams, Kr = !!kc.get("debug") || !1, Pc = on(() => import(
|
|
7854
7854
|
/* webpackChunkName: "LazyApp" */
|
|
7855
|
-
"./App.
|
|
7855
|
+
"./App.D5dFnMgi.js"
|
|
7856
7856
|
).then((e) => e.App)), xc = new kn(), Vr = ({
|
|
7857
7857
|
isComponent: e,
|
|
7858
7858
|
headerHeight: t
|
|
@@ -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.B4zM1uwe.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
1
|
import { jsx as l, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { ButtonSort_private as f, e as k } from "./index.
|
|
2
|
+
import { ButtonSort_private as f, e as k } from "./index.CB38V3Ui.js";
|
|
3
3
|
import o from "clsx";
|
|
4
4
|
import v, { useContext as b } from "react";
|
|
5
5
|
/*!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as h, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.
|
|
2
|
+
import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.CB38V3Ui.js";
|
|
3
3
|
import { useState as N, useEffect as $ } from "react";
|
|
4
4
|
import t from "clsx";
|
|
5
5
|
/*!
|
|
@@ -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.B4zM1uwe.js";
|
|
2
|
+
import { toText as Ca } from "./index.B-uWa0B5.js";
|
|
3
3
|
const Gt = /[#.]/g;
|
|
4
4
|
function qa(r, e) {
|
|
5
5
|
const t = r || "", a = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as oe, jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.
|
|
2
|
+
import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.CB38V3Ui.js";
|
|
3
3
|
import ue, { useRef as k, useState as I, useLayoutEffect as R } from "react";
|
|
4
4
|
import o from "clsx";
|
|
5
5
|
/*!
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as le from "react/jsx-runtime";
|
|
2
2
|
import { jsx as vt, jsxs as Tr } from "react/jsx-runtime";
|
|
3
|
-
import { isTauri as Lr, ButtonCopy as zr, unObfuscate as _r, obfuscate as Mr } from "./index.
|
|
3
|
+
import { isTauri as Lr, ButtonCopy as zr, unObfuscate as _r, obfuscate as Mr } from "./index.CB38V3Ui.js";
|
|
4
4
|
import { useCallback as Dt, useRef as vn, useState as Nr, useEffect as Rr } from "react";
|
|
5
|
-
import { getDefaultExportFromCjs as Ft } from "./App.
|
|
5
|
+
import { getDefaultExportFromCjs as Ft } from "./App.D5dFnMgi.js";
|
|
6
6
|
const Ot = -1, ee = 0, Hn = 1, ne = 2, ze = 3, _e = 4, Me = 5, Ne = 6, Bt = 7, jt = 8, Qe = typeof self == "object" ? self : globalThis, vr = (n, e) => {
|
|
7
7
|
const t = (i, l) => (n.set(l, i), i), r = (i) => {
|
|
8
8
|
if (n.has(i))
|
|
@@ -7111,7 +7111,7 @@ class vu {
|
|
|
7111
7111
|
if (!this.remarkGfm) {
|
|
7112
7112
|
const { default: e } = await import(
|
|
7113
7113
|
/* webpackChunkName: "md-remark" */
|
|
7114
|
-
"./index.
|
|
7114
|
+
"./index.CIkuBITJ.js"
|
|
7115
7115
|
);
|
|
7116
7116
|
this.remarkGfm = e;
|
|
7117
7117
|
}
|
|
@@ -7122,7 +7122,7 @@ class vu {
|
|
|
7122
7122
|
ju("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
|
|
7123
7123
|
const { default: e } = await import(
|
|
7124
7124
|
/* webpackChunkName: "md-rehype-katex" */
|
|
7125
|
-
"./index.
|
|
7125
|
+
"./index.DYbaR-WD.js"
|
|
7126
7126
|
);
|
|
7127
7127
|
this.rehypeKatex = e;
|
|
7128
7128
|
}
|
|
@@ -7132,7 +7132,7 @@ class vu {
|
|
|
7132
7132
|
if (!this.remarkMath) {
|
|
7133
7133
|
const { default: e } = await import(
|
|
7134
7134
|
/* webpackChunkName: "md-remark" */
|
|
7135
|
-
"./index.
|
|
7135
|
+
"./index.xkx1XY3w.js"
|
|
7136
7136
|
);
|
|
7137
7137
|
this.remarkMath = e;
|
|
7138
7138
|
}
|
|
@@ -7142,7 +7142,7 @@ class vu {
|
|
|
7142
7142
|
if (!this.rehypeHighlight) {
|
|
7143
7143
|
const { default: e } = await import(
|
|
7144
7144
|
/* webpackChunkName: "md-rehype-highlight" */
|
|
7145
|
-
"./index.
|
|
7145
|
+
"./index.B-hcQUrf.js"
|
|
7146
7146
|
);
|
|
7147
7147
|
this.rehypeHighlight = e;
|
|
7148
7148
|
}
|
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.CB38V3Ui.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.
|
|
3
|
+
@sassysaint/client v8.84.0
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "8.
|
|
9
|
-
buildTime: "11/13/2025
|
|
8
|
+
version: "8.84.0",
|
|
9
|
+
buildTime: "11/13/2025 08:50 PM EST",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
|
12
12
|
} catch {
|