@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.
- package/dist/chunks/{AboutChangelog.-F_kMw74.js → AboutChangelog.DeRcKN5H.js} +2 -2
- package/dist/chunks/{AboutEntry.DR75PxCw.js → AboutEntry.6mTHwkfb.js} +7 -7
- package/dist/chunks/{App.3M79T1qj.js → App.DTjbiLAP.js} +1753 -2012
- package/dist/chunks/{Bubble.CA6Nm1l0.js → Bubble.ltolxxta.js} +47 -86
- package/dist/chunks/{Chart.DwZeH0GA.js → Chart.BzOmOhOW.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.Bm-gE-ev.js → ChatBubbleAssistant.lGE_8ao1.js} +200 -213
- package/dist/chunks/{ChatBubbleUser.lLvteBf3.js → ChatBubbleUser.DC661ePq.js} +28 -41
- package/dist/chunks/{ChatHistoryTable.yS0g-92Q.js → ChatHistoryTable.BkRFWpsA.js} +108 -125
- package/dist/chunks/{Table.AnN2X7VF.js → DeleteButtonIcon.P0LgJDjE.js} +125 -116
- package/dist/chunks/{HistoryEntry.DfNmYlfN.js → HistoryEntry.uUjsDuT0.js} +6 -6
- package/dist/chunks/{LoginEntry.BccxHPtX.js → LoginEntry.BGZdTDwf.js} +4 -4
- package/dist/chunks/{LogoEntry.CFw0uv25.js → LogoEntry.Bpddd0yA.js} +301 -430
- package/dist/chunks/{MemoriesEntry.Cdao1cmo.js → MemoriesEntry.BYQm9cuU.js} +164 -169
- package/dist/chunks/{ProfileEntry.b8NaUHNW.js → ProfileEntry.BqcZXSeT.js} +4 -4
- package/dist/chunks/{SettingsEntry.CjuYtYSp.js → SettingsEntry.BdC5Vyof.js} +5 -5
- package/dist/chunks/{UsageEntry.cp-aSBF9.js → UsageEntry._O8Q6TwS.js} +5 -5
- package/dist/chunks/index.Bi0z4EE1.js +90 -0
- package/dist/chunks/{index.CgpXJ39e.js → index.BlviGqw0.js} +4 -4
- package/dist/chunks/{index.BSdZTOf6.js → index.BxbWxVtd.js} +1 -1
- package/dist/chunks/index.C70LcKzU.js +279 -0
- package/dist/chunks/{index.CLVeqfU3.js → index.CYcieK1H.js} +34 -47
- package/dist/chunks/{index.Dbw9MfpE.js → index.CaofbEIP.js} +3 -19
- package/dist/chunks/{index.B6FhZIr6.js → index.D2nN0rC6.js} +1 -1
- package/dist/chunks/{index.DhQEm5fx.js → index.DG-VhqKw.js} +1 -1
- package/dist/chunks/{index.DYkMD3_1.js → index.DuxTgnco.js} +56 -69
- package/dist/chunks/{index.DHLA2Fes.js → index.s8Izh8-Q.js} +2 -2
- package/dist/chunks/{useMarkdown.CoVPoXwW.js → useMarkdown.DjEZz9lH.js} +316 -329
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +3 -7
- package/dist/style.css +1 -14
- package/package.json +5 -5
- package/dist/chunks/index.BAdB50GZ.js +0 -103
- package/dist/chunks/index.CyKPGk1D.js +0 -305
|
@@ -1,38 +1,12 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { ButtonIcon as
|
|
3
|
-
import { useState as
|
|
1
|
+
import { jsxs as x, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { ButtonIcon as N, IconCopied as $, IconCopy as E } from "./LogoEntry.Bpddd0yA.js";
|
|
3
|
+
import { useState as z, useEffect as j } from "react";
|
|
4
4
|
import t from "clsx";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
© 2025 gizmette.com
|
|
8
|
-
*/
|
|
9
|
-
try {
|
|
10
|
-
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
11
|
-
version: "10.1.0",
|
|
12
|
-
buildTime: "12/22/2025 07:40 PM EST",
|
|
13
|
-
homepage: "https://www.npmjs.com/package/@versini/ui-bubble",
|
|
14
|
-
license: "MIT"
|
|
15
|
-
});
|
|
16
|
-
} catch {
|
|
17
|
-
}
|
|
18
|
-
const i = "av-bubble";
|
|
19
|
-
/*!
|
|
20
|
-
@versini/ui-bubble v10.1.0
|
|
21
|
-
© 2025 gizmette.com
|
|
22
|
-
*/
|
|
23
|
-
try {
|
|
24
|
-
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
25
|
-
version: "10.1.0",
|
|
26
|
-
buildTime: "12/22/2025 07:40 PM EST",
|
|
27
|
-
homepage: "https://www.npmjs.com/package/@versini/ui-bubble",
|
|
28
|
-
license: "MIT"
|
|
29
|
-
});
|
|
30
|
-
} catch {
|
|
31
|
-
}
|
|
32
|
-
const C = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
5
|
+
const u = "av-bubble";
|
|
6
|
+
const k = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
33
7
|
"max-w-xs sm:max-w-md md:max-w-2xl": !r,
|
|
34
8
|
"lg:max-w-3xl": e === "left" && !r
|
|
35
|
-
}),
|
|
9
|
+
}), I = ({ kind: e, gradient: r }) => r ? r === "light" ? t({
|
|
36
10
|
"bg-linear-to-b from-surface-light/80 to-surface-light dark:from-surface-dark/80 dark:to-surface-dark": e === "left",
|
|
37
11
|
"bg-linear-to-b from-surface-accent/80 to-surface-accent": e === "right"
|
|
38
12
|
}) : r === "medium" ? t({
|
|
@@ -44,11 +18,11 @@ const C = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
44
18
|
}) : t({
|
|
45
19
|
"bg-surface-light dark:bg-surface-dark": e === "left",
|
|
46
20
|
"bg-surface-accent": e === "right"
|
|
47
|
-
}),
|
|
21
|
+
}), S = ({ kind: e }) => t("prose prose-dark dark:prose-lighter", "prose-blockquote:my-1", "prose-ol:my-1 prose-ul:my-1", {
|
|
48
22
|
"text-copy-lighter": e === "right"
|
|
49
|
-
}),
|
|
23
|
+
}), A = ({ kind: e, tail: r }) => {
|
|
50
24
|
if (r)
|
|
51
|
-
return t(`${
|
|
25
|
+
return t(`${u}-${e}-tail`, "rounded-3xl", "relative", "before:content-['']", "before:w-3", "before:h-2", "before:absolute", "before:bottom-0", {
|
|
52
26
|
"last-bubble-right:before:right-0.5 last-bubble-right:before:border-l-8 last-bubble-right:before:border-l-surface-accent last-bubble-right:before:rounded-bl-[100%]": e === "right",
|
|
53
27
|
"last-bubble-left:before:left-0.5 last-bubble-left:before:border-r-8 last-bubble-left:before:border-r-surface-light last-bubble-left:dark:before:border-r-surface-dark last-bubble-left:before:rounded-br-[100%]": e === "left"
|
|
54
28
|
});
|
|
@@ -57,21 +31,21 @@ const C = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
57
31
|
"rounded-tr-xl": e === "left",
|
|
58
32
|
"rounded-tl-xl": e === "right"
|
|
59
33
|
});
|
|
60
|
-
},
|
|
61
|
-
const s = t(
|
|
34
|
+
}, L = ({ kind: e, className: r, contentClassName: n, footerClassName: i, noMaxWidth: m, tail: l, gradient: b }) => {
|
|
35
|
+
const s = t(u, `${u}-${e}`, "flex items-start", {
|
|
62
36
|
"flex-row-reverse": e === "right"
|
|
63
|
-
}, r), p = t(`${
|
|
37
|
+
}, r), p = t(`${u}-content`, "flex flex-col empty:hidden", k({
|
|
64
38
|
kind: e,
|
|
65
39
|
noMaxWidth: m
|
|
66
|
-
}),
|
|
40
|
+
}), S({
|
|
67
41
|
kind: e
|
|
68
|
-
}),
|
|
42
|
+
}), I({
|
|
69
43
|
kind: e,
|
|
70
44
|
gradient: b
|
|
71
|
-
}),
|
|
45
|
+
}), A({
|
|
72
46
|
kind: e,
|
|
73
47
|
tail: l
|
|
74
|
-
}),
|
|
48
|
+
}), n), d = t("pr-2 pt-1 text-end text-xs text-copy-light", i), g = t("flex flex-col-reverse sm:flex-row", {
|
|
75
49
|
"ml-2": e === "left" && !l,
|
|
76
50
|
"mr-2": e === "right" && !l,
|
|
77
51
|
"ml-1": e === "left" && l,
|
|
@@ -84,63 +58,50 @@ const C = ({ kind: e, noMaxWidth: r }) => t("px-4 py-2", {
|
|
|
84
58
|
copyButton: g
|
|
85
59
|
};
|
|
86
60
|
};
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
© 2025 gizmette.com
|
|
90
|
-
*/
|
|
91
|
-
try {
|
|
92
|
-
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
93
|
-
version: "10.1.0",
|
|
94
|
-
buildTime: "12/22/2025 07:40 PM EST",
|
|
95
|
-
homepage: "https://www.npmjs.com/package/@versini/ui-bubble",
|
|
96
|
-
license: "MIT"
|
|
97
|
-
});
|
|
98
|
-
} catch {
|
|
99
|
-
}
|
|
100
|
-
const k = (e) => typeof e == "object" && e !== null && "isEmpty" in e && e.isEmpty === !0, M = (e) => typeof e == "object" && e !== null && "key" in e && "value" in e, A = ({ children: e, kind: r = "left", className: u, contentClassName: n, footerClassName: m, footer: l, rawFooter: b, copyToClipboard: s, copyToClipboardFocusMode: p = "system", copyToClipboardMode: d = "system", noMaxWidth: g = !1, tail: w = !1, gradient: y }) => {
|
|
101
|
-
const [f, B] = S(!1), c = j({
|
|
61
|
+
const q = (e) => typeof e == "object" && e !== null && "isEmpty" in e && e.isEmpty === !0, F = (e) => typeof e == "object" && e !== null && "key" in e && "value" in e, V = ({ children: e, kind: r = "left", className: n, contentClassName: i, footerClassName: m, footer: l, rawFooter: b, copyToClipboard: s, copyToClipboardFocusMode: p = "system", copyToClipboardMode: d = "system", noMaxWidth: g = !1, tail: v = !1, gradient: B }) => {
|
|
62
|
+
const [c, y] = z(!1), f = L({
|
|
102
63
|
kind: r,
|
|
103
|
-
className:
|
|
104
|
-
contentClassName:
|
|
64
|
+
className: n,
|
|
65
|
+
contentClassName: i,
|
|
105
66
|
footerClassName: m,
|
|
106
67
|
noMaxWidth: g,
|
|
107
|
-
tail:
|
|
108
|
-
gradient:
|
|
109
|
-
}),
|
|
110
|
-
|
|
68
|
+
tail: v,
|
|
69
|
+
gradient: B
|
|
70
|
+
}), w = !!s && (typeof s == "function" || typeof s == "string" || typeof e == "string"), C = () => {
|
|
71
|
+
y(!0), typeof s == "function" ? s(e) : typeof s == "string" ? navigator.clipboard.writeText(s) : typeof e == "string" && navigator.clipboard.writeText(e);
|
|
111
72
|
};
|
|
112
|
-
return
|
|
73
|
+
return j(() => {
|
|
113
74
|
let a;
|
|
114
|
-
return
|
|
115
|
-
|
|
75
|
+
return c && (a = window.setTimeout(() => {
|
|
76
|
+
y(!1);
|
|
116
77
|
}, 3e3)), () => {
|
|
117
78
|
clearTimeout(a);
|
|
118
79
|
};
|
|
119
80
|
}, [
|
|
120
|
-
|
|
121
|
-
]), /* @__PURE__ */
|
|
122
|
-
className:
|
|
81
|
+
c
|
|
82
|
+
]), /* @__PURE__ */ x("div", {
|
|
83
|
+
className: f.wrapper,
|
|
123
84
|
children: [
|
|
124
|
-
/* @__PURE__ */
|
|
85
|
+
/* @__PURE__ */ x("div", {
|
|
125
86
|
children: [
|
|
126
87
|
/* @__PURE__ */ o("div", {
|
|
127
|
-
className:
|
|
88
|
+
className: f.main,
|
|
128
89
|
children: e
|
|
129
90
|
}),
|
|
130
|
-
l && l.map((a, h) =>
|
|
91
|
+
l && l.map((a, h) => q(a) ? /* @__PURE__ */ o("div", {
|
|
131
92
|
className: "prose-p:m-0",
|
|
132
93
|
children: /* @__PURE__ */ o("p", {
|
|
133
|
-
className:
|
|
94
|
+
className: f.footer,
|
|
134
95
|
"aria-hidden": "true",
|
|
135
96
|
children: /* @__PURE__ */ o("span", {
|
|
136
97
|
className: "invisible",
|
|
137
98
|
children: " "
|
|
138
99
|
})
|
|
139
100
|
})
|
|
140
|
-
}, `footer-empty-${h}`) :
|
|
101
|
+
}, `footer-empty-${h}`) : F(a) ? /* @__PURE__ */ o("div", {
|
|
141
102
|
className: "prose-p:m-0",
|
|
142
|
-
children: /* @__PURE__ */
|
|
143
|
-
className:
|
|
103
|
+
children: /* @__PURE__ */ x("p", {
|
|
104
|
+
className: f.footer,
|
|
144
105
|
children: [
|
|
145
106
|
a.key,
|
|
146
107
|
": ",
|
|
@@ -150,27 +111,27 @@ const k = (e) => typeof e == "object" && e !== null && "isEmpty" in e && e.isEmp
|
|
|
150
111
|
}, `footer-kv-${h}`) : /* @__PURE__ */ o("div", {
|
|
151
112
|
className: "prose-p:m-0",
|
|
152
113
|
children: /* @__PURE__ */ o("p", {
|
|
153
|
-
className:
|
|
114
|
+
className: f.footer,
|
|
154
115
|
children: a.value
|
|
155
116
|
})
|
|
156
117
|
}, `footer-val-${h}`)),
|
|
157
118
|
b && b
|
|
158
119
|
]
|
|
159
120
|
}),
|
|
160
|
-
|
|
161
|
-
className:
|
|
162
|
-
children: /* @__PURE__ */ o(
|
|
121
|
+
w && /* @__PURE__ */ o("div", {
|
|
122
|
+
className: f.copyButton,
|
|
123
|
+
children: /* @__PURE__ */ o(N, {
|
|
163
124
|
noBorder: !0,
|
|
164
125
|
noBackground: !0,
|
|
165
126
|
size: "small",
|
|
166
127
|
mode: d,
|
|
167
128
|
focusMode: p,
|
|
168
|
-
label:
|
|
169
|
-
onClick:
|
|
170
|
-
disabled:
|
|
171
|
-
children:
|
|
129
|
+
label: c ? "Copied to clipboard" : "Copy to clipboard",
|
|
130
|
+
onClick: C,
|
|
131
|
+
disabled: c,
|
|
132
|
+
children: c ? /* @__PURE__ */ o($, {
|
|
172
133
|
size: "size-3"
|
|
173
|
-
}) : /* @__PURE__ */ o(
|
|
134
|
+
}) : /* @__PURE__ */ o(E, {
|
|
174
135
|
size: "size-3"
|
|
175
136
|
})
|
|
176
137
|
})
|
|
@@ -179,5 +140,5 @@ const k = (e) => typeof e == "object" && e !== null && "isEmpty" in e && e.isEmp
|
|
|
179
140
|
});
|
|
180
141
|
};
|
|
181
142
|
export {
|
|
182
|
-
|
|
143
|
+
V as Bubble
|
|
183
144
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Pp } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as dn, isProbablyMobile as Op } from "./App.
|
|
2
|
+
import { getDefaultExportFromCjs as dn, isProbablyMobile as Op } from "./App.DTjbiLAP.js";
|
|
3
3
|
import Lp, { useMemo as Ep } from "react";
|
|
4
|
-
import { TRIMESTERS_SHORT as Ip, TRIMESTERS as on, TIME_RANGES as ls, TIME_RANGE_LABELS as an } from "./LogoEntry.
|
|
4
|
+
import { TRIMESTERS_SHORT as Ip, TRIMESTERS as on, TIME_RANGES as ls, TIME_RANGE_LABELS as an } from "./LogoEntry.Bpddd0yA.js";
|
|
5
5
|
var hs = { exports: {} }, Dp = hs.exports, nn;
|
|
6
6
|
function Bp() {
|
|
7
7
|
return nn || (nn = 1, (function(Ae, pe) {
|