@versini/sassysaint 8.105.0 → 8.105.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.
Files changed (29) hide show
  1. package/dist/chunks/{AboutChangelog.CRt85wsw.js → AboutChangelog.nlPIWp0N.js} +2 -2
  2. package/dist/chunks/{AboutEntry.DMiMxScA.js → AboutEntry.CphmsD5H.js} +7 -7
  3. package/dist/chunks/{App.CBKskkKU.js → App.CIwNk-Ut.js} +2529 -2537
  4. package/dist/chunks/{Chart.KHpqCiEV.js → Chart.Dvl7vluK.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.CZJrV4tB.js → ChatBubbleAssistant.DZ6ok4cT.js} +5 -5
  6. package/dist/chunks/{ChatBubbleUser.CDXthWb5.js → ChatBubbleUser.CHWKvZg3.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.CJz-AVbz.js → ChatHistoryTable.BWpKoQsi.js} +15 -15
  8. package/dist/chunks/{HistoryEntry.DPyIoEmj.js → HistoryEntry.yoV4fAVr.js} +6 -6
  9. package/dist/chunks/{LoginEntry.3r7SLT3b.js → LoginEntry.QP6-497n.js} +4 -4
  10. package/dist/chunks/{LogoEntry.C93TJ0jv.js → LogoEntry.hJ_vIJmf.js} +1 -1
  11. package/dist/chunks/{MemoriesEntry.IcqSZ4t6.js → MemoriesEntry.n0JGBOnn.js} +36 -36
  12. package/dist/chunks/{ProfileEntry.BUB9buYS.js → ProfileEntry.BkF2iOVP.js} +4 -4
  13. package/dist/chunks/{SettingsEntry.DTjImheT.js → SettingsEntry.CUE9-B_Z.js} +5 -5
  14. package/dist/chunks/{Table.BwBmik0P.js → Table.B0wueiQh.js} +127 -105
  15. package/dist/chunks/{UsageEntry.BATDFLgH.js → UsageEntry.J4oBMVMS.js} +5 -5
  16. package/dist/chunks/{index.BbofTmf8.js → index.BC18QJea.js} +1 -1
  17. package/dist/chunks/{index.CxZF9Uq-.js → index.C7gau1B5.js} +1 -1
  18. package/dist/chunks/{index.C-kisTrP.js → index.CbtQDjOH.js} +1 -1
  19. package/dist/chunks/{index.BtadvdEU.js → index.ClNxiXVb.js} +1 -1
  20. package/dist/chunks/{index.DF9__Nva.js → index.D8rj890J.js} +1 -1
  21. package/dist/chunks/{index.BaD2fhOx.js → index.DFl1tPBj.js} +2 -2
  22. package/dist/chunks/{index.DkrILBNu.js → index.DTkLpMnR.js} +1 -1
  23. package/dist/chunks/{index.Dm1Bz_in.js → index.DZAOimM5.js} +2 -2
  24. package/dist/chunks/{index.CRu0FQN_.js → index.DsqBt3WJ.js} +1 -1
  25. package/dist/chunks/{index.g1V53tjM.js → index.WO0c_AVQ.js} +3 -3
  26. package/dist/chunks/{useMarkdown.AJZ6e5Z0.js → useMarkdown.CgDrCbrc.js} +7 -7
  27. package/dist/components/SassySaint/SassySaint.js +1 -1
  28. package/dist/index.js +4 -4
  29. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
- import { jsx as l, jsxs as g } from "react/jsx-runtime";
2
- import d from "clsx";
3
- import w, { useContext as p } from "react";
4
- import { ButtonIcon as I, e as k } from "./LogoEntry.C93TJ0jv.js";
1
+ import { jsx as l, jsxs as b, Fragment as I } from "react/jsx-runtime";
2
+ import c from "clsx";
3
+ import x, { useContext as _ } from "react";
4
+ import { ButtonIcon as C, e as k } from "./LogoEntry.hJ_vIJmf.js";
5
5
  /*!
6
6
  @versini/ui-button v11.0.0
7
7
  © 2025 gizmette.com
@@ -15,16 +15,16 @@ try {
15
15
  });
16
16
  } catch {
17
17
  }
18
- const x = /* @__PURE__ */ w.forwardRef(({ children: e, mode: t = "system", className: a, active: r = !1, ...s }, o) => {
19
- const c = r ? d("relative", "focus-within:static", "focus-within:after:border-transparent", "after:absolute", "after:content-['']", "after:border-b-2", "after:-bottom-1", "after:left-0", "after:right-0", {
18
+ const w = /* @__PURE__ */ x.forwardRef(({ children: e, mode: t = "system", className: a, active: r = !1, ...s }, o) => {
19
+ const d = r ? c("relative", "focus-within:static", "focus-within:after:border-transparent", "after:absolute", "after:content-['']", "after:border-b-2", "after:-bottom-1", "after:left-0", "after:right-0", {
20
20
  "after:border-table-light": t === "dark",
21
21
  "after:border-table-dark": t === "light",
22
22
  "after:border-table-light dark:after:border-table-dark": t === "system",
23
23
  "after:border-table-dark dark:after:border-table-light": t === "alt-system"
24
24
  }) : "";
25
25
  return /* @__PURE__ */ l("div", {
26
- className: c,
27
- children: /* @__PURE__ */ l(I, {
26
+ className: d,
27
+ children: /* @__PURE__ */ l(C, {
28
28
  className: a,
29
29
  ref: o,
30
30
  mode: t,
@@ -36,7 +36,7 @@ const x = /* @__PURE__ */ w.forwardRef(({ children: e, mode: t = "system", class
36
36
  })
37
37
  });
38
38
  });
39
- x.displayName = "ButtonSort";
39
+ w.displayName = "ButtonSort";
40
40
  /*!
41
41
  @versini/ui-icons v4.15.1
42
42
  © 2025 gizmette.com
@@ -63,25 +63,25 @@ try {
63
63
  });
64
64
  } catch {
65
65
  }
66
- const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s, size: o, title: c, semantic: n = !1, ...i }) => {
67
- const m = d(o, r);
68
- return /* @__PURE__ */ g("svg", {
66
+ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s, size: o, title: d, semantic: h = !1, ...i }) => {
67
+ const m = c(o, r);
68
+ return /* @__PURE__ */ b("svg", {
69
69
  xmlns: "http://www.w3.org/2000/svg",
70
70
  className: m,
71
71
  viewBox: a || s,
72
72
  fill: t || "currentColor",
73
73
  role: "img",
74
- "aria-hidden": !n,
74
+ "aria-hidden": !h,
75
75
  focusable: !1,
76
76
  ...i,
77
77
  children: [
78
- c && n && /* @__PURE__ */ l("title", {
79
- children: c
78
+ d && h && /* @__PURE__ */ l("title", {
79
+ children: d
80
80
  }),
81
81
  e
82
82
  ]
83
83
  });
84
- }, C = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ g(N, {
84
+ }, S = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
85
85
  defaultViewBox: "0 0 576 512",
86
86
  size: "size-5",
87
87
  viewBox: t,
@@ -97,7 +97,7 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
97
97
  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"
98
98
  })
99
99
  ]
100
- }), S = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ g(N, {
100
+ }), z = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
101
101
  defaultViewBox: "0 0 576 512",
102
102
  size: "size-5",
103
103
  viewBox: t,
@@ -113,7 +113,7 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
113
113
  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"
114
114
  })
115
115
  ]
116
- }), B = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ g(N, {
116
+ }), B = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
117
117
  defaultViewBox: "0 0 576 512",
118
118
  size: "size-5",
119
119
  viewBox: t,
@@ -129,19 +129,36 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
129
129
  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"
130
130
  })
131
131
  ]
132
- }), _ = w.createContext({
132
+ }), g = x.createContext({
133
133
  mode: "light",
134
134
  cellWrapper: "thead",
135
135
  stickyHeader: !1,
136
136
  stickyFooter: !1,
137
137
  compact: !1
138
- }), u = "thead", f = "tfoot", v = "tbody", V = () => ({
138
+ }), u = "thead", N = "tfoot", v = "tbody", V = ({ mode: e }) => c(
139
+ "size-8",
140
+ "align-[-0.125em]",
141
+ "border-4",
142
+ "inline-block animate-spin rounded-full border-solid border-current border-r-transparent motion-reduce:animate-[spin_1.5s_linear_infinite]",
143
+ {
144
+ "text-copy-dark": e === "light",
145
+ "text-copy-light": e === "dark",
146
+ "text-copy-dark dark:text-copy-light": e === "alt-system",
147
+ "text-copy-light dark:text-copy-dark": e === "system"
148
+ }
149
+ ), W = ({ mode: e }) => ({
139
150
  inner: "relative",
140
- overlay: d(
151
+ overlay: c(
141
152
  "absolute inset-0 z-20 cursor-not-allowed",
142
- "backdrop-blur-sm bg-white/30 dark:bg-black/30"
143
- )
144
- }), z = ({
153
+ "backdrop-blur-xs bg-white/30 dark:bg-black/30"
154
+ ),
155
+ spinnerWrapper: c(
156
+ "absolute z-30 top-0 left-0 right-0 h-[min(100%,100vh)]",
157
+ "flex items-center justify-center",
158
+ "pointer-events-none"
159
+ ),
160
+ spinner: V({ mode: e })
161
+ }), H = ({
145
162
  mode: e,
146
163
  className: t,
147
164
  wrapperClassName: a,
@@ -149,11 +166,13 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
149
166
  stickyFooter: s,
150
167
  disabled: o
151
168
  }) => {
152
- const c = o ? V() : null;
169
+ const d = o ? W({ mode: e }) : null;
153
170
  return {
154
- overlay: c?.overlay ?? "",
155
- inner: c?.inner ?? "",
156
- wrapper: d(
171
+ overlay: d?.overlay ?? "",
172
+ inner: d?.inner ?? "",
173
+ spinnerWrapper: d?.spinnerWrapper ?? "",
174
+ spinner: d?.spinner ?? "",
175
+ wrapper: c(
157
176
  "not-prose relative w-full rounded-lg shadow-md",
158
177
  {
159
178
  "overflow-x-auto": !r && !s && !o,
@@ -170,24 +189,24 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
170
189
  },
171
190
  a
172
191
  ),
173
- table: d("my-0 w-full text-left text-sm", t, {
192
+ table: c("my-0 w-full text-left text-sm", t, {
174
193
  "text-copy-light": e === "dark",
175
194
  "text-copy-dark": e === "light",
176
195
  "text-copy-light dark:text-copy-dark": e === "system",
177
196
  "text-copy-dark dark:text-copy-light": e === "alt-system"
178
197
  }),
179
- caption: d("py-2 text-sm font-bold", {
198
+ caption: c("py-2 text-sm font-bold", {
180
199
  "text-copy-light": e === "dark",
181
200
  "text-copy-dark": e === "light",
182
201
  "text-copy-light dark:text-copy-dark": e === "system",
183
202
  "text-copy-dark dark:text-copy-light": e === "alt-system"
184
203
  })
185
204
  };
186
- }, H = ({
205
+ }, M = ({
187
206
  className: e,
188
207
  stickyHeader: t,
189
208
  mode: a
190
- }) => d(
209
+ }) => c(
191
210
  {
192
211
  "sticky top-0 z-10": t,
193
212
  "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "dark",
@@ -196,11 +215,11 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
196
215
  "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "alt-system"
197
216
  },
198
217
  e
199
- ), M = ({
218
+ ), T = ({
200
219
  className: e,
201
220
  stickyFooter: t,
202
221
  mode: a
203
- }) => d(
222
+ }) => c(
204
223
  {
205
224
  "sticky bottom-0 z-10": t,
206
225
  "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "dark",
@@ -209,11 +228,11 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
209
228
  "shadow-[rgb(65_65_65_/30%)_-0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "alt-system"
210
229
  },
211
230
  e
212
- ), T = ({
231
+ ), E = ({
213
232
  mode: e,
214
233
  className: t,
215
234
  cellWrapper: a
216
- }) => a === u || a === f ? d(
235
+ }) => a === u || a === N ? c(
217
236
  {
218
237
  "bg-table-head-dark": e === "dark" || e === "system",
219
238
  "bg-table-head-light": e === "light" || e === "alt-system",
@@ -221,11 +240,11 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
221
240
  "dark:bg-table-head-dark": e === "alt-system"
222
241
  },
223
242
  t
224
- ) : d(
243
+ ) : c(
225
244
  "border-b last:border-0",
226
245
  {
227
- "hover:!bg-table-dark-odd/50 hover:dark:!bg-table-light-odd/50": e === "alt-system" || e === "light",
228
- "hover:!bg-table-light-odd/50 hover:dark:!bg-table-dark-odd/50": e === "system" || e === "dark",
246
+ "hover:bg-table-dark-odd/50! hover:dark:bg-table-light-odd/50!": e === "alt-system" || e === "light",
247
+ "hover:bg-table-light-odd/50! hover:dark:bg-table-dark-odd/50!": e === "system" || e === "dark",
229
248
  "border-table-dark": e === "dark" || e === "system",
230
249
  "odd:bg-table-dark-odd even:bg-table-dark-even": e === "dark",
231
250
  "border-table-light": e === "light" || e === "alt-system",
@@ -236,143 +255,146 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
236
255
  "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": e === "alt-system"
237
256
  },
238
257
  t
239
- ), W = ({
258
+ ), F = ({
240
259
  cellWrapper: e,
241
260
  className: t,
242
261
  compact: a,
243
262
  mode: r,
244
263
  align: s
245
264
  }) => ({
246
- alignClasses: d({
265
+ alignClasses: c({
247
266
  "flex justify-start text-left": s === "left",
248
267
  "flex justify-center text-center": s === "center",
249
268
  "flex justify-end text-right": s === "right"
250
269
  }),
251
- mainClasses: d(
270
+ mainClasses: c(
252
271
  {
253
272
  "text-copy-light": r === "dark" || r === "system",
254
273
  "text-copy-dark": r === "light" || r === "alt-system",
255
274
  "dark:text-copy-dark": r === "system",
256
275
  "dark:text-copy-light": r === "alt-system",
257
- "px-4 py-3": !a && (e === u || e === f),
276
+ "px-4 py-3": !a && (e === u || e === N),
258
277
  "p-4": !a && e === v,
259
278
  "px-2 py-1.5": a
260
279
  },
261
280
  t
262
281
  )
263
- }), E = ({
282
+ }), R = ({
264
283
  buttonClassName: e
265
- }) => d("rounded-none text-sm", e), D = ({
284
+ }) => c("rounded-none text-sm", e), P = ({
266
285
  children: e,
267
286
  mode: t = "system",
268
287
  caption: a,
269
288
  compact: r,
270
289
  disabled: s = !1,
271
290
  summary: o,
272
- className: c,
273
- wrapperClassName: n,
291
+ className: d,
292
+ wrapperClassName: h,
274
293
  maxHeight: i,
275
294
  stickyHeader: m,
276
- stickyFooter: b,
295
+ stickyFooter: p,
277
296
  ...y
278
297
  }) => {
279
- const h = z({
298
+ const n = H({
280
299
  mode: t,
281
- className: c,
282
- wrapperClassName: n,
300
+ className: d,
301
+ wrapperClassName: h,
283
302
  stickyHeader: m,
284
- stickyFooter: b,
303
+ stickyFooter: p,
285
304
  disabled: s
286
305
  });
287
306
  return /* @__PURE__ */ l(
288
- _.Provider,
307
+ g.Provider,
289
308
  {
290
- value: { mode: t, stickyHeader: m, stickyFooter: b, compact: r },
309
+ value: { mode: t, stickyHeader: m, stickyFooter: p, compact: r },
291
310
  children: /* @__PURE__ */ l(
292
311
  "div",
293
312
  {
294
- className: h.wrapper,
313
+ className: n.wrapper,
295
314
  ...i && {
296
315
  style: { maxHeight: i }
297
316
  },
298
- children: s ? /* @__PURE__ */ g("div", { className: h.inner, children: [
299
- /* @__PURE__ */ l("div", { className: h.overlay }),
300
- /* @__PURE__ */ g(
301
- "table",
302
- {
303
- className: h.table,
304
- summary: o,
305
- ...s && { "aria-disabled": "true" },
306
- ...y,
307
- children: [
308
- a && /* @__PURE__ */ l("caption", { className: h.caption, children: a }),
309
- e
310
- ]
311
- }
312
- )
313
- ] }) : /* @__PURE__ */ g("table", { className: h.table, summary: o, ...y, children: [
314
- a && /* @__PURE__ */ l("caption", { className: h.caption, children: a }),
317
+ children: s ? /* @__PURE__ */ b(I, { children: [
318
+ /* @__PURE__ */ l("div", { className: n.spinnerWrapper, children: /* @__PURE__ */ l("div", { className: n.spinner, role: "status", children: /* @__PURE__ */ l("span", { className: "sr-only", children: "Loading..." }) }) }),
319
+ /* @__PURE__ */ b("div", { className: n.inner, children: [
320
+ /* @__PURE__ */ l("div", { className: n.overlay }),
321
+ /* @__PURE__ */ b(
322
+ "table",
323
+ {
324
+ className: n.table,
325
+ summary: o,
326
+ ...s && { "aria-disabled": "true" },
327
+ ...y,
328
+ children: [
329
+ a && /* @__PURE__ */ l("caption", { className: n.caption, children: a }),
330
+ e
331
+ ]
332
+ }
333
+ )
334
+ ] })
335
+ ] }) : /* @__PURE__ */ b("table", { className: n.table, summary: o, ...y, children: [
336
+ a && /* @__PURE__ */ l("caption", { className: n.caption, children: a }),
315
337
  e
316
338
  ] })
317
339
  }
318
340
  )
319
341
  }
320
342
  );
321
- }, P = ({
343
+ }, G = ({
322
344
  children: e,
323
345
  className: t,
324
346
  ...a
325
347
  }) => {
326
- const r = p(_);
348
+ const r = _(g);
327
349
  r.cellWrapper = u;
328
- const s = H({
350
+ const s = M({
329
351
  className: t,
330
352
  mode: r.mode,
331
353
  stickyHeader: r.stickyHeader
332
354
  });
333
355
  return /* @__PURE__ */ l("thead", { className: s, ...a, children: e });
334
- }, G = ({
356
+ }, A = ({
335
357
  children: e,
336
358
  className: t,
337
359
  ...a
338
360
  }) => {
339
- const r = p(_);
340
- r.cellWrapper = f;
341
- const s = M({
361
+ const r = _(g);
362
+ r.cellWrapper = N;
363
+ const s = T({
342
364
  className: t,
343
365
  mode: r.mode,
344
366
  stickyFooter: r.stickyFooter
345
367
  });
346
368
  return /* @__PURE__ */ l("tfoot", { className: s, ...a, children: e });
347
- }, L = ({ children: e, ...t }) => {
348
- const a = p(_);
369
+ }, q = ({ children: e, ...t }) => {
370
+ const a = _(g);
349
371
  return a.cellWrapper = v, /* @__PURE__ */ l("tbody", { ...t, children: e });
350
- }, A = ({
372
+ }, J = ({
351
373
  children: e,
352
374
  className: t,
353
375
  ...a
354
376
  }) => {
355
- const r = p(_), s = T({
377
+ const r = _(g), s = E({
356
378
  mode: r.mode,
357
379
  cellWrapper: r.cellWrapper,
358
380
  className: t
359
381
  });
360
382
  return /* @__PURE__ */ l("tr", { className: s, ...a, children: e });
361
- }, R = ({
383
+ }, U = ({
362
384
  children: e,
363
385
  component: t,
364
386
  className: a,
365
387
  align: r,
366
388
  ...s
367
389
  }) => {
368
- const o = p(_), c = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: n, alignClasses: i } = W({
390
+ const o = _(g), d = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: h, alignClasses: i } = F({
369
391
  cellWrapper: o.cellWrapper,
370
392
  className: a,
371
393
  mode: o.mode,
372
394
  compact: o.compact,
373
395
  align: r
374
396
  });
375
- return r ? /* @__PURE__ */ l(c, { className: n, ...s, children: /* @__PURE__ */ l("div", { className: i, children: e }) }) : /* @__PURE__ */ l(c, { className: n, ...s, children: e });
397
+ return r ? /* @__PURE__ */ l(d, { className: h, ...s, children: /* @__PURE__ */ l("div", { className: i, children: e }) }) : /* @__PURE__ */ l(d, { className: h, ...s, children: e });
376
398
  }, Y = ({
377
399
  align: e,
378
400
  children: t,
@@ -380,46 +402,46 @@ const N = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
380
402
  className: r,
381
403
  component: s,
382
404
  focusMode: o = "alt-system",
383
- mode: c = "alt-system",
384
- onClick: n,
405
+ mode: d = "alt-system",
406
+ onClick: h,
385
407
  sortDirection: i,
386
408
  sortedCell: m,
387
- cellId: b,
409
+ cellId: p,
388
410
  ...y
389
411
  }) => {
390
- const h = E({ buttonClassName: a });
412
+ const n = R({ buttonClassName: a });
391
413
  return /* @__PURE__ */ l(
392
- R,
414
+ U,
393
415
  {
394
416
  component: s,
395
417
  className: r,
396
418
  role: "columnheader",
397
- "aria-sort": i === k.ASC && m === b ? "ascending" : i === k.DESC && m === b ? "descending" : "other",
419
+ "aria-sort": i === k.ASC && m === p ? "ascending" : i === k.DESC && m === p ? "descending" : "other",
398
420
  ...y,
399
421
  children: /* @__PURE__ */ l(
400
- x,
422
+ w,
401
423
  {
402
- active: m === b,
403
- className: h,
404
- onClick: n,
424
+ active: m === p,
425
+ className: n,
426
+ onClick: h,
405
427
  align: e,
406
428
  noBorder: !0,
407
429
  focusMode: o,
408
- mode: c,
430
+ mode: d,
409
431
  fullWidth: !0,
410
432
  labelRight: t,
411
- children: i === k.ASC && m === b ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === k.DESC && m === b ? /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(C, { className: "size-4", monotone: !0 })
433
+ children: i === k.ASC && m === p ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === k.DESC && m === p ? /* @__PURE__ */ l(z, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 })
412
434
  }
413
435
  )
414
436
  }
415
437
  );
416
438
  };
417
439
  export {
418
- P as D,
419
- A as F,
420
- L as G,
421
- G as H,
422
- R as W,
423
- Y,
424
- D as j
440
+ G as F,
441
+ A as G,
442
+ P as H,
443
+ Y as J,
444
+ U as O,
445
+ q as Y,
446
+ J as q
425
447
  };
@@ -1,8 +1,8 @@
1
1
  import { jsxs as d, jsx as t } from "react/jsx-runtime";
2
- import { n as X, useUserChatStats as Z, LOCAL_STORAGE_PREFIX as M, LOCAL_STORAGE_USAGE_VIEW_MODE as J, LOCAL_STORAGE_USAGE_TIME_RANGE as Q, LOCAL_STORAGE_USAGE_SELECTED_MONTH as $, useChatsUsage as ee, renderDataAsList as te } from "./index.Dm1Bz_in.js";
3
- import { useUniqueId as ne, TIME_RANGES as e, USAGE_TITLE as re, CARDS as T, L as h, j as c, TIME_RANGE_LABELS as k, MONTHS as N, ButtonIcon as u, IconChart as le, IconSelected as H, IconUnSelected as b, IconPrevious as se, IconNext as ae } from "./LogoEntry.C93TJ0jv.js";
4
- import { Card as P } from "./index.DF9__Nva.js";
5
- import { useLocalStorage as g, Panel as oe, DropdownMenu as ie, DropdownMenuGroupLabel as ce, DropdownMenuItem as G, DropdownMenuSub as de, CancelButton as Te, pluralize as D } from "./App.CBKskkKU.js";
2
+ import { n as X, useUserChatStats as Z, LOCAL_STORAGE_PREFIX as M, LOCAL_STORAGE_USAGE_VIEW_MODE as J, LOCAL_STORAGE_USAGE_TIME_RANGE as Q, LOCAL_STORAGE_USAGE_SELECTED_MONTH as $, useChatsUsage as ee, renderDataAsList as te } from "./index.DZAOimM5.js";
3
+ import { useUniqueId as ne, TIME_RANGES as e, USAGE_TITLE as re, CARDS as T, L as h, j as c, TIME_RANGE_LABELS as k, MONTHS as N, ButtonIcon as u, IconChart as le, IconSelected as H, IconUnSelected as b, IconPrevious as se, IconNext as ae } from "./LogoEntry.hJ_vIJmf.js";
4
+ import { Card as P } from "./index.D8rj890J.js";
5
+ import { useLocalStorage as g, Panel as oe, DropdownMenu as ie, DropdownMenuGroupLabel as ce, DropdownMenuItem as G, DropdownMenuSub as de, CancelButton as Te, pluralize as D } from "./App.CIwNk-Ut.js";
6
6
  import { useRef as ue, useState as U, Suspense as Ee, lazy as Se } from "react";
7
7
  const a = [0, 3, 6, 9], s = {
8
8
  TOKEN: "token",
@@ -16,7 +16,7 @@ const a = [0, 3, 6, 9], s = {
16
16
  ], Ae = Se(
17
17
  () => import(
18
18
  /* webpackChunkName: "chart-highcharts" */
19
- "./Chart.KHpqCiEV.js"
19
+ "./Chart.Dvl7vluK.js"
20
20
  )
21
21
  ), Ne = ({
22
22
  open: v,
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.AJZ6e5Z0.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.CgDrCbrc.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -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 "./LogoEntry.C93TJ0jv.js";
2
+ import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./LogoEntry.hJ_vIJmf.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.AJZ6e5Z0.js";
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.CgDrCbrc.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 { jsxs as oe, jsx as T } from "react/jsx-runtime";
2
- import { useMergeRefs as ne, useResizeObserver as G, useUniqueId as ce } from "./LogoEntry.C93TJ0jv.js";
2
+ import { useMergeRefs as ne, useResizeObserver as G, useUniqueId as ce } from "./LogoEntry.hJ_vIJmf.js";
3
3
  import ie, { useState as E, useEffect as le, useRef as A, useLayoutEffect as R } from "react";
4
4
  import { LiveRegion as ue } from "./index.BAdB50GZ.js";
5
5
  import n from "clsx";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o, jsxs as _ } from "react/jsx-runtime";
2
- import { useUniqueId as x } from "./LogoEntry.C93TJ0jv.js";
2
+ import { useUniqueId as x } from "./LogoEntry.hJ_vIJmf.js";
3
3
  import u from "clsx";
4
4
  /*!
5
5
  @versini/ui-card v6.0.0
@@ -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.AJZ6e5Z0.js";
2
- import { toText as Ca } from "./index.DkrILBNu.js";
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.CgDrCbrc.js";
2
+ import { toText as Ca } from "./index.DTkLpMnR.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.AJZ6e5Z0.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.CgDrCbrc.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -5249,11 +5249,11 @@ function mo() {
5249
5249
  }
5250
5250
  const xa = new URL(document.location.href).searchParams, Zt = !!xa.get("debug") || !1, qa = ts(() => import(
5251
5251
  /* webpackChunkName: "LazyApp" */
5252
- "./App.CBKskkKU.js"
5252
+ "./App.CIwNk-Ut.js"
5253
5253
  ).then((e) => e.App)), Wa = ts(
5254
5254
  () => import(
5255
5255
  /* webpackChunkName: "LazyLogin" */
5256
- "./LoginEntry.3r7SLT3b.js"
5256
+ "./LoginEntry.QP6-497n.js"
5257
5257
  )
5258
5258
  ), Ba = new Nr(), es = ({
5259
5259
  isComponent: e,
@@ -1,5 +1,5 @@
1
1
  import { jsxs as F, jsx as g, Fragment as V } from "react/jsx-runtime";
2
- import { useResizeObserver as q, useUniqueId as B, useMergeRefs as W } from "./LogoEntry.C93TJ0jv.js";
2
+ import { useResizeObserver as q, useUniqueId as B, useMergeRefs as W } from "./LogoEntry.hJ_vIJmf.js";
3
3
  import { LiveRegion as H } from "./index.BAdB50GZ.js";
4
4
  import P, { useState as M, useRef as R, useLayoutEffect as O, useEffect as z } from "react";
5
5
  import l from "clsx";
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.CBKskkKU.js";
2
- import { visit as In } from "./useMarkdown.AJZ6e5Z0.js";
3
- import { toText as Cn } from "./index.DkrILBNu.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.CIwNk-Ut.js";
2
+ import { visit as In } from "./useMarkdown.CgDrCbrc.js";
3
+ import { toText as Cn } from "./index.DTkLpMnR.js";
4
4
  function xn(e) {
5
5
  const t = e.regex, i = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }), a = "decltype\\(auto\\)", r = "[a-zA-Z_]\\w*::", d = "(?!struct)(" + a + "|" + t.optional(r) + "[a-zA-Z_]\\w*" + t.optional("<[^<>]+>") + ")", c = {
6
6
  className: "type",
@@ -1,8 +1,8 @@
1
1
  import { jsx as Tn, jsxs as Rt, Fragment as zr } from "react/jsx-runtime";
2
- import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr } from "./LogoEntry.C93TJ0jv.js";
2
+ import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr } from "./LogoEntry.hJ_vIJmf.js";
3
3
  import Rr, { useState as Dt, useEffect as Ot, useCallback as Ft, useRef as Dn } from "react";
4
- import { getDefaultExportFromCjs as Bt, unObfuscate as Dr, obfuscate as Or } from "./App.CBKskkKU.js";
5
- import { isTauri as Fr } from "./index.Dm1Bz_in.js";
4
+ import { getDefaultExportFromCjs as Bt, unObfuscate as Dr, obfuscate as Or } from "./App.CIwNk-Ut.js";
5
+ import { isTauri as Fr } from "./index.DZAOimM5.js";
6
6
  /*!
7
7
  @versini/ui-button v11.0.0
8
8
  © 2025 gizmette.com
@@ -7185,7 +7185,7 @@ class Hu {
7185
7185
  if (!this.remarkGfm) {
7186
7186
  const { default: e } = await import(
7187
7187
  /* webpackChunkName: "md-remark" */
7188
- "./index.C-kisTrP.js"
7188
+ "./index.CbtQDjOH.js"
7189
7189
  );
7190
7190
  this.remarkGfm = e;
7191
7191
  }
@@ -7196,7 +7196,7 @@ class Hu {
7196
7196
  Gu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
7197
7197
  const { default: e } = await import(
7198
7198
  /* webpackChunkName: "md-rehype-katex" */
7199
- "./index.BaD2fhOx.js"
7199
+ "./index.DFl1tPBj.js"
7200
7200
  );
7201
7201
  this.rehypeKatex = e;
7202
7202
  }
@@ -7206,7 +7206,7 @@ class Hu {
7206
7206
  if (!this.remarkMath) {
7207
7207
  const { default: e } = await import(
7208
7208
  /* webpackChunkName: "md-remark" */
7209
- "./index.BbofTmf8.js"
7209
+ "./index.BC18QJea.js"
7210
7210
  );
7211
7211
  this.remarkMath = e;
7212
7212
  }
@@ -7216,7 +7216,7 @@ class Hu {
7216
7216
  if (!this.rehypeHighlight) {
7217
7217
  const { default: e } = await import(
7218
7218
  /* webpackChunkName: "md-rehype-highlight" */
7219
- "./index.g1V53tjM.js"
7219
+ "./index.WO0c_AVQ.js"
7220
7220
  );
7221
7221
  this.rehypeHighlight = e;
7222
7222
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.Dm1Bz_in.js";
2
+ import { SassySaint as a } from "../../chunks/index.DZAOimM5.js";
3
3
  export {
4
4
  a as SassySaint
5
5
  };