@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.
- package/dist/chunks/{AboutChangelog.BHeQDyAS.js → AboutChangelog.Lsbr0lUh.js} +3 -3
- package/dist/chunks/{AboutEntry.BDM1BS3O.js → AboutEntry.C-uC4MBB.js} +5 -5
- package/dist/chunks/{App.BxJv91RA.js → App.lHXZIn8I.js} +2308 -2226
- package/dist/chunks/{Chart.B-IDcETZ.js → Chart.ClOH2fiY.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.Djc2iCyr.js → ChatBubbleAssistant.BV6sVx6a.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.9bZol1ui.js → ChatBubbleUser.Dij7uJwm.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.BUuLmcsH.js → ChatHistoryTable.BFfmfdjX.js} +50 -40
- package/dist/chunks/{HistoryEntry.DjynRTSp.js → HistoryEntry.BkOQP3CV.js} +58 -57
- package/dist/chunks/{ProfileEntry.1nrfOO15.js → ProfileEntry.DuvmIHnj.js} +2 -2
- package/dist/chunks/{SettingsEntry.BDMnQae8.js → SettingsEntry.Cu-T81W1.js} +3 -3
- package/dist/chunks/{UsageEntry.DcbByq10.js → UsageEntry.XYX0KDAl.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.DKGWrLjO.js → UserMemoriesPanel.Cm0Gz7iM.js} +19 -19
- package/dist/chunks/{index.CrHmVTY1.js → index.5-5jxYfs.js} +1 -5
- package/dist/chunks/{index.B-pjzlNv.js → index.B-J4ZnaE.js} +1 -1
- package/dist/chunks/{index.BmYZaJLx.js → index.B5oy8JDL.js} +1 -1
- package/dist/chunks/{index.CHHjG7lM.js → index.BTGZYTuA.js} +2 -2
- package/dist/chunks/{index.Uudz8gOx.js → index.CDxR_BoA.js} +205 -175
- package/dist/chunks/{index.B4rJXgrc.js → index.CfH88Vnf.js} +1 -1
- package/dist/chunks/{index.D8Bfm5ps.js → index.D5nCT2P4.js} +1 -1
- package/dist/chunks/{index.CrNmEf0v.js → index.DvsI9f9_.js} +3 -3
- package/dist/chunks/{index.s2xRQ0x6.js → index.ttYr-nJ-.js} +1 -1
- package/dist/chunks/{useMarkdown.REEuvxRM.js → useMarkdown.Df5zZY4U.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as l, jsxs as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { ButtonIcon as I, e$1 as
|
|
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
|
|
19
|
-
const
|
|
20
|
-
"after:border-table-dark":
|
|
21
|
-
"after:border-table-light":
|
|
22
|
-
"after:border-table-dark dark:after:border-table-light":
|
|
23
|
-
"after:border-table-light dark:after:border-table-dark":
|
|
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:
|
|
26
|
+
className: c,
|
|
27
27
|
children: /* @__PURE__ */ l(I, {
|
|
28
|
-
className:
|
|
28
|
+
className: t,
|
|
29
29
|
ref: o,
|
|
30
|
-
mode:
|
|
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
|
-
|
|
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:
|
|
67
|
-
const
|
|
68
|
-
return /* @__PURE__ */
|
|
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:
|
|
71
|
-
viewBox:
|
|
72
|
-
fill:
|
|
70
|
+
className: m,
|
|
71
|
+
viewBox: t || s,
|
|
72
|
+
fill: a || "currentColor",
|
|
73
73
|
role: "img",
|
|
74
|
-
"aria-hidden": !
|
|
74
|
+
"aria-hidden": !n,
|
|
75
75
|
focusable: !1,
|
|
76
76
|
...i,
|
|
77
77
|
children: [
|
|
78
|
-
|
|
79
|
-
children:
|
|
78
|
+
c && n && /* @__PURE__ */ l("title", {
|
|
79
|
+
children: c
|
|
80
80
|
}),
|
|
81
81
|
e
|
|
82
82
|
]
|
|
83
83
|
});
|
|
84
|
-
}, S = ({ className: e, viewBox:
|
|
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:
|
|
87
|
+
viewBox: a,
|
|
88
88
|
className: e,
|
|
89
|
-
title:
|
|
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:
|
|
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:
|
|
103
|
+
viewBox: a,
|
|
104
104
|
className: e,
|
|
105
|
-
title:
|
|
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:
|
|
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:
|
|
119
|
+
viewBox: a,
|
|
120
120
|
className: e,
|
|
121
|
-
title:
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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:
|
|
141
|
-
wrapperClassName:
|
|
146
|
+
className: a,
|
|
147
|
+
wrapperClassName: t,
|
|
142
148
|
stickyHeader: r,
|
|
143
|
-
stickyFooter: s
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
|
|
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
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
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:
|
|
176
|
-
mode:
|
|
177
|
-
}) =>
|
|
188
|
+
stickyHeader: a,
|
|
189
|
+
mode: t
|
|
190
|
+
}) => d(
|
|
178
191
|
{
|
|
179
|
-
"sticky top-0 z-10":
|
|
180
|
-
"shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]":
|
|
181
|
-
"shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]":
|
|
182
|
-
"shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]":
|
|
183
|
-
"shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]":
|
|
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:
|
|
189
|
-
mode:
|
|
190
|
-
}) =>
|
|
201
|
+
stickyFooter: a,
|
|
202
|
+
mode: t
|
|
203
|
+
}) => d(
|
|
191
204
|
{
|
|
192
|
-
"sticky bottom-0 z-10":
|
|
193
|
-
"shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]":
|
|
194
|
-
"shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]":
|
|
195
|
-
"shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]":
|
|
196
|
-
"shadow-[rgb(65_65_65_/30%)_-0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]":
|
|
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:
|
|
202
|
-
cellWrapper:
|
|
203
|
-
}) =>
|
|
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
|
-
|
|
211
|
-
) :
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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
|
-
|
|
224
|
-
),
|
|
236
|
+
a
|
|
237
|
+
), H = ({
|
|
225
238
|
cellWrapper: e,
|
|
226
|
-
className:
|
|
227
|
-
compact:
|
|
239
|
+
className: a,
|
|
240
|
+
compact: t,
|
|
228
241
|
mode: r,
|
|
229
242
|
align: s
|
|
230
243
|
}) => ({
|
|
231
|
-
alignClasses:
|
|
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:
|
|
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": !
|
|
243
|
-
"p-4": !
|
|
244
|
-
"px-2 py-1.5":
|
|
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
|
-
|
|
259
|
+
a
|
|
247
260
|
)
|
|
248
|
-
}),
|
|
261
|
+
}), R = ({
|
|
249
262
|
buttonClassName: e
|
|
250
|
-
}) =>
|
|
263
|
+
}) => d("rounded-none text-sm", e), O = ({
|
|
251
264
|
children: e,
|
|
252
|
-
mode:
|
|
253
|
-
caption:
|
|
265
|
+
mode: a = "system",
|
|
266
|
+
caption: t,
|
|
254
267
|
compact: r,
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
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
|
|
264
|
-
mode:
|
|
265
|
-
className:
|
|
266
|
-
wrapperClassName:
|
|
267
|
-
stickyHeader:
|
|
268
|
-
stickyFooter:
|
|
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
|
-
|
|
286
|
+
g.Provider,
|
|
272
287
|
{
|
|
273
|
-
value: { mode:
|
|
288
|
+
value: { mode: a, stickyHeader: m, stickyFooter: _, compact: r },
|
|
274
289
|
children: /* @__PURE__ */ l(
|
|
275
290
|
"div",
|
|
276
291
|
{
|
|
277
|
-
className:
|
|
278
|
-
...
|
|
279
|
-
style: { maxHeight:
|
|
292
|
+
className: h.wrapper,
|
|
293
|
+
...i && {
|
|
294
|
+
style: { maxHeight: i }
|
|
280
295
|
},
|
|
281
|
-
children: /* @__PURE__ */
|
|
282
|
-
|
|
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:
|
|
292
|
-
...
|
|
321
|
+
className: a,
|
|
322
|
+
...t
|
|
293
323
|
}) => {
|
|
294
|
-
const r = y(
|
|
295
|
-
r.cellWrapper =
|
|
296
|
-
const s =
|
|
297
|
-
className:
|
|
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, ...
|
|
302
|
-
},
|
|
331
|
+
return /* @__PURE__ */ l("thead", { className: s, ...t, children: e });
|
|
332
|
+
}, P = ({
|
|
303
333
|
children: e,
|
|
304
|
-
className:
|
|
305
|
-
...
|
|
334
|
+
className: a,
|
|
335
|
+
...t
|
|
306
336
|
}) => {
|
|
307
|
-
const r = y(
|
|
308
|
-
r.cellWrapper =
|
|
337
|
+
const r = y(g);
|
|
338
|
+
r.cellWrapper = w;
|
|
309
339
|
const s = E({
|
|
310
|
-
className:
|
|
340
|
+
className: a,
|
|
311
341
|
mode: r.mode,
|
|
312
342
|
stickyFooter: r.stickyFooter
|
|
313
343
|
});
|
|
314
|
-
return /* @__PURE__ */ l("tfoot", { className: s, ...
|
|
315
|
-
},
|
|
316
|
-
const
|
|
317
|
-
return
|
|
318
|
-
},
|
|
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:
|
|
321
|
-
...
|
|
350
|
+
className: a,
|
|
351
|
+
...t
|
|
322
352
|
}) => {
|
|
323
|
-
const r = y(
|
|
353
|
+
const r = y(g), s = M({
|
|
324
354
|
mode: r.mode,
|
|
325
355
|
cellWrapper: r.cellWrapper,
|
|
326
|
-
className:
|
|
356
|
+
className: a
|
|
327
357
|
});
|
|
328
|
-
return /* @__PURE__ */ l("tr", { className: s, ...
|
|
358
|
+
return /* @__PURE__ */ l("tr", { className: s, ...t, children: e });
|
|
329
359
|
}, W = ({
|
|
330
360
|
children: e,
|
|
331
|
-
component:
|
|
332
|
-
className:
|
|
361
|
+
component: a,
|
|
362
|
+
className: t,
|
|
333
363
|
align: r,
|
|
334
364
|
...s
|
|
335
365
|
}) => {
|
|
336
|
-
const o = y(
|
|
366
|
+
const o = y(g), c = a || (o.cellWrapper === N ? "th" : "td"), { mainClasses: n, alignClasses: i } = H({
|
|
337
367
|
cellWrapper: o.cellWrapper,
|
|
338
|
-
className:
|
|
368
|
+
className: t,
|
|
339
369
|
mode: o.mode,
|
|
340
370
|
compact: o.compact,
|
|
341
371
|
align: r
|
|
342
372
|
});
|
|
343
|
-
return r ? /* @__PURE__ */ l(
|
|
344
|
-
},
|
|
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:
|
|
347
|
-
buttonClassName:
|
|
376
|
+
children: a,
|
|
377
|
+
buttonClassName: t,
|
|
348
378
|
className: r,
|
|
349
379
|
component: s,
|
|
350
380
|
focusMode: o = "alt-system",
|
|
351
|
-
mode:
|
|
352
|
-
onClick:
|
|
381
|
+
mode: c = "alt-system",
|
|
382
|
+
onClick: n,
|
|
353
383
|
sortDirection: i,
|
|
354
|
-
sortedCell:
|
|
355
|
-
cellId:
|
|
356
|
-
...
|
|
384
|
+
sortedCell: m,
|
|
385
|
+
cellId: _,
|
|
386
|
+
...k
|
|
357
387
|
}) => {
|
|
358
|
-
const
|
|
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 ===
|
|
366
|
-
...
|
|
395
|
+
"aria-sort": i === u.ASC && m === _ ? "ascending" : i === u.DESC && m === _ ? "descending" : "other",
|
|
396
|
+
...k,
|
|
367
397
|
children: /* @__PURE__ */ l(
|
|
368
|
-
|
|
398
|
+
v,
|
|
369
399
|
{
|
|
370
|
-
active:
|
|
371
|
-
className:
|
|
372
|
-
onClick:
|
|
400
|
+
active: m === _,
|
|
401
|
+
className: h,
|
|
402
|
+
onClick: n,
|
|
373
403
|
align: e,
|
|
374
404
|
noBorder: !0,
|
|
375
405
|
focusMode: o,
|
|
376
|
-
mode:
|
|
406
|
+
mode: c,
|
|
377
407
|
fullWidth: !0,
|
|
378
|
-
labelRight:
|
|
379
|
-
children: i ===
|
|
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.
|
|
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.
|
|
392
|
-
buildTime: "12/
|
|
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
|
-
|
|
429
|
+
D,
|
|
400
430
|
G as F,
|
|
401
431
|
A as G,
|
|
402
432
|
P as H,
|
|
403
|
-
W as
|
|
404
|
-
|
|
405
|
-
|
|
433
|
+
W as L,
|
|
434
|
+
Y,
|
|
435
|
+
O as j
|
|
406
436
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as kn } from "./App.
|
|
2
|
-
import { visit as In } from "./useMarkdown.
|
|
3
|
-
import { toText as Cn } from "./index.
|
|
1
|
+
import { getDefaultExportFromCjs as kn } from "./App.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
7212
|
+
"./index.DvsI9f9_.js"
|
|
7213
7213
|
);
|
|
7214
7214
|
this.rehypeHighlight = e;
|
|
7215
7215
|
}
|