@versini/sassysaint 8.107.2 → 8.107.4

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 (33) hide show
  1. package/dist/chunks/{AboutChangelog.-F_kMw74.js → AboutChangelog.DeRcKN5H.js} +2 -2
  2. package/dist/chunks/{AboutEntry.DR75PxCw.js → AboutEntry.6mTHwkfb.js} +7 -7
  3. package/dist/chunks/{App.3M79T1qj.js → App.DTjbiLAP.js} +1753 -2012
  4. package/dist/chunks/{Bubble.CA6Nm1l0.js → Bubble.ltolxxta.js} +47 -86
  5. package/dist/chunks/{Chart.DwZeH0GA.js → Chart.BzOmOhOW.js} +2 -2
  6. package/dist/chunks/{ChatBubbleAssistant.Bm-gE-ev.js → ChatBubbleAssistant.lGE_8ao1.js} +200 -213
  7. package/dist/chunks/{ChatBubbleUser.lLvteBf3.js → ChatBubbleUser.DC661ePq.js} +28 -41
  8. package/dist/chunks/{ChatHistoryTable.yS0g-92Q.js → ChatHistoryTable.BkRFWpsA.js} +108 -125
  9. package/dist/chunks/{Table.AnN2X7VF.js → DeleteButtonIcon.P0LgJDjE.js} +125 -116
  10. package/dist/chunks/{HistoryEntry.DfNmYlfN.js → HistoryEntry.uUjsDuT0.js} +6 -6
  11. package/dist/chunks/{LoginEntry.BccxHPtX.js → LoginEntry.BGZdTDwf.js} +4 -4
  12. package/dist/chunks/{LogoEntry.CFw0uv25.js → LogoEntry.Bpddd0yA.js} +301 -430
  13. package/dist/chunks/{MemoriesEntry.Cdao1cmo.js → MemoriesEntry.BYQm9cuU.js} +164 -169
  14. package/dist/chunks/{ProfileEntry.b8NaUHNW.js → ProfileEntry.BqcZXSeT.js} +4 -4
  15. package/dist/chunks/{SettingsEntry.CjuYtYSp.js → SettingsEntry.BdC5Vyof.js} +5 -5
  16. package/dist/chunks/{UsageEntry.cp-aSBF9.js → UsageEntry._O8Q6TwS.js} +5 -5
  17. package/dist/chunks/index.Bi0z4EE1.js +90 -0
  18. package/dist/chunks/{index.CgpXJ39e.js → index.BlviGqw0.js} +4 -4
  19. package/dist/chunks/{index.BSdZTOf6.js → index.BxbWxVtd.js} +1 -1
  20. package/dist/chunks/index.C70LcKzU.js +279 -0
  21. package/dist/chunks/{index.CLVeqfU3.js → index.CYcieK1H.js} +34 -47
  22. package/dist/chunks/{index.Dbw9MfpE.js → index.CaofbEIP.js} +3 -19
  23. package/dist/chunks/{index.B6FhZIr6.js → index.D2nN0rC6.js} +1 -1
  24. package/dist/chunks/{index.DhQEm5fx.js → index.DG-VhqKw.js} +1 -1
  25. package/dist/chunks/{index.DYkMD3_1.js → index.DuxTgnco.js} +56 -69
  26. package/dist/chunks/{index.DHLA2Fes.js → index.s8Izh8-Q.js} +2 -2
  27. package/dist/chunks/{useMarkdown.CoVPoXwW.js → useMarkdown.DjEZz9lH.js} +316 -329
  28. package/dist/components/SassySaint/SassySaint.js +1 -1
  29. package/dist/index.js +3 -7
  30. package/dist/style.css +1 -14
  31. package/package.json +5 -5
  32. package/dist/chunks/index.BAdB50GZ.js +0 -103
  33. package/dist/chunks/index.CyKPGk1D.js +0 -305
@@ -1,46 +1,30 @@
1
- import { jsx as l, jsxs as b, Fragment as I } from "react/jsx-runtime";
1
+ import { jsx as s, jsxs as b, Fragment as I } from "react/jsx-runtime";
2
2
  import c from "clsx";
3
- import x, { useContext as _ } from "react";
4
- import { ButtonIcon as C, e as k } from "./LogoEntry.CFw0uv25.js";
5
- /*!
6
- @versini/ui-button v11.0.0
7
- © 2025 gizmette.com
8
- */
9
- try {
10
- window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
11
- version: "11.0.0",
12
- buildTime: "12/16/2025 06:21 PM EST",
13
- homepage: "https://www.npmjs.com/package/@versini/ui-button",
14
- license: "MIT"
15
- });
16
- } catch {
17
- }
18
- const w = /* @__PURE__ */ x.forwardRef(({ children: e, mode: t = "system", className: a, active: r = !1, ...s }, o) => {
3
+ import N, { useContext as y } from "react";
4
+ import { ButtonIcon as v, e as k, IconDelete as z } from "./LogoEntry.Bpddd0yA.js";
5
+ import { ResponsiveTooltip as S } from "./App.DTjbiLAP.js";
6
+ const w = /* @__PURE__ */ N.forwardRef(({ children: e, mode: t = "system", className: a, active: r = !1, ...l }, o) => {
19
7
  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
8
  "after:border-table-light": t === "dark",
21
9
  "after:border-table-dark": t === "light",
22
10
  "after:border-table-light dark:after:border-table-dark": t === "system",
23
11
  "after:border-table-dark dark:after:border-table-light": t === "alt-system"
24
12
  }) : "";
25
- return /* @__PURE__ */ l("div", {
13
+ return /* @__PURE__ */ s("div", {
26
14
  className: d,
27
- children: /* @__PURE__ */ l(C, {
15
+ children: /* @__PURE__ */ s(v, {
28
16
  className: a,
29
17
  ref: o,
30
18
  mode: t,
31
19
  radius: "small",
32
20
  size: "small",
33
21
  align: "center",
34
- ...s,
22
+ ...l,
35
23
  children: e
36
24
  })
37
25
  });
38
26
  });
39
27
  w.displayName = "ButtonSort";
40
- /*!
41
- @versini/ui-icons v4.15.1
42
- © 2025 gizmette.com
43
- */
44
28
  try {
45
29
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
46
30
  version: "4.15.1",
@@ -50,10 +34,6 @@ try {
50
34
  });
51
35
  } catch {
52
36
  }
53
- /*!
54
- @versini/ui-svgicon v4.3.0
55
- © 2025 gizmette.com
56
- */
57
37
  try {
58
38
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
59
39
  version: "4.3.0",
@@ -63,79 +43,79 @@ try {
63
43
  });
64
44
  } catch {
65
45
  }
66
- const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s, size: o, title: d, semantic: h = !1, ...i }) => {
46
+ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: l, size: o, title: d, semantic: h = !1, ...i }) => {
67
47
  const m = c(o, r);
68
48
  return /* @__PURE__ */ b("svg", {
69
49
  xmlns: "http://www.w3.org/2000/svg",
70
50
  className: m,
71
- viewBox: a || s,
51
+ viewBox: a || l,
72
52
  fill: t || "currentColor",
73
53
  role: "img",
74
54
  "aria-hidden": !h,
75
55
  focusable: !1,
76
56
  ...i,
77
57
  children: [
78
- d && h && /* @__PURE__ */ l("title", {
58
+ d && h && /* @__PURE__ */ s("title", {
79
59
  children: d
80
60
  }),
81
61
  e
82
62
  ]
83
63
  });
84
- }, S = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
64
+ }, B = ({ className: e, viewBox: t, title: a, monotone: r, ...l }) => /* @__PURE__ */ b(f, {
85
65
  defaultViewBox: "0 0 576 512",
86
66
  size: "size-5",
87
67
  viewBox: t,
88
68
  className: e,
89
69
  title: a || "Sort",
90
- ...s,
70
+ ...l,
91
71
  children: [
92
- /* @__PURE__ */ l("path", {
72
+ /* @__PURE__ */ s("path", {
93
73
  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",
94
74
  opacity: r ? "1" : "0.4"
95
75
  }),
96
- /* @__PURE__ */ l("path", {
76
+ /* @__PURE__ */ s("path", {
97
77
  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
78
  })
99
79
  ]
100
- }), z = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
80
+ }), V = ({ className: e, viewBox: t, title: a, monotone: r, ...l }) => /* @__PURE__ */ b(f, {
101
81
  defaultViewBox: "0 0 576 512",
102
82
  size: "size-5",
103
83
  viewBox: t,
104
84
  className: e,
105
85
  title: a || "Sort Down",
106
- ...s,
86
+ ...l,
107
87
  children: [
108
- /* @__PURE__ */ l("path", {
88
+ /* @__PURE__ */ s("path", {
109
89
  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",
110
90
  opacity: r ? "1" : "0.4"
111
91
  }),
112
- /* @__PURE__ */ l("path", {
92
+ /* @__PURE__ */ s("path", {
113
93
  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
94
  })
115
95
  ]
116
- }), B = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
96
+ }), W = ({ className: e, viewBox: t, title: a, monotone: r, ...l }) => /* @__PURE__ */ b(f, {
117
97
  defaultViewBox: "0 0 576 512",
118
98
  size: "size-5",
119
99
  viewBox: t,
120
100
  className: e,
121
101
  title: a || "Sort Up",
122
- ...s,
102
+ ...l,
123
103
  children: [
124
- /* @__PURE__ */ l("path", {
104
+ /* @__PURE__ */ s("path", {
125
105
  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",
126
106
  opacity: r ? "1" : "0.4"
127
107
  }),
128
- /* @__PURE__ */ l("path", {
108
+ /* @__PURE__ */ s("path", {
129
109
  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
110
  })
131
111
  ]
132
- }), g = x.createContext({
112
+ }), g = N.createContext({
133
113
  mode: "light",
134
114
  cellWrapper: "thead",
135
115
  stickyHeader: !1,
136
116
  stickyFooter: !1,
137
117
  compact: !1
138
- }), u = "thead", N = "tfoot", v = "tbody", V = ({ mode: e }) => c(
118
+ }), u = "thead", x = "tfoot", C = "tbody", H = ({ mode: e }) => c(
139
119
  "size-8",
140
120
  "align-[-0.125em]",
141
121
  "border-4",
@@ -146,7 +126,7 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
146
126
  "text-copy-dark dark:text-copy-light": e === "alt-system",
147
127
  "text-copy-light dark:text-copy-dark": e === "system"
148
128
  }
149
- ), W = ({ mode: e }) => ({
129
+ ), M = ({ mode: e }) => ({
150
130
  inner: "relative",
151
131
  overlay: c(
152
132
  "absolute inset-0 z-20 cursor-not-allowed",
@@ -157,16 +137,16 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
157
137
  "flex items-center justify-center",
158
138
  "pointer-events-none"
159
139
  ),
160
- spinner: V({ mode: e })
161
- }), H = ({
140
+ spinner: H({ mode: e })
141
+ }), F = ({
162
142
  mode: e,
163
143
  className: t,
164
144
  wrapperClassName: a,
165
145
  stickyHeader: r,
166
- stickyFooter: s,
146
+ stickyFooter: l,
167
147
  disabled: o
168
148
  }) => {
169
- const d = o ? W({ mode: e }) : null;
149
+ const d = o ? M({ mode: e }) : null;
170
150
  return {
171
151
  overlay: d?.overlay ?? "",
172
152
  inner: d?.inner ?? "",
@@ -175,8 +155,8 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
175
155
  wrapper: c(
176
156
  "not-prose relative w-full rounded-lg shadow-md",
177
157
  {
178
- "overflow-x-auto": !r && !s && !o,
179
- "overflow-y-scroll": (r || s) && !o,
158
+ "overflow-x-auto": !r && !l && !o,
159
+ "overflow-y-scroll": (r || l) && !o,
180
160
  "overflow-hidden": o,
181
161
  "bg-surface-darker": e === "dark" || e === "system",
182
162
  "bg-surface-light": e === "light" || e === "alt-system",
@@ -202,7 +182,7 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
202
182
  "text-copy-dark dark:text-copy-light": e === "alt-system"
203
183
  })
204
184
  };
205
- }, M = ({
185
+ }, E = ({
206
186
  className: e,
207
187
  stickyHeader: t,
208
188
  mode: a
@@ -215,7 +195,7 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
215
195
  "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"
216
196
  },
217
197
  e
218
- ), T = ({
198
+ ), R = ({
219
199
  className: e,
220
200
  stickyFooter: t,
221
201
  mode: a
@@ -228,11 +208,11 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
228
208
  "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"
229
209
  },
230
210
  e
231
- ), E = ({
211
+ ), T = ({
232
212
  mode: e,
233
213
  className: t,
234
214
  cellWrapper: a
235
- }) => a === u || a === N ? c(
215
+ }) => a === u || a === x ? c(
236
216
  {
237
217
  "bg-table-head-dark": e === "dark" || e === "system",
238
218
  "bg-table-head-light": e === "light" || e === "alt-system",
@@ -255,17 +235,17 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
255
235
  "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"
256
236
  },
257
237
  t
258
- ), F = ({
238
+ ), j = ({
259
239
  cellWrapper: e,
260
240
  className: t,
261
241
  compact: a,
262
242
  mode: r,
263
- align: s
243
+ align: l
264
244
  }) => ({
265
245
  alignClasses: c({
266
- "flex justify-start text-left": s === "left",
267
- "flex justify-center text-center": s === "center",
268
- "flex justify-end text-right": s === "right"
246
+ "flex justify-start text-left": l === "left",
247
+ "flex justify-center text-center": l === "center",
248
+ "flex justify-end text-right": l === "right"
269
249
  }),
270
250
  mainClasses: c(
271
251
  {
@@ -273,152 +253,152 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
273
253
  "text-copy-dark": r === "light" || r === "alt-system",
274
254
  "dark:text-copy-dark": r === "system",
275
255
  "dark:text-copy-light": r === "alt-system",
276
- "px-4 py-3": !a && (e === u || e === N),
277
- "p-4": !a && e === v,
256
+ "px-4 py-3": !a && (e === u || e === x),
257
+ "p-4": !a && e === C,
278
258
  "px-2 py-1.5": a
279
259
  },
280
260
  t
281
261
  )
282
- }), R = ({
262
+ }), D = ({
283
263
  buttonClassName: e
284
- }) => c("rounded-none text-sm", e), P = ({
264
+ }) => c("rounded-none text-sm", e), q = ({
285
265
  children: e,
286
266
  mode: t = "system",
287
267
  caption: a,
288
268
  compact: r,
289
- disabled: s = !1,
269
+ disabled: l = !1,
290
270
  summary: o,
291
271
  className: d,
292
272
  wrapperClassName: h,
293
273
  maxHeight: i,
294
274
  stickyHeader: m,
295
275
  stickyFooter: p,
296
- ...y
276
+ ..._
297
277
  }) => {
298
- const n = H({
278
+ const n = F({
299
279
  mode: t,
300
280
  className: d,
301
281
  wrapperClassName: h,
302
282
  stickyHeader: m,
303
283
  stickyFooter: p,
304
- disabled: s
284
+ disabled: l
305
285
  });
306
- return /* @__PURE__ */ l(
286
+ return /* @__PURE__ */ s(
307
287
  g.Provider,
308
288
  {
309
289
  value: { mode: t, stickyHeader: m, stickyFooter: p, compact: r },
310
- children: /* @__PURE__ */ l(
290
+ children: /* @__PURE__ */ s(
311
291
  "div",
312
292
  {
313
293
  className: n.wrapper,
314
294
  ...i && {
315
295
  style: { maxHeight: i }
316
296
  },
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..." }) }) }),
297
+ children: l ? /* @__PURE__ */ b(I, { children: [
298
+ /* @__PURE__ */ s("div", { className: n.spinnerWrapper, children: /* @__PURE__ */ s("div", { className: n.spinner, role: "status", children: /* @__PURE__ */ s("span", { className: "sr-only", children: "Loading..." }) }) }),
319
299
  /* @__PURE__ */ b("div", { className: n.inner, children: [
320
- /* @__PURE__ */ l("div", { className: n.overlay }),
300
+ /* @__PURE__ */ s("div", { className: n.overlay }),
321
301
  /* @__PURE__ */ b(
322
302
  "table",
323
303
  {
324
304
  className: n.table,
325
305
  summary: o,
326
- ...s && { "aria-disabled": "true" },
327
- ...y,
306
+ ...l && { "aria-disabled": "true" },
307
+ ..._,
328
308
  children: [
329
- a && /* @__PURE__ */ l("caption", { className: n.caption, children: a }),
309
+ a && /* @__PURE__ */ s("caption", { className: n.caption, children: a }),
330
310
  e
331
311
  ]
332
312
  }
333
313
  )
334
314
  ] })
335
- ] }) : /* @__PURE__ */ b("table", { className: n.table, summary: o, ...y, children: [
336
- a && /* @__PURE__ */ l("caption", { className: n.caption, children: a }),
315
+ ] }) : /* @__PURE__ */ b("table", { className: n.table, summary: o, ..._, children: [
316
+ a && /* @__PURE__ */ s("caption", { className: n.caption, children: a }),
337
317
  e
338
318
  ] })
339
319
  }
340
320
  )
341
321
  }
342
322
  );
343
- }, G = ({
323
+ }, J = ({
344
324
  children: e,
345
325
  className: t,
346
326
  ...a
347
327
  }) => {
348
- const r = _(g);
328
+ const r = y(g);
349
329
  r.cellWrapper = u;
350
- const s = M({
330
+ const l = E({
351
331
  className: t,
352
332
  mode: r.mode,
353
333
  stickyHeader: r.stickyHeader
354
334
  });
355
- return /* @__PURE__ */ l("thead", { className: s, ...a, children: e });
356
- }, A = ({
335
+ return /* @__PURE__ */ s("thead", { className: l, ...a, children: e });
336
+ }, Y = ({
357
337
  children: e,
358
338
  className: t,
359
339
  ...a
360
340
  }) => {
361
- const r = _(g);
362
- r.cellWrapper = N;
363
- const s = T({
341
+ const r = y(g);
342
+ r.cellWrapper = x;
343
+ const l = R({
364
344
  className: t,
365
345
  mode: r.mode,
366
346
  stickyFooter: r.stickyFooter
367
347
  });
368
- return /* @__PURE__ */ l("tfoot", { className: s, ...a, children: e });
369
- }, q = ({ children: e, ...t }) => {
370
- const a = _(g);
371
- return a.cellWrapper = v, /* @__PURE__ */ l("tbody", { ...t, children: e });
372
- }, J = ({
348
+ return /* @__PURE__ */ s("tfoot", { className: l, ...a, children: e });
349
+ }, K = ({ children: e, ...t }) => {
350
+ const a = y(g);
351
+ return a.cellWrapper = C, /* @__PURE__ */ s("tbody", { ...t, children: e });
352
+ }, Q = ({
373
353
  children: e,
374
354
  className: t,
375
355
  ...a
376
356
  }) => {
377
- const r = _(g), s = E({
357
+ const r = y(g), l = T({
378
358
  mode: r.mode,
379
359
  cellWrapper: r.cellWrapper,
380
360
  className: t
381
361
  });
382
- return /* @__PURE__ */ l("tr", { className: s, ...a, children: e });
383
- }, U = ({
362
+ return /* @__PURE__ */ s("tr", { className: l, ...a, children: e });
363
+ }, L = ({
384
364
  children: e,
385
365
  component: t,
386
366
  className: a,
387
367
  align: r,
388
- ...s
368
+ ...l
389
369
  }) => {
390
- const o = _(g), d = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: h, alignClasses: i } = F({
370
+ const o = y(g), d = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: h, alignClasses: i } = j({
391
371
  cellWrapper: o.cellWrapper,
392
372
  className: a,
393
373
  mode: o.mode,
394
374
  compact: o.compact,
395
375
  align: r
396
376
  });
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 });
398
- }, Y = ({
377
+ return r ? /* @__PURE__ */ s(d, { className: h, ...l, children: /* @__PURE__ */ s("div", { className: i, children: e }) }) : /* @__PURE__ */ s(d, { className: h, ...l, children: e });
378
+ }, X = ({
399
379
  align: e,
400
380
  children: t,
401
381
  buttonClassName: a,
402
382
  className: r,
403
- component: s,
383
+ component: l,
404
384
  focusMode: o = "alt-system",
405
385
  mode: d = "alt-system",
406
386
  onClick: h,
407
387
  sortDirection: i,
408
388
  sortedCell: m,
409
389
  cellId: p,
410
- ...y
390
+ ..._
411
391
  }) => {
412
- const n = R({ buttonClassName: a });
413
- return /* @__PURE__ */ l(
414
- U,
392
+ const n = D({ buttonClassName: a });
393
+ return /* @__PURE__ */ s(
394
+ L,
415
395
  {
416
- component: s,
396
+ component: l,
417
397
  className: r,
418
398
  role: "columnheader",
419
399
  "aria-sort": i === k.ASC && m === p ? "ascending" : i === k.DESC && m === p ? "descending" : "other",
420
- ...y,
421
- children: /* @__PURE__ */ l(
400
+ ..._,
401
+ children: /* @__PURE__ */ s(
422
402
  w,
423
403
  {
424
404
  active: m === p,
@@ -430,18 +410,47 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
430
410
  mode: d,
431
411
  fullWidth: !0,
432
412
  labelRight: t,
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 })
413
+ children: i === k.ASC && m === p ? /* @__PURE__ */ s(W, { className: "size-4", monotone: !0 }) : i === k.DESC && m === p ? /* @__PURE__ */ s(V, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ s(B, { className: "size-4", monotone: !0 })
434
414
  }
435
415
  )
436
416
  }
437
417
  );
438
- };
418
+ }, Z = ({
419
+ label: e,
420
+ disabled: t,
421
+ onClick: a
422
+ }) => /* @__PURE__ */ s(
423
+ S,
424
+ {
425
+ label: e,
426
+ placement: "top",
427
+ trigger: /* @__PURE__ */ s(
428
+ v,
429
+ {
430
+ noBorder: !0,
431
+ variant: "primary",
432
+ label: e,
433
+ disabled: t,
434
+ onClick: a,
435
+ children: /* @__PURE__ */ s(
436
+ z,
437
+ {
438
+ size: "size-3",
439
+ monotone: !0,
440
+ className: "text-copy-error-dark dark:text-copy-error-light"
441
+ }
442
+ )
443
+ }
444
+ )
445
+ }
446
+ );
439
447
  export {
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
448
+ Z as DeleteButtonIcon,
449
+ J as F,
450
+ Y as G,
451
+ q as H,
452
+ X as J,
453
+ L as O,
454
+ K as Y,
455
+ Q as q
447
456
  };
@@ -1,15 +1,15 @@
1
1
  import { jsxs as n, Fragment as ae, jsx as t } from "react/jsx-runtime";
2
- import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, LOCAL_STORAGE_PREFIX as u, LOCAL_STORAGE_SORT_TIMESTAMP as se, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ie, y as I, LOCAL_STORAGE_CHAT_ID as ne, useDeleteChat as ce, useToggleFavoriteChat as le, graphQLRequest as de, SERVICE_TYPES as he, ACTION_SORT as me, v as ue, LOCAL_STORAGE_SEARCH as Ce, LOCAL_STORAGE_FAVORITES_ONLY as Se, LOCAL_STORAGE_KEYWORD_MATCH_ALL as fe, useChatsHistory as ye, useUserChatStats as pe, ACTION_SEARCH as Te } from "./index.Dbw9MfpE.js";
3
- import { HistoryContext as Y, ChatContext as ge, e as m, APP_CLASSNAME as Ae, TOAST_CHAT_DELETED as Ee, HISTORY_TITLE as _e, IconSearch as Le, Button as De, L as Oe, j as ke } from "./LogoEntry.CFw0uv25.js";
4
- import { Card as ve } from "./index.CLVeqfU3.js";
5
- import { useAiChat as Re, useLocalStorage as C, ConfirmationPanel as be, LazyToastContainerWrapper as Ie, showErrorToast as xe, v4 as we, CHAT_RESET as He, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as Fe, Panel as Me, debounce as Ge, Toggle as B, CancelButton as Ve } from "./App.3M79T1qj.js";
6
- import { TextInput as ze } from "./index.DYkMD3_1.js";
2
+ import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, LOCAL_STORAGE_PREFIX as u, LOCAL_STORAGE_SORT_TIMESTAMP as se, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ie, y as I, LOCAL_STORAGE_CHAT_ID as ne, useDeleteChat as ce, useToggleFavoriteChat as le, graphQLRequest as de, SERVICE_TYPES as he, ACTION_SORT as me, v as ue, LOCAL_STORAGE_SEARCH as Ce, LOCAL_STORAGE_FAVORITES_ONLY as Se, LOCAL_STORAGE_KEYWORD_MATCH_ALL as fe, useChatsHistory as ye, useUserChatStats as pe, ACTION_SEARCH as Te } from "./index.CaofbEIP.js";
3
+ import { HistoryContext as Y, ChatContext as ge, e as m, APP_CLASSNAME as Ae, TOAST_CHAT_DELETED as Ee, HISTORY_TITLE as _e, IconSearch as Le, Button as De, L as Oe, j as ke } from "./LogoEntry.Bpddd0yA.js";
4
+ import { Card as ve } from "./index.CYcieK1H.js";
5
+ import { useAiChat as Re, useLocalStorage as C, ConfirmationPanel as be, LazyToastContainerWrapper as Ie, showErrorToast as xe, v4 as we, CHAT_RESET as He, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as Fe, Panel as Me, debounce as Ge, Toggle as B, CancelButton as Ve } from "./App.DTjbiLAP.js";
6
+ import { TextInput as ze } from "./index.DuxTgnco.js";
7
7
  import Pe from "clsx";
8
8
  import { useRef as x, useState as G, useContext as V, useCallback as j, Suspense as Ue, lazy as Be, useEffect as je } from "react";
9
9
  const Ke = Be(
10
10
  () => import(
11
11
  /* webpackChunkName: "history-table" */
12
- "./ChatHistoryTable.yS0g-92Q.js"
12
+ "./ChatHistoryTable.BkRFWpsA.js"
13
13
  ).then((S) => ({ default: S.ChatHistoryTable }))
14
14
  ), Ye = ({
15
15
  filteredHistory: S,
@@ -1,8 +1,8 @@
1
1
  import { jsxs as i, jsx as e, Fragment as x } from "react/jsx-runtime";
2
- import { n as L, getLayoutPaddingClass as M, getMessageContaintWrapperClass as b, isTauri as I } from "./index.Dbw9MfpE.js";
3
- import { Logo as N, L as E, j as t, PASSWORD_PLACEHOLDER as y, ButtonIcon as p, IconShow as S, IconHide as v, Button as w, LOG_IN as P, LOG_IN_PASSKEY as z, IconPasskey as B } from "./LogoEntry.CFw0uv25.js";
4
- import { Card as O } from "./index.CLVeqfU3.js";
5
- import { TextInput as T, TextInputMask as W } from "./index.DYkMD3_1.js";
2
+ import { n as L, getLayoutPaddingClass as M, getMessageContaintWrapperClass as b, isTauri as I } from "./index.CaofbEIP.js";
3
+ import { Logo as N, L as E, j as t, PASSWORD_PLACEHOLDER as y, ButtonIcon as p, IconShow as S, IconHide as v, Button as w, LOG_IN as P, LOG_IN_PASSKEY as z, IconPasskey as B } from "./LogoEntry.Bpddd0yA.js";
4
+ import { Card as O } from "./index.CYcieK1H.js";
5
+ import { TextInput as T, TextInputMask as W } from "./index.DuxTgnco.js";
6
6
  import { useState as s, useEffect as h } from "react";
7
7
  const q = () => {
8
8
  const { login: g, logoutReason: o, loginWithPasskey: f } = L(), [n, l] = s(""), [d, m] = s(""), [c, C] = s(!0), [r, u] = s({