@versini/sassysaint 8.98.3 → 8.99.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.
Files changed (25) hide show
  1. package/dist/chunks/{AboutChangelog.BHeQDyAS.js → AboutChangelog.Lsbr0lUh.js} +3 -3
  2. package/dist/chunks/{AboutEntry.BDM1BS3O.js → AboutEntry.C-uC4MBB.js} +5 -5
  3. package/dist/chunks/{App.BxJv91RA.js → App.lHXZIn8I.js} +2308 -2226
  4. package/dist/chunks/{Chart.B-IDcETZ.js → Chart.ClOH2fiY.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.Djc2iCyr.js → ChatBubbleAssistant.BV6sVx6a.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.9bZol1ui.js → ChatBubbleUser.Dij7uJwm.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.BUuLmcsH.js → ChatHistoryTable.BFfmfdjX.js} +50 -40
  8. package/dist/chunks/{HistoryEntry.DjynRTSp.js → HistoryEntry.BkOQP3CV.js} +58 -57
  9. package/dist/chunks/{ProfileEntry.1nrfOO15.js → ProfileEntry.DuvmIHnj.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.BDMnQae8.js → SettingsEntry.Cu-T81W1.js} +3 -3
  11. package/dist/chunks/{UsageEntry.DcbByq10.js → UsageEntry.XYX0KDAl.js} +3 -3
  12. package/dist/chunks/{UserMemoriesPanel.DKGWrLjO.js → UserMemoriesPanel.Cm0Gz7iM.js} +19 -19
  13. package/dist/chunks/{index.CrHmVTY1.js → index.5-5jxYfs.js} +1 -5
  14. package/dist/chunks/{index.B-pjzlNv.js → index.B-J4ZnaE.js} +1 -1
  15. package/dist/chunks/{index.BmYZaJLx.js → index.B5oy8JDL.js} +1 -1
  16. package/dist/chunks/{index.CHHjG7lM.js → index.BTGZYTuA.js} +2 -2
  17. package/dist/chunks/{index.Uudz8gOx.js → index.CDxR_BoA.js} +205 -175
  18. package/dist/chunks/{index.B4rJXgrc.js → index.CfH88Vnf.js} +1 -1
  19. package/dist/chunks/{index.D8Bfm5ps.js → index.D5nCT2P4.js} +1 -1
  20. package/dist/chunks/{index.CrNmEf0v.js → index.DvsI9f9_.js} +3 -3
  21. package/dist/chunks/{index.s2xRQ0x6.js → index.ttYr-nJ-.js} +1 -1
  22. package/dist/chunks/{useMarkdown.REEuvxRM.js → useMarkdown.Df5zZY4U.js} +6 -6
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
- import { jsx as l, jsxs as b } from "react/jsx-runtime";
2
- import c from "clsx";
3
- import w, { useContext as y } from "react";
4
- import { ButtonIcon as I, e$1 as k } from "./index.CrHmVTY1.js";
1
+ import { jsx as l, jsxs as p } from "react/jsx-runtime";
2
+ import d from "clsx";
3
+ import x, { useContext as y } from "react";
4
+ import { ButtonIcon as I, e$1 as u } from "./index.5-5jxYfs.js";
5
5
  /*!
6
6
  @versini/ui-button v9.0.0
7
7
  © 2025 gizmette.com
@@ -15,19 +15,19 @@ 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 d = r ? c("relative", "focus-within:static", "focus-within:after:border-transparent", "after:absolute", "after:content-['']", "after:border-b-2", "after:bottom-[-4px]", "after:left-0", "after:right-0", {
20
- "after:border-table-dark": t === "dark",
21
- "after:border-table-light": t === "light",
22
- "after:border-table-dark dark:after:border-table-light": t === "system",
23
- "after:border-table-light dark:after:border-table-dark": t === "alt-system"
18
+ const v = /* @__PURE__ */ x.forwardRef(({ children: e, mode: a = "system", className: t, 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-[-4px]", "after:left-0", "after:right-0", {
20
+ "after:border-table-dark": a === "dark",
21
+ "after:border-table-light": a === "light",
22
+ "after:border-table-dark dark:after:border-table-light": a === "system",
23
+ "after:border-table-light dark:after:border-table-dark": a === "alt-system"
24
24
  }) : "";
25
25
  return /* @__PURE__ */ l("div", {
26
- className: d,
26
+ className: c,
27
27
  children: /* @__PURE__ */ l(I, {
28
- className: a,
28
+ className: t,
29
29
  ref: o,
30
- mode: t,
30
+ mode: a,
31
31
  radius: "small",
32
32
  size: "small",
33
33
  align: "center",
@@ -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
+ v.displayName = "ButtonSort";
40
40
  /*!
41
41
  @versini/ui-icons v4.15.1
42
42
  © 2025 gizmette.com
@@ -63,30 +63,30 @@ try {
63
63
  });
64
64
  } catch {
65
65
  }
66
- const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s, size: o, title: d, semantic: m = !1, ...i }) => {
67
- const n = c(o, r);
68
- return /* @__PURE__ */ b("svg", {
66
+ const f = ({ children: e, fill: a, viewBox: t, className: r, defaultViewBox: s, size: o, title: c, semantic: n = !1, ...i }) => {
67
+ const m = d(o, r);
68
+ return /* @__PURE__ */ p("svg", {
69
69
  xmlns: "http://www.w3.org/2000/svg",
70
- className: n,
71
- viewBox: a || s,
72
- fill: t || "currentColor",
70
+ className: m,
71
+ viewBox: t || s,
72
+ fill: a || "currentColor",
73
73
  role: "img",
74
- "aria-hidden": !m,
74
+ "aria-hidden": !n,
75
75
  focusable: !1,
76
76
  ...i,
77
77
  children: [
78
- d && m && /* @__PURE__ */ l("title", {
79
- children: d
78
+ c && n && /* @__PURE__ */ l("title", {
79
+ children: c
80
80
  }),
81
81
  e
82
82
  ]
83
83
  });
84
- }, S = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
84
+ }, S = ({ className: e, viewBox: a, title: t, monotone: r, ...s }) => /* @__PURE__ */ p(f, {
85
85
  defaultViewBox: "0 0 576 512",
86
86
  size: "size-5",
87
- viewBox: t,
87
+ viewBox: a,
88
88
  className: e,
89
- title: a || "Sort",
89
+ title: t || "Sort",
90
90
  ...s,
91
91
  children: [
92
92
  /* @__PURE__ */ l("path", {
@@ -97,12 +97,12 @@ const f = ({ 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
- }), C = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
100
+ }), C = ({ className: e, viewBox: a, title: t, monotone: r, ...s }) => /* @__PURE__ */ p(f, {
101
101
  defaultViewBox: "0 0 576 512",
102
102
  size: "size-5",
103
- viewBox: t,
103
+ viewBox: a,
104
104
  className: e,
105
- title: a || "Sort Down",
105
+ title: t || "Sort Down",
106
106
  ...s,
107
107
  children: [
108
108
  /* @__PURE__ */ l("path", {
@@ -113,12 +113,12 @@ const f = ({ 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__ */ b(f, {
116
+ }), B = ({ className: e, viewBox: a, title: t, monotone: r, ...s }) => /* @__PURE__ */ p(f, {
117
117
  defaultViewBox: "0 0 576 512",
118
118
  size: "size-5",
119
- viewBox: t,
119
+ viewBox: a,
120
120
  className: e,
121
- title: a || "Sort Up",
121
+ title: t || "Sort Up",
122
122
  ...s,
123
123
  children: [
124
124
  /* @__PURE__ */ l("path", {
@@ -129,157 +129,187 @@ const f = ({ 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
- }), p = 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", N = "tfoot", _ = "tbody", V = ({
138
+ }), N = "thead", w = "tfoot", b = "tbody", V = () => ({
139
+ inner: "relative",
140
+ overlay: d(
141
+ "absolute inset-0 z-20 cursor-not-allowed",
142
+ "backdrop-blur-sm bg-white/30 dark:bg-black/30"
143
+ )
144
+ }), T = ({
139
145
  mode: e,
140
- className: t,
141
- wrapperClassName: a,
146
+ className: a,
147
+ wrapperClassName: t,
142
148
  stickyHeader: r,
143
- stickyFooter: s
144
- }) => ({
145
- wrapper: c(
146
- "not-prose relative w-full rounded-lg shadow-md",
147
- {
148
- "overflow-x-auto": !r && !s,
149
- "overflow-y-scroll": r || s,
150
- "bg-surface-darker": e === "dark" || e === "system",
151
- "bg-surface-light": e === "light" || e === "alt-system",
152
- "dark:bg-surface-light": e === "system",
153
- "dark:bg-surface-darker": e === "alt-system",
149
+ stickyFooter: s,
150
+ disabled: o
151
+ }) => {
152
+ const c = o ? V() : null;
153
+ return {
154
+ overlay: c?.overlay ?? "",
155
+ inner: c?.inner ?? "",
156
+ wrapper: d(
157
+ "not-prose relative w-full rounded-lg shadow-md",
158
+ {
159
+ "overflow-x-auto": !r && !s && !o,
160
+ "overflow-y-scroll": (r || s) && !o,
161
+ "overflow-hidden": o,
162
+ "bg-surface-darker": e === "dark" || e === "system",
163
+ "bg-surface-light": e === "light" || e === "alt-system",
164
+ "dark:bg-surface-light": e === "system",
165
+ "dark:bg-surface-darker": e === "alt-system",
166
+ "text-copy-light": e === "dark",
167
+ "text-copy-dark": e === "light",
168
+ "text-copy-light dark:text-copy-dark": e === "system",
169
+ "text-copy-dark dark:text-copy-light": e === "alt-system"
170
+ },
171
+ t
172
+ ),
173
+ table: d("my-0 w-full text-left text-sm", a, {
154
174
  "text-copy-light": e === "dark",
155
175
  "text-copy-dark": e === "light",
156
176
  "text-copy-light dark:text-copy-dark": e === "system",
157
177
  "text-copy-dark dark:text-copy-light": e === "alt-system"
158
- },
159
- a
160
- ),
161
- table: c("my-0 w-full text-left text-sm", t, {
162
- "text-copy-light": e === "dark",
163
- "text-copy-dark": e === "light",
164
- "text-copy-light dark:text-copy-dark": e === "system",
165
- "text-copy-dark dark:text-copy-light": e === "alt-system"
166
- }),
167
- caption: c("py-2 text-sm font-bold", {
168
- "text-copy-light": e === "dark",
169
- "text-copy-dark": e === "light",
170
- "text-copy-light dark:text-copy-dark": e === "system",
171
- "text-copy-dark dark:text-copy-light": e === "alt-system"
172
- })
173
- }), T = ({
178
+ }),
179
+ caption: d("py-2 text-sm font-bold", {
180
+ "text-copy-light": e === "dark",
181
+ "text-copy-dark": e === "light",
182
+ "text-copy-light dark:text-copy-dark": e === "system",
183
+ "text-copy-dark dark:text-copy-light": e === "alt-system"
184
+ })
185
+ };
186
+ }, z = ({
174
187
  className: e,
175
- stickyHeader: t,
176
- mode: a
177
- }) => c(
188
+ stickyHeader: a,
189
+ mode: t
190
+ }) => d(
178
191
  {
179
- "sticky top-0 z-10": t,
180
- "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "dark",
181
- "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": t && a === "system",
182
- "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": t && a === "light",
183
- "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"
192
+ "sticky top-0 z-10": a,
193
+ "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": a && t === "dark",
194
+ "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": a && t === "system",
195
+ "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": a && t === "light",
196
+ "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"
184
197
  },
185
198
  e
186
199
  ), E = ({
187
200
  className: e,
188
- stickyFooter: t,
189
- mode: a
190
- }) => c(
201
+ stickyFooter: a,
202
+ mode: t
203
+ }) => d(
191
204
  {
192
- "sticky bottom-0 z-10": t,
193
- "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "dark",
194
- "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": t && a === "system",
195
- "shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": t && a === "light",
196
- "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"
205
+ "sticky bottom-0 z-10": a,
206
+ "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": a && t === "dark",
207
+ "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": a && t === "system",
208
+ "shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": a && t === "light",
209
+ "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"
197
210
  },
198
211
  e
199
212
  ), M = ({
200
213
  mode: e,
201
- className: t,
202
- cellWrapper: a
203
- }) => a === u || a === N ? c(
214
+ className: a,
215
+ cellWrapper: t
216
+ }) => t === N || t === w ? d(
204
217
  {
205
218
  "bg-table-head-dark": e === "dark" || e === "system",
206
219
  "bg-table-head-light": e === "light" || e === "alt-system",
207
220
  "dark:bg-table-head-light": e === "system",
208
221
  "dark:bg-table-head-dark": e === "alt-system"
209
222
  },
210
- t
211
- ) : c(
223
+ a
224
+ ) : d(
212
225
  "border-b last:border-0",
213
226
  {
214
227
  "border-table-dark": e === "dark" || e === "system",
215
- "odd:bg-table-dark-odd even:bg-table-dark-even": a === _ && e === "dark",
228
+ "odd:bg-table-dark-odd even:bg-table-dark-even": t === b && e === "dark",
216
229
  "border-table-light": e === "light" || e === "alt-system",
217
- "odd:bg-table-light-odd even:bg-table-light-even": a === _ && e === "light",
230
+ "odd:bg-table-light-odd even:bg-table-light-even": t === b && e === "light",
218
231
  "dark:border-table-light": e === "system",
219
- "odd:bg-table-dark-odd even:bg-table-dark-even dark:odd:bg-table-light-odd dark:even:bg-table-light-even": a === _ && e === "system",
232
+ "odd:bg-table-dark-odd even:bg-table-dark-even dark:odd:bg-table-light-odd dark:even:bg-table-light-even": t === b && e === "system",
220
233
  "dark:border-table-dark": e === "alt-system",
221
- "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": a === _ && e === "alt-system"
234
+ "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": t === b && e === "alt-system"
222
235
  },
223
- t
224
- ), z = ({
236
+ a
237
+ ), H = ({
225
238
  cellWrapper: e,
226
- className: t,
227
- compact: a,
239
+ className: a,
240
+ compact: t,
228
241
  mode: r,
229
242
  align: s
230
243
  }) => ({
231
- alignClasses: c({
244
+ alignClasses: d({
232
245
  "flex justify-start text-left": s === "left",
233
246
  "flex justify-center text-center": s === "center",
234
247
  "flex justify-end text-right": s === "right"
235
248
  }),
236
- mainClasses: c(
249
+ mainClasses: d(
237
250
  {
238
251
  "text-copy-light": r === "dark" || r === "system",
239
252
  "text-copy-dark": r === "light" || r === "alt-system",
240
253
  "dark:text-copy-dark": r === "system",
241
254
  "dark:text-copy-light": r === "alt-system",
242
- "px-4 py-3": !a && (e === u || e === N),
243
- "p-4": !a && e === _,
244
- "px-2 py-1.5": a
255
+ "px-4 py-3": !t && (e === N || e === w),
256
+ "p-4": !t && e === b,
257
+ "px-2 py-1.5": t
245
258
  },
246
- t
259
+ a
247
260
  )
248
- }), H = ({
261
+ }), R = ({
249
262
  buttonClassName: e
250
- }) => c("rounded-none text-sm", e), O = ({
263
+ }) => d("rounded-none text-sm", e), O = ({
251
264
  children: e,
252
- mode: t = "system",
253
- caption: a,
265
+ mode: a = "system",
266
+ caption: t,
254
267
  compact: r,
255
- summary: s,
256
- className: o,
257
- wrapperClassName: d,
258
- maxHeight: m,
259
- stickyHeader: i,
260
- stickyFooter: n,
261
- ...h
268
+ disabled: s = !1,
269
+ summary: o,
270
+ className: c,
271
+ wrapperClassName: n,
272
+ maxHeight: i,
273
+ stickyHeader: m,
274
+ stickyFooter: _,
275
+ ...k
262
276
  }) => {
263
- const g = V({
264
- mode: t,
265
- className: o,
266
- wrapperClassName: d,
267
- stickyHeader: i,
268
- stickyFooter: n
277
+ const h = T({
278
+ mode: a,
279
+ className: c,
280
+ wrapperClassName: n,
281
+ stickyHeader: m,
282
+ stickyFooter: _,
283
+ disabled: s
269
284
  });
270
285
  return /* @__PURE__ */ l(
271
- p.Provider,
286
+ g.Provider,
272
287
  {
273
- value: { mode: t, stickyHeader: i, stickyFooter: n, compact: r },
288
+ value: { mode: a, stickyHeader: m, stickyFooter: _, compact: r },
274
289
  children: /* @__PURE__ */ l(
275
290
  "div",
276
291
  {
277
- className: g.wrapper,
278
- ...m && {
279
- style: { maxHeight: m }
292
+ className: h.wrapper,
293
+ ...i && {
294
+ style: { maxHeight: i }
280
295
  },
281
- children: /* @__PURE__ */ b("table", { className: g.table, summary: s, ...h, children: [
282
- a && /* @__PURE__ */ l("caption", { className: g.caption, children: a }),
296
+ children: s ? /* @__PURE__ */ p("div", { className: h.inner, children: [
297
+ /* @__PURE__ */ l("div", { className: h.overlay }),
298
+ /* @__PURE__ */ p(
299
+ "table",
300
+ {
301
+ className: h.table,
302
+ summary: o,
303
+ ...s && { "aria-disabled": "true" },
304
+ ...k,
305
+ children: [
306
+ t && /* @__PURE__ */ l("caption", { className: h.caption, children: t }),
307
+ e
308
+ ]
309
+ }
310
+ )
311
+ ] }) : /* @__PURE__ */ p("table", { className: h.table, summary: o, ...k, children: [
312
+ t && /* @__PURE__ */ l("caption", { className: h.caption, children: t }),
283
313
  e
284
314
  ] })
285
315
  }
@@ -288,119 +318,119 @@ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s,
288
318
  );
289
319
  }, D = ({
290
320
  children: e,
291
- className: t,
292
- ...a
321
+ className: a,
322
+ ...t
293
323
  }) => {
294
- const r = y(p);
295
- r.cellWrapper = u;
296
- const s = T({
297
- className: t,
324
+ const r = y(g);
325
+ r.cellWrapper = N;
326
+ const s = z({
327
+ className: a,
298
328
  mode: r.mode,
299
329
  stickyHeader: r.stickyHeader
300
330
  });
301
- return /* @__PURE__ */ l("thead", { className: s, ...a, children: e });
302
- }, L = ({
331
+ return /* @__PURE__ */ l("thead", { className: s, ...t, children: e });
332
+ }, P = ({
303
333
  children: e,
304
- className: t,
305
- ...a
334
+ className: a,
335
+ ...t
306
336
  }) => {
307
- const r = y(p);
308
- r.cellWrapper = N;
337
+ const r = y(g);
338
+ r.cellWrapper = w;
309
339
  const s = E({
310
- className: t,
340
+ className: a,
311
341
  mode: r.mode,
312
342
  stickyFooter: r.stickyFooter
313
343
  });
314
- return /* @__PURE__ */ l("tfoot", { className: s, ...a, children: e });
315
- }, P = ({ children: e, ...t }) => {
316
- const a = y(p);
317
- return a.cellWrapper = _, /* @__PURE__ */ l("tbody", { ...t, children: e });
318
- }, A = ({
344
+ return /* @__PURE__ */ l("tfoot", { className: s, ...t, children: e });
345
+ }, A = ({ children: e, ...a }) => {
346
+ const t = y(g);
347
+ return t.cellWrapper = b, /* @__PURE__ */ l("tbody", { ...a, children: e });
348
+ }, G = ({
319
349
  children: e,
320
- className: t,
321
- ...a
350
+ className: a,
351
+ ...t
322
352
  }) => {
323
- const r = y(p), s = M({
353
+ const r = y(g), s = M({
324
354
  mode: r.mode,
325
355
  cellWrapper: r.cellWrapper,
326
- className: t
356
+ className: a
327
357
  });
328
- return /* @__PURE__ */ l("tr", { className: s, ...a, children: e });
358
+ return /* @__PURE__ */ l("tr", { className: s, ...t, children: e });
329
359
  }, W = ({
330
360
  children: e,
331
- component: t,
332
- className: a,
361
+ component: a,
362
+ className: t,
333
363
  align: r,
334
364
  ...s
335
365
  }) => {
336
- const o = y(p), d = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: m, alignClasses: i } = z({
366
+ const o = y(g), c = a || (o.cellWrapper === N ? "th" : "td"), { mainClasses: n, alignClasses: i } = H({
337
367
  cellWrapper: o.cellWrapper,
338
- className: a,
368
+ className: t,
339
369
  mode: o.mode,
340
370
  compact: o.compact,
341
371
  align: r
342
372
  });
343
- return r ? /* @__PURE__ */ l(d, { className: m, ...s, children: /* @__PURE__ */ l("div", { className: i, children: e }) }) : /* @__PURE__ */ l(d, { className: m, ...s, children: e });
344
- }, G = ({
373
+ return r ? /* @__PURE__ */ l(c, { className: n, ...s, children: /* @__PURE__ */ l("div", { className: i, children: e }) }) : /* @__PURE__ */ l(c, { className: n, ...s, children: e });
374
+ }, Y = ({
345
375
  align: e,
346
- children: t,
347
- buttonClassName: a,
376
+ children: a,
377
+ buttonClassName: t,
348
378
  className: r,
349
379
  component: s,
350
380
  focusMode: o = "alt-system",
351
- mode: d = "alt-system",
352
- onClick: m,
381
+ mode: c = "alt-system",
382
+ onClick: n,
353
383
  sortDirection: i,
354
- sortedCell: n,
355
- cellId: h,
356
- ...g
384
+ sortedCell: m,
385
+ cellId: _,
386
+ ...k
357
387
  }) => {
358
- const v = H({ buttonClassName: a });
388
+ const h = R({ buttonClassName: t });
359
389
  return /* @__PURE__ */ l(
360
390
  W,
361
391
  {
362
392
  component: s,
363
393
  className: r,
364
394
  role: "columnheader",
365
- "aria-sort": i === k.ASC && n === h ? "ascending" : i === k.DESC && n === h ? "descending" : "other",
366
- ...g,
395
+ "aria-sort": i === u.ASC && m === _ ? "ascending" : i === u.DESC && m === _ ? "descending" : "other",
396
+ ...k,
367
397
  children: /* @__PURE__ */ l(
368
- x,
398
+ v,
369
399
  {
370
- active: n === h,
371
- className: v,
372
- onClick: m,
400
+ active: m === _,
401
+ className: h,
402
+ onClick: n,
373
403
  align: e,
374
404
  noBorder: !0,
375
405
  focusMode: o,
376
- mode: d,
406
+ mode: c,
377
407
  fullWidth: !0,
378
- labelRight: t,
379
- children: i === k.ASC && n === h ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === k.DESC && n === h ? /* @__PURE__ */ l(C, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 })
408
+ labelRight: a,
409
+ children: i === u.ASC && m === _ ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === u.DESC && m === _ ? /* @__PURE__ */ l(C, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 })
380
410
  }
381
411
  )
382
412
  }
383
413
  );
384
414
  };
385
415
  /*!
386
- @versini/ui-table v6.0.0
416
+ @versini/ui-table v6.2.0
387
417
  © 2025 gizmette.com
388
418
  */
389
419
  try {
390
420
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
391
- version: "6.0.0",
392
- buildTime: "12/04/2025 04:01 PM EST",
421
+ version: "6.2.0",
422
+ buildTime: "12/09/2025 05:25 PM EST",
393
423
  homepage: "https://github.com/aversini/ui-components",
394
424
  license: "MIT"
395
425
  });
396
426
  } catch {
397
427
  }
398
428
  export {
399
- L as D,
429
+ D,
400
430
  G as F,
401
431
  A as G,
402
432
  P as H,
403
- W as M,
404
- O as W,
405
- D as j
433
+ W as L,
434
+ Y,
435
+ O as j
406
436
  };
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.REEuvxRM.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.Df5zZY4U.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.REEuvxRM.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.Df5zZY4U.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.BxJv91RA.js";
2
- import { visit as In } from "./useMarkdown.REEuvxRM.js";
3
- import { toText as Cn } from "./index.D8Bfm5ps.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.lHXZIn8I.js";
2
+ import { visit as In } from "./useMarkdown.Df5zZY4U.js";
3
+ import { toText as Cn } from "./index.D5nCT2P4.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,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.CrHmVTY1.js";
2
+ import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.5-5jxYfs.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,7 +1,7 @@
1
1
  import { jsx as Tn, jsxs as Rt, Fragment as Lr } 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.CrHmVTY1.js";
2
+ import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.5-5jxYfs.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.BxJv91RA.js";
4
+ import { getDefaultExportFromCjs as Bt } from "./App.lHXZIn8I.js";
5
5
  /*!
6
6
  @versini/ui-button v9.0.0
7
7
  © 2025 gizmette.com
@@ -7178,7 +7178,7 @@ class Hu {
7178
7178
  if (!this.remarkGfm) {
7179
7179
  const { default: e } = await import(
7180
7180
  /* webpackChunkName: "md-remark" */
7181
- "./index.BmYZaJLx.js"
7181
+ "./index.B5oy8JDL.js"
7182
7182
  );
7183
7183
  this.remarkGfm = e;
7184
7184
  }
@@ -7189,7 +7189,7 @@ class Hu {
7189
7189
  Gu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
7190
7190
  const { default: e } = await import(
7191
7191
  /* webpackChunkName: "md-rehype-katex" */
7192
- "./index.CHHjG7lM.js"
7192
+ "./index.BTGZYTuA.js"
7193
7193
  );
7194
7194
  this.rehypeKatex = e;
7195
7195
  }
@@ -7199,7 +7199,7 @@ class Hu {
7199
7199
  if (!this.remarkMath) {
7200
7200
  const { default: e } = await import(
7201
7201
  /* webpackChunkName: "md-remark" */
7202
- "./index.B4rJXgrc.js"
7202
+ "./index.CfH88Vnf.js"
7203
7203
  );
7204
7204
  this.remarkMath = e;
7205
7205
  }
@@ -7209,7 +7209,7 @@ class Hu {
7209
7209
  if (!this.rehypeHighlight) {
7210
7210
  const { default: e } = await import(
7211
7211
  /* webpackChunkName: "md-rehype-highlight" */
7212
- "./index.CrNmEf0v.js"
7212
+ "./index.DvsI9f9_.js"
7213
7213
  );
7214
7214
  this.rehypeHighlight = e;
7215
7215
  }