@versini/sassysaint 8.101.1 → 8.101.3
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.CcYsUxi2.js +33 -0
- package/dist/chunks/AboutEntry.G2xR3M1d.js +85 -0
- package/dist/chunks/{App.RV-mmua0.js → App.CsKyZBsw.js} +3787 -3393
- package/dist/chunks/{Chart.D_A0uZlT.js → Chart.DD4UW65P.js} +3 -2
- package/dist/chunks/{ChatBubbleAssistant.DFHmwXZw.js → ChatBubbleAssistant.Bn6cQle5.js} +12 -11
- package/dist/chunks/{ChatBubbleUser.G4d3d6Mb.js → ChatBubbleUser.KoKX8L_1.js} +6 -6
- package/dist/chunks/{ChatHistoryTable.DZub8IvT.js → ChatHistoryTable.DQGQveG4.js} +14 -13
- package/dist/chunks/{HistoryEntry.80oOvElL.js → HistoryEntry.DBUTE8sL.js} +66 -63
- package/dist/chunks/LoginEntry.CWuSahi8.js +118 -0
- package/dist/chunks/LogoEntry.4w_7jmXf.js +1714 -0
- package/dist/chunks/{MemoriesEntry.BiYxLEvt.js → MemoriesEntry.sfRZ45or.js} +13 -12
- package/dist/chunks/{ProfileEntry.CPW8ArvZ.js → ProfileEntry.CZ402BZi.js} +34 -32
- package/dist/chunks/{SettingsEntry.Cg8S7183.js → SettingsEntry.B_ICuqSF.js} +45 -43
- package/dist/chunks/{Table.4xIKM_Pq.js → Table.B9YP3reg.js} +4 -4
- package/dist/chunks/{UsageEntry.ffEEL78E.js → UsageEntry.CZZW0tyk.js} +35 -33
- package/dist/chunks/index.BAdB50GZ.js +103 -0
- package/dist/chunks/index.BXS3OJ0_.js +305 -0
- package/dist/chunks/{index.CE9kDkU7.js → index.CBNs-jI0.js} +1 -1
- package/dist/chunks/{index.Hrh30p0t.js → index.CbXUGbFw.js} +1 -1
- package/dist/chunks/index.CmUCbVjm.js +5549 -0
- package/dist/chunks/{index.pOiqDmOT.js → index.CrlZTdPz.js} +3 -3
- package/dist/chunks/{index.CAjI1A8f.js → index.DI2SbvoE.js} +1 -1
- package/dist/chunks/{index.DACnc3cK.js → index.DLcXm1j2.js} +4 -4
- package/dist/chunks/{index.B_ICfOQl.js → index.TlkuA7XF.js} +2 -2
- package/dist/chunks/index.ZHr9WWXR.js +99 -0
- package/dist/chunks/index.jbtO2S3e.js +292 -0
- package/dist/chunks/{useMarkdown.Wp7doGVP.js → useMarkdown.z5IyHhkN.js} +19 -18
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +2 -2
- package/package.json +5 -5
- package/dist/chunks/AboutChangelog.C5rvGqn_.js +0 -34
- package/dist/chunks/AboutEntry.DO5Ui-w0.js +0 -83
- package/dist/chunks/index.CaIG7RGp.js +0 -8092
- package/dist/chunks/index.Cu1_r5cX.js +0 -266
|
@@ -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.CsKyZBsw.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.z5IyHhkN.js";
|
|
3
|
+
import { toText as Cn } from "./index.CBNs-jI0.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,15 +1,15 @@
|
|
|
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 "./
|
|
2
|
+
import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./LogoEntry.4w_7jmXf.js";
|
|
3
3
|
import { useState as N, useEffect as $ } from "react";
|
|
4
4
|
import t from "clsx";
|
|
5
5
|
/*!
|
|
6
|
-
@versini/ui-bubble v8.0.
|
|
6
|
+
@versini/ui-bubble v8.0.9
|
|
7
7
|
© 2025 gizmette.com
|
|
8
8
|
*/
|
|
9
9
|
try {
|
|
10
10
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
11
|
-
version: "8.0.
|
|
12
|
-
buildTime: "12/16/2025
|
|
11
|
+
version: "8.0.9",
|
|
12
|
+
buildTime: "12/16/2025 06:22 PM EST",
|
|
13
13
|
homepage: "https://www.npmjs.com/package/@versini/ui-bubble",
|
|
14
14
|
license: "MIT"
|
|
15
15
|
});
|
|
@@ -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.
|
|
2
|
-
import { toText as Ca } from "./index.
|
|
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.z5IyHhkN.js";
|
|
2
|
+
import { toText as Ca } from "./index.CBNs-jI0.js";
|
|
3
3
|
const Gt = /[#.]/g;
|
|
4
4
|
function qa(r, e) {
|
|
5
5
|
const t = r || "", a = {};
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { jsx as o, jsxs as _ } from "react/jsx-runtime";
|
|
2
|
+
import { useUniqueId as x } from "./LogoEntry.4w_7jmXf.js";
|
|
3
|
+
import u from "clsx";
|
|
4
|
+
/*!
|
|
5
|
+
@versini/ui-card v6.0.0
|
|
6
|
+
© 2025 gizmette.com
|
|
7
|
+
*/
|
|
8
|
+
try {
|
|
9
|
+
window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
|
|
10
|
+
version: "6.0.0",
|
|
11
|
+
buildTime: "12/16/2025 06:22 PM EST",
|
|
12
|
+
homepage: "https://www.npmjs.com/package/@versini/ui-card",
|
|
13
|
+
license: "MIT"
|
|
14
|
+
});
|
|
15
|
+
} catch {
|
|
16
|
+
}
|
|
17
|
+
const f = "av-card", I = ({ className: e, headerClassName: d, bodyClassName: c, footerClassName: t, mode: r, compact: i, noBorder: n }) => {
|
|
18
|
+
const a = u(f, "rounded-md", {
|
|
19
|
+
"border-none": n,
|
|
20
|
+
border: !n,
|
|
21
|
+
"p-4": !i,
|
|
22
|
+
"p-1 sm:p-2": i,
|
|
23
|
+
"border-border-accent bg-surface-darker text-copy-light": r === "darker",
|
|
24
|
+
"border-border-accent bg-surface-dark text-copy-light": r === "dark",
|
|
25
|
+
"border-border-dark bg-surface-lighter text-copy-dark": r === "light",
|
|
26
|
+
"border-border-dark bg-surface-lighter text-copy-dark dark:border-border-accent dark:bg-surface-dark dark:text-copy-light": r === "system",
|
|
27
|
+
"border-border-accent bg-surface-dark text-copy-light dark:border-border-dark dark:bg-surface-lighter dark:text-copy-dark": r === "alt-system"
|
|
28
|
+
}, e), g = d || u(`${f}__header mt-0 border-b`, {
|
|
29
|
+
"text-copy-light border-border-accent": r === "darker",
|
|
30
|
+
"border-border-accent": r === "dark",
|
|
31
|
+
"border-border-medium": r === "light",
|
|
32
|
+
"border-border-medium dark:border-border-accent": r === "system",
|
|
33
|
+
"border-border-accent dark:border-border-medium": r === "alt-system",
|
|
34
|
+
"mb-4": !i,
|
|
35
|
+
"mb-2": i
|
|
36
|
+
}), k = u(c), p = t || u(`${f}__footer pt-2`);
|
|
37
|
+
return {
|
|
38
|
+
wrapper: a,
|
|
39
|
+
header: g,
|
|
40
|
+
body: k,
|
|
41
|
+
footer: p
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
function w({ id: e, content: d, userAriaLabelledby: c, className: t }) {
|
|
45
|
+
return typeof d == "string" ? /* @__PURE__ */ o("h2", {
|
|
46
|
+
id: e,
|
|
47
|
+
className: t,
|
|
48
|
+
children: d
|
|
49
|
+
}) : c ? /* @__PURE__ */ o("div", {
|
|
50
|
+
className: t,
|
|
51
|
+
children: d
|
|
52
|
+
}) : d ? /* @__PURE__ */ o("div", {
|
|
53
|
+
className: t,
|
|
54
|
+
id: e,
|
|
55
|
+
children: d
|
|
56
|
+
}) : null;
|
|
57
|
+
}
|
|
58
|
+
const N = ({ header: e, headerClassName: d, footer: c, footerClassName: t, children: r, className: i, bodyClassName: n, "aria-labelledby": a, mode: g = "system", compact: k = !1, noBorder: p = !1, ...y }) => {
|
|
59
|
+
let s = null, l = null;
|
|
60
|
+
const h = typeof e == "string", m = x(f), b = I({
|
|
61
|
+
className: i,
|
|
62
|
+
headerClassName: d,
|
|
63
|
+
bodyClassName: n,
|
|
64
|
+
footerClassName: t,
|
|
65
|
+
mode: g,
|
|
66
|
+
compact: k,
|
|
67
|
+
noBorder: p
|
|
68
|
+
});
|
|
69
|
+
return h ? (s = m, l = s) : !h && e && a ? (s = null, l = a) : !h && e && !a ? (s = m, l = s) : (s = null, l = a || null), /* @__PURE__ */ o("div", {
|
|
70
|
+
className: b.wrapper,
|
|
71
|
+
children: /* @__PURE__ */ _("section", {
|
|
72
|
+
...l && {
|
|
73
|
+
"aria-labelledby": l
|
|
74
|
+
},
|
|
75
|
+
className: b.body,
|
|
76
|
+
...y,
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ o(w, {
|
|
79
|
+
...s && {
|
|
80
|
+
id: s
|
|
81
|
+
},
|
|
82
|
+
content: e,
|
|
83
|
+
className: b.header,
|
|
84
|
+
userAriaLabelledby: a
|
|
85
|
+
}),
|
|
86
|
+
/* @__PURE__ */ o("div", {
|
|
87
|
+
children: r
|
|
88
|
+
}),
|
|
89
|
+
c ? /* @__PURE__ */ o("div", {
|
|
90
|
+
className: b.footer,
|
|
91
|
+
children: c
|
|
92
|
+
}) : null
|
|
93
|
+
]
|
|
94
|
+
})
|
|
95
|
+
});
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
N as Card
|
|
99
|
+
};
|
|
@@ -0,0 +1,292 @@
|
|
|
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.4w_7jmXf.js";
|
|
3
|
+
import { LiveRegion as H } from "./index.BAdB50GZ.js";
|
|
4
|
+
import P, { useState as M, useRef as R, useLayoutEffect as O, useEffect as z } from "react";
|
|
5
|
+
import l from "clsx";
|
|
6
|
+
/*!
|
|
7
|
+
@versini/ui-textinput v6.0.0
|
|
8
|
+
© 2025 gizmette.com
|
|
9
|
+
*/
|
|
10
|
+
try {
|
|
11
|
+
window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
|
|
12
|
+
version: "6.0.0",
|
|
13
|
+
buildTime: "12/16/2025 06:22 PM EST",
|
|
14
|
+
homepage: "https://www.npmjs.com/package/@versini/ui-textinput",
|
|
15
|
+
license: "MIT"
|
|
16
|
+
});
|
|
17
|
+
} catch {
|
|
18
|
+
}
|
|
19
|
+
const X = "av-text-input", G = "av-text-input-wrapper", U = "av-text-input-helper-text", J = ({ mode: e }) => l({
|
|
20
|
+
"bg-surface-darker text-copy-lighter caret-copy-light": e === "dark",
|
|
21
|
+
"bg-surface-lighter text-copy-dark caret-copy-dark": e === "light",
|
|
22
|
+
"bg-surface-lighter text-copy-dark caret-copy-dark dark:bg-surface-darker dark:text-copy-lighter dark:caret-copy-light": e === "system",
|
|
23
|
+
"bg-surface-darker text-copy-lighter caret-copy-light dark:bg-surface-lighter dark:text-copy-dark dark:caret-copy-dark": e === "alt-system"
|
|
24
|
+
}), K = ({ focusMode: e }) => l("focus:outline focus:outline-2 focus:outline-offset-2", {
|
|
25
|
+
"focus:outline-focus-dark": e === "dark",
|
|
26
|
+
"focus:outline-focus-light": e === "light",
|
|
27
|
+
"focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
|
|
28
|
+
"focus:outline-focus-dark dark:focus:outline-focus-light": e === "system"
|
|
29
|
+
}), Q = ({ noBorder: e, error: s }) => l("border-2", {
|
|
30
|
+
"border-border-dark": !e && !s,
|
|
31
|
+
"focus:border-border-dark": !e && s,
|
|
32
|
+
"border-border-error-dark": !e && s,
|
|
33
|
+
"border-transparent": e
|
|
34
|
+
}), Y = ({ disabled: e, raw: s, error: t, mode: r }) => {
|
|
35
|
+
if (s)
|
|
36
|
+
return "";
|
|
37
|
+
if (e)
|
|
38
|
+
return l("absolute px-2 cursor-not-allowed opacity-50 font-medium");
|
|
39
|
+
if (!t)
|
|
40
|
+
return l("absolute px-2 cursor-text font-medium", {
|
|
41
|
+
"text-copy-lighter": r === "dark",
|
|
42
|
+
"text-copy-dark": r === "light",
|
|
43
|
+
"text-copy-dark dark:text-copy-lighter": r === "system",
|
|
44
|
+
"text-copy-lighter dark:text-copy-dark": r === "alt-system"
|
|
45
|
+
});
|
|
46
|
+
if (t)
|
|
47
|
+
return l("absolute px-2 cursor-text font-medium", {
|
|
48
|
+
"text-copy-lighter": r === "dark",
|
|
49
|
+
"text-copy-error-dark": r === "light",
|
|
50
|
+
"text-copy-error-dark dark:text-copy-error-light dark:bg-surface-darker": r === "system",
|
|
51
|
+
"text-copy-lighter dark:text-copy-error-dark": r === "alt-system"
|
|
52
|
+
});
|
|
53
|
+
}, Z = ({ error: e, raw: s, mode: t, disabled: r }) => {
|
|
54
|
+
if (s)
|
|
55
|
+
return "";
|
|
56
|
+
if (r)
|
|
57
|
+
return l(U, "absolute px-2 cursor-not-allowed opacity-50 font-medium");
|
|
58
|
+
if (!e)
|
|
59
|
+
return l(U, "absolute px-2 font-medium", {
|
|
60
|
+
"text-copy-lighter": t === "dark",
|
|
61
|
+
"text-copy-dark": t === "light",
|
|
62
|
+
"text-copy-dark dark:text-copy-lighter": t === "system",
|
|
63
|
+
"text-copy-lighter dark:text-copy-dark": t === "alt-system"
|
|
64
|
+
});
|
|
65
|
+
if (e)
|
|
66
|
+
return l(U, "absolute px-2 font-medium", {
|
|
67
|
+
"text-copy-error-light bg-surface-darker": t === "dark",
|
|
68
|
+
"text-copy-error-dark": t === "light",
|
|
69
|
+
"text-copy-error-dark dark:text-copy-error-light dark:bg-surface-darker": t === "system",
|
|
70
|
+
"dark:text-copy-error-dark text-copy-error-light bg-surface-darker": t === "alt-system"
|
|
71
|
+
});
|
|
72
|
+
}, ee = ({ className: e, inputClassName: s, raw: t, disabled: r, noBorder: n, error: p, mode: d, focusMode: m, size: b, rightElementClassName: T }) => {
|
|
73
|
+
const _ = t ? e : l("relative flex w-full flex-col justify-center", G, e);
|
|
74
|
+
let c = "";
|
|
75
|
+
switch (b) {
|
|
76
|
+
case "xs":
|
|
77
|
+
c = "h-8";
|
|
78
|
+
break;
|
|
79
|
+
case "sm":
|
|
80
|
+
c = "h-10";
|
|
81
|
+
break;
|
|
82
|
+
case "lg":
|
|
83
|
+
c = "h-14";
|
|
84
|
+
break;
|
|
85
|
+
case "xl":
|
|
86
|
+
c = "h-16";
|
|
87
|
+
break;
|
|
88
|
+
default:
|
|
89
|
+
c = "h-12";
|
|
90
|
+
break;
|
|
91
|
+
}
|
|
92
|
+
const E = t ? l(s) : l(X, c, "rounded-md text-base px-4", J({
|
|
93
|
+
mode: d
|
|
94
|
+
}), K({
|
|
95
|
+
focusMode: m
|
|
96
|
+
}), Q({
|
|
97
|
+
noBorder: n,
|
|
98
|
+
error: p
|
|
99
|
+
}), {
|
|
100
|
+
"disabled:cursor-not-allowed disabled:opacity-50": r
|
|
101
|
+
}, s), I = t ? void 0 : "sr-only", o = Y({
|
|
102
|
+
disabled: r,
|
|
103
|
+
raw: t,
|
|
104
|
+
error: p,
|
|
105
|
+
mode: d
|
|
106
|
+
}), x = Z({
|
|
107
|
+
error: p,
|
|
108
|
+
raw: t,
|
|
109
|
+
mode: d,
|
|
110
|
+
disabled: r
|
|
111
|
+
}), f = t ? void 0 : l("absolute right-3", T);
|
|
112
|
+
return {
|
|
113
|
+
wrapper: _,
|
|
114
|
+
input: E,
|
|
115
|
+
accessibleLabel: I,
|
|
116
|
+
visibleLabel: o,
|
|
117
|
+
helperText: x,
|
|
118
|
+
rightElement: f
|
|
119
|
+
};
|
|
120
|
+
}, $ = /* @__PURE__ */ P.forwardRef(({ id: e, name: s, label: t, error: r = !1, raw: n = !1, className: p, inputClassName: d, mode: m = "system", focusMode: b = "system", disabled: T = !1, noBorder: _ = !1, labelId: c, labelHidden: E = !1, type: I = "text", helperText: o = "", rightElement: x, rightElementClassName: f, size: i = "md", ...N }, w) => {
|
|
121
|
+
const [A, u] = q(), [S, v] = M(0), y = B({
|
|
122
|
+
id: e,
|
|
123
|
+
prefix: `${X}-`
|
|
124
|
+
}), L = `${s} error, ${o}`, C = R(null), a = R(null), h = {
|
|
125
|
+
xs: {
|
|
126
|
+
label: "-25px",
|
|
127
|
+
helperText: "30px"
|
|
128
|
+
},
|
|
129
|
+
sm: {
|
|
130
|
+
label: "-29px",
|
|
131
|
+
helperText: "34px"
|
|
132
|
+
},
|
|
133
|
+
md: {
|
|
134
|
+
label: "-33px",
|
|
135
|
+
helperText: "38px"
|
|
136
|
+
},
|
|
137
|
+
lg: {
|
|
138
|
+
label: "-15px",
|
|
139
|
+
helperText: "22px"
|
|
140
|
+
},
|
|
141
|
+
xl: {
|
|
142
|
+
label: "-19px",
|
|
143
|
+
helperText: "25px"
|
|
144
|
+
}
|
|
145
|
+
}, k = ee({
|
|
146
|
+
className: p,
|
|
147
|
+
inputClassName: d,
|
|
148
|
+
error: r,
|
|
149
|
+
raw: n,
|
|
150
|
+
focusMode: b,
|
|
151
|
+
disabled: T,
|
|
152
|
+
noBorder: _,
|
|
153
|
+
mode: m,
|
|
154
|
+
size: i,
|
|
155
|
+
rightElementClassName: f
|
|
156
|
+
});
|
|
157
|
+
return O(() => {
|
|
158
|
+
u && u.width && v(u.width + 18 + 10);
|
|
159
|
+
}, [
|
|
160
|
+
u
|
|
161
|
+
]), O(() => {
|
|
162
|
+
const { label: D, helperText: j } = h[i];
|
|
163
|
+
C?.current?.style.setProperty("--av-text-input-label", D), a?.current?.style.setProperty("--av-text-input-helper-text", j);
|
|
164
|
+
}, [
|
|
165
|
+
i
|
|
166
|
+
]), /* @__PURE__ */ F("div", {
|
|
167
|
+
className: k.wrapper,
|
|
168
|
+
children: [
|
|
169
|
+
/* @__PURE__ */ g("label", {
|
|
170
|
+
htmlFor: y,
|
|
171
|
+
id: c,
|
|
172
|
+
className: k.accessibleLabel,
|
|
173
|
+
children: t
|
|
174
|
+
}),
|
|
175
|
+
/* @__PURE__ */ g("input", {
|
|
176
|
+
ref: w,
|
|
177
|
+
id: y,
|
|
178
|
+
name: s,
|
|
179
|
+
type: I,
|
|
180
|
+
disabled: T,
|
|
181
|
+
placeholder: n ? void 0 : " ",
|
|
182
|
+
className: k.input,
|
|
183
|
+
...o && {
|
|
184
|
+
"aria-describedby": `${y}-helper`
|
|
185
|
+
},
|
|
186
|
+
...r && {
|
|
187
|
+
"aria-invalid": "true"
|
|
188
|
+
},
|
|
189
|
+
...x && !n && {
|
|
190
|
+
style: {
|
|
191
|
+
paddingRight: S
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
...N
|
|
195
|
+
}),
|
|
196
|
+
!n && !E && /* @__PURE__ */ g("label", {
|
|
197
|
+
ref: C,
|
|
198
|
+
"aria-hidden": !0,
|
|
199
|
+
htmlFor: y,
|
|
200
|
+
className: k.visibleLabel,
|
|
201
|
+
children: t
|
|
202
|
+
}),
|
|
203
|
+
o && /* @__PURE__ */ g("div", {
|
|
204
|
+
ref: a,
|
|
205
|
+
id: `${y}-helper`,
|
|
206
|
+
className: k.helperText,
|
|
207
|
+
children: o
|
|
208
|
+
}),
|
|
209
|
+
x && /* @__PURE__ */ g("div", {
|
|
210
|
+
ref: A,
|
|
211
|
+
className: k.rightElement,
|
|
212
|
+
children: x
|
|
213
|
+
}),
|
|
214
|
+
r && o && /* @__PURE__ */ g(H, {
|
|
215
|
+
politeness: "polite",
|
|
216
|
+
clearAnnouncementDelay: 500,
|
|
217
|
+
children: L
|
|
218
|
+
})
|
|
219
|
+
]
|
|
220
|
+
});
|
|
221
|
+
});
|
|
222
|
+
$.displayName = "TextInput";
|
|
223
|
+
const te = 500, re = 5e3, se = 2e4, ae = /* @__PURE__ */ P.forwardRef(({ name: e, disabled: s, label: t, labelHidden: r, onMaskChange: n, onChange: p, onBlur: d, onFocus: m, onTextInputMaskBlur: b, rightElement: T, ..._ }, c) => {
|
|
224
|
+
const [E, I] = M(!0), [o, x] = M({
|
|
225
|
+
message: null,
|
|
226
|
+
politeness: null
|
|
227
|
+
}), f = R(!0), i = R(null), N = R(null), w = W([
|
|
228
|
+
c,
|
|
229
|
+
N
|
|
230
|
+
]), A = E ? "Show" : "Hide", u = () => {
|
|
231
|
+
i.current && clearTimeout(i.current), f.current || (i.current = setTimeout(() => {
|
|
232
|
+
f.current = !0, I(!0), x({
|
|
233
|
+
announcementTimeout: re,
|
|
234
|
+
politeness: "polite",
|
|
235
|
+
message: `${t} hiding characters`
|
|
236
|
+
}), n && n(!0);
|
|
237
|
+
}, se));
|
|
238
|
+
}, S = (a) => {
|
|
239
|
+
a.preventDefault();
|
|
240
|
+
const h = !f.current;
|
|
241
|
+
f.current = h, u(), I(h), x({
|
|
242
|
+
announcementTimeout: te,
|
|
243
|
+
politeness: "assertive",
|
|
244
|
+
message: h ? "Characters hidden" : "Characters showing"
|
|
245
|
+
}), n && n(h);
|
|
246
|
+
}, v = (a) => {
|
|
247
|
+
const { relatedTarget: h } = a;
|
|
248
|
+
N.current?.parentElement?.contains(h) || b && b();
|
|
249
|
+
}, y = (a) => {
|
|
250
|
+
u(), d && d(a), v(a);
|
|
251
|
+
}, L = (a) => {
|
|
252
|
+
u(), m && m(a);
|
|
253
|
+
}, C = (a) => {
|
|
254
|
+
u(), p && p(a);
|
|
255
|
+
};
|
|
256
|
+
return z(() => () => {
|
|
257
|
+
i.current && clearTimeout(i.current);
|
|
258
|
+
}, []), /* @__PURE__ */ F(V, {
|
|
259
|
+
children: [
|
|
260
|
+
/* @__PURE__ */ g($, {
|
|
261
|
+
ref: w,
|
|
262
|
+
name: e,
|
|
263
|
+
label: t,
|
|
264
|
+
labelHidden: r,
|
|
265
|
+
type: E ? "password" : "text",
|
|
266
|
+
disabled: s,
|
|
267
|
+
onBlur: y,
|
|
268
|
+
onFocus: L,
|
|
269
|
+
onChange: C,
|
|
270
|
+
rightElement: /* @__PURE__ */ P.cloneElement(T, {
|
|
271
|
+
ref: c,
|
|
272
|
+
label: A,
|
|
273
|
+
onClick: S,
|
|
274
|
+
onBlur: v,
|
|
275
|
+
disabled: s
|
|
276
|
+
}),
|
|
277
|
+
..._
|
|
278
|
+
}),
|
|
279
|
+
/* @__PURE__ */ g(H, {
|
|
280
|
+
role: "status",
|
|
281
|
+
politeness: o.politeness,
|
|
282
|
+
clearAnnouncementDelay: o.announcementTimeout,
|
|
283
|
+
children: o.message
|
|
284
|
+
})
|
|
285
|
+
]
|
|
286
|
+
});
|
|
287
|
+
});
|
|
288
|
+
ae.displayName = "TextInputMask";
|
|
289
|
+
export {
|
|
290
|
+
$ as TextInput,
|
|
291
|
+
ae as TextInputMask
|
|
292
|
+
};
|
|
@@ -1,21 +1,22 @@
|
|
|
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
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
2
|
+
import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr } from "./LogoEntry.4w_7jmXf.js";
|
|
3
|
+
import Rr, { useState as Dt, useEffect as Ot, useCallback as Ft, useRef as Dn } from "react";
|
|
4
|
+
import { isTauri as Dr, unObfuscate as Or, obfuscate as Fr } from "./index.CmUCbVjm.js";
|
|
5
|
+
import { getDefaultExportFromCjs as Bt } from "./App.CsKyZBsw.js";
|
|
5
6
|
/*!
|
|
6
|
-
@versini/ui-button
|
|
7
|
+
@versini/ui-button v11.0.0
|
|
7
8
|
© 2025 gizmette.com
|
|
8
9
|
*/
|
|
9
10
|
try {
|
|
10
11
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
11
|
-
version: "
|
|
12
|
-
buildTime: "12/16/2025
|
|
12
|
+
version: "11.0.0",
|
|
13
|
+
buildTime: "12/16/2025 06:21 PM EST",
|
|
13
14
|
homepage: "https://www.npmjs.com/package/@versini/ui-button",
|
|
14
15
|
license: "MIT"
|
|
15
16
|
});
|
|
16
17
|
} catch {
|
|
17
18
|
}
|
|
18
|
-
const Ut = /* @__PURE__ */
|
|
19
|
+
const Ut = /* @__PURE__ */ Rr.forwardRef(({ copyToClipboard: n, ...e }, t) => {
|
|
19
20
|
const [r, i] = Dt(!1), l = () => {
|
|
20
21
|
typeof n == "string" && (navigator.clipboard.writeText(n), i(!0)), typeof n == "function" && (navigator.clipboard.writeText(n()), i(!0));
|
|
21
22
|
};
|
|
@@ -573,7 +574,7 @@ const oe = Symbol("node-seen"), hi = (n, e, t, r, i, l, o) => {
|
|
|
573
574
|
};
|
|
574
575
|
return a;
|
|
575
576
|
};
|
|
576
|
-
function
|
|
577
|
+
function ts(n) {
|
|
577
578
|
const e = [], t = String(n || "");
|
|
578
579
|
let r = t.indexOf(","), i = 0, l = !1;
|
|
579
580
|
for (; !l; ) {
|
|
@@ -6909,7 +6910,7 @@ const du = ({
|
|
|
6909
6910
|
}) => {
|
|
6910
6911
|
const l = Ft(
|
|
6911
6912
|
async (o) => {
|
|
6912
|
-
if (
|
|
6913
|
+
if (Dr() && n && gu(n)) {
|
|
6913
6914
|
o.preventDefault(), o.stopPropagation();
|
|
6914
6915
|
try {
|
|
6915
6916
|
const { openUrl: a } = await import(
|
|
@@ -7184,7 +7185,7 @@ class Hu {
|
|
|
7184
7185
|
if (!this.remarkGfm) {
|
|
7185
7186
|
const { default: e } = await import(
|
|
7186
7187
|
/* webpackChunkName: "md-remark" */
|
|
7187
|
-
"./index.
|
|
7188
|
+
"./index.CbXUGbFw.js"
|
|
7188
7189
|
);
|
|
7189
7190
|
this.remarkGfm = e;
|
|
7190
7191
|
}
|
|
@@ -7195,7 +7196,7 @@ class Hu {
|
|
|
7195
7196
|
Gu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
|
|
7196
7197
|
const { default: e } = await import(
|
|
7197
7198
|
/* webpackChunkName: "md-rehype-katex" */
|
|
7198
|
-
"./index.
|
|
7199
|
+
"./index.TlkuA7XF.js"
|
|
7199
7200
|
);
|
|
7200
7201
|
this.rehypeKatex = e;
|
|
7201
7202
|
}
|
|
@@ -7205,7 +7206,7 @@ class Hu {
|
|
|
7205
7206
|
if (!this.remarkMath) {
|
|
7206
7207
|
const { default: e } = await import(
|
|
7207
7208
|
/* webpackChunkName: "md-remark" */
|
|
7208
|
-
"./index.
|
|
7209
|
+
"./index.DI2SbvoE.js"
|
|
7209
7210
|
);
|
|
7210
7211
|
this.remarkMath = e;
|
|
7211
7212
|
}
|
|
@@ -7215,7 +7216,7 @@ class Hu {
|
|
|
7215
7216
|
if (!this.rehypeHighlight) {
|
|
7216
7217
|
const { default: e } = await import(
|
|
7217
7218
|
/* webpackChunkName: "md-rehype-highlight" */
|
|
7218
|
-
"./index.
|
|
7219
|
+
"./index.CrlZTdPz.js"
|
|
7219
7220
|
);
|
|
7220
7221
|
this.rehypeHighlight = e;
|
|
7221
7222
|
}
|
|
@@ -7234,7 +7235,7 @@ const Zn = new Hu(), Vu = ({
|
|
|
7234
7235
|
mode: "dark",
|
|
7235
7236
|
noBorder: !0,
|
|
7236
7237
|
focusMode: "light",
|
|
7237
|
-
copyToClipboard: () =>
|
|
7238
|
+
copyToClipboard: () => Or(e) || "",
|
|
7238
7239
|
labelRight: "Copy",
|
|
7239
7240
|
radius: "small",
|
|
7240
7241
|
className: "mb-2 px-1 absolute top-2 right-2 font-sans font-normal text-xs"
|
|
@@ -7255,14 +7256,14 @@ const Zn = new Hu(), Vu = ({
|
|
|
7255
7256
|
const [t] = e.children;
|
|
7256
7257
|
if (t.tagName !== "code")
|
|
7257
7258
|
return;
|
|
7258
|
-
e.raw =
|
|
7259
|
+
e.raw = Fr(t.children?.[0].value);
|
|
7259
7260
|
}
|
|
7260
7261
|
});
|
|
7261
7262
|
}, Ku = () => (n) => {
|
|
7262
7263
|
wn(n, "element", (e) => {
|
|
7263
7264
|
e?.type === "element" && e?.tagName === "pre" && (e.properties.raw = e.raw);
|
|
7264
7265
|
});
|
|
7265
|
-
},
|
|
7266
|
+
}, rs = ({
|
|
7266
7267
|
onError: n = () => {
|
|
7267
7268
|
},
|
|
7268
7269
|
parseIncomplete: e = !0
|
|
@@ -7362,14 +7363,14 @@ export {
|
|
|
7362
7363
|
be as normalize,
|
|
7363
7364
|
Ln as normalizeIdentifier,
|
|
7364
7365
|
Kr as parse,
|
|
7365
|
-
|
|
7366
|
+
ts as parse$1,
|
|
7366
7367
|
$e as resolveAll,
|
|
7367
7368
|
cn as splice,
|
|
7368
7369
|
De as svg,
|
|
7369
7370
|
ll as toString,
|
|
7370
7371
|
hl as unicodePunctuation,
|
|
7371
7372
|
ml as unicodeWhitespace,
|
|
7372
|
-
|
|
7373
|
+
rs as useMarkdown,
|
|
7373
7374
|
wn as visit,
|
|
7374
7375
|
ri as visitParents
|
|
7375
7376
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SassySaint as r } from "./chunks/index.
|
|
1
|
+
import { SassySaint as r } from "./chunks/index.CmUCbVjm.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.101.
|
|
3
|
+
@sassysaint/client v8.101.3
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "8.101.
|
|
9
|
-
buildTime: "12/
|
|
8
|
+
version: "8.101.3",
|
|
9
|
+
buildTime: "12/17/2025 12:14 PM EST",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
|
12
12
|
} catch {
|