@versini/sassysaint 8.99.2 → 8.100.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.u1NxfRZ6.js → AboutChangelog.DA361mHf.js} +3 -3
- package/dist/chunks/AboutEntry.COmeuxq_.js +83 -0
- package/dist/chunks/{App.9OTgQFE5.js → App.BLNMkw5x.js} +331 -329
- package/dist/chunks/{Chart.CTX3yXAp.js → Chart.GBOvQ25I.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DHiBvqvV.js → ChatBubbleAssistant.De5psmEG.js} +7 -7
- package/dist/chunks/{ChatBubbleUser.BdygOc-M.js → ChatBubbleUser.DF9Axp_4.js} +28 -27
- package/dist/chunks/{ChatHistoryTable.XuPzHnDG.js → ChatHistoryTable.rOFYnFKa.js} +3 -3
- package/dist/chunks/{HistoryEntry.CVgA3SYH.js → HistoryEntry.DnG7vXnm.js} +134 -133
- package/dist/chunks/{UserMemoriesPanel.D9cKoAvT.js → MemoriesEntry.rleSeGKZ.js} +212 -209
- package/dist/chunks/{ProfileEntry.wwU14Mrk.js → ProfileEntry.ZVmjBCNA.js} +76 -72
- package/dist/chunks/{SettingsEntry.CFneilrk.js → SettingsEntry.azCvMpSB.js} +116 -108
- package/dist/chunks/{UsageEntry.CgMVSr_T.js → UsageEntry.CK1PBjs3.js} +77 -76
- package/dist/chunks/{index.CbyVRgN9.js → index.Bil3-QBE.js} +1 -1
- package/dist/chunks/{index.DXbW0hgE.js → index.Bz0fwQT2.js} +1 -1
- package/dist/chunks/{index.IgpP31Km.js → index.CY7OKrvt.js} +3 -3
- package/dist/chunks/{index.CSpbJbbj.js → index.CYzDnVAL.js} +1 -1
- package/dist/chunks/{index.BNtgmlzo.js → index.CgmhTYJp.js} +1 -1
- package/dist/chunks/{index.Dy3lHiSY.js → index.DfrHJ6QJ.js} +1 -1
- package/dist/chunks/{index.CI7wfY6h.js → index.DlepPi73.js} +2 -2
- package/dist/chunks/{index.CqZKR4eS.js → index.Dw8chhdS.js} +1 -1
- package/dist/chunks/{index.BgQcUSpD.js → index.iTnfwVri.js} +1 -1
- package/dist/chunks/{useMarkdown.CnnQWkcw.js → useMarkdown.DhNvct2e.js} +8 -7
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
- package/dist/chunks/AboutEntry.2URxdMvt.js +0 -79
|
@@ -1,202 +1,203 @@
|
|
|
1
1
|
import { jsxs as T, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { n as
|
|
3
|
-
import { Panel as
|
|
4
|
-
import { useState as
|
|
2
|
+
import { n as Z, useUniqueId as J, useUserChatStats as Q, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as $, LOCAL_STORAGE_USAGE_TIME_RANGE as ee, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as te, useChatsUsage as ne, USAGE_TITLE as le, Card as k, CARDS as d, L as h, j as c, TIME_RANGE_LABELS as H, MONTHS as g, ButtonIcon as u, IconChart as re, IconSelected as P, IconUnSelected as b, IconPrevious as se, IconNext as ae, renderDataAsList as ie, pluralize as D } from "./index.CgmhTYJp.js";
|
|
3
|
+
import { Panel as oe, Menu as G, MenuGroupLabel as ce, MenuItem as U, CancelButton as Te } from "./App.BLNMkw5x.js";
|
|
4
|
+
import { useRef as de, useState as v, Suspense as ue, lazy as Ee } from "react";
|
|
5
5
|
const a = [0, 3, 6, 9], s = {
|
|
6
6
|
TOKEN: "token",
|
|
7
7
|
MODEL: "model"
|
|
8
|
-
},
|
|
8
|
+
}, Se = [
|
|
9
9
|
e.TODAY,
|
|
10
10
|
e.YESTERDAY,
|
|
11
11
|
e.MONTH_TO_DATE,
|
|
12
12
|
e.CURRENT_YEAR,
|
|
13
13
|
e.LAST_YEAR
|
|
14
|
-
],
|
|
14
|
+
], Ie = Ee(
|
|
15
15
|
() => import(
|
|
16
16
|
/* webpackChunkName: "chart-highcharts" */
|
|
17
|
-
"./Chart.
|
|
17
|
+
"./Chart.GBOvQ25I.js"
|
|
18
18
|
)
|
|
19
|
-
),
|
|
20
|
-
open:
|
|
19
|
+
), Ce = ({
|
|
20
|
+
open: x,
|
|
21
21
|
onOpenChange: R
|
|
22
22
|
}) => {
|
|
23
|
-
const { getAccessToken: L, user:
|
|
24
|
-
user:
|
|
23
|
+
const f = de(null), { getAccessToken: L, user: z } = Z(), F = J(), { data: i, isSuccess: B } = Q({
|
|
24
|
+
user: z?.username,
|
|
25
25
|
getAccessToken: L
|
|
26
|
-
}),
|
|
27
|
-
key: N + Q,
|
|
28
|
-
initialValue: s.MODEL
|
|
29
|
-
}), [n, u] = M({
|
|
26
|
+
}), Y = Math.floor((/* @__PURE__ */ new Date()).getMonth() / 3) * 3, [O, m] = v(Y), [o, p] = M({
|
|
30
27
|
key: N + $,
|
|
31
|
-
initialValue:
|
|
32
|
-
}), [
|
|
28
|
+
initialValue: s.MODEL
|
|
29
|
+
}), [n, E] = M({
|
|
33
30
|
key: N + ee,
|
|
31
|
+
initialValue: e.CURRENT_YEAR
|
|
32
|
+
}), [r, S] = M({
|
|
33
|
+
key: N + te,
|
|
34
34
|
initialValue: null
|
|
35
|
-
}), [
|
|
35
|
+
}), [V, y] = v(
|
|
36
36
|
(/* @__PURE__ */ new Date()).getFullYear()
|
|
37
|
-
), { data: I, isSuccess:
|
|
38
|
-
user:
|
|
37
|
+
), { data: I, isSuccess: K } = ne({
|
|
38
|
+
user: z?.username,
|
|
39
39
|
getAccessToken: L,
|
|
40
40
|
timeRange: n,
|
|
41
|
-
month: n === e.SPECIFIC_MONTH &&
|
|
42
|
-
year: n === e.SPECIFIC_MONTH ? String(
|
|
41
|
+
month: n === e.SPECIFIC_MONTH && r !== null ? String(r) : void 0,
|
|
42
|
+
year: n === e.SPECIFIC_MONTH ? String(V) : void 0,
|
|
43
43
|
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone
|
|
44
|
-
}),
|
|
45
|
-
if (
|
|
44
|
+
}), j = (l) => {
|
|
45
|
+
if (l.preventDefault(), n === e.MONTH_TO_DATE)
|
|
46
46
|
return;
|
|
47
47
|
if (n === e.TODAY || n === e.YESTERDAY) {
|
|
48
|
-
|
|
48
|
+
E(
|
|
49
49
|
n === e.TODAY ? e.YESTERDAY : e.TODAY
|
|
50
50
|
);
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
|
-
if (n === e.SPECIFIC_MONTH &&
|
|
54
|
-
const _ = (
|
|
53
|
+
if (n === e.SPECIFIC_MONTH && r !== null) {
|
|
54
|
+
const _ = (r + 1) % 12;
|
|
55
55
|
S(_);
|
|
56
56
|
return;
|
|
57
57
|
}
|
|
58
58
|
const C = (a.indexOf(O) + 1) % a.length;
|
|
59
59
|
m(a[C]);
|
|
60
|
-
},
|
|
61
|
-
if (
|
|
60
|
+
}, w = (l) => {
|
|
61
|
+
if (l.preventDefault(), n === e.MONTH_TO_DATE)
|
|
62
62
|
return;
|
|
63
63
|
if (n === e.TODAY || n === e.YESTERDAY) {
|
|
64
|
-
|
|
64
|
+
E(
|
|
65
65
|
n === e.TODAY ? e.YESTERDAY : e.TODAY
|
|
66
66
|
);
|
|
67
67
|
return;
|
|
68
68
|
}
|
|
69
|
-
if (n === e.SPECIFIC_MONTH &&
|
|
70
|
-
const _ = (
|
|
69
|
+
if (n === e.SPECIFIC_MONTH && r !== null) {
|
|
70
|
+
const _ = (r - 1 + 12) % 12;
|
|
71
71
|
S(_);
|
|
72
72
|
return;
|
|
73
73
|
}
|
|
74
74
|
const C = (a.indexOf(O) - 1 + a.length) % a.length;
|
|
75
75
|
m(a[C]);
|
|
76
|
-
},
|
|
77
|
-
|
|
78
|
-
},
|
|
79
|
-
S(
|
|
80
|
-
},
|
|
76
|
+
}, W = (l) => {
|
|
77
|
+
E(l), l !== e.SPECIFIC_MONTH && S(null), (l === e.CURRENT_YEAR || l === e.LAST_YEAR) && m(Y);
|
|
78
|
+
}, q = (l) => {
|
|
79
|
+
S(l), y((/* @__PURE__ */ new Date()).getFullYear()), E(e.SPECIFIC_MONTH);
|
|
80
|
+
}, X = () => n === e.SPECIFIC_MONTH && r !== null ? g[r] : H[n];
|
|
81
81
|
return /* @__PURE__ */ T(
|
|
82
|
-
|
|
82
|
+
oe,
|
|
83
83
|
{
|
|
84
|
-
open:
|
|
84
|
+
open: x,
|
|
85
85
|
onOpenChange: R,
|
|
86
|
-
title:
|
|
86
|
+
title: le,
|
|
87
87
|
animation: !0,
|
|
88
88
|
animationType: "fade",
|
|
89
89
|
blurEffect: "large",
|
|
90
|
+
initialFocus: f,
|
|
90
91
|
footer: /* @__PURE__ */ t(
|
|
91
92
|
h,
|
|
92
93
|
{
|
|
93
94
|
columnGap: 2,
|
|
94
95
|
alignHorizontal: "flex-end",
|
|
95
96
|
className: "pb-8 sm:pb-0",
|
|
96
|
-
children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
|
|
97
|
+
children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(Te, { onOpenChange: R, ref: f }) })
|
|
97
98
|
}
|
|
98
99
|
),
|
|
99
100
|
children: [
|
|
100
101
|
/* @__PURE__ */ t(
|
|
101
|
-
|
|
102
|
+
k,
|
|
102
103
|
{
|
|
103
104
|
header: d.MAIN_STATISTICS.USAGE,
|
|
104
105
|
className: "prose-dark dark:prose-lighter mb-4 min-h-144",
|
|
105
106
|
noBorder: !0,
|
|
106
|
-
children:
|
|
107
|
+
children: K && I ? /* @__PURE__ */ T(ue, { fallback: /* @__PURE__ */ t("div", {}), children: [
|
|
107
108
|
/* @__PURE__ */ t(h, { className: "mb-2", alignHorizontal: "center", children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ T(
|
|
108
|
-
|
|
109
|
+
G,
|
|
109
110
|
{
|
|
110
111
|
mode: "dark",
|
|
111
112
|
focusMode: "light",
|
|
112
113
|
trigger: /* @__PURE__ */ t(
|
|
113
|
-
|
|
114
|
+
u,
|
|
114
115
|
{
|
|
115
116
|
noBorder: !0,
|
|
116
117
|
variant: "selected",
|
|
117
118
|
size: "small",
|
|
118
|
-
labelRight:
|
|
119
|
+
labelRight: X(),
|
|
119
120
|
children: /* @__PURE__ */ t(re, { className: "mr-1", size: "size-4" })
|
|
120
121
|
}
|
|
121
122
|
),
|
|
122
123
|
defaultPlacement: "bottom-start",
|
|
123
124
|
children: [
|
|
124
|
-
/* @__PURE__ */ t(
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
/* @__PURE__ */ t(ce, { children: "Date Range" }),
|
|
126
|
+
Se.map((l) => /* @__PURE__ */ t(
|
|
127
|
+
U,
|
|
127
128
|
{
|
|
128
|
-
label:
|
|
129
|
-
selected: n ===
|
|
130
|
-
onClick: () =>
|
|
129
|
+
label: H[l],
|
|
130
|
+
selected: n === l,
|
|
131
|
+
onClick: () => W(l)
|
|
131
132
|
},
|
|
132
|
-
|
|
133
|
+
l
|
|
133
134
|
)),
|
|
134
|
-
/* @__PURE__ */ t(
|
|
135
|
-
|
|
135
|
+
/* @__PURE__ */ t(G, { label: "Month", children: g.map((l, A) => /* @__PURE__ */ t(
|
|
136
|
+
U,
|
|
136
137
|
{
|
|
137
|
-
label:
|
|
138
|
-
selected: n === e.SPECIFIC_MONTH &&
|
|
139
|
-
onClick: () =>
|
|
138
|
+
label: l,
|
|
139
|
+
selected: n === e.SPECIFIC_MONTH && r === A,
|
|
140
|
+
onClick: () => q(A)
|
|
140
141
|
},
|
|
141
|
-
|
|
142
|
+
l
|
|
142
143
|
)) })
|
|
143
144
|
]
|
|
144
145
|
}
|
|
145
146
|
) }) }),
|
|
146
147
|
/* @__PURE__ */ T(h, { className: "mb-2", alignHorizontal: "center", columnGap: 2, children: [
|
|
147
148
|
/* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
|
|
148
|
-
|
|
149
|
+
u,
|
|
149
150
|
{
|
|
150
|
-
onClick: () =>
|
|
151
|
+
onClick: () => p(s.MODEL),
|
|
151
152
|
labelRight: "Model Usage",
|
|
152
153
|
noBorder: !0,
|
|
153
154
|
size: "small",
|
|
154
155
|
mode: o === s.MODEL ? "dark" : "light",
|
|
155
|
-
children: o === s.MODEL ? /* @__PURE__ */ t(
|
|
156
|
+
children: o === s.MODEL ? /* @__PURE__ */ t(P, { size: "size-4" }) : /* @__PURE__ */ t(b, { size: "size-4" })
|
|
156
157
|
}
|
|
157
158
|
) }),
|
|
158
159
|
/* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
|
|
159
|
-
|
|
160
|
+
u,
|
|
160
161
|
{
|
|
161
|
-
onClick: () =>
|
|
162
|
+
onClick: () => p(s.TOKEN),
|
|
162
163
|
labelRight: "Token Usage",
|
|
163
164
|
noBorder: !0,
|
|
164
165
|
size: "small",
|
|
165
166
|
mode: o === s.TOKEN ? "dark" : "light",
|
|
166
|
-
children: o === s.TOKEN ? /* @__PURE__ */ t(
|
|
167
|
+
children: o === s.TOKEN ? /* @__PURE__ */ t(P, { size: "size-4" }) : /* @__PURE__ */ t(b, { size: "size-4" })
|
|
167
168
|
}
|
|
168
169
|
) })
|
|
169
170
|
] }),
|
|
170
171
|
/* @__PURE__ */ t(
|
|
171
|
-
|
|
172
|
+
Ie,
|
|
172
173
|
{
|
|
173
174
|
tokenUsage: o === s.TOKEN ? I.tokenUsage?.series || [] : I.modelUsage?.series || [],
|
|
174
175
|
page: O,
|
|
175
176
|
viewMode: o,
|
|
176
177
|
timeRange: n,
|
|
177
178
|
categories: I.categories,
|
|
178
|
-
chartTitle: n === e.SPECIFIC_MONTH &&
|
|
179
|
+
chartTitle: n === e.SPECIFIC_MONTH && r !== null ? g[r] : void 0
|
|
179
180
|
}
|
|
180
181
|
),
|
|
181
182
|
n !== e.MONTH_TO_DATE && /* @__PURE__ */ T(h, { className: "mt-2", alignHorizontal: "center", columnGap: 2, children: [
|
|
182
183
|
/* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
|
|
183
|
-
|
|
184
|
+
u,
|
|
184
185
|
{
|
|
185
186
|
noBorder: !0,
|
|
186
187
|
size: "small",
|
|
187
188
|
label: "Previous",
|
|
188
|
-
onClick:
|
|
189
|
-
children: /* @__PURE__ */ t(
|
|
189
|
+
onClick: w,
|
|
190
|
+
children: /* @__PURE__ */ t(se, { size: "size-4" })
|
|
190
191
|
}
|
|
191
192
|
) }),
|
|
192
193
|
/* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
|
|
193
|
-
|
|
194
|
+
u,
|
|
194
195
|
{
|
|
195
196
|
noBorder: !0,
|
|
196
197
|
size: "small",
|
|
197
198
|
label: "Next",
|
|
198
|
-
onClick:
|
|
199
|
-
children: /* @__PURE__ */ t(
|
|
199
|
+
onClick: j,
|
|
200
|
+
children: /* @__PURE__ */ t(ae, { size: "size-4" })
|
|
200
201
|
}
|
|
201
202
|
) })
|
|
202
203
|
] })
|
|
@@ -204,13 +205,13 @@ const a = [0, 3, 6, 9], s = {
|
|
|
204
205
|
}
|
|
205
206
|
),
|
|
206
207
|
/* @__PURE__ */ t(
|
|
207
|
-
|
|
208
|
+
k,
|
|
208
209
|
{
|
|
209
210
|
header: d.MAIN_STATISTICS.TITLE,
|
|
210
211
|
className: "prose-dark dark:prose-lighter min-h-42",
|
|
211
212
|
noBorder: !0,
|
|
212
|
-
children:
|
|
213
|
-
|
|
213
|
+
children: B ? ie(
|
|
214
|
+
F,
|
|
214
215
|
{
|
|
215
216
|
[D(d.MAIN_STATISTICS.TOTAL, i.totalChats)]: i.totalChats,
|
|
216
217
|
[D(
|
|
@@ -231,5 +232,5 @@ const a = [0, 3, 6, 9], s = {
|
|
|
231
232
|
);
|
|
232
233
|
};
|
|
233
234
|
export {
|
|
234
|
-
|
|
235
|
+
Ce as Usage
|
|
235
236
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import d from "clsx";
|
|
3
3
|
import x, { useContext as y } from "react";
|
|
4
|
-
import { ButtonIcon as I, e$1 as u } from "./index.
|
|
4
|
+
import { ButtonIcon as I, e$1 as u } from "./index.CgmhTYJp.js";
|
|
5
5
|
/*!
|
|
6
6
|
@versini/ui-button v10.0.1
|
|
7
7
|
© 2025 gizmette.com
|
|
@@ -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.BLNMkw5x.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.DhNvct2e.js";
|
|
3
|
+
import { toText as Cn } from "./index.Bz0fwQT2.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",
|
|
@@ -7844,7 +7844,7 @@ const tc = "ASK! ME! ANYTHING!", rc = "Log in with a password", sc = "Log in wit
|
|
|
7844
7844
|
] });
|
|
7845
7845
|
}, Ec = new URL(document.location.href).searchParams, Fr = !!Ec.get("debug") || !1, wc = nn(() => import(
|
|
7846
7846
|
/* webpackChunkName: "LazyApp" */
|
|
7847
|
-
"./App.
|
|
7847
|
+
"./App.BLNMkw5x.js"
|
|
7848
7848
|
).then((e) => e.App)), Sc = new Dn(), Br = ({
|
|
7849
7849
|
isComponent: e,
|
|
7850
7850
|
headerHeight: t
|
|
@@ -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.CgmhTYJp.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,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.DhNvct2e.js";
|
|
2
|
+
import { toText as Ca } from "./index.Bz0fwQT2.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 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.CgmhTYJp.js";
|
|
3
3
|
import { useState as N, useEffect as $ } from "react";
|
|
4
4
|
import t from "clsx";
|
|
5
5
|
/*!
|
|
@@ -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.DhNvct2e.js";
|
|
2
2
|
import { longestStreak as qe } from "./index.Cyw5OC0t.js";
|
|
3
3
|
function ne(e, n) {
|
|
4
4
|
const t = String(e);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Tn, jsxs as Rt, Fragment as zr } from "react/jsx-runtime";
|
|
2
|
-
import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.
|
|
2
|
+
import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.CgmhTYJp.js";
|
|
3
3
|
import Fr, { useState as Dt, useEffect as Ot, useCallback as Ft, useRef as Dn } from "react";
|
|
4
|
-
import { getDefaultExportFromCjs as Bt } from "./App.
|
|
4
|
+
import { getDefaultExportFromCjs as Bt } from "./App.BLNMkw5x.js";
|
|
5
5
|
/*!
|
|
6
6
|
@versini/ui-button v10.0.1
|
|
7
7
|
© 2025 gizmette.com
|
|
@@ -7184,7 +7184,7 @@ class Hu {
|
|
|
7184
7184
|
if (!this.remarkGfm) {
|
|
7185
7185
|
const { default: e } = await import(
|
|
7186
7186
|
/* webpackChunkName: "md-remark" */
|
|
7187
|
-
"./index.
|
|
7187
|
+
"./index.iTnfwVri.js"
|
|
7188
7188
|
);
|
|
7189
7189
|
this.remarkGfm = e;
|
|
7190
7190
|
}
|
|
@@ -7195,7 +7195,7 @@ class Hu {
|
|
|
7195
7195
|
Gu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
|
|
7196
7196
|
const { default: e } = await import(
|
|
7197
7197
|
/* webpackChunkName: "md-rehype-katex" */
|
|
7198
|
-
"./index.
|
|
7198
|
+
"./index.DlepPi73.js"
|
|
7199
7199
|
);
|
|
7200
7200
|
this.rehypeKatex = e;
|
|
7201
7201
|
}
|
|
@@ -7205,7 +7205,7 @@ class Hu {
|
|
|
7205
7205
|
if (!this.remarkMath) {
|
|
7206
7206
|
const { default: e } = await import(
|
|
7207
7207
|
/* webpackChunkName: "md-remark" */
|
|
7208
|
-
"./index.
|
|
7208
|
+
"./index.CYzDnVAL.js"
|
|
7209
7209
|
);
|
|
7210
7210
|
this.remarkMath = e;
|
|
7211
7211
|
}
|
|
@@ -7215,7 +7215,7 @@ class Hu {
|
|
|
7215
7215
|
if (!this.rehypeHighlight) {
|
|
7216
7216
|
const { default: e } = await import(
|
|
7217
7217
|
/* webpackChunkName: "md-rehype-highlight" */
|
|
7218
|
-
"./index.
|
|
7218
|
+
"./index.CY7OKrvt.js"
|
|
7219
7219
|
);
|
|
7220
7220
|
this.rehypeHighlight = e;
|
|
7221
7221
|
}
|
|
@@ -7231,7 +7231,8 @@ const Zn = new Hu(), Vu = ({
|
|
|
7231
7231
|
/* @__PURE__ */ Tn(
|
|
7232
7232
|
Ut,
|
|
7233
7233
|
{
|
|
7234
|
-
mode: "
|
|
7234
|
+
mode: "dark",
|
|
7235
|
+
noBorder: !0,
|
|
7235
7236
|
focusMode: "light",
|
|
7236
7237
|
copyToClipboard: () => Dr(e) || "",
|
|
7237
7238
|
labelRight: "Copy",
|
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.CgmhTYJp.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.
|
|
3
|
+
@sassysaint/client v8.100.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: "12/
|
|
8
|
+
version: "8.100.0",
|
|
9
|
+
buildTime: "12/13/2025 08:51 AM EST",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
|
12
12
|
} catch {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/sassysaint",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.100.0",
|
|
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.
|
|
36
|
+
"@sassysaint/client": "8.100.0",
|
|
37
37
|
"@tailwindcss/vite": "4.1.18",
|
|
38
38
|
"@versini/ui-styles": "7.0.2"
|
|
39
39
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "8e0c0e41595095b17ba1e5946923a4d1ee437fff"
|
|
49
49
|
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { jsxs as p, Fragment as n, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Panel as g, CancelButton as A } from "./App.9OTgQFE5.js";
|
|
3
|
-
import { useUniqueId as c, useServerCapabilities as B, useChangelogs as E, Card as t, renderDataAsList as d, CARDS as r, pluralize as I, isProbablyMobile as S, ABOUT_TITLE as C, L as O, j as U } from "./index.BNtgmlzo.js";
|
|
4
|
-
import f from "clsx";
|
|
5
|
-
import { Suspense as L, lazy as N } from "react";
|
|
6
|
-
const _ = N(
|
|
7
|
-
() => import(
|
|
8
|
-
/* webpackChunkName: "LazyAboutChangelog" */
|
|
9
|
-
"./AboutChangelog.u1NxfRZ6.js"
|
|
10
|
-
)
|
|
11
|
-
), k = () => {
|
|
12
|
-
const a = c(), s = c(), { data: i, isSuccess: m } = B(), { data: h, isSuccess: u } = E(), T = i?.version || "", o = i?.models || [], b = i?.buildTime || "";
|
|
13
|
-
return /* @__PURE__ */ p(n, { children: [
|
|
14
|
-
/* @__PURE__ */ e(
|
|
15
|
-
t,
|
|
16
|
-
{
|
|
17
|
-
header: r.ABOUT.TITLE_CLIENT,
|
|
18
|
-
className: "prose-dark dark:prose-lighter mb-4",
|
|
19
|
-
noBorder: !0,
|
|
20
|
-
children: d(a, {
|
|
21
|
-
[r.ABOUT.VERSION]: "8.99.2",
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "12/12/2025 12:43 PM EST"
|
|
23
|
-
})
|
|
24
|
-
}
|
|
25
|
-
),
|
|
26
|
-
m ? /* @__PURE__ */ e(
|
|
27
|
-
t,
|
|
28
|
-
{
|
|
29
|
-
header: r.ABOUT.TITLE_SERVER,
|
|
30
|
-
className: "prose-dark dark:prose-lighter mb-4",
|
|
31
|
-
noBorder: !0,
|
|
32
|
-
children: d(s, {
|
|
33
|
-
[r.ABOUT.VERSION]: T,
|
|
34
|
-
[r.ABOUT.BUILD_TIMESTAMP]: b,
|
|
35
|
-
[I(r.ABOUT.PROVIDER, o.length)]: /* @__PURE__ */ e(n, { children: o.map((l) => /* @__PURE__ */ e("div", { className: "text-right", children: l }, l)) })
|
|
36
|
-
})
|
|
37
|
-
}
|
|
38
|
-
) : null,
|
|
39
|
-
/* @__PURE__ */ e(
|
|
40
|
-
t,
|
|
41
|
-
{
|
|
42
|
-
noBorder: !0,
|
|
43
|
-
mode: "dark",
|
|
44
|
-
header: r.ABOUT.TITLE_CHANGELOG,
|
|
45
|
-
headerClassName: "av-card__header mt-0 border-b-2 border-border-accent mb-4 leading-10",
|
|
46
|
-
className: f("prose-lighter dark:prose-lighter min-h-[334px]", {
|
|
47
|
-
"mb-5": S()
|
|
48
|
-
}),
|
|
49
|
-
children: u ? /* @__PURE__ */ e(L, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(_, { content: h.client }) }) : null
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
] });
|
|
53
|
-
}, D = ({
|
|
54
|
-
open: a,
|
|
55
|
-
onOpenChange: s
|
|
56
|
-
}) => /* @__PURE__ */ e(
|
|
57
|
-
g,
|
|
58
|
-
{
|
|
59
|
-
open: a,
|
|
60
|
-
onOpenChange: s,
|
|
61
|
-
title: C,
|
|
62
|
-
animation: !0,
|
|
63
|
-
animationType: "fade",
|
|
64
|
-
blurEffect: "large",
|
|
65
|
-
footer: /* @__PURE__ */ e(
|
|
66
|
-
O,
|
|
67
|
-
{
|
|
68
|
-
columnGap: 2,
|
|
69
|
-
alignHorizontal: "flex-end",
|
|
70
|
-
className: "pb-8 sm:pb-0",
|
|
71
|
-
children: /* @__PURE__ */ e(U, { children: /* @__PURE__ */ e(A, { onOpenChange: s }) })
|
|
72
|
-
}
|
|
73
|
-
),
|
|
74
|
-
children: /* @__PURE__ */ e(k, {})
|
|
75
|
-
}
|
|
76
|
-
);
|
|
77
|
-
export {
|
|
78
|
-
D as About
|
|
79
|
-
};
|