@versini/sassysaint 8.101.0 → 8.101.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.CVySsRJL.js → AboutChangelog.C5rvGqn_.js} +3 -3
- package/dist/chunks/{AboutEntry.C1p3cZGX.js → AboutEntry.DO5Ui-w0.js} +5 -5
- package/dist/chunks/{App.FDXS1dWr.js → App.RV-mmua0.js} +3627 -3504
- package/dist/chunks/{Chart.D8hc7jQz.js → Chart.D_A0uZlT.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DgzNZWXj.js → ChatBubbleAssistant.DFHmwXZw.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.CgAXoPL3.js → ChatBubbleUser.G4d3d6Mb.js} +6 -6
- package/dist/chunks/{ChatHistoryTable.DleRijpp.js → ChatHistoryTable.DZub8IvT.js} +3 -3
- package/dist/chunks/{HistoryEntry.QXTx_1NF.js → HistoryEntry.80oOvElL.js} +3 -3
- package/dist/chunks/{MemoriesEntry.CY-llB2n.js → MemoriesEntry.BiYxLEvt.js} +4 -4
- package/dist/chunks/{ProfileEntry.D1t4NNjj.js → ProfileEntry.CPW8ArvZ.js} +2 -2
- package/dist/chunks/{SettingsEntry.DPFXL5XW.js → SettingsEntry.Cg8S7183.js} +3 -3
- package/dist/chunks/{Table.Ut5gRB0r.js → Table.4xIKM_Pq.js} +4 -4
- package/dist/chunks/{UsageEntry.CJN9T5eq.js → UsageEntry.ffEEL78E.js} +3 -3
- package/dist/chunks/{index.Bm6nq0Gp.js → index.B_ICfOQl.js} +2 -2
- package/dist/chunks/{index.CC5igXkB.js → index.CAjI1A8f.js} +1 -1
- package/dist/chunks/{index.gjQkJBf-.js → index.CE9kDkU7.js} +1 -1
- package/dist/chunks/{index.Dvzk0ceM.js → index.CaIG7RGp.js} +728 -809
- package/dist/chunks/{index.DNyB0dBi.js → index.Cu1_r5cX.js} +4 -4
- package/dist/chunks/{index.C7XLM9KR.js → index.DACnc3cK.js} +4 -4
- package/dist/chunks/{index.BsZ9ZCrk.js → index.Hrh30p0t.js} +1 -1
- package/dist/chunks/{index.CEY_eB-I.js → index.pOiqDmOT.js} +3 -3
- package/dist/chunks/{useMarkdown.BopS_qSS.js → useMarkdown.Wp7doGVP.js} +9 -9
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as l, jsxs as E, Fragment as Kr } from "react/jsx-runtime";
|
|
2
2
|
import * as Y from "react";
|
|
3
|
-
import re, { createContext as Gt, useReducer as Vr, useCallback as
|
|
4
|
-
import
|
|
3
|
+
import re, { createContext as Gt, useReducer as Vr, useCallback as N, useRef as B, useEffect as O, useSyncExternalStore as Gr, useContext as ze, useState as Z, useMemo as Be, useId as rn, useLayoutEffect as st, Suspense as sn, lazy as nn } from "react";
|
|
4
|
+
import m from "clsx";
|
|
5
5
|
let an = "standard";
|
|
6
|
-
var
|
|
7
|
-
let
|
|
6
|
+
var k, U = ((k = {})[k.NewChat = 0] = "NewChat", k[k.Prompts = 1] = "Prompts", k[k.Attachment = 2] = "Attachment", k[k.PrivateChat = 3] = "PrivateChat", k[k.Reasoning = 4] = "Reasoning", k[k.Send = 5] = "Send", k[k.Header = 6] = "Header", k[k.Provider = 7] = "Provider", k[k.Logo = 8] = "Logo", k[k.Placeholder = 9] = "Placeholder", k[k.Footer = 10] = "Footer", k);
|
|
7
|
+
let _c = "user", Ac = "assistant", ft = "OpenAI", zt = "Anthropic", qt = "Google", on = "Perplexity", cn = ft, ln = [ft, zt, qt], zr = "gpt-5.2", qr = "gpt-5-mini", Wr = "gpt-5-nano", jr = "gpt-4.1-nano", Qr = "claude-haiku-4-5", Yr = "claude-sonnet-4-5", Jr = "gemini-2.5-flash", Xr = "gemini-3-pro-preview", Zr = "sonar", es = "sonar-pro", Rc = { [zr]: "GPT-5.2", [qr]: "GPT-5 Mini", [Wr]: "GPT-5 Nano", [jr]: "GPT-4.1 Nano", [Qr]: "Claude Haiku 4.5", [Yr]: "Claude Sonnet 4.5", [Jr]: "Gemini 2.5 Flash", [Xr]: "Gemini 3 Pro", [Zr]: "Sonar", [es]: "Sonar Pro" }, ts = { [ft]: [jr, zr, qr, Wr], [zt]: [Qr, Yr], [qt]: [Jr, Xr], [on]: [Zr, es] }, Oc = "x-diggidy-chat-id", Cc = "timestamp", kc = "tokenUsage", L = "Diggidy", Pc = { TOOL: { MEMORIES: "getUserMemories" }, ADDON: { ATTACHMENTS: "addon:attachments", REASONING: "addon:reasoning" } }, Mc = (e) => {
|
|
8
8
|
if (!e || e.length === 0) return [];
|
|
9
9
|
let t = /* @__PURE__ */ new Set();
|
|
10
10
|
for (let r of e) for (let [s, n] of Object.entries(ts)) n.includes(r) && (s === ft || s === zt || s === qt) && t.add(s);
|
|
@@ -17,37 +17,37 @@ let Ac = "user", Rc = "assistant", ft = "OpenAI", zt = "Anthropic", qt = "Google
|
|
|
17
17
|
break;
|
|
18
18
|
}
|
|
19
19
|
return t;
|
|
20
|
-
},
|
|
20
|
+
}, Nc = (e) => {
|
|
21
21
|
for (let t of un(e).values()) if (t.length > 1) return !0;
|
|
22
22
|
return !1;
|
|
23
|
-
},
|
|
23
|
+
}, xc = (e, t) => !!e && !!t && t.length !== 0 && t.includes(e);
|
|
24
24
|
function dn(e, t, r) {
|
|
25
25
|
if (!t || Array.isArray(t) && t.length === 0) return !0;
|
|
26
26
|
let s = e instanceof Set ? e : e ? new Set(e) : null;
|
|
27
27
|
return !!s && s.size !== 0 && (typeof t == "string" ? s.has(t) : r?.any === !0 ? t.some((n) => s.has(n)) : t.every((n) => s.has(n)));
|
|
28
28
|
}
|
|
29
|
-
var
|
|
29
|
+
var Lc = "subtle";
|
|
30
30
|
const hn = {
|
|
31
|
-
[
|
|
32
|
-
[
|
|
33
|
-
[
|
|
34
|
-
[
|
|
35
|
-
[
|
|
36
|
-
[
|
|
37
|
-
[
|
|
38
|
-
[
|
|
39
|
-
[
|
|
31
|
+
[U.NewChat]: "fill-[#7A9BC4]",
|
|
32
|
+
[U.Prompts]: "fill-[#B8A4D5]",
|
|
33
|
+
[U.Attachment]: "fill-[#D4B896]",
|
|
34
|
+
[U.PrivateChat]: "fill-[#DA8787]",
|
|
35
|
+
[U.Reasoning]: "fill-[#87BBA2]",
|
|
36
|
+
[U.Send]: "fill-[#A8B5D4]",
|
|
37
|
+
[U.Header]: "text-copy-medium",
|
|
38
|
+
[U.Provider]: "fill-copy-medium",
|
|
39
|
+
[U.Placeholder]: "placeholder:text-copy-medium/70"
|
|
40
40
|
}, fn = {
|
|
41
|
-
[
|
|
42
|
-
[
|
|
43
|
-
[
|
|
44
|
-
[
|
|
45
|
-
[
|
|
46
|
-
[
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
50
|
-
[
|
|
41
|
+
[U.NewChat]: "fill-[#91BBED] dark:fill-[#7A9BC4]",
|
|
42
|
+
[U.Prompts]: "fill-[#B89FDC] dark:fill-[#B8A4D5]",
|
|
43
|
+
[U.Attachment]: "fill-[#D7B286] dark:fill-[#D4B896]",
|
|
44
|
+
[U.PrivateChat]: "fill-[#DA8787] dark:fill-[#DA8787]",
|
|
45
|
+
[U.Reasoning]: "fill-[#86D0AC] dark:fill-[#87BBA2]",
|
|
46
|
+
[U.Send]: "fill-[#B3C5F0] dark:fill-[#A8B5D4]",
|
|
47
|
+
[U.Header]: "text-copy-medium",
|
|
48
|
+
[U.Provider]: "fill-copy-medium",
|
|
49
|
+
[U.Placeholder]: "placeholder:text-copy-medium dark:placeholder:text-copy-medium/70",
|
|
50
|
+
[U.Footer]: "text-copy-dark dark:text-slate-400"
|
|
51
51
|
};
|
|
52
52
|
var De = class {
|
|
53
53
|
constructor() {
|
|
@@ -80,7 +80,7 @@ var De = class {
|
|
|
80
80
|
clearTimeout: (e) => clearTimeout(e),
|
|
81
81
|
setInterval: (e, t) => setInterval(e, t),
|
|
82
82
|
clearInterval: (e) => clearInterval(e)
|
|
83
|
-
},
|
|
83
|
+
}, yn = class {
|
|
84
84
|
// We cannot have TimeoutManager<T> as we must instantiate it with a concrete
|
|
85
85
|
// type at app boot; and if we leave that type, then any new timer provider
|
|
86
86
|
// would need to support ReturnType<typeof setTimeout>, which is infeasible.
|
|
@@ -107,8 +107,8 @@ var De = class {
|
|
|
107
107
|
clearInterval(e) {
|
|
108
108
|
this.#e.clearInterval(e);
|
|
109
109
|
}
|
|
110
|
-
}, Te = new
|
|
111
|
-
function
|
|
110
|
+
}, Te = new yn();
|
|
111
|
+
function mn(e) {
|
|
112
112
|
setTimeout(e, 0);
|
|
113
113
|
}
|
|
114
114
|
var ve = typeof window > "u" || "Deno" in globalThis;
|
|
@@ -321,7 +321,7 @@ function Dt() {
|
|
|
321
321
|
}), t(n);
|
|
322
322
|
}, r;
|
|
323
323
|
}
|
|
324
|
-
var vn =
|
|
324
|
+
var vn = mn;
|
|
325
325
|
function In() {
|
|
326
326
|
let e = [], t = 0, r = (o) => {
|
|
327
327
|
o();
|
|
@@ -381,7 +381,7 @@ function In() {
|
|
|
381
381
|
}
|
|
382
382
|
};
|
|
383
383
|
}
|
|
384
|
-
var
|
|
384
|
+
var F = In(), _n = class extends De {
|
|
385
385
|
#e = !0;
|
|
386
386
|
#t;
|
|
387
387
|
#r;
|
|
@@ -445,7 +445,7 @@ function is(e) {
|
|
|
445
445
|
}, e.onPause?.();
|
|
446
446
|
}).then(() => {
|
|
447
447
|
s = void 0, a() || e.onContinue?.();
|
|
448
|
-
}),
|
|
448
|
+
}), y = () => {
|
|
449
449
|
if (a())
|
|
450
450
|
return;
|
|
451
451
|
let g;
|
|
@@ -458,13 +458,13 @@ function is(e) {
|
|
|
458
458
|
Promise.resolve(g).then(h).catch((b) => {
|
|
459
459
|
if (a())
|
|
460
460
|
return;
|
|
461
|
-
const x = e.retry ?? (ve ? 0 : 3),
|
|
462
|
-
if (t || !
|
|
461
|
+
const x = e.retry ?? (ve ? 0 : 3), A = e.retryDelay ?? An, J = typeof A == "function" ? A(r, b) : A, P = x === !0 || typeof x == "number" && r < x || typeof x == "function" && x(r, b);
|
|
462
|
+
if (t || !P) {
|
|
463
463
|
u(b);
|
|
464
464
|
return;
|
|
465
465
|
}
|
|
466
466
|
r++, e.onFail?.(r, b), wn(J).then(() => f() ? void 0 : p()).then(() => {
|
|
467
|
-
t ? u(b) :
|
|
467
|
+
t ? u(b) : y();
|
|
468
468
|
});
|
|
469
469
|
});
|
|
470
470
|
};
|
|
@@ -476,7 +476,7 @@ function is(e) {
|
|
|
476
476
|
cancelRetry: o,
|
|
477
477
|
continueRetry: c,
|
|
478
478
|
canStart: d,
|
|
479
|
-
start: () => (d() ?
|
|
479
|
+
start: () => (d() ? y() : p().then(y), n)
|
|
480
480
|
};
|
|
481
481
|
}
|
|
482
482
|
var os = class {
|
|
@@ -754,7 +754,7 @@ var os = class {
|
|
|
754
754
|
};
|
|
755
755
|
}
|
|
756
756
|
};
|
|
757
|
-
this.state = t(this.state),
|
|
757
|
+
this.state = t(this.state), F.batch(() => {
|
|
758
758
|
this.observers.forEach((r) => {
|
|
759
759
|
r.onQueryUpdate();
|
|
760
760
|
}), this.#r.notify({ query: this, type: "updated", action: e });
|
|
@@ -810,7 +810,7 @@ var On = class extends De {
|
|
|
810
810
|
#i;
|
|
811
811
|
#o;
|
|
812
812
|
#a;
|
|
813
|
-
#
|
|
813
|
+
#y;
|
|
814
814
|
#h;
|
|
815
815
|
// This property keeps track of the last query with defined data.
|
|
816
816
|
// It will be used to pass the previous data and query to the placeholder function between renders.
|
|
@@ -862,7 +862,7 @@ var On = class extends De {
|
|
|
862
862
|
r,
|
|
863
863
|
this.options,
|
|
864
864
|
t
|
|
865
|
-
) && this.#d(), this.updateResult(), s && (this.#t !== r || te(this.options.enabled, this.#t) !== te(t.enabled, this.#t) || we(this.options.staleTime, this.#t) !== we(t.staleTime, this.#t)) && this.#
|
|
865
|
+
) && this.#d(), this.updateResult(), s && (this.#t !== r || te(this.options.enabled, this.#t) !== te(t.enabled, this.#t) || we(this.options.staleTime, this.#t) !== we(t.staleTime, this.#t)) && this.#m();
|
|
866
866
|
const n = this.#g();
|
|
867
867
|
s && (this.#t !== r || te(this.options.enabled, this.#t) !== te(t.enabled, this.#t) || n !== this.#c) && this.#E(n);
|
|
868
868
|
}
|
|
@@ -911,7 +911,7 @@ var On = class extends De {
|
|
|
911
911
|
);
|
|
912
912
|
return e?.throwOnError || (t = t.catch(X)), t;
|
|
913
913
|
}
|
|
914
|
-
#
|
|
914
|
+
#m() {
|
|
915
915
|
this.#S();
|
|
916
916
|
const e = we(
|
|
917
917
|
this.options.staleTime,
|
|
@@ -933,7 +933,7 @@ var On = class extends De {
|
|
|
933
933
|
}, this.#c));
|
|
934
934
|
}
|
|
935
935
|
#w() {
|
|
936
|
-
this.#
|
|
936
|
+
this.#m(), this.#E(this.#g());
|
|
937
937
|
}
|
|
938
938
|
#S() {
|
|
939
939
|
this.#l && (Te.clearTimeout(this.#l), this.#l = void 0);
|
|
@@ -945,13 +945,13 @@ var On = class extends De {
|
|
|
945
945
|
const r = this.#t, s = this.options, n = this.#n, a = this.#s, i = this.#i, c = e !== r ? e.state : this.#r, { state: f } = e;
|
|
946
946
|
let d = { ...f }, h = !1, u;
|
|
947
947
|
if (t._optimisticResults) {
|
|
948
|
-
const I = this.hasListeners(), G = !I && dr(e, t),
|
|
949
|
-
(G ||
|
|
948
|
+
const I = this.hasListeners(), G = !I && dr(e, t), C = I && hr(e, r, t, s);
|
|
949
|
+
(G || C) && (d = {
|
|
950
950
|
...d,
|
|
951
951
|
...cs(f.data, e.options)
|
|
952
952
|
}), t._optimisticResults === "isRestoring" && (d.fetchStatus = "idle");
|
|
953
953
|
}
|
|
954
|
-
let { error: p, errorUpdatedAt:
|
|
954
|
+
let { error: p, errorUpdatedAt: y, status: g } = d;
|
|
955
955
|
u = d.data;
|
|
956
956
|
let S = !1;
|
|
957
957
|
if (t.placeholderData !== void 0 && u === void 0 && g === "pending") {
|
|
@@ -966,27 +966,27 @@ var On = class extends De {
|
|
|
966
966
|
), h = !0);
|
|
967
967
|
}
|
|
968
968
|
if (t.select && u !== void 0 && !S)
|
|
969
|
-
if (n && u === a?.data && t.select === this.#
|
|
969
|
+
if (n && u === a?.data && t.select === this.#y)
|
|
970
970
|
u = this.#h;
|
|
971
971
|
else
|
|
972
972
|
try {
|
|
973
|
-
this.#
|
|
973
|
+
this.#y = t.select, u = t.select(u), u = Lt(n?.data, u, t), this.#h = u, this.#a = null;
|
|
974
974
|
} catch (I) {
|
|
975
975
|
this.#a = I;
|
|
976
976
|
}
|
|
977
|
-
this.#a && (p = this.#a, u = this.#h,
|
|
978
|
-
const b = d.fetchStatus === "fetching", x = g === "pending",
|
|
977
|
+
this.#a && (p = this.#a, u = this.#h, y = Date.now(), g = "error");
|
|
978
|
+
const b = d.fetchStatus === "fetching", x = g === "pending", A = g === "error", J = x && b, P = u !== void 0, M = {
|
|
979
979
|
status: g,
|
|
980
980
|
fetchStatus: d.fetchStatus,
|
|
981
981
|
isPending: x,
|
|
982
982
|
isSuccess: g === "success",
|
|
983
|
-
isError:
|
|
983
|
+
isError: A,
|
|
984
984
|
isInitialLoading: J,
|
|
985
985
|
isLoading: J,
|
|
986
986
|
data: u,
|
|
987
987
|
dataUpdatedAt: d.dataUpdatedAt,
|
|
988
988
|
error: p,
|
|
989
|
-
errorUpdatedAt:
|
|
989
|
+
errorUpdatedAt: y,
|
|
990
990
|
failureCount: d.fetchFailureCount,
|
|
991
991
|
failureReason: d.fetchFailureReason,
|
|
992
992
|
errorUpdateCount: d.errorUpdateCount,
|
|
@@ -994,35 +994,35 @@ var On = class extends De {
|
|
|
994
994
|
isFetchedAfterMount: d.dataUpdateCount > c.dataUpdateCount || d.errorUpdateCount > c.errorUpdateCount,
|
|
995
995
|
isFetching: b,
|
|
996
996
|
isRefetching: b && !x,
|
|
997
|
-
isLoadingError:
|
|
997
|
+
isLoadingError: A && !P,
|
|
998
998
|
isPaused: d.fetchStatus === "paused",
|
|
999
999
|
isPlaceholderData: h,
|
|
1000
|
-
isRefetchError:
|
|
1000
|
+
isRefetchError: A && P,
|
|
1001
1001
|
isStale: Qt(e, t),
|
|
1002
1002
|
refetch: this.refetch,
|
|
1003
1003
|
promise: this.#o,
|
|
1004
1004
|
isEnabled: te(t.enabled, e) !== !1
|
|
1005
1005
|
};
|
|
1006
1006
|
if (this.options.experimental_prefetchInRender) {
|
|
1007
|
-
const I = (
|
|
1008
|
-
|
|
1007
|
+
const I = (R) => {
|
|
1008
|
+
M.status === "error" ? R.reject(M.error) : M.data !== void 0 && R.resolve(M.data);
|
|
1009
1009
|
}, G = () => {
|
|
1010
|
-
const
|
|
1011
|
-
I(
|
|
1012
|
-
},
|
|
1013
|
-
switch (
|
|
1010
|
+
const R = this.#o = M.promise = Dt();
|
|
1011
|
+
I(R);
|
|
1012
|
+
}, C = this.#o;
|
|
1013
|
+
switch (C.status) {
|
|
1014
1014
|
case "pending":
|
|
1015
|
-
e.queryHash === r.queryHash && I(
|
|
1015
|
+
e.queryHash === r.queryHash && I(C);
|
|
1016
1016
|
break;
|
|
1017
1017
|
case "fulfilled":
|
|
1018
|
-
(
|
|
1018
|
+
(M.status === "error" || M.data !== C.value) && G();
|
|
1019
1019
|
break;
|
|
1020
1020
|
case "rejected":
|
|
1021
|
-
(
|
|
1021
|
+
(M.status !== "error" || M.error !== C.reason) && G();
|
|
1022
1022
|
break;
|
|
1023
1023
|
}
|
|
1024
1024
|
}
|
|
1025
|
-
return
|
|
1025
|
+
return M;
|
|
1026
1026
|
}
|
|
1027
1027
|
updateResult() {
|
|
1028
1028
|
const e = this.#n, t = this.createResult(this.#t, this.options);
|
|
@@ -1056,7 +1056,7 @@ var On = class extends De {
|
|
|
1056
1056
|
this.updateResult(), this.hasListeners() && this.#w();
|
|
1057
1057
|
}
|
|
1058
1058
|
#v(e) {
|
|
1059
|
-
|
|
1059
|
+
F.batch(() => {
|
|
1060
1060
|
e.listeners && this.listeners.forEach((t) => {
|
|
1061
1061
|
t(this.#n);
|
|
1062
1062
|
}), this.#e.getQueryCache().notify({
|
|
@@ -1095,18 +1095,18 @@ function fr(e) {
|
|
|
1095
1095
|
let o = { pages: [], pageParams: [] }, c = 0;
|
|
1096
1096
|
const f = async () => {
|
|
1097
1097
|
let d = !1;
|
|
1098
|
-
const h = (
|
|
1099
|
-
Object.defineProperty(
|
|
1098
|
+
const h = (y) => {
|
|
1099
|
+
Object.defineProperty(y, "signal", {
|
|
1100
1100
|
enumerable: !0,
|
|
1101
1101
|
get: () => (t.signal.aborted ? d = !0 : t.signal.addEventListener("abort", () => {
|
|
1102
1102
|
d = !0;
|
|
1103
1103
|
}), t.signal)
|
|
1104
1104
|
});
|
|
1105
|
-
}, u = ss(t.options, t.fetchOptions), p = async (
|
|
1105
|
+
}, u = ss(t.options, t.fetchOptions), p = async (y, g, S) => {
|
|
1106
1106
|
if (d)
|
|
1107
1107
|
return Promise.reject();
|
|
1108
|
-
if (g == null &&
|
|
1109
|
-
return Promise.resolve(
|
|
1108
|
+
if (g == null && y.pages.length)
|
|
1109
|
+
return Promise.resolve(y);
|
|
1110
1110
|
const x = (() => {
|
|
1111
1111
|
const se = {
|
|
1112
1112
|
client: t.client,
|
|
@@ -1116,26 +1116,26 @@ function fr(e) {
|
|
|
1116
1116
|
meta: t.options.meta
|
|
1117
1117
|
};
|
|
1118
1118
|
return h(se), se;
|
|
1119
|
-
})(),
|
|
1119
|
+
})(), A = await u(x), { maxPages: J } = t.options, P = S ? bn : Sn;
|
|
1120
1120
|
return {
|
|
1121
|
-
pages:
|
|
1122
|
-
pageParams:
|
|
1121
|
+
pages: P(y.pages, A, J),
|
|
1122
|
+
pageParams: P(y.pageParams, g, J)
|
|
1123
1123
|
};
|
|
1124
1124
|
};
|
|
1125
1125
|
if (n && a.length) {
|
|
1126
|
-
const
|
|
1126
|
+
const y = n === "backward", g = y ? Pn : pr, S = {
|
|
1127
1127
|
pages: a,
|
|
1128
1128
|
pageParams: i
|
|
1129
1129
|
}, b = g(s, S);
|
|
1130
|
-
o = await p(S, b,
|
|
1130
|
+
o = await p(S, b, y);
|
|
1131
1131
|
} else {
|
|
1132
|
-
const
|
|
1132
|
+
const y = e ?? a.length;
|
|
1133
1133
|
do {
|
|
1134
1134
|
const g = c === 0 ? i[0] ?? s.initialPageParam : pr(s, o);
|
|
1135
1135
|
if (c > 0 && g == null)
|
|
1136
1136
|
break;
|
|
1137
1137
|
o = await p(o, g), c++;
|
|
1138
|
-
} while (c <
|
|
1138
|
+
} while (c < y);
|
|
1139
1139
|
}
|
|
1140
1140
|
return o;
|
|
1141
1141
|
};
|
|
@@ -1356,7 +1356,7 @@ var Mn = class extends os {
|
|
|
1356
1356
|
};
|
|
1357
1357
|
}
|
|
1358
1358
|
};
|
|
1359
|
-
this.state = t(this.state),
|
|
1359
|
+
this.state = t(this.state), F.batch(() => {
|
|
1360
1360
|
this.#t.forEach((r) => {
|
|
1361
1361
|
r.onMutationUpdate(e);
|
|
1362
1362
|
}), this.#r.notify({
|
|
@@ -1435,7 +1435,7 @@ var Nn = class extends De {
|
|
|
1435
1435
|
return typeof t == "string" ? this.#t.get(t)?.find((s) => s !== e && s.state.isPaused)?.continue() ?? Promise.resolve() : Promise.resolve();
|
|
1436
1436
|
}
|
|
1437
1437
|
clear() {
|
|
1438
|
-
|
|
1438
|
+
F.batch(() => {
|
|
1439
1439
|
this.#e.forEach((e) => {
|
|
1440
1440
|
this.notify({ type: "removed", mutation: e });
|
|
1441
1441
|
}), this.#e.clear(), this.#t.clear();
|
|
@@ -1454,7 +1454,7 @@ var Nn = class extends De {
|
|
|
1454
1454
|
return this.getAll().filter((t) => ir(e, t));
|
|
1455
1455
|
}
|
|
1456
1456
|
notify(e) {
|
|
1457
|
-
|
|
1457
|
+
F.batch(() => {
|
|
1458
1458
|
this.listeners.forEach((t) => {
|
|
1459
1459
|
t(e);
|
|
1460
1460
|
});
|
|
@@ -1462,7 +1462,7 @@ var Nn = class extends De {
|
|
|
1462
1462
|
}
|
|
1463
1463
|
resumePausedMutations() {
|
|
1464
1464
|
const e = this.getAll().filter((t) => t.state.isPaused);
|
|
1465
|
-
return
|
|
1465
|
+
return F.batch(
|
|
1466
1466
|
() => Promise.all(
|
|
1467
1467
|
e.map((t) => t.continue().catch(X))
|
|
1468
1468
|
)
|
|
@@ -1519,7 +1519,7 @@ var xn = class extends De {
|
|
|
1519
1519
|
};
|
|
1520
1520
|
}
|
|
1521
1521
|
#i(e) {
|
|
1522
|
-
|
|
1522
|
+
F.batch(() => {
|
|
1523
1523
|
if (this.#n && this.hasListeners()) {
|
|
1524
1524
|
const t = this.#t.variables, r = this.#t.context, s = {
|
|
1525
1525
|
client: this.#e,
|
|
@@ -1583,7 +1583,7 @@ var xn = class extends De {
|
|
|
1583
1583
|
t && (e.destroy(), t === e && this.#e.delete(e.queryHash), this.notify({ type: "removed", query: e }));
|
|
1584
1584
|
}
|
|
1585
1585
|
clear() {
|
|
1586
|
-
|
|
1586
|
+
F.batch(() => {
|
|
1587
1587
|
this.getAll().forEach((e) => {
|
|
1588
1588
|
this.remove(e);
|
|
1589
1589
|
});
|
|
@@ -1606,21 +1606,21 @@ var xn = class extends De {
|
|
|
1606
1606
|
return Object.keys(e).length > 0 ? t.filter((r) => ar(e, r)) : t;
|
|
1607
1607
|
}
|
|
1608
1608
|
notify(e) {
|
|
1609
|
-
|
|
1609
|
+
F.batch(() => {
|
|
1610
1610
|
this.listeners.forEach((t) => {
|
|
1611
1611
|
t(e);
|
|
1612
1612
|
});
|
|
1613
1613
|
});
|
|
1614
1614
|
}
|
|
1615
1615
|
onFocus() {
|
|
1616
|
-
|
|
1616
|
+
F.batch(() => {
|
|
1617
1617
|
this.getAll().forEach((e) => {
|
|
1618
1618
|
e.onFocus();
|
|
1619
1619
|
});
|
|
1620
1620
|
});
|
|
1621
1621
|
}
|
|
1622
1622
|
onOnline() {
|
|
1623
|
-
|
|
1623
|
+
F.batch(() => {
|
|
1624
1624
|
this.getAll().forEach((e) => {
|
|
1625
1625
|
e.onOnline();
|
|
1626
1626
|
});
|
|
@@ -1683,7 +1683,7 @@ var xn = class extends De {
|
|
|
1683
1683
|
return this.#e.build(this, s).setData(i, { ...r, manual: !0 });
|
|
1684
1684
|
}
|
|
1685
1685
|
setQueriesData(e, t, r) {
|
|
1686
|
-
return
|
|
1686
|
+
return F.batch(
|
|
1687
1687
|
() => this.#e.findAll(e).map(({ queryKey: s }) => [
|
|
1688
1688
|
s,
|
|
1689
1689
|
this.setQueryData(s, t, r)
|
|
@@ -1698,7 +1698,7 @@ var xn = class extends De {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
removeQueries(e) {
|
|
1700
1700
|
const t = this.#e;
|
|
1701
|
-
|
|
1701
|
+
F.batch(() => {
|
|
1702
1702
|
t.findAll(e).forEach((r) => {
|
|
1703
1703
|
t.remove(r);
|
|
1704
1704
|
});
|
|
@@ -1706,7 +1706,7 @@ var xn = class extends De {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
resetQueries(e, t) {
|
|
1708
1708
|
const r = this.#e;
|
|
1709
|
-
return
|
|
1709
|
+
return F.batch(() => (r.findAll(e).forEach((s) => {
|
|
1710
1710
|
s.reset();
|
|
1711
1711
|
}), this.refetchQueries(
|
|
1712
1712
|
{
|
|
@@ -1717,13 +1717,13 @@ var xn = class extends De {
|
|
|
1717
1717
|
)));
|
|
1718
1718
|
}
|
|
1719
1719
|
cancelQueries(e, t = {}) {
|
|
1720
|
-
const r = { revert: !0, ...t }, s =
|
|
1720
|
+
const r = { revert: !0, ...t }, s = F.batch(
|
|
1721
1721
|
() => this.#e.findAll(e).map((n) => n.cancel(r))
|
|
1722
1722
|
);
|
|
1723
1723
|
return Promise.all(s).then(X).catch(X);
|
|
1724
1724
|
}
|
|
1725
1725
|
invalidateQueries(e, t = {}) {
|
|
1726
|
-
return
|
|
1726
|
+
return F.batch(() => (this.#e.findAll(e).forEach((r) => {
|
|
1727
1727
|
r.invalidate();
|
|
1728
1728
|
}), e?.refetchType === "none" ? Promise.resolve() : this.refetchQueries(
|
|
1729
1729
|
{
|
|
@@ -1737,7 +1737,7 @@ var xn = class extends De {
|
|
|
1737
1737
|
const r = {
|
|
1738
1738
|
...t,
|
|
1739
1739
|
cancelRefetch: t.cancelRefetch ?? !0
|
|
1740
|
-
}, s =
|
|
1740
|
+
}, s = F.batch(
|
|
1741
1741
|
() => this.#e.findAll(e).filter((n) => !n.isDisabled() && !n.isStatic()).map((n) => {
|
|
1742
1742
|
let a = n.fetch(void 0, r);
|
|
1743
1743
|
return r.throwOnError || (a = a.catch(X)), n.state.fetchStatus === "paused" ? Promise.resolve() : a;
|
|
@@ -1874,7 +1874,7 @@ var Bn = Y.createContext(Fn()), Kn = () => Y.useContext(Bn), Vn = (e, t) => {
|
|
|
1874
1874
|
1e3
|
|
1875
1875
|
));
|
|
1876
1876
|
}
|
|
1877
|
-
}, Wn = (e, t) => e.isLoading && e.isFetching && !t, jn = (e, t) => e?.suspense && t.isPending,
|
|
1877
|
+
}, Wn = (e, t) => e.isLoading && e.isFetching && !t, jn = (e, t) => e?.suspense && t.isPending, yr = (e, t, r) => t.fetchOptimistic(e).catch(() => {
|
|
1878
1878
|
r.clearReset();
|
|
1879
1879
|
});
|
|
1880
1880
|
function Qn(e, t, r) {
|
|
@@ -1897,7 +1897,7 @@ function Qn(e, t, r) {
|
|
|
1897
1897
|
if (Y.useSyncExternalStore(
|
|
1898
1898
|
Y.useCallback(
|
|
1899
1899
|
(h) => {
|
|
1900
|
-
const u = d ? c.subscribe(
|
|
1900
|
+
const u = d ? c.subscribe(F.batchCalls(h)) : X;
|
|
1901
1901
|
return c.updateResult(), u;
|
|
1902
1902
|
},
|
|
1903
1903
|
[c, d]
|
|
@@ -1907,7 +1907,7 @@ function Qn(e, t, r) {
|
|
|
1907
1907
|
), Y.useEffect(() => {
|
|
1908
1908
|
c.setOptions(i);
|
|
1909
1909
|
}, [i, c]), jn(i, f))
|
|
1910
|
-
throw
|
|
1910
|
+
throw yr(i, c, n);
|
|
1911
1911
|
if (zn({
|
|
1912
1912
|
result: f,
|
|
1913
1913
|
errorResetBoundary: n,
|
|
@@ -1921,7 +1921,7 @@ function Qn(e, t, r) {
|
|
|
1921
1921
|
f
|
|
1922
1922
|
), i.experimental_prefetchInRender && !ve && Wn(f, s) && (o ? (
|
|
1923
1923
|
// Fetch immediately on render in order to ensure `.promise` is resolved even if the component is unmounted
|
|
1924
|
-
|
|
1924
|
+
yr(i, c, n)
|
|
1925
1925
|
) : (
|
|
1926
1926
|
// subscribe to the "cache promise" so that we can finalize the currentThenable once data comes in
|
|
1927
1927
|
a.getQueryCache().get(i.queryHash)?.promise
|
|
@@ -1944,7 +1944,7 @@ function Se(e, t) {
|
|
|
1944
1944
|
}, [s, e]);
|
|
1945
1945
|
const n = Y.useSyncExternalStore(
|
|
1946
1946
|
Y.useCallback(
|
|
1947
|
-
(i) => s.subscribe(
|
|
1947
|
+
(i) => s.subscribe(F.batchCalls(i)),
|
|
1948
1948
|
[s]
|
|
1949
1949
|
),
|
|
1950
1950
|
() => s.getCurrentResult(),
|
|
@@ -1999,7 +1999,7 @@ awIDAQAB
|
|
|
1999
1999
|
LOGOUT: "logout",
|
|
2000
2000
|
LOGIN: "login",
|
|
2001
2001
|
REFRESH: "refresh"
|
|
2002
|
-
},
|
|
2002
|
+
}, mr = new TextEncoder(), Le = new TextDecoder();
|
|
2003
2003
|
function Jn(...e) {
|
|
2004
2004
|
const t = e.reduce((n, { length: a }) => n + a, 0), r = new Uint8Array(t);
|
|
2005
2005
|
let s = 0;
|
|
@@ -2173,7 +2173,7 @@ function fs(e, t, ...r) {
|
|
|
2173
2173
|
} else r.length === 2 ? e += `one of type ${r[0]} or ${r[1]}.` : e += `of type ${r[0]}.`;
|
|
2174
2174
|
return t == null ? e += ` Received ${t}` : typeof t == "function" && t.name ? e += ` Received function ${t.name}` : typeof t == "object" && t != null && t.constructor?.name && (e += ` Received an instance of ${t.constructor.name}`), e;
|
|
2175
2175
|
}
|
|
2176
|
-
const sa = (e, ...t) => fs("Key must be ", e, ...t), ps = (e, t, ...r) => fs(`Key for the ${e} algorithm must be `, t, ...r),
|
|
2176
|
+
const sa = (e, ...t) => fs("Key must be ", e, ...t), ps = (e, t, ...r) => fs(`Key for the ${e} algorithm must be `, t, ...r), ys = (e) => {
|
|
2177
2177
|
if (e?.[Symbol.toStringTag] === "CryptoKey")
|
|
2178
2178
|
return !0;
|
|
2179
2179
|
try {
|
|
@@ -2181,7 +2181,7 @@ const sa = (e, ...t) => fs("Key must be ", e, ...t), ps = (e, t, ...r) => fs(`Ke
|
|
|
2181
2181
|
} catch {
|
|
2182
2182
|
return !1;
|
|
2183
2183
|
}
|
|
2184
|
-
},
|
|
2184
|
+
}, ms = (e) => e?.[Symbol.toStringTag] === "KeyObject", gs = (e) => ys(e) || ms(e);
|
|
2185
2185
|
function na(...e) {
|
|
2186
2186
|
const t = e.filter(Boolean);
|
|
2187
2187
|
if (t.length === 0 || t.length === 1)
|
|
@@ -2416,13 +2416,13 @@ function pa(e) {
|
|
|
2416
2416
|
}
|
|
2417
2417
|
return { algorithm: t, keyUsages: r };
|
|
2418
2418
|
}
|
|
2419
|
-
async function
|
|
2419
|
+
async function ya(e) {
|
|
2420
2420
|
if (!e.alg)
|
|
2421
2421
|
throw new TypeError('"alg" argument is required when "jwk.alg" is not present');
|
|
2422
2422
|
const { algorithm: t, keyUsages: r } = pa(e), s = { ...e };
|
|
2423
2423
|
return s.kty !== "AKP" && delete s.alg, delete s.use, crypto.subtle.importKey("jwk", s, t, e.ext ?? !(e.d || e.priv), e.key_ops ?? r);
|
|
2424
2424
|
}
|
|
2425
|
-
async function
|
|
2425
|
+
async function ma(e, t, r) {
|
|
2426
2426
|
if (e.indexOf("-----BEGIN PUBLIC KEY-----") !== 0)
|
|
2427
2427
|
throw new TypeError('"spki" must be SPKI formatted string');
|
|
2428
2428
|
return fa(e, t, r);
|
|
@@ -2459,7 +2459,7 @@ const Er = async (e, t, r, s = !1) => {
|
|
|
2459
2459
|
let n = xe.get(e);
|
|
2460
2460
|
if (n?.[r])
|
|
2461
2461
|
return n[r];
|
|
2462
|
-
const a = await
|
|
2462
|
+
const a = await ya({ ...t, alg: r });
|
|
2463
2463
|
return s && Object.freeze(e), n ? n[r] = a : xe.set(e, { [r]: a }), a;
|
|
2464
2464
|
}, Ta = (e, t) => {
|
|
2465
2465
|
xe ||= /* @__PURE__ */ new WeakMap();
|
|
@@ -2559,9 +2559,9 @@ const Er = async (e, t, r, s = !1) => {
|
|
|
2559
2559
|
return r ? r[t] = a : xe.set(e, { [t]: a }), a;
|
|
2560
2560
|
};
|
|
2561
2561
|
async function va(e, t) {
|
|
2562
|
-
if (e instanceof Uint8Array ||
|
|
2562
|
+
if (e instanceof Uint8Array || ys(e))
|
|
2563
2563
|
return e;
|
|
2564
|
-
if (
|
|
2564
|
+
if (ms(e)) {
|
|
2565
2565
|
if (e.type === "secret")
|
|
2566
2566
|
return e.export();
|
|
2567
2567
|
if ("toCryptoKey" in e && typeof e.toCryptoKey == "function")
|
|
@@ -2770,7 +2770,7 @@ async function ka(e, t, r) {
|
|
|
2770
2770
|
throw new W("JWS Payload must be a string or an Uint8Array instance");
|
|
2771
2771
|
let f = !1;
|
|
2772
2772
|
typeof t == "function" && (t = await t(s, e), f = !0), Aa(o, t, "verify");
|
|
2773
|
-
const d = Jn(e.protected !== void 0 ? gt(e.protected) : new Uint8Array(), gt("."), typeof e.payload == "string" ? i ? gt(e.payload) :
|
|
2773
|
+
const d = Jn(e.protected !== void 0 ? gt(e.protected) : new Uint8Array(), gt("."), typeof e.payload == "string" ? i ? gt(e.payload) : mr.encode(e.payload) : e.payload);
|
|
2774
2774
|
let h;
|
|
2775
2775
|
try {
|
|
2776
2776
|
h = Fe(e.signature);
|
|
@@ -2787,9 +2787,9 @@ async function ka(e, t, r) {
|
|
|
2787
2787
|
} catch {
|
|
2788
2788
|
throw new W("Failed to base64url decode the payload");
|
|
2789
2789
|
}
|
|
2790
|
-
else typeof e.payload == "string" ? p =
|
|
2791
|
-
const
|
|
2792
|
-
return e.protected !== void 0 && (
|
|
2790
|
+
else typeof e.payload == "string" ? p = mr.encode(e.payload) : p = e.payload;
|
|
2791
|
+
const y = { payload: p };
|
|
2792
|
+
return e.protected !== void 0 && (y.protectedHeader = s), e.header !== void 0 && (y.unprotectedHeader = e.header), f ? { ...y, key: u } : y;
|
|
2793
2793
|
}
|
|
2794
2794
|
async function Pa(e, t, r) {
|
|
2795
2795
|
if (e instanceof Uint8Array && (e = Le.decode(e)), typeof e != "string")
|
|
@@ -2859,9 +2859,9 @@ function $a(e, t, r = {}) {
|
|
|
2859
2859
|
throw new ne('unexpected "typ" JWT header value', s, "typ", "check_failed");
|
|
2860
2860
|
const { requiredClaims: a = [], issuer: i, subject: o, audience: c, maxTokenAge: f } = r, d = [...a];
|
|
2861
2861
|
f !== void 0 && d.push("iat"), c !== void 0 && d.push("aud"), o !== void 0 && d.push("sub"), i !== void 0 && d.push("iss");
|
|
2862
|
-
for (const
|
|
2863
|
-
if (!(
|
|
2864
|
-
throw new ne(`missing required "${
|
|
2862
|
+
for (const y of new Set(d.reverse()))
|
|
2863
|
+
if (!(y in s))
|
|
2864
|
+
throw new ne(`missing required "${y}" claim`, s, y, "missing");
|
|
2865
2865
|
if (i && !(Array.isArray(i) ? i : [i]).includes(s.iss))
|
|
2866
2866
|
throw new ne('unexpected "iss" claim value', s, "iss", "check_failed");
|
|
2867
2867
|
if (o && s.sub !== o)
|
|
@@ -2898,10 +2898,10 @@ function $a(e, t, r = {}) {
|
|
|
2898
2898
|
throw new gr('"exp" claim timestamp check failed', s, "exp", "check_failed");
|
|
2899
2899
|
}
|
|
2900
2900
|
if (f) {
|
|
2901
|
-
const
|
|
2902
|
-
if (
|
|
2901
|
+
const y = p - s.iat, g = typeof f == "number" ? f : wr(f);
|
|
2902
|
+
if (y - h > g)
|
|
2903
2903
|
throw new gr('"iat" claim timestamp check failed (too far in the past)', s, "iat", "check_failed");
|
|
2904
|
-
if (
|
|
2904
|
+
if (y < 0 - h)
|
|
2905
2905
|
throw new ne('"iat" claim timestamp check failed (it should be in the past)', s, "iat", "check_failed");
|
|
2906
2906
|
}
|
|
2907
2907
|
return s;
|
|
@@ -2941,7 +2941,7 @@ function Ha(e) {
|
|
|
2941
2941
|
}
|
|
2942
2942
|
const Ge = async (e) => {
|
|
2943
2943
|
try {
|
|
2944
|
-
const t = Q.ALG, r = await
|
|
2944
|
+
const t = Q.ALG, r = await ma(Yn, t);
|
|
2945
2945
|
return await Ua(e, r, {
|
|
2946
2946
|
issuer: Q.ISSUER
|
|
2947
2947
|
});
|
|
@@ -3194,8 +3194,8 @@ async function ti(e) {
|
|
|
3194
3194
|
let a;
|
|
3195
3195
|
try {
|
|
3196
3196
|
a = await navigator.credentials.create(n);
|
|
3197
|
-
} catch (
|
|
3198
|
-
throw Xa({ error:
|
|
3197
|
+
} catch (y) {
|
|
3198
|
+
throw Xa({ error: y, options: n });
|
|
3199
3199
|
}
|
|
3200
3200
|
if (!a)
|
|
3201
3201
|
throw new Error("Registration was not completed");
|
|
@@ -3206,23 +3206,23 @@ async function ti(e) {
|
|
|
3206
3206
|
if (typeof c.getPublicKeyAlgorithm == "function")
|
|
3207
3207
|
try {
|
|
3208
3208
|
h = c.getPublicKeyAlgorithm();
|
|
3209
|
-
} catch (
|
|
3210
|
-
Tt("getPublicKeyAlgorithm()",
|
|
3209
|
+
} catch (y) {
|
|
3210
|
+
Tt("getPublicKeyAlgorithm()", y);
|
|
3211
3211
|
}
|
|
3212
3212
|
let u;
|
|
3213
3213
|
if (typeof c.getPublicKey == "function")
|
|
3214
3214
|
try {
|
|
3215
|
-
const
|
|
3216
|
-
|
|
3217
|
-
} catch (
|
|
3218
|
-
Tt("getPublicKey()",
|
|
3215
|
+
const y = c.getPublicKey();
|
|
3216
|
+
y !== null && (u = ie(y));
|
|
3217
|
+
} catch (y) {
|
|
3218
|
+
Tt("getPublicKey()", y);
|
|
3219
3219
|
}
|
|
3220
3220
|
let p;
|
|
3221
3221
|
if (typeof c.getAuthenticatorData == "function")
|
|
3222
3222
|
try {
|
|
3223
3223
|
p = ie(c.getAuthenticatorData());
|
|
3224
|
-
} catch (
|
|
3225
|
-
Tt("getAuthenticatorData()",
|
|
3224
|
+
} catch (y) {
|
|
3225
|
+
Tt("getAuthenticatorData()", y);
|
|
3226
3226
|
}
|
|
3227
3227
|
return {
|
|
3228
3228
|
id: i,
|
|
@@ -3364,7 +3364,7 @@ const Ir = (e, t) => {
|
|
|
3364
3364
|
window.localStorage.removeItem(e), As(e, null);
|
|
3365
3365
|
}, _r = (e) => window.localStorage.getItem(e), ii = (e) => (window.addEventListener("storage", e), () => window.removeEventListener("storage", e));
|
|
3366
3366
|
function je({ key: e, initialValue: t }) {
|
|
3367
|
-
const r = Gr(ii, () => _r(e)), s =
|
|
3367
|
+
const r = Gr(ii, () => _r(e)), s = N((i) => {
|
|
3368
3368
|
try {
|
|
3369
3369
|
const o = typeof i == "function" ? i(JSON.parse(r)) : i;
|
|
3370
3370
|
o == null ? ai(e) : Ir(e, o);
|
|
@@ -3374,17 +3374,17 @@ function je({ key: e, initialValue: t }) {
|
|
|
3374
3374
|
}, [
|
|
3375
3375
|
e,
|
|
3376
3376
|
r
|
|
3377
|
-
]), n =
|
|
3377
|
+
]), n = N(() => {
|
|
3378
3378
|
s(t);
|
|
3379
3379
|
}, [
|
|
3380
3380
|
t,
|
|
3381
3381
|
s
|
|
3382
|
-
]), a =
|
|
3382
|
+
]), a = N(() => {
|
|
3383
3383
|
s(null);
|
|
3384
3384
|
}, [
|
|
3385
3385
|
s
|
|
3386
3386
|
]);
|
|
3387
|
-
return
|
|
3387
|
+
return O(() => {
|
|
3388
3388
|
try {
|
|
3389
3389
|
_r(e) === null && typeof t < "u" && Ir(e, t);
|
|
3390
3390
|
} catch (i) {
|
|
@@ -3555,7 +3555,7 @@ const Ce = "Your session has expired. For your security, please log in again to
|
|
|
3555
3555
|
} catch (a) {
|
|
3556
3556
|
return console.error(a), { status: ce, data: [] };
|
|
3557
3557
|
}
|
|
3558
|
-
},
|
|
3558
|
+
}, yt = async ({
|
|
3559
3559
|
type: e,
|
|
3560
3560
|
clientId: t,
|
|
3561
3561
|
params: r = {},
|
|
@@ -3581,14 +3581,14 @@ const Ce = "Your session has expired. For your security, please log in again to
|
|
|
3581
3581
|
} catch (n) {
|
|
3582
3582
|
return console.error(n), { status: ce, data: [] };
|
|
3583
3583
|
}
|
|
3584
|
-
}, pi = process.env.NODE_ENV === "production",
|
|
3584
|
+
}, pi = process.env.NODE_ENV === "production", yi = !pi, Ps = {
|
|
3585
3585
|
isLoading: !0,
|
|
3586
3586
|
isAuthenticated: !1,
|
|
3587
3587
|
user: void 0,
|
|
3588
3588
|
logoutReason: "",
|
|
3589
3589
|
debug: !1,
|
|
3590
3590
|
authenticationType: ""
|
|
3591
|
-
},
|
|
3591
|
+
}, mi = (e) => {
|
|
3592
3592
|
try {
|
|
3593
3593
|
const t = Fa(e);
|
|
3594
3594
|
return t ? t[Q.USER_ID_KEY] : "";
|
|
@@ -3604,7 +3604,7 @@ const Ce = "Your session has expired. For your security, please log in again to
|
|
|
3604
3604
|
}) => {
|
|
3605
3605
|
try {
|
|
3606
3606
|
return {
|
|
3607
|
-
status: (await
|
|
3607
|
+
status: (await yt({
|
|
3608
3608
|
endpoint: n,
|
|
3609
3609
|
type: pt.LOGOUT,
|
|
3610
3610
|
clientId: t,
|
|
@@ -3634,7 +3634,7 @@ const Ce = "Your session has expired. For your security, please log in again to
|
|
|
3634
3634
|
endpoint: d
|
|
3635
3635
|
}) => {
|
|
3636
3636
|
try {
|
|
3637
|
-
const h = await
|
|
3637
|
+
const h = await yt({
|
|
3638
3638
|
endpoint: d,
|
|
3639
3639
|
type: pt.LOGIN,
|
|
3640
3640
|
clientId: r,
|
|
@@ -3672,7 +3672,7 @@ const Ce = "Your session has expired. For your security, please log in again to
|
|
|
3672
3672
|
endpoint: s
|
|
3673
3673
|
}) => {
|
|
3674
3674
|
try {
|
|
3675
|
-
const n = await
|
|
3675
|
+
const n = await yt({
|
|
3676
3676
|
endpoint: s,
|
|
3677
3677
|
type: pt.CODE,
|
|
3678
3678
|
clientId: t,
|
|
@@ -3705,7 +3705,7 @@ const Ce = "Your session has expired. For your security, please log in again to
|
|
|
3705
3705
|
endpoint: i
|
|
3706
3706
|
}) => {
|
|
3707
3707
|
try {
|
|
3708
|
-
const o = await
|
|
3708
|
+
const o = await yt({
|
|
3709
3709
|
endpoint: i,
|
|
3710
3710
|
type: pt.REFRESH,
|
|
3711
3711
|
clientId: e,
|
|
@@ -3802,7 +3802,7 @@ const Me = () => {
|
|
|
3802
3802
|
authenticationType: ""
|
|
3803
3803
|
}), Ti = () => ({
|
|
3804
3804
|
...ze(Ms)
|
|
3805
|
-
}), vi = (e) =>
|
|
3805
|
+
}), vi = (e) => N(
|
|
3806
3806
|
(...t) => {
|
|
3807
3807
|
e && console.info(`==> [Auth ${Date.now()}]: `, ...t);
|
|
3808
3808
|
},
|
|
@@ -3837,30 +3837,30 @@ const Me = () => {
|
|
|
3837
3837
|
clientId: r,
|
|
3838
3838
|
domain: s = "",
|
|
3839
3839
|
debug: n = !1,
|
|
3840
|
-
endpoint: a =
|
|
3840
|
+
endpoint: a = yi ? "https://auth.gizmette.local.com:3003" : "https://mylogin.gizmette.com/auth"
|
|
3841
3841
|
}) => {
|
|
3842
3842
|
const [i, o] = Vr(_i, {
|
|
3843
3843
|
...Ps,
|
|
3844
3844
|
debug: n
|
|
3845
|
-
}), c = vi(n), f =
|
|
3845
|
+
}), c = vi(n), f = B(!1), [d, h, , u] = je({
|
|
3846
3846
|
key: `${Qe}::${r}::@@user@@`
|
|
3847
|
-
}), [p,
|
|
3847
|
+
}), [p, y, , g] = je({
|
|
3848
3848
|
key: `${Qe}::${r}::@@access@@`
|
|
3849
3849
|
}), [S, b, , x] = je(
|
|
3850
3850
|
{
|
|
3851
3851
|
key: `${Qe}::${r}::@@refresh@@`
|
|
3852
3852
|
}
|
|
3853
|
-
), [
|
|
3853
|
+
), [A, J, , P] = je({
|
|
3854
3854
|
key: `${Qe}::${r}::@@nonce@@`
|
|
3855
|
-
}), se = new bi(p, S),
|
|
3856
|
-
c("removeLocalStorage: removing local storage"), u(), g(), x(),
|
|
3855
|
+
}), se = new bi(p, S), M = N(() => {
|
|
3856
|
+
c("removeLocalStorage: removing local storage"), u(), g(), x(), P();
|
|
3857
3857
|
}, [
|
|
3858
3858
|
g,
|
|
3859
3859
|
u,
|
|
3860
|
-
|
|
3860
|
+
P,
|
|
3861
3861
|
x,
|
|
3862
3862
|
c
|
|
3863
|
-
]), I =
|
|
3863
|
+
]), I = N(
|
|
3864
3864
|
(T) => {
|
|
3865
3865
|
c(
|
|
3866
3866
|
"removeStateAndLocalStorage: removing state and local storage with reason: ",
|
|
@@ -3870,13 +3870,13 @@ const Me = () => {
|
|
|
3870
3870
|
payload: {
|
|
3871
3871
|
logoutReason: T || Ce
|
|
3872
3872
|
}
|
|
3873
|
-
}),
|
|
3873
|
+
}), M(), o({ type: Ue, payload: { isLoading: !1 } });
|
|
3874
3874
|
},
|
|
3875
|
-
[
|
|
3876
|
-
), G =
|
|
3875
|
+
[M, c]
|
|
3876
|
+
), G = N(
|
|
3877
3877
|
async (T) => {
|
|
3878
3878
|
c("invalidateAndLogout: invalidating and logging out");
|
|
3879
|
-
const { user: _ } = i, v = _?.userId ||
|
|
3879
|
+
const { user: _ } = i, v = _?.userId || mi(d);
|
|
3880
3880
|
v || c(
|
|
3881
3881
|
"invalidateAndLogout: user cannot be identified, logging out without userId"
|
|
3882
3882
|
), await gi({
|
|
@@ -3897,7 +3897,7 @@ const Me = () => {
|
|
|
3897
3897
|
a
|
|
3898
3898
|
]
|
|
3899
3899
|
);
|
|
3900
|
-
|
|
3900
|
+
O(() => {
|
|
3901
3901
|
if (!f.current)
|
|
3902
3902
|
return i.isLoading && d !== null ? (async () => {
|
|
3903
3903
|
try {
|
|
@@ -3922,8 +3922,8 @@ const Me = () => {
|
|
|
3922
3922
|
f.current = !0;
|
|
3923
3923
|
};
|
|
3924
3924
|
}, [i.isLoading, d, G, c]);
|
|
3925
|
-
const
|
|
3926
|
-
o({ type: Ue, payload: { isLoading: !0 } }),
|
|
3925
|
+
const C = async (T, _) => {
|
|
3926
|
+
o({ type: Ue, payload: { isLoading: !0 } }), M();
|
|
3927
3927
|
const v = _t();
|
|
3928
3928
|
J(v), c("login: Logging in with password");
|
|
3929
3929
|
const { code_verifier: ge, code_challenge: Ee } = await ja(), nr = await wi({
|
|
@@ -3946,7 +3946,7 @@ const Me = () => {
|
|
|
3946
3946
|
domain: s,
|
|
3947
3947
|
ua: navigator.userAgent
|
|
3948
3948
|
});
|
|
3949
|
-
return Re.status ? (h(Re.idToken),
|
|
3949
|
+
return Re.status ? (h(Re.idToken), y(Re.accessToken), b(Re.refreshToken), o({
|
|
3950
3950
|
type: et,
|
|
3951
3951
|
payload: {
|
|
3952
3952
|
authenticationType: He.CODE,
|
|
@@ -3959,9 +3959,9 @@ const Me = () => {
|
|
|
3959
3959
|
}), !0) : (I(At), !1);
|
|
3960
3960
|
}
|
|
3961
3961
|
return !1;
|
|
3962
|
-
},
|
|
3962
|
+
}, R = async (T) => {
|
|
3963
3963
|
T?.preventDefault(), await G(di);
|
|
3964
|
-
},
|
|
3964
|
+
}, D = async () => {
|
|
3965
3965
|
const { isAuthenticated: T, user: _ } = i;
|
|
3966
3966
|
try {
|
|
3967
3967
|
if (T && _ && _.userId) {
|
|
@@ -3976,10 +3976,10 @@ const Me = () => {
|
|
|
3976
3976
|
endpoint: a,
|
|
3977
3977
|
clientId: r,
|
|
3978
3978
|
userId: _.userId,
|
|
3979
|
-
nonce:
|
|
3979
|
+
nonce: A,
|
|
3980
3980
|
domain: s
|
|
3981
3981
|
});
|
|
3982
|
-
return v.status && v.status === "success" && v.newAccessToken ? (
|
|
3982
|
+
return v.status && v.status === "success" && v.newAccessToken ? (y(v.newAccessToken), b(v.newRefreshToken), v.newAccessToken) : (c(
|
|
3983
3983
|
"getAccessToken: invalid refresh token, need to re-authenticate"
|
|
3984
3984
|
), await G(Ce), "");
|
|
3985
3985
|
}
|
|
@@ -3991,7 +3991,7 @@ const Me = () => {
|
|
|
3991
3991
|
"getAccessToken: exception occurred, invalidating and logging out"
|
|
3992
3992
|
), await G(hi), "";
|
|
3993
3993
|
}
|
|
3994
|
-
}, ee = () => i.isAuthenticated && d ? d : "",
|
|
3994
|
+
}, ee = () => i.isAuthenticated && d ? d : "", me = async () => {
|
|
3995
3995
|
const { user: T } = i;
|
|
3996
3996
|
let _ = await Pe({
|
|
3997
3997
|
endpoint: a,
|
|
@@ -4037,7 +4037,7 @@ const Me = () => {
|
|
|
4037
4037
|
}
|
|
4038
4038
|
return !1;
|
|
4039
4039
|
}, Ae = async () => {
|
|
4040
|
-
o({ type: Ue, payload: { isLoading: !0 } }),
|
|
4040
|
+
o({ type: Ue, payload: { isLoading: !0 } }), M();
|
|
4041
4041
|
const T = _t();
|
|
4042
4042
|
J(T), c("loginWithPasskey");
|
|
4043
4043
|
const _ = _t();
|
|
@@ -4070,7 +4070,7 @@ const Me = () => {
|
|
|
4070
4070
|
sessionExpiration: t,
|
|
4071
4071
|
ua: navigator.userAgent
|
|
4072
4072
|
}
|
|
4073
|
-
}), v.data.status === qe ? (h(v.data.idToken),
|
|
4073
|
+
}), v.data.status === qe ? (h(v.data.idToken), y(v.data.accessToken), b(v.data.refreshToken), o({
|
|
4074
4074
|
type: et,
|
|
4075
4075
|
payload: {
|
|
4076
4076
|
authenticationType: He.PASSKEY,
|
|
@@ -4104,11 +4104,11 @@ const Me = () => {
|
|
|
4104
4104
|
{
|
|
4105
4105
|
value: {
|
|
4106
4106
|
...i,
|
|
4107
|
-
login:
|
|
4108
|
-
logout:
|
|
4109
|
-
getAccessToken:
|
|
4107
|
+
login: C,
|
|
4108
|
+
logout: R,
|
|
4109
|
+
getAccessToken: D,
|
|
4110
4110
|
getIdToken: ee,
|
|
4111
|
-
registeringForPasskey:
|
|
4111
|
+
registeringForPasskey: me,
|
|
4112
4112
|
loginWithPasskey: Ae
|
|
4113
4113
|
},
|
|
4114
4114
|
children: /* @__PURE__ */ l(Ai, { children: e })
|
|
@@ -4133,7 +4133,7 @@ const Ns = () => {
|
|
|
4133
4133
|
if (!e)
|
|
4134
4134
|
throw new Error("useAuth must be used within an AuthHookProvider");
|
|
4135
4135
|
return e;
|
|
4136
|
-
},
|
|
4136
|
+
}, Bc = "I'm having trouble right now. Please try again later.", Kc = "action-search", Vc = "action-sort", Gc = "action-toggle-prompt", zc = "action-reset-prompt", xs = "sassy-saint-", qc = "search", Wc = "sort", jc = "sort-timestamp", Qc = "sort-token-usage", Yc = "sort-memory-direction", Jc = "sort-memory-column", Xc = "favorites-only", Zc = "keyword-match-all", el = "usage-view-mode", tl = "usage-time-range", rl = "usage-selected-month", sl = "private-disclosure", nl = "reasoning-disclosure", Ls = "service-worker", al = "chat-id", il = "sassysaint-oled-mode", ol = "sassysaint-full-screen", Or = "data-oled-mode", Cr = "b44c68f0-e5b3-4a1d-a3e3-df8632b0223b", cl = 20, ll = 30, ul = "av-prompt", dl = "av-prompt-editable", hl = "size-5 sm:size-4", fl = 30, pl = 15, yl = 130, ml = 160, gl = 16, El = 24, wl = 16, Sl = 76;
|
|
4137
4137
|
let Rt = null, he = !1;
|
|
4138
4138
|
typeof window < "u" && "serviceWorker" in navigator && navigator.serviceWorker.addEventListener("controllerchange", () => {
|
|
4139
4139
|
he && (he = !1, window.location.reload());
|
|
@@ -4183,7 +4183,7 @@ async function Oi() {
|
|
|
4183
4183
|
return console.error("[SW] Service worker un-registration failed:", e), !1;
|
|
4184
4184
|
}
|
|
4185
4185
|
}
|
|
4186
|
-
async function
|
|
4186
|
+
async function bl(e) {
|
|
4187
4187
|
if (Ri(e), e) {
|
|
4188
4188
|
he = !0;
|
|
4189
4189
|
try {
|
|
@@ -4238,7 +4238,7 @@ async function Ci() {
|
|
|
4238
4238
|
function Ot() {
|
|
4239
4239
|
return "unknown";
|
|
4240
4240
|
}
|
|
4241
|
-
async function
|
|
4241
|
+
async function Tl(e = {}) {
|
|
4242
4242
|
const { urlLimitPerCache: t } = e;
|
|
4243
4243
|
if (!("caches" in window))
|
|
4244
4244
|
return { version: Ot(), caches: [], totalItems: 0 };
|
|
@@ -4315,8 +4315,8 @@ function $i(e, t) {
|
|
|
4315
4315
|
}, i = (d, h, u, p) => {
|
|
4316
4316
|
if (!((n.length === 0 || !t.colonNotation) && Ni(d) && !(t.colonNotation && u === "m"))) {
|
|
4317
4317
|
if (p ??= String(d), t.colonNotation) {
|
|
4318
|
-
const
|
|
4319
|
-
p = "0".repeat(Math.max(0, g -
|
|
4318
|
+
const y = p.includes(".") ? p.split(".")[0].length : p.length, g = n.length > 0 ? 2 : 1;
|
|
4319
|
+
p = "0".repeat(Math.max(0, g - y)) + p;
|
|
4320
4320
|
} else
|
|
4321
4321
|
p += t.verbose ? " " + xi(h, d) : u;
|
|
4322
4322
|
n.push(p);
|
|
@@ -4328,7 +4328,7 @@ function $i(e, t) {
|
|
|
4328
4328
|
if (i(d, "second", "s"), t.formatSubMilliseconds)
|
|
4329
4329
|
i(h, "millisecond", "ms"), i(u, "microsecond", "µs"), i(p, "nanosecond", "ns");
|
|
4330
4330
|
else {
|
|
4331
|
-
const
|
|
4331
|
+
const y = h + u / 1e3 + p / 1e6, g = typeof t.millisecondsDecimalDigits == "number" ? t.millisecondsDecimalDigits : 0, S = y >= 1 ? Math.round(y) : Math.ceil(y), b = g ? y.toFixed(g) : S;
|
|
4332
4332
|
i(
|
|
4333
4333
|
Number.parseFloat(b),
|
|
4334
4334
|
"millisecond",
|
|
@@ -4421,7 +4421,7 @@ const $s = process.env.NODE_ENV === "production", ut = !$s, Us = ut ? "gizmette.
|
|
|
4421
4421
|
/* @__PURE__ */ l(
|
|
4422
4422
|
"dt",
|
|
4423
4423
|
{
|
|
4424
|
-
className:
|
|
4424
|
+
className: m(
|
|
4425
4425
|
{ "my-0": r, "my-1": !r },
|
|
4426
4426
|
"inline-block font-bold text-copy-dark dark:text-copy-lighter"
|
|
4427
4427
|
),
|
|
@@ -4431,7 +4431,7 @@ const $s = process.env.NODE_ENV === "production", ut = !$s, Us = ut ? "gizmette.
|
|
|
4431
4431
|
/* @__PURE__ */ l(
|
|
4432
4432
|
"dd",
|
|
4433
4433
|
{
|
|
4434
|
-
className:
|
|
4434
|
+
className: m(
|
|
4435
4435
|
{ "my-0": r, "my-1": !r },
|
|
4436
4436
|
"inline-block"
|
|
4437
4437
|
),
|
|
@@ -4463,13 +4463,13 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4463
4463
|
isAuthenticated: e,
|
|
4464
4464
|
extraClass: t,
|
|
4465
4465
|
oledMode: r
|
|
4466
|
-
}) =>
|
|
4466
|
+
}) => m("px-4", "flex-1 overflow-y-auto", e ? "pt-0" : "pt-10", t, {
|
|
4467
4467
|
"bg-slate-900/95 dark:bg-slate-900": r,
|
|
4468
4468
|
"bg-slate-900": !r
|
|
4469
4469
|
}), Fs = ({
|
|
4470
4470
|
extraClass: e,
|
|
4471
4471
|
fullScreen: t
|
|
4472
|
-
} = {}) =>
|
|
4472
|
+
} = {}) => m(
|
|
4473
4473
|
"flex flex-col",
|
|
4474
4474
|
"w-full md:mx-auto",
|
|
4475
4475
|
"sm:px-5 px-2",
|
|
@@ -4519,7 +4519,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4519
4519
|
icon: d
|
|
4520
4520
|
}), to = (e, t) => t === "ready" && !!e && e.length > 0, ro = (e) => {
|
|
4521
4521
|
e ? document.documentElement.setAttribute(Or, "true") : document.documentElement.removeAttribute(Or);
|
|
4522
|
-
},
|
|
4522
|
+
}, vl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, DOMAIN: Us, applyOledMode: ro, canEvaluateModels: to, convertCamelCaseToReadable: Zi, convertDDToDMS: er, convertLatitudeToDMS: Ui, convertLongitudeToDMS: Hi, debounce: Qi, durationFormatter: Wi, extractAverage: Gi, getCurrentGeoLocation: Fi, getLayoutPaddingClass: Fs, getMessageContaintWrapperClass: Hs, isDev: ut, isLastMessageFromRole: zi, isPWAMode: Xi, isProbablyMobile: Ks, isProbablyTablet: Vs, isProbablyiPad: Ji, isProbablyiPhone: Yi, isProd: $s, isTauri: Bs, numberFormatter: qi, obfuscate: Bi, pluralize: ji, renderDataAsList: Vi, toastOptions: eo, unObfuscate: Ki }, Symbol.toStringTag, { value: "Module" })), H = {
|
|
4523
4523
|
GET_LOCATION: `query GetLocation($latitude: Float!, $longitude: Float!) {
|
|
4524
4524
|
location(latitude: $latitude, longitude: $longitude) {
|
|
4525
4525
|
country
|
|
@@ -4775,79 +4775,79 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4775
4775
|
}`
|
|
4776
4776
|
}, V = {
|
|
4777
4777
|
GET_LOCATION: {
|
|
4778
|
-
schema:
|
|
4778
|
+
schema: H.GET_LOCATION,
|
|
4779
4779
|
method: "location"
|
|
4780
4780
|
},
|
|
4781
4781
|
GET_CHATS: {
|
|
4782
|
-
schema:
|
|
4782
|
+
schema: H.GET_CHATS,
|
|
4783
4783
|
method: "chats"
|
|
4784
4784
|
},
|
|
4785
4785
|
GET_CHATS_STATS: {
|
|
4786
|
-
schema:
|
|
4786
|
+
schema: H.GET_CHATS_STATS,
|
|
4787
4787
|
method: "chatsStats"
|
|
4788
4788
|
},
|
|
4789
4789
|
GET_CHAT: {
|
|
4790
|
-
schema:
|
|
4790
|
+
schema: H.GET_CHAT,
|
|
4791
4791
|
method: "chatById"
|
|
4792
4792
|
},
|
|
4793
4793
|
DELETE_CHAT: {
|
|
4794
|
-
schema:
|
|
4794
|
+
schema: H.DELETE_CHAT,
|
|
4795
4795
|
method: "deleteChat"
|
|
4796
4796
|
},
|
|
4797
4797
|
TOGGLE_FAVORITE_CHAT: {
|
|
4798
|
-
schema:
|
|
4798
|
+
schema: H.TOGGLE_FAVORITE_CHAT,
|
|
4799
4799
|
method: "toggleFavoriteChat"
|
|
4800
4800
|
},
|
|
4801
4801
|
SAVE_CHAT: {
|
|
4802
|
-
schema:
|
|
4802
|
+
schema: H.SAVE_CHAT,
|
|
4803
4803
|
method: "saveChat"
|
|
4804
4804
|
},
|
|
4805
4805
|
GET_SERVER_CAPABILITIES: {
|
|
4806
|
-
schema:
|
|
4806
|
+
schema: H.GET_SERVER_CAPABILITIES,
|
|
4807
4807
|
method: "getServerCapabilities"
|
|
4808
4808
|
},
|
|
4809
4809
|
GET_CHANGELOGS: {
|
|
4810
|
-
schema:
|
|
4810
|
+
schema: H.GET_CHANGELOGS,
|
|
4811
4811
|
method: "getChangelogs"
|
|
4812
4812
|
},
|
|
4813
4813
|
GET_USER_PREFERENCES: {
|
|
4814
|
-
schema:
|
|
4814
|
+
schema: H.GET_USER_PREFERENCES,
|
|
4815
4815
|
method: "getUserPreferences"
|
|
4816
4816
|
},
|
|
4817
4817
|
SET_USER_PREFERENCES: {
|
|
4818
|
-
schema:
|
|
4818
|
+
schema: H.SET_USER_PREFERENCES,
|
|
4819
4819
|
method: "setUserPreferences"
|
|
4820
4820
|
},
|
|
4821
4821
|
GET_USAGE: {
|
|
4822
|
-
schema:
|
|
4822
|
+
schema: H.GET_USAGE,
|
|
4823
4823
|
method: "usage"
|
|
4824
4824
|
},
|
|
4825
4825
|
GET_USER_MEMORIES: {
|
|
4826
|
-
schema:
|
|
4826
|
+
schema: H.GET_USER_MEMORIES,
|
|
4827
4827
|
method: "getUserMemories"
|
|
4828
4828
|
},
|
|
4829
4829
|
GET_EXPIRED_MEMORIES: {
|
|
4830
|
-
schema:
|
|
4830
|
+
schema: H.GET_EXPIRED_MEMORIES,
|
|
4831
4831
|
method: "getExpiredMemories"
|
|
4832
4832
|
},
|
|
4833
4833
|
DELETE_MEMORY: {
|
|
4834
|
-
schema:
|
|
4834
|
+
schema: H.DELETE_MEMORY,
|
|
4835
4835
|
method: "deleteMemory"
|
|
4836
4836
|
},
|
|
4837
4837
|
UPDATE_MEMORY: {
|
|
4838
|
-
schema:
|
|
4838
|
+
schema: H.UPDATE_MEMORY,
|
|
4839
4839
|
method: "updateMemory"
|
|
4840
4840
|
},
|
|
4841
4841
|
DELETE_ACTIVE_MEMORIES: {
|
|
4842
|
-
schema:
|
|
4842
|
+
schema: H.DELETE_ACTIVE_MEMORIES,
|
|
4843
4843
|
method: "deleteActiveMemories"
|
|
4844
4844
|
},
|
|
4845
4845
|
DELETE_EXPIRED_MEMORIES: {
|
|
4846
|
-
schema:
|
|
4846
|
+
schema: H.DELETE_EXPIRED_MEMORIES,
|
|
4847
4847
|
method: "deleteExpiredMemories"
|
|
4848
4848
|
},
|
|
4849
4849
|
RESTORE_MEMORY: {
|
|
4850
|
-
schema:
|
|
4850
|
+
schema: H.RESTORE_MEMORY,
|
|
4851
4851
|
method: "restoreMemory"
|
|
4852
4852
|
}
|
|
4853
4853
|
}, so = process.env.PUBLIC_SASSY_API_SERVER_URL, dt = async ({
|
|
@@ -4900,7 +4900,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4900
4900
|
} catch (r) {
|
|
4901
4901
|
throw console.error(r), r;
|
|
4902
4902
|
}
|
|
4903
|
-
},
|
|
4903
|
+
}, Il = async ({
|
|
4904
4904
|
provider: e,
|
|
4905
4905
|
model: t,
|
|
4906
4906
|
accessToken: r,
|
|
@@ -4915,7 +4915,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4915
4915
|
type: V.SET_USER_PREFERENCES,
|
|
4916
4916
|
params: n
|
|
4917
4917
|
});
|
|
4918
|
-
},
|
|
4918
|
+
}, _l = async ({
|
|
4919
4919
|
plan: e,
|
|
4920
4920
|
accessToken: t,
|
|
4921
4921
|
username: r
|
|
@@ -4936,15 +4936,15 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4936
4936
|
USAGE: "usage",
|
|
4937
4937
|
USER_MEMORIES: "userMemories",
|
|
4938
4938
|
EXPIRED_MEMORIES: "expiredMemories"
|
|
4939
|
-
},
|
|
4939
|
+
}, Al = () => pe({
|
|
4940
4940
|
queryKey: [K.CAPABILITIES],
|
|
4941
|
-
queryFn: async () => await
|
|
4941
|
+
queryFn: async () => await ye({
|
|
4942
4942
|
type: V.GET_SERVER_CAPABILITIES,
|
|
4943
4943
|
noAuth: !0
|
|
4944
4944
|
})
|
|
4945
|
-
}),
|
|
4945
|
+
}), Rl = () => pe({
|
|
4946
4946
|
queryKey: [K.CHANGELOGS],
|
|
4947
|
-
queryFn: async () => await
|
|
4947
|
+
queryFn: async () => await ye({
|
|
4948
4948
|
type: V.GET_CHANGELOGS,
|
|
4949
4949
|
noAuth: !0,
|
|
4950
4950
|
params: {
|
|
@@ -4956,26 +4956,26 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
4956
4956
|
getAccessToken: t
|
|
4957
4957
|
}) => pe({
|
|
4958
4958
|
queryKey: [K.PREFERENCES, e],
|
|
4959
|
-
queryFn: async () => await
|
|
4959
|
+
queryFn: async () => await ye({
|
|
4960
4960
|
params: {
|
|
4961
4961
|
user: e
|
|
4962
4962
|
},
|
|
4963
4963
|
type: V.GET_USER_PREFERENCES,
|
|
4964
4964
|
getAccessToken: t
|
|
4965
4965
|
})
|
|
4966
|
-
}),
|
|
4966
|
+
}), Ol = ({
|
|
4967
4967
|
user: e,
|
|
4968
4968
|
getAccessToken: t
|
|
4969
4969
|
}) => pe({
|
|
4970
4970
|
queryKey: [K.CHATS_STATS, e],
|
|
4971
|
-
queryFn: async () => await
|
|
4971
|
+
queryFn: async () => await ye({
|
|
4972
4972
|
params: {
|
|
4973
4973
|
user: e
|
|
4974
4974
|
},
|
|
4975
4975
|
type: V.GET_CHATS_STATS,
|
|
4976
4976
|
getAccessToken: t
|
|
4977
4977
|
})
|
|
4978
|
-
}),
|
|
4978
|
+
}), Cl = ({
|
|
4979
4979
|
user: e,
|
|
4980
4980
|
searchString: t,
|
|
4981
4981
|
sortDirection: r,
|
|
@@ -5002,7 +5002,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5002
5002
|
i,
|
|
5003
5003
|
o
|
|
5004
5004
|
],
|
|
5005
|
-
queryFn: async () => await
|
|
5005
|
+
queryFn: async () => await ye({
|
|
5006
5006
|
params: {
|
|
5007
5007
|
user: e,
|
|
5008
5008
|
searchString: t,
|
|
@@ -5016,19 +5016,19 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5016
5016
|
type: V.GET_CHATS,
|
|
5017
5017
|
getAccessToken: n
|
|
5018
5018
|
})
|
|
5019
|
-
}),
|
|
5019
|
+
}), kl = ({
|
|
5020
5020
|
chatId: e,
|
|
5021
5021
|
getAccessToken: t,
|
|
5022
5022
|
enabled: r = !0
|
|
5023
5023
|
}) => pe({
|
|
5024
5024
|
enabled: r && !!e,
|
|
5025
5025
|
queryKey: [K.CHAT, e],
|
|
5026
|
-
queryFn: async () => await
|
|
5026
|
+
queryFn: async () => await ye({
|
|
5027
5027
|
params: { id: e },
|
|
5028
5028
|
type: V.GET_CHAT,
|
|
5029
5029
|
getAccessToken: t
|
|
5030
5030
|
})
|
|
5031
|
-
}),
|
|
5031
|
+
}), Pl = ({
|
|
5032
5032
|
getAccessToken: e
|
|
5033
5033
|
}) => {
|
|
5034
5034
|
const t = le();
|
|
@@ -5052,7 +5052,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5052
5052
|
t.invalidateQueries({ queryKey: [K.CHATS, s.userId] });
|
|
5053
5053
|
}
|
|
5054
5054
|
});
|
|
5055
|
-
},
|
|
5055
|
+
}, Ml = ({
|
|
5056
5056
|
getAccessToken: e
|
|
5057
5057
|
}) => {
|
|
5058
5058
|
const t = le();
|
|
@@ -5069,7 +5069,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5069
5069
|
t.invalidateQueries({ queryKey: [K.CHATS, s.userId] });
|
|
5070
5070
|
}
|
|
5071
5071
|
});
|
|
5072
|
-
},
|
|
5072
|
+
}, Nl = ({
|
|
5073
5073
|
getAccessToken: e
|
|
5074
5074
|
}) => {
|
|
5075
5075
|
const t = le();
|
|
@@ -5086,7 +5086,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5086
5086
|
t.invalidateQueries({ queryKey: [K.CHATS, s.userId] });
|
|
5087
5087
|
}
|
|
5088
5088
|
});
|
|
5089
|
-
},
|
|
5089
|
+
}, xl = ({
|
|
5090
5090
|
user: e,
|
|
5091
5091
|
month: t,
|
|
5092
5092
|
year: r = (/* @__PURE__ */ new Date()).getFullYear().toString(),
|
|
@@ -5097,7 +5097,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5097
5097
|
}) => pe({
|
|
5098
5098
|
enabled: i,
|
|
5099
5099
|
queryKey: [K.USAGE, e, t, r, s, n],
|
|
5100
|
-
queryFn: async () => await
|
|
5100
|
+
queryFn: async () => await ye({
|
|
5101
5101
|
params: {
|
|
5102
5102
|
user: e,
|
|
5103
5103
|
month: t,
|
|
@@ -5108,7 +5108,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5108
5108
|
type: V.GET_USAGE,
|
|
5109
5109
|
getAccessToken: a
|
|
5110
5110
|
})
|
|
5111
|
-
}),
|
|
5111
|
+
}), Ll = ({
|
|
5112
5112
|
user: e,
|
|
5113
5113
|
query: t,
|
|
5114
5114
|
getAccessToken: r,
|
|
@@ -5116,12 +5116,12 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5116
5116
|
}) => pe({
|
|
5117
5117
|
enabled: s && !!e,
|
|
5118
5118
|
queryKey: [K.USER_MEMORIES, e, t],
|
|
5119
|
-
queryFn: async () => await
|
|
5119
|
+
queryFn: async () => await ye({
|
|
5120
5120
|
params: { user: e, query: t },
|
|
5121
5121
|
type: V.GET_USER_MEMORIES,
|
|
5122
5122
|
getAccessToken: r
|
|
5123
5123
|
})
|
|
5124
|
-
}),
|
|
5124
|
+
}), Dl = ({
|
|
5125
5125
|
getAccessToken: e
|
|
5126
5126
|
}) => {
|
|
5127
5127
|
const t = le();
|
|
@@ -5145,7 +5145,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5145
5145
|
});
|
|
5146
5146
|
}
|
|
5147
5147
|
});
|
|
5148
|
-
},
|
|
5148
|
+
}, $l = ({
|
|
5149
5149
|
getAccessToken: e
|
|
5150
5150
|
}) => {
|
|
5151
5151
|
const t = le();
|
|
@@ -5169,7 +5169,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5169
5169
|
});
|
|
5170
5170
|
}
|
|
5171
5171
|
});
|
|
5172
|
-
},
|
|
5172
|
+
}, Ul = ({
|
|
5173
5173
|
getAccessToken: e
|
|
5174
5174
|
}) => {
|
|
5175
5175
|
const t = le();
|
|
@@ -5188,7 +5188,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5188
5188
|
});
|
|
5189
5189
|
}
|
|
5190
5190
|
});
|
|
5191
|
-
},
|
|
5191
|
+
}, Hl = ({
|
|
5192
5192
|
getAccessToken: e
|
|
5193
5193
|
}) => {
|
|
5194
5194
|
const t = le();
|
|
@@ -5207,7 +5207,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5207
5207
|
});
|
|
5208
5208
|
}
|
|
5209
5209
|
});
|
|
5210
|
-
},
|
|
5210
|
+
}, Fl = ({
|
|
5211
5211
|
user: e,
|
|
5212
5212
|
query: t,
|
|
5213
5213
|
getAccessToken: r,
|
|
@@ -5215,12 +5215,12 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5215
5215
|
}) => pe({
|
|
5216
5216
|
enabled: s && !!e,
|
|
5217
5217
|
queryKey: [K.EXPIRED_MEMORIES, e, t],
|
|
5218
|
-
queryFn: async () => await
|
|
5218
|
+
queryFn: async () => await ye({
|
|
5219
5219
|
params: { user: e, query: t },
|
|
5220
5220
|
type: V.GET_EXPIRED_MEMORIES,
|
|
5221
5221
|
getAccessToken: r
|
|
5222
5222
|
})
|
|
5223
|
-
}),
|
|
5223
|
+
}), Bl = ({
|
|
5224
5224
|
getAccessToken: e
|
|
5225
5225
|
}) => {
|
|
5226
5226
|
const t = le();
|
|
@@ -5244,7 +5244,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5244
5244
|
});
|
|
5245
5245
|
}
|
|
5246
5246
|
});
|
|
5247
|
-
},
|
|
5247
|
+
}, ye = async ({
|
|
5248
5248
|
params: e,
|
|
5249
5249
|
type: t,
|
|
5250
5250
|
noAuth: r,
|
|
@@ -5295,7 +5295,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5295
5295
|
const [s, n] = Z(Pr), a = Be(
|
|
5296
5296
|
() => e ? `entitlements:${e}` : null,
|
|
5297
5297
|
[e]
|
|
5298
|
-
), i =
|
|
5298
|
+
), i = N(() => {
|
|
5299
5299
|
if (!a)
|
|
5300
5300
|
return !1;
|
|
5301
5301
|
try {
|
|
@@ -5314,19 +5314,19 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5314
5314
|
}
|
|
5315
5315
|
return !1;
|
|
5316
5316
|
}, [a]);
|
|
5317
|
-
|
|
5317
|
+
O(() => {
|
|
5318
5318
|
s.status === "idle" && i();
|
|
5319
5319
|
}, [i, s.status]);
|
|
5320
5320
|
const o = no({ user: e, getAccessToken: t });
|
|
5321
|
-
|
|
5321
|
+
O(() => {
|
|
5322
5322
|
o.isLoading && s.status === "idle" && n((h) => ({ ...h, status: "loading" }));
|
|
5323
|
-
}, [o.isLoading, s.status]),
|
|
5323
|
+
}, [o.isLoading, s.status]), O(() => {
|
|
5324
5324
|
o.isError && n((h) => ({
|
|
5325
5325
|
...h,
|
|
5326
5326
|
status: "error",
|
|
5327
5327
|
error: String(o.error)
|
|
5328
5328
|
}));
|
|
5329
|
-
}, [o.isError, o.error]),
|
|
5329
|
+
}, [o.isError, o.error]), O(() => {
|
|
5330
5330
|
const h = o.data?.entitlements;
|
|
5331
5331
|
if (h && (n({
|
|
5332
5332
|
capabilities: new Set(h.capabilities || []),
|
|
@@ -5346,7 +5346,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5346
5346
|
} catch {
|
|
5347
5347
|
}
|
|
5348
5348
|
}, [o.data, a]);
|
|
5349
|
-
const c =
|
|
5349
|
+
const c = N(
|
|
5350
5350
|
(h) => {
|
|
5351
5351
|
const u = h?.entitlements;
|
|
5352
5352
|
if (u && (n({
|
|
@@ -5368,7 +5368,7 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5368
5368
|
}
|
|
5369
5369
|
},
|
|
5370
5370
|
[a]
|
|
5371
|
-
), f =
|
|
5371
|
+
), f = N(() => {
|
|
5372
5372
|
if (n(Pr), a)
|
|
5373
5373
|
try {
|
|
5374
5374
|
sessionStorage.removeItem(a);
|
|
@@ -5385,20 +5385,20 @@ const zi = (e, t) => t && t.messages.length > 0 && t.messages[t.messages.length
|
|
|
5385
5385
|
);
|
|
5386
5386
|
return /* @__PURE__ */ l(Gs.Provider, { value: d, children: r });
|
|
5387
5387
|
};
|
|
5388
|
-
function
|
|
5388
|
+
function Kl() {
|
|
5389
5389
|
const e = ze(Gs);
|
|
5390
5390
|
if (!e)
|
|
5391
5391
|
throw new Error("useEntitlements must be used within EntitlementsProvider");
|
|
5392
5392
|
return e;
|
|
5393
5393
|
}
|
|
5394
5394
|
/*!
|
|
5395
|
-
@versini/ui-button v10.0.
|
|
5395
|
+
@versini/ui-button v10.0.8
|
|
5396
5396
|
© 2025 gizmette.com
|
|
5397
5397
|
*/
|
|
5398
5398
|
try {
|
|
5399
5399
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
5400
|
-
version: "10.0.
|
|
5401
|
-
buildTime: "12/
|
|
5400
|
+
version: "10.0.8",
|
|
5401
|
+
buildTime: "12/16/2025 01:48 PM EST",
|
|
5402
5402
|
homepage: "https://www.npmjs.com/package/@versini/ui-button",
|
|
5403
5403
|
license: "MIT"
|
|
5404
5404
|
});
|
|
@@ -5418,13 +5418,13 @@ const io = (e, t, r) => {
|
|
|
5418
5418
|
});
|
|
5419
5419
|
tr.displayName = "BaseButton";
|
|
5420
5420
|
/*!
|
|
5421
|
-
@versini/ui-button v10.0.
|
|
5421
|
+
@versini/ui-button v10.0.8
|
|
5422
5422
|
© 2025 gizmette.com
|
|
5423
5423
|
*/
|
|
5424
5424
|
try {
|
|
5425
5425
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
5426
|
-
version: "10.0.
|
|
5427
|
-
buildTime: "12/
|
|
5426
|
+
version: "10.0.8",
|
|
5427
|
+
buildTime: "12/16/2025 01:48 PM EST",
|
|
5428
5428
|
homepage: "https://www.npmjs.com/package/@versini/ui-button",
|
|
5429
5429
|
license: "MIT"
|
|
5430
5430
|
});
|
|
@@ -5432,30 +5432,30 @@ try {
|
|
|
5432
5432
|
}
|
|
5433
5433
|
const Mr = "av-button";
|
|
5434
5434
|
/*!
|
|
5435
|
-
@versini/ui-button v10.0.
|
|
5435
|
+
@versini/ui-button v10.0.8
|
|
5436
5436
|
© 2025 gizmette.com
|
|
5437
5437
|
*/
|
|
5438
5438
|
try {
|
|
5439
5439
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
5440
|
-
version: "10.0.
|
|
5441
|
-
buildTime: "12/
|
|
5440
|
+
version: "10.0.8",
|
|
5441
|
+
buildTime: "12/16/2025 01:48 PM EST",
|
|
5442
5442
|
homepage: "https://www.npmjs.com/package/@versini/ui-button",
|
|
5443
5443
|
license: "MIT"
|
|
5444
5444
|
});
|
|
5445
5445
|
} catch {
|
|
5446
5446
|
}
|
|
5447
|
-
const
|
|
5447
|
+
const mt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRight: r, labelLeft: s, align: n, animated: a }) => {
|
|
5448
5448
|
const i = "max-h-8 py-0 px-2", o = "max-h-9 h-8 px-3", c = "max-h-12 py-2 px-4";
|
|
5449
5449
|
switch (e) {
|
|
5450
5450
|
case rr:
|
|
5451
5451
|
case Bt:
|
|
5452
|
-
return
|
|
5452
|
+
return m({
|
|
5453
5453
|
[i]: t === "small",
|
|
5454
5454
|
[o]: t === "medium",
|
|
5455
5455
|
[c]: t === "large"
|
|
5456
5456
|
});
|
|
5457
|
-
case
|
|
5458
|
-
return
|
|
5457
|
+
case mt:
|
|
5458
|
+
return m("flex items-center", {
|
|
5459
5459
|
"justify-center": n === "center",
|
|
5460
5460
|
"justify-start": n === "left",
|
|
5461
5461
|
"justify-end": n === "right",
|
|
@@ -5478,14 +5478,14 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5478
5478
|
switch (e) {
|
|
5479
5479
|
case rr:
|
|
5480
5480
|
case Bt:
|
|
5481
|
-
return
|
|
5481
|
+
return m({
|
|
5482
5482
|
"text-center": e === Bt,
|
|
5483
5483
|
[n]: t === "small",
|
|
5484
5484
|
[a]: t === "medium",
|
|
5485
5485
|
[i]: t === "large"
|
|
5486
5486
|
});
|
|
5487
|
-
case
|
|
5488
|
-
return
|
|
5487
|
+
case mt:
|
|
5488
|
+
return m({
|
|
5489
5489
|
[n]: t === "small" && (r || s),
|
|
5490
5490
|
[a]: t === "medium" && (r || s),
|
|
5491
5491
|
[i]: t === "large" && (r || s)
|
|
@@ -5495,7 +5495,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5495
5495
|
if (t)
|
|
5496
5496
|
return "not-prose";
|
|
5497
5497
|
if (s === "primary")
|
|
5498
|
-
return
|
|
5498
|
+
return m("not-prose", {
|
|
5499
5499
|
truncate: r,
|
|
5500
5500
|
"text-copy-dark": e === "light" || e === "system",
|
|
5501
5501
|
"text-copy-light": e === "dark" || e === "alt-system",
|
|
@@ -5503,7 +5503,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5503
5503
|
"dark:text-copy-dark": e === "alt-system"
|
|
5504
5504
|
});
|
|
5505
5505
|
if (s === "secondary")
|
|
5506
|
-
return
|
|
5506
|
+
return m("not-prose", {
|
|
5507
5507
|
truncate: r,
|
|
5508
5508
|
"text-copy-light": e === "light" || e === "system",
|
|
5509
5509
|
"text-copy-dark": e === "dark" || e === "alt-system",
|
|
@@ -5511,7 +5511,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5511
5511
|
"dark:text-copy-light": e === "alt-system"
|
|
5512
5512
|
});
|
|
5513
5513
|
if (s === "danger")
|
|
5514
|
-
return
|
|
5514
|
+
return m("not-prose", {
|
|
5515
5515
|
truncate: r,
|
|
5516
5516
|
"text-copy-light": e === "dark" || e === "system",
|
|
5517
5517
|
"text-copy-lighter": e === "light" || e === "alt-system",
|
|
@@ -5519,27 +5519,27 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5519
5519
|
"dark:text-copy-light": e === "alt-system"
|
|
5520
5520
|
});
|
|
5521
5521
|
if (s === "selected")
|
|
5522
|
-
return
|
|
5522
|
+
return m("not-prose text-copy-lighter", {
|
|
5523
5523
|
truncate: r
|
|
5524
5524
|
});
|
|
5525
5525
|
}, uo = ({ mode: e, noBackground: t, variant: r }) => {
|
|
5526
5526
|
if (!t) {
|
|
5527
5527
|
if (r === "primary")
|
|
5528
|
-
return
|
|
5528
|
+
return m({
|
|
5529
5529
|
"bg-action-light": e === "light",
|
|
5530
5530
|
"bg-action-dark": e === "dark",
|
|
5531
5531
|
"bg-action-light dark:bg-action-dark": e === "system",
|
|
5532
5532
|
"bg-action-dark dark:bg-action-light": e === "alt-system"
|
|
5533
5533
|
});
|
|
5534
5534
|
if (r === "secondary")
|
|
5535
|
-
return
|
|
5535
|
+
return m({
|
|
5536
5536
|
"bg-action-dark": e === "light",
|
|
5537
5537
|
"bg-action-light": e === "dark",
|
|
5538
5538
|
"bg-action-dark dark:bg-action-light": e === "system",
|
|
5539
5539
|
"bg-action-light dark:bg-action-dark": e === "alt-system"
|
|
5540
5540
|
});
|
|
5541
5541
|
if (r === "danger")
|
|
5542
|
-
return
|
|
5542
|
+
return m({
|
|
5543
5543
|
"bg-action-danger-dark": e === "dark",
|
|
5544
5544
|
"bg-action-danger-light": e === "light",
|
|
5545
5545
|
"bg-action-danger-dark dark:bg-action-danger-light": e === "system",
|
|
@@ -5548,7 +5548,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5548
5548
|
if (r === "selected")
|
|
5549
5549
|
return "bg-action-selected-dark";
|
|
5550
5550
|
}
|
|
5551
|
-
}, ho = ({ radius: e }) =>
|
|
5551
|
+
}, ho = ({ radius: e }) => m({
|
|
5552
5552
|
"rounded-full": e === "large",
|
|
5553
5553
|
"rounded-md": e === "medium",
|
|
5554
5554
|
"rounded-xs": e === "small"
|
|
@@ -5556,7 +5556,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5556
5556
|
if (t)
|
|
5557
5557
|
return "";
|
|
5558
5558
|
if (r === "primary")
|
|
5559
|
-
return
|
|
5559
|
+
return m({
|
|
5560
5560
|
"hover:text-copy-dark-hover": e === "light" || e === "system",
|
|
5561
5561
|
"hover:text-copy-light-hover": e === "dark" || e === "alt-system",
|
|
5562
5562
|
"dark:hover:text-copy-light-hover": e === "system",
|
|
@@ -5567,7 +5567,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5567
5567
|
"hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "alt-system"
|
|
5568
5568
|
});
|
|
5569
5569
|
if (r === "secondary")
|
|
5570
|
-
return
|
|
5570
|
+
return m({
|
|
5571
5571
|
"hover:text-copy-light-hover": e === "light" || e === "system",
|
|
5572
5572
|
"hover:text-copy-dark-hover": e === "dark" || e === "alt-system",
|
|
5573
5573
|
"dark:hover:text-copy-dark-hover": e === "system",
|
|
@@ -5578,7 +5578,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5578
5578
|
"hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "alt-system"
|
|
5579
5579
|
});
|
|
5580
5580
|
if (r === "danger")
|
|
5581
|
-
return
|
|
5581
|
+
return m("hover:text-copy-light-hover", {
|
|
5582
5582
|
"hover:bg-action-danger-dark-hover": e === "dark",
|
|
5583
5583
|
"hover:bg-action-danger-light-hover": e === "light",
|
|
5584
5584
|
"hover:bg-action-danger-dark-hover dark:hover:bg-action-danger-light-hover": e === "system",
|
|
@@ -5590,7 +5590,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5590
5590
|
if (t)
|
|
5591
5591
|
return "";
|
|
5592
5592
|
if (r === "primary")
|
|
5593
|
-
return
|
|
5593
|
+
return m({
|
|
5594
5594
|
"active:text-copy-light-active": e === "light" || e === "system",
|
|
5595
5595
|
"active:text-copy-medium-active": e === "dark" || e === "alt-system",
|
|
5596
5596
|
"dark:active:text-copy-medium-active": e === "system",
|
|
@@ -5601,7 +5601,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5601
5601
|
"active:bg-action-dark-active dark:active:bg-action-light-active": e === "alt-system"
|
|
5602
5602
|
});
|
|
5603
5603
|
if (r === "secondary")
|
|
5604
|
-
return
|
|
5604
|
+
return m({
|
|
5605
5605
|
"active:text-copy-medium-active": e === "light" || e === "system",
|
|
5606
5606
|
"active:text-copy-light-active": e === "dark" || e === "alt-system",
|
|
5607
5607
|
"dark:active:text-copy-light-active": e === "system",
|
|
@@ -5612,7 +5612,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5612
5612
|
"active:bg-action-light-active dark:active:bg-action-dark-active": e === "alt-system"
|
|
5613
5613
|
});
|
|
5614
5614
|
if (r === "danger")
|
|
5615
|
-
return
|
|
5615
|
+
return m("active:text-copy-lighter-active", {
|
|
5616
5616
|
"active:bg-action-danger-dark-active": e === "dark",
|
|
5617
5617
|
"active:bg-action-danger-light-active": e === "light",
|
|
5618
5618
|
"active:bg-action-danger-dark-active dark:active:bg-action-danger-light-active": e === "system",
|
|
@@ -5620,25 +5620,25 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5620
5620
|
});
|
|
5621
5621
|
if (r === "selected")
|
|
5622
5622
|
return "active:text-copy-lighter-active active:bg-action-selected-dark-active";
|
|
5623
|
-
},
|
|
5623
|
+
}, yo = ({ mode: e, noBorder: t, variant: r }) => {
|
|
5624
5624
|
if (t)
|
|
5625
5625
|
return "border border-transparent";
|
|
5626
5626
|
if (r === "primary")
|
|
5627
|
-
return
|
|
5627
|
+
return m("border", {
|
|
5628
5628
|
"border-border-medium": e === "light",
|
|
5629
5629
|
"border-border-accent": e === "dark",
|
|
5630
5630
|
"border-border-medium dark:border-border-accent": e === "system",
|
|
5631
5631
|
"border-border-accent dark:border-border-medium": e === "alt-system"
|
|
5632
5632
|
});
|
|
5633
5633
|
if (r === "secondary")
|
|
5634
|
-
return
|
|
5634
|
+
return m("border", {
|
|
5635
5635
|
"border-border-accent": e === "light",
|
|
5636
5636
|
"border-border-medium": e === "dark",
|
|
5637
5637
|
"border-border-accent dark:border-border-medium": e === "system",
|
|
5638
5638
|
"border-border-medium dark:border-border-accent": e === "alt-system"
|
|
5639
5639
|
});
|
|
5640
5640
|
if (r === "danger")
|
|
5641
|
-
return
|
|
5641
|
+
return m("border", {
|
|
5642
5642
|
"border-border-danger-dark": e === "dark",
|
|
5643
5643
|
"border-border-danger-medium": e === "light",
|
|
5644
5644
|
"border-border-danger-dark dark:border-border-danger-medium": e === "system",
|
|
@@ -5646,7 +5646,7 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5646
5646
|
});
|
|
5647
5647
|
if (r === "selected")
|
|
5648
5648
|
return "border border-border-selected-dark";
|
|
5649
|
-
},
|
|
5649
|
+
}, mo = ({ focusMode: e }) => m("focus:outline", "focus:outline-2", "focus:outline-offset-2", {
|
|
5650
5650
|
"focus:outline-focus-dark": e === "dark",
|
|
5651
5651
|
"focus:outline-focus-light": e === "light",
|
|
5652
5652
|
"focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
|
|
@@ -5672,10 +5672,10 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5672
5672
|
"dark:text-copy-light": e === "alt-system"
|
|
5673
5673
|
} : s === "selected" && (n = {
|
|
5674
5674
|
"text-copy-lighter": !0
|
|
5675
|
-
}),
|
|
5676
|
-
}, Eo = ({ animated: e }) =>
|
|
5675
|
+
}), m(n, r);
|
|
5676
|
+
}, Eo = ({ animated: e }) => m({
|
|
5677
5677
|
"transition-opacity duration-300 ease-in-out": e
|
|
5678
|
-
}), zs = ({ type: e, className: t, raw: r, mode: s, focusMode: n, disabled: a, fullWidth: i, size: o, noBorder: c, labelRight: f, labelLeft: d, noBackground: h, variant: u, truncate: p, align:
|
|
5678
|
+
}), zs = ({ type: e, className: t, raw: r, mode: s, focusMode: n, disabled: a, fullWidth: i, size: o, noBorder: c, labelRight: f, labelLeft: d, noBackground: h, variant: u, truncate: p, align: y, radius: g, animated: S }) => (u || (u = "primary"), r ? m(Mr, t) : m(Mr, lo({
|
|
5679
5679
|
mode: s,
|
|
5680
5680
|
variant: u,
|
|
5681
5681
|
noBackground: h,
|
|
@@ -5691,18 +5691,18 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5691
5691
|
size: o,
|
|
5692
5692
|
labelRight: f,
|
|
5693
5693
|
labelLeft: d,
|
|
5694
|
-
align:
|
|
5694
|
+
align: y,
|
|
5695
5695
|
animated: S
|
|
5696
5696
|
}), co({
|
|
5697
5697
|
type: e,
|
|
5698
5698
|
size: o,
|
|
5699
5699
|
labelRight: f,
|
|
5700
5700
|
labelLeft: d
|
|
5701
|
-
}),
|
|
5701
|
+
}), yo({
|
|
5702
5702
|
mode: s,
|
|
5703
5703
|
variant: u,
|
|
5704
5704
|
noBorder: c
|
|
5705
|
-
}),
|
|
5705
|
+
}), mo({
|
|
5706
5706
|
focusMode: n
|
|
5707
5707
|
}), fo({
|
|
5708
5708
|
mode: s,
|
|
@@ -5715,24 +5715,24 @@ const yt = "icon", rr = "button", Bt = "link", oo = ({ type: e, size: t, labelRi
|
|
|
5715
5715
|
}), {
|
|
5716
5716
|
"w-full": i,
|
|
5717
5717
|
"disabled:cursor-not-allowed disabled:opacity-50": a
|
|
5718
|
-
},
|
|
5719
|
-
"transition-[width] duration-300 ease-in": e ===
|
|
5718
|
+
}, m({
|
|
5719
|
+
"transition-[width] duration-300 ease-in": e === mt && S
|
|
5720
5720
|
}), t));
|
|
5721
5721
|
/*!
|
|
5722
|
-
@versini/ui-button v10.0.
|
|
5722
|
+
@versini/ui-button v10.0.8
|
|
5723
5723
|
© 2025 gizmette.com
|
|
5724
5724
|
*/
|
|
5725
5725
|
try {
|
|
5726
5726
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
5727
|
-
version: "10.0.
|
|
5728
|
-
buildTime: "12/
|
|
5727
|
+
version: "10.0.8",
|
|
5728
|
+
buildTime: "12/16/2025 01:48 PM EST",
|
|
5729
5729
|
homepage: "https://www.npmjs.com/package/@versini/ui-button",
|
|
5730
5730
|
license: "MIT"
|
|
5731
5731
|
});
|
|
5732
5732
|
} catch {
|
|
5733
5733
|
}
|
|
5734
5734
|
const qs = /* @__PURE__ */ re.forwardRef(({ children: e, disabled: t = !1, mode: r = "system", focusMode: s = "system", fullWidth: n = !1, className: a, size: i = "medium", raw: o = !1, noBorder: c = !1, variant: f = "primary", truncate: d = !1, radius: h = "large", ...u }, p) => {
|
|
5735
|
-
const
|
|
5735
|
+
const y = zs({
|
|
5736
5736
|
type: rr,
|
|
5737
5737
|
mode: r,
|
|
5738
5738
|
focusMode: s,
|
|
@@ -5748,7 +5748,7 @@ const qs = /* @__PURE__ */ re.forwardRef(({ children: e, disabled: t = !1, mode:
|
|
|
5748
5748
|
});
|
|
5749
5749
|
return /* @__PURE__ */ l(tr, {
|
|
5750
5750
|
ref: p,
|
|
5751
|
-
className:
|
|
5751
|
+
className: y,
|
|
5752
5752
|
disabled: t,
|
|
5753
5753
|
...u,
|
|
5754
5754
|
children: e
|
|
@@ -5756,13 +5756,13 @@ const qs = /* @__PURE__ */ re.forwardRef(({ children: e, disabled: t = !1, mode:
|
|
|
5756
5756
|
});
|
|
5757
5757
|
qs.displayName = "Button";
|
|
5758
5758
|
/*!
|
|
5759
|
-
@versini/ui-hooks v5.3.
|
|
5759
|
+
@versini/ui-hooks v5.3.2
|
|
5760
5760
|
© 2025 gizmette.com
|
|
5761
5761
|
*/
|
|
5762
5762
|
try {
|
|
5763
5763
|
window.__VERSINI_UI_HOOKS__ || (window.__VERSINI_UI_HOOKS__ = {
|
|
5764
|
-
version: "5.3.
|
|
5765
|
-
buildTime: "12/
|
|
5764
|
+
version: "5.3.2",
|
|
5765
|
+
buildTime: "12/16/2025 01:48 PM EST",
|
|
5766
5766
|
homepage: "https://www.npmjs.com/package/@versini/ui-hooks",
|
|
5767
5767
|
license: "MIT"
|
|
5768
5768
|
});
|
|
@@ -5772,9 +5772,9 @@ const Nr = [
|
|
|
5772
5772
|
"mousedown",
|
|
5773
5773
|
"touchstart"
|
|
5774
5774
|
];
|
|
5775
|
-
function
|
|
5776
|
-
const s =
|
|
5777
|
-
return
|
|
5775
|
+
function Vl(e, t, r) {
|
|
5776
|
+
const s = B(null);
|
|
5777
|
+
return O(() => {
|
|
5778
5778
|
const n = (a) => {
|
|
5779
5779
|
const i = a ? a.target : void 0;
|
|
5780
5780
|
if (Array.isArray(r)) {
|
|
@@ -5791,89 +5791,9 @@ function Gl(e, t, r) {
|
|
|
5791
5791
|
t
|
|
5792
5792
|
]), s;
|
|
5793
5793
|
}
|
|
5794
|
-
const wo = [
|
|
5795
|
-
'a[href]:not([disabled]):not([tabindex="-1"])',
|
|
5796
|
-
'button:not([disabled]):not([tabindex="-1"])',
|
|
5797
|
-
'textarea:not([disabled]):not([tabindex="-1"])',
|
|
5798
|
-
'input:not([disabled]):not([tabindex="-1"])',
|
|
5799
|
-
'select:not([disabled]):not([tabindex="-1"])',
|
|
5800
|
-
'[tabindex]:not([tabindex="-1"]):not([disabled])',
|
|
5801
|
-
'audio[controls]:not([tabindex="-1"])',
|
|
5802
|
-
'video[controls]:not([tabindex="-1"])',
|
|
5803
|
-
'details:not([tabindex="-1"])'
|
|
5804
|
-
].join(", ");
|
|
5805
|
-
function zl({ enabled: e, initialFocus: t = 0 }) {
|
|
5806
|
-
const r = D(null), s = D(null), n = A(() => {
|
|
5807
|
-
if (!r.current)
|
|
5808
|
-
return [];
|
|
5809
|
-
const c = r.current.querySelectorAll(wo);
|
|
5810
|
-
return Array.from(c).filter((f) => f.offsetParent !== null);
|
|
5811
|
-
}, []), a = A((c) => {
|
|
5812
|
-
if (typeof c == "number") {
|
|
5813
|
-
if (c === -1)
|
|
5814
|
-
return;
|
|
5815
|
-
const f = n();
|
|
5816
|
-
if (f.length > 0) {
|
|
5817
|
-
const d = Math.min(c, f.length - 1);
|
|
5818
|
-
f[d]?.focus();
|
|
5819
|
-
}
|
|
5820
|
-
} else c?.current && c.current.focus();
|
|
5821
|
-
}, [
|
|
5822
|
-
n
|
|
5823
|
-
]), i = A((c) => {
|
|
5824
|
-
if (c.key !== "Tab" || !r.current)
|
|
5825
|
-
return;
|
|
5826
|
-
const f = document.activeElement;
|
|
5827
|
-
if (f && !r.current.contains(f) && f.closest('[role="dialog"], [role="menu"]'))
|
|
5828
|
-
return;
|
|
5829
|
-
const d = n();
|
|
5830
|
-
if (d.length === 0) {
|
|
5831
|
-
c.preventDefault();
|
|
5832
|
-
return;
|
|
5833
|
-
}
|
|
5834
|
-
const h = d[0], u = d[d.length - 1];
|
|
5835
|
-
if (c.shiftKey && f === h) {
|
|
5836
|
-
c.preventDefault(), u?.focus();
|
|
5837
|
-
return;
|
|
5838
|
-
}
|
|
5839
|
-
if (!c.shiftKey && f === u) {
|
|
5840
|
-
c.preventDefault(), h?.focus();
|
|
5841
|
-
return;
|
|
5842
|
-
}
|
|
5843
|
-
r.current.contains(f) || (c.preventDefault(), c.shiftKey ? u?.focus() : h?.focus());
|
|
5844
|
-
}, [
|
|
5845
|
-
n
|
|
5846
|
-
]), o = A((c) => {
|
|
5847
|
-
if (!r.current || r.current.contains(c.target) || c.target?.closest('[role="dialog"], [role="menu"]'))
|
|
5848
|
-
return;
|
|
5849
|
-
const d = n();
|
|
5850
|
-
d.length > 0 && d[0]?.focus();
|
|
5851
|
-
}, [
|
|
5852
|
-
n
|
|
5853
|
-
]);
|
|
5854
|
-
return R(() => {
|
|
5855
|
-
if (!e)
|
|
5856
|
-
return;
|
|
5857
|
-
s.current = document.activeElement;
|
|
5858
|
-
const c = setTimeout(() => {
|
|
5859
|
-
a(t);
|
|
5860
|
-
}, 0);
|
|
5861
|
-
return document.addEventListener("keydown", i), document.addEventListener("focusin", o), () => {
|
|
5862
|
-
clearTimeout(c), document.removeEventListener("keydown", i), document.removeEventListener("focusin", o), s.current?.isConnected && s.current.focus();
|
|
5863
|
-
};
|
|
5864
|
-
}, [
|
|
5865
|
-
e,
|
|
5866
|
-
t,
|
|
5867
|
-
a,
|
|
5868
|
-
i,
|
|
5869
|
-
o
|
|
5870
|
-
]), {
|
|
5871
|
-
containerRef: r
|
|
5872
|
-
};
|
|
5873
|
-
}
|
|
5874
5794
|
const Ct = 50, xr = 120;
|
|
5875
5795
|
let oe = null, Je = 0;
|
|
5876
|
-
const
|
|
5796
|
+
const wo = () => {
|
|
5877
5797
|
if (typeof window > "u" || oe && document.body.contains(oe))
|
|
5878
5798
|
return;
|
|
5879
5799
|
const e = document.querySelector('label[data-haptic-singleton="true"]');
|
|
@@ -5886,24 +5806,24 @@ const So = () => {
|
|
|
5886
5806
|
t.type = "checkbox", t.setAttribute("switch", ""), t.style.display = "none", t.setAttribute("aria-hidden", "true"), t.dataset.hapticSingleton = "true";
|
|
5887
5807
|
const r = document.createElement("label");
|
|
5888
5808
|
r.style.display = "none", r.setAttribute("aria-hidden", "true"), r.dataset.hapticSingleton = "true", r.appendChild(t), document.body.appendChild(r), oe = r;
|
|
5889
|
-
},
|
|
5809
|
+
}, So = () => {
|
|
5890
5810
|
oe && document.body && document.body.contains(oe) && document.body.removeChild(oe), oe = null;
|
|
5891
|
-
},
|
|
5892
|
-
const e =
|
|
5893
|
-
|
|
5811
|
+
}, Gl = () => {
|
|
5812
|
+
const e = B(/* @__PURE__ */ new Set());
|
|
5813
|
+
O(() => {
|
|
5894
5814
|
Je++;
|
|
5895
5815
|
try {
|
|
5896
|
-
|
|
5816
|
+
wo();
|
|
5897
5817
|
} catch (s) {
|
|
5898
5818
|
throw Je--, s;
|
|
5899
5819
|
}
|
|
5900
5820
|
return () => {
|
|
5901
5821
|
for (const s of e.current)
|
|
5902
5822
|
clearTimeout(s);
|
|
5903
|
-
e.current.clear(), Je--, Je === 0 &&
|
|
5823
|
+
e.current.clear(), Je--, Je === 0 && So();
|
|
5904
5824
|
};
|
|
5905
5825
|
}, []);
|
|
5906
|
-
const t =
|
|
5826
|
+
const t = N(() => {
|
|
5907
5827
|
try {
|
|
5908
5828
|
if (navigator?.vibrate) {
|
|
5909
5829
|
navigator.vibrate(Ct);
|
|
@@ -5914,7 +5834,7 @@ const So = () => {
|
|
|
5914
5834
|
}
|
|
5915
5835
|
}, []);
|
|
5916
5836
|
return {
|
|
5917
|
-
haptic:
|
|
5837
|
+
haptic: N((s = 1) => {
|
|
5918
5838
|
if (!(typeof window > "u") && !(s < 1)) {
|
|
5919
5839
|
if (navigator?.vibrate && s > 1) {
|
|
5920
5840
|
const n = [];
|
|
@@ -5935,7 +5855,7 @@ const So = () => {
|
|
|
5935
5855
|
])
|
|
5936
5856
|
};
|
|
5937
5857
|
};
|
|
5938
|
-
function
|
|
5858
|
+
function bo(e) {
|
|
5939
5859
|
const t = e.toLowerCase().split("+").map((a) => a.trim()), r = {
|
|
5940
5860
|
alt: t.includes("alt"),
|
|
5941
5861
|
ctrl: t.includes("ctrl"),
|
|
@@ -5954,7 +5874,7 @@ function To(e) {
|
|
|
5954
5874
|
key: n
|
|
5955
5875
|
};
|
|
5956
5876
|
}
|
|
5957
|
-
function
|
|
5877
|
+
function To(e, t) {
|
|
5958
5878
|
const { alt: r, ctrl: s, meta: n, mod: a, shift: i, key: o } = e, { altKey: c, ctrlKey: f, metaKey: d, shiftKey: h, key: u } = t;
|
|
5959
5879
|
if (r !== c)
|
|
5960
5880
|
return !1;
|
|
@@ -5966,9 +5886,9 @@ function vo(e, t) {
|
|
|
5966
5886
|
return i !== h ? !1 : !!(o && (u.toLowerCase() === o.toLowerCase() || t.code.replace("Key", "").toLowerCase() === o.toLowerCase()));
|
|
5967
5887
|
}
|
|
5968
5888
|
function Ws(e) {
|
|
5969
|
-
return (t) =>
|
|
5889
|
+
return (t) => To(bo(e), t);
|
|
5970
5890
|
}
|
|
5971
|
-
function
|
|
5891
|
+
function zl(e) {
|
|
5972
5892
|
return (t) => {
|
|
5973
5893
|
const r = "nativeEvent" in t ? t.nativeEvent : t;
|
|
5974
5894
|
e.forEach(([s, n, a = {
|
|
@@ -5978,20 +5898,20 @@ function Wl(e) {
|
|
|
5978
5898
|
});
|
|
5979
5899
|
};
|
|
5980
5900
|
}
|
|
5981
|
-
function
|
|
5901
|
+
function vo(e, t, r = !1) {
|
|
5982
5902
|
return e.target instanceof HTMLElement ? (r || !e.target.isContentEditable) && !t.includes(e.target.tagName) : !0;
|
|
5983
5903
|
}
|
|
5984
|
-
function
|
|
5904
|
+
function ql(e, t = [
|
|
5985
5905
|
"INPUT",
|
|
5986
5906
|
"TEXTAREA",
|
|
5987
5907
|
"SELECT"
|
|
5988
5908
|
], r = !1) {
|
|
5989
|
-
|
|
5909
|
+
O(() => {
|
|
5990
5910
|
const s = (n) => {
|
|
5991
5911
|
e.forEach(([a, i, o = {
|
|
5992
5912
|
preventDefault: !0
|
|
5993
5913
|
}]) => {
|
|
5994
|
-
Ws(a)(n) &&
|
|
5914
|
+
Ws(a)(n) && vo(n, t, r) && (o.preventDefault && n.preventDefault(), i(n));
|
|
5995
5915
|
});
|
|
5996
5916
|
};
|
|
5997
5917
|
return document.documentElement.addEventListener("keydown", s), () => document.documentElement.removeEventListener("keydown", s);
|
|
@@ -6001,15 +5921,15 @@ function jl(e, t = [
|
|
|
6001
5921
|
r
|
|
6002
5922
|
]);
|
|
6003
5923
|
}
|
|
6004
|
-
function
|
|
6005
|
-
const [r, s] = Z(!1), n =
|
|
5924
|
+
function Wl(e, t) {
|
|
5925
|
+
const [r, s] = Z(!1), n = B(null), a = B(null), i = N(() => {
|
|
6006
5926
|
s((c) => (!c && (!n.current || n.current === -1) && (n.current = window.setInterval(a.current, t)), !0));
|
|
6007
5927
|
}, [
|
|
6008
5928
|
t
|
|
6009
|
-
]), o =
|
|
5929
|
+
]), o = N(() => {
|
|
6010
5930
|
s(!1), window.clearInterval(n.current || -1), n.current = -1;
|
|
6011
5931
|
}, []);
|
|
6012
|
-
return
|
|
5932
|
+
return O(() => (a.current = e, r && i(), o), [
|
|
6013
5933
|
e,
|
|
6014
5934
|
r,
|
|
6015
5935
|
i,
|
|
@@ -6020,20 +5940,20 @@ function Ql(e, t) {
|
|
|
6020
5940
|
active: r
|
|
6021
5941
|
};
|
|
6022
5942
|
}
|
|
6023
|
-
function
|
|
6024
|
-
const e =
|
|
5943
|
+
function jl() {
|
|
5944
|
+
const e = B(null), [t, r] = Z(!1);
|
|
6025
5945
|
return {
|
|
6026
|
-
ref:
|
|
5946
|
+
ref: N((n) => {
|
|
6027
5947
|
typeof IntersectionObserver < "u" && (n && !e.current ? e.current = new IntersectionObserver((a) => r(a.some((i) => i.isIntersecting))) : e.current?.disconnect(), n ? e.current?.observe(n) : r(!1));
|
|
6028
5948
|
}, []),
|
|
6029
5949
|
inViewport: t
|
|
6030
5950
|
};
|
|
6031
5951
|
}
|
|
6032
|
-
function
|
|
6033
|
-
const e =
|
|
6034
|
-
return
|
|
5952
|
+
function Io() {
|
|
5953
|
+
const e = B(!1);
|
|
5954
|
+
return O(() => (e.current = !0, () => {
|
|
6035
5955
|
e.current = !1;
|
|
6036
|
-
}), []),
|
|
5956
|
+
}), []), N(() => e.current, []);
|
|
6037
5957
|
}
|
|
6038
5958
|
function js(e, t) {
|
|
6039
5959
|
window.dispatchEvent(new StorageEvent("storage", {
|
|
@@ -6044,31 +5964,31 @@ function js(e, t) {
|
|
|
6044
5964
|
const Lr = (e, t) => {
|
|
6045
5965
|
const r = JSON.stringify(typeof t == "function" ? t() : t);
|
|
6046
5966
|
window.localStorage.setItem(e, r), js(e, r);
|
|
6047
|
-
},
|
|
5967
|
+
}, _o = (e) => {
|
|
6048
5968
|
window.localStorage.removeItem(e), js(e, null);
|
|
6049
|
-
}, Dr = (e) => window.localStorage.getItem(e),
|
|
6050
|
-
function
|
|
6051
|
-
const s = Gr(
|
|
5969
|
+
}, Dr = (e) => window.localStorage.getItem(e), Ao = (e) => (window.addEventListener("storage", e), () => window.removeEventListener("storage", e));
|
|
5970
|
+
function Ql({ key: e, initialValue: t }) {
|
|
5971
|
+
const s = Gr(Ao, () => Dr(e)), n = N((o) => {
|
|
6052
5972
|
try {
|
|
6053
5973
|
const c = typeof o == "function" ? o(JSON.parse(s)) : o;
|
|
6054
|
-
c == null ?
|
|
5974
|
+
c == null ? _o(e) : Lr(e, c);
|
|
6055
5975
|
} catch (c) {
|
|
6056
5976
|
console.warn(c);
|
|
6057
5977
|
}
|
|
6058
5978
|
}, [
|
|
6059
5979
|
e,
|
|
6060
5980
|
s
|
|
6061
|
-
]), a =
|
|
5981
|
+
]), a = N(() => {
|
|
6062
5982
|
n(t);
|
|
6063
5983
|
}, [
|
|
6064
5984
|
t,
|
|
6065
5985
|
n
|
|
6066
|
-
]), i =
|
|
5986
|
+
]), i = N(() => {
|
|
6067
5987
|
n(null);
|
|
6068
5988
|
}, [
|
|
6069
5989
|
n
|
|
6070
5990
|
]);
|
|
6071
|
-
return
|
|
5991
|
+
return O(() => {
|
|
6072
5992
|
try {
|
|
6073
5993
|
Dr(e) === null && typeof t < "u" && Lr(e, t);
|
|
6074
5994
|
} catch (o) {
|
|
@@ -6094,7 +6014,7 @@ function Qs(e) {
|
|
|
6094
6014
|
...e
|
|
6095
6015
|
]);
|
|
6096
6016
|
}
|
|
6097
|
-
const
|
|
6017
|
+
const Ro = {
|
|
6098
6018
|
x: 0,
|
|
6099
6019
|
y: 0,
|
|
6100
6020
|
width: 0,
|
|
@@ -6105,7 +6025,7 @@ const Oo = {
|
|
|
6105
6025
|
right: 0
|
|
6106
6026
|
};
|
|
6107
6027
|
function tt(e) {
|
|
6108
|
-
const t =
|
|
6028
|
+
const t = Io(), r = B(0), s = B(null), [n, a] = Z(Ro), i = Be(() => typeof ResizeObserver > "u" ? null : new ResizeObserver((o) => {
|
|
6109
6029
|
const c = o[0];
|
|
6110
6030
|
c && (cancelAnimationFrame(r.current), r.current = requestAnimationFrame(() => {
|
|
6111
6031
|
s.current && t() && a(c.contentRect);
|
|
@@ -6113,7 +6033,7 @@ function tt(e) {
|
|
|
6113
6033
|
}), [
|
|
6114
6034
|
t
|
|
6115
6035
|
]);
|
|
6116
|
-
return
|
|
6036
|
+
return O(() => (s.current && i?.observe(s.current, e), () => {
|
|
6117
6037
|
i?.disconnect(), r.current && cancelAnimationFrame(r.current);
|
|
6118
6038
|
}), [
|
|
6119
6039
|
i,
|
|
@@ -6123,12 +6043,12 @@ function tt(e) {
|
|
|
6123
6043
|
n
|
|
6124
6044
|
];
|
|
6125
6045
|
}
|
|
6126
|
-
function
|
|
6046
|
+
function Yl({ value: e, defaultValue: t, finalValue: r, onChange: s = () => {
|
|
6127
6047
|
}, initialControlledDelay: n = 0 }) {
|
|
6128
6048
|
const [a, i] = Z(!1), [o, c] = Z(t !== void 0 ? t : r), f = (d) => {
|
|
6129
6049
|
c(d), s?.(d);
|
|
6130
6050
|
};
|
|
6131
|
-
return
|
|
6051
|
+
return O(() => {
|
|
6132
6052
|
(async () => e !== void 0 && !a && n > 0 && (await new Promise((d) => setTimeout(d, n)), i(!0)))();
|
|
6133
6053
|
}, [
|
|
6134
6054
|
e,
|
|
@@ -6160,36 +6080,36 @@ function Ys(e) {
|
|
|
6160
6080
|
}
|
|
6161
6081
|
}
|
|
6162
6082
|
function $r(e, t) {
|
|
6163
|
-
|
|
6083
|
+
O(() => (window.addEventListener(e, t, {
|
|
6164
6084
|
passive: !0
|
|
6165
6085
|
}), () => window.removeEventListener(e, t)), [
|
|
6166
6086
|
e,
|
|
6167
6087
|
t
|
|
6168
6088
|
]);
|
|
6169
6089
|
}
|
|
6170
|
-
function
|
|
6090
|
+
function Jl() {
|
|
6171
6091
|
const [e, t] = Z({
|
|
6172
6092
|
width: 0,
|
|
6173
6093
|
height: 0
|
|
6174
|
-
}), r =
|
|
6094
|
+
}), r = N(() => {
|
|
6175
6095
|
t({
|
|
6176
6096
|
width: window.innerWidth || 0,
|
|
6177
6097
|
height: window.innerHeight || 0
|
|
6178
6098
|
});
|
|
6179
6099
|
}, []);
|
|
6180
|
-
return $r("resize", r), $r("orientationchange", r),
|
|
6100
|
+
return $r("resize", r), $r("orientationchange", r), O(r, []), e;
|
|
6181
6101
|
}
|
|
6182
|
-
function
|
|
6102
|
+
function Xl() {
|
|
6183
6103
|
const [e, t] = Z({
|
|
6184
6104
|
width: 0,
|
|
6185
6105
|
height: 0
|
|
6186
|
-
}), r =
|
|
6106
|
+
}), r = N(() => {
|
|
6187
6107
|
t({
|
|
6188
6108
|
width: window?.visualViewport?.width || window.innerWidth || 0,
|
|
6189
6109
|
height: window?.visualViewport?.height || window.innerHeight || 0
|
|
6190
6110
|
});
|
|
6191
6111
|
}, []);
|
|
6192
|
-
return
|
|
6112
|
+
return O(() => (r(), window.visualViewport && (window.visualViewport.addEventListener("resize", r, {
|
|
6193
6113
|
passive: !0
|
|
6194
6114
|
}), window.visualViewport.addEventListener("orientationchange", r, {
|
|
6195
6115
|
passive: !0
|
|
@@ -6200,13 +6120,13 @@ function eu() {
|
|
|
6200
6120
|
]), e;
|
|
6201
6121
|
}
|
|
6202
6122
|
/*!
|
|
6203
|
-
@versini/ui-button v10.0.
|
|
6123
|
+
@versini/ui-button v10.0.8
|
|
6204
6124
|
© 2025 gizmette.com
|
|
6205
6125
|
*/
|
|
6206
6126
|
try {
|
|
6207
6127
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
6208
|
-
version: "10.0.
|
|
6209
|
-
buildTime: "12/
|
|
6128
|
+
version: "10.0.8",
|
|
6129
|
+
buildTime: "12/16/2025 01:48 PM EST",
|
|
6210
6130
|
homepage: "https://www.npmjs.com/package/@versini/ui-button",
|
|
6211
6131
|
license: "MIT"
|
|
6212
6132
|
});
|
|
@@ -6216,13 +6136,13 @@ const Xe = {
|
|
|
6216
6136
|
small: 24,
|
|
6217
6137
|
medium: 32,
|
|
6218
6138
|
large: 48
|
|
6219
|
-
},
|
|
6139
|
+
}, Oo = {
|
|
6220
6140
|
small: 16,
|
|
6221
6141
|
medium: 24,
|
|
6222
6142
|
large: 32
|
|
6223
|
-
},
|
|
6143
|
+
}, Co = 2, ko = 300, Kt = /* @__PURE__ */ re.forwardRef(({ children: e, disabled: t = !1, mode: r = "system", focusMode: s = "system", fullWidth: n = !1, className: a, type: i = "button", raw: o = !1, noBorder: c = !1, "aria-label": f, label: d, size: h = "medium", labelRight: u, labelLeft: p, noBackground: y = !1, align: g = "center", radius: S = "large", variant: b = "secondary", iconClassName: x, animated: A = !1, ...J }, P) => {
|
|
6224
6144
|
const se = zs({
|
|
6225
|
-
type:
|
|
6145
|
+
type: mt,
|
|
6226
6146
|
mode: r,
|
|
6227
6147
|
focusMode: s,
|
|
6228
6148
|
fullWidth: n,
|
|
@@ -6233,47 +6153,47 @@ const Xe = {
|
|
|
6233
6153
|
size: h,
|
|
6234
6154
|
labelRight: u,
|
|
6235
6155
|
labelLeft: p,
|
|
6236
|
-
noBackground:
|
|
6156
|
+
noBackground: y,
|
|
6237
6157
|
align: g,
|
|
6238
6158
|
radius: S,
|
|
6239
6159
|
variant: b,
|
|
6240
|
-
animated:
|
|
6241
|
-
}),
|
|
6160
|
+
animated: A
|
|
6161
|
+
}), M = go({
|
|
6242
6162
|
mode: r,
|
|
6243
6163
|
raw: o,
|
|
6244
6164
|
iconClassName: x,
|
|
6245
6165
|
variant: b
|
|
6246
6166
|
}), I = Eo({
|
|
6247
|
-
animated:
|
|
6248
|
-
}), G = "flex items-center justify-center relative w-full h-full overflow-hidden", [
|
|
6249
|
-
|
|
6167
|
+
animated: A
|
|
6168
|
+
}), G = "flex items-center justify-center relative w-full h-full overflow-hidden", [C, R] = tt(), [D, ee] = tt(), [me, Ae] = tt(), T = B(0), _ = B(null), v = B(null), ge = Qs([
|
|
6169
|
+
P,
|
|
6250
6170
|
_
|
|
6251
6171
|
]);
|
|
6252
6172
|
return st(() => {
|
|
6253
|
-
|
|
6173
|
+
me && me.current && A && (T.current = Ae.width + Oo[h] + (c ? 0 : Co), _.current && !_.current.style.width && (_.current.style.width = `${Xe[h]}px`));
|
|
6254
6174
|
}, [
|
|
6255
6175
|
Ae,
|
|
6256
|
-
|
|
6176
|
+
me,
|
|
6257
6177
|
h,
|
|
6258
6178
|
c,
|
|
6259
|
-
|
|
6179
|
+
A
|
|
6260
6180
|
]), st(() => {
|
|
6261
|
-
if (_ && _.current &&
|
|
6181
|
+
if (_ && _.current && A) {
|
|
6262
6182
|
let Ee = Xe[h];
|
|
6263
|
-
u &&
|
|
6264
|
-
|
|
6265
|
-
},
|
|
6183
|
+
u && C && R.width > 0 ? Ee = R.width + T.current : p && D && ee.width > 0 && (Ee = ee.width + T.current), v.current && clearTimeout(v.current), Ee !== parseInt(_.current.style.width || "0", 10) && (C.current && (C.current.style.opacity = "0"), D.current && (D.current.style.opacity = "0"), _.current.style.width = `${Ee}px`, Ee > Xe[h] && (v.current = setTimeout(() => {
|
|
6184
|
+
C.current && u && (C.current.style.opacity = "1"), D.current && p && (D.current.style.opacity = "1"), v.current = null;
|
|
6185
|
+
}, ko * 0.8))), Ee === Xe[h] && (C.current && (C.current.style.opacity = "0"), D.current && (D.current.style.opacity = "0"));
|
|
6266
6186
|
}
|
|
6267
6187
|
}, [
|
|
6268
|
-
|
|
6188
|
+
R,
|
|
6269
6189
|
u,
|
|
6270
|
-
|
|
6190
|
+
C,
|
|
6271
6191
|
ee,
|
|
6272
6192
|
p,
|
|
6273
|
-
|
|
6193
|
+
D,
|
|
6274
6194
|
h,
|
|
6275
|
-
|
|
6276
|
-
]),
|
|
6195
|
+
A
|
|
6196
|
+
]), O(() => () => {
|
|
6277
6197
|
v.current && clearTimeout(v.current);
|
|
6278
6198
|
}, []), /* @__PURE__ */ l(tr, {
|
|
6279
6199
|
ref: ge,
|
|
@@ -6287,22 +6207,22 @@ const Xe = {
|
|
|
6287
6207
|
children: [
|
|
6288
6208
|
/* @__PURE__ */ l(Ur, {
|
|
6289
6209
|
label: p,
|
|
6290
|
-
labelRef:
|
|
6210
|
+
labelRef: D,
|
|
6291
6211
|
labelClass: I,
|
|
6292
6212
|
labelInnerClass: "pr-2",
|
|
6293
|
-
initiallyHidden:
|
|
6213
|
+
initiallyHidden: A
|
|
6294
6214
|
}),
|
|
6295
6215
|
/* @__PURE__ */ l("span", {
|
|
6296
|
-
ref:
|
|
6297
|
-
className:
|
|
6216
|
+
ref: me,
|
|
6217
|
+
className: M,
|
|
6298
6218
|
children: e
|
|
6299
6219
|
}),
|
|
6300
6220
|
/* @__PURE__ */ l(Ur, {
|
|
6301
6221
|
label: u,
|
|
6302
|
-
labelRef:
|
|
6222
|
+
labelRef: C,
|
|
6303
6223
|
labelClass: I,
|
|
6304
6224
|
labelInnerClass: "pl-2",
|
|
6305
|
-
initiallyHidden:
|
|
6225
|
+
initiallyHidden: A
|
|
6306
6226
|
})
|
|
6307
6227
|
]
|
|
6308
6228
|
})
|
|
@@ -6320,20 +6240,20 @@ const Xe = {
|
|
|
6320
6240
|
});
|
|
6321
6241
|
Kt.displayName = "ButtonIcon";
|
|
6322
6242
|
/*!
|
|
6323
|
-
@versini/ui-card v5.2.
|
|
6243
|
+
@versini/ui-card v5.2.6
|
|
6324
6244
|
© 2025 gizmette.com
|
|
6325
6245
|
*/
|
|
6326
6246
|
try {
|
|
6327
6247
|
window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
|
|
6328
|
-
version: "5.2.
|
|
6329
|
-
buildTime: "12/
|
|
6248
|
+
version: "5.2.6",
|
|
6249
|
+
buildTime: "12/16/2025 01:49 PM EST",
|
|
6330
6250
|
homepage: "https://www.npmjs.com/package/@versini/ui-card",
|
|
6331
6251
|
license: "MIT"
|
|
6332
6252
|
});
|
|
6333
6253
|
} catch {
|
|
6334
6254
|
}
|
|
6335
|
-
const rt = "av-card",
|
|
6336
|
-
const o =
|
|
6255
|
+
const rt = "av-card", Po = ({ className: e, headerClassName: t, bodyClassName: r, footerClassName: s, mode: n, compact: a, noBorder: i }) => {
|
|
6256
|
+
const o = m(rt, "rounded-md", {
|
|
6337
6257
|
"border-none": i,
|
|
6338
6258
|
border: !i,
|
|
6339
6259
|
"p-4": !a,
|
|
@@ -6343,7 +6263,7 @@ const rt = "av-card", Mo = ({ className: e, headerClassName: t, bodyClassName: r
|
|
|
6343
6263
|
"border-border-dark bg-surface-lighter text-copy-dark": n === "light",
|
|
6344
6264
|
"border-border-dark bg-surface-lighter text-copy-dark dark:border-border-accent dark:bg-surface-dark dark:text-copy-light": n === "system",
|
|
6345
6265
|
"border-border-accent bg-surface-dark text-copy-light dark:border-border-dark dark:bg-surface-lighter dark:text-copy-dark": n === "alt-system"
|
|
6346
|
-
}, e), c = t ||
|
|
6266
|
+
}, e), c = t || m(`${rt}__header mt-0 border-b`, {
|
|
6347
6267
|
"text-copy-light border-border-accent": n === "darker",
|
|
6348
6268
|
"border-border-accent": n === "dark",
|
|
6349
6269
|
"border-border-medium": n === "light",
|
|
@@ -6351,7 +6271,7 @@ const rt = "av-card", Mo = ({ className: e, headerClassName: t, bodyClassName: r
|
|
|
6351
6271
|
"border-border-accent dark:border-border-medium": n === "alt-system",
|
|
6352
6272
|
"mb-4": !a,
|
|
6353
6273
|
"mb-2": a
|
|
6354
|
-
}), f =
|
|
6274
|
+
}), f = m(r), d = s || m(`${rt}__footer pt-2`);
|
|
6355
6275
|
return {
|
|
6356
6276
|
wrapper: o,
|
|
6357
6277
|
header: c,
|
|
@@ -6359,7 +6279,7 @@ const rt = "av-card", Mo = ({ className: e, headerClassName: t, bodyClassName: r
|
|
|
6359
6279
|
footer: d
|
|
6360
6280
|
};
|
|
6361
6281
|
};
|
|
6362
|
-
function
|
|
6282
|
+
function Mo({ id: e, content: t, userAriaLabelledby: r, className: s }) {
|
|
6363
6283
|
return typeof t == "string" ? /* @__PURE__ */ l("h2", {
|
|
6364
6284
|
id: e,
|
|
6365
6285
|
className: s,
|
|
@@ -6373,9 +6293,9 @@ function No({ id: e, content: t, userAriaLabelledby: r, className: s }) {
|
|
|
6373
6293
|
children: t
|
|
6374
6294
|
}) : null;
|
|
6375
6295
|
}
|
|
6376
|
-
const
|
|
6296
|
+
const No = ({ header: e, headerClassName: t, footer: r, footerClassName: s, children: n, className: a, bodyClassName: i, "aria-labelledby": o, mode: c = "system", compact: f = !1, noBorder: d = !1, ...h }) => {
|
|
6377
6297
|
let u = null, p = null;
|
|
6378
|
-
const
|
|
6298
|
+
const y = typeof e == "string", g = Ys(rt), S = Po({
|
|
6379
6299
|
className: a,
|
|
6380
6300
|
headerClassName: t,
|
|
6381
6301
|
bodyClassName: i,
|
|
@@ -6384,7 +6304,7 @@ const xo = ({ header: e, headerClassName: t, footer: r, footerClassName: s, chil
|
|
|
6384
6304
|
compact: f,
|
|
6385
6305
|
noBorder: d
|
|
6386
6306
|
});
|
|
6387
|
-
return
|
|
6307
|
+
return y ? (u = g, p = u) : !y && e && o ? (u = null, p = o) : !y && e && !o ? (u = g, p = u) : (u = null, p = o || null), /* @__PURE__ */ l("div", {
|
|
6388
6308
|
className: S.wrapper,
|
|
6389
6309
|
children: /* @__PURE__ */ E("section", {
|
|
6390
6310
|
...p && {
|
|
@@ -6393,7 +6313,7 @@ const xo = ({ header: e, headerClassName: t, footer: r, footerClassName: s, chil
|
|
|
6393
6313
|
className: S.body,
|
|
6394
6314
|
...h,
|
|
6395
6315
|
children: [
|
|
6396
|
-
/* @__PURE__ */ l(
|
|
6316
|
+
/* @__PURE__ */ l(Mo, {
|
|
6397
6317
|
...u && {
|
|
6398
6318
|
id: u
|
|
6399
6319
|
},
|
|
@@ -6439,7 +6359,7 @@ try {
|
|
|
6439
6359
|
} catch {
|
|
6440
6360
|
}
|
|
6441
6361
|
const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n, size: a, title: i, semantic: o = !1, ...c }) => {
|
|
6442
|
-
const f =
|
|
6362
|
+
const f = m(a, s);
|
|
6443
6363
|
return /* @__PURE__ */ E("svg", {
|
|
6444
6364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6445
6365
|
className: f,
|
|
@@ -6456,7 +6376,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6456
6376
|
e
|
|
6457
6377
|
]
|
|
6458
6378
|
});
|
|
6459
|
-
},
|
|
6379
|
+
}, Zl = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6460
6380
|
defaultViewBox: "0 0 448 512",
|
|
6461
6381
|
size: "size-5",
|
|
6462
6382
|
viewBox: t,
|
|
@@ -6466,7 +6386,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6466
6386
|
children: /* @__PURE__ */ l("path", {
|
|
6467
6387
|
d: "M240 64c0-8.8-7.2-16-16-16s-16 7.2-16 16v176H32c-8.8 0-16 7.2-16 16s7.2 16 16 16h176v176c0 8.8 7.2 16 16 16s16-7.2 16-16V272h176c8.8 0 16-7.2 16-16s-7.2-16-16-16H240z"
|
|
6468
6388
|
})
|
|
6469
|
-
}),
|
|
6389
|
+
}), eu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6470
6390
|
defaultViewBox: "0 0 24 24",
|
|
6471
6391
|
size: "size-5",
|
|
6472
6392
|
viewBox: t,
|
|
@@ -6476,7 +6396,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6476
6396
|
children: /* @__PURE__ */ l("path", {
|
|
6477
6397
|
d: "M17.304 3.541h-3.672l6.696 16.918H24Zm-10.608 0L0 20.459h3.744l1.37-3.553h7.005l1.369 3.553h3.744L10.536 3.541Zm-.371 10.223L8.616 7.82l2.291 5.945Z"
|
|
6478
6398
|
})
|
|
6479
|
-
}),
|
|
6399
|
+
}), tu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6480
6400
|
defaultViewBox: "0 0 512 512",
|
|
6481
6401
|
size: "size-5",
|
|
6482
6402
|
viewBox: t,
|
|
@@ -6492,7 +6412,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6492
6412
|
d: "M32 0h160c17.7 0 32 14.3 32 32s-14.3 32-32 32h-82.7l233.3 233.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L64 109.3V192c0 17.7-14.3 32-32 32S0 209.7 0 192V32C0 14.3 14.3 0 32 0"
|
|
6493
6413
|
})
|
|
6494
6414
|
]
|
|
6495
|
-
}),
|
|
6415
|
+
}), ru = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6496
6416
|
defaultViewBox: "0 0 448 512",
|
|
6497
6417
|
size: "size-5",
|
|
6498
6418
|
viewBox: t,
|
|
@@ -6508,7 +6428,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6508
6428
|
d: "M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h368c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-66.7c18.6-6.6 32-24.4 32-45.3V48c0-26.5-21.5-48-48-48zm320 416v64H64c-17.7 0-32-14.3-32-32s14.3-32 32-32zM64 384c-11.7 0-22.6 3.1-32 8.6V64c0-17.7 14.3-32 32-32h336c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16zm201.9-213.1-16.5 38.6-38.6 16.5c-19.4 8.3-19.4 35.8 0 44.1l38.6 16.5 16.5 38.6c8.3 19.4 35.8 19.4 44.1 0l16.5-38.6 38.6-16.5c19.4-8.3 19.4-35.8 0-44.1l-38.6-16.5-16.5-38.6c-8.3-19.4-35.8-19.4-44.1 0m22.1 29.7 11.7 27.3c1.6 3.8 4.6 6.8 8.4 8.4l27.3 11.7-27.3 11.7c-3.8 1.6-6.8 4.6-8.4 8.4L288 295.4l-11.7-27.3c-1.6-3.8-4.6-6.8-8.4-8.4L240.6 248l27.3-11.7c3.8-1.6 6.8-4.6 8.4-8.4zm-135-78.8 7-14 7 14c1.5 3.1 4.1 5.6 7.2 7.2l14 7-14 7c-3.1 1.5-5.6 4.1-7.2 7.2l-7 14-7-14c-1.5-3.1-4.1-5.6-7.2-7.2l-14-7 14-7c3.1-1.5 5.6-4.1 7.2-7.2m28.5-42.7c-8.8-17.7-34.1-17.7-42.9 0l-11.8 23.6-23.6 11.8c-17.7 8.8-17.7 34.1 0 42.9l23.6 11.8 11.8 23.6c8.8 17.7 34.1 17.7 42.9 0l11.8-23.6 23.6-11.8c17.7-8.8 17.7-34.1 0-42.9l-23.6-11.8-11.8-23.5z"
|
|
6509
6429
|
})
|
|
6510
6430
|
]
|
|
6511
|
-
}),
|
|
6431
|
+
}), su = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6512
6432
|
defaultViewBox: "0 0 448 512",
|
|
6513
6433
|
size: "size-5",
|
|
6514
6434
|
viewBox: t,
|
|
@@ -6524,7 +6444,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6524
6444
|
d: "M368 96c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48zM48 224c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48z"
|
|
6525
6445
|
})
|
|
6526
6446
|
]
|
|
6527
|
-
}),
|
|
6447
|
+
}), nu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6528
6448
|
defaultViewBox: "0 0 384 512",
|
|
6529
6449
|
size: "size-5",
|
|
6530
6450
|
viewBox: t,
|
|
@@ -6535,7 +6455,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6535
6455
|
d: "M297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3z",
|
|
6536
6456
|
opacity: s ? "1" : "0.4"
|
|
6537
6457
|
})
|
|
6538
|
-
}),
|
|
6458
|
+
}), au = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6539
6459
|
defaultViewBox: "0 0 384 512",
|
|
6540
6460
|
size: "size-5",
|
|
6541
6461
|
viewBox: t,
|
|
@@ -6545,7 +6465,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6545
6465
|
children: /* @__PURE__ */ l("path", {
|
|
6546
6466
|
d: "M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256l132.5-132.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.6 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6z"
|
|
6547
6467
|
})
|
|
6548
|
-
}),
|
|
6468
|
+
}), iu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6549
6469
|
defaultViewBox: "0 0 448 512",
|
|
6550
6470
|
size: "size-5",
|
|
6551
6471
|
viewBox: t,
|
|
@@ -6561,7 +6481,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6561
6481
|
d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z"
|
|
6562
6482
|
})
|
|
6563
6483
|
]
|
|
6564
|
-
}),
|
|
6484
|
+
}), ou = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6565
6485
|
defaultViewBox: "0 0 512 512",
|
|
6566
6486
|
size: "size-5",
|
|
6567
6487
|
viewBox: t,
|
|
@@ -6571,7 +6491,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6571
6491
|
children: /* @__PURE__ */ l("path", {
|
|
6572
6492
|
d: "M64 464h224c8.8 0 16-7.2 16-16v-64h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16m160-160h224c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16m-64-16V64c0-35.3 28.7-64 64-64h224c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64"
|
|
6573
6493
|
})
|
|
6574
|
-
}),
|
|
6494
|
+
}), cu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6575
6495
|
defaultViewBox: "0 0 448 512",
|
|
6576
6496
|
size: "size-5",
|
|
6577
6497
|
viewBox: t,
|
|
@@ -6587,7 +6507,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6587
6507
|
d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3C307.4 6.8 296.3 0 284.2 0z"
|
|
6588
6508
|
})
|
|
6589
6509
|
]
|
|
6590
|
-
}),
|
|
6510
|
+
}), xo = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6591
6511
|
defaultViewBox: "0 0 1200 500",
|
|
6592
6512
|
size: "w-full",
|
|
6593
6513
|
viewBox: t,
|
|
@@ -6597,7 +6517,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6597
6517
|
children: /* @__PURE__ */ l("path", {
|
|
6598
6518
|
d: "M927.943 30.81c0-2.381-1.191-5.954-3.573-7.145-7.146-4.763-19.055-1.19-26.2 0-17.864 2.382-34.537 4.764-53.592 4.764-26.2 0-53.591-1.19-79.791-4.764-23.819-3.572-44.064-10.718-69.074-3.572-35.727 9.527-58.355 38.109-57.164 75.028 1.191 21.436-2.382 38.109-9.527 57.164-7.146 17.864-15.482 20.245-32.155 20.245-115.52 0-229.848-1.19-345.367 0h-63.119c-29.773 0-59.546 5.955-89.319 0-21.436-4.763-42.873-15.482-58.355-30.964-3.573-3.572-10.718-14.29-14.29-14.29-4.765 1.19-4.765 15.481-4.765 19.054 0 15.482 5.955 30.964 5.955 46.446s-7.145 28.582-11.91 42.873c-4.763 16.673-4.763 33.346-2.381 50.019 4.764 27.39 9.527 55.973 11.91 84.555 2.381 25.01 2.381 48.828 4.763 73.837 2.382 20.246 3.573 29.773 29.773 33.346 30.964 4.764 30.964-5.955 38.11-26.2 9.527-25.01 17.863-51.21 27.39-76.22 8.337-19.054 15.482-60.736 67.883-40.49 28.582 10.718 58.355 16.672 88.128 25.009 32.155 8.336 65.5 16.673 97.655 22.627 65.501 13.1 132.193 20.246 200.075 23.819 7.146 0 11.91 0 16.673 5.954 17.864 22.628-3.573 63.119 41.682 70.265 40.491 5.954 40.491-22.628 45.255-47.637 2.382-14.291 4.764-27.391 8.337-40.492 1.19-5.954 5.954-11.909 10.718-15.481 55.973-33.346 88.128-98.847 78.6-164.347-1.19-10.719-4.763-21.437-3.572-33.346 2.382-23.819 32.155-33.346 50.018-42.873 22.628-13.1 47.637-25.01 66.692-42.873 13.1-11.91 23.818-27.392 29.773-44.064 3.573-5.955 5.955-14.292 4.764-20.246M737.395 190.395c-2.381 25.01-13.1 36.919-35.727 41.682-40.491 8.337-66.692-19.054-54.783-58.355 8.337-26.2 17.864-51.21 29.773-75.028 11.91-23.818 22.628-23.818 36.919-1.19 17.864 28.581 27.391 59.545 23.818 92.891m38.11-109.564c-7.146 0-13.1-5.955-13.1-13.1 0-7.146 5.954-13.1 13.1-13.1 7.145 0 13.1 5.954 13.1 13.1 0 7.145-5.955 13.1-13.1 13.1"
|
|
6599
6519
|
})
|
|
6600
|
-
}),
|
|
6520
|
+
}), lu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6601
6521
|
defaultViewBox: "0 0 512 512",
|
|
6602
6522
|
size: "size-5",
|
|
6603
6523
|
viewBox: t,
|
|
@@ -6613,7 +6533,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6613
6533
|
d: "m392.4 21.7-30.1 30 97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2l-18.7-18.6c-21.9-21.9-57.3-21.9-79.2 0m-52.7 52.6L172.4 241.7c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5l167.3-167.4z"
|
|
6614
6534
|
})
|
|
6615
6535
|
]
|
|
6616
|
-
}),
|
|
6536
|
+
}), uu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6617
6537
|
defaultViewBox: "0 0 512 512",
|
|
6618
6538
|
size: "size-5",
|
|
6619
6539
|
viewBox: t,
|
|
@@ -6629,7 +6549,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6629
6549
|
d: "m454.6 45.3 12.1 12.1c12.5 12.5 12.5 32.8 0 45.3L440 129.4 382.6 72l26.7-26.7c12.5-12.5 32.8-12.5 45.3 0M189 265.6l171-171 57.4 57.4-171 171c-4.2 4.2-9.6 7.2-15.4 8.6l-65.6 15.1 15.1-65.7c1.3-5.8 4.3-11.2 8.6-15.4zm197.7-243L166.4 243c-8.5 8.5-14.4 19.2-17.1 30.9l-20.9 90.6c-1.2 5.4.4 11 4.3 14.9s9.5 5.5 14.9 4.3l90.6-20.9c11.7-2.7 22.4-8.6 30.9-17.1l220.3-220.4c25-25 25-65.5 0-90.5l-12.1-12.2c-25-25-65.5-25-90.5 0zM80 64C35.8 64 0 99.8 0 144v288c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v128c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h128c8.8 0 16-7.2 16-16s-7.2-16-16-16z"
|
|
6630
6550
|
})
|
|
6631
6551
|
]
|
|
6632
|
-
}),
|
|
6552
|
+
}), du = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6633
6553
|
defaultViewBox: "0 0 640 512",
|
|
6634
6554
|
size: "size-5",
|
|
6635
6555
|
viewBox: t,
|
|
@@ -6645,7 +6565,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6645
6565
|
d: "m557.2 235.7-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4c-15.6-15.6-40.9-15.6-56.6 0m-52 52L375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5.2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4l129.2-129.3-71-71z"
|
|
6646
6566
|
})
|
|
6647
6567
|
]
|
|
6648
|
-
}),
|
|
6568
|
+
}), hu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6649
6569
|
defaultViewBox: "0 0 24 24",
|
|
6650
6570
|
size: "size-5",
|
|
6651
6571
|
viewBox: t,
|
|
@@ -6655,7 +6575,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6655
6575
|
children: /* @__PURE__ */ l("path", {
|
|
6656
6576
|
d: "M11.04 19.32Q12 21.51 12 24q0-2.49.93-4.68.96-2.19 2.58-3.81t3.81-2.55Q21.51 12 24 12q-2.49 0-4.68-.93a12.3 12.3 0 0 1-3.81-2.58 12.3 12.3 0 0 1-2.58-3.81Q12 2.49 12 0q0 2.49-.96 4.68-.93 2.19-2.55 3.81a12.3 12.3 0 0 1-3.81 2.58Q2.49 12 0 12q2.49 0 4.68.96 2.19.93 3.81 2.55t2.55 3.81"
|
|
6657
6577
|
})
|
|
6658
|
-
}),
|
|
6578
|
+
}), Lo = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6659
6579
|
defaultViewBox: "0 0 640 512",
|
|
6660
6580
|
size: "size-5",
|
|
6661
6581
|
viewBox: t,
|
|
@@ -6671,7 +6591,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6671
6591
|
d: "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2"
|
|
6672
6592
|
})
|
|
6673
6593
|
]
|
|
6674
|
-
}),
|
|
6594
|
+
}), fu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6675
6595
|
defaultViewBox: "0 0 512 512",
|
|
6676
6596
|
size: "size-5",
|
|
6677
6597
|
viewBox: t,
|
|
@@ -6687,7 +6607,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6687
6607
|
d: "M256 128c13.3 0 24 10.7 24 24v94.1l65 65c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72c-4.5-4.5-7-10.6-7-17V152c0-13.3 10.7-24 24-24z"
|
|
6688
6608
|
})
|
|
6689
6609
|
]
|
|
6690
|
-
}),
|
|
6610
|
+
}), pu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6691
6611
|
defaultViewBox: "0 0 512 512",
|
|
6692
6612
|
size: "size-5",
|
|
6693
6613
|
viewBox: t,
|
|
@@ -6703,7 +6623,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6703
6623
|
d: "M256 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-64 120c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24"
|
|
6704
6624
|
})
|
|
6705
6625
|
]
|
|
6706
|
-
}),
|
|
6626
|
+
}), yu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6707
6627
|
defaultViewBox: "0 0 384 512",
|
|
6708
6628
|
size: "size-5",
|
|
6709
6629
|
viewBox: t,
|
|
@@ -6719,7 +6639,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6719
6639
|
d: "M310.3 258.1c16.2-23.3 25.7-51.5 25.7-82.1 0-79.5-64.5-144-144-144S48 96.5 48 176c0 30.6 9.5 58.8 25.7 82.1 4.1 5.9 8.8 12.3 13.6 19 12.7 17.5 27.1 37.2 38 57.1 8.9 16.2 13.7 33.3 16.2 49.9L109 384c-2.2-12-5.9-23.7-11.8-34.5-9.9-18-22.2-34.9-34.5-51.8-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3-5 7.2-10.2 14.3-15.4 21.4-12.3 16.8-24.6 33.7-34.5 51.8-5.9 10.8-9.6 22.5-11.8 34.5h-32.4c2.5-16.6 7.3-33.7 16.2-49.9 10.9-20 25.3-39.7 38-57.1 4.9-6.7 9.5-13 13.6-19zM192 96c-44.2 0-80 35.8-80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112 8.8 0 16 7.2 16 16s-7.2 16-16 16m-45.3 352c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32h-90.5zM112 432v-5.3c0-5.9 4.8-10.7 10.7-10.7h138.7c5.9 0 10.7 4.8 10.7 10.7v5.3c0 44.2-35.8 80-80 80s-80-35.8-80-80z"
|
|
6720
6640
|
})
|
|
6721
6641
|
]
|
|
6722
|
-
}),
|
|
6642
|
+
}), mu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6723
6643
|
defaultViewBox: "0 0 448 512",
|
|
6724
6644
|
size: "size-5",
|
|
6725
6645
|
viewBox: t,
|
|
@@ -6735,7 +6655,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6735
6655
|
d: "M224 32c53 0 96 43 96 96v64H128v-64c0-53 43-96 96-96M96 128v64H80c-44.2 0-80 35.8-80 80v160c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V272c0-44.2-35.8-80-80-80h-16v-64C352 57.3 294.7 0 224 0S96 57.3 96 128m-16 96h288c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48m160 88c0-8.8-7.2-16-16-16s-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16z"
|
|
6736
6656
|
})
|
|
6737
6657
|
]
|
|
6738
|
-
}),
|
|
6658
|
+
}), gu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6739
6659
|
defaultViewBox: "0 0 576 512",
|
|
6740
6660
|
size: "size-5",
|
|
6741
6661
|
viewBox: t,
|
|
@@ -6751,7 +6671,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6751
6671
|
d: "M419.2 227.2 316.7 124.7 46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0z"
|
|
6752
6672
|
})
|
|
6753
6673
|
]
|
|
6754
|
-
}),
|
|
6674
|
+
}), Eu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6755
6675
|
defaultViewBox: "0 0 448 512",
|
|
6756
6676
|
size: "size-5",
|
|
6757
6677
|
viewBox: t,
|
|
@@ -6767,7 +6687,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6767
6687
|
d: "M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L370.7 256 233.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"
|
|
6768
6688
|
})
|
|
6769
6689
|
]
|
|
6770
|
-
}),
|
|
6690
|
+
}), wu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6771
6691
|
defaultViewBox: "0 0 24 24",
|
|
6772
6692
|
size: "size-5",
|
|
6773
6693
|
viewBox: t,
|
|
@@ -6777,7 +6697,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6777
6697
|
children: /* @__PURE__ */ l("path", {
|
|
6778
6698
|
d: "M22.282 9.821a5.99 5.99 0 0 0-.516-4.91 6.05 6.05 0 0 0-6.51-2.9A6.065 6.065 0 0 0 4.981 4.18a5.99 5.99 0 0 0-3.998 2.9 6.05 6.05 0 0 0 .743 7.097 5.98 5.98 0 0 0 .51 4.911 6.05 6.05 0 0 0 6.515 2.9A5.99 5.99 0 0 0 13.26 24a6.06 6.06 0 0 0 5.772-4.206 6 6 0 0 0 3.997-2.9 6.06 6.06 0 0 0-.747-7.073zM13.26 22.43a4.48 4.48 0 0 1-2.876-1.04l.141-.081 4.779-2.758a.8.8 0 0 0 .392-.681v-6.737l2.02 1.168a.07.07 0 0 1 .038.052v5.583a4.504 4.504 0 0 1-4.494 4.494M3.6 18.304a4.47 4.47 0 0 1-.535-3.014l.142.085 4.783 2.759a.77.77 0 0 0 .78 0l5.843-3.369v2.332a.08.08 0 0 1-.033.062L9.74 19.95a4.5 4.5 0 0 1-6.14-1.646M2.34 7.896a4.5 4.5 0 0 1 2.366-1.973V11.6a.77.77 0 0 0 .388.677l5.815 3.354-2.02 1.168a.08.08 0 0 1-.071 0l-4.83-2.786A4.504 4.504 0 0 1 2.34 7.872zm16.597 3.855-5.833-3.387L15.119 7.2a.08.08 0 0 1 .071 0l4.83 2.791a4.494 4.494 0 0 1-.676 8.105v-5.678a.79.79 0 0 0-.407-.667zm2.01-3.023-.141-.085-4.774-2.782a.78.78 0 0 0-.785 0L9.409 9.23V6.897a.07.07 0 0 1 .028-.061l4.83-2.787a4.5 4.5 0 0 1 6.68 4.66zm-12.64 4.135-2.02-1.164a.08.08 0 0 1-.038-.057V6.075a4.5 4.5 0 0 1 7.375-3.453l-.142.08-4.778 2.758a.8.8 0 0 0-.393.681zm1.097-2.365 2.602-1.5 2.607 1.5v2.999l-2.597 1.5-2.607-1.5Z"
|
|
6779
6699
|
})
|
|
6780
|
-
}),
|
|
6700
|
+
}), Do = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => {
|
|
6781
6701
|
const a = s ? "1" : "0.4";
|
|
6782
6702
|
return /* @__PURE__ */ E(w, {
|
|
6783
6703
|
defaultViewBox: "0 0 190 190",
|
|
@@ -6800,7 +6720,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6800
6720
|
})
|
|
6801
6721
|
]
|
|
6802
6722
|
});
|
|
6803
|
-
},
|
|
6723
|
+
}, Su = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6804
6724
|
defaultViewBox: "0 0 448 512",
|
|
6805
6725
|
size: "size-5",
|
|
6806
6726
|
viewBox: t,
|
|
@@ -6816,7 +6736,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6816
6736
|
d: "M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L77.3 256l137.3 137.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-160-160z"
|
|
6817
6737
|
})
|
|
6818
6738
|
]
|
|
6819
|
-
}),
|
|
6739
|
+
}), bu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6820
6740
|
defaultViewBox: "0 0 576 512",
|
|
6821
6741
|
size: "size-5",
|
|
6822
6742
|
viewBox: t,
|
|
@@ -6832,7 +6752,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6832
6752
|
d: "M176 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-32 32c-44.2 0-80 35.8-80 80 0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16 0-44.2-35.8-80-80-80z"
|
|
6833
6753
|
})
|
|
6834
6754
|
]
|
|
6835
|
-
}),
|
|
6755
|
+
}), Tu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6836
6756
|
defaultViewBox: "0 0 576 512",
|
|
6837
6757
|
size: "size-5",
|
|
6838
6758
|
viewBox: t,
|
|
@@ -6848,7 +6768,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6848
6768
|
d: "M566.6 265.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l73.4 73.3 169.4-169.3c12.5-12.5 32.8-12.5 45.3 0z"
|
|
6849
6769
|
})
|
|
6850
6770
|
]
|
|
6851
|
-
}),
|
|
6771
|
+
}), vu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6852
6772
|
defaultViewBox: "0 0 512 512",
|
|
6853
6773
|
size: "size-5",
|
|
6854
6774
|
viewBox: t,
|
|
@@ -6864,7 +6784,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6864
6784
|
d: "M64 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zm32 64h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32"
|
|
6865
6785
|
})
|
|
6866
6786
|
]
|
|
6867
|
-
}),
|
|
6787
|
+
}), Iu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6868
6788
|
defaultViewBox: "0 0 512 512",
|
|
6869
6789
|
size: "size-5",
|
|
6870
6790
|
viewBox: t,
|
|
@@ -6880,7 +6800,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6880
6800
|
d: "m406.1 16-39.7 39.7 89.3 89.3 39.8-38.9c19.1-18.7 19.2-49.4.4-68.2l-22-21.9C455.1-2.8 424.7-2.7 406 16zm-62.4 62.4L200.5 221.8c-7 7-12.3 15.6-15.4 25l-23.8 71.3c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l71.5-23.9c9.2-3.1 17.6-8.2 24.5-15l145.1-142.1z"
|
|
6881
6801
|
})
|
|
6882
6802
|
]
|
|
6883
|
-
}),
|
|
6803
|
+
}), _u = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6884
6804
|
defaultViewBox: "0 0 512 512",
|
|
6885
6805
|
size: "size-5",
|
|
6886
6806
|
viewBox: t,
|
|
@@ -6896,7 +6816,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6896
6816
|
d: "m330.7 376 126.7 126.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L376 330.7c-12.7 17.3-28 32.6-45.3 45.3"
|
|
6897
6817
|
})
|
|
6898
6818
|
]
|
|
6899
|
-
}),
|
|
6819
|
+
}), Au = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6900
6820
|
defaultViewBox: "0 0 512 512",
|
|
6901
6821
|
size: "size-5",
|
|
6902
6822
|
viewBox: t,
|
|
@@ -6912,7 +6832,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6912
6832
|
d: "M256 160a96 96 0 1 0 0 192 96 96 0 1 0 0-192"
|
|
6913
6833
|
})
|
|
6914
6834
|
]
|
|
6915
|
-
}),
|
|
6835
|
+
}), Ru = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6916
6836
|
defaultViewBox: "0 0 512 512",
|
|
6917
6837
|
size: "size-5",
|
|
6918
6838
|
viewBox: t,
|
|
@@ -6928,7 +6848,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6928
6848
|
d: "M511.6 36.9c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256C5.5 266.3-.7 277.8.1 290s8.4 22.9 19.6 27.6L160 376v93c0 23.8 19.3 43 43 43 13.1 0 25.4-5.9 33.6-16.1l52.8-66h.1l114.2 47.6c9.1 3.8 19.4 3.2 28-1.6s14.5-13.3 16-23l64-416zm-253 380.2-47 58.8c-2.1 2.6-5.3 4.1-8.6 4.1-6.1 0-11-4.9-11-11v-79.7zm43.1-16.7-96.6-40.3 269-289.6L416 448l-114.2-47.6zM450.5 48.8 173.6 347 32 288z"
|
|
6929
6849
|
})
|
|
6930
6850
|
]
|
|
6931
|
-
}),
|
|
6851
|
+
}), Ou = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
6932
6852
|
defaultViewBox: "0 0 448 512",
|
|
6933
6853
|
size: "size-5",
|
|
6934
6854
|
viewBox: t,
|
|
@@ -6938,7 +6858,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6938
6858
|
children: /* @__PURE__ */ l("path", {
|
|
6939
6859
|
d: "M432 256a48 48 0 1 1-96 0 48 48 0 1 1 96 0m-160 0a48 48 0 1 1-96 0 48 48 0 1 1 96 0M64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96"
|
|
6940
6860
|
})
|
|
6941
|
-
}),
|
|
6861
|
+
}), $o = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6942
6862
|
defaultViewBox: "0 0 576 512",
|
|
6943
6863
|
size: "size-5",
|
|
6944
6864
|
viewBox: t,
|
|
@@ -6954,7 +6874,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6954
6874
|
d: "M224 256c35.3 0 64-28.7 64-64 0-7.1-1.2-13.9-3.3-20.3-1.8-5.5 1.6-11.9 7.4-11.7 40.8 1.7 77.5 29.6 88.6 71.1 13.7 51.2-16.7 103.9-67.9 117.6S208.9 332 195.2 280.8c-1.9-6.9-2.9-13.9-3.2-20.7-.3-5.8 6.1-9.2 11.7-7.4 6.4 2.1 13.2 3.3 20.3 3.3"
|
|
6955
6875
|
})
|
|
6956
6876
|
]
|
|
6957
|
-
}),
|
|
6877
|
+
}), Cu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6958
6878
|
defaultViewBox: "0 0 512 512",
|
|
6959
6879
|
size: "size-5",
|
|
6960
6880
|
viewBox: t,
|
|
@@ -6970,7 +6890,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6970
6890
|
d: "M128 416a32 32 0 1 1 64 0 32 32 0 1 1-64 0m112 0a80 80 0 1 0-160 0 80 80 0 1 0 160 0m80-160a32 32 0 1 1 64 0 32 32 0 1 1-64 0m112 0a80 80 0 1 0-160 0 80 80 0 1 0 160 0M192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64m0-112a80 80 0 1 0 0 160 80 80 0 1 0 0-160"
|
|
6971
6891
|
})
|
|
6972
6892
|
]
|
|
6973
|
-
}),
|
|
6893
|
+
}), ku = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6974
6894
|
defaultViewBox: "0 0 512 512",
|
|
6975
6895
|
size: "size-5",
|
|
6976
6896
|
viewBox: t,
|
|
@@ -6986,7 +6906,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
6986
6906
|
d: "M270.3 112.9c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81.1 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.9 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81-11.8-36.2-73.4z"
|
|
6987
6907
|
})
|
|
6988
6908
|
]
|
|
6989
|
-
}),
|
|
6909
|
+
}), Pu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
6990
6910
|
defaultViewBox: "0 0 512 512",
|
|
6991
6911
|
size: "size-5",
|
|
6992
6912
|
viewBox: t,
|
|
@@ -7002,7 +6922,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
7002
6922
|
d: "M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448m0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.3-399.1c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.8 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81.1-11.8-36.2-73.4zm-40 95.1 25.7-51.8 25.6 51.9c2.3 4.7 6.8 8 12 8.8l57.3 8.3-41.5 40.4c-3.8 3.7-5.5 9-4.6 14.2l9.8 57.1-51.2-26.9c-4.7-2.5-10.2-2.5-14.9 0l-51.2 26.9 9.8-57.1c.9-5.2-.8-10.5-4.6-14.2L161 225.1l57.3-8.3c5.2-.8 9.7-4 12-8.8"
|
|
7003
6923
|
})
|
|
7004
6924
|
]
|
|
7005
|
-
}),
|
|
6925
|
+
}), Mu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ E(w, {
|
|
7006
6926
|
defaultViewBox: "0 0 448 512",
|
|
7007
6927
|
size: "size-5",
|
|
7008
6928
|
viewBox: t,
|
|
@@ -7018,7 +6938,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
7018
6938
|
d: "M224 32c-53 0-96 43-96 96v64h240c44.2 0 80 35.8 80 80v160c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V272c0-44.2 35.8-80 80-80h16v-64C96 57.3 153.3 0 224 0c58 0 107 38.6 122.7 91.4 2.5 8.5-2.3 17.4-10.8 19.9s-17.4-2.3-19.9-10.8C304.2 60.9 267.5 32 224 32M80 224c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm184 144h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c8.8 0 16 7.2 16 16s-7.2 16-16 16"
|
|
7019
6939
|
})
|
|
7020
6940
|
]
|
|
7021
|
-
}),
|
|
6941
|
+
}), Nu = ({ className: e, viewBox: t, title: r, monotone: s, ...n }) => /* @__PURE__ */ l(w, {
|
|
7022
6942
|
defaultViewBox: "0 0 512 512",
|
|
7023
6943
|
size: "size-5",
|
|
7024
6944
|
viewBox: t,
|
|
@@ -7029,10 +6949,10 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
7029
6949
|
d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512",
|
|
7030
6950
|
opacity: ".4"
|
|
7031
6951
|
})
|
|
7032
|
-
}),
|
|
6952
|
+
}), Uo = "av-flexgrid", Ze = "av-flexgrid-item", ht = 0.25, Vt = re.createContext({
|
|
7033
6953
|
columnGap: 0,
|
|
7034
6954
|
rowGap: 0
|
|
7035
|
-
}),
|
|
6955
|
+
}), Ho = ({
|
|
7036
6956
|
children: e,
|
|
7037
6957
|
className: t,
|
|
7038
6958
|
columnGap: r = 1,
|
|
@@ -7057,12 +6977,12 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
7057
6977
|
*/
|
|
7058
6978
|
marginLeft: r * -1 * ht + "rem",
|
|
7059
6979
|
marginTop: s * -1 * ht + "rem"
|
|
7060
|
-
}, h =
|
|
7061
|
-
|
|
6980
|
+
}, h = m(
|
|
6981
|
+
Uo,
|
|
7062
6982
|
"box-border flex flex-wrap"
|
|
7063
6983
|
), u = { columnGap: r, rowGap: s };
|
|
7064
6984
|
return t ? /* @__PURE__ */ l("div", { className: t, children: /* @__PURE__ */ l("div", { className: h, style: d, ...f, children: /* @__PURE__ */ l(Vt.Provider, { value: u, children: e }) }) }) : /* @__PURE__ */ l("div", { className: h, style: d, ...f, children: /* @__PURE__ */ l(Vt.Provider, { value: u, children: e }) });
|
|
7065
|
-
}, kt = (e, t) =>
|
|
6985
|
+
}, kt = (e, t) => m({
|
|
7066
6986
|
"basis-1/12": e === 1 && !t,
|
|
7067
6987
|
"sm:basis-1/12": e === 1 && t === "sm",
|
|
7068
6988
|
"md:basis-1/12": e === 1 && t === "md",
|
|
@@ -7135,23 +7055,23 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
7135
7055
|
"lg:basis-full": e === 12 && t === "lg",
|
|
7136
7056
|
"xl:basis-full": e === 12 && t === "xl",
|
|
7137
7057
|
"2xl:basis-full": e === 12 && t === "2xl"
|
|
7138
|
-
}),
|
|
7058
|
+
}), Fo = ({
|
|
7139
7059
|
className: e,
|
|
7140
7060
|
span: t
|
|
7141
7061
|
}) => {
|
|
7142
7062
|
if (!t)
|
|
7143
|
-
return
|
|
7063
|
+
return m(e, Ze, "box-border basis-auto");
|
|
7144
7064
|
if (typeof t == "number")
|
|
7145
|
-
return
|
|
7065
|
+
return m(e, Ze, "box-border max-w-full", {
|
|
7146
7066
|
[`${kt(t)}`]: !0
|
|
7147
7067
|
});
|
|
7148
7068
|
if (typeof t == "string")
|
|
7149
|
-
return
|
|
7069
|
+
return m(e, Ze, "box-border basis-auto", {
|
|
7150
7070
|
"max-w-full grow": t === "auto"
|
|
7151
7071
|
});
|
|
7152
7072
|
if (typeof t == "object") {
|
|
7153
7073
|
const r = Object.entries(t).map(([s, n]) => s === "fallback" ? kt(n) : kt(n, s));
|
|
7154
|
-
return
|
|
7074
|
+
return m(
|
|
7155
7075
|
e,
|
|
7156
7076
|
Ze,
|
|
7157
7077
|
"box-border",
|
|
@@ -7167,7 +7087,7 @@ const w = ({ children: e, fill: t, viewBox: r, className: s, defaultViewBox: n,
|
|
|
7167
7087
|
const { columnGap: n, rowGap: a } = ze(Vt), i = {
|
|
7168
7088
|
paddingLeft: n * ht + "rem",
|
|
7169
7089
|
paddingTop: a * ht + "rem"
|
|
7170
|
-
}, o =
|
|
7090
|
+
}, o = Fo({
|
|
7171
7091
|
className: t,
|
|
7172
7092
|
span: r
|
|
7173
7093
|
});
|
|
@@ -7199,7 +7119,7 @@ try {
|
|
|
7199
7119
|
});
|
|
7200
7120
|
} catch {
|
|
7201
7121
|
}
|
|
7202
|
-
const Js = "SET_ANNOUNCEMENT", Xs = "CLEAR_ANNOUNCEMENT",
|
|
7122
|
+
const Js = "SET_ANNOUNCEMENT", Xs = "CLEAR_ANNOUNCEMENT", Bo = {
|
|
7203
7123
|
alert: null,
|
|
7204
7124
|
alertdialog: null,
|
|
7205
7125
|
log: "polite",
|
|
@@ -7207,7 +7127,7 @@ const Js = "SET_ANNOUNCEMENT", Xs = "CLEAR_ANNOUNCEMENT", Ko = {
|
|
|
7207
7127
|
progressbar: null,
|
|
7208
7128
|
status: "polite",
|
|
7209
7129
|
timer: "assertive"
|
|
7210
|
-
},
|
|
7130
|
+
}, Ko = (e, t) => {
|
|
7211
7131
|
switch (t?.type) {
|
|
7212
7132
|
case Js:
|
|
7213
7133
|
return {
|
|
@@ -7222,7 +7142,7 @@ const Js = "SET_ANNOUNCEMENT", Xs = "CLEAR_ANNOUNCEMENT", Ko = {
|
|
|
7222
7142
|
default:
|
|
7223
7143
|
return e;
|
|
7224
7144
|
}
|
|
7225
|
-
},
|
|
7145
|
+
}, Vo = ({ onAnnouncementClear: e, dispatch: t }) => {
|
|
7226
7146
|
t({
|
|
7227
7147
|
type: Xs
|
|
7228
7148
|
}), typeof e == "function" && e();
|
|
@@ -7230,11 +7150,11 @@ const Js = "SET_ANNOUNCEMENT", Xs = "CLEAR_ANNOUNCEMENT", Ko = {
|
|
|
7230
7150
|
clearTimeout(r.current), e !== null && n({
|
|
7231
7151
|
type: Js,
|
|
7232
7152
|
payload: e
|
|
7233
|
-
}), t && (r.current = setTimeout(() =>
|
|
7153
|
+
}), t && (r.current = setTimeout(() => Vo({
|
|
7234
7154
|
onAnnouncementClear: s,
|
|
7235
7155
|
dispatch: n
|
|
7236
7156
|
}), t));
|
|
7237
|
-
},
|
|
7157
|
+
}, Go = ({ children: e, announcementTimeoutRef: t, announcementDelay: r, clearAnnouncementDelay: s, clearAnnouncementTimeoutRef: n, onAnnouncementClear: a, dispatch: i }) => {
|
|
7238
7158
|
clearTimeout(t.current), r ? t.current = setTimeout(Hr, r, {
|
|
7239
7159
|
children: e,
|
|
7240
7160
|
clearAnnouncementDelay: s,
|
|
@@ -7250,12 +7170,12 @@ const Js = "SET_ANNOUNCEMENT", Xs = "CLEAR_ANNOUNCEMENT", Ko = {
|
|
|
7250
7170
|
});
|
|
7251
7171
|
};
|
|
7252
7172
|
function Zs({ children: e, className: t, politeness: r, role: s = null, announcementDelay: n, clearAnnouncementDelay: a, onAnnouncementClear: i, visible: o, ...c }) {
|
|
7253
|
-
const f =
|
|
7173
|
+
const f = B(null), d = B(null), [h, u] = Vr(Ko, {
|
|
7254
7174
|
announcement: null
|
|
7255
7175
|
});
|
|
7256
7176
|
let p = r;
|
|
7257
|
-
typeof p > "u" && (p = s ?
|
|
7258
|
-
|
|
7177
|
+
typeof p > "u" && (p = s ? Bo[s] : "assertive"), O(() => {
|
|
7178
|
+
Go({
|
|
7259
7179
|
announcementTimeoutRef: f,
|
|
7260
7180
|
announcementDelay: n,
|
|
7261
7181
|
children: e,
|
|
@@ -7270,7 +7190,7 @@ function Zs({ children: e, className: t, politeness: r, role: s = null, announce
|
|
|
7270
7190
|
a,
|
|
7271
7191
|
i
|
|
7272
7192
|
]);
|
|
7273
|
-
const
|
|
7193
|
+
const y = m(t, {
|
|
7274
7194
|
"sr-only": !o
|
|
7275
7195
|
});
|
|
7276
7196
|
return /* @__PURE__ */ l("div", {
|
|
@@ -7278,79 +7198,79 @@ function Zs({ children: e, className: t, politeness: r, role: s = null, announce
|
|
|
7278
7198
|
...s && {
|
|
7279
7199
|
role: s
|
|
7280
7200
|
},
|
|
7281
|
-
className:
|
|
7201
|
+
className: y,
|
|
7282
7202
|
...c,
|
|
7283
7203
|
children: h.announcement
|
|
7284
7204
|
});
|
|
7285
7205
|
}
|
|
7286
7206
|
/*!
|
|
7287
|
-
@versini/ui-textinput v5.1.
|
|
7207
|
+
@versini/ui-textinput v5.1.8
|
|
7288
7208
|
© 2025 gizmette.com
|
|
7289
7209
|
*/
|
|
7290
7210
|
try {
|
|
7291
7211
|
window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
|
|
7292
|
-
version: "5.1.
|
|
7293
|
-
buildTime: "12/
|
|
7212
|
+
version: "5.1.8",
|
|
7213
|
+
buildTime: "12/16/2025 01:49 PM EST",
|
|
7294
7214
|
homepage: "https://www.npmjs.com/package/@versini/ui-textinput",
|
|
7295
7215
|
license: "MIT"
|
|
7296
7216
|
});
|
|
7297
7217
|
} catch {
|
|
7298
7218
|
}
|
|
7299
|
-
const en = "av-text-input",
|
|
7219
|
+
const en = "av-text-input", zo = "av-text-input-wrapper", Pt = "av-text-input-helper-text", qo = ({ mode: e }) => m({
|
|
7300
7220
|
"bg-surface-darker text-copy-lighter caret-copy-light": e === "dark",
|
|
7301
7221
|
"bg-surface-lighter text-copy-dark caret-copy-dark": e === "light",
|
|
7302
7222
|
"bg-surface-lighter text-copy-dark caret-copy-dark dark:bg-surface-darker dark:text-copy-lighter dark:caret-copy-light": e === "system",
|
|
7303
7223
|
"bg-surface-darker text-copy-lighter caret-copy-light dark:bg-surface-lighter dark:text-copy-dark dark:caret-copy-dark": e === "alt-system"
|
|
7304
|
-
}),
|
|
7224
|
+
}), Wo = ({ focusMode: e }) => m("focus:outline focus:outline-2 focus:outline-offset-2", {
|
|
7305
7225
|
"focus:outline-focus-dark": e === "dark",
|
|
7306
7226
|
"focus:outline-focus-light": e === "light",
|
|
7307
7227
|
"focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
|
|
7308
7228
|
"focus:outline-focus-dark dark:focus:outline-focus-light": e === "system"
|
|
7309
|
-
}),
|
|
7229
|
+
}), jo = ({ noBorder: e, error: t }) => m("border-2", {
|
|
7310
7230
|
"border-border-dark": !e && !t,
|
|
7311
7231
|
"focus:border-border-dark": !e && t,
|
|
7312
7232
|
"border-border-error-dark": !e && t,
|
|
7313
7233
|
"border-transparent": e
|
|
7314
|
-
}),
|
|
7234
|
+
}), Qo = ({ disabled: e, raw: t, error: r, mode: s }) => {
|
|
7315
7235
|
if (t)
|
|
7316
7236
|
return "";
|
|
7317
7237
|
if (e)
|
|
7318
|
-
return
|
|
7238
|
+
return m("absolute px-2 cursor-not-allowed opacity-50 font-medium");
|
|
7319
7239
|
if (!r)
|
|
7320
|
-
return
|
|
7240
|
+
return m("absolute px-2 cursor-text font-medium", {
|
|
7321
7241
|
"text-copy-lighter": s === "dark",
|
|
7322
7242
|
"text-copy-dark": s === "light",
|
|
7323
7243
|
"text-copy-dark dark:text-copy-lighter": s === "system",
|
|
7324
7244
|
"text-copy-lighter dark:text-copy-dark": s === "alt-system"
|
|
7325
7245
|
});
|
|
7326
7246
|
if (r)
|
|
7327
|
-
return
|
|
7247
|
+
return m("absolute px-2 cursor-text font-medium", {
|
|
7328
7248
|
"text-copy-lighter": s === "dark",
|
|
7329
7249
|
"text-copy-error-dark": s === "light",
|
|
7330
7250
|
"text-copy-error-dark dark:text-copy-error-light dark:bg-surface-darker": s === "system",
|
|
7331
7251
|
"text-copy-lighter dark:text-copy-error-dark": s === "alt-system"
|
|
7332
7252
|
});
|
|
7333
|
-
},
|
|
7253
|
+
}, Yo = ({ error: e, raw: t, mode: r, disabled: s }) => {
|
|
7334
7254
|
if (t)
|
|
7335
7255
|
return "";
|
|
7336
7256
|
if (s)
|
|
7337
|
-
return
|
|
7257
|
+
return m(Pt, "absolute px-2 cursor-not-allowed opacity-50 font-medium");
|
|
7338
7258
|
if (!e)
|
|
7339
|
-
return
|
|
7259
|
+
return m(Pt, "absolute px-2 font-medium", {
|
|
7340
7260
|
"text-copy-lighter": r === "dark",
|
|
7341
7261
|
"text-copy-dark": r === "light",
|
|
7342
7262
|
"text-copy-dark dark:text-copy-lighter": r === "system",
|
|
7343
7263
|
"text-copy-lighter dark:text-copy-dark": r === "alt-system"
|
|
7344
7264
|
});
|
|
7345
7265
|
if (e)
|
|
7346
|
-
return
|
|
7266
|
+
return m(Pt, "absolute px-2 font-medium", {
|
|
7347
7267
|
"text-copy-error-light bg-surface-darker": r === "dark",
|
|
7348
7268
|
"text-copy-error-dark": r === "light",
|
|
7349
7269
|
"text-copy-error-dark dark:text-copy-error-light dark:bg-surface-darker": r === "system",
|
|
7350
7270
|
"dark:text-copy-error-dark text-copy-error-light bg-surface-darker": r === "alt-system"
|
|
7351
7271
|
});
|
|
7352
|
-
},
|
|
7353
|
-
const d = r ? e :
|
|
7272
|
+
}, Jo = ({ className: e, inputClassName: t, raw: r, disabled: s, noBorder: n, error: a, mode: i, focusMode: o, size: c, rightElementClassName: f }) => {
|
|
7273
|
+
const d = r ? e : m("relative flex w-full flex-col justify-center", zo, e);
|
|
7354
7274
|
let h = "";
|
|
7355
7275
|
switch (c) {
|
|
7356
7276
|
case "xs":
|
|
@@ -7369,39 +7289,39 @@ const en = "av-text-input", qo = "av-text-input-wrapper", Pt = "av-text-input-he
|
|
|
7369
7289
|
h = "h-12";
|
|
7370
7290
|
break;
|
|
7371
7291
|
}
|
|
7372
|
-
const u = r ?
|
|
7292
|
+
const u = r ? m(t) : m(en, h, "rounded-md text-base px-4", qo({
|
|
7373
7293
|
mode: i
|
|
7374
|
-
}),
|
|
7294
|
+
}), Wo({
|
|
7375
7295
|
focusMode: o
|
|
7376
|
-
}),
|
|
7296
|
+
}), jo({
|
|
7377
7297
|
noBorder: n,
|
|
7378
7298
|
error: a
|
|
7379
7299
|
}), {
|
|
7380
7300
|
"disabled:cursor-not-allowed disabled:opacity-50": s
|
|
7381
|
-
}, t), p = r ? void 0 : "sr-only",
|
|
7301
|
+
}, t), p = r ? void 0 : "sr-only", y = Qo({
|
|
7382
7302
|
disabled: s,
|
|
7383
7303
|
raw: r,
|
|
7384
7304
|
error: a,
|
|
7385
7305
|
mode: i
|
|
7386
|
-
}), g =
|
|
7306
|
+
}), g = Yo({
|
|
7387
7307
|
error: a,
|
|
7388
7308
|
raw: r,
|
|
7389
7309
|
mode: i,
|
|
7390
7310
|
disabled: s
|
|
7391
|
-
}), S = r ? void 0 :
|
|
7311
|
+
}), S = r ? void 0 : m("absolute right-3", f);
|
|
7392
7312
|
return {
|
|
7393
7313
|
wrapper: d,
|
|
7394
7314
|
input: u,
|
|
7395
7315
|
accessibleLabel: p,
|
|
7396
|
-
visibleLabel:
|
|
7316
|
+
visibleLabel: y,
|
|
7397
7317
|
helperText: g,
|
|
7398
7318
|
rightElement: S
|
|
7399
7319
|
};
|
|
7400
|
-
}, sr = /* @__PURE__ */ re.forwardRef(({ id: e, name: t, label: r, error: s = !1, raw: n = !1, className: a, inputClassName: i, mode: o = "system", focusMode: c = "system", disabled: f = !1, noBorder: d = !1, labelId: h, labelHidden: u = !1, type: p = "text", helperText:
|
|
7401
|
-
const [J,
|
|
7320
|
+
}, sr = /* @__PURE__ */ re.forwardRef(({ id: e, name: t, label: r, error: s = !1, raw: n = !1, className: a, inputClassName: i, mode: o = "system", focusMode: c = "system", disabled: f = !1, noBorder: d = !1, labelId: h, labelHidden: u = !1, type: p = "text", helperText: y = "", rightElement: g, rightElementClassName: S, size: b = "md", ...x }, A) => {
|
|
7321
|
+
const [J, P] = tt(), [se, M] = Z(0), I = Ys({
|
|
7402
7322
|
id: e,
|
|
7403
7323
|
prefix: `${en}-`
|
|
7404
|
-
}), G = `${t} error, ${
|
|
7324
|
+
}), G = `${t} error, ${y}`, C = B(null), R = B(null), D = {
|
|
7405
7325
|
xs: {
|
|
7406
7326
|
label: "-25px",
|
|
7407
7327
|
helperText: "30px"
|
|
@@ -7422,7 +7342,7 @@ const en = "av-text-input", qo = "av-text-input-wrapper", Pt = "av-text-input-he
|
|
|
7422
7342
|
label: "-19px",
|
|
7423
7343
|
helperText: "25px"
|
|
7424
7344
|
}
|
|
7425
|
-
}, ee =
|
|
7345
|
+
}, ee = Jo({
|
|
7426
7346
|
className: a,
|
|
7427
7347
|
inputClassName: i,
|
|
7428
7348
|
error: s,
|
|
@@ -7435,12 +7355,12 @@ const en = "av-text-input", qo = "av-text-input-wrapper", Pt = "av-text-input-he
|
|
|
7435
7355
|
rightElementClassName: S
|
|
7436
7356
|
});
|
|
7437
7357
|
return st(() => {
|
|
7438
|
-
|
|
7358
|
+
P && P.width && M(P.width + 18 + 10);
|
|
7439
7359
|
}, [
|
|
7440
|
-
|
|
7360
|
+
P
|
|
7441
7361
|
]), st(() => {
|
|
7442
|
-
const { label:
|
|
7443
|
-
|
|
7362
|
+
const { label: me, helperText: Ae } = D[b];
|
|
7363
|
+
C?.current?.style.setProperty("--av-text-input-label", me), R?.current?.style.setProperty("--av-text-input-helper-text", Ae);
|
|
7444
7364
|
}, [
|
|
7445
7365
|
b
|
|
7446
7366
|
]), /* @__PURE__ */ E("div", {
|
|
@@ -7453,14 +7373,14 @@ const en = "av-text-input", qo = "av-text-input-wrapper", Pt = "av-text-input-he
|
|
|
7453
7373
|
children: r
|
|
7454
7374
|
}),
|
|
7455
7375
|
/* @__PURE__ */ l("input", {
|
|
7456
|
-
ref:
|
|
7376
|
+
ref: A,
|
|
7457
7377
|
id: I,
|
|
7458
7378
|
name: t,
|
|
7459
7379
|
type: p,
|
|
7460
7380
|
disabled: f,
|
|
7461
7381
|
placeholder: n ? void 0 : " ",
|
|
7462
7382
|
className: ee.input,
|
|
7463
|
-
...
|
|
7383
|
+
...y && {
|
|
7464
7384
|
"aria-describedby": `${I}-helper`
|
|
7465
7385
|
},
|
|
7466
7386
|
...s && {
|
|
@@ -7474,24 +7394,24 @@ const en = "av-text-input", qo = "av-text-input-wrapper", Pt = "av-text-input-he
|
|
|
7474
7394
|
...x
|
|
7475
7395
|
}),
|
|
7476
7396
|
!n && !u && /* @__PURE__ */ l("label", {
|
|
7477
|
-
ref:
|
|
7397
|
+
ref: C,
|
|
7478
7398
|
"aria-hidden": !0,
|
|
7479
7399
|
htmlFor: I,
|
|
7480
7400
|
className: ee.visibleLabel,
|
|
7481
7401
|
children: r
|
|
7482
7402
|
}),
|
|
7483
|
-
|
|
7484
|
-
ref:
|
|
7403
|
+
y && /* @__PURE__ */ l("div", {
|
|
7404
|
+
ref: R,
|
|
7485
7405
|
id: `${I}-helper`,
|
|
7486
7406
|
className: ee.helperText,
|
|
7487
|
-
children:
|
|
7407
|
+
children: y
|
|
7488
7408
|
}),
|
|
7489
7409
|
g && /* @__PURE__ */ l("div", {
|
|
7490
7410
|
ref: J,
|
|
7491
7411
|
className: ee.rightElement,
|
|
7492
7412
|
children: g
|
|
7493
7413
|
}),
|
|
7494
|
-
s &&
|
|
7414
|
+
s && y && /* @__PURE__ */ l(Zs, {
|
|
7495
7415
|
politeness: "polite",
|
|
7496
7416
|
clearAnnouncementDelay: 500,
|
|
7497
7417
|
children: G
|
|
@@ -7500,45 +7420,45 @@ const en = "av-text-input", qo = "av-text-input-wrapper", Pt = "av-text-input-he
|
|
|
7500
7420
|
});
|
|
7501
7421
|
});
|
|
7502
7422
|
sr.displayName = "TextInput";
|
|
7503
|
-
const
|
|
7504
|
-
const [u, p] = Z(!0), [
|
|
7423
|
+
const Xo = 500, Zo = 5e3, ec = 2e4, tn = /* @__PURE__ */ re.forwardRef(({ name: e, disabled: t, label: r, labelHidden: s, onMaskChange: n, onChange: a, onBlur: i, onFocus: o, onTextInputMaskBlur: c, rightElement: f, ...d }, h) => {
|
|
7424
|
+
const [u, p] = Z(!0), [y, g] = Z({
|
|
7505
7425
|
message: null,
|
|
7506
7426
|
politeness: null
|
|
7507
|
-
}), S =
|
|
7427
|
+
}), S = B(!0), b = B(null), x = B(null), A = Qs([
|
|
7508
7428
|
h,
|
|
7509
7429
|
x
|
|
7510
|
-
]), J = u ? "Show" : "Hide",
|
|
7430
|
+
]), J = u ? "Show" : "Hide", P = () => {
|
|
7511
7431
|
b.current && clearTimeout(b.current), S.current || (b.current = setTimeout(() => {
|
|
7512
7432
|
S.current = !0, p(!0), g({
|
|
7513
|
-
announcementTimeout:
|
|
7433
|
+
announcementTimeout: Zo,
|
|
7514
7434
|
politeness: "polite",
|
|
7515
7435
|
message: `${r} hiding characters`
|
|
7516
7436
|
}), n && n(!0);
|
|
7517
|
-
},
|
|
7518
|
-
}, se = (
|
|
7519
|
-
|
|
7520
|
-
const
|
|
7521
|
-
S.current =
|
|
7522
|
-
announcementTimeout:
|
|
7437
|
+
}, ec));
|
|
7438
|
+
}, se = (R) => {
|
|
7439
|
+
R.preventDefault();
|
|
7440
|
+
const D = !S.current;
|
|
7441
|
+
S.current = D, P(), p(D), g({
|
|
7442
|
+
announcementTimeout: Xo,
|
|
7523
7443
|
politeness: "assertive",
|
|
7524
|
-
message:
|
|
7525
|
-
}), n && n(
|
|
7526
|
-
},
|
|
7527
|
-
const { relatedTarget:
|
|
7528
|
-
x.current?.parentElement?.contains(
|
|
7529
|
-
}, I = (
|
|
7530
|
-
|
|
7531
|
-
}, G = (
|
|
7532
|
-
|
|
7533
|
-
},
|
|
7534
|
-
|
|
7444
|
+
message: D ? "Characters hidden" : "Characters showing"
|
|
7445
|
+
}), n && n(D);
|
|
7446
|
+
}, M = (R) => {
|
|
7447
|
+
const { relatedTarget: D } = R;
|
|
7448
|
+
x.current?.parentElement?.contains(D) || c && c();
|
|
7449
|
+
}, I = (R) => {
|
|
7450
|
+
P(), i && i(R), M(R);
|
|
7451
|
+
}, G = (R) => {
|
|
7452
|
+
P(), o && o(R);
|
|
7453
|
+
}, C = (R) => {
|
|
7454
|
+
P(), a && a(R);
|
|
7535
7455
|
};
|
|
7536
|
-
return
|
|
7456
|
+
return O(() => () => {
|
|
7537
7457
|
b.current && clearTimeout(b.current);
|
|
7538
7458
|
}, []), /* @__PURE__ */ E(Kr, {
|
|
7539
7459
|
children: [
|
|
7540
7460
|
/* @__PURE__ */ l(sr, {
|
|
7541
|
-
ref:
|
|
7461
|
+
ref: A,
|
|
7542
7462
|
name: e,
|
|
7543
7463
|
label: r,
|
|
7544
7464
|
labelHidden: s,
|
|
@@ -7546,53 +7466,53 @@ const Zo = 500, ec = 5e3, tc = 2e4, tn = /* @__PURE__ */ re.forwardRef(({ name:
|
|
|
7546
7466
|
disabled: t,
|
|
7547
7467
|
onBlur: I,
|
|
7548
7468
|
onFocus: G,
|
|
7549
|
-
onChange:
|
|
7469
|
+
onChange: C,
|
|
7550
7470
|
rightElement: /* @__PURE__ */ re.cloneElement(f, {
|
|
7551
7471
|
ref: h,
|
|
7552
7472
|
label: J,
|
|
7553
7473
|
onClick: se,
|
|
7554
|
-
onBlur:
|
|
7474
|
+
onBlur: M,
|
|
7555
7475
|
disabled: t
|
|
7556
7476
|
}),
|
|
7557
7477
|
...d
|
|
7558
7478
|
}),
|
|
7559
7479
|
/* @__PURE__ */ l(Zs, {
|
|
7560
7480
|
role: "status",
|
|
7561
|
-
politeness:
|
|
7562
|
-
clearAnnouncementDelay:
|
|
7563
|
-
children:
|
|
7481
|
+
politeness: y.politeness,
|
|
7482
|
+
clearAnnouncementDelay: y.announcementTimeout,
|
|
7483
|
+
children: y.message
|
|
7564
7484
|
})
|
|
7565
7485
|
]
|
|
7566
7486
|
});
|
|
7567
7487
|
});
|
|
7568
7488
|
tn.displayName = "TextInputMask";
|
|
7569
|
-
const
|
|
7570
|
-
`Sometimes, ${L} just makes stuff up. ${
|
|
7571
|
-
`${L} may invent facts on the fly. ${
|
|
7572
|
-
`${L} may be confidently wrong. ${
|
|
7573
|
-
`Occasionally, ${L} bluffs. ${
|
|
7574
|
-
`${L} is not always reality-based. ${
|
|
7575
|
-
`Sometimes, ${L} freestyles the truth. ${
|
|
7576
|
-
`${L}'s answers may vary from reality. ${
|
|
7577
|
-
`Sometimes, ${L} hallucinates. ${
|
|
7578
|
-
`Occasionally, ${L} imagines. ${
|
|
7579
|
-
`${L} may make things up. ${
|
|
7580
|
-
`${L} gets creative sometimes. ${
|
|
7581
|
-
`${L} isn't always right. ${
|
|
7582
|
-
`${L} can be mistaken. ${
|
|
7583
|
-
`Sometimes, ${L} guesses. ${
|
|
7584
|
-
`Sometimes, ${L} invents. ${
|
|
7585
|
-
`${L} may get it wrong. ${
|
|
7586
|
-
`${L} might fetch the wrong stick. ${
|
|
7587
|
-
`Sometimes, ${L} howls at the moon. ${
|
|
7588
|
-
`${L} may dig up imaginary bones. ${
|
|
7589
|
-
`${L} may sniff out nonsense. ${
|
|
7590
|
-
],
|
|
7489
|
+
const tc = "ASK! ME! ANYTHING!", rc = "Log in with a password", sc = "Log in with a Passkey", xu = "Log out", nc = "Password", Lu = "Usage", Du = "Profile", $u = "Settings", Uu = "Chat history", Hu = "About", Fu = "Type your message...", Bu = "How can I help you this morning?", Ku = "How can I help you this afternoon?", Vu = "How can I help you this evening?", Gu = "How can I help you tonight?", zu = "How can I help you today?", qu = "How can I help you?", Wu = "{{clipboard}}", $ = "Review important details.", ju = [
|
|
7490
|
+
`Sometimes, ${L} just makes stuff up. ${$}`,
|
|
7491
|
+
`${L} may invent facts on the fly. ${$}`,
|
|
7492
|
+
`${L} may be confidently wrong. ${$}`,
|
|
7493
|
+
`Occasionally, ${L} bluffs. ${$}`,
|
|
7494
|
+
`${L} is not always reality-based. ${$}`,
|
|
7495
|
+
`Sometimes, ${L} freestyles the truth. ${$}`,
|
|
7496
|
+
`${L}'s answers may vary from reality. ${$}`,
|
|
7497
|
+
`Sometimes, ${L} hallucinates. ${$}`,
|
|
7498
|
+
`Occasionally, ${L} imagines. ${$}`,
|
|
7499
|
+
`${L} may make things up. ${$}`,
|
|
7500
|
+
`${L} gets creative sometimes. ${$}`,
|
|
7501
|
+
`${L} isn't always right. ${$}`,
|
|
7502
|
+
`${L} can be mistaken. ${$}`,
|
|
7503
|
+
`Sometimes, ${L} guesses. ${$}`,
|
|
7504
|
+
`Sometimes, ${L} invents. ${$}`,
|
|
7505
|
+
`${L} may get it wrong. ${$}`,
|
|
7506
|
+
`${L} might fetch the wrong stick. ${$}`,
|
|
7507
|
+
`Sometimes, ${L} howls at the moon. ${$}`,
|
|
7508
|
+
`${L} may dig up imaginary bones. ${$}`,
|
|
7509
|
+
`${L} may sniff out nonsense. ${$}`
|
|
7510
|
+
], Qu = "Prompts are pre-filled menus available on the main screen, to help you quickly start requests. If you select the 'Private Chat' checkbox, the corresponding chat will not be saved. If you select the 'Clipboard Access' checkbox, your clipboard content (if any) will be provided to the request.", Yu = "Default provider set to", Ju = "Chat successfully deleted!", Xu = "Caching enabled. Assets are now stored locally.", Zu = "Caching disabled. Local asset cache cleared.", ed = "av-sassy", td = {
|
|
7591
7511
|
0: ["January", "February", "March"],
|
|
7592
7512
|
3: ["April", "May", "June"],
|
|
7593
7513
|
6: ["July", "August", "September"],
|
|
7594
7514
|
9: ["October", "November", "December"]
|
|
7595
|
-
},
|
|
7515
|
+
}, rd = {
|
|
7596
7516
|
0: ["Jan", "Feb", "Mar"],
|
|
7597
7517
|
3: ["Apr", "May", "Jun"],
|
|
7598
7518
|
6: ["Jul", "Aug", "Sep"],
|
|
@@ -7604,7 +7524,7 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7604
7524
|
SPECIFIC_MONTH: "specificMonth",
|
|
7605
7525
|
CURRENT_YEAR: "currentYear",
|
|
7606
7526
|
LAST_YEAR: "lastYear"
|
|
7607
|
-
},
|
|
7527
|
+
}, sd = [
|
|
7608
7528
|
"January",
|
|
7609
7529
|
"February",
|
|
7610
7530
|
"March",
|
|
@@ -7617,13 +7537,13 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7617
7537
|
"October",
|
|
7618
7538
|
"November",
|
|
7619
7539
|
"December"
|
|
7620
|
-
],
|
|
7540
|
+
], nd = {
|
|
7621
7541
|
[$e.TODAY]: "Today",
|
|
7622
7542
|
[$e.YESTERDAY]: "Yesterday",
|
|
7623
7543
|
[$e.MONTH_TO_DATE]: "Month to date",
|
|
7624
7544
|
[$e.CURRENT_YEAR]: `${(/* @__PURE__ */ new Date()).getFullYear()} by trimester`,
|
|
7625
7545
|
[$e.LAST_YEAR]: `${(/* @__PURE__ */ new Date()).getFullYear() - 1} by trimester`
|
|
7626
|
-
},
|
|
7546
|
+
}, ad = {
|
|
7627
7547
|
PREFERENCES: {
|
|
7628
7548
|
TITLE: "User profile",
|
|
7629
7549
|
USERNAME: "Username",
|
|
@@ -7675,38 +7595,38 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7675
7595
|
SEND_ON_ENTER: "This option allows you to choose whether you want to send a message when you press Enter or if you want to use Ctrl+Enter (Cmd+Enter on Mac). If you choose to send a message on Enter, you will need use Shift+Enter to insert a new line.",
|
|
7676
7596
|
USE_MEMORY: "This option allows you to choose whether you want to enable memory for your chats. When enabled, Diggidy will remember your previous interactions and use them to provide more relevant responses."
|
|
7677
7597
|
}
|
|
7678
|
-
},
|
|
7598
|
+
}, ac = {
|
|
7679
7599
|
ASC: "asc",
|
|
7680
7600
|
DESC: "desc"
|
|
7681
|
-
},
|
|
7601
|
+
}, id = "FOOTER_BOTTOM", ic = "FOOTER_TOP", oc = "APP_SET_FOOTER_POSITION", cc = "APP_SET_FOOTER_HEIGHT", lc = "APP_SET_OLED_MODE", uc = "APP_SET_FULL_SCREEN", dc = "APP_SET_THEME_MODE", hc = "APP_SET_THEME_PALETTE", od = (e, t) => {
|
|
7682
7602
|
switch (t.type) {
|
|
7683
|
-
case
|
|
7603
|
+
case oc:
|
|
7684
7604
|
return e.footerPosition === t.payload.footerPosition && e.footerOffset === t.payload.footerOffset ? e : {
|
|
7685
7605
|
...e,
|
|
7686
7606
|
footerPosition: t.payload.footerPosition,
|
|
7687
7607
|
footerOffset: t.payload.footerOffset
|
|
7688
7608
|
};
|
|
7689
|
-
case
|
|
7609
|
+
case cc:
|
|
7690
7610
|
return e.footerHeight === t.payload.footerHeight ? e : {
|
|
7691
7611
|
...e,
|
|
7692
7612
|
footerHeight: t.payload.footerHeight
|
|
7693
7613
|
};
|
|
7694
|
-
case
|
|
7614
|
+
case lc:
|
|
7695
7615
|
return {
|
|
7696
7616
|
...e,
|
|
7697
7617
|
oledMode: t.payload.oledMode
|
|
7698
7618
|
};
|
|
7699
|
-
case
|
|
7619
|
+
case uc:
|
|
7700
7620
|
return {
|
|
7701
7621
|
...e,
|
|
7702
7622
|
fullScreen: t.payload.fullScreen
|
|
7703
7623
|
};
|
|
7704
|
-
case
|
|
7624
|
+
case dc:
|
|
7705
7625
|
return {
|
|
7706
7626
|
...e,
|
|
7707
7627
|
themeMode: t.payload.themeMode
|
|
7708
7628
|
};
|
|
7709
|
-
case
|
|
7629
|
+
case hc:
|
|
7710
7630
|
return {
|
|
7711
7631
|
...e,
|
|
7712
7632
|
themePalette: t.payload.themePalette
|
|
@@ -7714,19 +7634,19 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7714
7634
|
default:
|
|
7715
7635
|
return e;
|
|
7716
7636
|
}
|
|
7717
|
-
},
|
|
7637
|
+
}, cd = re.createContext({
|
|
7718
7638
|
state: {
|
|
7719
7639
|
searchString: "",
|
|
7720
7640
|
sortedCell: "",
|
|
7721
|
-
sortDirection:
|
|
7641
|
+
sortDirection: ac.DESC
|
|
7722
7642
|
},
|
|
7723
7643
|
dispatch: () => {
|
|
7724
7644
|
}
|
|
7725
|
-
}),
|
|
7645
|
+
}), ld = re.createContext({
|
|
7726
7646
|
state: { prompt: "", lastTriggeredTimestamp: 0 },
|
|
7727
7647
|
dispatch: () => {
|
|
7728
7648
|
}
|
|
7729
|
-
}),
|
|
7649
|
+
}), ud = re.createContext({
|
|
7730
7650
|
state: {
|
|
7731
7651
|
provider: cn,
|
|
7732
7652
|
privateChat: !1,
|
|
@@ -7746,9 +7666,9 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7746
7666
|
},
|
|
7747
7667
|
setInitialMessages: () => {
|
|
7748
7668
|
}
|
|
7749
|
-
}),
|
|
7669
|
+
}), fc = re.createContext({
|
|
7750
7670
|
state: {
|
|
7751
|
-
footerPosition:
|
|
7671
|
+
footerPosition: ic,
|
|
7752
7672
|
footerHeight: 0,
|
|
7753
7673
|
footerOffset: 0,
|
|
7754
7674
|
oledMode: !1,
|
|
@@ -7757,7 +7677,7 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7757
7677
|
},
|
|
7758
7678
|
dispatch: () => {
|
|
7759
7679
|
}
|
|
7760
|
-
}),
|
|
7680
|
+
}), pc = (e) => {
|
|
7761
7681
|
if (e && Object.keys(e).length > 0) {
|
|
7762
7682
|
const t = document.documentElement;
|
|
7763
7683
|
Array.from(t.style).filter((r) => r.startsWith("--av-")).forEach((r) => t.style.removeProperty(r)), Object.entries(e).forEach(([r, s]) => {
|
|
@@ -7767,17 +7687,17 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7767
7687
|
}, yc = () => {
|
|
7768
7688
|
const {
|
|
7769
7689
|
state: { oledMode: e, themePalette: t }
|
|
7770
|
-
} = ze(
|
|
7690
|
+
} = ze(fc), r = Be(() => {
|
|
7771
7691
|
if (t)
|
|
7772
7692
|
return e ? t.oled : t.normal;
|
|
7773
7693
|
}, [t, e]);
|
|
7774
|
-
return
|
|
7775
|
-
r?.cssVariables &&
|
|
7776
|
-
}, [r]), [
|
|
7694
|
+
return O(() => {
|
|
7695
|
+
r?.cssVariables && pc(r.cssVariables);
|
|
7696
|
+
}, [r]), [N(
|
|
7777
7697
|
(n) => r?.colors[n] || "",
|
|
7778
7698
|
[r]
|
|
7779
|
-
),
|
|
7780
|
-
},
|
|
7699
|
+
), U];
|
|
7700
|
+
}, mc = ({
|
|
7781
7701
|
className: e,
|
|
7782
7702
|
isCapabilitiesSuccess: t,
|
|
7783
7703
|
capabilities: r
|
|
@@ -7786,17 +7706,17 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7786
7706
|
return /* @__PURE__ */ E(
|
|
7787
7707
|
"div",
|
|
7788
7708
|
{
|
|
7789
|
-
className:
|
|
7709
|
+
className: m(
|
|
7790
7710
|
e,
|
|
7791
7711
|
"w-full md:mx-auto md:max-w-4xl",
|
|
7792
7712
|
"flex items-center justify-center"
|
|
7793
7713
|
),
|
|
7794
7714
|
children: [
|
|
7795
|
-
/* @__PURE__ */ l("div", { className:
|
|
7715
|
+
/* @__PURE__ */ l("div", { className: m("basis-1/4", a), children: /* @__PURE__ */ l(xo, {}) }),
|
|
7796
7716
|
/* @__PURE__ */ E(
|
|
7797
7717
|
"div",
|
|
7798
7718
|
{
|
|
7799
|
-
className:
|
|
7719
|
+
className: m(
|
|
7800
7720
|
"prose prose-light",
|
|
7801
7721
|
"prose-sm md:prose-base",
|
|
7802
7722
|
"prose-h1:mb-0 prose-h2:mt-0",
|
|
@@ -7807,25 +7727,25 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7807
7727
|
),
|
|
7808
7728
|
children: [
|
|
7809
7729
|
/* @__PURE__ */ l("h1", { children: L }),
|
|
7810
|
-
/* @__PURE__ */ l("h2", { children:
|
|
7730
|
+
/* @__PURE__ */ l("h2", { children: tc })
|
|
7811
7731
|
]
|
|
7812
7732
|
}
|
|
7813
7733
|
)
|
|
7814
7734
|
]
|
|
7815
7735
|
}
|
|
7816
7736
|
);
|
|
7817
|
-
},
|
|
7737
|
+
}, gc = () => {
|
|
7818
7738
|
const { login: e, logoutReason: t, loginWithPasskey: r } = Ns(), [s, n] = Z(""), [a, i] = Z(""), [o, c] = Z(!0), [f, d] = Z({
|
|
7819
7739
|
username: "",
|
|
7820
7740
|
password: ""
|
|
7821
7741
|
}), h = async (u) => {
|
|
7822
7742
|
u.preventDefault(), await e(f.username, f.password) || (i(""), n("Invalid username or password"));
|
|
7823
7743
|
};
|
|
7824
|
-
return
|
|
7744
|
+
return O(() => {
|
|
7825
7745
|
document.getElementById("logo")?.classList.add("fadeOut"), setTimeout(() => {
|
|
7826
7746
|
document.getElementById("root")?.classList.replace("app-hidden", "fadeIn");
|
|
7827
7747
|
}, 500);
|
|
7828
|
-
}),
|
|
7748
|
+
}), O(() => {
|
|
7829
7749
|
t && i(t);
|
|
7830
7750
|
}, [t]), /* @__PURE__ */ E("main", { className: Fs({ extraClass: "mt-5" }), children: [
|
|
7831
7751
|
/* @__PURE__ */ l(
|
|
@@ -7834,10 +7754,10 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7834
7754
|
className: Hs({
|
|
7835
7755
|
extraClass: "rounded-md pb-10"
|
|
7836
7756
|
}),
|
|
7837
|
-
children: /* @__PURE__ */ l(
|
|
7757
|
+
children: /* @__PURE__ */ l(mc, {})
|
|
7838
7758
|
}
|
|
7839
7759
|
),
|
|
7840
|
-
/* @__PURE__ */ l("form", { className: "mt-5", onSubmit: h, children: /* @__PURE__ */ l(
|
|
7760
|
+
/* @__PURE__ */ l("form", { className: "mt-5", onSubmit: h, children: /* @__PURE__ */ l(Ho, { alignHorizontal: "center", children: /* @__PURE__ */ l(be, { span: 6, children: /* @__PURE__ */ E(No, { mode: "dark", children: [
|
|
7841
7761
|
/* @__PURE__ */ l(be, { span: 12, className: "mt-7", children: a && /* @__PURE__ */ l("div", { className: "p-2 text-sm text-center text-copy-error-light bg-surface-darker", children: a }) }),
|
|
7842
7762
|
/* @__PURE__ */ l(be, { span: 12, children: /* @__PURE__ */ l(
|
|
7843
7763
|
sr,
|
|
@@ -7871,14 +7791,14 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7871
7791
|
mode: "dark",
|
|
7872
7792
|
focusMode: "light",
|
|
7873
7793
|
name: "password",
|
|
7874
|
-
label:
|
|
7794
|
+
label: nc,
|
|
7875
7795
|
rightElement: /* @__PURE__ */ l(
|
|
7876
7796
|
Kt,
|
|
7877
7797
|
{
|
|
7878
7798
|
focusMode: "light",
|
|
7879
7799
|
mode: "dark",
|
|
7880
7800
|
label: o ? "Show" : "Hide",
|
|
7881
|
-
children: o ? /* @__PURE__ */ l(
|
|
7801
|
+
children: o ? /* @__PURE__ */ l($o, {}) : /* @__PURE__ */ l(Lo, {})
|
|
7882
7802
|
}
|
|
7883
7803
|
),
|
|
7884
7804
|
onMaskChange: c,
|
|
@@ -7901,7 +7821,7 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7901
7821
|
noBorder: !0,
|
|
7902
7822
|
type: "submit",
|
|
7903
7823
|
className: "mt-7",
|
|
7904
|
-
children:
|
|
7824
|
+
children: rc
|
|
7905
7825
|
}
|
|
7906
7826
|
) }),
|
|
7907
7827
|
!Bs() && /* @__PURE__ */ E(Kr, { children: [
|
|
@@ -7914,31 +7834,31 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7914
7834
|
focusMode: "light",
|
|
7915
7835
|
fullWidth: !0,
|
|
7916
7836
|
className: "mb-4",
|
|
7917
|
-
labelRight:
|
|
7837
|
+
labelRight: sc,
|
|
7918
7838
|
onClick: r,
|
|
7919
|
-
children: /* @__PURE__ */ l(
|
|
7839
|
+
children: /* @__PURE__ */ l(Do, { size: "size-7" })
|
|
7920
7840
|
}
|
|
7921
7841
|
) })
|
|
7922
7842
|
] })
|
|
7923
7843
|
] }) }) }) })
|
|
7924
7844
|
] });
|
|
7925
|
-
},
|
|
7845
|
+
}, Ec = new URL(document.location.href).searchParams, Fr = !!Ec.get("debug") || !1, wc = nn(() => import(
|
|
7926
7846
|
/* webpackChunkName: "LazyApp" */
|
|
7927
|
-
"./App.
|
|
7928
|
-
).then((e) => e.App)),
|
|
7847
|
+
"./App.RV-mmua0.js"
|
|
7848
|
+
).then((e) => e.App)), Sc = new Dn(), Br = ({
|
|
7929
7849
|
isComponent: e,
|
|
7930
7850
|
headerHeight: t
|
|
7931
7851
|
}) => {
|
|
7932
7852
|
const { isAuthenticated: r, isLoading: s, user: n, getAccessToken: a } = Ns();
|
|
7933
|
-
return s ? /* @__PURE__ */ l("div", {}) : r ? /* @__PURE__ */ l(sn, { fallback: /* @__PURE__ */ l("div", {}), children: /* @__PURE__ */ l($n, { client:
|
|
7853
|
+
return s ? /* @__PURE__ */ l("div", {}) : r ? /* @__PURE__ */ l(sn, { fallback: /* @__PURE__ */ l("div", {}), children: /* @__PURE__ */ l($n, { client: Sc, children: /* @__PURE__ */ l(
|
|
7934
7854
|
ao,
|
|
7935
7855
|
{
|
|
7936
7856
|
user: n?.username,
|
|
7937
7857
|
getAccessToken: a,
|
|
7938
|
-
children: /* @__PURE__ */ l(
|
|
7858
|
+
children: /* @__PURE__ */ l(wc, { isComponent: e, headerHeight: t })
|
|
7939
7859
|
}
|
|
7940
|
-
) }) }) : /* @__PURE__ */ l(
|
|
7941
|
-
},
|
|
7860
|
+
) }) }) : /* @__PURE__ */ l(gc, {});
|
|
7861
|
+
}, bc = ({
|
|
7942
7862
|
isComponent: e = !1,
|
|
7943
7863
|
headerHeight: t = 0,
|
|
7944
7864
|
domain: r = Us,
|
|
@@ -7946,7 +7866,7 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7946
7866
|
}) => (ut && console.info(
|
|
7947
7867
|
`==> [${Date.now()}] Bootstrapping SassySaint Client with props: `,
|
|
7948
7868
|
{ isComponent: e, domain: r, headerHeight: t, extraProps: s }
|
|
7949
|
-
),
|
|
7869
|
+
), O(() => {
|
|
7950
7870
|
e || Ds().catch((n) => {
|
|
7951
7871
|
console.error("[SW] Failed to register service worker:", n);
|
|
7952
7872
|
});
|
|
@@ -7959,8 +7879,8 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7959
7879
|
endpoint: process.env.PUBLIC_AUTH_SERVER_URL,
|
|
7960
7880
|
children: /* @__PURE__ */ l(Br, { isComponent: e, headerHeight: t })
|
|
7961
7881
|
}
|
|
7962
|
-
) : /* @__PURE__ */ l(Rr, { clientId: Cr, domain: r, debug: Fr, children: /* @__PURE__ */ l(Br, { isComponent: e, headerHeight: t }) })),
|
|
7963
|
-
|
|
7882
|
+
) : /* @__PURE__ */ l(Rr, { clientId: Cr, domain: r, debug: Fr, children: /* @__PURE__ */ l(Br, { isComponent: e, headerHeight: t }) })), dd = ({ domain: e, headerHeight: t }) => /* @__PURE__ */ l(
|
|
7883
|
+
bc,
|
|
7964
7884
|
{
|
|
7965
7885
|
isComponent: !0,
|
|
7966
7886
|
domain: e,
|
|
@@ -7969,144 +7889,144 @@ const rc = "ASK! ME! ANYTHING!", sc = "Log in with a password", nc = "Log in wit
|
|
|
7969
7889
|
}
|
|
7970
7890
|
);
|
|
7971
7891
|
export {
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7975
|
-
|
|
7976
|
-
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
|
|
7892
|
+
Hu as ABOUT_TITLE,
|
|
7893
|
+
zc as ACTION_RESET_PROMPT,
|
|
7894
|
+
Kc as ACTION_SEARCH,
|
|
7895
|
+
Vc as ACTION_SORT,
|
|
7896
|
+
Gc as ACTION_TOGGLE_PROMPT,
|
|
7897
|
+
ed as APP_CLASSNAME,
|
|
7898
|
+
cc as APP_SET_FOOTER_HEIGHT,
|
|
7899
|
+
oc as APP_SET_FOOTER_POSITION,
|
|
7900
|
+
uc as APP_SET_FULL_SCREEN,
|
|
7901
|
+
lc as APP_SET_OLED_MODE,
|
|
7902
|
+
dc as APP_SET_THEME_MODE,
|
|
7903
|
+
hc as APP_SET_THEME_PALETTE,
|
|
7904
|
+
fc as AppContext,
|
|
7985
7905
|
qs as Button,
|
|
7986
7906
|
Kt as ButtonIcon,
|
|
7987
|
-
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
|
|
7991
|
-
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
|
|
7996
|
-
|
|
7997
|
-
|
|
7998
|
-
|
|
7999
|
-
|
|
8000
|
-
|
|
8001
|
-
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
|
|
8010
|
-
|
|
8011
|
-
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
|
|
8016
|
-
|
|
8017
|
-
|
|
8018
|
-
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
|
|
8024
|
-
|
|
8025
|
-
|
|
8026
|
-
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8043
|
-
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
|
|
8047
|
-
|
|
8048
|
-
|
|
8049
|
-
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
|
|
7907
|
+
ad as CARDS,
|
|
7908
|
+
Wu as CLIPBOARD_PROMPT,
|
|
7909
|
+
No as Card,
|
|
7910
|
+
ud as ChatContext,
|
|
7911
|
+
hl as DEFAULT_ICON_ACTION_SIZE,
|
|
7912
|
+
Bc as ERROR_MESSAGE,
|
|
7913
|
+
id as FOOTER_BOTTOM,
|
|
7914
|
+
ju as FOOTER_DISCLAIMERS,
|
|
7915
|
+
ic as FOOTER_TOP,
|
|
7916
|
+
Uu as HISTORY_TITLE,
|
|
7917
|
+
cd as HistoryContext,
|
|
7918
|
+
ll as INFINITE_SCROLL_LIMIT,
|
|
7919
|
+
cl as INFINITE_SCROLL_THRESHOLD,
|
|
7920
|
+
gl as INPUT_BOTTOM_OFFSET,
|
|
7921
|
+
Sl as INPUT_BOTTOM_OFFSET_EXTRA,
|
|
7922
|
+
wl as INPUT_BOTTOM_OFFSET_IPAD,
|
|
7923
|
+
El as INPUT_BOTTOM_OFFSET_IPHONE,
|
|
7924
|
+
Ku as INPUT_PLACEHOLDER_TEXT_AFTERNOON,
|
|
7925
|
+
qu as INPUT_PLACEHOLDER_TEXT_DEFAULT,
|
|
7926
|
+
Vu as INPUT_PLACEHOLDER_TEXT_EVENING,
|
|
7927
|
+
Fu as INPUT_PLACEHOLDER_TEXT_IN_SESSION,
|
|
7928
|
+
Bu as INPUT_PLACEHOLDER_TEXT_MORNING,
|
|
7929
|
+
Gu as INPUT_PLACEHOLDER_TEXT_NIGHT,
|
|
7930
|
+
zu as INPUT_PLACEHOLDER_TEXT_TODAY,
|
|
7931
|
+
Zl as IconAddLight,
|
|
7932
|
+
eu as IconAnthropic,
|
|
7933
|
+
tu as IconBack,
|
|
7934
|
+
ru as IconBookSparklesLight,
|
|
7935
|
+
su as IconChart,
|
|
7936
|
+
nu as IconClose,
|
|
7937
|
+
au as IconCloseLight,
|
|
7938
|
+
iu as IconCopied,
|
|
7939
|
+
ou as IconCopy,
|
|
7940
|
+
cu as IconDelete,
|
|
7941
|
+
lu as IconEdit,
|
|
7942
|
+
uu as IconEditLight,
|
|
7943
|
+
du as IconEditUser,
|
|
7944
|
+
hu as IconGoogleGemini,
|
|
7945
|
+
fu as IconHistory,
|
|
7946
|
+
pu as IconInfo,
|
|
7947
|
+
yu as IconLightBulbLight,
|
|
7948
|
+
mu as IconLockedLight,
|
|
7949
|
+
gu as IconMagic,
|
|
7950
|
+
Eu as IconNext,
|
|
7951
|
+
wu as IconOpenAI,
|
|
7952
|
+
Do as IconPasskey,
|
|
7953
|
+
Su as IconPrevious,
|
|
7954
|
+
bu as IconProfile,
|
|
7955
|
+
Tu as IconProofread,
|
|
7956
|
+
vu as IconRestore,
|
|
7957
|
+
Iu as IconRewrite,
|
|
7958
|
+
_u as IconSearch,
|
|
7959
|
+
Au as IconSelected,
|
|
7960
|
+
Ru as IconSendLight,
|
|
7961
|
+
Ou as IconSettings,
|
|
7962
|
+
Cu as IconSliders,
|
|
7963
|
+
ku as IconStarInCircle,
|
|
7964
|
+
Pu as IconStarInCircleLight,
|
|
7965
|
+
Nu as IconUnSelected,
|
|
7966
|
+
Mu as IconUnlockedLight,
|
|
7967
|
+
Lc as K,
|
|
7968
|
+
Ho as L,
|
|
7969
|
+
al as LOCAL_STORAGE_CHAT_ID,
|
|
7970
|
+
Xc as LOCAL_STORAGE_FAVORITES_ONLY,
|
|
7971
|
+
ol as LOCAL_STORAGE_FULL_SCREEN,
|
|
7972
|
+
Zc as LOCAL_STORAGE_KEYWORD_MATCH_ALL,
|
|
7973
|
+
il as LOCAL_STORAGE_OLED_MODE,
|
|
8054
7974
|
xs as LOCAL_STORAGE_PREFIX,
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
7975
|
+
sl as LOCAL_STORAGE_PRIVATE_DISCLOSURE,
|
|
7976
|
+
nl as LOCAL_STORAGE_REASONING_DISCLOSURE,
|
|
7977
|
+
qc as LOCAL_STORAGE_SEARCH,
|
|
7978
|
+
Wc as LOCAL_STORAGE_SORT,
|
|
7979
|
+
Jc as LOCAL_STORAGE_SORT_MEMORY_COLUMN,
|
|
7980
|
+
Yc as LOCAL_STORAGE_SORT_MEMORY_DIRECTION,
|
|
7981
|
+
jc as LOCAL_STORAGE_SORT_TIMESTAMP,
|
|
7982
|
+
Qc as LOCAL_STORAGE_SORT_TOKEN_USAGE,
|
|
7983
|
+
rl as LOCAL_STORAGE_USAGE_SELECTED_MONTH,
|
|
7984
|
+
tl as LOCAL_STORAGE_USAGE_TIME_RANGE,
|
|
7985
|
+
el as LOCAL_STORAGE_USAGE_VIEW_MODE,
|
|
7986
|
+
xu as LOG_OUT,
|
|
8067
7987
|
Zs as LiveRegion,
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
|
|
7988
|
+
mc as Logo,
|
|
7989
|
+
sd as MONTHS,
|
|
7990
|
+
Du as PROFILE_TITLE,
|
|
7991
|
+
Qu as PROMPTS_DESCRIPTION,
|
|
7992
|
+
ul as PROMPT_CLASSNAME,
|
|
7993
|
+
dl as PROMPT_EDITABLE_AREA_CLASSNAME,
|
|
7994
|
+
ld as PromptsContext,
|
|
8075
7995
|
V as SERVICE_TYPES,
|
|
8076
|
-
|
|
8077
|
-
|
|
7996
|
+
$u as SETTINGS_TITLE,
|
|
7997
|
+
dd as SassySaint,
|
|
8078
7998
|
$e as TIME_RANGES,
|
|
8079
|
-
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
7999
|
+
nd as TIME_RANGE_LABELS,
|
|
8000
|
+
Zu as TOAST_CACHE_DISABLED,
|
|
8001
|
+
Xu as TOAST_CACHE_ENABLED,
|
|
8002
|
+
Ju as TOAST_CHAT_DELETED,
|
|
8003
|
+
Yu as TOAST_PROVIDER_CHANGED,
|
|
8004
|
+
td as TRIMESTERS,
|
|
8005
|
+
rd as TRIMESTERS_SHORT,
|
|
8086
8006
|
sr as TextInput,
|
|
8087
|
-
|
|
8088
|
-
|
|
8007
|
+
Oc as U,
|
|
8008
|
+
pl as UI_BUTTON_SCROLL_BUFFER,
|
|
8089
8009
|
yl as UI_DEFAULT_MAIN_HEIGHT,
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8010
|
+
ml as UI_DEFAULT_MAIN_HEIGHT_IPHONE,
|
|
8011
|
+
fl as UI_FOOTER_BUFFER,
|
|
8012
|
+
Lu as USAGE_TITLE,
|
|
8093
8013
|
L as V,
|
|
8094
|
-
|
|
8014
|
+
Nc as W,
|
|
8095
8015
|
ft as a,
|
|
8096
|
-
|
|
8016
|
+
od as appReducer,
|
|
8097
8017
|
ro as applyOledMode,
|
|
8098
8018
|
to as canEvaluateModels,
|
|
8099
8019
|
Zi as convertCamelCaseToReadable,
|
|
8100
8020
|
Qi as debounce,
|
|
8101
8021
|
an as e,
|
|
8102
|
-
|
|
8103
|
-
|
|
8022
|
+
ac as e$1,
|
|
8023
|
+
Tl as getCacheInfo,
|
|
8104
8024
|
Fi as getCurrentGeoLocation,
|
|
8105
|
-
|
|
8025
|
+
zl as getHotkeyHandler,
|
|
8106
8026
|
Fs as getLayoutPaddingClass,
|
|
8107
8027
|
Hs as getMessageContaintWrapperClass,
|
|
8108
8028
|
ue as graphQLRequest,
|
|
8109
|
-
|
|
8029
|
+
bl as handleServiceWorkerToggle,
|
|
8110
8030
|
zt as i,
|
|
8111
8031
|
ut as isDev,
|
|
8112
8032
|
Xi as isPWAMode,
|
|
@@ -8116,58 +8036,57 @@ export {
|
|
|
8116
8036
|
Ft as isServiceWorkerEnabled,
|
|
8117
8037
|
Bs as isTauri,
|
|
8118
8038
|
be as j,
|
|
8119
|
-
|
|
8120
|
-
|
|
8039
|
+
xc as j$1,
|
|
8040
|
+
Mc as k,
|
|
8121
8041
|
Ns as n,
|
|
8122
|
-
|
|
8042
|
+
_c as n$1,
|
|
8123
8043
|
qi as numberFormatter,
|
|
8124
|
-
|
|
8044
|
+
Ac as o,
|
|
8125
8045
|
Bi as obfuscate,
|
|
8126
|
-
|
|
8046
|
+
Rc as p,
|
|
8127
8047
|
ji as pluralize,
|
|
8128
8048
|
Vi as renderDataAsList,
|
|
8129
8049
|
qt as s,
|
|
8130
8050
|
so as serverUrl,
|
|
8131
|
-
|
|
8132
|
-
|
|
8051
|
+
Il as setNewProvider,
|
|
8052
|
+
_l as setUserPlan,
|
|
8133
8053
|
He as st,
|
|
8134
8054
|
Ki as unObfuscate,
|
|
8135
|
-
|
|
8136
|
-
|
|
8137
|
-
|
|
8138
|
-
|
|
8139
|
-
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
|
|
8146
|
-
|
|
8147
|
-
ql as
|
|
8148
|
-
jl as
|
|
8149
|
-
|
|
8150
|
-
Ql as
|
|
8151
|
-
Jl as useLocalStorage,
|
|
8055
|
+
Rl as useChangelogs,
|
|
8056
|
+
kl as useChat,
|
|
8057
|
+
Cl as useChatsHistory,
|
|
8058
|
+
xl as useChatsUsage,
|
|
8059
|
+
Vl as useClickOutside,
|
|
8060
|
+
Ul as useDeleteAllActiveMemories,
|
|
8061
|
+
Hl as useDeleteAllExpiredMemories,
|
|
8062
|
+
Ml as useDeleteChat,
|
|
8063
|
+
$l as useDeleteMemory,
|
|
8064
|
+
Kl as useEntitlements,
|
|
8065
|
+
Fl as useExpiredMemories,
|
|
8066
|
+
Gl as useHaptic,
|
|
8067
|
+
ql as useHotkeys,
|
|
8068
|
+
jl as useInViewport,
|
|
8069
|
+
Wl as useInterval,
|
|
8070
|
+
Ql as useLocalStorage,
|
|
8152
8071
|
Qs as useMergeRefs,
|
|
8153
8072
|
le as useQueryClient,
|
|
8154
8073
|
tt as useResizeObserver,
|
|
8155
|
-
|
|
8156
|
-
|
|
8157
|
-
|
|
8074
|
+
Bl as useRestoreMemory,
|
|
8075
|
+
Pl as useSaveChat,
|
|
8076
|
+
Al as useServerCapabilities,
|
|
8158
8077
|
yc as useTheme,
|
|
8159
|
-
|
|
8160
|
-
|
|
8078
|
+
Nl as useToggleFavoriteChat,
|
|
8079
|
+
Yl as useUncontrolled,
|
|
8161
8080
|
Ys as useUniqueId,
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
|
|
8081
|
+
Dl as useUpdateMemory,
|
|
8082
|
+
Ol as useUserChatStats,
|
|
8083
|
+
Ll as useUserMemories,
|
|
8165
8084
|
no as useUserPreferences,
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8085
|
+
Jl as useViewportSize,
|
|
8086
|
+
Xl as useVisualViewportSize,
|
|
8087
|
+
vl as utilities,
|
|
8088
|
+
kc as v,
|
|
8089
|
+
Pc as w,
|
|
8171
8090
|
un as x,
|
|
8172
|
-
|
|
8091
|
+
Cc as y
|
|
8173
8092
|
};
|