@versini/sassysaint 8.99.0 → 8.99.1
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.Lsbr0lUh.js → AboutChangelog.D02zn0LK.js} +3 -3
- package/dist/chunks/{AboutEntry.C-uC4MBB.js → AboutEntry.D2cwQtD2.js} +7 -7
- package/dist/chunks/{App.lHXZIn8I.js → App.sQ3wU0lJ.js} +297 -293
- package/dist/chunks/{Chart.ClOH2fiY.js → Chart.CTun5qf8.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.BV6sVx6a.js → ChatBubbleAssistant.pngDgGic.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.Dij7uJwm.js → ChatBubbleUser.Cfoux4eQ.js} +36 -36
- package/dist/chunks/{ChatHistoryTable.BFfmfdjX.js → ChatHistoryTable.CDjRKyvZ.js} +37 -37
- package/dist/chunks/{HistoryEntry.BkOQP3CV.js → HistoryEntry.D0uaFad7.js} +3 -3
- package/dist/chunks/{ProfileEntry.DuvmIHnj.js → ProfileEntry.BEHLT1CZ.js} +2 -2
- package/dist/chunks/{SettingsEntry.Cu-T81W1.js → SettingsEntry.DO6srgDU.js} +3 -3
- package/dist/chunks/{UsageEntry.XYX0KDAl.js → UsageEntry.DC9zKsfT.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.Cm0Gz7iM.js → UserMemoriesPanel.-fv-1_am.js} +4 -4
- package/dist/chunks/{index.CDxR_BoA.js → index.B5i9jF9N.js} +29 -29
- package/dist/chunks/{index.CfH88Vnf.js → index.B9GCA2Iv.js} +1 -1
- package/dist/chunks/{index.D5nCT2P4.js → index.BNW48OCM.js} +1 -1
- package/dist/chunks/{index.B-J4ZnaE.js → index.BsKtVCXE.js} +18 -18
- package/dist/chunks/{index.ttYr-nJ-.js → index.CYfXOuUd.js} +18 -18
- package/dist/chunks/{index.DvsI9f9_.js → index.DAZOAmkW.js} +3 -3
- package/dist/chunks/{index.BTGZYTuA.js → index.SRAmjHI8.js} +2 -2
- package/dist/chunks/{index.B5oy8JDL.js → index.Sv4RjGsQ.js} +1 -1
- package/dist/chunks/{index.5-5jxYfs.js → index.ZxP3Yv8a.js} +314 -314
- package/dist/chunks/{useMarkdown.Df5zZY4U.js → useMarkdown.CK423j2p.js} +146 -140
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,16 +1,16 @@
|
|
|
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 "./index.
|
|
2
|
+
import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.ZxP3Yv8a.js";
|
|
3
3
|
import { useState as N, useEffect as $ } from "react";
|
|
4
4
|
import t from "clsx";
|
|
5
5
|
/*!
|
|
6
|
-
@versini/ui-bubble v7.0.
|
|
6
|
+
@versini/ui-bubble v7.0.1
|
|
7
7
|
© 2025 gizmette.com
|
|
8
8
|
*/
|
|
9
9
|
try {
|
|
10
10
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
11
|
-
version: "7.0.
|
|
12
|
-
buildTime: "12/
|
|
13
|
-
homepage: "https://
|
|
11
|
+
version: "7.0.1",
|
|
12
|
+
buildTime: "12/10/2025 08:23 AM EST",
|
|
13
|
+
homepage: "https://www.npmjs.com/package/@versini/ui-bubble",
|
|
14
14
|
license: "MIT"
|
|
15
15
|
});
|
|
16
16
|
} catch {
|
|
@@ -43,8 +43,8 @@ const u = "av-bubble", T = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
43
43
|
"rounded-tr-xl": e === "left",
|
|
44
44
|
"rounded-tl-xl": e === "right"
|
|
45
45
|
});
|
|
46
|
-
}, L = ({ kind: e, className: r, contentClassName: i, noMaxWidth: n, tail:
|
|
47
|
-
const
|
|
46
|
+
}, L = ({ kind: e, className: r, contentClassName: i, noMaxWidth: n, tail: s, gradient: b }) => {
|
|
47
|
+
const o = t(u, `${u}-${e}`, "flex items-start", {
|
|
48
48
|
"flex-row-reverse": e === "right"
|
|
49
49
|
}, r), m = t(`${u}-content`, "flex flex-col empty:hidden", T({
|
|
50
50
|
kind: e,
|
|
@@ -56,20 +56,20 @@ const u = "av-bubble", T = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
56
56
|
gradient: b
|
|
57
57
|
}), U({
|
|
58
58
|
kind: e,
|
|
59
|
-
tail:
|
|
59
|
+
tail: s
|
|
60
60
|
}), i), g = "pr-2 pt-1 text-end text-xs text-copy-light", d = t("flex flex-col-reverse sm:flex-row", {
|
|
61
|
-
"ml-2": e === "left" && !
|
|
62
|
-
"mr-2": e === "right" && !
|
|
63
|
-
"ml-1": e === "left" &&
|
|
64
|
-
"mr-1": e === "right" &&
|
|
61
|
+
"ml-2": e === "left" && !s,
|
|
62
|
+
"mr-2": e === "right" && !s,
|
|
63
|
+
"ml-1": e === "left" && s,
|
|
64
|
+
"mr-1": e === "right" && s
|
|
65
65
|
});
|
|
66
66
|
return {
|
|
67
|
-
wrapper:
|
|
67
|
+
wrapper: o,
|
|
68
68
|
main: m,
|
|
69
69
|
footer: g,
|
|
70
70
|
copyButton: d
|
|
71
71
|
};
|
|
72
|
-
}, M = "FOOTER_EMPTY", V = ({ children: e, kind: r = "left", className: i, contentClassName: n, footer:
|
|
72
|
+
}, M = "FOOTER_EMPTY", V = ({ children: e, kind: r = "left", className: i, contentClassName: n, footer: s, rawFooter: b, copyToClipboard: o, copyToClipboardFocusMode: m = "system", copyToClipboardMode: g = "system", noMaxWidth: d = !1, tail: w = !1, gradient: y }) => {
|
|
73
73
|
const [f, x] = N(!1), c = L({
|
|
74
74
|
kind: r,
|
|
75
75
|
className: i,
|
|
@@ -77,8 +77,8 @@ const u = "av-bubble", T = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
77
77
|
noMaxWidth: d,
|
|
78
78
|
tail: w,
|
|
79
79
|
gradient: y
|
|
80
|
-
}), _ = !!
|
|
81
|
-
x(!0), typeof
|
|
80
|
+
}), _ = !!o && (typeof o == "function" || typeof o == "string" || typeof e == "string"), v = () => {
|
|
81
|
+
x(!0), typeof o == "function" ? o(e) : typeof o == "string" ? navigator.clipboard.writeText(o) : typeof e == "string" && navigator.clipboard.writeText(e);
|
|
82
82
|
};
|
|
83
83
|
return $(() => {
|
|
84
84
|
let a;
|
|
@@ -98,8 +98,8 @@ const u = "av-bubble", T = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
98
98
|
className: c.main,
|
|
99
99
|
children: e
|
|
100
100
|
}),
|
|
101
|
-
|
|
102
|
-
const p =
|
|
101
|
+
s && Object.keys(s).map((a, B) => {
|
|
102
|
+
const p = s[a];
|
|
103
103
|
return p === M ? /* @__PURE__ */ l("div", {
|
|
104
104
|
className: "prose-p:m-0",
|
|
105
105
|
children: /* @__PURE__ */ l("p", {
|
|
@@ -1,16 +1,16 @@
|
|
|
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.ZxP3Yv8a.js";
|
|
3
3
|
import ue, { useRef as k, useState as I, useLayoutEffect as R } from "react";
|
|
4
4
|
import o from "clsx";
|
|
5
5
|
/*!
|
|
6
|
-
@versini/ui-textarea v5.1.
|
|
6
|
+
@versini/ui-textarea v5.1.3
|
|
7
7
|
© 2025 gizmette.com
|
|
8
8
|
*/
|
|
9
9
|
try {
|
|
10
10
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
11
|
-
version: "5.1.
|
|
12
|
-
buildTime: "
|
|
13
|
-
homepage: "https://
|
|
11
|
+
version: "5.1.3",
|
|
12
|
+
buildTime: "12/10/2025 08:24 AM EST",
|
|
13
|
+
homepage: "https://www.npmjs.com/package/@versini/ui-textarea",
|
|
14
14
|
license: "MIT"
|
|
15
15
|
});
|
|
16
16
|
} catch {
|
|
@@ -115,14 +115,14 @@ const B = "av-text-area", de = "av-text-area-wrapper", H = "av-text-area-helper-
|
|
|
115
115
|
helperTextOffset: d,
|
|
116
116
|
scrollHeight: e
|
|
117
117
|
};
|
|
118
|
-
}, _e = /* @__PURE__ */ ue.forwardRef(({ id: e, name: a, label: t, error: s = !1, raw: r = !1, className: c, textAreaClassName: u, mode: d = "system", focusMode: x = "system", value: g, defaultValue: N, disabled: m = !1, noBorder: S = !1, labelId: C, helperText: l = "", helperTextOnFocus: b = !1, rightElement: f, leftElement: A, onChange:
|
|
118
|
+
}, _e = /* @__PURE__ */ ue.forwardRef(({ id: e, name: a, label: t, error: s = !1, raw: r = !1, className: c, textAreaClassName: u, mode: d = "system", focusMode: x = "system", value: g, defaultValue: N, disabled: m = !1, noBorder: S = !1, labelId: C, helperText: l = "", helperTextOnFocus: b = !1, rightElement: f, leftElement: A, onChange: w, onFocus: P, onBlur: F, ...Y }, z) => {
|
|
119
119
|
const i = k(null), D = ce([
|
|
120
120
|
z,
|
|
121
121
|
i
|
|
122
|
-
]), [V, L] = W(), [q, T] = W(), O = k(80),
|
|
122
|
+
]), [V, L] = W(), [q, T] = W(), O = k(80), M = k(-25), v = k(null), $ = k(30), X = k(null), _ = ne({
|
|
123
123
|
id: e,
|
|
124
124
|
prefix: `${B}-`
|
|
125
|
-
}), [
|
|
125
|
+
}), [j, J] = I(0), [U, K] = I(0), [Q, G] = I(!!(!b && l)), Z = `${a} error, ${l}`, y = ke({
|
|
126
126
|
className: c,
|
|
127
127
|
textAreaClassName: u,
|
|
128
128
|
error: s,
|
|
@@ -138,7 +138,7 @@ const B = "av-text-area", de = "av-text-area-wrapper", H = "av-text-area-helper-
|
|
|
138
138
|
initialControlledDelay: 20,
|
|
139
139
|
defaultValue: N,
|
|
140
140
|
onChange: (n) => {
|
|
141
|
-
|
|
141
|
+
w && w({
|
|
142
142
|
target: {
|
|
143
143
|
value: n
|
|
144
144
|
}
|
|
@@ -147,9 +147,9 @@ const B = "av-text-area", de = "av-text-area-wrapper", H = "av-text-area-helper-
|
|
|
147
147
|
}), te = (n) => {
|
|
148
148
|
ee(n.target.value);
|
|
149
149
|
}, re = (n) => {
|
|
150
|
-
b && l && G(!0),
|
|
150
|
+
b && l && G(!0), P && P(n);
|
|
151
151
|
}, se = (n) => {
|
|
152
|
-
b && l && !p && G(!1),
|
|
152
|
+
b && l && !p && G(!1), F && F(n);
|
|
153
153
|
};
|
|
154
154
|
return R(() => {
|
|
155
155
|
L && L.width && J(L.width + 18 + 10);
|
|
@@ -176,10 +176,10 @@ const B = "av-text-area", de = "av-text-area-wrapper", H = "av-text-area-helper-
|
|
|
176
176
|
const { labelOffset: n, helperTextOffset: E, scrollHeight: ae } = be({
|
|
177
177
|
scrollHeight: i.current.scrollHeight,
|
|
178
178
|
currentHeight: O.current,
|
|
179
|
-
currentLabelOffset:
|
|
180
|
-
currentHelperTextOffset:
|
|
179
|
+
currentLabelOffset: M.current,
|
|
180
|
+
currentHelperTextOffset: $.current
|
|
181
181
|
});
|
|
182
|
-
n && (
|
|
182
|
+
n && (M.current = n, v?.current?.style.setProperty("--av-text-area-label", `${n}px`)), E && ($.current = E, X?.current?.style.setProperty("--av-text-area-helper-text", `${E}px`)), O.current = ae || O.current;
|
|
183
183
|
}
|
|
184
184
|
}, [
|
|
185
185
|
p,
|
|
@@ -214,18 +214,18 @@ const B = "av-text-area", de = "av-text-area-wrapper", H = "av-text-area-helper-
|
|
|
214
214
|
},
|
|
215
215
|
...f && !A && !r && {
|
|
216
216
|
style: {
|
|
217
|
-
paddingRight:
|
|
217
|
+
paddingRight: j
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
...A && !f && !r && {
|
|
221
221
|
style: {
|
|
222
|
-
paddingLeft:
|
|
222
|
+
paddingLeft: U
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
...f && A && !r && {
|
|
226
226
|
style: {
|
|
227
|
-
paddingRight:
|
|
228
|
-
paddingLeft:
|
|
227
|
+
paddingRight: j,
|
|
228
|
+
paddingLeft: U
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
value: p,
|
|
@@ -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.sQ3wU0lJ.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.CK423j2p.js";
|
|
3
|
+
import { toText as Cn } from "./index.BNW48OCM.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
|
-
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.CK423j2p.js";
|
|
2
|
+
import { toText as Ca } from "./index.BNW48OCM.js";
|
|
3
3
|
const Gt = /[#.]/g;
|
|
4
4
|
function qa(r, e) {
|
|
5
5
|
const t = r || "", a = {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.
|
|
1
|
+
import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.CK423j2p.js";
|
|
2
2
|
import { longestStreak as qe } from "./index.Cyw5OC0t.js";
|
|
3
3
|
function ne(e, n) {
|
|
4
4
|
const t = String(e);
|