@versini/sassysaint 5.4.13 → 5.4.14
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/{LazyApp.DNOGYuzJ.js → LazyApp.nhzP-Nbc.js} +69 -57
- package/dist/chunks/{LazyHeader.oCAx75zT.js → LazyHeader.CCjVT4z8.js} +98 -92
- package/dist/chunks/{LazyMarkdownWithExtra.F2tZ4gOI.js → LazyMarkdownWithExtra.aWPJfbF0.js} +747 -739
- package/dist/chunks/{LazyMessageAssistant.L4L_m5nw.js → LazyMessageAssistant.Bpza5zkH.js} +7 -7
- package/dist/chunks/{index.Ck3nAtox.js → index.8mgE_tU8.js} +68 -62
- package/dist/chunks/{index.CxzLMGVa.js → index.CYifYdxQ.js} +42 -36
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as He, jsx as re, Fragment as Jt } from "react/jsx-runtime";
|
|
2
|
-
import { ae as at } from "./LazyApp.
|
|
3
|
-
import { E as pi } from "./index.
|
|
2
|
+
import { ae as at } from "./LazyApp.nhzP-Nbc.js";
|
|
3
|
+
import { E as pi } from "./index.8mgE_tU8.js";
|
|
4
4
|
import sn from "clsx";
|
|
5
5
|
import { lazy as hi, useContext as mi, Suspense as gi } from "react";
|
|
6
|
-
import { AppContext as di, LOCAL_STORAGE_PREFIX as yi, LOCAL_STORAGE_CHAT_DETAILS as ki, durationFormatter as xi } from "./index.
|
|
6
|
+
import { AppContext as di, LOCAL_STORAGE_PREFIX as yi, LOCAL_STORAGE_CHAT_DETAILS as ki, durationFormatter as xi } from "./index.CYifYdxQ.js";
|
|
7
7
|
/*!
|
|
8
|
-
@versini/ui-spinner v2.0.
|
|
8
|
+
@versini/ui-spinner v2.0.5
|
|
9
9
|
© 2024 gizmette.com
|
|
10
10
|
*/
|
|
11
11
|
try {
|
|
12
12
|
window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
|
|
13
|
-
version: "2.0.
|
|
14
|
-
buildTime: "12/30/2024
|
|
13
|
+
version: "2.0.5",
|
|
14
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
15
15
|
homepage: "https://github.com/aversini/ui-components",
|
|
16
16
|
license: "MIT"
|
|
17
17
|
});
|
|
@@ -8652,7 +8652,7 @@ function Uc(e) {
|
|
|
8652
8652
|
const qc = hi(
|
|
8653
8653
|
() => import(
|
|
8654
8654
|
/* webpackChunkName: "LazyMarkdownWithExtra" */
|
|
8655
|
-
"./LazyMarkdownWithExtra.
|
|
8655
|
+
"./LazyMarkdownWithExtra.aWPJfbF0.js"
|
|
8656
8656
|
)
|
|
8657
8657
|
), Tn = {
|
|
8658
8658
|
MODEL: "Model",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, jsx as s, Fragment as Te } from "react/jsx-runtime";
|
|
2
|
-
import { g as Ne } from "./index.
|
|
3
|
-
import U, { useSyncExternalStore as Se, useCallback as M, useEffect as
|
|
2
|
+
import { g as Ne } from "./index.CYifYdxQ.js";
|
|
3
|
+
import U, { useSyncExternalStore as Se, useCallback as M, useEffect as $, useContext as R, useRef as k, useState as I, useLayoutEffect as V, useMemo as ie, useId as Ce, useReducer as Ae } from "react";
|
|
4
4
|
import i from "clsx";
|
|
5
5
|
const Tt = ({
|
|
6
6
|
className: e,
|
|
@@ -37,18 +37,18 @@ const te = (e, r) => {
|
|
|
37
37
|
typeof r == "function" ? r() : r
|
|
38
38
|
);
|
|
39
39
|
window.localStorage.setItem(e, t), ne(e, t);
|
|
40
|
-
},
|
|
40
|
+
}, Ie = (e) => {
|
|
41
41
|
window.localStorage.removeItem(e), ne(e, null);
|
|
42
|
-
}, re = (e) => window.localStorage.getItem(e),
|
|
42
|
+
}, re = (e) => window.localStorage.getItem(e), $e = (e) => (window.addEventListener("storage", e), () => window.removeEventListener("storage", e));
|
|
43
43
|
function Nt({
|
|
44
44
|
key: e,
|
|
45
45
|
initialValue: r
|
|
46
46
|
}) {
|
|
47
|
-
const t = Se(
|
|
47
|
+
const t = Se($e, () => re(e)), a = M(
|
|
48
48
|
(n) => {
|
|
49
49
|
try {
|
|
50
50
|
const l = typeof n == "function" ? n(JSON.parse(t)) : n;
|
|
51
|
-
l == null ?
|
|
51
|
+
l == null ? Ie(e) : te(e, l);
|
|
52
52
|
} catch (l) {
|
|
53
53
|
console.warn(l);
|
|
54
54
|
}
|
|
@@ -59,7 +59,7 @@ function Nt({
|
|
|
59
59
|
}, [r, a]), c = M(() => {
|
|
60
60
|
a(null);
|
|
61
61
|
}, [a]);
|
|
62
|
-
return
|
|
62
|
+
return $(() => {
|
|
63
63
|
try {
|
|
64
64
|
re(e) === null && typeof r < "u" && te(e, r);
|
|
65
65
|
} catch (n) {
|
|
@@ -245,7 +245,7 @@ const _ = {
|
|
|
245
245
|
} catch (o) {
|
|
246
246
|
return console.error(o), { status: 500, data: [] };
|
|
247
247
|
}
|
|
248
|
-
},
|
|
248
|
+
}, At = async ({
|
|
249
249
|
accessToken: e,
|
|
250
250
|
name: r,
|
|
251
251
|
data: t,
|
|
@@ -263,19 +263,19 @@ const _ = {
|
|
|
263
263
|
});
|
|
264
264
|
};
|
|
265
265
|
/*!
|
|
266
|
-
@versini/ui-table v2.0.
|
|
266
|
+
@versini/ui-table v2.0.8
|
|
267
267
|
© 2024 gizmette.com
|
|
268
268
|
*/
|
|
269
269
|
try {
|
|
270
270
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
271
|
-
version: "2.0.
|
|
272
|
-
buildTime: "12/
|
|
271
|
+
version: "2.0.8",
|
|
272
|
+
buildTime: "12/31/2024 09:02 AM EST",
|
|
273
273
|
homepage: "https://github.com/aversini/ui-components",
|
|
274
274
|
license: "MIT"
|
|
275
275
|
});
|
|
276
276
|
} catch {
|
|
277
277
|
}
|
|
278
|
-
const
|
|
278
|
+
const F = "thead", Q = "tfoot", T = "tbody", O = {
|
|
279
279
|
ASC: "asc",
|
|
280
280
|
DESC: "desc"
|
|
281
281
|
}, Be = ({
|
|
@@ -339,7 +339,7 @@ const P = "thead", Q = "tfoot", T = "tbody", O = {
|
|
|
339
339
|
mode: e,
|
|
340
340
|
className: r,
|
|
341
341
|
cellWrapper: t
|
|
342
|
-
}) => t ===
|
|
342
|
+
}) => t === F || t === Q ? i(
|
|
343
343
|
{
|
|
344
344
|
"bg-table-head-dark": e === "dark",
|
|
345
345
|
"bg-table-head-light": e === "light",
|
|
@@ -371,30 +371,30 @@ const P = "thead", Q = "tfoot", T = "tbody", O = {
|
|
|
371
371
|
"text-copy-dark": a === "light",
|
|
372
372
|
"text-copy-light dark:text-copy-dark": a === "system",
|
|
373
373
|
"text-copy-dark dark:text-copy-light": a === "alt-system",
|
|
374
|
-
"px-4 py-3": !t && (e ===
|
|
374
|
+
"px-4 py-3": !t && (e === F || e === Q),
|
|
375
375
|
"p-4": !t && e === T,
|
|
376
376
|
"px-2 py-1.5": t
|
|
377
377
|
},
|
|
378
378
|
r
|
|
379
379
|
), Oe = ({
|
|
380
380
|
buttonClassName: e
|
|
381
|
-
}) => i("rounded-none text-sm", e), ae = "av-button", le = "icon", Me = "button", Ue = "link",
|
|
381
|
+
}) => i("rounded-none text-sm", e), ae = "av-button", le = "icon", Me = "button", Ue = "link", Fe = ({
|
|
382
382
|
type: e,
|
|
383
383
|
size: r,
|
|
384
384
|
labelRight: t,
|
|
385
385
|
labelLeft: a,
|
|
386
386
|
align: o
|
|
387
387
|
}) => {
|
|
388
|
-
const c = "text-sm font-medium max-h-8 py-0", n = "text-base font-medium max-h-9 py-1", l = "text-lg font-medium max-h-12 py-2";
|
|
388
|
+
const c = "text-sm font-medium max-h-8 py-0 px-2", n = "text-base font-medium max-h-9 py-1 px-3", l = "text-lg font-medium max-h-12 py-2 px-4";
|
|
389
389
|
switch (e) {
|
|
390
390
|
case Me:
|
|
391
|
-
return i(
|
|
391
|
+
return i({
|
|
392
392
|
[c]: r === "small",
|
|
393
393
|
[n]: r === "medium",
|
|
394
394
|
[l]: r === "large"
|
|
395
395
|
});
|
|
396
396
|
case Ue:
|
|
397
|
-
return i("
|
|
397
|
+
return i("text-center", {
|
|
398
398
|
[c]: r === "small",
|
|
399
399
|
[n]: r === "medium",
|
|
400
400
|
[l]: r === "large"
|
|
@@ -405,14 +405,14 @@ const P = "thead", Q = "tfoot", T = "tbody", O = {
|
|
|
405
405
|
"justify-start": o === "left",
|
|
406
406
|
"justify-end": o === "right",
|
|
407
407
|
"h-6 w-6 p-0": r === "small" && !(t || a),
|
|
408
|
-
"h-6 px-
|
|
408
|
+
"h-6 px-2 text-sm font-medium": r === "small" && (t || a),
|
|
409
409
|
"h-8 w-8 p-1": r === "medium" && !(t || a),
|
|
410
|
-
"h-8 px-
|
|
410
|
+
"h-8 px-3 text-base font-medium": r === "medium" && (t || a),
|
|
411
411
|
"h-12 w-12 p-2": r === "large" && !(t || a),
|
|
412
412
|
"h-12 px-4 text-lg font-medium": r === "large" && (t || a)
|
|
413
413
|
});
|
|
414
414
|
}
|
|
415
|
-
},
|
|
415
|
+
}, Pe = ({
|
|
416
416
|
mode: e,
|
|
417
417
|
noBackground: r,
|
|
418
418
|
noTruncate: t,
|
|
@@ -600,14 +600,20 @@ const P = "thead", Q = "tfoot", T = "tbody", O = {
|
|
|
600
600
|
radius: w
|
|
601
601
|
}) => (h || (h = "primary"), t ? i(ae, r) : i(
|
|
602
602
|
ae,
|
|
603
|
-
|
|
603
|
+
Pe({
|
|
604
604
|
mode: a,
|
|
605
605
|
variant: h,
|
|
606
606
|
noBackground: g,
|
|
607
607
|
noTruncate: b,
|
|
608
608
|
radius: w
|
|
609
609
|
}),
|
|
610
|
-
|
|
610
|
+
Fe({
|
|
611
|
+
type: e,
|
|
612
|
+
size: l,
|
|
613
|
+
labelRight: u,
|
|
614
|
+
labelLeft: m,
|
|
615
|
+
align: p
|
|
616
|
+
}),
|
|
611
617
|
We({ mode: a, variant: h, noBorder: d }),
|
|
612
618
|
je({ focusMode: o }),
|
|
613
619
|
Ge({ mode: a, variant: h, disabled: c }),
|
|
@@ -635,13 +641,13 @@ const P = "thead", Q = "tfoot", T = "tbody", O = {
|
|
|
635
641
|
});
|
|
636
642
|
se.displayName = "BaseButton";
|
|
637
643
|
/*!
|
|
638
|
-
@versini/ui-button v3.0
|
|
644
|
+
@versini/ui-button v3.2.0
|
|
639
645
|
© 2024 gizmette.com
|
|
640
646
|
*/
|
|
641
647
|
try {
|
|
642
648
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
643
|
-
version: "3.0
|
|
644
|
-
buildTime: "12/
|
|
649
|
+
version: "3.2.0",
|
|
650
|
+
buildTime: "12/31/2024 09:01 AM EST",
|
|
645
651
|
homepage: "https://github.com/aversini/ui-components",
|
|
646
652
|
license: "MIT"
|
|
647
653
|
});
|
|
@@ -669,7 +675,7 @@ const de = U.forwardRef(
|
|
|
669
675
|
radius: B = "large",
|
|
670
676
|
...H
|
|
671
677
|
}, z) => {
|
|
672
|
-
const
|
|
678
|
+
const P = qe({
|
|
673
679
|
type: le,
|
|
674
680
|
mode: t,
|
|
675
681
|
focusMode: a,
|
|
@@ -710,7 +716,7 @@ const de = U.forwardRef(
|
|
|
710
716
|
se,
|
|
711
717
|
{
|
|
712
718
|
ref: z,
|
|
713
|
-
className:
|
|
719
|
+
className: P,
|
|
714
720
|
disabled: r,
|
|
715
721
|
type: n,
|
|
716
722
|
"aria-label": u || m,
|
|
@@ -756,13 +762,13 @@ const X = ({
|
|
|
756
762
|
] });
|
|
757
763
|
};
|
|
758
764
|
/*!
|
|
759
|
-
@versini/ui-svgicon v3.0.
|
|
765
|
+
@versini/ui-svgicon v3.0.2
|
|
760
766
|
© 2024 gizmette.com
|
|
761
767
|
*/
|
|
762
768
|
try {
|
|
763
769
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
764
|
-
version: "3.0.
|
|
765
|
-
buildTime: "12/
|
|
770
|
+
version: "3.0.2",
|
|
771
|
+
buildTime: "12/31/2024 09:01 AM EST",
|
|
766
772
|
homepage: "https://github.com/aversini/ui-components",
|
|
767
773
|
license: "MIT"
|
|
768
774
|
});
|
|
@@ -848,13 +854,13 @@ const Qe = ({
|
|
|
848
854
|
}
|
|
849
855
|
);
|
|
850
856
|
/*!
|
|
851
|
-
@versini/ui-icons v3.0.
|
|
857
|
+
@versini/ui-icons v3.0.2
|
|
852
858
|
© 2024 gizmette.com
|
|
853
859
|
*/
|
|
854
860
|
try {
|
|
855
861
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
856
|
-
version: "3.0.
|
|
857
|
-
buildTime: "12/
|
|
862
|
+
version: "3.0.2",
|
|
863
|
+
buildTime: "12/31/2024 09:01 AM EST",
|
|
858
864
|
homepage: "https://github.com/aversini/ui-components",
|
|
859
865
|
license: "MIT"
|
|
860
866
|
});
|
|
@@ -866,7 +872,7 @@ const N = U.createContext({
|
|
|
866
872
|
stickyHeader: !1,
|
|
867
873
|
stickyFooter: !1,
|
|
868
874
|
compact: !1
|
|
869
|
-
}),
|
|
875
|
+
}), It = ({
|
|
870
876
|
children: e,
|
|
871
877
|
mode: r = "system",
|
|
872
878
|
caption: t,
|
|
@@ -905,13 +911,13 @@ const N = U.createContext({
|
|
|
905
911
|
)
|
|
906
912
|
}
|
|
907
913
|
);
|
|
908
|
-
},
|
|
914
|
+
}, $t = ({
|
|
909
915
|
children: e,
|
|
910
916
|
className: r,
|
|
911
917
|
...t
|
|
912
918
|
}) => {
|
|
913
919
|
const a = R(N);
|
|
914
|
-
a.cellWrapper =
|
|
920
|
+
a.cellWrapper = F;
|
|
915
921
|
const o = He({
|
|
916
922
|
className: r,
|
|
917
923
|
mode: a.mode,
|
|
@@ -951,7 +957,7 @@ const N = U.createContext({
|
|
|
951
957
|
className: t,
|
|
952
958
|
...a
|
|
953
959
|
}) => {
|
|
954
|
-
const o = R(N), c = r || (o.cellWrapper ===
|
|
960
|
+
const o = R(N), c = r || (o.cellWrapper === F ? "th" : "td"), n = Ve({
|
|
955
961
|
cellWrapper: o.cellWrapper,
|
|
956
962
|
className: t,
|
|
957
963
|
mode: o.mode,
|
|
@@ -1000,13 +1006,13 @@ const N = U.createContext({
|
|
|
1000
1006
|
);
|
|
1001
1007
|
};
|
|
1002
1008
|
/*!
|
|
1003
|
-
@versini/ui-textarea v2.0.
|
|
1009
|
+
@versini/ui-textarea v2.0.5
|
|
1004
1010
|
© 2024 gizmette.com
|
|
1005
1011
|
*/
|
|
1006
1012
|
try {
|
|
1007
1013
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
1008
|
-
version: "2.0.
|
|
1009
|
-
buildTime: "12/30/2024
|
|
1014
|
+
version: "2.0.5",
|
|
1015
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
1010
1016
|
homepage: "https://github.com/aversini/ui-components",
|
|
1011
1017
|
license: "MIT"
|
|
1012
1018
|
});
|
|
@@ -1015,7 +1021,7 @@ try {
|
|
|
1015
1021
|
const ue = "av-text-area", Ze = "av-text-area-wrapper", J = "av-text-area-helper-text", et = "av-text-area__control--right";
|
|
1016
1022
|
function tt() {
|
|
1017
1023
|
const e = k(!1);
|
|
1018
|
-
return
|
|
1024
|
+
return $(() => (e.current = !0, () => {
|
|
1019
1025
|
e.current = !1;
|
|
1020
1026
|
}), []), M(() => e.current, []);
|
|
1021
1027
|
}
|
|
@@ -1038,13 +1044,13 @@ const at = {
|
|
|
1038
1044
|
right: 0
|
|
1039
1045
|
};
|
|
1040
1046
|
function ot(e) {
|
|
1041
|
-
const r = tt(), t = k(0), a = k(null), [o, c] =
|
|
1047
|
+
const r = tt(), t = k(0), a = k(null), [o, c] = I(at), n = ie(() => typeof ResizeObserver > "u" ? null : new ResizeObserver((l) => {
|
|
1042
1048
|
const d = l[0];
|
|
1043
1049
|
d && (cancelAnimationFrame(t.current), t.current = requestAnimationFrame(() => {
|
|
1044
1050
|
a.current && r() && c(d.contentRect);
|
|
1045
1051
|
}));
|
|
1046
1052
|
}), [r]);
|
|
1047
|
-
return
|
|
1053
|
+
return $(() => (a.current && (n == null || n.observe(a.current, e)), () => {
|
|
1048
1054
|
n == null || n.disconnect(), t.current && cancelAnimationFrame(t.current);
|
|
1049
1055
|
}), [n, e]), [a, o];
|
|
1050
1056
|
}
|
|
@@ -1056,12 +1062,12 @@ function it({
|
|
|
1056
1062
|
},
|
|
1057
1063
|
initialControlledDelay: o = 0
|
|
1058
1064
|
}) {
|
|
1059
|
-
const [c, n] =
|
|
1065
|
+
const [c, n] = I(!1), [l, d] = I(
|
|
1060
1066
|
r !== void 0 ? r : t
|
|
1061
1067
|
), u = (m) => {
|
|
1062
1068
|
d(m), a == null || a(m);
|
|
1063
1069
|
};
|
|
1064
|
-
return
|
|
1070
|
+
return $(() => {
|
|
1065
1071
|
(async () => e !== void 0 && !c && o > 0 && (await new Promise(
|
|
1066
1072
|
(m) => setTimeout(m, o)
|
|
1067
1073
|
), n(!0)))();
|
|
@@ -1159,11 +1165,11 @@ function ut({
|
|
|
1159
1165
|
visible: l,
|
|
1160
1166
|
...d
|
|
1161
1167
|
}) {
|
|
1162
|
-
const u = k(null), m = k(null), [g, h] =
|
|
1168
|
+
const u = k(null), m = k(null), [g, h] = Ae(lt, {
|
|
1163
1169
|
announcement: null
|
|
1164
1170
|
});
|
|
1165
1171
|
let b = t;
|
|
1166
|
-
typeof b > "u" && (b = a ? ct[a] : "assertive"),
|
|
1172
|
+
typeof b > "u" && (b = a ? ct[a] : "assertive"), $(() => {
|
|
1167
1173
|
dt({
|
|
1168
1174
|
announcementTimeoutRef: u,
|
|
1169
1175
|
announcementDelay: o,
|
|
@@ -1194,13 +1200,13 @@ function ut({
|
|
|
1194
1200
|
);
|
|
1195
1201
|
}
|
|
1196
1202
|
/*!
|
|
1197
|
-
@versini/ui-liveregion v1.2.
|
|
1203
|
+
@versini/ui-liveregion v1.2.7
|
|
1198
1204
|
© 2024 gizmette.com
|
|
1199
1205
|
*/
|
|
1200
1206
|
try {
|
|
1201
1207
|
window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
|
|
1202
|
-
version: "1.2.
|
|
1203
|
-
buildTime: "12/30/2024
|
|
1208
|
+
version: "1.2.7",
|
|
1209
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
1204
1210
|
homepage: "https://github.com/aversini/ui-components",
|
|
1205
1211
|
license: "MIT"
|
|
1206
1212
|
});
|
|
@@ -1363,9 +1369,9 @@ const mt = () => "rounded-md text-base h-20 min-h-[80px] resize-none overflow-hi
|
|
|
1363
1369
|
onChange: B,
|
|
1364
1370
|
onFocus: H,
|
|
1365
1371
|
onBlur: z,
|
|
1366
|
-
...
|
|
1372
|
+
...P
|
|
1367
1373
|
}, G) => {
|
|
1368
|
-
const f = k(null), ge = rt([G, f]), [be, L] = ot(), D = k(80), Y = k(-25), C = k(null), K = k(30), W = k(null),
|
|
1374
|
+
const f = k(null), ge = rt([G, f]), [be, L] = ot(), D = k(80), Y = k(-25), C = k(null), K = k(30), W = k(null), A = nt({ id: e, prefix: `${ue}-` }), [pe, ye] = I(0), [fe, Z] = I(
|
|
1369
1375
|
!!(!w && p)
|
|
1370
1376
|
), ke = `${r} error, ${p}`, E = ft({
|
|
1371
1377
|
className: c,
|
|
@@ -1427,7 +1433,7 @@ const mt = () => "rounded-md text-base h-20 min-h-[80px] resize-none overflow-hi
|
|
|
1427
1433
|
/* @__PURE__ */ s(
|
|
1428
1434
|
"label",
|
|
1429
1435
|
{
|
|
1430
|
-
htmlFor:
|
|
1436
|
+
htmlFor: A,
|
|
1431
1437
|
id: b,
|
|
1432
1438
|
className: E.accessibleLabel,
|
|
1433
1439
|
children: t
|
|
@@ -1437,20 +1443,20 @@ const mt = () => "rounded-md text-base h-20 min-h-[80px] resize-none overflow-hi
|
|
|
1437
1443
|
"textarea",
|
|
1438
1444
|
{
|
|
1439
1445
|
ref: ge,
|
|
1440
|
-
id:
|
|
1446
|
+
id: A,
|
|
1441
1447
|
name: r,
|
|
1442
1448
|
disabled: g,
|
|
1443
1449
|
placeholder: o ? void 0 : " ",
|
|
1444
1450
|
className: E.textArea,
|
|
1445
1451
|
rows: 1,
|
|
1446
|
-
...p && { "aria-describedby": `${
|
|
1452
|
+
...p && { "aria-describedby": `${A}-helper` },
|
|
1447
1453
|
...a && { "aria-invalid": "true" },
|
|
1448
1454
|
...S && !o && { style: { paddingRight: pe } },
|
|
1449
1455
|
value: v,
|
|
1450
1456
|
onChange: _e,
|
|
1451
1457
|
onFocus: xe,
|
|
1452
1458
|
onBlur: we,
|
|
1453
|
-
...
|
|
1459
|
+
...P
|
|
1454
1460
|
}
|
|
1455
1461
|
),
|
|
1456
1462
|
!o && /* @__PURE__ */ s(
|
|
@@ -1458,7 +1464,7 @@ const mt = () => "rounded-md text-base h-20 min-h-[80px] resize-none overflow-hi
|
|
|
1458
1464
|
{
|
|
1459
1465
|
ref: C,
|
|
1460
1466
|
"aria-hidden": !0,
|
|
1461
|
-
htmlFor:
|
|
1467
|
+
htmlFor: A,
|
|
1462
1468
|
className: E.visibleLabel,
|
|
1463
1469
|
children: t
|
|
1464
1470
|
}
|
|
@@ -1467,7 +1473,7 @@ const mt = () => "rounded-md text-base h-20 min-h-[80px] resize-none overflow-hi
|
|
|
1467
1473
|
"div",
|
|
1468
1474
|
{
|
|
1469
1475
|
ref: W,
|
|
1470
|
-
id: `${
|
|
1476
|
+
id: `${A}-helper`,
|
|
1471
1477
|
className: E.helperText,
|
|
1472
1478
|
children: p
|
|
1473
1479
|
}
|
|
@@ -1490,14 +1496,14 @@ export {
|
|
|
1490
1496
|
vt as Le,
|
|
1491
1497
|
St as SERVICE_TYPES,
|
|
1492
1498
|
zt as be,
|
|
1493
|
-
|
|
1499
|
+
It as ce,
|
|
1494
1500
|
O as f,
|
|
1495
1501
|
Bt as ge,
|
|
1496
1502
|
Tt as h,
|
|
1497
1503
|
Ht as he,
|
|
1498
1504
|
Rt as ne,
|
|
1499
1505
|
Ke as oe,
|
|
1500
|
-
|
|
1501
|
-
|
|
1506
|
+
At as restCall,
|
|
1507
|
+
$t as se,
|
|
1502
1508
|
Ct as serviceCall
|
|
1503
1509
|
};
|
|
@@ -2085,16 +2085,16 @@ const Ho = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
2085
2085
|
labelLeft: a,
|
|
2086
2086
|
align: n
|
|
2087
2087
|
}) => {
|
|
2088
|
-
const o = "text-sm font-medium max-h-8 py-0", s = "text-base font-medium max-h-9 py-1", i = "text-lg font-medium max-h-12 py-2";
|
|
2088
|
+
const o = "text-sm font-medium max-h-8 py-0 px-2", s = "text-base font-medium max-h-9 py-1 px-3", i = "text-lg font-medium max-h-12 py-2 px-4";
|
|
2089
2089
|
switch (e) {
|
|
2090
2090
|
case Zt:
|
|
2091
|
-
return g(
|
|
2091
|
+
return g({
|
|
2092
2092
|
[o]: t === "small",
|
|
2093
2093
|
[s]: t === "medium",
|
|
2094
2094
|
[i]: t === "large"
|
|
2095
2095
|
});
|
|
2096
2096
|
case Xa:
|
|
2097
|
-
return g("
|
|
2097
|
+
return g("text-center", {
|
|
2098
2098
|
[o]: t === "small",
|
|
2099
2099
|
[s]: t === "medium",
|
|
2100
2100
|
[i]: t === "large"
|
|
@@ -2105,9 +2105,9 @@ const Ho = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
2105
2105
|
"justify-start": n === "left",
|
|
2106
2106
|
"justify-end": n === "right",
|
|
2107
2107
|
"h-6 w-6 p-0": t === "small" && !(r || a),
|
|
2108
|
-
"h-6 px-
|
|
2108
|
+
"h-6 px-2 text-sm font-medium": t === "small" && (r || a),
|
|
2109
2109
|
"h-8 w-8 p-1": t === "medium" && !(r || a),
|
|
2110
|
-
"h-8 px-
|
|
2110
|
+
"h-8 px-3 text-base font-medium": t === "medium" && (r || a),
|
|
2111
2111
|
"h-12 w-12 p-2": t === "large" && !(r || a),
|
|
2112
2112
|
"h-12 px-4 text-lg font-medium": t === "large" && (r || a)
|
|
2113
2113
|
});
|
|
@@ -2307,7 +2307,13 @@ const Ho = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
2307
2307
|
noTruncate: h,
|
|
2308
2308
|
radius: E
|
|
2309
2309
|
}),
|
|
2310
|
-
Qa({
|
|
2310
|
+
Qa({
|
|
2311
|
+
type: e,
|
|
2312
|
+
size: i,
|
|
2313
|
+
labelRight: m,
|
|
2314
|
+
labelLeft: p,
|
|
2315
|
+
align: f
|
|
2316
|
+
}),
|
|
2311
2317
|
rn({ mode: a, variant: c, noBorder: d }),
|
|
2312
2318
|
an({ focusMode: n }),
|
|
2313
2319
|
en({ mode: a, variant: c, disabled: o }),
|
|
@@ -2439,13 +2445,13 @@ const qe = P.forwardRef(
|
|
|
2439
2445
|
);
|
|
2440
2446
|
qe.displayName = "ButtonIcon";
|
|
2441
2447
|
/*!
|
|
2442
|
-
@versini/ui-button v3.0
|
|
2448
|
+
@versini/ui-button v3.2.0
|
|
2443
2449
|
© 2024 gizmette.com
|
|
2444
2450
|
*/
|
|
2445
2451
|
try {
|
|
2446
2452
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
2447
|
-
version: "3.0
|
|
2448
|
-
buildTime: "12/
|
|
2453
|
+
version: "3.2.0",
|
|
2454
|
+
buildTime: "12/31/2024 09:01 AM EST",
|
|
2449
2455
|
homepage: "https://github.com/aversini/ui-components",
|
|
2450
2456
|
license: "MIT"
|
|
2451
2457
|
});
|
|
@@ -2530,13 +2536,13 @@ const on = P.forwardRef(
|
|
|
2530
2536
|
);
|
|
2531
2537
|
on.displayName = "ButtonSort";
|
|
2532
2538
|
/*!
|
|
2533
|
-
@versini/ui-card v2.0.
|
|
2539
|
+
@versini/ui-card v2.0.5
|
|
2534
2540
|
© 2024 gizmette.com
|
|
2535
2541
|
*/
|
|
2536
2542
|
try {
|
|
2537
2543
|
window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
|
|
2538
|
-
version: "2.0.
|
|
2539
|
-
buildTime: "12/30/2024
|
|
2544
|
+
version: "2.0.5",
|
|
2545
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
2540
2546
|
homepage: "https://github.com/aversini/ui-components",
|
|
2541
2547
|
license: "MIT"
|
|
2542
2548
|
});
|
|
@@ -2673,13 +2679,13 @@ const dn = ({
|
|
|
2673
2679
|
] });
|
|
2674
2680
|
};
|
|
2675
2681
|
/*!
|
|
2676
|
-
@versini/ui-svgicon v3.0.
|
|
2682
|
+
@versini/ui-svgicon v3.0.2
|
|
2677
2683
|
© 2024 gizmette.com
|
|
2678
2684
|
*/
|
|
2679
2685
|
try {
|
|
2680
2686
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
2681
|
-
version: "3.0.
|
|
2682
|
-
buildTime: "12/30/2024
|
|
2687
|
+
version: "3.0.2",
|
|
2688
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
2683
2689
|
homepage: "https://github.com/aversini/ui-components",
|
|
2684
2690
|
license: "MIT"
|
|
2685
2691
|
});
|
|
@@ -2794,26 +2800,26 @@ const un = ({ className: e, viewBox: t, ...r }) => /* @__PURE__ */ l(
|
|
|
2794
2800
|
}
|
|
2795
2801
|
);
|
|
2796
2802
|
/*!
|
|
2797
|
-
@versini/ui-icons v3.0.
|
|
2803
|
+
@versini/ui-icons v3.0.2
|
|
2798
2804
|
© 2024 gizmette.com
|
|
2799
2805
|
*/
|
|
2800
2806
|
try {
|
|
2801
2807
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
2802
|
-
version: "3.0.
|
|
2803
|
-
buildTime: "12/30/2024
|
|
2808
|
+
version: "3.0.2",
|
|
2809
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
2804
2810
|
homepage: "https://github.com/aversini/ui-components",
|
|
2805
2811
|
license: "MIT"
|
|
2806
2812
|
});
|
|
2807
2813
|
} catch {
|
|
2808
2814
|
}
|
|
2809
2815
|
/*!
|
|
2810
|
-
@versini/ui-main v2.0.
|
|
2816
|
+
@versini/ui-main v2.0.5
|
|
2811
2817
|
© 2024 gizmette.com
|
|
2812
2818
|
*/
|
|
2813
2819
|
try {
|
|
2814
2820
|
window.__VERSINI_UI_MAIN__ || (window.__VERSINI_UI_MAIN__ = {
|
|
2815
|
-
version: "2.0.
|
|
2816
|
-
buildTime: "12/30/2024
|
|
2821
|
+
version: "2.0.5",
|
|
2822
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
2817
2823
|
homepage: "https://github.com/aversini/ui-components",
|
|
2818
2824
|
license: "MIT"
|
|
2819
2825
|
});
|
|
@@ -2973,13 +2979,13 @@ const gn = "av-main", yn = ({ children: e, className: t, raw: r = !1 }) => {
|
|
|
2973
2979
|
return /* @__PURE__ */ l("div", { className: i, style: s, ...a, children: e });
|
|
2974
2980
|
};
|
|
2975
2981
|
/*!
|
|
2976
|
-
@versini/ui-system v2.0.
|
|
2982
|
+
@versini/ui-system v2.0.6
|
|
2977
2983
|
© 2024 gizmette.com
|
|
2978
2984
|
*/
|
|
2979
2985
|
try {
|
|
2980
2986
|
window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
|
|
2981
|
-
version: "2.0.
|
|
2982
|
-
buildTime: "12/30/2024
|
|
2987
|
+
version: "2.0.6",
|
|
2988
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
2983
2989
|
homepage: "https://github.com/aversini/ui-components",
|
|
2984
2990
|
license: "MIT"
|
|
2985
2991
|
});
|
|
@@ -3140,13 +3146,13 @@ function nr({
|
|
|
3140
3146
|
);
|
|
3141
3147
|
}
|
|
3142
3148
|
/*!
|
|
3143
|
-
@versini/ui-liveregion v1.2.
|
|
3149
|
+
@versini/ui-liveregion v1.2.7
|
|
3144
3150
|
© 2024 gizmette.com
|
|
3145
3151
|
*/
|
|
3146
3152
|
try {
|
|
3147
3153
|
window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
|
|
3148
|
-
version: "1.2.
|
|
3149
|
-
buildTime: "12/30/2024
|
|
3154
|
+
version: "1.2.7",
|
|
3155
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
3150
3156
|
homepage: "https://github.com/aversini/ui-components",
|
|
3151
3157
|
license: "MIT"
|
|
3152
3158
|
});
|
|
@@ -3488,13 +3494,13 @@ const Ln = 500, Mn = 5e3, $n = 2e4, or = P.forwardRef(
|
|
|
3488
3494
|
);
|
|
3489
3495
|
or.displayName = "TextInputMask";
|
|
3490
3496
|
/*!
|
|
3491
|
-
@versini/ui-textinput v2.0.
|
|
3497
|
+
@versini/ui-textinput v2.0.5
|
|
3492
3498
|
© 2024 gizmette.com
|
|
3493
3499
|
*/
|
|
3494
3500
|
try {
|
|
3495
3501
|
window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
|
|
3496
|
-
version: "2.0.
|
|
3497
|
-
buildTime: "12/30/2024
|
|
3502
|
+
version: "2.0.5",
|
|
3503
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
3498
3504
|
homepage: "https://github.com/aversini/ui-components",
|
|
3499
3505
|
license: "MIT"
|
|
3500
3506
|
});
|
|
@@ -3543,13 +3549,13 @@ const Un = "ASK! ME! ANYTHING!", sr = "LeeLou", Kn = "gizmette.com", Hn = "Log i
|
|
|
3543
3549
|
}
|
|
3544
3550
|
};
|
|
3545
3551
|
/*!
|
|
3546
|
-
@versini/ui-footer v2.0.
|
|
3552
|
+
@versini/ui-footer v2.0.5
|
|
3547
3553
|
© 2024 gizmette.com
|
|
3548
3554
|
*/
|
|
3549
3555
|
try {
|
|
3550
3556
|
window.__VERSINI_UI_FOOTER__ || (window.__VERSINI_UI_FOOTER__ = {
|
|
3551
|
-
version: "2.0.
|
|
3552
|
-
buildTime: "12/30/2024
|
|
3557
|
+
version: "2.0.5",
|
|
3558
|
+
buildTime: "12/30/2024 07:48 PM EST",
|
|
3553
3559
|
homepage: "https://github.com/aversini/ui-components",
|
|
3554
3560
|
license: "MIT"
|
|
3555
3561
|
});
|
|
@@ -3617,7 +3623,7 @@ const Jn = "av-footer", Vn = ({
|
|
|
3617
3623
|
row1: /* @__PURE__ */ I("div", { children: [
|
|
3618
3624
|
sr,
|
|
3619
3625
|
" v",
|
|
3620
|
-
"5.11.
|
|
3626
|
+
"5.11.4",
|
|
3621
3627
|
" - ",
|
|
3622
3628
|
Bn,
|
|
3623
3629
|
t && t.engine,
|
|
@@ -3634,7 +3640,7 @@ const Jn = "av-footer", Vn = ({
|
|
|
3634
3640
|
}, Fn = At(
|
|
3635
3641
|
() => import(
|
|
3636
3642
|
/* webpackChunkName: "LazyHeader" */
|
|
3637
|
-
"./LazyHeader.
|
|
3643
|
+
"./LazyHeader.CCjVT4z8.js"
|
|
3638
3644
|
)
|
|
3639
3645
|
), jn = () => {
|
|
3640
3646
|
const { isAuthenticated: e } = tt();
|
|
@@ -3746,7 +3752,7 @@ const Jn = "av-footer", Vn = ({
|
|
|
3746
3752
|
}, Xn = new URL(document.location.href).searchParams, Qn = !!Xn.get("debug") || !1, Zn = At(
|
|
3747
3753
|
() => import(
|
|
3748
3754
|
/* webpackChunkName: "LazyApp" */
|
|
3749
|
-
"./LazyApp.
|
|
3755
|
+
"./LazyApp.nhzP-Nbc.js"
|
|
3750
3756
|
).then((e) => e.LazyApp)
|
|
3751
3757
|
), eo = ({ isComponent: e }) => {
|
|
3752
3758
|
const { isAuthenticated: t } = tt();
|