@versini/sassysaint 8.75.5 → 8.76.1

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.
Files changed (34) hide show
  1. package/dist/chunks/{AboutChangelog.74dx3has.js → AboutChangelog.Bi_-dpeZ.js} +10 -9
  2. package/dist/chunks/{AboutEntry.B9IooHpy.js → AboutEntry.CTwezLPC.js} +11 -11
  3. package/dist/chunks/App.CV0Bjlae.js +9011 -0
  4. package/dist/chunks/{Chart.D1WQEJfe.js → Chart.uzxgAiX2.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.TGE3iwln.js → ChatBubbleAssistant.BVlp2GoO.js} +8 -8
  6. package/dist/chunks/ChatBubbleUser.BrWZttfQ.js +130 -0
  7. package/dist/chunks/ChatHistoryTable.uFTyBF2A.js +236 -0
  8. package/dist/chunks/HistoryEntry.ThaD-b5r.js +307 -0
  9. package/dist/chunks/{ProfileEntry.DiMarPYw.js → ProfileEntry.CyBWFkHS.js} +26 -26
  10. package/dist/chunks/{SettingsEntry.7sE9nOGN.js → SettingsEntry.QaYvHkdk.js} +39 -39
  11. package/dist/chunks/Table.Ckql2SnG.js +359 -0
  12. package/dist/chunks/{UsageEntry.CiY4OQtp.js → UsageEntry.CDzDYeHf.js} +19 -19
  13. package/dist/chunks/{UserMemoriesPanel.UDXZvvrL.js → UserMemoriesPanel.B6egCowo.js} +184 -210
  14. package/dist/chunks/{index.CiIBuo5O.js → index.A4p6x5_T.js} +1 -1
  15. package/dist/chunks/index.BXdpJpQs.js +266 -0
  16. package/dist/chunks/{index.C0asS70q.js → index.BdPmgM6G.js} +1 -1
  17. package/dist/chunks/index.C3aZ0rB_.js +142 -0
  18. package/dist/chunks/{index.D4tD4ovC.js → index.C4Rma01G.js} +3 -3
  19. package/dist/chunks/{index.p-Jh4Heo.js → index.C6T0AZQ_.js} +2 -2
  20. package/dist/chunks/{index.Bl8BpeHP.js → index.CgUGA3LA.js} +1 -1
  21. package/dist/chunks/index.rzw7MU5J.js +7894 -0
  22. package/dist/chunks/{useMarkdown.Cno1hTiv.js → useMarkdown.B4NWSGJz.js} +2004 -2130
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/dist/style.css +2 -2
  26. package/package.json +5 -5
  27. package/dist/chunks/App.BmFE7_v_.js +0 -10006
  28. package/dist/chunks/ChatBubbleUser.DjSazwPr.js +0 -128
  29. package/dist/chunks/ChatHistoryTable.DKVkQOL_.js +0 -288
  30. package/dist/chunks/HistoryEntry.D-clB2ui.js +0 -333
  31. package/dist/chunks/Table.--YCSSgh.js +0 -456
  32. package/dist/chunks/index.-hzHawd8.js +0 -7203
  33. package/dist/chunks/index.BHHgvfWz.js +0 -357
  34. package/dist/chunks/index.WAJtnhmS.js +0 -249
@@ -1,456 +0,0 @@
1
- import { jsxs as p, jsx as r } from "react/jsx-runtime";
2
- import { I as u, b$1 as f } from "./index.-hzHawd8.js";
3
- import C, { useContext as b } from "react";
4
- import o from "clsx";
5
- import { e as k } from "./App.BmFE7_v_.js";
6
- const L = ({
7
- className: e,
8
- viewBox: a,
9
- title: t,
10
- monotone: s,
11
- ...l
12
- }) => /* @__PURE__ */ p(
13
- u,
14
- {
15
- defaultViewBox: "0 0 448 512",
16
- size: "size-5",
17
- viewBox: a,
18
- className: e,
19
- title: t || "Delete",
20
- ...l,
21
- children: [
22
- /* @__PURE__ */ r(
23
- "path",
24
- {
25
- d: "M32 96v352c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V96zm80 80c0-8.8 7.2-16 16-16s16 7.2 16 16v224c0 8.8-7.2 16-16 16s-16-7.2-16-16zm96 0c0-8.8 7.2-16 16-16s16 7.2 16 16v224c0 8.8-7.2 16-16 16s-16-7.2-16-16zm96 0c0-8.8 7.2-16 16-16s16 7.2 16 16v224c0 8.8-7.2 16-16 16s-16-7.2-16-16z",
26
- opacity: s ? "1" : "0.4"
27
- }
28
- ),
29
- /* @__PURE__ */ r("path", { d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3C307.4 6.8 296.3 0 284.2 0z" })
30
- ]
31
- }
32
- ), O = ({
33
- className: e,
34
- viewBox: a,
35
- title: t,
36
- monotone: s,
37
- ...l
38
- }) => /* @__PURE__ */ p(
39
- u,
40
- {
41
- defaultViewBox: "0 0 512 512",
42
- size: "size-5",
43
- viewBox: a,
44
- className: e,
45
- title: t || "Restore",
46
- ...l,
47
- children: [
48
- /* @__PURE__ */ r(
49
- "path",
50
- {
51
- d: "M128 80v16h64V80c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v224c0 8.8-7.2 16-16 16h-16v64h16c44.2 0 80-35.8 80-80V80c0-44.2-35.8-80-80-80H208c-44.2 0-80 35.8-80 80",
52
- opacity: s ? "1" : "0.4"
53
- }
54
- ),
55
- /* @__PURE__ */ r("path", { d: "M64 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zm32 64h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32" })
56
- ]
57
- }
58
- ), N = ({
59
- children: e,
60
- fill: a,
61
- viewBox: t,
62
- className: s,
63
- defaultViewBox: l,
64
- size: d,
65
- title: n,
66
- semantic: i = !1,
67
- ...c
68
- }) => {
69
- const m = o(d, s);
70
- return /* @__PURE__ */ p(
71
- "svg",
72
- {
73
- xmlns: "http://www.w3.org/2000/svg",
74
- className: m,
75
- viewBox: t || l,
76
- fill: a || "currentColor",
77
- role: "img",
78
- "aria-hidden": !i,
79
- focusable: !1,
80
- ...c,
81
- children: [
82
- n && i && /* @__PURE__ */ r("title", { children: n }),
83
- e
84
- ]
85
- }
86
- );
87
- };
88
- /*!
89
- @versini/ui-svgicon v4.2.2
90
- © 2025 gizmette.com
91
- */
92
- try {
93
- window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
94
- version: "4.2.2",
95
- buildTime: "10/24/2025 06:42 PM EDT",
96
- homepage: "https://github.com/aversini/ui-components",
97
- license: "MIT"
98
- });
99
- } catch {
100
- }
101
- const z = ({
102
- className: e,
103
- viewBox: a,
104
- title: t,
105
- monotone: s,
106
- ...l
107
- }) => /* @__PURE__ */ p(
108
- N,
109
- {
110
- defaultViewBox: "0 0 576 512",
111
- size: "size-5",
112
- viewBox: a,
113
- className: e,
114
- title: t || "Sort",
115
- ...l,
116
- children: [
117
- /* @__PURE__ */ r(
118
- "path",
119
- {
120
- d: "M297.4 137.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0 6.2-6.2 9.4-14.4 9.4-22.6s-3.1-16.4-9.4-22.6l-96-96c-6.3-6.4-14.5-9.5-22.7-9.5s-16.4 3.1-22.6 9.4z",
121
- opacity: s ? "1" : "0.4"
122
- }
123
- ),
124
- /* @__PURE__ */ r("path", { d: "M137.4 470.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 370.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96z" })
125
- ]
126
- }
127
- ), V = ({
128
- className: e,
129
- viewBox: a,
130
- title: t,
131
- monotone: s,
132
- ...l
133
- }) => /* @__PURE__ */ p(
134
- N,
135
- {
136
- defaultViewBox: "0 0 576 512",
137
- size: "size-5",
138
- viewBox: a,
139
- className: e,
140
- title: t || "Sort Down",
141
- ...l,
142
- children: [
143
- /* @__PURE__ */ r(
144
- "path",
145
- {
146
- d: "M288 64c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32",
147
- opacity: s ? "1" : "0.4"
148
- }
149
- ),
150
- /* @__PURE__ */ r("path", { d: "M128 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L160 365.7V64c0-17.7-14.3-32-32-32S96 46.3 96 64v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96c6.1 6.6 14.6 10.4 23.6 10.4" })
151
- ]
152
- }
153
- ), I = ({
154
- className: e,
155
- viewBox: a,
156
- title: t,
157
- monotone: s,
158
- ...l
159
- }) => /* @__PURE__ */ p(
160
- N,
161
- {
162
- defaultViewBox: "0 0 576 512",
163
- size: "size-5",
164
- viewBox: a,
165
- className: e,
166
- title: t || "Sort Up",
167
- ...l,
168
- children: [
169
- /* @__PURE__ */ r(
170
- "path",
171
- {
172
- d: "M288 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32",
173
- opacity: s ? "1" : "0.4"
174
- }
175
- ),
176
- /* @__PURE__ */ r("path", { d: "M128 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L160 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C110.5 35.8 119 32 128 32" })
177
- ]
178
- }
179
- );
180
- /*!
181
- @versini/ui-icons v4.14.1
182
- © 2025 gizmette.com
183
- */
184
- try {
185
- window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
186
- version: "4.14.1",
187
- buildTime: "10/24/2025 06:42 PM EDT",
188
- homepage: "https://github.com/aversini/ui-components",
189
- license: "MIT"
190
- });
191
- } catch {
192
- }
193
- const y = C.createContext({
194
- mode: "light",
195
- cellWrapper: "thead",
196
- stickyHeader: !1,
197
- stickyFooter: !1,
198
- compact: !1
199
- }), x = "thead", w = "tfoot", _ = "tbody", B = ({
200
- mode: e,
201
- className: a,
202
- wrapperClassName: t,
203
- stickyHeader: s,
204
- stickyFooter: l
205
- }) => ({
206
- wrapper: o(
207
- "not-prose relative w-full rounded-lg shadow-md",
208
- {
209
- "overflow-x-auto": !s && !l,
210
- "overflow-y-scroll": s || l,
211
- "bg-surface-darker": e === "dark" || e === "system",
212
- "bg-surface-light": e === "light" || e === "alt-system",
213
- "dark:bg-surface-light": e === "system",
214
- "dark:bg-surface-darker": e === "alt-system",
215
- "text-copy-light": e === "dark",
216
- "text-copy-dark": e === "light",
217
- "text-copy-light dark:text-copy-dark": e === "system",
218
- "text-copy-dark dark:text-copy-light": e === "alt-system"
219
- },
220
- t
221
- ),
222
- table: o("my-0 w-full text-left text-sm", a, {
223
- "text-copy-light": e === "dark",
224
- "text-copy-dark": e === "light",
225
- "text-copy-light dark:text-copy-dark": e === "system",
226
- "text-copy-dark dark:text-copy-light": e === "alt-system"
227
- }),
228
- caption: o("py-2 text-sm font-bold", {
229
- "text-copy-light": e === "dark",
230
- "text-copy-dark": e === "light",
231
- "text-copy-light dark:text-copy-dark": e === "system",
232
- "text-copy-dark dark:text-copy-light": e === "alt-system"
233
- })
234
- }), H = ({
235
- className: e,
236
- stickyHeader: a,
237
- mode: t
238
- }) => o(
239
- {
240
- "sticky top-0 z-10": a,
241
- "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": a && t === "dark",
242
- "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": a && t === "system",
243
- "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": a && t === "light",
244
- "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": a && t === "alt-system"
245
- },
246
- e
247
- ), M = ({
248
- className: e,
249
- stickyFooter: a,
250
- mode: t
251
- }) => o(
252
- {
253
- "sticky bottom-0 z-10": a,
254
- "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": a && t === "dark",
255
- "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": a && t === "system",
256
- "shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": a && t === "light",
257
- "shadow-[rgb(65_65_65_/30%)_-0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": a && t === "alt-system"
258
- },
259
- e
260
- ), S = ({
261
- mode: e,
262
- className: a,
263
- cellWrapper: t
264
- }) => t === x || t === w ? o(
265
- {
266
- "bg-table-head-dark": e === "dark" || e === "system",
267
- "bg-table-head-light": e === "light" || e === "alt-system",
268
- "dark:bg-table-head-light": e === "system",
269
- "dark:bg-table-head-dark": e === "alt-system"
270
- },
271
- a
272
- ) : o(
273
- "border-b last:border-0",
274
- {
275
- "border-table-dark": e === "dark" || e === "system",
276
- "odd:bg-table-dark-odd even:bg-table-dark-even": t === _ && e === "dark",
277
- "border-table-light": e === "light" || e === "alt-system",
278
- "odd:bg-table-light-odd even:bg-table-light-even": t === _ && e === "light",
279
- "dark:border-table-light": e === "system",
280
- "odd:bg-table-dark-odd even:bg-table-dark-even dark:odd:bg-table-light-odd dark:even:bg-table-light-even": t === _ && e === "system",
281
- "dark:border-table-dark": e === "alt-system",
282
- "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": t === _ && e === "alt-system"
283
- },
284
- a
285
- ), W = ({
286
- cellWrapper: e,
287
- className: a,
288
- compact: t,
289
- mode: s,
290
- align: l
291
- }) => ({
292
- alignClasses: o({
293
- "flex justify-start text-left": l === "left",
294
- "flex justify-center text-center": l === "center",
295
- "flex justify-end text-right": l === "right"
296
- }),
297
- mainClasses: o(
298
- {
299
- "text-copy-light": s === "dark" || s === "system",
300
- "text-copy-dark": s === "light" || s === "alt-system",
301
- "dark:text-copy-dark": s === "system",
302
- "dark:text-copy-light": s === "alt-system",
303
- "px-4 py-3": !t && (e === x || e === w),
304
- "p-4": !t && e === _,
305
- "px-2 py-1.5": t
306
- },
307
- a
308
- )
309
- }), E = ({
310
- buttonClassName: e
311
- }) => o("rounded-none text-sm", e), G = ({
312
- children: e,
313
- mode: a = "system",
314
- caption: t,
315
- compact: s,
316
- summary: l,
317
- className: d,
318
- wrapperClassName: n,
319
- maxHeight: i,
320
- stickyHeader: c,
321
- stickyFooter: m,
322
- ...h
323
- }) => {
324
- const g = B({
325
- mode: a,
326
- className: d,
327
- wrapperClassName: n,
328
- stickyHeader: c,
329
- stickyFooter: m
330
- });
331
- return /* @__PURE__ */ r(
332
- y.Provider,
333
- {
334
- value: { mode: a, stickyHeader: c, stickyFooter: m, compact: s },
335
- children: /* @__PURE__ */ r(
336
- "div",
337
- {
338
- className: g.wrapper,
339
- ...i && {
340
- style: { maxHeight: i }
341
- },
342
- children: /* @__PURE__ */ p("table", { className: g.table, summary: l, ...h, children: [
343
- t && /* @__PURE__ */ r("caption", { className: g.caption, children: t }),
344
- e
345
- ] })
346
- }
347
- )
348
- }
349
- );
350
- }, P = ({
351
- children: e,
352
- className: a,
353
- ...t
354
- }) => {
355
- const s = b(y);
356
- s.cellWrapper = x;
357
- const l = H({
358
- className: a,
359
- mode: s.mode,
360
- stickyHeader: s.stickyHeader
361
- });
362
- return /* @__PURE__ */ r("thead", { className: l, ...t, children: e });
363
- }, A = ({
364
- children: e,
365
- className: a,
366
- ...t
367
- }) => {
368
- const s = b(y);
369
- s.cellWrapper = w;
370
- const l = M({
371
- className: a,
372
- mode: s.mode,
373
- stickyFooter: s.stickyFooter
374
- });
375
- return /* @__PURE__ */ r("tfoot", { className: l, ...t, children: e });
376
- }, $ = ({ children: e, ...a }) => {
377
- const t = b(y);
378
- return t.cellWrapper = _, /* @__PURE__ */ r("tbody", { ...a, children: e });
379
- }, q = ({
380
- children: e,
381
- className: a,
382
- ...t
383
- }) => {
384
- const s = b(y), l = S({
385
- mode: s.mode,
386
- cellWrapper: s.cellWrapper,
387
- className: a
388
- });
389
- return /* @__PURE__ */ r("tr", { className: l, ...t, children: e });
390
- }, F = ({
391
- children: e,
392
- component: a,
393
- className: t,
394
- align: s,
395
- ...l
396
- }) => {
397
- const d = b(y), n = a || (d.cellWrapper === x ? "th" : "td"), { mainClasses: i, alignClasses: c } = W({
398
- cellWrapper: d.cellWrapper,
399
- className: t,
400
- mode: d.mode,
401
- compact: d.compact,
402
- align: s
403
- });
404
- return s ? /* @__PURE__ */ r(n, { className: i, ...l, children: /* @__PURE__ */ r("div", { className: c, children: e }) }) : /* @__PURE__ */ r(n, { className: i, ...l, children: e });
405
- }, J = ({
406
- align: e,
407
- children: a,
408
- buttonClassName: t,
409
- className: s,
410
- component: l,
411
- focusMode: d = "alt-system",
412
- mode: n = "alt-system",
413
- onClick: i,
414
- sortDirection: c,
415
- sortedCell: m,
416
- cellId: h,
417
- ...g
418
- }) => {
419
- const v = E({ buttonClassName: t });
420
- return /* @__PURE__ */ r(
421
- F,
422
- {
423
- component: l,
424
- className: s,
425
- role: "columnheader",
426
- "aria-sort": c === k.ASC && m === h ? "ascending" : c === k.DESC && m === h ? "descending" : "other",
427
- ...g,
428
- children: /* @__PURE__ */ r(
429
- f,
430
- {
431
- active: m === h,
432
- className: v,
433
- onClick: i,
434
- align: e,
435
- noBorder: !0,
436
- focusMode: d,
437
- mode: n,
438
- fullWidth: !0,
439
- labelRight: a,
440
- children: c === k.ASC && m === h ? /* @__PURE__ */ r(I, { className: "size-4", monotone: !0 }) : c === k.DESC && m === h ? /* @__PURE__ */ r(V, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ r(z, { className: "size-4", monotone: !0 })
441
- }
442
- )
443
- }
444
- );
445
- };
446
- export {
447
- P as D,
448
- J as F,
449
- q as G,
450
- $ as H,
451
- F as M,
452
- A as U,
453
- G as j,
454
- L as l,
455
- O as n
456
- };