@resenty/widget 0.0.0
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/LICENSE +21 -0
- package/README.md +32 -0
- package/dist/chunks/chat-CJ6R7eoG.js +592 -0
- package/dist/chunks/chat-CZS20945.js +54622 -0
- package/dist/chunks/core-Cpyk9a29.js +214 -0
- package/dist/chunks/index-Df7cNTmq.js +348 -0
- package/dist/chunks/query-common-D_G8O-M_.js +7754 -0
- package/dist/chunks/react-dom-B4CdVWWC.js +1176 -0
- package/dist/chunks/react-root-BBU2MuNT.js +5 -0
- package/dist/chunks/react-root-ChAKSfvh.js +18956 -0
- package/dist/chunks/rolldown-runtime-B_fQOXul.js +11 -0
- package/dist/chunks/schemas-B2StEWw-.js +4326 -0
- package/dist/chunks/ui-common-DfZ7eP4u.js +2372 -0
- package/dist/chunks/ui-f9sPMhJV.js +135 -0
- package/dist/chunks/vendor-CAJw9nfJ.js +68985 -0
- package/dist/resenty.js +676 -0
- package/dist/styles/resenty.css +2 -0
- package/package.json +94 -0
|
@@ -0,0 +1,2372 @@
|
|
|
1
|
+
import { n as __toESM } from "./rolldown-runtime-B_fQOXul.js";
|
|
2
|
+
import { b as require_jsx_runtime, g as require_react_dom, x as require_react } from "./query-common-D_G8O-M_.js";
|
|
3
|
+
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
4
|
+
function assertContextExists(e, w) {
|
|
5
|
+
if (!e) throw typeof w == "string" ? Error(w) : /* @__PURE__ */ Error(`${w.displayName} not found`);
|
|
6
|
+
}
|
|
7
|
+
const createContextAndHook = (e, w) => {
|
|
8
|
+
let { assertCtxFn: T = assertContextExists } = w || {}, E = import_react.createContext(void 0);
|
|
9
|
+
return E.displayName = e, [
|
|
10
|
+
E,
|
|
11
|
+
() => {
|
|
12
|
+
let w = import_react.useContext(E);
|
|
13
|
+
return T(w, `${e} not found`), w.value;
|
|
14
|
+
},
|
|
15
|
+
() => {
|
|
16
|
+
let e = import_react.useContext(E);
|
|
17
|
+
return e ? e.value : {};
|
|
18
|
+
}
|
|
19
|
+
];
|
|
20
|
+
}, [CoreContext, useCore] = createContextAndHook("CoreContext", { assertCtxFn: assertContextExists });
|
|
21
|
+
var defaultDocument = typeof document < "u" ? document : null, defaultWindow = typeof window < "u" ? window : null;
|
|
22
|
+
const FrameContext = import_react.createContext({
|
|
23
|
+
document: defaultDocument,
|
|
24
|
+
window: defaultWindow
|
|
25
|
+
}), useFrame = () => import_react.useContext(FrameContext);
|
|
26
|
+
var import_react_dom$2 = /* @__PURE__ */ __toESM(require_react_dom()), import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime()), setForwardedRef = (e, w) => {
|
|
27
|
+
if (typeof e == "function") {
|
|
28
|
+
e(w);
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
e && (e.current = w);
|
|
32
|
+
}, IFrame = (0, import_react.forwardRef)(({ children: e, head: w, initialContent: T, src: E, mountTarget: O, setDocumentHeight: k, setDocumentWidth: A,...j }, M) => {
|
|
33
|
+
let [N, F] = (0, import_react.useState)(!1), [z, B] = (0, import_react.useState)(null), V = (0, import_react.useRef)(!1), H = (0, import_react.useRef)(!1), U = T || "<!DOCTYPE html><html><head></head><body></body></html>", W = () => z?.contentDocument ?? null, G = () => {
|
|
34
|
+
let e = W();
|
|
35
|
+
return e ? O ? e.querySelector(O) : e.body : null;
|
|
36
|
+
}, K = (0, import_react.useCallback)(() => {
|
|
37
|
+
V.current = !1, H.current = !1, F(!1);
|
|
38
|
+
}, []), q = (0, import_react.useCallback)((e) => {
|
|
39
|
+
B(e), K(), setForwardedRef(M, e);
|
|
40
|
+
}, [M, K]), J = (0, import_react.useCallback)((e) => {
|
|
41
|
+
H.current || (H.current = !0, j.onLoad?.(e));
|
|
42
|
+
}, [j.onLoad]), Y = (0, import_react.useCallback)((e) => {
|
|
43
|
+
J(e), F((e) => e || (V.current = !0, !0));
|
|
44
|
+
}, [J]), X = (0, import_react.useCallback)((e) => {
|
|
45
|
+
Y(e);
|
|
46
|
+
}, [Y]);
|
|
47
|
+
(0, import_react.useEffect)(() => {
|
|
48
|
+
if (E || !z || V.current) return;
|
|
49
|
+
let e = 0, w = window.setInterval(() => {
|
|
50
|
+
let T = z.contentDocument;
|
|
51
|
+
if (T?.body && (T.readyState === "interactive" || T.readyState === "complete")) {
|
|
52
|
+
Y(new Event("load")), window.clearInterval(w);
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
e += 1, e >= 40 && window.clearInterval(w);
|
|
56
|
+
}, 50);
|
|
57
|
+
return () => {
|
|
58
|
+
window.clearInterval(w);
|
|
59
|
+
};
|
|
60
|
+
}, [
|
|
61
|
+
E,
|
|
62
|
+
z,
|
|
63
|
+
Y
|
|
64
|
+
]), (0, import_react.useEffect)(() => {
|
|
65
|
+
if (!N || !z || E || !k && !A) return;
|
|
66
|
+
let e = W(), w = e?.body;
|
|
67
|
+
if (!w) return;
|
|
68
|
+
let T = null, D = () => {
|
|
69
|
+
T !== null && cancelAnimationFrame(T), T = requestAnimationFrame(() => {
|
|
70
|
+
if (!z.parentElement) {
|
|
71
|
+
T = null;
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
let E = w.style.height, D = w.style.maxHeight;
|
|
75
|
+
w.style.height = "auto", w.style.maxHeight = "none", w.offsetHeight, k?.(w.scrollHeight);
|
|
76
|
+
let O = e.documentElement, j = Math.max(w.scrollWidth, O?.scrollWidth ?? 0, Math.ceil(w.getBoundingClientRect().width));
|
|
77
|
+
j > 0 && A?.(j), w.style.height = E, w.style.maxHeight = D, T = null;
|
|
78
|
+
});
|
|
79
|
+
}, O = new ResizeObserver(D);
|
|
80
|
+
O.observe(w);
|
|
81
|
+
for (let e of w.children) O.observe(e);
|
|
82
|
+
let j = new MutationObserver(() => {
|
|
83
|
+
O.disconnect(), O.observe(w);
|
|
84
|
+
for (let e of w.children) O.observe(e);
|
|
85
|
+
D();
|
|
86
|
+
});
|
|
87
|
+
j.observe(w, {
|
|
88
|
+
childList: !0,
|
|
89
|
+
subtree: !0
|
|
90
|
+
});
|
|
91
|
+
let M = z.ownerDocument?.defaultView;
|
|
92
|
+
return M?.addEventListener("resize", D), D(), () => {
|
|
93
|
+
T !== null && cancelAnimationFrame(T), O.disconnect(), j.disconnect(), M?.removeEventListener("resize", D);
|
|
94
|
+
};
|
|
95
|
+
}, [
|
|
96
|
+
N,
|
|
97
|
+
z,
|
|
98
|
+
E,
|
|
99
|
+
k,
|
|
100
|
+
A
|
|
101
|
+
]);
|
|
102
|
+
let Z = () => {
|
|
103
|
+
let T = W();
|
|
104
|
+
if (!T) return null;
|
|
105
|
+
let E = T.head, D = G(), O = T.defaultView ?? T.parentView ?? null, k = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(FrameContext.Provider, {
|
|
106
|
+
value: {
|
|
107
|
+
document: T,
|
|
108
|
+
window: O
|
|
109
|
+
},
|
|
110
|
+
children: e
|
|
111
|
+
});
|
|
112
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [E && w ? (0, import_react_dom$2.createPortal)(w, E) : null, z && D ? (0, import_react_dom$2.createPortal)(k, D) : null] });
|
|
113
|
+
}, Q = E ? { src: E } : { srcDoc: U };
|
|
114
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("iframe", {
|
|
115
|
+
title: j.title,
|
|
116
|
+
ref: q,
|
|
117
|
+
...j,
|
|
118
|
+
onLoad: X,
|
|
119
|
+
...Q,
|
|
120
|
+
children: N && Z()
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
IFrame.displayName = "IFrame";
|
|
124
|
+
var iframe_default = IFrame, iframe_default$1 = "/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */\n@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:\"\";--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--color-red-400:#ff6568;--color-red-500:#fb2c36;--color-red-700:#bf000f;--color-amber-400:#fcbb00;--color-amber-500:#f99c00;--color-amber-700:#b75000;--color-emerald-400:#00d294;--color-emerald-500:#00bb7f;--color-emerald-700:#007956;--color-blue-400:#54a2ff;--color-blue-500:#3080ff;--color-blue-700:#1447e6;--color-purple-500:#ac4bff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#99a1af;--color-gray-500:#6a7282;--color-gray-600:#4a5565;--color-gray-700:#364153;--color-gray-800:#1e2939;--color-gray-900:#101828;--color-zinc-50:#fafafa;--color-zinc-100:#f4f4f5;--color-zinc-400:#9f9fa9;--color-zinc-500:#71717b;--color-zinc-600:#52525c;--color-zinc-800:#27272a;--color-zinc-900:#18181b;--color-zinc-950:#09090b;--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-bold:700;--tracking-wide:.025em;--leading-relaxed:1.625;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--ease-in:cubic-bezier(.4, 0, 1, 1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--input:var(--input);--border:var(--border);--accent:var(--accent);--muted:var(--muted);--secondary:var(--secondary)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-400:lab(63.7053% 60.745 31.3109);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-700:lab(40.4273% 67.2623 53.7441);--color-amber-400:lab(80.1641% 16.6016 99.2089);--color-amber-500:lab(72.7183% 31.8672 97.9407);--color-amber-700:lab(47.2709% 42.9082 69.2966);--color-emerald-400:lab(75.0771% -60.7313 19.4147);--color-emerald-500:lab(66.9756% -58.27 19.5419);--color-emerald-700:lab(44.4871% -41.0396 11.0361);--color-blue-400:lab(65.0361% -1.42065 -56.9802);--color-blue-500:lab(54.1736% 13.3369 -74.6839);--color-blue-700:lab(36.9089% 35.0961 -85.6872);--color-purple-500:lab(52.0183% 66.11 -78.2316);--color-gray-50:lab(98.2596% -.247031 -.706708);--color-gray-100:lab(96.1596% -.0823438 -1.13575);--color-gray-200:lab(91.6229% -.159115 -2.26791);--color-gray-400:lab(65.9269% -.832707 -8.17473);--color-gray-500:lab(47.7841% -.393182 -10.0268);--color-gray-600:lab(35.6337% -1.58697 -10.8425);--color-gray-700:lab(27.1134% -.956401 -12.3224);--color-gray-800:lab(16.1051% -1.18239 -11.7533);--color-gray-900:lab(8.11897% .811279 -12.254);--color-zinc-50:lab(98.26% 0 0);--color-zinc-100:lab(96.1634% .0993311 -.364041);--color-zinc-400:lab(65.6464% 1.53497 -5.42429);--color-zinc-500:lab(47.8878% 1.65477 -5.77283);--color-zinc-600:lab(35.1166% 1.78212 -6.1173);--color-zinc-800:lab(15.7305% .613764 -2.16959);--color-zinc-900:lab(8.30603% .618205 -2.16572);--color-zinc-950:lab(2.51107% .242703 -.886115)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab, var(--ring) 50%, transparent)}}body{background-color:var(--background);color:var(--foreground)}@supports (scrollbar-width:thin){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-color-thumb)}}@supports selector(::-webkit-scrollbar){*{scroll-behavior:smooth}::-webkit-scrollbar-thumb{background:var(--scrollbar-color-thumb);border-radius:var(--radius-sm)}::-webkit-scrollbar{max-width:var(--scrollbar-width-legacy);max-height:var(--scrollbar-width-legacy)}:hover{--fix: }}}@layer components;@layer utilities{.\\@container{container-type:inline-size}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.top-0{top:calc(var(--spacing) * 0)}.top-1\\/2{top:50%}.top-full{top:100%}.right-full{right:100%}.bottom-full{bottom:100%}.left-1\\/2{left:50%}.left-full{left:100%}.isolate{isolation:isolate}.z-50{z-index:50}.order-first{order:-9999}.order-last{order:9999}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-2{margin:calc(var(--spacing) * 2)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=\"1\"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:\"“\"\"”\"\"‘\"\"’\";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:\"`\"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#364153;--tw-prose-headings:#101828;--tw-prose-lead:#4a5565;--tw-prose-links:#101828;--tw-prose-bold:#101828;--tw-prose-counters:#6a7282;--tw-prose-bullets:#d1d5dc;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#101828;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6a7282;--tw-prose-kbd:#101828;--tw-prose-kbd-shadows:#1018281a;--tw-prose-code:#101828;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1e2939;--tw-prose-th-borders:#d1d5dc;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5dc;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#99a1af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#99a1af;--tw-prose-invert-bullets:#4a5565;--tw-prose-invert-hr:#364153;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#364153;--tw-prose-invert-captions:#99a1af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5dc;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4a5565;--tw-prose-invert-td-borders:#364153;font-size:1rem;line-height:1.75}@supports (color:lab(0% 0 0)){.prose{--tw-prose-body:lab(27.1134% -.956401 -12.3224);--tw-prose-headings:lab(8.11897% .811279 -12.254);--tw-prose-lead:lab(35.6337% -1.58697 -10.8425);--tw-prose-links:lab(8.11897% .811279 -12.254);--tw-prose-bold:lab(8.11897% .811279 -12.254);--tw-prose-counters:lab(47.7841% -.393182 -10.0268);--tw-prose-bullets:lab(85.1236% -.612259 -3.7138);--tw-prose-hr:lab(91.6229% -.159115 -2.26791);--tw-prose-quotes:lab(8.11897% .811279 -12.254);--tw-prose-quote-borders:lab(91.6229% -.159115 -2.26791);--tw-prose-captions:lab(47.7841% -.393182 -10.0268);--tw-prose-kbd:lab(8.11897% .811279 -12.254);--tw-prose-kbd-shadows:lab(8.11897% .811279 -12.254/.1);--tw-prose-code:lab(8.11897% .811279 -12.254);--tw-prose-pre-code:lab(91.6229% -.159115 -2.26791);--tw-prose-pre-bg:lab(16.1051% -1.18239 -11.7533);--tw-prose-th-borders:lab(85.1236% -.612259 -3.7138);--tw-prose-td-borders:lab(91.6229% -.159115 -2.26791);--tw-prose-invert-body:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-lead:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-counters:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-bullets:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-hr:lab(27.1134% -.956401 -12.3224);--tw-prose-invert-quotes:lab(96.1596% -.0823438 -1.13575);--tw-prose-invert-quote-borders:lab(27.1134% -.956401 -12.3224);--tw-prose-invert-captions:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-pre-code:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-th-borders:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-td-borders:lab(27.1134% -.956401 -12.3224)}}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.mt-1\\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-\\[2px\\]{margin-top:2px}.mr-1\\.5{margin-right:calc(var(--spacing) * 1.5)}.mb-1\\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.ml-1\\.5{margin-left:calc(var(--spacing) * 1.5)}.ml-10{margin-left:calc(var(--spacing) * 10)}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline-flex{display:inline-flex}.size-3{width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-5{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-full{width:100%;height:100%}.h-5{height:calc(var(--spacing) * 5)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-20{height:calc(var(--spacing) * 20)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:calc(var(--spacing) * 32)}.max-h-\\[calc\\(1\\/3\\*100dvh-1px\\)\\]{max-height:calc(33.3333dvh - 1px)}.max-h-screen{max-height:100vh}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-6{min-height:calc(var(--spacing) * 6)}.min-h-7{min-height:calc(var(--spacing) * 7)}.min-h-8{min-height:calc(var(--spacing) * 8)}.min-h-9{min-height:calc(var(--spacing) * 9)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-14{min-height:calc(var(--spacing) * 14)}.min-h-40{min-height:calc(var(--spacing) * 40)}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-\\(--frimousse-viewport-width\\){max-width:var(--frimousse-viewport-width)}.max-w-2\\/3{max-width:66.6667%}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-5{min-width:calc(var(--spacing) * 5)}.min-w-7{min-width:calc(var(--spacing) * 7)}.min-w-8{min-width:calc(var(--spacing) * 8)}.min-w-9{min-width:calc(var(--spacing) * 9)}.flex-1{flex:1}.flex-none{flex:none}.shrink-0{flex-shrink:0}.-translate-x-1\\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.animate-spin{animation:var(--animate-spin)}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize{resize:both}.scroll-my-1{scroll-margin-block:calc(var(--spacing) * 1)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-0\\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-none{overscroll-behavior:none}.rounded{border-radius:.25rem}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-border{border-color:var(--border)}.border-destructive{border-color:var(--destructive)}.border-gray-200{border-color:var(--color-gray-200)}.border-input{border-color:var(--input)}.border-primary{border-color:var(--primary)}.border-secondary{border-color:var(--secondary)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--background)}.bg-border{background-color:var(--border)}.bg-destructive{background-color:var(--destructive)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-muted{background-color:var(--muted)}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-clip-padding{background-clip:padding-box}.object-cover{object-fit:cover}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-\\[calc\\(--spacing\\(1\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 1.5) - 1px)}.px-\\[calc\\(--spacing\\(2\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 2) - 1px)}.px-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 2.5) - 1px)}.px-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 3) - 1px)}.px-\\[calc\\(--spacing\\(4\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 4) - 1px)}.px-\\[calc\\(--spacing\\(4\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 4.5) - 1px)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-\\[calc\\(--spacing\\(1\\)-1px\\)\\]{padding-block:calc(calc(var(--spacing) * 1) - 1px)}.py-\\[calc\\(--spacing\\(1\\.5\\)-1px\\)\\]{padding-block:calc(calc(var(--spacing) * 1.5) - 1px)}.py-\\[calc\\(--spacing\\(2\\)-1px\\)\\]{padding-block:calc(calc(var(--spacing) * 2) - 1px)}.ps-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-inline-start:calc(calc(var(--spacing) * 3) - 1px)}.pe-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-inline-end:calc(calc(var(--spacing) * 3) - 1px)}.pt-3\\.5{padding-top:calc(var(--spacing) * 3.5)}.pt-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-top:calc(calc(var(--spacing) * 3) - 1px)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-bottom:calc(calc(var(--spacing) * 3) - 1px)}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-base\\/5{font-size:var(--text-base);line-height:calc(var(--spacing) * 5)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-sm\\/4{font-size:var(--text-sm);line-height:calc(var(--spacing) * 4)}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-destructive-foreground{color:var(--destructive-foreground)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{color:var(--color-white)}.text-zinc-600{color:var(--color-zinc-600)}.italic{font-style:italic}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.shadow-md\\/5{--tw-shadow-alpha:5%;--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000000d), 0 2px 4px -2px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}@supports (color:lab(0% 0 0)){.shadow-md\\/5{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,lab(0% 0 0/.05)), 0 2px 4px -2px var(--tw-shadow-color,lab(0% 0 0/.05))}}.shadow-\\[0px_0px_1px_1px_rgba\\(17\\,17\\,26\\,0\\.1\\)\\]{--tw-shadow:0px 0px 1px 1px var(--tw-shadow-color,#11111a1a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-destructive\\/24{--tw-shadow-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.shadow-destructive\\/24{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--destructive) 24%, transparent) var(--tw-shadow-alpha), transparent)}}.shadow-primary\\/24{--tw-shadow-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.shadow-primary\\/24{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--primary) 24%, transparent) var(--tw-shadow-alpha), transparent)}}.ring-ring\\/24{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.ring-ring\\/24{--tw-ring-color:color-mix(in oklab, var(--ring) 24%, transparent)}}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.running{animation-play-state:running}:is(.\\*\\:not-first\\:rounded-s-none>*):not(:first-child){border-start-start-radius:0;border-end-start-radius:0}:is(.\\*\\:not-first\\:rounded-t-none>*):not(:first-child){border-top-left-radius:0;border-top-right-radius:0}:is(.\\*\\:not-first\\:border-s-0>*):not(:first-child){border-inline-start-style:var(--tw-border-style);border-inline-start-width:0}:is(.\\*\\:not-first\\:border-t-0>*):not(:first-child){border-top-style:var(--tw-border-style);border-top-width:0}:is(.\\*\\:not-last\\:rounded-e-none>*):not(:last-child){border-start-end-radius:0;border-end-end-radius:0}:is(.\\*\\:not-last\\:rounded-b-none>*):not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}:is(.\\*\\:not-last\\:border-e-0>*):not(:last-child){border-inline-end-style:var(--tw-border-style);border-inline-end-width:0}:is(.\\*\\:not-last\\:border-b-0>*):not(:last-child){border-bottom-style:var(--tw-border-style);border-bottom-width:0}.not-\\[\\[class\\^\\=\\'h-\\'\\]\\]\\:not-\\[\\[class\\*\\=\\'_h-\\'\\]\\]\\:self-stretch:not([class^=h-]):not([class*=\\ h-]){align-self:stretch}.group-hover\\/tooltip\\:opacity-100:is(:where(.group\\/tooltip):where([data-rac])[data-hovered] *){opacity:1}@media (hover:hover){.group-hover\\/tooltip\\:opacity-100:is(:where(.group\\/tooltip):where(:not([data-rac])):hover *){opacity:1}}.file\\:me-3::file-selector-button{margin-inline-end:calc(var(--spacing) * 3)}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\\:text-muted-foreground::placeholder,.placeholder\\:text-muted-foreground\\/64::placeholder{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.placeholder\\:text-muted-foreground\\/64::placeholder{color:color-mix(in oklab, var(--muted-foreground) 64%, transparent)}}.before\\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\\:absolute:before{content:var(--tw-content);position:absolute}.before\\:inset-0:before{content:var(--tw-content);inset:calc(var(--spacing) * 0)}.before\\:rounded-\\[calc\\(var\\(--radius-lg\\)-1px\\)\\]:before{content:var(--tw-content);border-radius:calc(var(--radius-lg) - 1px)}.before\\:rounded-\\[calc\\(var\\(--radius-md\\)-1px\\)\\]:before{content:var(--tw-content);border-radius:calc(var(--radius-md) - 1px)}:is(.\\*\\:not-first\\:before\\:-start-\\[0\\.5px\\]>*):not(:first-child):before{content:var(--tw-content);inset-inline-start:-.5px}:is(.\\*\\:not-first\\:before\\:-top-\\[0\\.5px\\]>*):not(:first-child):before{content:var(--tw-content);top:-.5px}:is(.\\*\\:not-first\\:before\\:rounded-s-none>*):not(:first-child):before{content:var(--tw-content);border-start-start-radius:0;border-end-start-radius:0}:is(.\\*\\:not-first\\:before\\:rounded-t-none>*):not(:first-child):before{content:var(--tw-content);border-top-left-radius:0;border-top-right-radius:0}:is(.\\*\\:not-last\\:before\\:-end-\\[0\\.5px\\]>*):not(:last-child):before{content:var(--tw-content);inset-inline-end:-.5px}:is(.\\*\\:not-last\\:before\\:-bottom-\\[0\\.5px\\]>*):not(:last-child):before{content:var(--tw-content);bottom:-.5px}:is(.\\*\\:not-last\\:before\\:hidden>*):not(:last-child):before{content:var(--tw-content);display:none}:is(.\\*\\:not-last\\:before\\:rounded-e-none>*):not(:last-child):before{content:var(--tw-content);border-start-end-radius:0;border-end-end-radius:0}:is(.\\*\\:not-last\\:before\\:rounded-b-none>*):not(:last-child):before{content:var(--tw-content);border-bottom-right-radius:0;border-bottom-left-radius:0}.not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_1px_--theme\\(--color-black\\/4\\%\\)\\]:not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{content:var(--tw-content);--tw-shadow:0 1px var(--tw-shadow-color,#0000000a)}@supports (color:color-mix(in lab, red, red)){.not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_1px_--theme\\(--color-black\\/4\\%\\)\\]:not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{--tw-shadow:0 1px var(--tw-shadow-color,color-mix(in oklab, var(--color-black) 4%, transparent))}}.not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_1px_--theme\\(--color-black\\/4\\%\\)\\]:not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.hover\\:bg-accent:where([data-rac])[data-hovered]{background-color:var(--accent)}@media (hover:hover){.hover\\:bg-accent:where(:not([data-rac])):hover{background-color:var(--accent)}}.hover\\:bg-accent\\/50:where([data-rac])[data-hovered]{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-accent\\/50:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--accent) 50%, transparent)}}@media (hover:hover){.hover\\:bg-accent\\/50:where(:not([data-rac])):hover{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-accent\\/50:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--accent) 50%, transparent)}}}.hover\\:bg-destructive\\/90:where([data-rac])[data-hovered]{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-destructive\\/90:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--destructive) 90%, transparent)}}@media (hover:hover){.hover\\:bg-destructive\\/90:where(:not([data-rac])):hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-destructive\\/90:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--destructive) 90%, transparent)}}}.hover\\:bg-gray-50\\/80:where([data-rac])[data-hovered]{background-color:#f9fafbcc}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-50\\/80:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--color-gray-50) 80%, transparent)}}@media (hover:hover){.hover\\:bg-gray-50\\/80:where(:not([data-rac])):hover{background-color:#f9fafbcc}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-50\\/80:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--color-gray-50) 80%, transparent)}}}.hover\\:bg-gray-100\\/70:where([data-rac])[data-hovered]{background-color:#f3f4f6b3}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-100\\/70:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--color-gray-100) 70%, transparent)}}@media (hover:hover){.hover\\:bg-gray-100\\/70:where(:not([data-rac])):hover{background-color:#f3f4f6b3}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-100\\/70:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--color-gray-100) 70%, transparent)}}}.hover\\:bg-primary\\/90:where([data-rac])[data-hovered]{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-primary\\/90:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--primary) 90%, transparent)}}@media (hover:hover){.hover\\:bg-primary\\/90:where(:not([data-rac])):hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-primary\\/90:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--primary) 90%, transparent)}}}.hover\\:bg-secondary\\/90:where([data-rac])[data-hovered]{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-secondary\\/90:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--secondary) 90%, transparent)}}@media (hover:hover){.hover\\:bg-secondary\\/90:where(:not([data-rac])):hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-secondary\\/90:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--secondary) 90%, transparent)}}}.hover\\:text-gray-900:where([data-rac])[data-hovered]{color:var(--color-gray-900)}@media (hover:hover){.hover\\:text-gray-900:where(:not([data-rac])):hover{color:var(--color-gray-900)}}.hover\\:underline:where([data-rac])[data-hovered]{text-decoration-line:underline}@media (hover:hover){.hover\\:underline:where(:not([data-rac])):hover{text-decoration-line:underline}}.focus-visible\\:ring-2:where([data-rac])[data-focus-visible],.focus-visible\\:ring-2:where(:not([data-rac])):focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\\:ring-ring:where([data-rac])[data-focus-visible],.focus-visible\\:ring-ring:where(:not([data-rac])):focus-visible{--tw-ring-color:var(--ring)}.focus-visible\\:ring-offset-1:where([data-rac])[data-focus-visible],.focus-visible\\:ring-offset-1:where(:not([data-rac])):focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\\:ring-offset-background:where([data-rac])[data-focus-visible],.focus-visible\\:ring-offset-background:where(:not([data-rac])):focus-visible{--tw-ring-offset-color:var(--background)}:is(.\\*\\:focus-visible\\:z-10>*):where([data-rac])[data-focus-visible],:is(.\\*\\:focus-visible\\:z-10>*):where(:not([data-rac])):focus-visible{z-index:10}.disabled\\:pointer-events-none:where([data-rac])[data-disabled],.disabled\\:pointer-events-none:where(:not([data-rac])):disabled{pointer-events:none}.disabled\\:cursor-not-allowed:where([data-rac])[data-disabled],.disabled\\:cursor-not-allowed:where(:not([data-rac])):disabled{cursor:not-allowed}.disabled\\:opacity-50:where([data-rac])[data-disabled],.disabled\\:opacity-50:where(:not([data-rac])):disabled{opacity:.5}.disabled\\:opacity-64:where([data-rac])[data-disabled],.disabled\\:opacity-64:where(:not([data-rac])):disabled{opacity:.64}:is(.has-focus-visible\\:border-ring:has(:where([data-rac])[data-focus-visible]),.has-focus-visible\\:border-ring:has(:where(:not([data-rac])):focus-visible)){border-color:var(--ring)}:is(.has-focus-visible\\:ring-\\[3px\\]:has(:where([data-rac])[data-focus-visible]),.has-focus-visible\\:ring-\\[3px\\]:has(:where(:not([data-rac])):focus-visible)){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}:is(.has-disabled\\:opacity-64:has(:where([data-rac])[data-disabled]),.has-disabled\\:opacity-64:has(:where(:not([data-rac])):disabled)){opacity:.64}.has-aria-invalid\\:border-destructive\\/36:has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-aria-invalid\\:border-destructive\\/36:has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 36%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 64%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 64%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 16%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 16%, transparent)}}.has-data-\\[align\\=block-end\\]\\:h-auto:has([data-align=block-end]){height:auto}.has-data-\\[align\\=block-end\\]\\:flex-col:has([data-align=block-end]){flex-direction:column}.has-data-\\[align\\=block-start\\]\\:h-auto:has([data-align=block-start]){height:auto}.has-data-\\[align\\=block-start\\]\\:flex-col:has([data-align=block-start]){flex-direction:column}.has-\\[\\:disabled\\,\\:focus-visible\\,\\[aria-invalid\\]\\]\\:shadow-none:has(:is(:disabled,:focus-visible,[aria-invalid])){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:opacity-64:has(:is(input:disabled,textarea:disabled)){opacity:.64}.has-\\[input\\:disabled\\,textarea\\:disabled\\,input\\:focus-visible\\,textarea\\:focus-visible\\,input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:shadow-none:has(:is(input:disabled,textarea:disabled,input:focus-visible,textarea:focus-visible,input[aria-invalid],textarea[aria-invalid])){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:border-ring:has(:is(input:focus-visible,textarea:focus-visible)){border-color:var(--ring)}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:ring-\\[3px\\]:has(:is(input:focus-visible,textarea:focus-visible)){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/36:has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/36:has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:color-mix(in oklab, var(--destructive) 36%, transparent)}}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/64:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/64:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:color-mix(in oklab, var(--destructive) 64%, transparent)}}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/16:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/16:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:color-mix(in oklab, var(--destructive) 16%, transparent)}}.has-\\[textarea\\]\\:h-auto:has(:is(textarea)){height:auto}.has-\\[\\>\\[data-slot\\=badge\\]\\]\\:-ms-1\\.5:has(>[data-slot=badge]){margin-inline-start:calc(var(--spacing) * -1.5)}.has-\\[\\>\\[data-slot\\=badge\\]\\]\\:-me-1\\.5:has(>[data-slot=badge]){margin-inline-end:calc(var(--spacing) * -1.5)}.has-\\[\\>button\\]\\:-ms-2:has(>button){margin-inline-start:calc(var(--spacing) * -2)}.has-\\[\\>button\\]\\:-me-2:has(>button){margin-inline-end:calc(var(--spacing) * -2)}.has-\\[\\>kbd\\]\\:ms-\\[-0\\.35rem\\]:has(>kbd){margin-inline-start:-.35rem}.has-\\[\\>kbd\\]\\:me-\\[-0\\.35rem\\]:has(>kbd){margin-inline-end:-.35rem}.data-pressed\\:bg-accent[data-pressed]{background-color:var(--accent)}.data-pressed\\:bg-secondary\\/90[data-pressed]{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.data-pressed\\:bg-secondary\\/90[data-pressed]{background-color:color-mix(in oklab, var(--secondary) 90%, transparent)}}.data-\\[active\\]\\:bg-accent[data-active],.data-\\[selected\\]\\:bg-accent[data-selected]{background-color:var(--accent)}.data-\\[selected\\]\\:text-accent-foreground[data-selected]{color:var(--accent-foreground)}.data-\\[selected\\]\\:transition-none[data-selected]{transition-property:none}@media (min-width:40rem){.sm\\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@container (width>=24rem){.\\@sm\\:flex{display:flex}}.dark\\:bg-input\\/32:where(.dark,.dark *){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:bg-input\\/32:where(.dark,.dark *){background-color:color-mix(in oklab, var(--input) 32%, transparent)}}.dark\\:not-in-data-\\[slot\\=group\\]\\:bg-clip-border:where(.dark,.dark *):not(:where([data-slot=group]) *){background-clip:border-box}.dark\\:not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_-1px_--theme\\(--color-white\\/8\\%\\)\\]:where(.dark,.dark *):not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{content:var(--tw-content);--tw-shadow:0 -1px var(--tw-shadow-color,#ffffff14)}@supports (color:color-mix(in lab, red, red)){.dark\\:not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_-1px_--theme\\(--color-white\\/8\\%\\)\\]:where(.dark,.dark *):not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{--tw-shadow:0 -1px var(--tw-shadow-color,color-mix(in oklab, var(--color-white) 8%, transparent))}}.dark\\:not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_-1px_--theme\\(--color-white\\/8\\%\\)\\]:where(.dark,.dark *):not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}:is(.dark\\:\\*\\:first\\:before\\:block:where(.dark,.dark *)>*):first-child:before{content:var(--tw-content);display:block}:is(.dark\\:\\*\\:last\\:before\\:hidden:where(.dark,.dark *)>*):last-child:before{content:var(--tw-content);display:none}.dark\\:hover\\:bg-accent:where(.dark,.dark *):where([data-rac])[data-hovered]{background-color:var(--accent)}@media (hover:hover){.dark\\:hover\\:bg-accent:where(.dark,.dark *):where(:not([data-rac])):hover{background-color:var(--accent)}}.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where([data-rac])[data-hovered]{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--input) 64%, transparent)}}@media (hover:hover){.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where(:not([data-rac])):hover{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--input) 64%, transparent)}}}.dark\\:has-aria-invalid\\:ring-destructive\\/24:where(.dark,.dark *):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:has-aria-invalid\\:ring-destructive\\/24:where(.dark,.dark *):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 24%, transparent)}}.dark\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/24:where(.dark,.dark *):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/24:where(.dark,.dark *):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:color-mix(in oklab, var(--destructive) 24%, transparent)}}.dark\\:data-\\[selected\\]\\:bg-input\\/80:where(.dark,.dark *)[data-selected]{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:data-\\[selected\\]\\:bg-input\\/80:where(.dark,.dark *)[data-selected]{background-color:color-mix(in oklab, var(--input) 80%, transparent)}}@media (pointer:coarse){.pointer-coarse\\:after\\:absolute:after{content:var(--tw-content);position:absolute}.pointer-coarse\\:after\\:size-full:after{content:var(--tw-content);width:100%;height:100%}.pointer-coarse\\:after\\:min-h-11:after{content:var(--tw-content);min-height:calc(var(--spacing) * 11)}.pointer-coarse\\:after\\:min-w-11:after{content:var(--tw-content);min-width:calc(var(--spacing) * 11)}:is(.\\*\\:pointer-coarse\\:after\\:min-h-auto>*):after{content:var(--tw-content);min-height:auto}:is(.\\*\\:pointer-coarse\\:after\\:min-w-auto>*):after{content:var(--tw-content);min-width:auto}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4\\.5 svg:not([class*=size-]){width:calc(var(--spacing) * 4.5);height:calc(var(--spacing) * 4.5)}.\\[\\&\\.ProseMirror-focused\\]\\:outline-none.ProseMirror-focused{--tw-outline-style:none;outline-style:none}.\\[\\&\\:\\:-webkit-search-cancel-button\\]\\:appearance-none::-webkit-search-cancel-button{appearance:none}.\\[\\&\\:\\:-webkit-search-decoration\\]\\:appearance-none::-webkit-search-decoration{appearance:none}.\\[\\&\\:\\:-webkit-search-results-button\\]\\:appearance-none::-webkit-search-results-button{appearance:none}.\\[\\&\\:\\:-webkit-search-results-decoration\\]\\:appearance-none::-webkit-search-results-decoration{appearance:none}.\\[\\.border-b\\]\\:pb-\\[calc\\(--spacing\\(3\\)-1px\\)\\].border-b{padding-bottom:calc(calc(var(--spacing) * 3) - 1px)}.\\[\\.border-t\\]\\:pt-\\[calc\\(--spacing\\(3\\)-1px\\)\\].border-t{padding-top:calc(calc(var(--spacing) * 3) - 1px)}.\\[\\:active\\,\\[data-pressed\\]\\]\\:inset-shadow-\\[0_1px_--theme\\(--color-black\\/8\\%\\)\\]:is(:active,[data-pressed]){--tw-inset-shadow:inset 0 1px var(--tw-inset-shadow-color,#00000014)}@supports (color:color-mix(in lab, red, red)){.\\[\\:active\\,\\[data-pressed\\]\\]\\:inset-shadow-\\[0_1px_--theme\\(--color-black\\/8\\%\\)\\]:is(:active,[data-pressed]){--tw-inset-shadow:inset 0 1px var(--tw-inset-shadow-color,color-mix(in oklab, var(--color-black) 8%, transparent))}}.\\[\\:active\\,\\[data-pressed\\]\\]\\:inset-shadow-\\[0_1px_--theme\\(--color-black\\/8\\%\\)\\]:is(:active,[data-pressed]){box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.\\[\\:disabled\\,\\:active\\,\\[data-pressed\\]\\]\\:shadow-none:is(:disabled,:active,[data-pressed]),.\\[\\&\\:is\\(\\:disabled\\,\\:active\\,\\[data-selected\\]\\)\\]\\:shadow-none:is(:disabled,:active,[data-selected]){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.\\[\\:hover\\,\\[data-pressed\\]\\]\\:border-destructive\\/32:is(:hover,[data-pressed]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.\\[\\:hover\\,\\[data-pressed\\]\\]\\:border-destructive\\/32:is(:hover,[data-pressed]){border-color:color-mix(in oklab, var(--destructive) 32%, transparent)}}.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-accent\\/50:is(:hover,[data-pressed]){background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-accent\\/50:is(:hover,[data-pressed]){background-color:color-mix(in oklab, var(--accent) 50%, transparent)}}.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-destructive\\/4:is(:hover,[data-pressed]){background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-destructive\\/4:is(:hover,[data-pressed]){background-color:color-mix(in oklab, var(--destructive) 4%, transparent)}}.dark\\:\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-input\\/64:where(.dark,.dark *):is(:hover,[data-pressed]){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-input\\/64:where(.dark,.dark *):is(:hover,[data-pressed]){background-color:color-mix(in oklab, var(--input) 64%, transparent)}}:is(.has-data-\\[align\\=inline-end\\]\\:\\*\\*\\:\\[\\[data-size\\=sm\\]_input\\]\\:pe-1\\.5:has([data-align=inline-end]) *):is([data-size=sm] input){padding-inline-end:calc(var(--spacing) * 1.5)}:is(.has-data-\\[align\\=inline-start\\]\\:\\*\\*\\:\\[\\[data-size\\=sm\\]_input\\]\\:ps-1\\.5:has([data-align=inline-start]) *):is([data-size=sm] input){padding-inline-start:calc(var(--spacing) * 1.5)}:is(.\\*\\:\\[\\[data-slot\\=input-control\\]\\,\\[data-slot\\=textarea-control\\]\\]\\:contents>*):is([data-slot=input-control],[data-slot=textarea-control]){display:contents}:is(.\\*\\:\\[\\[data-slot\\=input-control\\]\\,\\[data-slot\\=textarea-control\\]\\]\\:before\\:hidden>*):is([data-slot=input-control],[data-slot=textarea-control]):before{content:var(--tw-content);display:none}:is(.has-data-\\[align\\=block-end\\]\\:\\*\\*\\:\\[input\\]\\:pt-3:has([data-align=block-end]) *):is(input){padding-top:calc(var(--spacing) * 3)}:is(.has-data-\\[align\\=block-start\\]\\:\\*\\*\\:\\[input\\]\\:pb-\\[calc\\(--spacing\\(3\\)-1px\\)\\]:has([data-align=block-start]) *):is(input){padding-bottom:calc(calc(var(--spacing) * 3) - 1px)}:is(.has-data-\\[align\\=inline-end\\]\\:\\*\\*\\:\\[input\\]\\:pe-2:has([data-align=inline-end]) *):is(input){padding-inline-end:calc(var(--spacing) * 2)}:is(.has-data-\\[align\\=inline-start\\]\\:\\*\\*\\:\\[input\\]\\:ps-2:has([data-align=inline-start]) *):is(input){padding-inline-start:calc(var(--spacing) * 2)}:is(.not-has-\\[button\\]\\:\\*\\*\\:\\[svg\\]\\:opacity-72:not(:has(:is(button))) *):is(svg){opacity:.72}:is(.\\*\\*\\:\\[textarea_button\\]\\:rounded-\\[calc\\(var\\(--radius-md\\)-1px\\)\\] *):is(textarea button){border-radius:calc(var(--radius-md) - 1px)}:is(.\\*\\*\\:\\[textarea\\]\\:min-h-20\\.5 *):is(textarea){min-height:calc(var(--spacing) * 20.5)}:is(.\\*\\*\\:\\[textarea\\]\\:resize-none *):is(textarea){resize:none}:is(.\\*\\*\\:\\[textarea\\]\\:py-\\[calc\\(--spacing\\(3\\)-1px\\)\\] *):is(textarea){padding-block:calc(calc(var(--spacing) * 3) - 1px)}@media not all and (min-width:40rem){:is(.\\*\\*\\:\\[textarea\\]\\:max-sm\\:max-h-48 *):is(textarea){max-height:calc(var(--spacing) * 48)}:is(.\\*\\*\\:\\[textarea\\]\\:max-sm\\:min-h-36 *):is(textarea){min-height:calc(var(--spacing) * 36)}}.\\[\\&\\>kbd\\]\\:rounded-\\[calc\\(var\\(--radius\\)-5px\\)\\]>kbd{border-radius:calc(var(--radius) - 5px)}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:pointer-events-none>p.is-editor-empty:first-child:before{pointer-events:none}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:float-left>p.is-editor-empty:first-child:before{float:left}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:h-0>p.is-editor-empty:first-child:before{height:calc(var(--spacing) * 0)}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:text-gray-400>p.is-editor-empty:first-child:before{color:var(--color-gray-400)}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:content-\\[attr\\(data-placeholder\\)\\]>p.is-editor-empty:first-child:before{--tw-content:attr(data-placeholder);content:var(--tw-content)}.\\[\\&\\>svg\\]\\:size-5>svg{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.\\[\\&\\>svg\\]\\:text-gray-500>svg{color:var(--color-gray-500)}.\\[\\&\\>svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4>svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}[data-size=sm]+.\\[\\[data-size\\=sm\\]\\+\\&\\]\\:px-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 2.5) - 1px)}[data-size=sm]+.\\[\\[data-size\\=sm\\]\\+\\&\\]\\:ps-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline-start:calc(calc(var(--spacing) * 2.5) - 1px)}[data-size=sm]+.\\[\\[data-size\\=sm\\]\\+\\&\\]\\:pe-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline-end:calc(calc(var(--spacing) * 2.5) - 1px)}}@property --tw-animation-delay{syntax:\"*\";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:\"*\";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:\"*\";inherits:false}@property --tw-animation-fill-mode{syntax:\"*\";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:\"*\";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:\"*\";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:\"*\";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:\"*\";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:\"*\";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:\"*\";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:\"*\";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:\"*\";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:\"*\";inherits:false;initial-value:0}:root{--radius:.625rem;--background:var(--color-white);--foreground:var(--color-zinc-900);--card:var(--color-white);--card-foreground:var(--color-zinc-900);--popover:var(--color-white);--popover-foreground:var(--color-zinc-900);--primary:var(--color-zinc-800);--primary-foreground:var(--color-zinc-50);--secondary:#0000000a}@supports (color:color-mix(in lab, red, red)){:root{--secondary:color-mix(in oklab, var(--color-black) 4%, transparent)}}:root{--secondary-foreground:var(--color-zinc-900);--muted:#0000000a}@supports (color:color-mix(in lab, red, red)){:root{--muted:color-mix(in oklab, var(--color-black) 4%, transparent)}}:root{--muted-foreground:var(--color-zinc-600);--accent:#0000000a}@supports (color:color-mix(in lab, red, red)){:root{--accent:color-mix(in oklab, var(--color-black) 4%, transparent)}}:root{--accent-foreground:var(--color-zinc-900);--destructive:var(--color-red-500);--border:#0000001a}@supports (color:color-mix(in lab, red, red)){:root{--border:color-mix(in oklab, var(--color-black) 10%, transparent)}}:root{--input:#0000001a}@supports (color:color-mix(in lab, red, red)){:root{--input:color-mix(in oklab, var(--color-black) 10%, transparent)}}:root{--ring:var(--color-zinc-400);--chart-1:#f05100;--chart-2:#009588;--chart-3:#104e64;--chart-4:#fcbb00;--chart-5:#f99c00;--sidebar:#f9fafb;--sidebar-foreground:#030712;--sidebar-primary:#101828;--sidebar-primary-foreground:#f9fafb;--sidebar-accent:#f3f4f6;--sidebar-accent-foreground:#101828;--sidebar-border:#e5e7eb;--sidebar-ring:#99a1af;--destructive-foreground:var(--color-red-700);--info:var(--color-blue-500);--info-foreground:var(--color-blue-700);--success:var(--color-emerald-500);--success-foreground:var(--color-emerald-700);--warning:var(--color-amber-500);--warning-foreground:var(--color-amber-700);--scrollbar-color-thumb:var(--muted-foreground) transparent}@supports (color:lab(0% 0 0)){:root{--chart-1:lab(57.1026% 64.2584 89.8886);--chart-2:lab(55.0223% -41.0774 -3.90277);--chart-3:lab(30.372% -13.1853 -18.7887);--chart-4:lab(80.1641% 16.6016 99.2089);--chart-5:lab(72.7183% 31.8672 97.9407);--sidebar:lab(98.2596% -.247031 -.706708);--sidebar-foreground:lab(1.90334% .278696 -5.48866);--sidebar-primary:lab(8.11897% .811279 -12.254);--sidebar-primary-foreground:lab(98.2596% -.247031 -.706708);--sidebar-accent:lab(96.1596% -.0823438 -1.13575);--sidebar-accent-foreground:lab(8.11897% .811279 -12.254);--sidebar-border:lab(91.6229% -.159115 -2.26791);--sidebar-ring:lab(65.9269% -.832707 -8.17473)}}@supports (color:color-mix(in lab, red, red)){:root{--scrollbar-color-thumb:color-mix(in oklab, var(--muted-foreground) 60%, transparent) transparent}}:root{--scrollbar-width:thin;--scrollbar-width-legacy:.5rem}.dark{--background:var(--color-zinc-950);--foreground:var(--color-zinc-100);--card:#151518}@supports (color:color-mix(in lab, red, red)){.dark{--card:color-mix(in srgb, var(--color-zinc-900) 80%, var(--color-zinc-950))}}.dark{--card-foreground:var(--color-zinc-100);--popover:var(--color-zinc-900);--popover-foreground:var(--color-zinc-100);--primary:var(--color-zinc-100);--primary-foreground:var(--color-zinc-900);--secondary:#ffffff14}@supports (color:color-mix(in lab, red, red)){.dark{--secondary:color-mix(in oklab, var(--color-white) 8%, transparent)}}.dark{--secondary-foreground:var(--color-zinc-100);--muted:#ffffff14}@supports (color:color-mix(in lab, red, red)){.dark{--muted:color-mix(in oklab, var(--color-white) 8%, transparent)}}.dark{--muted-foreground:var(--color-zinc-400);--accent:#ffffff14}@supports (color:color-mix(in lab, red, red)){.dark{--accent:color-mix(in oklab, var(--color-white) 8%, transparent)}}.dark{--accent-foreground:var(--color-zinc-100);--destructive:var(--color-red-500);--border:#ffffff1f}@supports (color:color-mix(in lab, red, red)){.dark{--border:color-mix(in oklab, var(--color-white) 12%, transparent)}}.dark{--input:#ffffff1f}@supports (color:color-mix(in lab, red, red)){.dark{--input:color-mix(in oklab, var(--color-white) 12%, transparent)}}.dark{--ring:var(--color-zinc-500);--chart-1:#1447e6;--chart-2:#00bb7f;--chart-3:#f99c00;--chart-4:#ac4bff;--chart-5:#ff2357;--sidebar:#101828;--sidebar-foreground:#f9fafb;--sidebar-primary:#1447e6;--sidebar-primary-foreground:#f9fafb;--sidebar-accent:#1e2939;--sidebar-accent-foreground:#f9fafb;--sidebar-border:#ffffff1a;--sidebar-ring:#6a7282;--destructive-foreground:var(--color-red-400);--info:var(--color-blue-500);--info-foreground:var(--color-blue-400);--success:var(--color-emerald-500);--success-foreground:var(--color-emerald-400);--warning:var(--color-amber-500);--warning-foreground:var(--color-amber-400)}@supports (color:lab(0% 0 0)){.dark{--chart-1:lab(36.9089% 35.0961 -85.6872);--chart-2:lab(66.9756% -58.27 19.5419);--chart-3:lab(72.7183% 31.8672 97.9407);--chart-4:lab(52.0183% 66.11 -78.2316);--chart-5:lab(56.101% 79.4328 31.4532);--sidebar:lab(8.11897% .811279 -12.254);--sidebar-foreground:lab(98.2596% -.247031 -.706708);--sidebar-primary:lab(36.9089% 35.0961 -85.6872);--sidebar-primary-foreground:lab(98.2596% -.247031 -.706708);--sidebar-accent:lab(16.1051% -1.18239 -11.7533);--sidebar-accent-foreground:lab(98.2596% -.247031 -.706708);--sidebar-border:lab(100% 0 0/.1);--sidebar-ring:lab(47.7841% -.393182 -10.0268)}}@property --tw-translate-x{syntax:\"*\";inherits:false;initial-value:0}@property --tw-translate-y{syntax:\"*\";inherits:false;initial-value:0}@property --tw-translate-z{syntax:\"*\";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:\"*\";inherits:false;initial-value:0}@property --tw-border-style{syntax:\"*\";inherits:false;initial-value:solid}@property --tw-leading{syntax:\"*\";inherits:false}@property --tw-font-weight{syntax:\"*\";inherits:false}@property --tw-tracking{syntax:\"*\";inherits:false}@property --tw-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:\"*\";inherits:false}@property --tw-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:\"*\";inherits:false}@property --tw-inset-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:\"*\";inherits:false}@property --tw-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:\"*\";inherits:false}@property --tw-inset-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:\"*\";inherits:false}@property --tw-ring-offset-width{syntax:\"<length>\";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:\"*\";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:\"*\";inherits:false;initial-value:solid}@property --tw-blur{syntax:\"*\";inherits:false}@property --tw-brightness{syntax:\"*\";inherits:false}@property --tw-contrast{syntax:\"*\";inherits:false}@property --tw-grayscale{syntax:\"*\";inherits:false}@property --tw-hue-rotate{syntax:\"*\";inherits:false}@property --tw-invert{syntax:\"*\";inherits:false}@property --tw-opacity{syntax:\"*\";inherits:false}@property --tw-saturate{syntax:\"*\";inherits:false}@property --tw-sepia{syntax:\"*\";inherits:false}@property --tw-drop-shadow{syntax:\"*\";inherits:false}@property --tw-drop-shadow-color{syntax:\"*\";inherits:false}@property --tw-drop-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:\"*\";inherits:false}@property --tw-duration{syntax:\"*\";inherits:false}@property --tw-ease{syntax:\"*\";inherits:false}@property --tw-content{syntax:\"*\";inherits:false;initial-value:\"\"}@keyframes spin{to{transform:rotate(360deg)}}";
|
|
125
|
+
const [LauncherContext, useLauncher] = createContextAndHook("LauncherContext", { assertCtxFn: assertContextExists }), BaseLayout = ({ children: e, containerClassName: w = "resenty-frame-container", trigger: T, isOpen: E = !1, onOpenChange: O }) => {
|
|
126
|
+
let k = (0, import_react.useRef)(null), { resolvedOptions: A } = useCore(), [M, N] = (0, import_react.useState)(!1), [P, F] = (0, import_react.useState)(!1), I = (0, import_react.useCallback)((e) => {
|
|
127
|
+
k.current?.style.setProperty("--content-height", `${e}px`);
|
|
128
|
+
}, []);
|
|
129
|
+
(0, import_react.useEffect)(() => {
|
|
130
|
+
O?.(E ?? !1);
|
|
131
|
+
}, [E, O]);
|
|
132
|
+
let R = (0, import_react.useCallback)(() => {
|
|
133
|
+
N(!1), F(!1), O?.(!1);
|
|
134
|
+
}, [O]), z = (0, import_react.useCallback)(() => {
|
|
135
|
+
O?.(!0);
|
|
136
|
+
}, [O]), U = (0, import_react.useCallback)(() => {
|
|
137
|
+
O?.(!E);
|
|
138
|
+
}, [E, O]), W = (0, import_react.useCallback)(() => {
|
|
139
|
+
F(!0), N(!0);
|
|
140
|
+
}, []), G = (0, import_react.useCallback)(() => {
|
|
141
|
+
F(!0), N(!1);
|
|
142
|
+
}, []), K = (0, import_react.useCallback)(() => {
|
|
143
|
+
F(!0), N((e) => !e);
|
|
144
|
+
}, []), q = (0, import_react.useMemo)(() => ({
|
|
145
|
+
isOpen: E,
|
|
146
|
+
isExpanded: M,
|
|
147
|
+
open: z,
|
|
148
|
+
close: R,
|
|
149
|
+
toggle: U,
|
|
150
|
+
expand: W,
|
|
151
|
+
collapse: G,
|
|
152
|
+
toggleExpanded: K
|
|
153
|
+
}), [
|
|
154
|
+
R,
|
|
155
|
+
G,
|
|
156
|
+
W,
|
|
157
|
+
M,
|
|
158
|
+
E,
|
|
159
|
+
z,
|
|
160
|
+
U,
|
|
161
|
+
K
|
|
162
|
+
]);
|
|
163
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(LauncherContext.Provider, {
|
|
164
|
+
value: { value: q },
|
|
165
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
166
|
+
className: "resenty-isolation-wrapper",
|
|
167
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
168
|
+
ref: k,
|
|
169
|
+
className: w,
|
|
170
|
+
"data-open": E,
|
|
171
|
+
"data-expanded": M,
|
|
172
|
+
"data-resize-transition": P,
|
|
173
|
+
"data-no-trigger": !A.appearance.chat.showTrigger || void 0,
|
|
174
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(iframe_default, {
|
|
175
|
+
allowFullScreen: !0,
|
|
176
|
+
head: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("style", { children: iframe_default$1 }),
|
|
177
|
+
initialContent: "<!DOCTYPE html><html class='h-full overflow-hidden'><head></head><body class='overflow-hidden h-full max-h-screen @container isolate overscroll-none'></body></html>",
|
|
178
|
+
setDocumentHeight: I,
|
|
179
|
+
children: e
|
|
180
|
+
})
|
|
181
|
+
}), T && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
182
|
+
className: "resenty-launcher-container",
|
|
183
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(iframe_default, {
|
|
184
|
+
allowFullScreen: !0,
|
|
185
|
+
head: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("style", { children: "/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */\n@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:\"\";--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--color-red-400:#ff6568;--color-red-500:#fb2c36;--color-red-700:#bf000f;--color-amber-400:#fcbb00;--color-amber-500:#f99c00;--color-amber-700:#b75000;--color-emerald-400:#00d294;--color-emerald-500:#00bb7f;--color-emerald-700:#007956;--color-blue-400:#54a2ff;--color-blue-500:#3080ff;--color-blue-700:#1447e6;--color-purple-500:#ac4bff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#99a1af;--color-gray-500:#6a7282;--color-gray-600:#4a5565;--color-gray-700:#364153;--color-gray-800:#1e2939;--color-gray-900:#101828;--color-zinc-50:#fafafa;--color-zinc-100:#f4f4f5;--color-zinc-400:#9f9fa9;--color-zinc-500:#71717b;--color-zinc-600:#52525c;--color-zinc-800:#27272a;--color-zinc-900:#18181b;--color-zinc-950:#09090b;--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-bold:700;--tracking-wide:.025em;--leading-relaxed:1.625;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--ease-in:cubic-bezier(.4, 0, 1, 1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--input:var(--input);--border:var(--border);--accent:var(--accent);--muted:var(--muted);--secondary:var(--secondary)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-400:lab(63.7053% 60.745 31.3109);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-700:lab(40.4273% 67.2623 53.7441);--color-amber-400:lab(80.1641% 16.6016 99.2089);--color-amber-500:lab(72.7183% 31.8672 97.9407);--color-amber-700:lab(47.2709% 42.9082 69.2966);--color-emerald-400:lab(75.0771% -60.7313 19.4147);--color-emerald-500:lab(66.9756% -58.27 19.5419);--color-emerald-700:lab(44.4871% -41.0396 11.0361);--color-blue-400:lab(65.0361% -1.42065 -56.9802);--color-blue-500:lab(54.1736% 13.3369 -74.6839);--color-blue-700:lab(36.9089% 35.0961 -85.6872);--color-purple-500:lab(52.0183% 66.11 -78.2316);--color-gray-50:lab(98.2596% -.247031 -.706708);--color-gray-100:lab(96.1596% -.0823438 -1.13575);--color-gray-200:lab(91.6229% -.159115 -2.26791);--color-gray-400:lab(65.9269% -.832707 -8.17473);--color-gray-500:lab(47.7841% -.393182 -10.0268);--color-gray-600:lab(35.6337% -1.58697 -10.8425);--color-gray-700:lab(27.1134% -.956401 -12.3224);--color-gray-800:lab(16.1051% -1.18239 -11.7533);--color-gray-900:lab(8.11897% .811279 -12.254);--color-zinc-50:lab(98.26% 0 0);--color-zinc-100:lab(96.1634% .0993311 -.364041);--color-zinc-400:lab(65.6464% 1.53497 -5.42429);--color-zinc-500:lab(47.8878% 1.65477 -5.77283);--color-zinc-600:lab(35.1166% 1.78212 -6.1173);--color-zinc-800:lab(15.7305% .613764 -2.16959);--color-zinc-900:lab(8.30603% .618205 -2.16572);--color-zinc-950:lab(2.51107% .242703 -.886115)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab, var(--ring) 50%, transparent)}}body{background-color:var(--background);color:var(--foreground)}@supports (scrollbar-width:thin){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-color-thumb)}}@supports selector(::-webkit-scrollbar){*{scroll-behavior:smooth}::-webkit-scrollbar-thumb{background:var(--scrollbar-color-thumb);border-radius:var(--radius-sm)}::-webkit-scrollbar{max-width:var(--scrollbar-width-legacy);max-height:var(--scrollbar-width-legacy)}:hover{--fix: }}}@layer components;@layer utilities{.\\@container{container-type:inline-size}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.top-0{top:calc(var(--spacing) * 0)}.top-1\\/2{top:50%}.top-full{top:100%}.right-full{right:100%}.bottom-full{bottom:100%}.left-1\\/2{left:50%}.left-full{left:100%}.isolate{isolation:isolate}.z-50{z-index:50}.order-first{order:-9999}.order-last{order:9999}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-2{margin:calc(var(--spacing) * 2)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=\"1\"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:\"“\"\"”\"\"‘\"\"’\";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:\"`\"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#364153;--tw-prose-headings:#101828;--tw-prose-lead:#4a5565;--tw-prose-links:#101828;--tw-prose-bold:#101828;--tw-prose-counters:#6a7282;--tw-prose-bullets:#d1d5dc;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#101828;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6a7282;--tw-prose-kbd:#101828;--tw-prose-kbd-shadows:#1018281a;--tw-prose-code:#101828;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1e2939;--tw-prose-th-borders:#d1d5dc;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5dc;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#99a1af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#99a1af;--tw-prose-invert-bullets:#4a5565;--tw-prose-invert-hr:#364153;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#364153;--tw-prose-invert-captions:#99a1af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5dc;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4a5565;--tw-prose-invert-td-borders:#364153;font-size:1rem;line-height:1.75}@supports (color:lab(0% 0 0)){.prose{--tw-prose-body:lab(27.1134% -.956401 -12.3224);--tw-prose-headings:lab(8.11897% .811279 -12.254);--tw-prose-lead:lab(35.6337% -1.58697 -10.8425);--tw-prose-links:lab(8.11897% .811279 -12.254);--tw-prose-bold:lab(8.11897% .811279 -12.254);--tw-prose-counters:lab(47.7841% -.393182 -10.0268);--tw-prose-bullets:lab(85.1236% -.612259 -3.7138);--tw-prose-hr:lab(91.6229% -.159115 -2.26791);--tw-prose-quotes:lab(8.11897% .811279 -12.254);--tw-prose-quote-borders:lab(91.6229% -.159115 -2.26791);--tw-prose-captions:lab(47.7841% -.393182 -10.0268);--tw-prose-kbd:lab(8.11897% .811279 -12.254);--tw-prose-kbd-shadows:lab(8.11897% .811279 -12.254/.1);--tw-prose-code:lab(8.11897% .811279 -12.254);--tw-prose-pre-code:lab(91.6229% -.159115 -2.26791);--tw-prose-pre-bg:lab(16.1051% -1.18239 -11.7533);--tw-prose-th-borders:lab(85.1236% -.612259 -3.7138);--tw-prose-td-borders:lab(91.6229% -.159115 -2.26791);--tw-prose-invert-body:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-lead:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-counters:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-bullets:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-hr:lab(27.1134% -.956401 -12.3224);--tw-prose-invert-quotes:lab(96.1596% -.0823438 -1.13575);--tw-prose-invert-quote-borders:lab(27.1134% -.956401 -12.3224);--tw-prose-invert-captions:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-pre-code:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-th-borders:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-td-borders:lab(27.1134% -.956401 -12.3224)}}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.mt-1\\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-\\[2px\\]{margin-top:2px}.mr-1\\.5{margin-right:calc(var(--spacing) * 1.5)}.mb-1\\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.ml-1\\.5{margin-left:calc(var(--spacing) * 1.5)}.ml-10{margin-left:calc(var(--spacing) * 10)}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline-flex{display:inline-flex}.size-3{width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-5{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-full{width:100%;height:100%}.h-5{height:calc(var(--spacing) * 5)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-20{height:calc(var(--spacing) * 20)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:calc(var(--spacing) * 32)}.max-h-\\[calc\\(1\\/3\\*100dvh-1px\\)\\]{max-height:calc(33.3333dvh - 1px)}.max-h-screen{max-height:100vh}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-6{min-height:calc(var(--spacing) * 6)}.min-h-7{min-height:calc(var(--spacing) * 7)}.min-h-8{min-height:calc(var(--spacing) * 8)}.min-h-9{min-height:calc(var(--spacing) * 9)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-14{min-height:calc(var(--spacing) * 14)}.min-h-40{min-height:calc(var(--spacing) * 40)}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-\\(--frimousse-viewport-width\\){max-width:var(--frimousse-viewport-width)}.max-w-2\\/3{max-width:66.6667%}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-5{min-width:calc(var(--spacing) * 5)}.min-w-7{min-width:calc(var(--spacing) * 7)}.min-w-8{min-width:calc(var(--spacing) * 8)}.min-w-9{min-width:calc(var(--spacing) * 9)}.flex-1{flex:1}.flex-none{flex:none}.shrink-0{flex-shrink:0}.-translate-x-1\\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.animate-spin{animation:var(--animate-spin)}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize{resize:both}.scroll-my-1{scroll-margin-block:calc(var(--spacing) * 1)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-0\\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-none{overscroll-behavior:none}.rounded{border-radius:.25rem}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-border{border-color:var(--border)}.border-destructive{border-color:var(--destructive)}.border-gray-200{border-color:var(--color-gray-200)}.border-input{border-color:var(--input)}.border-primary{border-color:var(--primary)}.border-secondary{border-color:var(--secondary)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--background)}.bg-border{background-color:var(--border)}.bg-destructive{background-color:var(--destructive)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-muted{background-color:var(--muted)}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-clip-padding{background-clip:padding-box}.object-cover{object-fit:cover}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-\\[calc\\(--spacing\\(1\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 1.5) - 1px)}.px-\\[calc\\(--spacing\\(2\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 2) - 1px)}.px-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 2.5) - 1px)}.px-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 3) - 1px)}.px-\\[calc\\(--spacing\\(4\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 4) - 1px)}.px-\\[calc\\(--spacing\\(4\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 4.5) - 1px)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-\\[calc\\(--spacing\\(1\\)-1px\\)\\]{padding-block:calc(calc(var(--spacing) * 1) - 1px)}.py-\\[calc\\(--spacing\\(1\\.5\\)-1px\\)\\]{padding-block:calc(calc(var(--spacing) * 1.5) - 1px)}.py-\\[calc\\(--spacing\\(2\\)-1px\\)\\]{padding-block:calc(calc(var(--spacing) * 2) - 1px)}.ps-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-inline-start:calc(calc(var(--spacing) * 3) - 1px)}.pe-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-inline-end:calc(calc(var(--spacing) * 3) - 1px)}.pt-3\\.5{padding-top:calc(var(--spacing) * 3.5)}.pt-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-top:calc(calc(var(--spacing) * 3) - 1px)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-\\[calc\\(--spacing\\(3\\)-1px\\)\\]{padding-bottom:calc(calc(var(--spacing) * 3) - 1px)}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-base\\/5{font-size:var(--text-base);line-height:calc(var(--spacing) * 5)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-sm\\/4{font-size:var(--text-sm);line-height:calc(var(--spacing) * 4)}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-destructive-foreground{color:var(--destructive-foreground)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{color:var(--color-white)}.text-zinc-600{color:var(--color-zinc-600)}.italic{font-style:italic}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.shadow-md\\/5{--tw-shadow-alpha:5%;--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000000d), 0 2px 4px -2px var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}@supports (color:lab(0% 0 0)){.shadow-md\\/5{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,lab(0% 0 0/.05)), 0 2px 4px -2px var(--tw-shadow-color,lab(0% 0 0/.05))}}.shadow-\\[0px_0px_1px_1px_rgba\\(17\\,17\\,26\\,0\\.1\\)\\]{--tw-shadow:0px 0px 1px 1px var(--tw-shadow-color,#11111a1a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-destructive\\/24{--tw-shadow-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.shadow-destructive\\/24{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--destructive) 24%, transparent) var(--tw-shadow-alpha), transparent)}}.shadow-primary\\/24{--tw-shadow-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.shadow-primary\\/24{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--primary) 24%, transparent) var(--tw-shadow-alpha), transparent)}}.ring-ring\\/24{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.ring-ring\\/24{--tw-ring-color:color-mix(in oklab, var(--ring) 24%, transparent)}}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.running{animation-play-state:running}:is(.\\*\\:not-first\\:rounded-s-none>*):not(:first-child){border-start-start-radius:0;border-end-start-radius:0}:is(.\\*\\:not-first\\:rounded-t-none>*):not(:first-child){border-top-left-radius:0;border-top-right-radius:0}:is(.\\*\\:not-first\\:border-s-0>*):not(:first-child){border-inline-start-style:var(--tw-border-style);border-inline-start-width:0}:is(.\\*\\:not-first\\:border-t-0>*):not(:first-child){border-top-style:var(--tw-border-style);border-top-width:0}:is(.\\*\\:not-last\\:rounded-e-none>*):not(:last-child){border-start-end-radius:0;border-end-end-radius:0}:is(.\\*\\:not-last\\:rounded-b-none>*):not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}:is(.\\*\\:not-last\\:border-e-0>*):not(:last-child){border-inline-end-style:var(--tw-border-style);border-inline-end-width:0}:is(.\\*\\:not-last\\:border-b-0>*):not(:last-child){border-bottom-style:var(--tw-border-style);border-bottom-width:0}.not-\\[\\[class\\^\\=\\'h-\\'\\]\\]\\:not-\\[\\[class\\*\\=\\'_h-\\'\\]\\]\\:self-stretch:not([class^=h-]):not([class*=\\ h-]){align-self:stretch}.group-hover\\/tooltip\\:opacity-100:is(:where(.group\\/tooltip):where([data-rac])[data-hovered] *){opacity:1}@media (hover:hover){.group-hover\\/tooltip\\:opacity-100:is(:where(.group\\/tooltip):where(:not([data-rac])):hover *){opacity:1}}.file\\:me-3::file-selector-button{margin-inline-end:calc(var(--spacing) * 3)}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\\:text-muted-foreground::placeholder,.placeholder\\:text-muted-foreground\\/64::placeholder{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.placeholder\\:text-muted-foreground\\/64::placeholder{color:color-mix(in oklab, var(--muted-foreground) 64%, transparent)}}.before\\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\\:absolute:before{content:var(--tw-content);position:absolute}.before\\:inset-0:before{content:var(--tw-content);inset:calc(var(--spacing) * 0)}.before\\:rounded-\\[calc\\(var\\(--radius-lg\\)-1px\\)\\]:before{content:var(--tw-content);border-radius:calc(var(--radius-lg) - 1px)}.before\\:rounded-\\[calc\\(var\\(--radius-md\\)-1px\\)\\]:before{content:var(--tw-content);border-radius:calc(var(--radius-md) - 1px)}:is(.\\*\\:not-first\\:before\\:-start-\\[0\\.5px\\]>*):not(:first-child):before{content:var(--tw-content);inset-inline-start:-.5px}:is(.\\*\\:not-first\\:before\\:-top-\\[0\\.5px\\]>*):not(:first-child):before{content:var(--tw-content);top:-.5px}:is(.\\*\\:not-first\\:before\\:rounded-s-none>*):not(:first-child):before{content:var(--tw-content);border-start-start-radius:0;border-end-start-radius:0}:is(.\\*\\:not-first\\:before\\:rounded-t-none>*):not(:first-child):before{content:var(--tw-content);border-top-left-radius:0;border-top-right-radius:0}:is(.\\*\\:not-last\\:before\\:-end-\\[0\\.5px\\]>*):not(:last-child):before{content:var(--tw-content);inset-inline-end:-.5px}:is(.\\*\\:not-last\\:before\\:-bottom-\\[0\\.5px\\]>*):not(:last-child):before{content:var(--tw-content);bottom:-.5px}:is(.\\*\\:not-last\\:before\\:hidden>*):not(:last-child):before{content:var(--tw-content);display:none}:is(.\\*\\:not-last\\:before\\:rounded-e-none>*):not(:last-child):before{content:var(--tw-content);border-start-end-radius:0;border-end-end-radius:0}:is(.\\*\\:not-last\\:before\\:rounded-b-none>*):not(:last-child):before{content:var(--tw-content);border-bottom-right-radius:0;border-bottom-left-radius:0}.not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_1px_--theme\\(--color-black\\/4\\%\\)\\]:not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{content:var(--tw-content);--tw-shadow:0 1px var(--tw-shadow-color,#0000000a)}@supports (color:color-mix(in lab, red, red)){.not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_1px_--theme\\(--color-black\\/4\\%\\)\\]:not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{--tw-shadow:0 1px var(--tw-shadow-color,color-mix(in oklab, var(--color-black) 4%, transparent))}}.not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_1px_--theme\\(--color-black\\/4\\%\\)\\]:not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.hover\\:bg-accent:where([data-rac])[data-hovered]{background-color:var(--accent)}@media (hover:hover){.hover\\:bg-accent:where(:not([data-rac])):hover{background-color:var(--accent)}}.hover\\:bg-accent\\/50:where([data-rac])[data-hovered]{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-accent\\/50:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--accent) 50%, transparent)}}@media (hover:hover){.hover\\:bg-accent\\/50:where(:not([data-rac])):hover{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-accent\\/50:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--accent) 50%, transparent)}}}.hover\\:bg-destructive\\/90:where([data-rac])[data-hovered]{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-destructive\\/90:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--destructive) 90%, transparent)}}@media (hover:hover){.hover\\:bg-destructive\\/90:where(:not([data-rac])):hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-destructive\\/90:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--destructive) 90%, transparent)}}}.hover\\:bg-gray-50\\/80:where([data-rac])[data-hovered]{background-color:#f9fafbcc}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-50\\/80:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--color-gray-50) 80%, transparent)}}@media (hover:hover){.hover\\:bg-gray-50\\/80:where(:not([data-rac])):hover{background-color:#f9fafbcc}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-50\\/80:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--color-gray-50) 80%, transparent)}}}.hover\\:bg-gray-100\\/70:where([data-rac])[data-hovered]{background-color:#f3f4f6b3}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-100\\/70:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--color-gray-100) 70%, transparent)}}@media (hover:hover){.hover\\:bg-gray-100\\/70:where(:not([data-rac])):hover{background-color:#f3f4f6b3}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-gray-100\\/70:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--color-gray-100) 70%, transparent)}}}.hover\\:bg-primary\\/90:where([data-rac])[data-hovered]{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-primary\\/90:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--primary) 90%, transparent)}}@media (hover:hover){.hover\\:bg-primary\\/90:where(:not([data-rac])):hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-primary\\/90:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--primary) 90%, transparent)}}}.hover\\:bg-secondary\\/90:where([data-rac])[data-hovered]{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-secondary\\/90:where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--secondary) 90%, transparent)}}@media (hover:hover){.hover\\:bg-secondary\\/90:where(:not([data-rac])):hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-secondary\\/90:where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--secondary) 90%, transparent)}}}.hover\\:text-gray-900:where([data-rac])[data-hovered]{color:var(--color-gray-900)}@media (hover:hover){.hover\\:text-gray-900:where(:not([data-rac])):hover{color:var(--color-gray-900)}}.hover\\:underline:where([data-rac])[data-hovered]{text-decoration-line:underline}@media (hover:hover){.hover\\:underline:where(:not([data-rac])):hover{text-decoration-line:underline}}.focus-visible\\:ring-2:where([data-rac])[data-focus-visible],.focus-visible\\:ring-2:where(:not([data-rac])):focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\\:ring-ring:where([data-rac])[data-focus-visible],.focus-visible\\:ring-ring:where(:not([data-rac])):focus-visible{--tw-ring-color:var(--ring)}.focus-visible\\:ring-offset-1:where([data-rac])[data-focus-visible],.focus-visible\\:ring-offset-1:where(:not([data-rac])):focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\\:ring-offset-background:where([data-rac])[data-focus-visible],.focus-visible\\:ring-offset-background:where(:not([data-rac])):focus-visible{--tw-ring-offset-color:var(--background)}:is(.\\*\\:focus-visible\\:z-10>*):where([data-rac])[data-focus-visible],:is(.\\*\\:focus-visible\\:z-10>*):where(:not([data-rac])):focus-visible{z-index:10}.disabled\\:pointer-events-none:where([data-rac])[data-disabled],.disabled\\:pointer-events-none:where(:not([data-rac])):disabled{pointer-events:none}.disabled\\:cursor-not-allowed:where([data-rac])[data-disabled],.disabled\\:cursor-not-allowed:where(:not([data-rac])):disabled{cursor:not-allowed}.disabled\\:opacity-50:where([data-rac])[data-disabled],.disabled\\:opacity-50:where(:not([data-rac])):disabled{opacity:.5}.disabled\\:opacity-64:where([data-rac])[data-disabled],.disabled\\:opacity-64:where(:not([data-rac])):disabled{opacity:.64}:is(.has-focus-visible\\:border-ring:has(:where([data-rac])[data-focus-visible]),.has-focus-visible\\:border-ring:has(:where(:not([data-rac])):focus-visible)){border-color:var(--ring)}:is(.has-focus-visible\\:ring-\\[3px\\]:has(:where([data-rac])[data-focus-visible]),.has-focus-visible\\:ring-\\[3px\\]:has(:where(:not([data-rac])):focus-visible)){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}:is(.has-disabled\\:opacity-64:has(:where([data-rac])[data-disabled]),.has-disabled\\:opacity-64:has(:where(:not([data-rac])):disabled)){opacity:.64}.has-aria-invalid\\:border-destructive\\/36:has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-aria-invalid\\:border-destructive\\/36:has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 36%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 64%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:border-destructive\\/64:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){border-color:color-mix(in oklab, var(--destructive) 64%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where([data-rac])[data-focus-visible]):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 16%, transparent)}}.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-focus-visible\\:has-aria-invalid\\:ring-destructive\\/16:has(:where(:not([data-rac])):focus-visible):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 16%, transparent)}}.has-data-\\[align\\=block-end\\]\\:h-auto:has([data-align=block-end]){height:auto}.has-data-\\[align\\=block-end\\]\\:flex-col:has([data-align=block-end]){flex-direction:column}.has-data-\\[align\\=block-start\\]\\:h-auto:has([data-align=block-start]){height:auto}.has-data-\\[align\\=block-start\\]\\:flex-col:has([data-align=block-start]){flex-direction:column}.has-\\[\\:disabled\\,\\:focus-visible\\,\\[aria-invalid\\]\\]\\:shadow-none:has(:is(:disabled,:focus-visible,[aria-invalid])){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:opacity-64:has(:is(input:disabled,textarea:disabled)){opacity:.64}.has-\\[input\\:disabled\\,textarea\\:disabled\\,input\\:focus-visible\\,textarea\\:focus-visible\\,input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:shadow-none:has(:is(input:disabled,textarea:disabled,input:focus-visible,textarea:focus-visible,input[aria-invalid],textarea[aria-invalid])){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:border-ring:has(:is(input:focus-visible,textarea:focus-visible)){border-color:var(--ring)}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:ring-\\[3px\\]:has(:is(input:focus-visible,textarea:focus-visible)){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/36:has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/36:has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:color-mix(in oklab, var(--destructive) 36%, transparent)}}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/64:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:border-destructive\\/64:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){border-color:color-mix(in oklab, var(--destructive) 64%, transparent)}}.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/16:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/16:has(:is(input:focus-visible,textarea:focus-visible)):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:color-mix(in oklab, var(--destructive) 16%, transparent)}}.has-\\[textarea\\]\\:h-auto:has(:is(textarea)){height:auto}.has-\\[\\>\\[data-slot\\=badge\\]\\]\\:-ms-1\\.5:has(>[data-slot=badge]){margin-inline-start:calc(var(--spacing) * -1.5)}.has-\\[\\>\\[data-slot\\=badge\\]\\]\\:-me-1\\.5:has(>[data-slot=badge]){margin-inline-end:calc(var(--spacing) * -1.5)}.has-\\[\\>button\\]\\:-ms-2:has(>button){margin-inline-start:calc(var(--spacing) * -2)}.has-\\[\\>button\\]\\:-me-2:has(>button){margin-inline-end:calc(var(--spacing) * -2)}.has-\\[\\>kbd\\]\\:ms-\\[-0\\.35rem\\]:has(>kbd){margin-inline-start:-.35rem}.has-\\[\\>kbd\\]\\:me-\\[-0\\.35rem\\]:has(>kbd){margin-inline-end:-.35rem}.data-pressed\\:bg-accent[data-pressed]{background-color:var(--accent)}.data-pressed\\:bg-secondary\\/90[data-pressed]{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.data-pressed\\:bg-secondary\\/90[data-pressed]{background-color:color-mix(in oklab, var(--secondary) 90%, transparent)}}.data-\\[active\\]\\:bg-accent[data-active],.data-\\[selected\\]\\:bg-accent[data-selected]{background-color:var(--accent)}.data-\\[selected\\]\\:text-accent-foreground[data-selected]{color:var(--accent-foreground)}.data-\\[selected\\]\\:transition-none[data-selected]{transition-property:none}@media (min-width:40rem){.sm\\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@container (width>=24rem){.\\@sm\\:flex{display:flex}}.dark\\:bg-input\\/32:where(.dark,.dark *){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:bg-input\\/32:where(.dark,.dark *){background-color:color-mix(in oklab, var(--input) 32%, transparent)}}.dark\\:not-in-data-\\[slot\\=group\\]\\:bg-clip-border:where(.dark,.dark *):not(:where([data-slot=group]) *){background-clip:border-box}.dark\\:not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_-1px_--theme\\(--color-white\\/8\\%\\)\\]:where(.dark,.dark *):not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{content:var(--tw-content);--tw-shadow:0 -1px var(--tw-shadow-color,#ffffff14)}@supports (color:color-mix(in lab, red, red)){.dark\\:not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_-1px_--theme\\(--color-white\\/8\\%\\)\\]:where(.dark,.dark *):not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{--tw-shadow:0 -1px var(--tw-shadow-color,color-mix(in oklab, var(--color-white) 8%, transparent))}}.dark\\:not-has-\\[input\\:disabled\\,textarea\\:disabled\\]\\:not-has-\\[input\\:focus-visible\\,textarea\\:focus-visible\\]\\:not-has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:before\\:shadow-\\[0_-1px_--theme\\(--color-white\\/8\\%\\)\\]:where(.dark,.dark *):not(:has(:is(input:disabled,textarea:disabled))):not(:has(:is(input:focus-visible,textarea:focus-visible))):not(:has(:is(input[aria-invalid],textarea[aria-invalid]))):before{box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}:is(.dark\\:\\*\\:first\\:before\\:block:where(.dark,.dark *)>*):first-child:before{content:var(--tw-content);display:block}:is(.dark\\:\\*\\:last\\:before\\:hidden:where(.dark,.dark *)>*):last-child:before{content:var(--tw-content);display:none}.dark\\:hover\\:bg-accent:where(.dark,.dark *):where([data-rac])[data-hovered]{background-color:var(--accent)}@media (hover:hover){.dark\\:hover\\:bg-accent:where(.dark,.dark *):where(:not([data-rac])):hover{background-color:var(--accent)}}.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where([data-rac])[data-hovered]{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where([data-rac])[data-hovered]{background-color:color-mix(in oklab, var(--input) 64%, transparent)}}@media (hover:hover){.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where(:not([data-rac])):hover{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-input\\/64:where(.dark,.dark *):where(:not([data-rac])):hover{background-color:color-mix(in oklab, var(--input) 64%, transparent)}}}.dark\\:has-aria-invalid\\:ring-destructive\\/24:where(.dark,.dark *):has([aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:has-aria-invalid\\:ring-destructive\\/24:where(.dark,.dark *):has([aria-invalid=true]){--tw-ring-color:color-mix(in oklab, var(--destructive) 24%, transparent)}}.dark\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/24:where(.dark,.dark *):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:has-\\[input\\[aria-invalid\\]\\,textarea\\[aria-invalid\\]\\]\\:ring-destructive\\/24:where(.dark,.dark *):has(:is(input[aria-invalid],textarea[aria-invalid])){--tw-ring-color:color-mix(in oklab, var(--destructive) 24%, transparent)}}.dark\\:data-\\[selected\\]\\:bg-input\\/80:where(.dark,.dark *)[data-selected]{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:data-\\[selected\\]\\:bg-input\\/80:where(.dark,.dark *)[data-selected]{background-color:color-mix(in oklab, var(--input) 80%, transparent)}}@media (pointer:coarse){.pointer-coarse\\:after\\:absolute:after{content:var(--tw-content);position:absolute}.pointer-coarse\\:after\\:size-full:after{content:var(--tw-content);width:100%;height:100%}.pointer-coarse\\:after\\:min-h-11:after{content:var(--tw-content);min-height:calc(var(--spacing) * 11)}.pointer-coarse\\:after\\:min-w-11:after{content:var(--tw-content);min-width:calc(var(--spacing) * 11)}:is(.\\*\\:pointer-coarse\\:after\\:min-h-auto>*):after{content:var(--tw-content);min-height:auto}:is(.\\*\\:pointer-coarse\\:after\\:min-w-auto>*):after{content:var(--tw-content);min-width:auto}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4\\.5 svg:not([class*=size-]){width:calc(var(--spacing) * 4.5);height:calc(var(--spacing) * 4.5)}.\\[\\&\\.ProseMirror-focused\\]\\:outline-none.ProseMirror-focused{--tw-outline-style:none;outline-style:none}.\\[\\&\\:\\:-webkit-search-cancel-button\\]\\:appearance-none::-webkit-search-cancel-button{appearance:none}.\\[\\&\\:\\:-webkit-search-decoration\\]\\:appearance-none::-webkit-search-decoration{appearance:none}.\\[\\&\\:\\:-webkit-search-results-button\\]\\:appearance-none::-webkit-search-results-button{appearance:none}.\\[\\&\\:\\:-webkit-search-results-decoration\\]\\:appearance-none::-webkit-search-results-decoration{appearance:none}.\\[\\.border-b\\]\\:pb-\\[calc\\(--spacing\\(3\\)-1px\\)\\].border-b{padding-bottom:calc(calc(var(--spacing) * 3) - 1px)}.\\[\\.border-t\\]\\:pt-\\[calc\\(--spacing\\(3\\)-1px\\)\\].border-t{padding-top:calc(calc(var(--spacing) * 3) - 1px)}.\\[\\:active\\,\\[data-pressed\\]\\]\\:inset-shadow-\\[0_1px_--theme\\(--color-black\\/8\\%\\)\\]:is(:active,[data-pressed]){--tw-inset-shadow:inset 0 1px var(--tw-inset-shadow-color,#00000014)}@supports (color:color-mix(in lab, red, red)){.\\[\\:active\\,\\[data-pressed\\]\\]\\:inset-shadow-\\[0_1px_--theme\\(--color-black\\/8\\%\\)\\]:is(:active,[data-pressed]){--tw-inset-shadow:inset 0 1px var(--tw-inset-shadow-color,color-mix(in oklab, var(--color-black) 8%, transparent))}}.\\[\\:active\\,\\[data-pressed\\]\\]\\:inset-shadow-\\[0_1px_--theme\\(--color-black\\/8\\%\\)\\]:is(:active,[data-pressed]){box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.\\[\\:disabled\\,\\:active\\,\\[data-pressed\\]\\]\\:shadow-none:is(:disabled,:active,[data-pressed]),.\\[\\&\\:is\\(\\:disabled\\,\\:active\\,\\[data-selected\\]\\)\\]\\:shadow-none:is(:disabled,:active,[data-selected]){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.\\[\\:hover\\,\\[data-pressed\\]\\]\\:border-destructive\\/32:is(:hover,[data-pressed]){border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.\\[\\:hover\\,\\[data-pressed\\]\\]\\:border-destructive\\/32:is(:hover,[data-pressed]){border-color:color-mix(in oklab, var(--destructive) 32%, transparent)}}.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-accent\\/50:is(:hover,[data-pressed]){background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-accent\\/50:is(:hover,[data-pressed]){background-color:color-mix(in oklab, var(--accent) 50%, transparent)}}.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-destructive\\/4:is(:hover,[data-pressed]){background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-destructive\\/4:is(:hover,[data-pressed]){background-color:color-mix(in oklab, var(--destructive) 4%, transparent)}}.dark\\:\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-input\\/64:where(.dark,.dark *):is(:hover,[data-pressed]){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\\:\\[\\:hover\\,\\[data-pressed\\]\\]\\:bg-input\\/64:where(.dark,.dark *):is(:hover,[data-pressed]){background-color:color-mix(in oklab, var(--input) 64%, transparent)}}:is(.has-data-\\[align\\=inline-end\\]\\:\\*\\*\\:\\[\\[data-size\\=sm\\]_input\\]\\:pe-1\\.5:has([data-align=inline-end]) *):is([data-size=sm] input){padding-inline-end:calc(var(--spacing) * 1.5)}:is(.has-data-\\[align\\=inline-start\\]\\:\\*\\*\\:\\[\\[data-size\\=sm\\]_input\\]\\:ps-1\\.5:has([data-align=inline-start]) *):is([data-size=sm] input){padding-inline-start:calc(var(--spacing) * 1.5)}:is(.\\*\\:\\[\\[data-slot\\=input-control\\]\\,\\[data-slot\\=textarea-control\\]\\]\\:contents>*):is([data-slot=input-control],[data-slot=textarea-control]){display:contents}:is(.\\*\\:\\[\\[data-slot\\=input-control\\]\\,\\[data-slot\\=textarea-control\\]\\]\\:before\\:hidden>*):is([data-slot=input-control],[data-slot=textarea-control]):before{content:var(--tw-content);display:none}:is(.has-data-\\[align\\=block-end\\]\\:\\*\\*\\:\\[input\\]\\:pt-3:has([data-align=block-end]) *):is(input){padding-top:calc(var(--spacing) * 3)}:is(.has-data-\\[align\\=block-start\\]\\:\\*\\*\\:\\[input\\]\\:pb-\\[calc\\(--spacing\\(3\\)-1px\\)\\]:has([data-align=block-start]) *):is(input){padding-bottom:calc(calc(var(--spacing) * 3) - 1px)}:is(.has-data-\\[align\\=inline-end\\]\\:\\*\\*\\:\\[input\\]\\:pe-2:has([data-align=inline-end]) *):is(input){padding-inline-end:calc(var(--spacing) * 2)}:is(.has-data-\\[align\\=inline-start\\]\\:\\*\\*\\:\\[input\\]\\:ps-2:has([data-align=inline-start]) *):is(input){padding-inline-start:calc(var(--spacing) * 2)}:is(.not-has-\\[button\\]\\:\\*\\*\\:\\[svg\\]\\:opacity-72:not(:has(:is(button))) *):is(svg){opacity:.72}:is(.\\*\\*\\:\\[textarea_button\\]\\:rounded-\\[calc\\(var\\(--radius-md\\)-1px\\)\\] *):is(textarea button){border-radius:calc(var(--radius-md) - 1px)}:is(.\\*\\*\\:\\[textarea\\]\\:min-h-20\\.5 *):is(textarea){min-height:calc(var(--spacing) * 20.5)}:is(.\\*\\*\\:\\[textarea\\]\\:resize-none *):is(textarea){resize:none}:is(.\\*\\*\\:\\[textarea\\]\\:py-\\[calc\\(--spacing\\(3\\)-1px\\)\\] *):is(textarea){padding-block:calc(calc(var(--spacing) * 3) - 1px)}@media not all and (min-width:40rem){:is(.\\*\\*\\:\\[textarea\\]\\:max-sm\\:max-h-48 *):is(textarea){max-height:calc(var(--spacing) * 48)}:is(.\\*\\*\\:\\[textarea\\]\\:max-sm\\:min-h-36 *):is(textarea){min-height:calc(var(--spacing) * 36)}}.\\[\\&\\>kbd\\]\\:rounded-\\[calc\\(var\\(--radius\\)-5px\\)\\]>kbd{border-radius:calc(var(--radius) - 5px)}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:pointer-events-none>p.is-editor-empty:first-child:before{pointer-events:none}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:float-left>p.is-editor-empty:first-child:before{float:left}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:h-0>p.is-editor-empty:first-child:before{height:calc(var(--spacing) * 0)}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:text-gray-400>p.is-editor-empty:first-child:before{color:var(--color-gray-400)}.\\[\\&\\>p\\.is-editor-empty\\:first-child\\:\\:before\\]\\:content-\\[attr\\(data-placeholder\\)\\]>p.is-editor-empty:first-child:before{--tw-content:attr(data-placeholder);content:var(--tw-content)}.\\[\\&\\>svg\\]\\:size-5>svg{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.\\[\\&\\>svg\\]\\:text-gray-500>svg{color:var(--color-gray-500)}.\\[\\&\\>svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4>svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}[data-size=sm]+.\\[\\[data-size\\=sm\\]\\+\\&\\]\\:px-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline:calc(calc(var(--spacing) * 2.5) - 1px)}[data-size=sm]+.\\[\\[data-size\\=sm\\]\\+\\&\\]\\:ps-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline-start:calc(calc(var(--spacing) * 2.5) - 1px)}[data-size=sm]+.\\[\\[data-size\\=sm\\]\\+\\&\\]\\:pe-\\[calc\\(--spacing\\(2\\.5\\)-1px\\)\\]{padding-inline-end:calc(calc(var(--spacing) * 2.5) - 1px)}}@property --tw-animation-delay{syntax:\"*\";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:\"*\";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:\"*\";inherits:false}@property --tw-animation-fill-mode{syntax:\"*\";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:\"*\";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:\"*\";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:\"*\";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:\"*\";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:\"*\";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:\"*\";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:\"*\";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:\"*\";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:\"*\";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:\"*\";inherits:false;initial-value:0}:root{--radius:.625rem;--background:var(--color-white);--foreground:var(--color-zinc-900);--card:var(--color-white);--card-foreground:var(--color-zinc-900);--popover:var(--color-white);--popover-foreground:var(--color-zinc-900);--primary:var(--color-zinc-800);--primary-foreground:var(--color-zinc-50);--secondary:#0000000a}@supports (color:color-mix(in lab, red, red)){:root{--secondary:color-mix(in oklab, var(--color-black) 4%, transparent)}}:root{--secondary-foreground:var(--color-zinc-900);--muted:#0000000a}@supports (color:color-mix(in lab, red, red)){:root{--muted:color-mix(in oklab, var(--color-black) 4%, transparent)}}:root{--muted-foreground:var(--color-zinc-600);--accent:#0000000a}@supports (color:color-mix(in lab, red, red)){:root{--accent:color-mix(in oklab, var(--color-black) 4%, transparent)}}:root{--accent-foreground:var(--color-zinc-900);--destructive:var(--color-red-500);--border:#0000001a}@supports (color:color-mix(in lab, red, red)){:root{--border:color-mix(in oklab, var(--color-black) 10%, transparent)}}:root{--input:#0000001a}@supports (color:color-mix(in lab, red, red)){:root{--input:color-mix(in oklab, var(--color-black) 10%, transparent)}}:root{--ring:var(--color-zinc-400);--chart-1:#f05100;--chart-2:#009588;--chart-3:#104e64;--chart-4:#fcbb00;--chart-5:#f99c00;--sidebar:#f9fafb;--sidebar-foreground:#030712;--sidebar-primary:#101828;--sidebar-primary-foreground:#f9fafb;--sidebar-accent:#f3f4f6;--sidebar-accent-foreground:#101828;--sidebar-border:#e5e7eb;--sidebar-ring:#99a1af;--destructive-foreground:var(--color-red-700);--info:var(--color-blue-500);--info-foreground:var(--color-blue-700);--success:var(--color-emerald-500);--success-foreground:var(--color-emerald-700);--warning:var(--color-amber-500);--warning-foreground:var(--color-amber-700);--scrollbar-color-thumb:var(--muted-foreground) transparent}@supports (color:lab(0% 0 0)){:root{--chart-1:lab(57.1026% 64.2584 89.8886);--chart-2:lab(55.0223% -41.0774 -3.90277);--chart-3:lab(30.372% -13.1853 -18.7887);--chart-4:lab(80.1641% 16.6016 99.2089);--chart-5:lab(72.7183% 31.8672 97.9407);--sidebar:lab(98.2596% -.247031 -.706708);--sidebar-foreground:lab(1.90334% .278696 -5.48866);--sidebar-primary:lab(8.11897% .811279 -12.254);--sidebar-primary-foreground:lab(98.2596% -.247031 -.706708);--sidebar-accent:lab(96.1596% -.0823438 -1.13575);--sidebar-accent-foreground:lab(8.11897% .811279 -12.254);--sidebar-border:lab(91.6229% -.159115 -2.26791);--sidebar-ring:lab(65.9269% -.832707 -8.17473)}}@supports (color:color-mix(in lab, red, red)){:root{--scrollbar-color-thumb:color-mix(in oklab, var(--muted-foreground) 60%, transparent) transparent}}:root{--scrollbar-width:thin;--scrollbar-width-legacy:.5rem}.dark{--background:var(--color-zinc-950);--foreground:var(--color-zinc-100);--card:#151518}@supports (color:color-mix(in lab, red, red)){.dark{--card:color-mix(in srgb, var(--color-zinc-900) 80%, var(--color-zinc-950))}}.dark{--card-foreground:var(--color-zinc-100);--popover:var(--color-zinc-900);--popover-foreground:var(--color-zinc-100);--primary:var(--color-zinc-100);--primary-foreground:var(--color-zinc-900);--secondary:#ffffff14}@supports (color:color-mix(in lab, red, red)){.dark{--secondary:color-mix(in oklab, var(--color-white) 8%, transparent)}}.dark{--secondary-foreground:var(--color-zinc-100);--muted:#ffffff14}@supports (color:color-mix(in lab, red, red)){.dark{--muted:color-mix(in oklab, var(--color-white) 8%, transparent)}}.dark{--muted-foreground:var(--color-zinc-400);--accent:#ffffff14}@supports (color:color-mix(in lab, red, red)){.dark{--accent:color-mix(in oklab, var(--color-white) 8%, transparent)}}.dark{--accent-foreground:var(--color-zinc-100);--destructive:var(--color-red-500);--border:#ffffff1f}@supports (color:color-mix(in lab, red, red)){.dark{--border:color-mix(in oklab, var(--color-white) 12%, transparent)}}.dark{--input:#ffffff1f}@supports (color:color-mix(in lab, red, red)){.dark{--input:color-mix(in oklab, var(--color-white) 12%, transparent)}}.dark{--ring:var(--color-zinc-500);--chart-1:#1447e6;--chart-2:#00bb7f;--chart-3:#f99c00;--chart-4:#ac4bff;--chart-5:#ff2357;--sidebar:#101828;--sidebar-foreground:#f9fafb;--sidebar-primary:#1447e6;--sidebar-primary-foreground:#f9fafb;--sidebar-accent:#1e2939;--sidebar-accent-foreground:#f9fafb;--sidebar-border:#ffffff1a;--sidebar-ring:#6a7282;--destructive-foreground:var(--color-red-400);--info:var(--color-blue-500);--info-foreground:var(--color-blue-400);--success:var(--color-emerald-500);--success-foreground:var(--color-emerald-400);--warning:var(--color-amber-500);--warning-foreground:var(--color-amber-400)}@supports (color:lab(0% 0 0)){.dark{--chart-1:lab(36.9089% 35.0961 -85.6872);--chart-2:lab(66.9756% -58.27 19.5419);--chart-3:lab(72.7183% 31.8672 97.9407);--chart-4:lab(52.0183% 66.11 -78.2316);--chart-5:lab(56.101% 79.4328 31.4532);--sidebar:lab(8.11897% .811279 -12.254);--sidebar-foreground:lab(98.2596% -.247031 -.706708);--sidebar-primary:lab(36.9089% 35.0961 -85.6872);--sidebar-primary-foreground:lab(98.2596% -.247031 -.706708);--sidebar-accent:lab(16.1051% -1.18239 -11.7533);--sidebar-accent-foreground:lab(98.2596% -.247031 -.706708);--sidebar-border:lab(100% 0 0/.1);--sidebar-ring:lab(47.7841% -.393182 -10.0268)}}@property --tw-translate-x{syntax:\"*\";inherits:false;initial-value:0}@property --tw-translate-y{syntax:\"*\";inherits:false;initial-value:0}@property --tw-translate-z{syntax:\"*\";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:\"*\";inherits:false;initial-value:0}@property --tw-border-style{syntax:\"*\";inherits:false;initial-value:solid}@property --tw-leading{syntax:\"*\";inherits:false}@property --tw-font-weight{syntax:\"*\";inherits:false}@property --tw-tracking{syntax:\"*\";inherits:false}@property --tw-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:\"*\";inherits:false}@property --tw-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:\"*\";inherits:false}@property --tw-inset-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:\"*\";inherits:false}@property --tw-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:\"*\";inherits:false}@property --tw-inset-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:\"*\";inherits:false}@property --tw-ring-offset-width{syntax:\"<length>\";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:\"*\";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:\"*\";inherits:false;initial-value:solid}@property --tw-blur{syntax:\"*\";inherits:false}@property --tw-brightness{syntax:\"*\";inherits:false}@property --tw-contrast{syntax:\"*\";inherits:false}@property --tw-grayscale{syntax:\"*\";inherits:false}@property --tw-hue-rotate{syntax:\"*\";inherits:false}@property --tw-invert{syntax:\"*\";inherits:false}@property --tw-opacity{syntax:\"*\";inherits:false}@property --tw-saturate{syntax:\"*\";inherits:false}@property --tw-sepia{syntax:\"*\";inherits:false}@property --tw-drop-shadow{syntax:\"*\";inherits:false}@property --tw-drop-shadow-color{syntax:\"*\";inherits:false}@property --tw-drop-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:\"*\";inherits:false}@property --tw-duration{syntax:\"*\";inherits:false}@property --tw-ease{syntax:\"*\";inherits:false}@property --tw-content{syntax:\"*\";inherits:false;initial-value:\"\"}@keyframes spin{to{transform:rotate(360deg)}}" }),
|
|
186
|
+
children: T
|
|
187
|
+
})
|
|
188
|
+
})]
|
|
189
|
+
}) })
|
|
190
|
+
});
|
|
191
|
+
};
|
|
192
|
+
function LogoIcon({ className: e }) {
|
|
193
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
194
|
+
className: e,
|
|
195
|
+
fill: "none",
|
|
196
|
+
viewBox: "0 0 328 328",
|
|
197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
198
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
|
|
199
|
+
filter: "url(#a)",
|
|
200
|
+
children: [
|
|
201
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
202
|
+
d: "M324 197.12V84.48C324 37.823 286.177 0 239.52 0H126.88L42.4 84.48h154.88c23.329 0 42.24 18.911 42.24 42.24V281.6L324 197.12Z",
|
|
203
|
+
fill: "url(#b)",
|
|
204
|
+
opacity: ".7"
|
|
205
|
+
}),
|
|
206
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
207
|
+
d: "M324 197.12V84.48C324 37.823 286.177 0 239.52 0H126.88L42.4 84.48h154.88c23.328 0 42.24 18.911 42.24 42.24V281.6L324 197.12Z",
|
|
208
|
+
fill: "url(#c)",
|
|
209
|
+
opacity: ".7"
|
|
210
|
+
}),
|
|
211
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
212
|
+
d: "M4 122.88v112.64C4 282.177 41.823 320 88.48 320h112.64l84.48-84.48H144.8c-31.105 0-56.32-25.215-56.32-56.32V38.4L4 122.88Z",
|
|
213
|
+
fill: "url(#d)"
|
|
214
|
+
})
|
|
215
|
+
]
|
|
216
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
|
|
217
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
|
|
218
|
+
gradientUnits: "userSpaceOnUse",
|
|
219
|
+
id: "b",
|
|
220
|
+
x1: "183.2",
|
|
221
|
+
x2: "183.2",
|
|
222
|
+
y1: "0",
|
|
223
|
+
y2: "281.6",
|
|
224
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
|
|
225
|
+
stopColor: "#fff",
|
|
226
|
+
stopOpacity: ".8"
|
|
227
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
|
|
228
|
+
offset: "1",
|
|
229
|
+
stopColor: "#fff",
|
|
230
|
+
stopOpacity: ".5"
|
|
231
|
+
})]
|
|
232
|
+
}),
|
|
233
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
|
|
234
|
+
gradientUnits: "userSpaceOnUse",
|
|
235
|
+
id: "c",
|
|
236
|
+
x1: "183.2",
|
|
237
|
+
x2: "183.2",
|
|
238
|
+
y1: "0",
|
|
239
|
+
y2: "281.6",
|
|
240
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
|
|
241
|
+
stopColor: "#8B5CF6",
|
|
242
|
+
stopOpacity: ".8"
|
|
243
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
|
|
244
|
+
offset: "1",
|
|
245
|
+
stopColor: "#8B5CF6",
|
|
246
|
+
stopOpacity: ".5"
|
|
247
|
+
})]
|
|
248
|
+
}),
|
|
249
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
|
|
250
|
+
gradientUnits: "userSpaceOnUse",
|
|
251
|
+
id: "d",
|
|
252
|
+
x1: "144.8",
|
|
253
|
+
x2: "144.8",
|
|
254
|
+
y1: "38.4",
|
|
255
|
+
y2: "320",
|
|
256
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
|
|
257
|
+
stopColor: "#7E22CE",
|
|
258
|
+
stopOpacity: ".9"
|
|
259
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
|
|
260
|
+
offset: "1",
|
|
261
|
+
stopColor: "#7E22CE",
|
|
262
|
+
stopOpacity: ".67"
|
|
263
|
+
})]
|
|
264
|
+
}),
|
|
265
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("filter", {
|
|
266
|
+
colorInterpolationFilters: "sRGB",
|
|
267
|
+
filterUnits: "userSpaceOnUse",
|
|
268
|
+
height: "328",
|
|
269
|
+
id: "a",
|
|
270
|
+
width: "328",
|
|
271
|
+
x: "0",
|
|
272
|
+
y: "0",
|
|
273
|
+
children: [
|
|
274
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feFlood", {
|
|
275
|
+
floodOpacity: "0",
|
|
276
|
+
result: "BackgroundImageFix"
|
|
277
|
+
}),
|
|
278
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feColorMatrix", {
|
|
279
|
+
in: "SourceAlpha",
|
|
280
|
+
result: "hardAlpha",
|
|
281
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
282
|
+
}),
|
|
283
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feOffset", { dy: "4" }),
|
|
284
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feGaussianBlur", { stdDeviation: "2" }),
|
|
285
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feComposite", {
|
|
286
|
+
in2: "hardAlpha",
|
|
287
|
+
operator: "out"
|
|
288
|
+
}),
|
|
289
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
290
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feBlend", {
|
|
291
|
+
in2: "BackgroundImageFix",
|
|
292
|
+
result: "effect1_dropShadow_44_29"
|
|
293
|
+
}),
|
|
294
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("feBlend", {
|
|
295
|
+
in: "SourceGraphic",
|
|
296
|
+
in2: "effect1_dropShadow_44_29",
|
|
297
|
+
result: "shape"
|
|
298
|
+
})
|
|
299
|
+
]
|
|
300
|
+
})
|
|
301
|
+
] })]
|
|
302
|
+
});
|
|
303
|
+
}
|
|
304
|
+
function $a4e76a5424781910$export$e08e3b67e392101e(...e) {
|
|
305
|
+
return (...w) => {
|
|
306
|
+
for (let T of e) typeof T == "function" && T(...w);
|
|
307
|
+
};
|
|
308
|
+
}
|
|
309
|
+
var $c4867b2f328c2698$export$e5c5a5f917a5871c = typeof document < "u" ? import_react.useLayoutEffect : () => {}, $c7eafbbe1ea5834e$var$defaultContext = {
|
|
310
|
+
prefix: String(Math.round(Math.random() * 1e10)),
|
|
311
|
+
current: 0
|
|
312
|
+
}, $c7eafbbe1ea5834e$var$SSRContext = /* @__PURE__ */ import_react.createContext($c7eafbbe1ea5834e$var$defaultContext), $c7eafbbe1ea5834e$var$IsSSRContext = /* @__PURE__ */ import_react.createContext(!1), $c7eafbbe1ea5834e$var$canUseDOM = !!(typeof window < "u" && window.document && window.document.createElement), $c7eafbbe1ea5834e$var$componentIds = /* @__PURE__ */ new WeakMap();
|
|
313
|
+
function $c7eafbbe1ea5834e$var$useCounter(e = !1) {
|
|
314
|
+
let w = (0, import_react.useContext)($c7eafbbe1ea5834e$var$SSRContext), T = (0, import_react.useRef)(null);
|
|
315
|
+
if (T.current === null && !e) {
|
|
316
|
+
let e = import_react.default.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED?.ReactCurrentOwner?.current;
|
|
317
|
+
if (e) {
|
|
318
|
+
let T = $c7eafbbe1ea5834e$var$componentIds.get(e);
|
|
319
|
+
T == null ? $c7eafbbe1ea5834e$var$componentIds.set(e, {
|
|
320
|
+
id: w.current,
|
|
321
|
+
state: e.memoizedState
|
|
322
|
+
}) : e.memoizedState !== T.state && (w.current = T.id, $c7eafbbe1ea5834e$var$componentIds.delete(e));
|
|
323
|
+
}
|
|
324
|
+
T.current = ++w.current;
|
|
325
|
+
}
|
|
326
|
+
return T.current;
|
|
327
|
+
}
|
|
328
|
+
function $c7eafbbe1ea5834e$var$useLegacySSRSafeId(e) {
|
|
329
|
+
let w = (0, import_react.useContext)($c7eafbbe1ea5834e$var$SSRContext);
|
|
330
|
+
w === $c7eafbbe1ea5834e$var$defaultContext && !$c7eafbbe1ea5834e$var$canUseDOM && process.env.NODE_ENV !== "production" && console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
331
|
+
let T = $c7eafbbe1ea5834e$var$useCounter(!!e), E = w === $c7eafbbe1ea5834e$var$defaultContext && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${w.prefix}`;
|
|
332
|
+
return e || `${E}-${T}`;
|
|
333
|
+
}
|
|
334
|
+
function $c7eafbbe1ea5834e$var$useModernSSRSafeId(e) {
|
|
335
|
+
let w = import_react.useId(), [T] = (0, import_react.useState)($c7eafbbe1ea5834e$export$535bd6ca7f90a273()), E = T || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${$c7eafbbe1ea5834e$var$defaultContext.prefix}`;
|
|
336
|
+
return e || `${E}-${w}`;
|
|
337
|
+
}
|
|
338
|
+
var $c7eafbbe1ea5834e$export$619500959fc48b26 = typeof import_react.useId == "function" ? $c7eafbbe1ea5834e$var$useModernSSRSafeId : $c7eafbbe1ea5834e$var$useLegacySSRSafeId;
|
|
339
|
+
function $c7eafbbe1ea5834e$var$getSnapshot() {
|
|
340
|
+
return !1;
|
|
341
|
+
}
|
|
342
|
+
function $c7eafbbe1ea5834e$var$getServerSnapshot() {
|
|
343
|
+
return !0;
|
|
344
|
+
}
|
|
345
|
+
function $c7eafbbe1ea5834e$var$subscribe(e) {
|
|
346
|
+
return () => {};
|
|
347
|
+
}
|
|
348
|
+
function $c7eafbbe1ea5834e$export$535bd6ca7f90a273() {
|
|
349
|
+
return typeof import_react.useSyncExternalStore == "function" ? import_react.useSyncExternalStore($c7eafbbe1ea5834e$var$subscribe, $c7eafbbe1ea5834e$var$getSnapshot, $c7eafbbe1ea5834e$var$getServerSnapshot) : (0, import_react.useContext)($c7eafbbe1ea5834e$var$IsSSRContext);
|
|
350
|
+
}
|
|
351
|
+
var $390e54f620492c70$var$canUseDOM = !!(typeof window < "u" && window.document && window.document.createElement), $390e54f620492c70$export$d41a04c74483c6ef = /* @__PURE__ */ new Map(), $390e54f620492c70$var$registry;
|
|
352
|
+
typeof FinalizationRegistry < "u" && ($390e54f620492c70$var$registry = new FinalizationRegistry((e) => {
|
|
353
|
+
$390e54f620492c70$export$d41a04c74483c6ef.delete(e);
|
|
354
|
+
}));
|
|
355
|
+
function $390e54f620492c70$export$f680877a34711e37(e) {
|
|
356
|
+
let [w, T] = (0, import_react.useState)(e), E = (0, import_react.useRef)(null), O = $c7eafbbe1ea5834e$export$619500959fc48b26(w), k = (0, import_react.useRef)(null);
|
|
357
|
+
if ($390e54f620492c70$var$registry && $390e54f620492c70$var$registry.register(k, O), $390e54f620492c70$var$canUseDOM) {
|
|
358
|
+
let e = $390e54f620492c70$export$d41a04c74483c6ef.get(O);
|
|
359
|
+
e && !e.includes(E) ? e.push(E) : $390e54f620492c70$export$d41a04c74483c6ef.set(O, [E]);
|
|
360
|
+
}
|
|
361
|
+
return $c4867b2f328c2698$export$e5c5a5f917a5871c(() => {
|
|
362
|
+
let e = O;
|
|
363
|
+
return () => {
|
|
364
|
+
$390e54f620492c70$var$registry && $390e54f620492c70$var$registry.unregister(k), $390e54f620492c70$export$d41a04c74483c6ef.delete(e);
|
|
365
|
+
};
|
|
366
|
+
}, [O]), (0, import_react.useEffect)(() => {
|
|
367
|
+
let e = E.current;
|
|
368
|
+
return e && T(e), () => {
|
|
369
|
+
e && (E.current = null);
|
|
370
|
+
};
|
|
371
|
+
}), O;
|
|
372
|
+
}
|
|
373
|
+
function $390e54f620492c70$export$cd8c9cb68f842629(e, w) {
|
|
374
|
+
if (e === w) return e;
|
|
375
|
+
let T = $390e54f620492c70$export$d41a04c74483c6ef.get(e);
|
|
376
|
+
if (T) return T.forEach((e) => e.current = w), w;
|
|
377
|
+
let E = $390e54f620492c70$export$d41a04c74483c6ef.get(w);
|
|
378
|
+
return E ? (E.forEach((w) => w.current = e), e) : w;
|
|
379
|
+
}
|
|
380
|
+
function $4064df0d6f9620e1$export$c9058316764c140e(...e) {
|
|
381
|
+
return e.length === 1 && e[0] ? e[0] : (w) => {
|
|
382
|
+
let T = !1, E = e.map((e) => {
|
|
383
|
+
let E = $4064df0d6f9620e1$var$setRef(e, w);
|
|
384
|
+
return T ||= typeof E == "function", E;
|
|
385
|
+
});
|
|
386
|
+
if (T) return () => {
|
|
387
|
+
E.forEach((w, T) => {
|
|
388
|
+
typeof w == "function" ? w() : $4064df0d6f9620e1$var$setRef(e[T], null);
|
|
389
|
+
});
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
}
|
|
393
|
+
function $4064df0d6f9620e1$var$setRef(e, w) {
|
|
394
|
+
if (typeof e == "function") return e(w);
|
|
395
|
+
e != null && (e.current = w);
|
|
396
|
+
}
|
|
397
|
+
function r(e) {
|
|
398
|
+
var w, T, E = "";
|
|
399
|
+
if (typeof e == "string" || typeof e == "number") E += e;
|
|
400
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
401
|
+
var D = e.length;
|
|
402
|
+
for (w = 0; w < D; w++) e[w] && (T = r(e[w])) && (E && (E += " "), E += T);
|
|
403
|
+
} else for (T in e) e[T] && (E && (E += " "), E += T);
|
|
404
|
+
return E;
|
|
405
|
+
}
|
|
406
|
+
function clsx() {
|
|
407
|
+
for (var e, w, T = 0, E = "", D = arguments.length; T < D; T++) (e = arguments[T]) && (w = r(e)) && (E && (E += " "), E += w);
|
|
408
|
+
return E;
|
|
409
|
+
}
|
|
410
|
+
var clsx_default = clsx;
|
|
411
|
+
function $bbaa08b3cd72f041$export$9d1611c77c2fe928(...e) {
|
|
412
|
+
let w = { ...e[0] };
|
|
413
|
+
for (let T = 1; T < e.length; T++) {
|
|
414
|
+
let E = e[T];
|
|
415
|
+
for (let e in E) {
|
|
416
|
+
let T = w[e], D = E[e];
|
|
417
|
+
typeof T == "function" && typeof D == "function" && e[0] === "o" && e[1] === "n" && e.charCodeAt(2) >= 65 && e.charCodeAt(2) <= 90 ? w[e] = $a4e76a5424781910$export$e08e3b67e392101e(T, D) : (e === "className" || e === "UNSAFE_className") && typeof T == "string" && typeof D == "string" ? w[e] = clsx_default(T, D) : e === "id" && T && D ? w.id = $390e54f620492c70$export$cd8c9cb68f842629(T, D) : e === "ref" && T && D ? w.ref = $4064df0d6f9620e1$export$c9058316764c140e(T, D) : w[e] = D === void 0 ? T : D;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
return w;
|
|
421
|
+
}
|
|
422
|
+
function $03e8ab2d84d7657a$export$4338b53315abf666(e) {
|
|
423
|
+
let w = (0, import_react.useRef)(null), T = (0, import_react.useRef)(void 0), E = (0, import_react.useCallback)((w) => {
|
|
424
|
+
if (typeof e == "function") {
|
|
425
|
+
let T = e, E = T(w);
|
|
426
|
+
return () => {
|
|
427
|
+
typeof E == "function" ? E() : T(null);
|
|
428
|
+
};
|
|
429
|
+
} else if (e) return e.current = w, () => {
|
|
430
|
+
e.current = null;
|
|
431
|
+
};
|
|
432
|
+
}, [e]);
|
|
433
|
+
return (0, import_react.useMemo)(() => ({
|
|
434
|
+
get current() {
|
|
435
|
+
return w.current;
|
|
436
|
+
},
|
|
437
|
+
set current(e) {
|
|
438
|
+
w.current = e, T.current &&= (T.current(), void 0), e != null && (T.current = E(e));
|
|
439
|
+
}
|
|
440
|
+
}), [E]);
|
|
441
|
+
}
|
|
442
|
+
var $7230ffa83bc0c2cf$export$c62b8e45d58ddad9 = Symbol("default");
|
|
443
|
+
function $7230ffa83bc0c2cf$export$4d86445c2cf5e3(e) {
|
|
444
|
+
let { className: w, style: T, children: E, defaultClassName: O, defaultChildren: k, defaultStyle: A, values: j, render: M } = e;
|
|
445
|
+
return (0, import_react.useMemo)(() => {
|
|
446
|
+
let e, D, N;
|
|
447
|
+
return e = typeof w == "function" ? w({
|
|
448
|
+
...j,
|
|
449
|
+
defaultClassName: O
|
|
450
|
+
}) : w, D = typeof T == "function" ? T({
|
|
451
|
+
...j,
|
|
452
|
+
defaultStyle: A || {}
|
|
453
|
+
}) : T, N = typeof E == "function" ? E({
|
|
454
|
+
...j,
|
|
455
|
+
defaultChildren: k
|
|
456
|
+
}) : E ?? k, {
|
|
457
|
+
className: e ?? O,
|
|
458
|
+
style: D || A ? {
|
|
459
|
+
...A,
|
|
460
|
+
...D
|
|
461
|
+
} : void 0,
|
|
462
|
+
children: N ?? k,
|
|
463
|
+
"data-rac": "",
|
|
464
|
+
render: M ? (e) => M(e, j) : void 0
|
|
465
|
+
};
|
|
466
|
+
}, [
|
|
467
|
+
w,
|
|
468
|
+
T,
|
|
469
|
+
E,
|
|
470
|
+
O,
|
|
471
|
+
k,
|
|
472
|
+
A,
|
|
473
|
+
j,
|
|
474
|
+
M
|
|
475
|
+
]);
|
|
476
|
+
}
|
|
477
|
+
function $7230ffa83bc0c2cf$export$fabf2dc03a41866e(e, w) {
|
|
478
|
+
let T = (0, import_react.useContext)(e);
|
|
479
|
+
if (w === null) return null;
|
|
480
|
+
if (T && typeof T == "object" && "slots" in T && T.slots) {
|
|
481
|
+
let e = w || $7230ffa83bc0c2cf$export$c62b8e45d58ddad9;
|
|
482
|
+
if (!T.slots[e]) {
|
|
483
|
+
let e = new Intl.ListFormat().format(Object.keys(T.slots).map((e) => `"${e}"`)), E = w ? `Invalid slot "${w}".` : "A slot prop is required.";
|
|
484
|
+
throw Error(`${E} Valid slot names are ${e}.`);
|
|
485
|
+
}
|
|
486
|
+
return T.slots[e];
|
|
487
|
+
}
|
|
488
|
+
return T;
|
|
489
|
+
}
|
|
490
|
+
function $7230ffa83bc0c2cf$export$29f1550f4b0d4415(e, w, T) {
|
|
491
|
+
let { ref: E,...O } = $7230ffa83bc0c2cf$export$fabf2dc03a41866e(T, e.slot) || {}, k = $03e8ab2d84d7657a$export$4338b53315abf666((0, import_react.useMemo)(() => $4064df0d6f9620e1$export$c9058316764c140e(w, E), [w, E])), A = $bbaa08b3cd72f041$export$9d1611c77c2fe928(O, e);
|
|
492
|
+
return "style" in O && O.style && "style" in e && e.style && (typeof O.style == "function" || typeof e.style == "function" ? A.style = (w) => {
|
|
493
|
+
let T = typeof O.style == "function" ? O.style(w) : O.style, E = {
|
|
494
|
+
...w.defaultStyle,
|
|
495
|
+
...T
|
|
496
|
+
}, D = typeof e.style == "function" ? e.style({
|
|
497
|
+
...w,
|
|
498
|
+
defaultStyle: E
|
|
499
|
+
}) : e.style;
|
|
500
|
+
return {
|
|
501
|
+
...E,
|
|
502
|
+
...D
|
|
503
|
+
};
|
|
504
|
+
} : A.style = {
|
|
505
|
+
...O.style,
|
|
506
|
+
...e.style
|
|
507
|
+
}), [A, k];
|
|
508
|
+
}
|
|
509
|
+
function $7230ffa83bc0c2cf$var$DOMElement(e, w, T) {
|
|
510
|
+
let { render: E,...O } = w, k = (0, import_react.useRef)(null), A = (0, import_react.useMemo)(() => $4064df0d6f9620e1$export$c9058316764c140e(T, k), [T, k]);
|
|
511
|
+
$c4867b2f328c2698$export$e5c5a5f917a5871c(() => {
|
|
512
|
+
process.env.NODE_ENV !== "production" && E && (k.current ? k.current.localName !== e && console.warn(`Unexpected DOM element returned by custom \`render\` function. Expected <${e}>, got <${k.current.localName}>. This may break the component behavior and accessibility.`) : console.warn("Ref was not connected to DOM element returned by custom `render` function. Did you forget to pass through or merge the `ref`?"));
|
|
513
|
+
}, [e, E]);
|
|
514
|
+
let j = {
|
|
515
|
+
...O,
|
|
516
|
+
ref: A
|
|
517
|
+
};
|
|
518
|
+
return E ? E(j, void 0) : /* @__PURE__ */ import_react.createElement(e, j);
|
|
519
|
+
}
|
|
520
|
+
var $7230ffa83bc0c2cf$var$domComponentCache = {}, $7230ffa83bc0c2cf$export$df3a06d6289f983e = new Proxy({}, { get(e, w) {
|
|
521
|
+
if (typeof w != "string") return;
|
|
522
|
+
let T = $7230ffa83bc0c2cf$var$domComponentCache[w];
|
|
523
|
+
return T || (T = /* @__PURE__ */ (0, import_react.forwardRef)($7230ffa83bc0c2cf$var$DOMElement.bind(null, w)), $7230ffa83bc0c2cf$var$domComponentCache[w] = T), T;
|
|
524
|
+
} }), $d447af545b77c9f1$export$b204af158042fbac = (e) => e?.ownerDocument ?? document, $d447af545b77c9f1$export$f21a1ffae260145a = (e) => e && "window" in e && e.window === e ? e : $d447af545b77c9f1$export$b204af158042fbac(e).defaultView || window;
|
|
525
|
+
function $d447af545b77c9f1$var$isNode(e) {
|
|
526
|
+
return typeof e == "object" && !!e && "nodeType" in e && typeof e.nodeType == "number";
|
|
527
|
+
}
|
|
528
|
+
function $d447af545b77c9f1$export$af51f0f06c0f328a(e) {
|
|
529
|
+
return $d447af545b77c9f1$var$isNode(e) && e.nodeType === Node.DOCUMENT_FRAGMENT_NODE && "host" in e;
|
|
530
|
+
}
|
|
531
|
+
var $6a20a7989e6c817a$var$_shadowDOM = !1;
|
|
532
|
+
function $6a20a7989e6c817a$export$98658e8c59125e6a() {
|
|
533
|
+
return $6a20a7989e6c817a$var$_shadowDOM;
|
|
534
|
+
}
|
|
535
|
+
function $23f2114a1b82827e$export$4282f70798064fe0(e, w) {
|
|
536
|
+
if (!$6a20a7989e6c817a$export$98658e8c59125e6a()) return w && e ? e.contains(w) : !1;
|
|
537
|
+
if (!e || !w) return !1;
|
|
538
|
+
let T = w;
|
|
539
|
+
for (; T !== null;) {
|
|
540
|
+
if (T === e) return !0;
|
|
541
|
+
T = T.tagName === "SLOT" && T.assignedSlot ? T.assignedSlot.parentNode : $d447af545b77c9f1$export$af51f0f06c0f328a(T) ? T.host : T.parentNode;
|
|
542
|
+
}
|
|
543
|
+
return !1;
|
|
544
|
+
}
|
|
545
|
+
var $23f2114a1b82827e$export$cd4e5573fbe2b576 = (e = document) => {
|
|
546
|
+
if (!$6a20a7989e6c817a$export$98658e8c59125e6a()) return e.activeElement;
|
|
547
|
+
let w = e.activeElement;
|
|
548
|
+
for (; w && "shadowRoot" in w && w.shadowRoot?.activeElement;) w = w.shadowRoot.activeElement;
|
|
549
|
+
return w;
|
|
550
|
+
};
|
|
551
|
+
function $23f2114a1b82827e$export$e58f029f0fbfdb29(e) {
|
|
552
|
+
if ($6a20a7989e6c817a$export$98658e8c59125e6a() && e.target instanceof Element && e.target.shadowRoot) {
|
|
553
|
+
if ("composedPath" in e) return e.composedPath()[0] ?? null;
|
|
554
|
+
if ("composedPath" in e.nativeEvent) return e.nativeEvent.composedPath()[0] ?? null;
|
|
555
|
+
}
|
|
556
|
+
return e.target;
|
|
557
|
+
}
|
|
558
|
+
function $1969ac565cfec8d0$export$de79e2c695e052f3(e) {
|
|
559
|
+
if ($1969ac565cfec8d0$var$supportsPreventScroll()) e.focus({ preventScroll: !0 });
|
|
560
|
+
else {
|
|
561
|
+
let w = $1969ac565cfec8d0$var$getScrollableElements(e);
|
|
562
|
+
e.focus(), $1969ac565cfec8d0$var$restoreScrollPosition(w);
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
var $1969ac565cfec8d0$var$supportsPreventScrollCached = null;
|
|
566
|
+
function $1969ac565cfec8d0$var$supportsPreventScroll() {
|
|
567
|
+
if ($1969ac565cfec8d0$var$supportsPreventScrollCached == null) {
|
|
568
|
+
$1969ac565cfec8d0$var$supportsPreventScrollCached = !1;
|
|
569
|
+
try {
|
|
570
|
+
document.createElement("div").focus({ get preventScroll() {
|
|
571
|
+
return $1969ac565cfec8d0$var$supportsPreventScrollCached = !0, !0;
|
|
572
|
+
} });
|
|
573
|
+
} catch {}
|
|
574
|
+
}
|
|
575
|
+
return $1969ac565cfec8d0$var$supportsPreventScrollCached;
|
|
576
|
+
}
|
|
577
|
+
function $1969ac565cfec8d0$var$getScrollableElements(e) {
|
|
578
|
+
let w = e.parentNode, T = [], E = document.scrollingElement || document.documentElement;
|
|
579
|
+
for (; w instanceof HTMLElement && w !== E;) (w.offsetHeight < w.scrollHeight || w.offsetWidth < w.scrollWidth) && T.push({
|
|
580
|
+
element: w,
|
|
581
|
+
scrollTop: w.scrollTop,
|
|
582
|
+
scrollLeft: w.scrollLeft
|
|
583
|
+
}), w = w.parentNode;
|
|
584
|
+
return E instanceof HTMLElement && T.push({
|
|
585
|
+
element: E,
|
|
586
|
+
scrollTop: E.scrollTop,
|
|
587
|
+
scrollLeft: E.scrollLeft
|
|
588
|
+
}), T;
|
|
589
|
+
}
|
|
590
|
+
function $1969ac565cfec8d0$var$restoreScrollPosition(e) {
|
|
591
|
+
for (let { element: w, scrollTop: T, scrollLeft: E } of e) w.scrollTop = T, w.scrollLeft = E;
|
|
592
|
+
}
|
|
593
|
+
var $ae77152785188400$var$supportsCheckVisibility = typeof Element < "u" && "checkVisibility" in Element.prototype;
|
|
594
|
+
function $ae77152785188400$var$isStyleVisible(e) {
|
|
595
|
+
let w = $d447af545b77c9f1$export$f21a1ffae260145a(e);
|
|
596
|
+
if (!(e instanceof w.HTMLElement) && !(e instanceof w.SVGElement)) return !1;
|
|
597
|
+
let { display: T, visibility: E } = e.style, D = T !== "none" && E !== "hidden" && E !== "collapse";
|
|
598
|
+
if (D) {
|
|
599
|
+
let { getComputedStyle: w } = e.ownerDocument.defaultView, { display: T, visibility: E } = w(e);
|
|
600
|
+
D = T !== "none" && E !== "hidden" && E !== "collapse";
|
|
601
|
+
}
|
|
602
|
+
return D;
|
|
603
|
+
}
|
|
604
|
+
function $ae77152785188400$var$isAttributeVisible(e, w) {
|
|
605
|
+
return !e.hasAttribute("hidden") && !e.hasAttribute("data-react-aria-prevent-focus") && (e.nodeName === "DETAILS" && w && w.nodeName !== "SUMMARY" ? e.hasAttribute("open") : !0);
|
|
606
|
+
}
|
|
607
|
+
function $ae77152785188400$export$e989c0fffaa6b27a(e, w) {
|
|
608
|
+
return $ae77152785188400$var$supportsCheckVisibility ? e.checkVisibility({ visibilityProperty: !0 }) && !e.closest("[data-react-aria-prevent-focus]") : e.nodeName !== "#comment" && $ae77152785188400$var$isStyleVisible(e) && $ae77152785188400$var$isAttributeVisible(e, w) && (!e.parentElement || $ae77152785188400$export$e989c0fffaa6b27a(e.parentElement, e));
|
|
609
|
+
}
|
|
610
|
+
var $3b8b240c1bf84ab9$var$focusableElements = [
|
|
611
|
+
"input:not([disabled]):not([type=hidden])",
|
|
612
|
+
"select:not([disabled])",
|
|
613
|
+
"textarea:not([disabled])",
|
|
614
|
+
"button:not([disabled])",
|
|
615
|
+
"a[href]",
|
|
616
|
+
"area[href]",
|
|
617
|
+
"summary",
|
|
618
|
+
"iframe",
|
|
619
|
+
"object",
|
|
620
|
+
"embed",
|
|
621
|
+
"audio[controls]",
|
|
622
|
+
"video[controls]",
|
|
623
|
+
"[contenteditable]:not([contenteditable^=\"false\"])",
|
|
624
|
+
"permission"
|
|
625
|
+
], $3b8b240c1bf84ab9$var$FOCUSABLE_ELEMENT_SELECTOR = $3b8b240c1bf84ab9$var$focusableElements.join(":not([hidden]),") + ",[tabindex]:not([disabled]):not([hidden])";
|
|
626
|
+
$3b8b240c1bf84ab9$var$focusableElements.push("[tabindex]:not([tabindex=\"-1\"]):not([disabled])");
|
|
627
|
+
var $3b8b240c1bf84ab9$var$TABBABLE_ELEMENT_SELECTOR = $3b8b240c1bf84ab9$var$focusableElements.join(":not([hidden]):not([tabindex=\"-1\"]),");
|
|
628
|
+
function $3b8b240c1bf84ab9$export$4c063cf1350e6fed(e, w) {
|
|
629
|
+
return e.matches($3b8b240c1bf84ab9$var$FOCUSABLE_ELEMENT_SELECTOR) && !$3b8b240c1bf84ab9$var$isInert(e) && (w?.skipVisibilityCheck || $ae77152785188400$export$e989c0fffaa6b27a(e));
|
|
630
|
+
}
|
|
631
|
+
function $3b8b240c1bf84ab9$export$bebd5a1431fec25d(e) {
|
|
632
|
+
return e.matches($3b8b240c1bf84ab9$var$TABBABLE_ELEMENT_SELECTOR) && $ae77152785188400$export$e989c0fffaa6b27a(e) && !$3b8b240c1bf84ab9$var$isInert(e);
|
|
633
|
+
}
|
|
634
|
+
function $3b8b240c1bf84ab9$var$isInert(e) {
|
|
635
|
+
let w = e;
|
|
636
|
+
for (; w != null;) {
|
|
637
|
+
if (w instanceof w.ownerDocument.defaultView.HTMLElement && w.inert) return !0;
|
|
638
|
+
w = w.parentElement;
|
|
639
|
+
}
|
|
640
|
+
return !1;
|
|
641
|
+
}
|
|
642
|
+
function $a92dc41f639950be$export$525bc4921d56d4a(e) {
|
|
643
|
+
let w = e;
|
|
644
|
+
return w.nativeEvent = e, w.isDefaultPrevented = () => w.defaultPrevented, w.isPropagationStopped = () => w.cancelBubble, w.persist = () => {}, w;
|
|
645
|
+
}
|
|
646
|
+
function $a92dc41f639950be$export$c2b7abe5d61ec696(e, w) {
|
|
647
|
+
Object.defineProperty(e, "target", { value: w }), Object.defineProperty(e, "currentTarget", { value: w });
|
|
648
|
+
}
|
|
649
|
+
function $a92dc41f639950be$export$715c682d09d639cc(e) {
|
|
650
|
+
let w = (0, import_react.useRef)({
|
|
651
|
+
isFocused: !1,
|
|
652
|
+
observer: null
|
|
653
|
+
});
|
|
654
|
+
return $c4867b2f328c2698$export$e5c5a5f917a5871c(() => {
|
|
655
|
+
let e = w.current;
|
|
656
|
+
return () => {
|
|
657
|
+
e.observer &&= (e.observer.disconnect(), null);
|
|
658
|
+
};
|
|
659
|
+
}, []), (0, import_react.useCallback)((T) => {
|
|
660
|
+
let E = $23f2114a1b82827e$export$e58f029f0fbfdb29(T);
|
|
661
|
+
if (E instanceof HTMLButtonElement || E instanceof HTMLInputElement || E instanceof HTMLTextAreaElement || E instanceof HTMLSelectElement) {
|
|
662
|
+
w.current.isFocused = !0;
|
|
663
|
+
let T = E;
|
|
664
|
+
T.addEventListener("focusout", (E) => {
|
|
665
|
+
if (w.current.isFocused = !1, T.disabled) {
|
|
666
|
+
let w = $a92dc41f639950be$export$525bc4921d56d4a(E);
|
|
667
|
+
e?.(w);
|
|
668
|
+
}
|
|
669
|
+
w.current.observer && (w.current.observer.disconnect(), w.current.observer = null);
|
|
670
|
+
}, { once: !0 }), w.current.observer = new MutationObserver(() => {
|
|
671
|
+
if (w.current.isFocused && T.disabled) {
|
|
672
|
+
w.current.observer?.disconnect();
|
|
673
|
+
let e = T === $23f2114a1b82827e$export$cd4e5573fbe2b576() ? null : $23f2114a1b82827e$export$cd4e5573fbe2b576();
|
|
674
|
+
T.dispatchEvent(new FocusEvent("blur", { relatedTarget: e })), T.dispatchEvent(new FocusEvent("focusout", {
|
|
675
|
+
bubbles: !0,
|
|
676
|
+
relatedTarget: e
|
|
677
|
+
}));
|
|
678
|
+
}
|
|
679
|
+
}), w.current.observer.observe(T, {
|
|
680
|
+
attributes: !0,
|
|
681
|
+
attributeFilter: ["disabled"]
|
|
682
|
+
});
|
|
683
|
+
}
|
|
684
|
+
}, [e]);
|
|
685
|
+
}
|
|
686
|
+
var $a92dc41f639950be$export$fda7da73ab5d4c48 = !1;
|
|
687
|
+
function $a92dc41f639950be$export$cabe61c495ee3649(e) {
|
|
688
|
+
for (; e && !$3b8b240c1bf84ab9$export$4c063cf1350e6fed(e, { skipVisibilityCheck: !0 });) e = e.parentElement;
|
|
689
|
+
let w = $d447af545b77c9f1$export$f21a1ffae260145a(e), T = w.document.activeElement;
|
|
690
|
+
if (!T || T === e) return;
|
|
691
|
+
$a92dc41f639950be$export$fda7da73ab5d4c48 = !0;
|
|
692
|
+
let E = !1, D = (e) => {
|
|
693
|
+
($23f2114a1b82827e$export$e58f029f0fbfdb29(e) === T || E) && e.stopImmediatePropagation();
|
|
694
|
+
}, O = (w) => {
|
|
695
|
+
($23f2114a1b82827e$export$e58f029f0fbfdb29(w) === T || E) && (w.stopImmediatePropagation(), !e && !E && (E = !0, $1969ac565cfec8d0$export$de79e2c695e052f3(T), j()));
|
|
696
|
+
}, k = (w) => {
|
|
697
|
+
($23f2114a1b82827e$export$e58f029f0fbfdb29(w) === e || E) && w.stopImmediatePropagation();
|
|
698
|
+
}, A = (w) => {
|
|
699
|
+
($23f2114a1b82827e$export$e58f029f0fbfdb29(w) === e || E) && (w.stopImmediatePropagation(), E || (E = !0, $1969ac565cfec8d0$export$de79e2c695e052f3(T), j()));
|
|
700
|
+
};
|
|
701
|
+
w.addEventListener("blur", D, !0), w.addEventListener("focusout", O, !0), w.addEventListener("focusin", A, !0), w.addEventListener("focus", k, !0);
|
|
702
|
+
let j = () => {
|
|
703
|
+
cancelAnimationFrame(M), w.removeEventListener("blur", D, !0), w.removeEventListener("focusout", O, !0), w.removeEventListener("focusin", A, !0), w.removeEventListener("focus", k, !0), $a92dc41f639950be$export$fda7da73ab5d4c48 = !1, E = !1;
|
|
704
|
+
}, M = requestAnimationFrame(j);
|
|
705
|
+
return j;
|
|
706
|
+
}
|
|
707
|
+
function $2add3ce32c6007eb$var$testUserAgent(e) {
|
|
708
|
+
if (typeof window > "u" || window.navigator == null) return !1;
|
|
709
|
+
let w = window.navigator.userAgentData?.brands;
|
|
710
|
+
return Array.isArray(w) && w.some((w) => e.test(w.brand)) || e.test(window.navigator.userAgent);
|
|
711
|
+
}
|
|
712
|
+
function $2add3ce32c6007eb$var$testPlatform(e) {
|
|
713
|
+
return typeof window < "u" && window.navigator != null ? e.test(window.navigator.userAgentData?.platform || window.navigator.platform) : !1;
|
|
714
|
+
}
|
|
715
|
+
function $2add3ce32c6007eb$var$cached(e) {
|
|
716
|
+
if (process.env.NODE_ENV === "test") return e;
|
|
717
|
+
let w = null;
|
|
718
|
+
return () => (w ??= e(), w);
|
|
719
|
+
}
|
|
720
|
+
var $2add3ce32c6007eb$export$9ac100e40613ea10 = $2add3ce32c6007eb$var$cached(function() {
|
|
721
|
+
return $2add3ce32c6007eb$var$testPlatform(/^Mac/i);
|
|
722
|
+
}), $2add3ce32c6007eb$export$186c6964ca17d99 = $2add3ce32c6007eb$var$cached(function() {
|
|
723
|
+
return $2add3ce32c6007eb$var$testPlatform(/^iPhone/i);
|
|
724
|
+
}), $2add3ce32c6007eb$export$7bef049ce92e4224 = $2add3ce32c6007eb$var$cached(function() {
|
|
725
|
+
return $2add3ce32c6007eb$var$testPlatform(/^iPad/i) || $2add3ce32c6007eb$export$9ac100e40613ea10() && navigator.maxTouchPoints > 1;
|
|
726
|
+
}), $2add3ce32c6007eb$export$fedb369cb70207f1 = $2add3ce32c6007eb$var$cached(function() {
|
|
727
|
+
return $2add3ce32c6007eb$export$186c6964ca17d99() || $2add3ce32c6007eb$export$7bef049ce92e4224();
|
|
728
|
+
});
|
|
729
|
+
$2add3ce32c6007eb$var$cached(function() {
|
|
730
|
+
return $2add3ce32c6007eb$export$9ac100e40613ea10() || $2add3ce32c6007eb$export$fedb369cb70207f1();
|
|
731
|
+
});
|
|
732
|
+
var $2add3ce32c6007eb$export$78551043582a6a98 = $2add3ce32c6007eb$var$cached(function() {
|
|
733
|
+
return $2add3ce32c6007eb$var$testUserAgent(/AppleWebKit/i) && !$2add3ce32c6007eb$export$6446a186d09e379e();
|
|
734
|
+
}), $2add3ce32c6007eb$export$6446a186d09e379e = $2add3ce32c6007eb$var$cached(function() {
|
|
735
|
+
return $2add3ce32c6007eb$var$testUserAgent(/Chrome/i);
|
|
736
|
+
}), $2add3ce32c6007eb$export$a11b0059900ceec8 = $2add3ce32c6007eb$var$cached(function() {
|
|
737
|
+
return $2add3ce32c6007eb$var$testUserAgent(/Android/i);
|
|
738
|
+
}), $2add3ce32c6007eb$export$b7d78993b74f766d = $2add3ce32c6007eb$var$cached(function() {
|
|
739
|
+
return $2add3ce32c6007eb$var$testUserAgent(/Firefox/i);
|
|
740
|
+
});
|
|
741
|
+
function $b5c62b033c25b96d$export$60278871457622de(e) {
|
|
742
|
+
return e.pointerType === "" && e.isTrusted ? !0 : $2add3ce32c6007eb$export$a11b0059900ceec8() && e.pointerType ? e.type === "click" && e.buttons === 1 : e.detail === 0 && !e.pointerType;
|
|
743
|
+
}
|
|
744
|
+
function $b5c62b033c25b96d$export$29bf1b5f2c56cf63(e) {
|
|
745
|
+
return !$2add3ce32c6007eb$export$a11b0059900ceec8() && e.width === 0 && e.height === 0 || e.width === 1 && e.height === 1 && e.pressure === 0 && e.detail === 0 && e.pointerType === "mouse";
|
|
746
|
+
}
|
|
747
|
+
function $caaf0dd3060ed57c$export$95185d699e05d4d7(e, w, T = !0) {
|
|
748
|
+
let { metaKey: E, ctrlKey: D, altKey: O, shiftKey: k } = w;
|
|
749
|
+
$2add3ce32c6007eb$export$b7d78993b74f766d() && window.event?.type?.startsWith("key") && e.target === "_blank" && ($2add3ce32c6007eb$export$9ac100e40613ea10() ? E = !0 : D = !0);
|
|
750
|
+
let A = $2add3ce32c6007eb$export$78551043582a6a98() && $2add3ce32c6007eb$export$9ac100e40613ea10() && !$2add3ce32c6007eb$export$7bef049ce92e4224() && process.env.NODE_ENV !== "test" ? new KeyboardEvent("keydown", {
|
|
751
|
+
keyIdentifier: "Enter",
|
|
752
|
+
metaKey: E,
|
|
753
|
+
ctrlKey: D,
|
|
754
|
+
altKey: O,
|
|
755
|
+
shiftKey: k
|
|
756
|
+
}) : new MouseEvent("click", {
|
|
757
|
+
metaKey: E,
|
|
758
|
+
ctrlKey: D,
|
|
759
|
+
altKey: O,
|
|
760
|
+
shiftKey: k,
|
|
761
|
+
detail: 1,
|
|
762
|
+
bubbles: !0,
|
|
763
|
+
cancelable: !0
|
|
764
|
+
});
|
|
765
|
+
$caaf0dd3060ed57c$export$95185d699e05d4d7.isOpening = T, $1969ac565cfec8d0$export$de79e2c695e052f3(e), e.dispatchEvent(A), $caaf0dd3060ed57c$export$95185d699e05d4d7.isOpening = !1;
|
|
766
|
+
}
|
|
767
|
+
$caaf0dd3060ed57c$export$95185d699e05d4d7.isOpening = !1;
|
|
768
|
+
var $8f5a2122b0992be3$var$currentModality = null, $8f5a2122b0992be3$export$901e90a13c50a14e = /* @__PURE__ */ new Set(), $8f5a2122b0992be3$export$d90243b58daecda7 = /* @__PURE__ */ new Map(), $8f5a2122b0992be3$var$hasEventBeforeFocus = !1, $8f5a2122b0992be3$var$hasBlurredWindowRecently = !1, $8f5a2122b0992be3$var$FOCUS_VISIBLE_INPUT_KEYS = {
|
|
769
|
+
Tab: !0,
|
|
770
|
+
Escape: !0
|
|
771
|
+
};
|
|
772
|
+
function $8f5a2122b0992be3$var$triggerChangeHandlers(e, w) {
|
|
773
|
+
for (let T of $8f5a2122b0992be3$export$901e90a13c50a14e) T(e, w);
|
|
774
|
+
}
|
|
775
|
+
function $8f5a2122b0992be3$var$isValidKey(e) {
|
|
776
|
+
return !(e.metaKey || !$2add3ce32c6007eb$export$9ac100e40613ea10() && e.altKey || e.ctrlKey || e.key === "Control" || e.key === "Shift" || e.key === "Meta");
|
|
777
|
+
}
|
|
778
|
+
function $8f5a2122b0992be3$var$handleKeyboardEvent(e) {
|
|
779
|
+
$8f5a2122b0992be3$var$hasEventBeforeFocus = !0, !$caaf0dd3060ed57c$export$95185d699e05d4d7.isOpening && $8f5a2122b0992be3$var$isValidKey(e) && ($8f5a2122b0992be3$var$currentModality = "keyboard", $8f5a2122b0992be3$var$triggerChangeHandlers("keyboard", e));
|
|
780
|
+
}
|
|
781
|
+
function $8f5a2122b0992be3$var$handlePointerEvent(e) {
|
|
782
|
+
$8f5a2122b0992be3$var$currentModality = "pointer", "pointerType" in e && e.pointerType, (e.type === "mousedown" || e.type === "pointerdown") && ($8f5a2122b0992be3$var$hasEventBeforeFocus = !0, $8f5a2122b0992be3$var$triggerChangeHandlers("pointer", e));
|
|
783
|
+
}
|
|
784
|
+
function $8f5a2122b0992be3$var$handleClickEvent(e) {
|
|
785
|
+
!$caaf0dd3060ed57c$export$95185d699e05d4d7.isOpening && $b5c62b033c25b96d$export$60278871457622de(e) && ($8f5a2122b0992be3$var$hasEventBeforeFocus = !0, $8f5a2122b0992be3$var$currentModality = "virtual");
|
|
786
|
+
}
|
|
787
|
+
function $8f5a2122b0992be3$var$handleFocusEvent(e) {
|
|
788
|
+
let w = $d447af545b77c9f1$export$f21a1ffae260145a($23f2114a1b82827e$export$e58f029f0fbfdb29(e)), T = $d447af545b77c9f1$export$b204af158042fbac($23f2114a1b82827e$export$e58f029f0fbfdb29(e));
|
|
789
|
+
$23f2114a1b82827e$export$e58f029f0fbfdb29(e) === w || $23f2114a1b82827e$export$e58f029f0fbfdb29(e) === T || $a92dc41f639950be$export$fda7da73ab5d4c48 || !e.isTrusted || (!$8f5a2122b0992be3$var$hasEventBeforeFocus && !$8f5a2122b0992be3$var$hasBlurredWindowRecently && ($8f5a2122b0992be3$var$currentModality = "virtual", $8f5a2122b0992be3$var$triggerChangeHandlers("virtual", e)), $8f5a2122b0992be3$var$hasEventBeforeFocus = !1, $8f5a2122b0992be3$var$hasBlurredWindowRecently = !1);
|
|
790
|
+
}
|
|
791
|
+
function $8f5a2122b0992be3$var$handleWindowBlur() {
|
|
792
|
+
$a92dc41f639950be$export$fda7da73ab5d4c48 || ($8f5a2122b0992be3$var$hasEventBeforeFocus = !1, $8f5a2122b0992be3$var$hasBlurredWindowRecently = !0);
|
|
793
|
+
}
|
|
794
|
+
function $8f5a2122b0992be3$var$setupGlobalFocusEvents(e) {
|
|
795
|
+
if (typeof window > "u" || typeof document > "u") return;
|
|
796
|
+
let w = $d447af545b77c9f1$export$f21a1ffae260145a(e), T = $d447af545b77c9f1$export$b204af158042fbac(e);
|
|
797
|
+
if ($8f5a2122b0992be3$export$d90243b58daecda7.get(w)) return;
|
|
798
|
+
let E = w.HTMLElement.prototype.focus;
|
|
799
|
+
w.HTMLElement.prototype.focus = function() {
|
|
800
|
+
$8f5a2122b0992be3$var$hasEventBeforeFocus = !0, E.apply(this, arguments);
|
|
801
|
+
}, T.addEventListener("keydown", $8f5a2122b0992be3$var$handleKeyboardEvent, !0), T.addEventListener("keyup", $8f5a2122b0992be3$var$handleKeyboardEvent, !0), T.addEventListener("click", $8f5a2122b0992be3$var$handleClickEvent, !0), w.addEventListener("focus", $8f5a2122b0992be3$var$handleFocusEvent, !0), w.addEventListener("blur", $8f5a2122b0992be3$var$handleWindowBlur, !1), typeof PointerEvent < "u" ? (T.addEventListener("pointerdown", $8f5a2122b0992be3$var$handlePointerEvent, !0), T.addEventListener("pointermove", $8f5a2122b0992be3$var$handlePointerEvent, !0), T.addEventListener("pointerup", $8f5a2122b0992be3$var$handlePointerEvent, !0)) : process.env.NODE_ENV === "test" && (T.addEventListener("mousedown", $8f5a2122b0992be3$var$handlePointerEvent, !0), T.addEventListener("mousemove", $8f5a2122b0992be3$var$handlePointerEvent, !0), T.addEventListener("mouseup", $8f5a2122b0992be3$var$handlePointerEvent, !0)), w.addEventListener("beforeunload", () => {
|
|
802
|
+
$8f5a2122b0992be3$var$tearDownWindowFocusTracking(e);
|
|
803
|
+
}, { once: !0 }), $8f5a2122b0992be3$export$d90243b58daecda7.set(w, { focus: E });
|
|
804
|
+
}
|
|
805
|
+
var $8f5a2122b0992be3$var$tearDownWindowFocusTracking = (e, w) => {
|
|
806
|
+
let T = $d447af545b77c9f1$export$f21a1ffae260145a(e), E = $d447af545b77c9f1$export$b204af158042fbac(e);
|
|
807
|
+
w && E.removeEventListener("DOMContentLoaded", w), $8f5a2122b0992be3$export$d90243b58daecda7.has(T) && (T.HTMLElement.prototype.focus = $8f5a2122b0992be3$export$d90243b58daecda7.get(T).focus, E.removeEventListener("keydown", $8f5a2122b0992be3$var$handleKeyboardEvent, !0), E.removeEventListener("keyup", $8f5a2122b0992be3$var$handleKeyboardEvent, !0), E.removeEventListener("click", $8f5a2122b0992be3$var$handleClickEvent, !0), T.removeEventListener("focus", $8f5a2122b0992be3$var$handleFocusEvent, !0), T.removeEventListener("blur", $8f5a2122b0992be3$var$handleWindowBlur, !1), typeof PointerEvent < "u" ? (E.removeEventListener("pointerdown", $8f5a2122b0992be3$var$handlePointerEvent, !0), E.removeEventListener("pointermove", $8f5a2122b0992be3$var$handlePointerEvent, !0), E.removeEventListener("pointerup", $8f5a2122b0992be3$var$handlePointerEvent, !0)) : process.env.NODE_ENV === "test" && (E.removeEventListener("mousedown", $8f5a2122b0992be3$var$handlePointerEvent, !0), E.removeEventListener("mousemove", $8f5a2122b0992be3$var$handlePointerEvent, !0), E.removeEventListener("mouseup", $8f5a2122b0992be3$var$handlePointerEvent, !0)), $8f5a2122b0992be3$export$d90243b58daecda7.delete(T));
|
|
808
|
+
};
|
|
809
|
+
function $8f5a2122b0992be3$export$2f1888112f558a7d(e) {
|
|
810
|
+
let w = $d447af545b77c9f1$export$b204af158042fbac(e), T;
|
|
811
|
+
return w.readyState === "loading" ? (T = () => {
|
|
812
|
+
$8f5a2122b0992be3$var$setupGlobalFocusEvents(e);
|
|
813
|
+
}, w.addEventListener("DOMContentLoaded", T)) : $8f5a2122b0992be3$var$setupGlobalFocusEvents(e), () => $8f5a2122b0992be3$var$tearDownWindowFocusTracking(e, T);
|
|
814
|
+
}
|
|
815
|
+
typeof document < "u" && $8f5a2122b0992be3$export$2f1888112f558a7d();
|
|
816
|
+
function $8f5a2122b0992be3$export$b9b3dfddab17db27() {
|
|
817
|
+
return $8f5a2122b0992be3$var$currentModality !== "pointer";
|
|
818
|
+
}
|
|
819
|
+
function $8f5a2122b0992be3$export$630ff653c5ada6a9() {
|
|
820
|
+
return $8f5a2122b0992be3$var$currentModality;
|
|
821
|
+
}
|
|
822
|
+
var $8f5a2122b0992be3$var$nonTextInputTypes = new Set([
|
|
823
|
+
"checkbox",
|
|
824
|
+
"radio",
|
|
825
|
+
"range",
|
|
826
|
+
"color",
|
|
827
|
+
"file",
|
|
828
|
+
"image",
|
|
829
|
+
"button",
|
|
830
|
+
"submit",
|
|
831
|
+
"reset"
|
|
832
|
+
]);
|
|
833
|
+
function $8f5a2122b0992be3$var$isKeyboardFocusEvent(e, w, T) {
|
|
834
|
+
let E = T ? $23f2114a1b82827e$export$e58f029f0fbfdb29(T) : void 0, D = $d447af545b77c9f1$export$b204af158042fbac(E), O = $d447af545b77c9f1$export$f21a1ffae260145a(E), k = O === void 0 ? HTMLInputElement : O.HTMLInputElement, A = O === void 0 ? HTMLTextAreaElement : O.HTMLTextAreaElement, j = O === void 0 ? HTMLElement : O.HTMLElement, M = O === void 0 ? KeyboardEvent : O.KeyboardEvent, N = $23f2114a1b82827e$export$cd4e5573fbe2b576(D);
|
|
835
|
+
return e = e || N instanceof k && !$8f5a2122b0992be3$var$nonTextInputTypes.has(N.type) || N instanceof A || N instanceof j && N.isContentEditable, !(e && w === "keyboard" && T instanceof M && !$8f5a2122b0992be3$var$FOCUS_VISIBLE_INPUT_KEYS[T.key]);
|
|
836
|
+
}
|
|
837
|
+
function $8f5a2122b0992be3$export$ec71b4b83ac08ec3(e, w, T) {
|
|
838
|
+
$8f5a2122b0992be3$var$setupGlobalFocusEvents(), (0, import_react.useEffect)(() => {
|
|
839
|
+
if (T?.enabled === !1) return;
|
|
840
|
+
let w = (w, E) => {
|
|
841
|
+
$8f5a2122b0992be3$var$isKeyboardFocusEvent(!!T?.isTextInput, w, E) && e($8f5a2122b0992be3$export$b9b3dfddab17db27());
|
|
842
|
+
};
|
|
843
|
+
return $8f5a2122b0992be3$export$901e90a13c50a14e.add(w), () => {
|
|
844
|
+
$8f5a2122b0992be3$export$901e90a13c50a14e.delete(w);
|
|
845
|
+
};
|
|
846
|
+
}, w);
|
|
847
|
+
}
|
|
848
|
+
var $fe16bffc7a557bf0$var$useEarlyEffect = import_react.useInsertionEffect ?? $c4867b2f328c2698$export$e5c5a5f917a5871c;
|
|
849
|
+
function $fe16bffc7a557bf0$export$7f54fc3180508a52(e) {
|
|
850
|
+
let w = (0, import_react.useRef)(null);
|
|
851
|
+
return $fe16bffc7a557bf0$var$useEarlyEffect(() => {
|
|
852
|
+
w.current = e;
|
|
853
|
+
}, [e]), (0, import_react.useCallback)((...e) => {
|
|
854
|
+
let T = w.current;
|
|
855
|
+
return T?.(...e);
|
|
856
|
+
}, []);
|
|
857
|
+
}
|
|
858
|
+
var $d805ff57cab8bee2$var$RTL_SCRIPTS = new Set([
|
|
859
|
+
"Arab",
|
|
860
|
+
"Syrc",
|
|
861
|
+
"Samr",
|
|
862
|
+
"Mand",
|
|
863
|
+
"Thaa",
|
|
864
|
+
"Mend",
|
|
865
|
+
"Nkoo",
|
|
866
|
+
"Adlm",
|
|
867
|
+
"Rohg",
|
|
868
|
+
"Hebr"
|
|
869
|
+
]), $d805ff57cab8bee2$var$RTL_LANGS = new Set([
|
|
870
|
+
"ae",
|
|
871
|
+
"ar",
|
|
872
|
+
"arc",
|
|
873
|
+
"bcc",
|
|
874
|
+
"bqi",
|
|
875
|
+
"ckb",
|
|
876
|
+
"dv",
|
|
877
|
+
"fa",
|
|
878
|
+
"glk",
|
|
879
|
+
"he",
|
|
880
|
+
"ku",
|
|
881
|
+
"mzn",
|
|
882
|
+
"nqo",
|
|
883
|
+
"pnb",
|
|
884
|
+
"ps",
|
|
885
|
+
"sd",
|
|
886
|
+
"ug",
|
|
887
|
+
"ur",
|
|
888
|
+
"yi"
|
|
889
|
+
]);
|
|
890
|
+
function $d805ff57cab8bee2$export$702d680b21cbd764(e) {
|
|
891
|
+
if (Intl.Locale) {
|
|
892
|
+
let w = new Intl.Locale(e).maximize(), T = typeof w.getTextInfo == "function" ? w.getTextInfo() : w.textInfo;
|
|
893
|
+
if (T) return T.direction === "rtl";
|
|
894
|
+
if (w.script) return $d805ff57cab8bee2$var$RTL_SCRIPTS.has(w.script);
|
|
895
|
+
}
|
|
896
|
+
let w = e.split("-")[0];
|
|
897
|
+
return $d805ff57cab8bee2$var$RTL_LANGS.has(w);
|
|
898
|
+
}
|
|
899
|
+
var $520a025cdb0d710d$var$localeSymbol = Symbol.for("react-aria.i18n.locale");
|
|
900
|
+
function $520a025cdb0d710d$export$f09106e7c6677ec5() {
|
|
901
|
+
let e = typeof window < "u" && window[$520a025cdb0d710d$var$localeSymbol] || typeof navigator < "u" && (navigator.language || navigator.userLanguage) || "en-US";
|
|
902
|
+
try {
|
|
903
|
+
Intl.DateTimeFormat.supportedLocalesOf([e]);
|
|
904
|
+
} catch {
|
|
905
|
+
e = "en-US";
|
|
906
|
+
}
|
|
907
|
+
return {
|
|
908
|
+
locale: e,
|
|
909
|
+
direction: $d805ff57cab8bee2$export$702d680b21cbd764(e) ? "rtl" : "ltr"
|
|
910
|
+
};
|
|
911
|
+
}
|
|
912
|
+
var $520a025cdb0d710d$var$currentLocale = $520a025cdb0d710d$export$f09106e7c6677ec5(), $520a025cdb0d710d$var$listeners = /* @__PURE__ */ new Set();
|
|
913
|
+
function $520a025cdb0d710d$var$updateLocale() {
|
|
914
|
+
$520a025cdb0d710d$var$currentLocale = $520a025cdb0d710d$export$f09106e7c6677ec5();
|
|
915
|
+
for (let e of $520a025cdb0d710d$var$listeners) e($520a025cdb0d710d$var$currentLocale);
|
|
916
|
+
}
|
|
917
|
+
function $520a025cdb0d710d$export$188ec29ebc2bdc3a() {
|
|
918
|
+
let e = $c7eafbbe1ea5834e$export$535bd6ca7f90a273(), [w, T] = (0, import_react.useState)($520a025cdb0d710d$var$currentLocale);
|
|
919
|
+
return (0, import_react.useEffect)(() => ($520a025cdb0d710d$var$listeners.size === 0 && window.addEventListener("languagechange", $520a025cdb0d710d$var$updateLocale), $520a025cdb0d710d$var$listeners.add(T), () => {
|
|
920
|
+
$520a025cdb0d710d$var$listeners.delete(T), $520a025cdb0d710d$var$listeners.size === 0 && window.removeEventListener("languagechange", $520a025cdb0d710d$var$updateLocale);
|
|
921
|
+
}), []), e ? {
|
|
922
|
+
locale: typeof window < "u" && window[$520a025cdb0d710d$var$localeSymbol] || "en-US",
|
|
923
|
+
direction: "ltr"
|
|
924
|
+
} : w;
|
|
925
|
+
}
|
|
926
|
+
var $2eb8e6d23f3d0cb0$var$I18nContext = /* @__PURE__ */ import_react.createContext(null);
|
|
927
|
+
function $2eb8e6d23f3d0cb0$export$43bb16f9c6d9e3f7() {
|
|
928
|
+
let e = $520a025cdb0d710d$export$188ec29ebc2bdc3a();
|
|
929
|
+
return (0, import_react.useContext)($2eb8e6d23f3d0cb0$var$I18nContext) || e;
|
|
930
|
+
}
|
|
931
|
+
var $3e6197669829fe11$var$useEarlyEffect = typeof document < "u" ? import_react.useInsertionEffect ?? import_react.useLayoutEffect : () => {};
|
|
932
|
+
function $3e6197669829fe11$export$40bfa8c7b0832715(e, w, T) {
|
|
933
|
+
let [E, O] = (0, import_react.useState)(e || w), k = (0, import_react.useRef)(E), A = (0, import_react.useRef)(e !== void 0), j = e !== void 0;
|
|
934
|
+
(0, import_react.useEffect)(() => {
|
|
935
|
+
let e = A.current;
|
|
936
|
+
e !== j && process.env.NODE_ENV !== "production" && console.warn(`WARN: A component changed from ${e ? "controlled" : "uncontrolled"} to ${j ? "controlled" : "uncontrolled"}.`), A.current = j;
|
|
937
|
+
}, [j]);
|
|
938
|
+
let M = j ? e : E;
|
|
939
|
+
$3e6197669829fe11$var$useEarlyEffect(() => {
|
|
940
|
+
k.current = M;
|
|
941
|
+
});
|
|
942
|
+
let [, N] = (0, import_react.useReducer)(() => ({}), {});
|
|
943
|
+
return [M, (0, import_react.useCallback)((e, ...w) => {
|
|
944
|
+
let E = typeof e == "function" ? e(k.current) : e;
|
|
945
|
+
Object.is(k.current, E) || (k.current = E, O(E), N(), T?.(E, ...w));
|
|
946
|
+
}, [T])];
|
|
947
|
+
}
|
|
948
|
+
var $081cb5757e08788e$var$transitionsByElement = /* @__PURE__ */ new Map(), $081cb5757e08788e$var$transitionCallbacks = /* @__PURE__ */ new Set();
|
|
949
|
+
function $081cb5757e08788e$var$setupGlobalEvents() {
|
|
950
|
+
if (typeof window > "u") return;
|
|
951
|
+
function e(e) {
|
|
952
|
+
return "propertyName" in e;
|
|
953
|
+
}
|
|
954
|
+
let w = (w) => {
|
|
955
|
+
let E = $23f2114a1b82827e$export$e58f029f0fbfdb29(w);
|
|
956
|
+
if (!e(w) || !E) return;
|
|
957
|
+
let D = $081cb5757e08788e$var$transitionsByElement.get(E);
|
|
958
|
+
D || (D = /* @__PURE__ */ new Set(), $081cb5757e08788e$var$transitionsByElement.set(E, D), E.addEventListener("transitioncancel", T, { once: !0 })), D.add(w.propertyName);
|
|
959
|
+
}, T = (w) => {
|
|
960
|
+
let E = $23f2114a1b82827e$export$e58f029f0fbfdb29(w);
|
|
961
|
+
if (!e(w) || !E) return;
|
|
962
|
+
let D = $081cb5757e08788e$var$transitionsByElement.get(E);
|
|
963
|
+
if (D && (D.delete(w.propertyName), D.size === 0 && (E.removeEventListener("transitioncancel", T), $081cb5757e08788e$var$transitionsByElement.delete(E)), $081cb5757e08788e$var$transitionsByElement.size === 0)) {
|
|
964
|
+
for (let e of $081cb5757e08788e$var$transitionCallbacks) e();
|
|
965
|
+
$081cb5757e08788e$var$transitionCallbacks.clear();
|
|
966
|
+
}
|
|
967
|
+
};
|
|
968
|
+
document.body.addEventListener("transitionrun", w), document.body.addEventListener("transitionend", T);
|
|
969
|
+
}
|
|
970
|
+
typeof document < "u" && (document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", $081cb5757e08788e$var$setupGlobalEvents) : $081cb5757e08788e$var$setupGlobalEvents());
|
|
971
|
+
function $081cb5757e08788e$var$cleanupDetachedElements() {
|
|
972
|
+
for (let [e] of $081cb5757e08788e$var$transitionsByElement) "isConnected" in e && !e.isConnected && $081cb5757e08788e$var$transitionsByElement.delete(e);
|
|
973
|
+
}
|
|
974
|
+
function $081cb5757e08788e$export$24490316f764c430(e) {
|
|
975
|
+
requestAnimationFrame(() => {
|
|
976
|
+
$081cb5757e08788e$var$cleanupDetachedElements(), $081cb5757e08788e$var$transitionsByElement.size === 0 ? e() : $081cb5757e08788e$var$transitionCallbacks.add(e);
|
|
977
|
+
});
|
|
978
|
+
}
|
|
979
|
+
function $f192c2f16961cbe0$export$80f3e147d781571c(e) {
|
|
980
|
+
if (!e.isConnected) return;
|
|
981
|
+
let w = $d447af545b77c9f1$export$b204af158042fbac(e);
|
|
982
|
+
if ($8f5a2122b0992be3$export$630ff653c5ada6a9() === "virtual") {
|
|
983
|
+
let T = $23f2114a1b82827e$export$cd4e5573fbe2b576(w);
|
|
984
|
+
$081cb5757e08788e$export$24490316f764c430(() => {
|
|
985
|
+
let E = $23f2114a1b82827e$export$cd4e5573fbe2b576(w);
|
|
986
|
+
(E === T || E === w.body) && e.isConnected && $1969ac565cfec8d0$export$de79e2c695e052f3(e);
|
|
987
|
+
});
|
|
988
|
+
} else $1969ac565cfec8d0$export$de79e2c695e052f3(e);
|
|
989
|
+
}
|
|
990
|
+
function $1e74c67db218ce67$export$f8168d8dd8fd66e6(e) {
|
|
991
|
+
let { isDisabled: w, onFocus: T, onBlur: E, onFocusChange: O } = e, k = (0, import_react.useCallback)((e) => {
|
|
992
|
+
if ($23f2114a1b82827e$export$e58f029f0fbfdb29(e) === e.currentTarget) return E && E(e), O && O(!1), !0;
|
|
993
|
+
}, [E, O]), A = $a92dc41f639950be$export$715c682d09d639cc(k), j = (0, import_react.useCallback)((e) => {
|
|
994
|
+
let w = $23f2114a1b82827e$export$e58f029f0fbfdb29(e), E = $d447af545b77c9f1$export$b204af158042fbac(w), D = E ? $23f2114a1b82827e$export$cd4e5573fbe2b576(E) : $23f2114a1b82827e$export$cd4e5573fbe2b576();
|
|
995
|
+
w === e.currentTarget && w === D && (T && T(e), O && O(!0), A(e));
|
|
996
|
+
}, [
|
|
997
|
+
O,
|
|
998
|
+
T,
|
|
999
|
+
A
|
|
1000
|
+
]);
|
|
1001
|
+
return { focusProps: {
|
|
1002
|
+
onFocus: !w && (T || O || E) ? j : void 0,
|
|
1003
|
+
onBlur: !w && (E || O) ? k : void 0
|
|
1004
|
+
} };
|
|
1005
|
+
}
|
|
1006
|
+
function $8dba16319206abb6$export$48d1ea6320830260(e) {
|
|
1007
|
+
if (!e) return;
|
|
1008
|
+
let w = !0;
|
|
1009
|
+
return (T) => {
|
|
1010
|
+
e({
|
|
1011
|
+
...T,
|
|
1012
|
+
preventDefault() {
|
|
1013
|
+
T.preventDefault();
|
|
1014
|
+
},
|
|
1015
|
+
isDefaultPrevented() {
|
|
1016
|
+
return T.isDefaultPrevented();
|
|
1017
|
+
},
|
|
1018
|
+
stopPropagation() {
|
|
1019
|
+
w && process.env.NODE_ENV !== "production" ? console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.") : w = !0;
|
|
1020
|
+
},
|
|
1021
|
+
continuePropagation() {
|
|
1022
|
+
w = !1;
|
|
1023
|
+
},
|
|
1024
|
+
isPropagationStopped() {
|
|
1025
|
+
return w;
|
|
1026
|
+
}
|
|
1027
|
+
}), w && T.stopPropagation();
|
|
1028
|
+
};
|
|
1029
|
+
}
|
|
1030
|
+
function $8296dad1a4c5e0dc$export$8f71654801c2f7cd(e) {
|
|
1031
|
+
return { keyboardProps: e.isDisabled ? {} : {
|
|
1032
|
+
onKeyDown: $8dba16319206abb6$export$48d1ea6320830260(e.onKeyDown),
|
|
1033
|
+
onKeyUp: $8dba16319206abb6$export$48d1ea6320830260(e.onKeyUp)
|
|
1034
|
+
} };
|
|
1035
|
+
}
|
|
1036
|
+
function $b7115c395c64f7b5$export$4debdb1a3f0fa79e(e, w) {
|
|
1037
|
+
$c4867b2f328c2698$export$e5c5a5f917a5871c(() => {
|
|
1038
|
+
if (e && e.ref && w) return e.ref.current = w.current, () => {
|
|
1039
|
+
e.ref && (e.ref.current = null);
|
|
1040
|
+
};
|
|
1041
|
+
});
|
|
1042
|
+
}
|
|
1043
|
+
var $d1116acdf220c2da$export$f9762fab77588ecb = /* @__PURE__ */ import_react.createContext(null);
|
|
1044
|
+
function $d1116acdf220c2da$var$useFocusableContext(e) {
|
|
1045
|
+
let w = (0, import_react.useContext)($d1116acdf220c2da$export$f9762fab77588ecb) || {};
|
|
1046
|
+
$b7115c395c64f7b5$export$4debdb1a3f0fa79e(w, e);
|
|
1047
|
+
let { ref: T,...E } = w;
|
|
1048
|
+
return E;
|
|
1049
|
+
}
|
|
1050
|
+
function $d1116acdf220c2da$export$4c014de7c8940b4c(e, w) {
|
|
1051
|
+
let { focusProps: T } = $1e74c67db218ce67$export$f8168d8dd8fd66e6(e), { keyboardProps: E } = $8296dad1a4c5e0dc$export$8f71654801c2f7cd(e), O = $bbaa08b3cd72f041$export$9d1611c77c2fe928(T, E), k = $d1116acdf220c2da$var$useFocusableContext(w), A = e.isDisabled ? {} : k, j = (0, import_react.useRef)(e.autoFocus);
|
|
1052
|
+
(0, import_react.useEffect)(() => {
|
|
1053
|
+
j.current && w.current && $f192c2f16961cbe0$export$80f3e147d781571c(w.current), j.current = !1;
|
|
1054
|
+
}, [w]);
|
|
1055
|
+
let M = e.excludeFromTabOrder ? -1 : 0;
|
|
1056
|
+
return e.isDisabled && (M = void 0), { focusableProps: $bbaa08b3cd72f041$export$9d1611c77c2fe928({
|
|
1057
|
+
...O,
|
|
1058
|
+
tabIndex: M
|
|
1059
|
+
}, A) };
|
|
1060
|
+
}
|
|
1061
|
+
typeof HTMLTemplateElement < "u" && (Object.defineProperty(HTMLTemplateElement.prototype, "firstChild", {
|
|
1062
|
+
configurable: !0,
|
|
1063
|
+
enumerable: !0,
|
|
1064
|
+
get: function() {
|
|
1065
|
+
return this.content.firstChild;
|
|
1066
|
+
}
|
|
1067
|
+
}), Object.defineProperty(HTMLTemplateElement.prototype, "appendChild", {
|
|
1068
|
+
configurable: !0,
|
|
1069
|
+
enumerable: !0,
|
|
1070
|
+
value: function(e) {
|
|
1071
|
+
return this.content.appendChild(e);
|
|
1072
|
+
}
|
|
1073
|
+
}), Object.defineProperty(HTMLTemplateElement.prototype, "removeChild", {
|
|
1074
|
+
configurable: !0,
|
|
1075
|
+
enumerable: !0,
|
|
1076
|
+
value: function(e) {
|
|
1077
|
+
return this.content.removeChild(e);
|
|
1078
|
+
}
|
|
1079
|
+
}), Object.defineProperty(HTMLTemplateElement.prototype, "insertBefore", {
|
|
1080
|
+
configurable: !0,
|
|
1081
|
+
enumerable: !0,
|
|
1082
|
+
value: function(e, w) {
|
|
1083
|
+
return this.content.insertBefore(e, w);
|
|
1084
|
+
}
|
|
1085
|
+
}));
|
|
1086
|
+
var $d7f64c32b702fe2c$export$94b6d0abf7d33e8c = /* @__PURE__ */ (0, import_react.createContext)(!1);
|
|
1087
|
+
function $d7f64c32b702fe2c$export$86427a43e3e48ebb(e) {
|
|
1088
|
+
let w = (w, T) => (0, import_react.useContext)($d7f64c32b702fe2c$export$94b6d0abf7d33e8c) ? null : e(w, T);
|
|
1089
|
+
return w.displayName = e.displayName || e.name, (0, import_react.forwardRef)(w);
|
|
1090
|
+
}
|
|
1091
|
+
var $8e9d2fae0ecb9001$var$DOMPropNames = new Set(["id"]), $8e9d2fae0ecb9001$var$labelablePropNames = new Set([
|
|
1092
|
+
"aria-label",
|
|
1093
|
+
"aria-labelledby",
|
|
1094
|
+
"aria-describedby",
|
|
1095
|
+
"aria-details"
|
|
1096
|
+
]), $8e9d2fae0ecb9001$var$linkPropNames = new Set([
|
|
1097
|
+
"href",
|
|
1098
|
+
"hrefLang",
|
|
1099
|
+
"target",
|
|
1100
|
+
"rel",
|
|
1101
|
+
"download",
|
|
1102
|
+
"ping",
|
|
1103
|
+
"referrerPolicy"
|
|
1104
|
+
]), $8e9d2fae0ecb9001$var$globalAttrs = new Set([
|
|
1105
|
+
"dir",
|
|
1106
|
+
"lang",
|
|
1107
|
+
"hidden",
|
|
1108
|
+
"inert",
|
|
1109
|
+
"translate"
|
|
1110
|
+
]), $8e9d2fae0ecb9001$var$globalEvents = new Set(/* @__PURE__ */ "onClick.onAuxClick.onContextMenu.onDoubleClick.onMouseDown.onMouseEnter.onMouseLeave.onMouseMove.onMouseOut.onMouseOver.onMouseUp.onTouchCancel.onTouchEnd.onTouchMove.onTouchStart.onPointerDown.onPointerMove.onPointerUp.onPointerCancel.onPointerEnter.onPointerLeave.onPointerOver.onPointerOut.onGotPointerCapture.onLostPointerCapture.onScroll.onWheel.onAnimationStart.onAnimationEnd.onAnimationIteration.onTransitionCancel.onTransitionEnd.onTransitionRun.onTransitionStart".split(".")), $8e9d2fae0ecb9001$var$propRe = /^(data-.*)$/;
|
|
1111
|
+
function $8e9d2fae0ecb9001$export$457c3d6518dd4c6f(e, w = {}) {
|
|
1112
|
+
let { labelable: T, isLink: E, global: D, events: O = D, propNames: k } = w, A = {};
|
|
1113
|
+
for (let w in e) Object.prototype.hasOwnProperty.call(e, w) && ($8e9d2fae0ecb9001$var$DOMPropNames.has(w) || T && $8e9d2fae0ecb9001$var$labelablePropNames.has(w) || E && $8e9d2fae0ecb9001$var$linkPropNames.has(w) || D && $8e9d2fae0ecb9001$var$globalAttrs.has(w) || O && ($8e9d2fae0ecb9001$var$globalEvents.has(w) || w.endsWith("Capture") && $8e9d2fae0ecb9001$var$globalEvents.has(w.slice(0, -7))) || k?.has(w) || $8e9d2fae0ecb9001$var$propRe.test(w)) && (A[w] = e[w]);
|
|
1114
|
+
return A;
|
|
1115
|
+
}
|
|
1116
|
+
var $cbf007e418543821$var$state = "default", $cbf007e418543821$var$savedUserSelect = "", $cbf007e418543821$var$modifiedElementMap = /* @__PURE__ */ new WeakMap();
|
|
1117
|
+
function $cbf007e418543821$export$16a4697467175487(e) {
|
|
1118
|
+
if ($2add3ce32c6007eb$export$fedb369cb70207f1()) {
|
|
1119
|
+
if ($cbf007e418543821$var$state === "default") {
|
|
1120
|
+
let w = $d447af545b77c9f1$export$b204af158042fbac(e);
|
|
1121
|
+
$cbf007e418543821$var$savedUserSelect = w.documentElement.style.webkitUserSelect, w.documentElement.style.webkitUserSelect = "none";
|
|
1122
|
+
}
|
|
1123
|
+
$cbf007e418543821$var$state = "disabled";
|
|
1124
|
+
} else if (e instanceof HTMLElement || e instanceof SVGElement) {
|
|
1125
|
+
let w = "userSelect" in e.style ? "userSelect" : "webkitUserSelect";
|
|
1126
|
+
$cbf007e418543821$var$modifiedElementMap.set(e, e.style[w]), e.style[w] = "none";
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
function $cbf007e418543821$export$b0d6fa1ab32e3295(e) {
|
|
1130
|
+
if ($2add3ce32c6007eb$export$fedb369cb70207f1()) {
|
|
1131
|
+
if ($cbf007e418543821$var$state !== "disabled") return;
|
|
1132
|
+
$cbf007e418543821$var$state = "restoring", setTimeout(() => {
|
|
1133
|
+
$081cb5757e08788e$export$24490316f764c430(() => {
|
|
1134
|
+
if ($cbf007e418543821$var$state === "restoring") {
|
|
1135
|
+
let w = $d447af545b77c9f1$export$b204af158042fbac(e);
|
|
1136
|
+
w.documentElement.style.webkitUserSelect === "none" && (w.documentElement.style.webkitUserSelect = $cbf007e418543821$var$savedUserSelect || ""), $cbf007e418543821$var$savedUserSelect = "", $cbf007e418543821$var$state = "default";
|
|
1137
|
+
}
|
|
1138
|
+
});
|
|
1139
|
+
}, 300);
|
|
1140
|
+
} else if ((e instanceof HTMLElement || e instanceof SVGElement) && e && $cbf007e418543821$var$modifiedElementMap.has(e)) {
|
|
1141
|
+
let w = $cbf007e418543821$var$modifiedElementMap.get(e), T = "userSelect" in e.style ? "userSelect" : "webkitUserSelect";
|
|
1142
|
+
e.style[T] === "none" && (e.style[T] = w), e.getAttribute("style") === "" && e.removeAttribute("style"), $cbf007e418543821$var$modifiedElementMap.delete(e);
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
function $2b2d34ff061957fb$var$getWebpackNonce(e) {
|
|
1146
|
+
return e?.defaultView?.__webpack_nonce__ || globalThis.__webpack_nonce__ || void 0;
|
|
1147
|
+
}
|
|
1148
|
+
var $2b2d34ff061957fb$var$nonceCache = /* @__PURE__ */ new WeakMap();
|
|
1149
|
+
function $2b2d34ff061957fb$export$2b85b721e524d74b(e) {
|
|
1150
|
+
let w = e ?? (typeof document < "u" ? document : void 0);
|
|
1151
|
+
if (!w) return $2b2d34ff061957fb$var$getWebpackNonce(w);
|
|
1152
|
+
if ($2b2d34ff061957fb$var$nonceCache.has(w)) return $2b2d34ff061957fb$var$nonceCache.get(w);
|
|
1153
|
+
let T = w.querySelector("meta[property=\"csp-nonce\"]"), E = T && T instanceof $d447af545b77c9f1$export$f21a1ffae260145a(T).HTMLMetaElement && (T.nonce || T.content) || $2b2d34ff061957fb$var$getWebpackNonce(w) || void 0;
|
|
1154
|
+
return E !== void 0 && $2b2d34ff061957fb$var$nonceCache.set(w, E), E;
|
|
1155
|
+
}
|
|
1156
|
+
var $24f9a20f226ad820$export$5165eccb35aaadb5 = import_react.createContext({ register: () => {} });
|
|
1157
|
+
$24f9a20f226ad820$export$5165eccb35aaadb5.displayName = "PressResponderContext";
|
|
1158
|
+
function $48a7d519b337145d$export$4eaf04e54aa8eed6() {
|
|
1159
|
+
let e = (0, import_react.useRef)(/* @__PURE__ */ new Map()), w = (0, import_react.useCallback)((w, T, E, D) => {
|
|
1160
|
+
let O = D?.once ? (...w) => {
|
|
1161
|
+
e.current.delete(E), E(...w);
|
|
1162
|
+
} : E;
|
|
1163
|
+
e.current.set(E, {
|
|
1164
|
+
type: T,
|
|
1165
|
+
eventTarget: w,
|
|
1166
|
+
fn: O,
|
|
1167
|
+
options: D
|
|
1168
|
+
}), w.addEventListener(T, O, D);
|
|
1169
|
+
}, []), T = (0, import_react.useCallback)((w, T, E, D) => {
|
|
1170
|
+
let O = e.current.get(E)?.fn || E;
|
|
1171
|
+
w.removeEventListener(T, O, D), e.current.delete(E);
|
|
1172
|
+
}, []), E = (0, import_react.useCallback)(() => {
|
|
1173
|
+
e.current.forEach((e, w) => {
|
|
1174
|
+
T(e.eventTarget, e.type, w, e.options);
|
|
1175
|
+
});
|
|
1176
|
+
}, [T]);
|
|
1177
|
+
return (0, import_react.useEffect)(() => E, [E]), {
|
|
1178
|
+
addGlobalListener: w,
|
|
1179
|
+
removeGlobalListener: T,
|
|
1180
|
+
removeAllGlobalListeners: E
|
|
1181
|
+
};
|
|
1182
|
+
}
|
|
1183
|
+
var import_react_dom$1 = /* @__PURE__ */ __toESM(require_react_dom(), 1);
|
|
1184
|
+
function $d27d541f9569d26d$var$usePressResponderContext(e) {
|
|
1185
|
+
let w = (0, import_react.useContext)($24f9a20f226ad820$export$5165eccb35aaadb5);
|
|
1186
|
+
if (w) {
|
|
1187
|
+
let { register: T, ref: E,...D } = w;
|
|
1188
|
+
e = $bbaa08b3cd72f041$export$9d1611c77c2fe928(D, e), T();
|
|
1189
|
+
}
|
|
1190
|
+
return $b7115c395c64f7b5$export$4debdb1a3f0fa79e(w, e.ref), e;
|
|
1191
|
+
}
|
|
1192
|
+
var $d27d541f9569d26d$var$PressEvent = class {
|
|
1193
|
+
#e;
|
|
1194
|
+
constructor(e, w, T, E) {
|
|
1195
|
+
this.#e = !0;
|
|
1196
|
+
let D = (E?.target ?? T.currentTarget)?.getBoundingClientRect(), O, k = 0, A, j = null;
|
|
1197
|
+
T.clientX != null && T.clientY != null && (A = T.clientX, j = T.clientY), D && (A != null && j != null ? (O = A - D.left, k = j - D.top) : (O = D.width / 2, k = D.height / 2)), this.type = e, this.pointerType = w, this.target = T.currentTarget, this.shiftKey = T.shiftKey, this.metaKey = T.metaKey, this.ctrlKey = T.ctrlKey, this.altKey = T.altKey, this.x = O, this.y = k, this.key = T.key;
|
|
1198
|
+
}
|
|
1199
|
+
continuePropagation() {
|
|
1200
|
+
this.#e = !1;
|
|
1201
|
+
}
|
|
1202
|
+
get shouldStopPropagation() {
|
|
1203
|
+
return this.#e;
|
|
1204
|
+
}
|
|
1205
|
+
}, $d27d541f9569d26d$var$LINK_CLICKED = Symbol("linkClicked"), $d27d541f9569d26d$var$STYLE_ID = "react-aria-pressable-style", $d27d541f9569d26d$var$PRESSABLE_ATTRIBUTE = "data-react-aria-pressable";
|
|
1206
|
+
function $d27d541f9569d26d$export$45712eceda6fad21(e) {
|
|
1207
|
+
let { onPress: w, onPressChange: T, onPressStart: E, onPressEnd: O, onPressUp: k, onClick: A, isDisabled: j, isPressed: M, preventFocusOnPress: N, shouldCancelOnPointerExit: P, allowTextSelectionOnPress: F, ref: I,...L } = $d27d541f9569d26d$var$usePressResponderContext(e), [R, z] = (0, import_react.useState)(!1), B = (0, import_react.useRef)({
|
|
1208
|
+
isPressed: !1,
|
|
1209
|
+
ignoreEmulatedMouseEvents: !1,
|
|
1210
|
+
didFirePressStart: !1,
|
|
1211
|
+
isTriggeringEvent: !1,
|
|
1212
|
+
activePointerId: null,
|
|
1213
|
+
target: null,
|
|
1214
|
+
isOverTarget: !1,
|
|
1215
|
+
pointerType: null,
|
|
1216
|
+
disposables: []
|
|
1217
|
+
}), { addGlobalListener: V, removeAllGlobalListeners: H } = $48a7d519b337145d$export$4eaf04e54aa8eed6(), U = (0, import_react.useCallback)((e, w) => {
|
|
1218
|
+
let D = B.current;
|
|
1219
|
+
if (j || D.didFirePressStart) return !1;
|
|
1220
|
+
let O = !0;
|
|
1221
|
+
if (D.isTriggeringEvent = !0, E) {
|
|
1222
|
+
let T = new $d27d541f9569d26d$var$PressEvent("pressstart", w, e);
|
|
1223
|
+
E(T), O = T.shouldStopPropagation;
|
|
1224
|
+
}
|
|
1225
|
+
return T && T(!0), D.isTriggeringEvent = !1, D.didFirePressStart = !0, z(!0), O;
|
|
1226
|
+
}, [
|
|
1227
|
+
j,
|
|
1228
|
+
E,
|
|
1229
|
+
T
|
|
1230
|
+
]), W = (0, import_react.useCallback)((e, E, D = !0) => {
|
|
1231
|
+
let k = B.current;
|
|
1232
|
+
if (!k.didFirePressStart) return !1;
|
|
1233
|
+
k.didFirePressStart = !1, k.isTriggeringEvent = !0;
|
|
1234
|
+
let A = !0;
|
|
1235
|
+
if (O) {
|
|
1236
|
+
let w = new $d27d541f9569d26d$var$PressEvent("pressend", E, e);
|
|
1237
|
+
O(w), A = w.shouldStopPropagation;
|
|
1238
|
+
}
|
|
1239
|
+
if (T && T(!1), z(!1), w && D && !j) {
|
|
1240
|
+
let T = new $d27d541f9569d26d$var$PressEvent("press", E, e);
|
|
1241
|
+
w(T), A &&= T.shouldStopPropagation;
|
|
1242
|
+
}
|
|
1243
|
+
return k.isTriggeringEvent = !1, A;
|
|
1244
|
+
}, [
|
|
1245
|
+
j,
|
|
1246
|
+
O,
|
|
1247
|
+
T,
|
|
1248
|
+
w
|
|
1249
|
+
]), G = $fe16bffc7a557bf0$export$7f54fc3180508a52(W), q = $fe16bffc7a557bf0$export$7f54fc3180508a52((0, import_react.useCallback)((e, w) => {
|
|
1250
|
+
let T = B.current;
|
|
1251
|
+
if (j) return !1;
|
|
1252
|
+
if (k) {
|
|
1253
|
+
T.isTriggeringEvent = !0;
|
|
1254
|
+
let E = new $d27d541f9569d26d$var$PressEvent("pressup", w, e);
|
|
1255
|
+
return k(E), T.isTriggeringEvent = !1, E.shouldStopPropagation;
|
|
1256
|
+
}
|
|
1257
|
+
return !0;
|
|
1258
|
+
}, [j, k])), J = (0, import_react.useCallback)((e) => {
|
|
1259
|
+
let w = B.current;
|
|
1260
|
+
if (w.isPressed && w.target) {
|
|
1261
|
+
w.didFirePressStart && w.pointerType != null && W($d27d541f9569d26d$var$createEvent(w.target, e), w.pointerType, !1), w.isPressed = !1, w.isOverTarget = !1, w.activePointerId = null, w.pointerType = null, H(), F || $cbf007e418543821$export$b0d6fa1ab32e3295(w.target);
|
|
1262
|
+
for (let e of w.disposables) e();
|
|
1263
|
+
w.disposables = [];
|
|
1264
|
+
}
|
|
1265
|
+
}, [
|
|
1266
|
+
F,
|
|
1267
|
+
H,
|
|
1268
|
+
W
|
|
1269
|
+
]), Y = $fe16bffc7a557bf0$export$7f54fc3180508a52(J), X = (0, import_react.useCallback)((e) => {
|
|
1270
|
+
P && J(e);
|
|
1271
|
+
}, [P, J]), Z = (0, import_react.useCallback)((e) => {
|
|
1272
|
+
j || A?.(e);
|
|
1273
|
+
}, [j, A]), Q = (0, import_react.useCallback)((e, w) => {
|
|
1274
|
+
if (!j && A) {
|
|
1275
|
+
let T = new MouseEvent("click", e);
|
|
1276
|
+
$a92dc41f639950be$export$c2b7abe5d61ec696(T, w), A($a92dc41f639950be$export$525bc4921d56d4a(T));
|
|
1277
|
+
}
|
|
1278
|
+
}, [j, A]), $ = (0, import_react.useMemo)(() => {
|
|
1279
|
+
let e = B.current, w = {
|
|
1280
|
+
onKeyDown(w) {
|
|
1281
|
+
if ($d27d541f9569d26d$var$isValidKeyboardEvent(w.nativeEvent, w.currentTarget) && $23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) {
|
|
1282
|
+
$d27d541f9569d26d$var$shouldPreventDefaultKeyboard($23f2114a1b82827e$export$e58f029f0fbfdb29(w), w.key) && w.preventDefault();
|
|
1283
|
+
let E = !0;
|
|
1284
|
+
!e.isPressed && !w.repeat && (e.target = w.currentTarget, e.isPressed = !0, e.pointerType = "keyboard", E = U(w, "keyboard"));
|
|
1285
|
+
let D = w.currentTarget;
|
|
1286
|
+
V($d447af545b77c9f1$export$b204af158042fbac(w.currentTarget), "keyup", $a4e76a5424781910$export$e08e3b67e392101e((w) => {
|
|
1287
|
+
$d27d541f9569d26d$var$isValidKeyboardEvent(w, D) && !w.repeat && $23f2114a1b82827e$export$4282f70798064fe0(D, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) && e.target && q($d27d541f9569d26d$var$createEvent(e.target, w), "keyboard");
|
|
1288
|
+
}, T), !0), E && w.stopPropagation(), w.metaKey && $2add3ce32c6007eb$export$9ac100e40613ea10() && e.metaKeyEvents?.set(w.key, w.nativeEvent);
|
|
1289
|
+
} else w.key === "Meta" && (e.metaKeyEvents = /* @__PURE__ */ new Map());
|
|
1290
|
+
},
|
|
1291
|
+
onClick(w) {
|
|
1292
|
+
if (!(w && !$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) && w && w.button === 0 && !e.isTriggeringEvent && !$caaf0dd3060ed57c$export$95185d699e05d4d7.isOpening) {
|
|
1293
|
+
let T = !0;
|
|
1294
|
+
if (j && w.preventDefault(), !e.ignoreEmulatedMouseEvents && !e.isPressed && (e.pointerType === "virtual" || $b5c62b033c25b96d$export$60278871457622de(w.nativeEvent))) {
|
|
1295
|
+
let e = U(w, "virtual"), E = q(w, "virtual"), D = G(w, "virtual");
|
|
1296
|
+
Z(w), T = e && E && D;
|
|
1297
|
+
} else if (e.isPressed && e.pointerType !== "keyboard") {
|
|
1298
|
+
let E = e.pointerType || w.nativeEvent.pointerType || "virtual", D = q($d27d541f9569d26d$var$createEvent(w.currentTarget, w), E), O = G($d27d541f9569d26d$var$createEvent(w.currentTarget, w), E, !0);
|
|
1299
|
+
T = D && O, e.isOverTarget = !1, Z(w), Y(w);
|
|
1300
|
+
}
|
|
1301
|
+
e.ignoreEmulatedMouseEvents = !1, T && w.stopPropagation();
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
}, T = (w) => {
|
|
1305
|
+
if (e.isPressed && e.target && $d27d541f9569d26d$var$isValidKeyboardEvent(w, e.target)) {
|
|
1306
|
+
$d27d541f9569d26d$var$shouldPreventDefaultKeyboard($23f2114a1b82827e$export$e58f029f0fbfdb29(w), w.key) && w.preventDefault();
|
|
1307
|
+
let T = $23f2114a1b82827e$export$e58f029f0fbfdb29(w), E = $23f2114a1b82827e$export$4282f70798064fe0(e.target, T);
|
|
1308
|
+
G($d27d541f9569d26d$var$createEvent(e.target, w), "keyboard", E), E && Q(w, e.target), H(), w.key !== "Enter" && $d27d541f9569d26d$var$isHTMLAnchorLink(e.target) && $23f2114a1b82827e$export$4282f70798064fe0(e.target, T) && !w[$d27d541f9569d26d$var$LINK_CLICKED] && (w[$d27d541f9569d26d$var$LINK_CLICKED] = !0, $caaf0dd3060ed57c$export$95185d699e05d4d7(e.target, w, !1)), e.isPressed = !1, e.metaKeyEvents?.delete(w.key);
|
|
1309
|
+
} else if (w.key === "Meta" && e.metaKeyEvents?.size) {
|
|
1310
|
+
let w = e.metaKeyEvents;
|
|
1311
|
+
e.metaKeyEvents = void 0;
|
|
1312
|
+
for (let T of w.values()) e.target?.dispatchEvent(new KeyboardEvent("keyup", T));
|
|
1313
|
+
}
|
|
1314
|
+
};
|
|
1315
|
+
if (typeof PointerEvent < "u") {
|
|
1316
|
+
w.onPointerDown = (w) => {
|
|
1317
|
+
if (w.button !== 0 || !$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) return;
|
|
1318
|
+
if ($b5c62b033c25b96d$export$29bf1b5f2c56cf63(w.nativeEvent)) {
|
|
1319
|
+
e.pointerType = "virtual";
|
|
1320
|
+
return;
|
|
1321
|
+
}
|
|
1322
|
+
e.pointerType = w.pointerType;
|
|
1323
|
+
let D = !0;
|
|
1324
|
+
if (!e.isPressed) {
|
|
1325
|
+
e.isPressed = !0, e.isOverTarget = !0, e.activePointerId = w.pointerId, e.target = w.currentTarget, F || $cbf007e418543821$export$16a4697467175487(e.target), D = U(w, e.pointerType);
|
|
1326
|
+
let O = $23f2114a1b82827e$export$e58f029f0fbfdb29(w);
|
|
1327
|
+
"releasePointerCapture" in O && ("hasPointerCapture" in O ? O.hasPointerCapture(w.pointerId) && O.releasePointerCapture(w.pointerId) : O.releasePointerCapture(w.pointerId)), V($d447af545b77c9f1$export$b204af158042fbac(w.currentTarget), "pointerup", T, !1), V($d447af545b77c9f1$export$b204af158042fbac(w.currentTarget), "pointercancel", E, !1);
|
|
1328
|
+
}
|
|
1329
|
+
D && w.stopPropagation();
|
|
1330
|
+
}, w.onMouseDown = (w) => {
|
|
1331
|
+
if ($23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) && w.button === 0) {
|
|
1332
|
+
if (N) {
|
|
1333
|
+
let T = $a92dc41f639950be$export$cabe61c495ee3649(w.target);
|
|
1334
|
+
T && e.disposables.push(T);
|
|
1335
|
+
}
|
|
1336
|
+
w.stopPropagation();
|
|
1337
|
+
}
|
|
1338
|
+
}, w.onPointerUp = (w) => {
|
|
1339
|
+
!$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) || e.pointerType === "virtual" || w.button === 0 && !e.isPressed && q(w, e.pointerType || w.pointerType);
|
|
1340
|
+
}, w.onPointerEnter = (w) => {
|
|
1341
|
+
w.pointerId === e.activePointerId && e.target && !e.isOverTarget && e.pointerType != null && (e.isOverTarget = !0, U($d27d541f9569d26d$var$createEvent(e.target, w), e.pointerType));
|
|
1342
|
+
}, w.onPointerLeave = (w) => {
|
|
1343
|
+
w.pointerId === e.activePointerId && e.target && e.isOverTarget && e.pointerType != null && (e.isOverTarget = !1, G($d27d541f9569d26d$var$createEvent(e.target, w), e.pointerType, !1), X(w));
|
|
1344
|
+
};
|
|
1345
|
+
let T = (w) => {
|
|
1346
|
+
if (w.pointerId === e.activePointerId && e.isPressed && w.button === 0 && e.target) {
|
|
1347
|
+
if ($23f2114a1b82827e$export$4282f70798064fe0(e.target, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) && e.pointerType != null) {
|
|
1348
|
+
let T = !1, E = setTimeout(() => {
|
|
1349
|
+
e.isPressed && e.target instanceof HTMLElement && (T ? Y(w) : ($1969ac565cfec8d0$export$de79e2c695e052f3(e.target), e.target.click()));
|
|
1350
|
+
}, 80);
|
|
1351
|
+
V(w.currentTarget, "click", () => T = !0, !0), e.disposables.push(() => clearTimeout(E));
|
|
1352
|
+
} else Y(w);
|
|
1353
|
+
e.isOverTarget = !1;
|
|
1354
|
+
}
|
|
1355
|
+
}, E = (e) => {
|
|
1356
|
+
Y(e);
|
|
1357
|
+
};
|
|
1358
|
+
w.onDragStart = (e) => {
|
|
1359
|
+
$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && Y(e);
|
|
1360
|
+
};
|
|
1361
|
+
} else if (process.env.NODE_ENV === "test") {
|
|
1362
|
+
w.onMouseDown = (w) => {
|
|
1363
|
+
if (!(w.button !== 0 || !$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)))) {
|
|
1364
|
+
if (e.ignoreEmulatedMouseEvents) {
|
|
1365
|
+
w.stopPropagation();
|
|
1366
|
+
return;
|
|
1367
|
+
}
|
|
1368
|
+
if (e.isPressed = !0, e.isOverTarget = !0, e.target = w.currentTarget, e.pointerType = $b5c62b033c25b96d$export$60278871457622de(w.nativeEvent) ? "virtual" : "mouse", (0, import_react_dom$1.flushSync)(() => U(w, e.pointerType)) && w.stopPropagation(), N) {
|
|
1369
|
+
let T = $a92dc41f639950be$export$cabe61c495ee3649(w.target);
|
|
1370
|
+
T && e.disposables.push(T);
|
|
1371
|
+
}
|
|
1372
|
+
V($d447af545b77c9f1$export$b204af158042fbac(w.currentTarget), "mouseup", T, !1);
|
|
1373
|
+
}
|
|
1374
|
+
}, w.onMouseEnter = (w) => {
|
|
1375
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) return;
|
|
1376
|
+
let T = !0;
|
|
1377
|
+
e.isPressed && !e.ignoreEmulatedMouseEvents && e.pointerType != null && (e.isOverTarget = !0, T = U(w, e.pointerType)), T && w.stopPropagation();
|
|
1378
|
+
}, w.onMouseLeave = (w) => {
|
|
1379
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) return;
|
|
1380
|
+
let T = !0;
|
|
1381
|
+
e.isPressed && !e.ignoreEmulatedMouseEvents && e.pointerType != null && (e.isOverTarget = !1, T = G(w, e.pointerType, !1), X(w)), T && w.stopPropagation();
|
|
1382
|
+
}, w.onMouseUp = (w) => {
|
|
1383
|
+
$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) && !e.ignoreEmulatedMouseEvents && w.button === 0 && !e.isPressed && q(w, e.pointerType || "mouse");
|
|
1384
|
+
};
|
|
1385
|
+
let T = (w) => {
|
|
1386
|
+
if (w.button === 0) {
|
|
1387
|
+
if (e.ignoreEmulatedMouseEvents) {
|
|
1388
|
+
e.ignoreEmulatedMouseEvents = !1;
|
|
1389
|
+
return;
|
|
1390
|
+
}
|
|
1391
|
+
e.target && $23f2114a1b82827e$export$4282f70798064fe0(e.target, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) && e.pointerType != null || Y(w), e.isOverTarget = !1;
|
|
1392
|
+
}
|
|
1393
|
+
};
|
|
1394
|
+
w.onTouchStart = (w) => {
|
|
1395
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) return;
|
|
1396
|
+
let T = $d27d541f9569d26d$var$getTouchFromEvent(w.nativeEvent);
|
|
1397
|
+
T && (e.activePointerId = T.identifier, e.ignoreEmulatedMouseEvents = !0, e.isOverTarget = !0, e.isPressed = !0, e.target = w.currentTarget, e.pointerType = "touch", F || $cbf007e418543821$export$16a4697467175487(e.target), U($d27d541f9569d26d$var$createTouchEvent(e.target, w), e.pointerType) && w.stopPropagation(), V($d447af545b77c9f1$export$f21a1ffae260145a(w.currentTarget), "scroll", E, !0));
|
|
1398
|
+
}, w.onTouchMove = (w) => {
|
|
1399
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) return;
|
|
1400
|
+
if (!e.isPressed) {
|
|
1401
|
+
w.stopPropagation();
|
|
1402
|
+
return;
|
|
1403
|
+
}
|
|
1404
|
+
let T = $d27d541f9569d26d$var$getTouchById(w.nativeEvent, e.activePointerId), E = !0;
|
|
1405
|
+
T && $d27d541f9569d26d$var$isOverTarget(T, w.currentTarget) ? !e.isOverTarget && e.pointerType != null && (e.isOverTarget = !0, E = U($d27d541f9569d26d$var$createTouchEvent(e.target, w), e.pointerType)) : e.isOverTarget && e.pointerType != null && (e.isOverTarget = !1, E = G($d27d541f9569d26d$var$createTouchEvent(e.target, w), e.pointerType, !1), X($d27d541f9569d26d$var$createTouchEvent(e.target, w))), E && w.stopPropagation();
|
|
1406
|
+
}, w.onTouchEnd = (w) => {
|
|
1407
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w))) return;
|
|
1408
|
+
if (!e.isPressed) {
|
|
1409
|
+
w.stopPropagation();
|
|
1410
|
+
return;
|
|
1411
|
+
}
|
|
1412
|
+
let T = $d27d541f9569d26d$var$getTouchById(w.nativeEvent, e.activePointerId), E = !0;
|
|
1413
|
+
T && $d27d541f9569d26d$var$isOverTarget(T, w.currentTarget) && e.pointerType != null ? (q($d27d541f9569d26d$var$createTouchEvent(e.target, w), e.pointerType), E = G($d27d541f9569d26d$var$createTouchEvent(e.target, w), e.pointerType), Q(w.nativeEvent, e.target)) : e.isOverTarget && e.pointerType != null && (E = G($d27d541f9569d26d$var$createTouchEvent(e.target, w), e.pointerType, !1)), E && w.stopPropagation(), e.isPressed = !1, e.activePointerId = null, e.isOverTarget = !1, e.ignoreEmulatedMouseEvents = !0, e.target && !F && $cbf007e418543821$export$b0d6fa1ab32e3295(e.target), H();
|
|
1414
|
+
}, w.onTouchCancel = (w) => {
|
|
1415
|
+
$23f2114a1b82827e$export$4282f70798064fe0(w.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(w)) && (w.stopPropagation(), e.isPressed && Y($d27d541f9569d26d$var$createTouchEvent(e.target, w)));
|
|
1416
|
+
};
|
|
1417
|
+
let E = (w) => {
|
|
1418
|
+
e.isPressed && $23f2114a1b82827e$export$4282f70798064fe0($23f2114a1b82827e$export$e58f029f0fbfdb29(w), e.target) && Y({
|
|
1419
|
+
currentTarget: e.target,
|
|
1420
|
+
shiftKey: !1,
|
|
1421
|
+
ctrlKey: !1,
|
|
1422
|
+
metaKey: !1,
|
|
1423
|
+
altKey: !1
|
|
1424
|
+
});
|
|
1425
|
+
};
|
|
1426
|
+
w.onDragStart = (e) => {
|
|
1427
|
+
$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && Y(e);
|
|
1428
|
+
};
|
|
1429
|
+
}
|
|
1430
|
+
return w;
|
|
1431
|
+
}, [
|
|
1432
|
+
V,
|
|
1433
|
+
j,
|
|
1434
|
+
N,
|
|
1435
|
+
H,
|
|
1436
|
+
F,
|
|
1437
|
+
X,
|
|
1438
|
+
U,
|
|
1439
|
+
Z,
|
|
1440
|
+
Q
|
|
1441
|
+
]);
|
|
1442
|
+
return (0, import_react.useEffect)(() => {
|
|
1443
|
+
if (!I || process.env.NODE_ENV === "test") return;
|
|
1444
|
+
let e = $d447af545b77c9f1$export$b204af158042fbac(I.current);
|
|
1445
|
+
if (!e || !e.head || e.getElementById($d27d541f9569d26d$var$STYLE_ID)) return;
|
|
1446
|
+
let w = e.createElement("style");
|
|
1447
|
+
w.id = $d27d541f9569d26d$var$STYLE_ID;
|
|
1448
|
+
let T = $2b2d34ff061957fb$export$2b85b721e524d74b(e);
|
|
1449
|
+
T && (w.nonce = T), w.textContent = `
|
|
1450
|
+
@layer {
|
|
1451
|
+
[${$d27d541f9569d26d$var$PRESSABLE_ATTRIBUTE}] {
|
|
1452
|
+
touch-action: pan-x pan-y pinch-zoom;
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
`.trim(), e.head.prepend(w);
|
|
1456
|
+
}, [I]), (0, import_react.useEffect)(() => {
|
|
1457
|
+
let e = B.current;
|
|
1458
|
+
return () => {
|
|
1459
|
+
F || $cbf007e418543821$export$b0d6fa1ab32e3295(e.target ?? void 0);
|
|
1460
|
+
for (let w of e.disposables) w();
|
|
1461
|
+
e.disposables = [];
|
|
1462
|
+
};
|
|
1463
|
+
}, [F]), {
|
|
1464
|
+
isPressed: M || R,
|
|
1465
|
+
pressProps: $bbaa08b3cd72f041$export$9d1611c77c2fe928(L, $, { [$d27d541f9569d26d$var$PRESSABLE_ATTRIBUTE]: !0 })
|
|
1466
|
+
};
|
|
1467
|
+
}
|
|
1468
|
+
function $d27d541f9569d26d$var$isHTMLAnchorLink(e) {
|
|
1469
|
+
return e.tagName === "A" && e.hasAttribute("href");
|
|
1470
|
+
}
|
|
1471
|
+
function $d27d541f9569d26d$var$isValidKeyboardEvent(e, w) {
|
|
1472
|
+
let { key: T, code: E } = e, D = w, O = D.getAttribute("role");
|
|
1473
|
+
return (T === "Enter" || T === " " || T === "Spacebar" || E === "Space") && !(D instanceof $d447af545b77c9f1$export$f21a1ffae260145a(D).HTMLInputElement && !$d27d541f9569d26d$var$isValidInputKey(D, T) || D instanceof $d447af545b77c9f1$export$f21a1ffae260145a(D).HTMLTextAreaElement || D.isContentEditable) && !((O === "link" || !O && $d27d541f9569d26d$var$isHTMLAnchorLink(D)) && T !== "Enter");
|
|
1474
|
+
}
|
|
1475
|
+
function $d27d541f9569d26d$var$getTouchFromEvent(e) {
|
|
1476
|
+
let { targetTouches: w } = e;
|
|
1477
|
+
return w.length > 0 ? w[0] : null;
|
|
1478
|
+
}
|
|
1479
|
+
function $d27d541f9569d26d$var$getTouchById(e, w) {
|
|
1480
|
+
let T = e.changedTouches;
|
|
1481
|
+
for (let e = 0; e < T.length; e++) {
|
|
1482
|
+
let E = T[e];
|
|
1483
|
+
if (E.identifier === w) return E;
|
|
1484
|
+
}
|
|
1485
|
+
return null;
|
|
1486
|
+
}
|
|
1487
|
+
function $d27d541f9569d26d$var$createTouchEvent(e, w) {
|
|
1488
|
+
let T = 0, E = 0;
|
|
1489
|
+
return w.targetTouches && w.targetTouches.length === 1 && (T = w.targetTouches[0].clientX, E = w.targetTouches[0].clientY), {
|
|
1490
|
+
currentTarget: e,
|
|
1491
|
+
shiftKey: w.shiftKey,
|
|
1492
|
+
ctrlKey: w.ctrlKey,
|
|
1493
|
+
metaKey: w.metaKey,
|
|
1494
|
+
altKey: w.altKey,
|
|
1495
|
+
clientX: T,
|
|
1496
|
+
clientY: E
|
|
1497
|
+
};
|
|
1498
|
+
}
|
|
1499
|
+
function $d27d541f9569d26d$var$createEvent(e, w) {
|
|
1500
|
+
let T = w.clientX, E = w.clientY;
|
|
1501
|
+
return {
|
|
1502
|
+
currentTarget: e,
|
|
1503
|
+
shiftKey: w.shiftKey,
|
|
1504
|
+
ctrlKey: w.ctrlKey,
|
|
1505
|
+
metaKey: w.metaKey,
|
|
1506
|
+
altKey: w.altKey,
|
|
1507
|
+
clientX: T,
|
|
1508
|
+
clientY: E,
|
|
1509
|
+
key: w.key
|
|
1510
|
+
};
|
|
1511
|
+
}
|
|
1512
|
+
function $d27d541f9569d26d$var$getPointClientRect(e) {
|
|
1513
|
+
let w = 0, T = 0;
|
|
1514
|
+
return e.width === void 0 ? e.radiusX !== void 0 && (w = e.radiusX) : w = e.width / 2, e.height === void 0 ? e.radiusY !== void 0 && (T = e.radiusY) : T = e.height / 2, {
|
|
1515
|
+
top: e.clientY - T,
|
|
1516
|
+
right: e.clientX + w,
|
|
1517
|
+
bottom: e.clientY + T,
|
|
1518
|
+
left: e.clientX - w
|
|
1519
|
+
};
|
|
1520
|
+
}
|
|
1521
|
+
function $d27d541f9569d26d$var$areRectanglesOverlapping(e, w) {
|
|
1522
|
+
return !(e.left > w.right || w.left > e.right || e.top > w.bottom || w.top > e.bottom);
|
|
1523
|
+
}
|
|
1524
|
+
function $d27d541f9569d26d$var$isOverTarget(e, w) {
|
|
1525
|
+
return $d27d541f9569d26d$var$areRectanglesOverlapping(w.getBoundingClientRect(), $d27d541f9569d26d$var$getPointClientRect(e));
|
|
1526
|
+
}
|
|
1527
|
+
function $d27d541f9569d26d$var$shouldPreventDefaultUp(e) {
|
|
1528
|
+
return e instanceof HTMLInputElement ? !1 : e instanceof HTMLButtonElement ? e.type !== "submit" && e.type !== "reset" : !$d27d541f9569d26d$var$isHTMLAnchorLink(e);
|
|
1529
|
+
}
|
|
1530
|
+
function $d27d541f9569d26d$var$shouldPreventDefaultKeyboard(e, w) {
|
|
1531
|
+
return e instanceof HTMLInputElement ? !$d27d541f9569d26d$var$isValidInputKey(e, w) : $d27d541f9569d26d$var$shouldPreventDefaultUp(e);
|
|
1532
|
+
}
|
|
1533
|
+
var $d27d541f9569d26d$var$nonTextInputTypes = new Set([
|
|
1534
|
+
"checkbox",
|
|
1535
|
+
"radio",
|
|
1536
|
+
"range",
|
|
1537
|
+
"color",
|
|
1538
|
+
"file",
|
|
1539
|
+
"image",
|
|
1540
|
+
"button",
|
|
1541
|
+
"submit",
|
|
1542
|
+
"reset"
|
|
1543
|
+
]);
|
|
1544
|
+
function $d27d541f9569d26d$var$isValidInputKey(e, w) {
|
|
1545
|
+
return e.type === "checkbox" || e.type === "radio" ? w === " " : $d27d541f9569d26d$var$nonTextInputTypes.has(e.type);
|
|
1546
|
+
}
|
|
1547
|
+
function $2c9edc598a03d523$export$420e68273165f4ec(e) {
|
|
1548
|
+
let { isDisabled: w, onBlurWithin: T, onFocusWithin: E, onFocusWithinChange: O } = e, k = (0, import_react.useRef)({ isFocusWithin: !1 }), { addGlobalListener: A, removeAllGlobalListeners: j } = $48a7d519b337145d$export$4eaf04e54aa8eed6(), M = (0, import_react.useCallback)((e) => {
|
|
1549
|
+
$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && k.current.isFocusWithin && !$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, e.relatedTarget) && (k.current.isFocusWithin = !1, j(), T && T(e), O && O(!1));
|
|
1550
|
+
}, [
|
|
1551
|
+
T,
|
|
1552
|
+
O,
|
|
1553
|
+
k,
|
|
1554
|
+
j
|
|
1555
|
+
]), N = $a92dc41f639950be$export$715c682d09d639cc(M), P = (0, import_react.useCallback)((e) => {
|
|
1556
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e))) return;
|
|
1557
|
+
let w = $23f2114a1b82827e$export$e58f029f0fbfdb29(e), T = $d447af545b77c9f1$export$b204af158042fbac(w), D = $23f2114a1b82827e$export$cd4e5573fbe2b576(T);
|
|
1558
|
+
if (!k.current.isFocusWithin && D === w) {
|
|
1559
|
+
E && E(e), O && O(!0), k.current.isFocusWithin = !0, N(e);
|
|
1560
|
+
let w = e.currentTarget;
|
|
1561
|
+
A(T, "focus", (e) => {
|
|
1562
|
+
let E = $23f2114a1b82827e$export$e58f029f0fbfdb29(e);
|
|
1563
|
+
if (k.current.isFocusWithin && !$23f2114a1b82827e$export$4282f70798064fe0(w, E)) {
|
|
1564
|
+
let e = new T.defaultView.FocusEvent("blur", { relatedTarget: E });
|
|
1565
|
+
$a92dc41f639950be$export$c2b7abe5d61ec696(e, w), M($a92dc41f639950be$export$525bc4921d56d4a(e));
|
|
1566
|
+
}
|
|
1567
|
+
}, { capture: !0 });
|
|
1568
|
+
}
|
|
1569
|
+
}, [
|
|
1570
|
+
E,
|
|
1571
|
+
O,
|
|
1572
|
+
N,
|
|
1573
|
+
A,
|
|
1574
|
+
M
|
|
1575
|
+
]);
|
|
1576
|
+
return w ? { focusWithinProps: {
|
|
1577
|
+
onFocus: void 0,
|
|
1578
|
+
onBlur: void 0
|
|
1579
|
+
} } : { focusWithinProps: {
|
|
1580
|
+
onFocus: P,
|
|
1581
|
+
onBlur: M
|
|
1582
|
+
} };
|
|
1583
|
+
}
|
|
1584
|
+
function $0c4a58759813079a$export$4e328f61c538687f(e = {}) {
|
|
1585
|
+
let { autoFocus: w = !1, isTextInput: T, within: E } = e, O = (0, import_react.useRef)({
|
|
1586
|
+
isFocused: !1,
|
|
1587
|
+
isFocusVisible: w || $8f5a2122b0992be3$export$b9b3dfddab17db27()
|
|
1588
|
+
}), [k, A] = (0, import_react.useState)(!1), [j, M] = (0, import_react.useState)(() => O.current.isFocused && O.current.isFocusVisible), N = (0, import_react.useCallback)(() => M(O.current.isFocused && O.current.isFocusVisible), []), P = (0, import_react.useCallback)((e) => {
|
|
1589
|
+
O.current.isFocused = e, O.current.isFocusVisible = $8f5a2122b0992be3$export$b9b3dfddab17db27(), A(e), N();
|
|
1590
|
+
}, [N]);
|
|
1591
|
+
$8f5a2122b0992be3$export$ec71b4b83ac08ec3((e) => {
|
|
1592
|
+
O.current.isFocusVisible = e, N();
|
|
1593
|
+
}, [T, k], {
|
|
1594
|
+
enabled: k,
|
|
1595
|
+
isTextInput: T
|
|
1596
|
+
});
|
|
1597
|
+
let { focusProps: F } = $1e74c67db218ce67$export$f8168d8dd8fd66e6({
|
|
1598
|
+
isDisabled: E,
|
|
1599
|
+
onFocusChange: P
|
|
1600
|
+
}), { focusWithinProps: I } = $2c9edc598a03d523$export$420e68273165f4ec({
|
|
1601
|
+
isDisabled: !E,
|
|
1602
|
+
onFocusWithinChange: P
|
|
1603
|
+
});
|
|
1604
|
+
return {
|
|
1605
|
+
isFocused: k,
|
|
1606
|
+
isFocusVisible: j,
|
|
1607
|
+
focusProps: E ? I : F
|
|
1608
|
+
};
|
|
1609
|
+
}
|
|
1610
|
+
var $e969f22b6713ca4a$var$globalIgnoreEmulatedMouseEvents = !1, $e969f22b6713ca4a$var$hoverCount = 0;
|
|
1611
|
+
function $e969f22b6713ca4a$var$setGlobalIgnoreEmulatedMouseEvents() {
|
|
1612
|
+
$e969f22b6713ca4a$var$globalIgnoreEmulatedMouseEvents = !0, setTimeout(() => {
|
|
1613
|
+
$e969f22b6713ca4a$var$globalIgnoreEmulatedMouseEvents = !1;
|
|
1614
|
+
}, 500);
|
|
1615
|
+
}
|
|
1616
|
+
function $e969f22b6713ca4a$var$handleGlobalPointerEvent(e) {
|
|
1617
|
+
e.pointerType === "touch" && $e969f22b6713ca4a$var$setGlobalIgnoreEmulatedMouseEvents();
|
|
1618
|
+
}
|
|
1619
|
+
function $e969f22b6713ca4a$var$setupGlobalTouchEvents() {
|
|
1620
|
+
let e = $d447af545b77c9f1$export$b204af158042fbac(null);
|
|
1621
|
+
if (e !== void 0) return $e969f22b6713ca4a$var$hoverCount === 0 && (typeof PointerEvent < "u" ? e.addEventListener("pointerup", $e969f22b6713ca4a$var$handleGlobalPointerEvent) : process.env.NODE_ENV === "test" && e.addEventListener("touchend", $e969f22b6713ca4a$var$setGlobalIgnoreEmulatedMouseEvents)), $e969f22b6713ca4a$var$hoverCount++, () => {
|
|
1622
|
+
$e969f22b6713ca4a$var$hoverCount--, !($e969f22b6713ca4a$var$hoverCount > 0) && (typeof PointerEvent < "u" ? e.removeEventListener("pointerup", $e969f22b6713ca4a$var$handleGlobalPointerEvent) : process.env.NODE_ENV === "test" && e.removeEventListener("touchend", $e969f22b6713ca4a$var$setGlobalIgnoreEmulatedMouseEvents));
|
|
1623
|
+
};
|
|
1624
|
+
}
|
|
1625
|
+
function $e969f22b6713ca4a$export$ae780daf29e6d456(e) {
|
|
1626
|
+
let { onHoverStart: w, onHoverChange: T, onHoverEnd: E, isDisabled: O } = e, [k, A] = (0, import_react.useState)(!1), j = (0, import_react.useRef)({
|
|
1627
|
+
isHovered: !1,
|
|
1628
|
+
ignoreEmulatedMouseEvents: !1,
|
|
1629
|
+
pointerType: "",
|
|
1630
|
+
target: null
|
|
1631
|
+
}).current;
|
|
1632
|
+
(0, import_react.useEffect)($e969f22b6713ca4a$var$setupGlobalTouchEvents, []);
|
|
1633
|
+
let { addGlobalListener: M, removeAllGlobalListeners: N } = $48a7d519b337145d$export$4eaf04e54aa8eed6(), { hoverProps: P, triggerHoverEnd: F } = (0, import_react.useMemo)(() => {
|
|
1634
|
+
let e = (e, E) => {
|
|
1635
|
+
if (j.pointerType = E, O || E === "touch" || j.isHovered || !$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e))) return;
|
|
1636
|
+
j.isHovered = !0;
|
|
1637
|
+
let k = e.currentTarget;
|
|
1638
|
+
j.target = k, M($d447af545b77c9f1$export$b204af158042fbac($23f2114a1b82827e$export$e58f029f0fbfdb29(e)), "pointerover", (e) => {
|
|
1639
|
+
j.isHovered && j.target && !$23f2114a1b82827e$export$4282f70798064fe0(j.target, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && D(e, e.pointerType);
|
|
1640
|
+
}, { capture: !0 }), w && w({
|
|
1641
|
+
type: "hoverstart",
|
|
1642
|
+
target: k,
|
|
1643
|
+
pointerType: E
|
|
1644
|
+
}), T && T(!0), A(!0);
|
|
1645
|
+
}, D = (e, w) => {
|
|
1646
|
+
let D = j.target;
|
|
1647
|
+
j.pointerType = "", j.target = null, !(w === "touch" || !j.isHovered || !D) && (j.isHovered = !1, N(), E && E({
|
|
1648
|
+
type: "hoverend",
|
|
1649
|
+
target: D,
|
|
1650
|
+
pointerType: w
|
|
1651
|
+
}), T && T(!1), A(!1));
|
|
1652
|
+
}, k = {};
|
|
1653
|
+
return typeof PointerEvent < "u" ? (k.onPointerEnter = (w) => {
|
|
1654
|
+
$e969f22b6713ca4a$var$globalIgnoreEmulatedMouseEvents && w.pointerType === "mouse" || e(w, w.pointerType);
|
|
1655
|
+
}, k.onPointerLeave = (e) => {
|
|
1656
|
+
!O && $23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && D(e, e.pointerType);
|
|
1657
|
+
}) : process.env.NODE_ENV === "test" && (k.onTouchStart = () => {
|
|
1658
|
+
j.ignoreEmulatedMouseEvents = !0;
|
|
1659
|
+
}, k.onMouseEnter = (w) => {
|
|
1660
|
+
!j.ignoreEmulatedMouseEvents && !$e969f22b6713ca4a$var$globalIgnoreEmulatedMouseEvents && e(w, "mouse"), j.ignoreEmulatedMouseEvents = !1;
|
|
1661
|
+
}, k.onMouseLeave = (e) => {
|
|
1662
|
+
!O && $23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && D(e, "mouse");
|
|
1663
|
+
}), {
|
|
1664
|
+
hoverProps: k,
|
|
1665
|
+
triggerHoverEnd: D
|
|
1666
|
+
};
|
|
1667
|
+
}, [
|
|
1668
|
+
w,
|
|
1669
|
+
T,
|
|
1670
|
+
E,
|
|
1671
|
+
O,
|
|
1672
|
+
j,
|
|
1673
|
+
M,
|
|
1674
|
+
N
|
|
1675
|
+
]);
|
|
1676
|
+
return (0, import_react.useEffect)(() => {
|
|
1677
|
+
O && F({ currentTarget: j.target }, j.pointerType);
|
|
1678
|
+
}, [O]), {
|
|
1679
|
+
hoverProps: P,
|
|
1680
|
+
isHovered: k
|
|
1681
|
+
};
|
|
1682
|
+
}
|
|
1683
|
+
var $6c0095e7e99364f2$export$e9f3bf65a26ce129 = /* @__PURE__ */ (0, import_react.createContext)(null), $a46cf152bb926da5$var$LIVEREGION_TIMEOUT_DELAY = 7e3, $a46cf152bb926da5$var$liveAnnouncer = null;
|
|
1684
|
+
function $a46cf152bb926da5$export$a9b970dcc4ae71a9(e, w = "assertive", T = $a46cf152bb926da5$var$LIVEREGION_TIMEOUT_DELAY) {
|
|
1685
|
+
$a46cf152bb926da5$var$liveAnnouncer ? $a46cf152bb926da5$var$liveAnnouncer.announce(e, w, T) : ($a46cf152bb926da5$var$liveAnnouncer = new $a46cf152bb926da5$var$LiveAnnouncer(), (typeof IS_REACT_ACT_ENVIRONMENT == "boolean" ? IS_REACT_ACT_ENVIRONMENT : typeof jest < "u") ? $a46cf152bb926da5$var$liveAnnouncer.announce(e, w, T) : setTimeout(() => {
|
|
1686
|
+
$a46cf152bb926da5$var$liveAnnouncer?.isAttached() && $a46cf152bb926da5$var$liveAnnouncer?.announce(e, w, T);
|
|
1687
|
+
}, 100));
|
|
1688
|
+
}
|
|
1689
|
+
var $a46cf152bb926da5$var$LiveAnnouncer = class {
|
|
1690
|
+
constructor() {
|
|
1691
|
+
this.node = null, this.assertiveLog = null, this.politeLog = null, typeof document < "u" && (this.node = document.createElement("div"), this.node.dataset.liveAnnouncer = "true", Object.assign(this.node.style, {
|
|
1692
|
+
border: 0,
|
|
1693
|
+
clip: "rect(0 0 0 0)",
|
|
1694
|
+
clipPath: "inset(50%)",
|
|
1695
|
+
height: "1px",
|
|
1696
|
+
margin: "-1px",
|
|
1697
|
+
overflow: "hidden",
|
|
1698
|
+
padding: 0,
|
|
1699
|
+
position: "absolute",
|
|
1700
|
+
width: "1px",
|
|
1701
|
+
whiteSpace: "nowrap"
|
|
1702
|
+
}), this.assertiveLog = this.createLog("assertive"), this.node.appendChild(this.assertiveLog), this.politeLog = this.createLog("polite"), this.node.appendChild(this.politeLog), document.body.prepend(this.node));
|
|
1703
|
+
}
|
|
1704
|
+
isAttached() {
|
|
1705
|
+
return this.node?.isConnected;
|
|
1706
|
+
}
|
|
1707
|
+
createLog(e) {
|
|
1708
|
+
let w = document.createElement("div");
|
|
1709
|
+
return w.setAttribute("role", "log"), w.setAttribute("aria-live", e), w.setAttribute("aria-relevant", "additions"), w;
|
|
1710
|
+
}
|
|
1711
|
+
destroy() {
|
|
1712
|
+
this.node &&= (document.body.removeChild(this.node), null);
|
|
1713
|
+
}
|
|
1714
|
+
announce(e, w = "assertive", T = $a46cf152bb926da5$var$LIVEREGION_TIMEOUT_DELAY) {
|
|
1715
|
+
if (!this.node) return;
|
|
1716
|
+
let E = document.createElement("div");
|
|
1717
|
+
typeof e == "object" ? (E.setAttribute("role", "img"), E.setAttribute("aria-labelledby", e["aria-labelledby"])) : E.textContent = e, w === "assertive" ? this.assertiveLog?.appendChild(E) : this.politeLog?.appendChild(E), e !== "" && setTimeout(() => {
|
|
1718
|
+
E.remove();
|
|
1719
|
+
}, T);
|
|
1720
|
+
}
|
|
1721
|
+
clear(e) {
|
|
1722
|
+
this.node && ((!e || e === "assertive") && this.assertiveLog && (this.assertiveLog.innerHTML = ""), (!e || e === "polite") && this.politeLog && (this.politeLog.innerHTML = ""));
|
|
1723
|
+
}
|
|
1724
|
+
};
|
|
1725
|
+
function $ac4318a9c075bb9f$export$ea18c227d4417cc3(e, w) {
|
|
1726
|
+
let { elementType: T = "button", isDisabled: E, onPress: D, onPressStart: O, onPressEnd: k, onPressUp: A, onPressChange: j, preventFocusOnPress: M, allowFocusWhenDisabled: N, onClick: P, href: F, target: I, rel: L, type: R = "button" } = e, z;
|
|
1727
|
+
z = T === "button" ? {
|
|
1728
|
+
type: R,
|
|
1729
|
+
disabled: E,
|
|
1730
|
+
form: e.form,
|
|
1731
|
+
formAction: e.formAction,
|
|
1732
|
+
formEncType: e.formEncType,
|
|
1733
|
+
formMethod: e.formMethod,
|
|
1734
|
+
formNoValidate: e.formNoValidate,
|
|
1735
|
+
formTarget: e.formTarget,
|
|
1736
|
+
name: e.name,
|
|
1737
|
+
value: e.value
|
|
1738
|
+
} : {
|
|
1739
|
+
role: "button",
|
|
1740
|
+
href: T === "a" && !E ? F : void 0,
|
|
1741
|
+
target: T === "a" ? I : void 0,
|
|
1742
|
+
type: T === "input" ? R : void 0,
|
|
1743
|
+
disabled: T === "input" ? E : void 0,
|
|
1744
|
+
"aria-disabled": !E || T === "input" ? void 0 : E,
|
|
1745
|
+
rel: T === "a" ? L : void 0
|
|
1746
|
+
};
|
|
1747
|
+
let { pressProps: B, isPressed: V } = $d27d541f9569d26d$export$45712eceda6fad21({
|
|
1748
|
+
onPressStart: O,
|
|
1749
|
+
onPressEnd: k,
|
|
1750
|
+
onPressChange: j,
|
|
1751
|
+
onPress: D,
|
|
1752
|
+
onPressUp: A,
|
|
1753
|
+
onClick: P,
|
|
1754
|
+
isDisabled: E,
|
|
1755
|
+
preventFocusOnPress: M,
|
|
1756
|
+
ref: w
|
|
1757
|
+
}), { focusableProps: H } = $d1116acdf220c2da$export$4c014de7c8940b4c(e, w);
|
|
1758
|
+
N && (H.tabIndex = E ? -1 : H.tabIndex);
|
|
1759
|
+
let U = $bbaa08b3cd72f041$export$9d1611c77c2fe928(H, B, $8e9d2fae0ecb9001$export$457c3d6518dd4c6f(e, { labelable: !0 }));
|
|
1760
|
+
return {
|
|
1761
|
+
isPressed: V,
|
|
1762
|
+
buttonProps: $bbaa08b3cd72f041$export$9d1611c77c2fe928(z, U, {
|
|
1763
|
+
"aria-haspopup": e["aria-haspopup"],
|
|
1764
|
+
"aria-expanded": e["aria-expanded"],
|
|
1765
|
+
"aria-controls": e["aria-controls"],
|
|
1766
|
+
"aria-pressed": e["aria-pressed"],
|
|
1767
|
+
"aria-current": e["aria-current"],
|
|
1768
|
+
"aria-disabled": e["aria-disabled"]
|
|
1769
|
+
})
|
|
1770
|
+
};
|
|
1771
|
+
}
|
|
1772
|
+
var $7705c033048f6da7$export$24d547caef80ccd1 = /* @__PURE__ */ (0, import_react.createContext)({}), $7705c033048f6da7$export$353f5b6fc5456de1 = /* @__PURE__ */ $d7f64c32b702fe2c$export$86427a43e3e48ebb(function(e, w) {
|
|
1773
|
+
[e, w] = $7230ffa83bc0c2cf$export$29f1550f4b0d4415(e, w, $7705c033048f6da7$export$24d547caef80ccd1);
|
|
1774
|
+
let T = e, { isPending: E } = T, { buttonProps: O, isPressed: k } = $ac4318a9c075bb9f$export$ea18c227d4417cc3(e, w);
|
|
1775
|
+
O = $7705c033048f6da7$var$useDisableInteractions(O, E);
|
|
1776
|
+
let { focusProps: A, isFocused: j, isFocusVisible: M } = $0c4a58759813079a$export$4e328f61c538687f(e), { hoverProps: N, isHovered: P } = $e969f22b6713ca4a$export$ae780daf29e6d456({
|
|
1777
|
+
...e,
|
|
1778
|
+
isDisabled: e.isDisabled || E
|
|
1779
|
+
}), F = {
|
|
1780
|
+
isHovered: P,
|
|
1781
|
+
isPressed: (T.isPressed || k) && !E,
|
|
1782
|
+
isFocused: j,
|
|
1783
|
+
isFocusVisible: M,
|
|
1784
|
+
isDisabled: e.isDisabled || !1,
|
|
1785
|
+
isPending: E ?? !1
|
|
1786
|
+
}, I = $7230ffa83bc0c2cf$export$4d86445c2cf5e3({
|
|
1787
|
+
...e,
|
|
1788
|
+
values: F,
|
|
1789
|
+
defaultClassName: "react-aria-Button"
|
|
1790
|
+
}), L = $390e54f620492c70$export$f680877a34711e37(O.id), R = $390e54f620492c70$export$f680877a34711e37(), z = O["aria-labelledby"];
|
|
1791
|
+
E && (z ? z = `${z} ${R}` : O["aria-label"] && (z = `${L} ${R}`));
|
|
1792
|
+
let B = (0, import_react.useRef)(E);
|
|
1793
|
+
(0, import_react.useEffect)(() => {
|
|
1794
|
+
let e = { "aria-labelledby": z || L };
|
|
1795
|
+
(!B.current && j && E || B.current && j && !E) && $a46cf152bb926da5$export$a9b970dcc4ae71a9(e, "assertive"), B.current = E;
|
|
1796
|
+
}, [
|
|
1797
|
+
E,
|
|
1798
|
+
j,
|
|
1799
|
+
z,
|
|
1800
|
+
L
|
|
1801
|
+
]);
|
|
1802
|
+
let V = $8e9d2fae0ecb9001$export$457c3d6518dd4c6f(e, { global: !0 });
|
|
1803
|
+
return delete V.onClick, /* @__PURE__ */ import_react.createElement($7230ffa83bc0c2cf$export$df3a06d6289f983e.button, {
|
|
1804
|
+
...$bbaa08b3cd72f041$export$9d1611c77c2fe928(V, I, O, A, N),
|
|
1805
|
+
type: O.type === "submit" && E ? "button" : O.type,
|
|
1806
|
+
id: L,
|
|
1807
|
+
ref: w,
|
|
1808
|
+
"aria-labelledby": z,
|
|
1809
|
+
slot: e.slot || void 0,
|
|
1810
|
+
"aria-disabled": E ? "true" : O["aria-disabled"],
|
|
1811
|
+
"data-disabled": e.isDisabled || void 0,
|
|
1812
|
+
"data-pressed": F.isPressed || void 0,
|
|
1813
|
+
"data-hovered": P || void 0,
|
|
1814
|
+
"data-focused": j || void 0,
|
|
1815
|
+
"data-pending": E || void 0,
|
|
1816
|
+
"data-focus-visible": M || void 0
|
|
1817
|
+
}, /* @__PURE__ */ import_react.createElement($6c0095e7e99364f2$export$e9f3bf65a26ce129.Provider, { value: { id: R } }, I.children));
|
|
1818
|
+
}), $7705c033048f6da7$var$PRESERVED_EVENT_PATTERN = /Focus|Blur|Hover|Pointer(Enter|Leave|Over|Out)|Mouse(Enter|Leave|Over|Out)/;
|
|
1819
|
+
function $7705c033048f6da7$var$useDisableInteractions(e, w) {
|
|
1820
|
+
if (w) {
|
|
1821
|
+
for (let w in e) w.startsWith("on") && !$7705c033048f6da7$var$PRESERVED_EVENT_PATTERN.test(w) && (e[w] = void 0);
|
|
1822
|
+
e.href = void 0, e.target = void 0;
|
|
1823
|
+
}
|
|
1824
|
+
return e;
|
|
1825
|
+
}
|
|
1826
|
+
function $fd3c5e01e837dc20$export$8042c6c013fd5226(e = {}) {
|
|
1827
|
+
let { isReadOnly: w } = e, [T, E] = $3e6197669829fe11$export$40bfa8c7b0832715(e.isSelected, e.defaultSelected || !1, e.onChange), [O] = (0, import_react.useState)(T);
|
|
1828
|
+
function k(e) {
|
|
1829
|
+
w || E(e);
|
|
1830
|
+
}
|
|
1831
|
+
function A() {
|
|
1832
|
+
w || E(!T);
|
|
1833
|
+
}
|
|
1834
|
+
return {
|
|
1835
|
+
isSelected: T,
|
|
1836
|
+
defaultSelected: e.defaultSelected ?? O,
|
|
1837
|
+
setSelected: k,
|
|
1838
|
+
toggle: A
|
|
1839
|
+
};
|
|
1840
|
+
}
|
|
1841
|
+
require_react_dom();
|
|
1842
|
+
var $792f28e438b9ad5f$var$SharedElementContext = /* @__PURE__ */ (0, import_react.createContext)(null);
|
|
1843
|
+
function $792f28e438b9ad5f$export$758399f318e6385a(e) {
|
|
1844
|
+
let w = (0, import_react.useRef)({});
|
|
1845
|
+
return /* @__PURE__ */ import_react.createElement($792f28e438b9ad5f$var$SharedElementContext.Provider, { value: w }, e.children);
|
|
1846
|
+
}
|
|
1847
|
+
var $91fe5e721c7f36c1$export$c9549807523555e0 = /* @__PURE__ */ (0, import_react.createContext)({ isSelected: !1 }), $654b97e09f2a30c1$export$63eb3ababa9c55c4 = class {
|
|
1848
|
+
constructor(e, w, T, E) {
|
|
1849
|
+
this._walkerStack = [], this._currentSetFor = /* @__PURE__ */ new Set(), this._acceptNode = (e) => {
|
|
1850
|
+
if (e.nodeType === Node.ELEMENT_NODE) {
|
|
1851
|
+
let w = e.shadowRoot;
|
|
1852
|
+
if (w) {
|
|
1853
|
+
let e = this._doc.createTreeWalker(w, this.whatToShow, { acceptNode: this._acceptNode });
|
|
1854
|
+
return this._walkerStack.unshift(e), NodeFilter.FILTER_ACCEPT;
|
|
1855
|
+
} else if (typeof this.filter == "function") return this.filter(e);
|
|
1856
|
+
else if (this.filter?.acceptNode) return this.filter.acceptNode(e);
|
|
1857
|
+
else if (this.filter === null) return NodeFilter.FILTER_ACCEPT;
|
|
1858
|
+
}
|
|
1859
|
+
return NodeFilter.FILTER_SKIP;
|
|
1860
|
+
}, this._doc = e, this.root = w, this.filter = E ?? null, this.whatToShow = T ?? NodeFilter.SHOW_ALL, this._currentNode = w, this._walkerStack.unshift(e.createTreeWalker(w, T, this._acceptNode));
|
|
1861
|
+
let D = w.shadowRoot;
|
|
1862
|
+
if (D) {
|
|
1863
|
+
let e = this._doc.createTreeWalker(D, this.whatToShow, { acceptNode: this._acceptNode });
|
|
1864
|
+
this._walkerStack.unshift(e);
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
get currentNode() {
|
|
1868
|
+
return this._currentNode;
|
|
1869
|
+
}
|
|
1870
|
+
set currentNode(e) {
|
|
1871
|
+
if (!$23f2114a1b82827e$export$4282f70798064fe0(this.root, e)) throw Error("Cannot set currentNode to a node that is not contained by the root node.");
|
|
1872
|
+
let w = [], T = e, E = e;
|
|
1873
|
+
for (this._currentNode = e; T && T !== this.root;) if (T.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
|
|
1874
|
+
let e = T, D = this._doc.createTreeWalker(e, this.whatToShow, { acceptNode: this._acceptNode });
|
|
1875
|
+
w.push(D), D.currentNode = E, this._currentSetFor.add(D), T = E = e.host;
|
|
1876
|
+
} else T = T.parentNode;
|
|
1877
|
+
let D = this._doc.createTreeWalker(this.root, this.whatToShow, { acceptNode: this._acceptNode });
|
|
1878
|
+
w.push(D), D.currentNode = E, this._currentSetFor.add(D), this._walkerStack = w;
|
|
1879
|
+
}
|
|
1880
|
+
get doc() {
|
|
1881
|
+
return this._doc;
|
|
1882
|
+
}
|
|
1883
|
+
firstChild() {
|
|
1884
|
+
let e = this.currentNode, w = this.nextNode();
|
|
1885
|
+
return $23f2114a1b82827e$export$4282f70798064fe0(e, w) ? (w && (this.currentNode = w), w) : (this.currentNode = e, null);
|
|
1886
|
+
}
|
|
1887
|
+
lastChild() {
|
|
1888
|
+
let e = this._walkerStack[0].lastChild();
|
|
1889
|
+
return e && (this.currentNode = e), e;
|
|
1890
|
+
}
|
|
1891
|
+
nextNode() {
|
|
1892
|
+
let e = this._walkerStack[0].nextNode();
|
|
1893
|
+
if (e) {
|
|
1894
|
+
if (e.shadowRoot) {
|
|
1895
|
+
let w;
|
|
1896
|
+
if (typeof this.filter == "function" ? w = this.filter(e) : this.filter?.acceptNode && (w = this.filter.acceptNode(e)), w === NodeFilter.FILTER_ACCEPT) return this.currentNode = e, e;
|
|
1897
|
+
let T = this.nextNode();
|
|
1898
|
+
return T && (this.currentNode = T), T;
|
|
1899
|
+
}
|
|
1900
|
+
return e && (this.currentNode = e), e;
|
|
1901
|
+
} else if (this._walkerStack.length > 1) {
|
|
1902
|
+
this._walkerStack.shift();
|
|
1903
|
+
let e = this.nextNode();
|
|
1904
|
+
return e && (this.currentNode = e), e;
|
|
1905
|
+
} else return null;
|
|
1906
|
+
}
|
|
1907
|
+
previousNode() {
|
|
1908
|
+
let e = this._walkerStack[0];
|
|
1909
|
+
if (e.currentNode === e.root) {
|
|
1910
|
+
if (this._currentSetFor.has(e)) if (this._currentSetFor.delete(e), this._walkerStack.length > 1) {
|
|
1911
|
+
this._walkerStack.shift();
|
|
1912
|
+
let e = this.previousNode();
|
|
1913
|
+
return e && (this.currentNode = e), e;
|
|
1914
|
+
} else return null;
|
|
1915
|
+
return null;
|
|
1916
|
+
}
|
|
1917
|
+
let w = e.previousNode();
|
|
1918
|
+
if (w) {
|
|
1919
|
+
if (w.shadowRoot) {
|
|
1920
|
+
let e;
|
|
1921
|
+
if (typeof this.filter == "function" ? e = this.filter(w) : this.filter?.acceptNode && (e = this.filter.acceptNode(w)), e === NodeFilter.FILTER_ACCEPT) return w && (this.currentNode = w), w;
|
|
1922
|
+
let T = this.lastChild();
|
|
1923
|
+
return T && (this.currentNode = T), T;
|
|
1924
|
+
}
|
|
1925
|
+
return w && (this.currentNode = w), w;
|
|
1926
|
+
} else if (this._walkerStack.length > 1) {
|
|
1927
|
+
this._walkerStack.shift();
|
|
1928
|
+
let e = this.previousNode();
|
|
1929
|
+
return e && (this.currentNode = e), e;
|
|
1930
|
+
} else return null;
|
|
1931
|
+
}
|
|
1932
|
+
nextSibling() {
|
|
1933
|
+
return null;
|
|
1934
|
+
}
|
|
1935
|
+
previousSibling() {
|
|
1936
|
+
return null;
|
|
1937
|
+
}
|
|
1938
|
+
parentNode() {
|
|
1939
|
+
return null;
|
|
1940
|
+
}
|
|
1941
|
+
};
|
|
1942
|
+
function $654b97e09f2a30c1$export$4d0f8be8b12a7ef6(e, w, T, E) {
|
|
1943
|
+
return $6a20a7989e6c817a$export$98658e8c59125e6a() ? new $654b97e09f2a30c1$export$63eb3ababa9c55c4(e, w, T, E) : e.createTreeWalker(w, T, E);
|
|
1944
|
+
}
|
|
1945
|
+
function $535772f9d2c1f38d$var$getRadiosInGroup(e) {
|
|
1946
|
+
if (!e.form) return Array.from($d447af545b77c9f1$export$b204af158042fbac(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)).filter((e) => !e.form);
|
|
1947
|
+
let w = e.form.elements.namedItem(e.name), T = $d447af545b77c9f1$export$f21a1ffae260145a(e);
|
|
1948
|
+
return w instanceof T.RadioNodeList ? Array.from(w).filter((e) => e instanceof T.HTMLInputElement) : w instanceof T.HTMLInputElement ? [w] : [];
|
|
1949
|
+
}
|
|
1950
|
+
function $535772f9d2c1f38d$var$isTabbableRadio(e) {
|
|
1951
|
+
if (e.checked) return !0;
|
|
1952
|
+
let w = $535772f9d2c1f38d$var$getRadiosInGroup(e);
|
|
1953
|
+
return w.length > 0 && !w.some((e) => e.checked);
|
|
1954
|
+
}
|
|
1955
|
+
function $535772f9d2c1f38d$var$isElementInScope(e, w) {
|
|
1956
|
+
return !e || !w ? !1 : w.some((w) => $23f2114a1b82827e$export$4282f70798064fe0(w, e));
|
|
1957
|
+
}
|
|
1958
|
+
function $535772f9d2c1f38d$var$focusElement(e, w = !1) {
|
|
1959
|
+
if (e != null && !w) try {
|
|
1960
|
+
$f192c2f16961cbe0$export$80f3e147d781571c(e);
|
|
1961
|
+
} catch {}
|
|
1962
|
+
else if (e != null) try {
|
|
1963
|
+
e.focus();
|
|
1964
|
+
} catch {}
|
|
1965
|
+
}
|
|
1966
|
+
function $535772f9d2c1f38d$export$2d6ec8fc375ceafa(e, w, T) {
|
|
1967
|
+
let E = w?.tabbable ? $3b8b240c1bf84ab9$export$bebd5a1431fec25d : $3b8b240c1bf84ab9$export$4c063cf1350e6fed, D = $d447af545b77c9f1$export$b204af158042fbac(e?.nodeType === Node.ELEMENT_NODE ? e : null), O = $654b97e09f2a30c1$export$4d0f8be8b12a7ef6(D, e || D, NodeFilter.SHOW_ELEMENT, { acceptNode(e) {
|
|
1968
|
+
return $23f2114a1b82827e$export$4282f70798064fe0(w?.from, e) || w?.tabbable && e.tagName === "INPUT" && e.getAttribute("type") === "radio" && (!$535772f9d2c1f38d$var$isTabbableRadio(e) || O.currentNode.tagName === "INPUT" && O.currentNode.type === "radio" && O.currentNode.name === e.name) ? NodeFilter.FILTER_REJECT : E(e) && (!T || $535772f9d2c1f38d$var$isElementInScope(e, T)) && (!w?.accept || w.accept(e)) ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
1969
|
+
} });
|
|
1970
|
+
return w?.from && (O.currentNode = w.from), O;
|
|
1971
|
+
}
|
|
1972
|
+
function $535772f9d2c1f38d$export$c5251b9e124bf29(e, w = {}) {
|
|
1973
|
+
return {
|
|
1974
|
+
focusNext(T = {}) {
|
|
1975
|
+
let E = e.current;
|
|
1976
|
+
if (!E) return null;
|
|
1977
|
+
let { from: D, tabbable: O = w.tabbable, wrap: k = w.wrap, accept: A = w.accept } = T, j = D || $23f2114a1b82827e$export$cd4e5573fbe2b576($d447af545b77c9f1$export$b204af158042fbac(E)), M = $535772f9d2c1f38d$export$2d6ec8fc375ceafa(E, {
|
|
1978
|
+
tabbable: O,
|
|
1979
|
+
accept: A
|
|
1980
|
+
});
|
|
1981
|
+
$23f2114a1b82827e$export$4282f70798064fe0(E, j) && (M.currentNode = j);
|
|
1982
|
+
let N = M.nextNode();
|
|
1983
|
+
return !N && k && (M.currentNode = E, N = M.nextNode()), N && $535772f9d2c1f38d$var$focusElement(N, !0), N;
|
|
1984
|
+
},
|
|
1985
|
+
focusPrevious(T = w) {
|
|
1986
|
+
let E = e.current;
|
|
1987
|
+
if (!E) return null;
|
|
1988
|
+
let { from: D, tabbable: O = w.tabbable, wrap: k = w.wrap, accept: A = w.accept } = T, j = D || $23f2114a1b82827e$export$cd4e5573fbe2b576($d447af545b77c9f1$export$b204af158042fbac(E)), M = $535772f9d2c1f38d$export$2d6ec8fc375ceafa(E, {
|
|
1989
|
+
tabbable: O,
|
|
1990
|
+
accept: A
|
|
1991
|
+
});
|
|
1992
|
+
if ($23f2114a1b82827e$export$4282f70798064fe0(E, j)) M.currentNode = j;
|
|
1993
|
+
else {
|
|
1994
|
+
let e = $535772f9d2c1f38d$var$last(M);
|
|
1995
|
+
return e && $535772f9d2c1f38d$var$focusElement(e, !0), e ?? null;
|
|
1996
|
+
}
|
|
1997
|
+
let N = M.previousNode();
|
|
1998
|
+
if (!N && k) {
|
|
1999
|
+
M.currentNode = E;
|
|
2000
|
+
let e = $535772f9d2c1f38d$var$last(M);
|
|
2001
|
+
if (!e) return null;
|
|
2002
|
+
N = e;
|
|
2003
|
+
}
|
|
2004
|
+
return N && $535772f9d2c1f38d$var$focusElement(N, !0), N ?? null;
|
|
2005
|
+
},
|
|
2006
|
+
focusFirst(T = w) {
|
|
2007
|
+
let E = e.current;
|
|
2008
|
+
if (!E) return null;
|
|
2009
|
+
let { tabbable: D = w.tabbable, accept: O = w.accept } = T, k = $535772f9d2c1f38d$export$2d6ec8fc375ceafa(E, {
|
|
2010
|
+
tabbable: D,
|
|
2011
|
+
accept: O
|
|
2012
|
+
}).nextNode();
|
|
2013
|
+
return k && $535772f9d2c1f38d$var$focusElement(k, !0), k;
|
|
2014
|
+
},
|
|
2015
|
+
focusLast(T = w) {
|
|
2016
|
+
let E = e.current;
|
|
2017
|
+
if (!E) return null;
|
|
2018
|
+
let { tabbable: D = w.tabbable, accept: O = w.accept } = T, k = $535772f9d2c1f38d$var$last($535772f9d2c1f38d$export$2d6ec8fc375ceafa(E, {
|
|
2019
|
+
tabbable: D,
|
|
2020
|
+
accept: O
|
|
2021
|
+
}));
|
|
2022
|
+
return k && $535772f9d2c1f38d$var$focusElement(k, !0), k ?? null;
|
|
2023
|
+
}
|
|
2024
|
+
};
|
|
2025
|
+
}
|
|
2026
|
+
function $535772f9d2c1f38d$var$last(e) {
|
|
2027
|
+
let w, T;
|
|
2028
|
+
do
|
|
2029
|
+
T = e.lastChild(), T && (w = T);
|
|
2030
|
+
while (T);
|
|
2031
|
+
return w;
|
|
2032
|
+
}
|
|
2033
|
+
var $535772f9d2c1f38d$var$Tree = class e {
|
|
2034
|
+
constructor() {
|
|
2035
|
+
this.fastMap = /* @__PURE__ */ new Map(), this.root = new $535772f9d2c1f38d$var$TreeNode({ scopeRef: null }), this.fastMap.set(null, this.root);
|
|
2036
|
+
}
|
|
2037
|
+
get size() {
|
|
2038
|
+
return this.fastMap.size;
|
|
2039
|
+
}
|
|
2040
|
+
getTreeNode(e) {
|
|
2041
|
+
return this.fastMap.get(e);
|
|
2042
|
+
}
|
|
2043
|
+
addTreeNode(e, w, T) {
|
|
2044
|
+
let E = this.fastMap.get(w ?? null);
|
|
2045
|
+
if (!E) return;
|
|
2046
|
+
let D = new $535772f9d2c1f38d$var$TreeNode({ scopeRef: e });
|
|
2047
|
+
E.addChild(D), D.parent = E, this.fastMap.set(e, D), T && (D.nodeToRestore = T);
|
|
2048
|
+
}
|
|
2049
|
+
addNode(e) {
|
|
2050
|
+
this.fastMap.set(e.scopeRef, e);
|
|
2051
|
+
}
|
|
2052
|
+
removeTreeNode(e) {
|
|
2053
|
+
if (e === null) return;
|
|
2054
|
+
let w = this.fastMap.get(e);
|
|
2055
|
+
if (!w) return;
|
|
2056
|
+
let T = w.parent;
|
|
2057
|
+
for (let e of this.traverse()) e !== w && w.nodeToRestore && e.nodeToRestore && w.scopeRef && w.scopeRef.current && $535772f9d2c1f38d$var$isElementInScope(e.nodeToRestore, w.scopeRef.current) && (e.nodeToRestore = w.nodeToRestore);
|
|
2058
|
+
let E = w.children;
|
|
2059
|
+
T && (T.removeChild(w), E.size > 0 && E.forEach((e) => T && T.addChild(e))), this.fastMap.delete(w.scopeRef);
|
|
2060
|
+
}
|
|
2061
|
+
*traverse(e = this.root) {
|
|
2062
|
+
if (e.scopeRef != null && (yield e), e.children.size > 0) for (let w of e.children) yield* this.traverse(w);
|
|
2063
|
+
}
|
|
2064
|
+
clone() {
|
|
2065
|
+
let w = new e();
|
|
2066
|
+
for (let e of this.traverse()) w.addTreeNode(e.scopeRef, e.parent?.scopeRef ?? null, e.nodeToRestore);
|
|
2067
|
+
return w;
|
|
2068
|
+
}
|
|
2069
|
+
}, $535772f9d2c1f38d$var$TreeNode = class {
|
|
2070
|
+
constructor(e) {
|
|
2071
|
+
this.children = /* @__PURE__ */ new Set(), this.contain = !1, this.scopeRef = e.scopeRef;
|
|
2072
|
+
}
|
|
2073
|
+
addChild(e) {
|
|
2074
|
+
this.children.add(e), e.parent = this;
|
|
2075
|
+
}
|
|
2076
|
+
removeChild(e) {
|
|
2077
|
+
this.children.delete(e), e.parent = void 0;
|
|
2078
|
+
}
|
|
2079
|
+
};
|
|
2080
|
+
new $535772f9d2c1f38d$var$Tree();
|
|
2081
|
+
function $b54a524c670b905d$export$51e84d46ca0bc451(e, w, T) {
|
|
2082
|
+
let { isSelected: E } = w, { isPressed: D, buttonProps: O } = $ac4318a9c075bb9f$export$ea18c227d4417cc3({
|
|
2083
|
+
...e,
|
|
2084
|
+
onPress: $a4e76a5424781910$export$e08e3b67e392101e(w.toggle, e.onPress)
|
|
2085
|
+
}, T);
|
|
2086
|
+
return {
|
|
2087
|
+
isPressed: D,
|
|
2088
|
+
isSelected: E,
|
|
2089
|
+
isDisabled: e.isDisabled || !1,
|
|
2090
|
+
buttonProps: $bbaa08b3cd72f041$export$9d1611c77c2fe928(O, { "aria-pressed": E })
|
|
2091
|
+
};
|
|
2092
|
+
}
|
|
2093
|
+
function $afa781ff67c1cd08$export$fa142eb1681c520(e, w) {
|
|
2094
|
+
let { "aria-label": T, "aria-labelledby": E, orientation: O = "horizontal" } = e, [k, A] = (0, import_react.useState)(!1);
|
|
2095
|
+
$c4867b2f328c2698$export$e5c5a5f917a5871c(() => {
|
|
2096
|
+
A(!!(w.current && w.current.parentElement?.closest("[role=\"toolbar\"]")));
|
|
2097
|
+
});
|
|
2098
|
+
let { direction: j } = $2eb8e6d23f3d0cb0$export$43bb16f9c6d9e3f7(), M = j === "rtl" && O === "horizontal", N = $535772f9d2c1f38d$export$c5251b9e124bf29(w), P = (e) => {
|
|
2099
|
+
if ($23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, $23f2114a1b82827e$export$e58f029f0fbfdb29(e))) {
|
|
2100
|
+
if (O === "horizontal" && e.key === "ArrowRight" || O === "vertical" && e.key === "ArrowDown") M ? N.focusPrevious() : N.focusNext();
|
|
2101
|
+
else if (O === "horizontal" && e.key === "ArrowLeft" || O === "vertical" && e.key === "ArrowUp") M ? N.focusNext() : N.focusPrevious();
|
|
2102
|
+
else if (e.key === "Tab") {
|
|
2103
|
+
e.stopPropagation(), F.current = $23f2114a1b82827e$export$cd4e5573fbe2b576(), e.shiftKey ? N.focusFirst() : N.focusLast();
|
|
2104
|
+
return;
|
|
2105
|
+
} else return;
|
|
2106
|
+
e.stopPropagation(), e.preventDefault();
|
|
2107
|
+
}
|
|
2108
|
+
}, F = (0, import_react.useRef)(null), I = (e) => {
|
|
2109
|
+
!$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, e.relatedTarget) && !F.current && (F.current = $23f2114a1b82827e$export$e58f029f0fbfdb29(e));
|
|
2110
|
+
}, L = (e) => {
|
|
2111
|
+
F.current && !$23f2114a1b82827e$export$4282f70798064fe0(e.currentTarget, e.relatedTarget) && $23f2114a1b82827e$export$4282f70798064fe0(w.current, $23f2114a1b82827e$export$e58f029f0fbfdb29(e)) && (F.current?.focus(), F.current = null);
|
|
2112
|
+
};
|
|
2113
|
+
return { toolbarProps: {
|
|
2114
|
+
...$8e9d2fae0ecb9001$export$457c3d6518dd4c6f(e, { labelable: !0 }),
|
|
2115
|
+
role: k ? "group" : "toolbar",
|
|
2116
|
+
"aria-orientation": O,
|
|
2117
|
+
"aria-label": T,
|
|
2118
|
+
"aria-labelledby": T == null ? E : void 0,
|
|
2119
|
+
onKeyDownCapture: k ? void 0 : P,
|
|
2120
|
+
onFocusCapture: k ? void 0 : L,
|
|
2121
|
+
onBlurCapture: k ? void 0 : I
|
|
2122
|
+
} };
|
|
2123
|
+
}
|
|
2124
|
+
function $162557ba4d6f08dd$export$dd5580ae642f110f(e, w, T) {
|
|
2125
|
+
let { isDisabled: E } = e, { toolbarProps: D } = $afa781ff67c1cd08$export$fa142eb1681c520(e, T);
|
|
2126
|
+
return { groupProps: {
|
|
2127
|
+
...D,
|
|
2128
|
+
role: w.selectionMode === "single" ? "radiogroup" : D.role,
|
|
2129
|
+
"aria-disabled": E
|
|
2130
|
+
} };
|
|
2131
|
+
}
|
|
2132
|
+
function $162557ba4d6f08dd$export$bc53712daae3d6e6(e, w, T) {
|
|
2133
|
+
let E = {
|
|
2134
|
+
isSelected: w.selectedKeys.has(e.id),
|
|
2135
|
+
defaultSelected: !1,
|
|
2136
|
+
setSelected(T) {
|
|
2137
|
+
w.setSelected(e.id, T);
|
|
2138
|
+
},
|
|
2139
|
+
toggle() {
|
|
2140
|
+
w.toggleKey(e.id);
|
|
2141
|
+
}
|
|
2142
|
+
}, { isPressed: D, isSelected: O, isDisabled: k, buttonProps: A } = $b54a524c670b905d$export$51e84d46ca0bc451({
|
|
2143
|
+
...e,
|
|
2144
|
+
id: void 0,
|
|
2145
|
+
isDisabled: e.isDisabled || w.isDisabled
|
|
2146
|
+
}, E, T);
|
|
2147
|
+
return w.selectionMode === "single" && (A.role = "radio", A["aria-checked"] = E.isSelected, delete A["aria-pressed"]), {
|
|
2148
|
+
isPressed: D,
|
|
2149
|
+
isSelected: O,
|
|
2150
|
+
isDisabled: k,
|
|
2151
|
+
buttonProps: A
|
|
2152
|
+
};
|
|
2153
|
+
}
|
|
2154
|
+
function $3d8ad31c4c1725e9$export$8deac67f4addf270(e) {
|
|
2155
|
+
let { selectionMode: w = "single", disallowEmptySelection: T, isDisabled: E = !1 } = e, [O, k] = $3e6197669829fe11$export$40bfa8c7b0832715((0, import_react.useMemo)(() => e.selectedKeys ? new Set(e.selectedKeys) : void 0, [e.selectedKeys]), (0, import_react.useMemo)(() => e.defaultSelectedKeys ? new Set(e.defaultSelectedKeys) : /* @__PURE__ */ new Set(), [e.defaultSelectedKeys]), e.onSelectionChange);
|
|
2156
|
+
return {
|
|
2157
|
+
selectionMode: w,
|
|
2158
|
+
isDisabled: E,
|
|
2159
|
+
selectedKeys: O,
|
|
2160
|
+
setSelectedKeys: k,
|
|
2161
|
+
toggleKey(e) {
|
|
2162
|
+
let E;
|
|
2163
|
+
w === "multiple" ? (E = new Set(O), E.has(e) && (!T || E.size > 1) ? E.delete(e) : E.add(e)) : E = new Set(O.has(e) && !T ? [] : [e]), k(E);
|
|
2164
|
+
},
|
|
2165
|
+
setSelected(e, w) {
|
|
2166
|
+
w !== O.has(e) && this.toggleKey(e);
|
|
2167
|
+
}
|
|
2168
|
+
};
|
|
2169
|
+
}
|
|
2170
|
+
var $bc25b811ec97a172$export$298258635ae0dd97 = /* @__PURE__ */ (0, import_react.createContext)({}), $bc25b811ec97a172$export$a8a71863db173133 = /* @__PURE__ */ (0, import_react.createContext)(null), $bc25b811ec97a172$export$40258cc1d95ff477 = /* @__PURE__ */ (0, import_react.forwardRef)(function(e, w) {
|
|
2171
|
+
[e, w] = $7230ffa83bc0c2cf$export$29f1550f4b0d4415(e, w, $bc25b811ec97a172$export$298258635ae0dd97);
|
|
2172
|
+
let T = $3d8ad31c4c1725e9$export$8deac67f4addf270(e), { groupProps: E } = $162557ba4d6f08dd$export$dd5580ae642f110f(e, T, w), O = $7230ffa83bc0c2cf$export$4d86445c2cf5e3({
|
|
2173
|
+
...e,
|
|
2174
|
+
values: {
|
|
2175
|
+
orientation: e.orientation || "horizontal",
|
|
2176
|
+
isDisabled: T.isDisabled,
|
|
2177
|
+
state: T
|
|
2178
|
+
},
|
|
2179
|
+
defaultClassName: "react-aria-ToggleButtonGroup"
|
|
2180
|
+
}), k = $8e9d2fae0ecb9001$export$457c3d6518dd4c6f(e, { global: !0 });
|
|
2181
|
+
return /* @__PURE__ */ import_react.createElement($7230ffa83bc0c2cf$export$df3a06d6289f983e.div, {
|
|
2182
|
+
...$bbaa08b3cd72f041$export$9d1611c77c2fe928(k, O, E),
|
|
2183
|
+
ref: w,
|
|
2184
|
+
slot: e.slot || void 0,
|
|
2185
|
+
"data-orientation": e.orientation || "horizontal",
|
|
2186
|
+
"data-disabled": e.isDisabled || void 0
|
|
2187
|
+
}, /* @__PURE__ */ import_react.createElement($bc25b811ec97a172$export$a8a71863db173133.Provider, { value: T }, /* @__PURE__ */ import_react.createElement($792f28e438b9ad5f$export$758399f318e6385a, null, O.children)));
|
|
2188
|
+
}), $75afe627ae0cc0fa$export$43506d75ebd2e218 = /* @__PURE__ */ (0, import_react.createContext)({}), $75afe627ae0cc0fa$export$d2b052e7b4be1756 = /* @__PURE__ */ (0, import_react.forwardRef)(function(e, w) {
|
|
2189
|
+
[e, w] = $7230ffa83bc0c2cf$export$29f1550f4b0d4415(e, w, $75afe627ae0cc0fa$export$43506d75ebd2e218);
|
|
2190
|
+
let T = (0, import_react.useContext)($bc25b811ec97a172$export$a8a71863db173133), E = $fd3c5e01e837dc20$export$8042c6c013fd5226(T && e.id != null ? {
|
|
2191
|
+
isSelected: T.selectedKeys.has(e.id),
|
|
2192
|
+
onChange(w) {
|
|
2193
|
+
T.setSelected(e.id, w);
|
|
2194
|
+
}
|
|
2195
|
+
} : e), { buttonProps: O, isPressed: k, isSelected: A, isDisabled: j } = T && e.id != null ? $162557ba4d6f08dd$export$bc53712daae3d6e6({
|
|
2196
|
+
...e,
|
|
2197
|
+
id: e.id
|
|
2198
|
+
}, T, w) : $b54a524c670b905d$export$51e84d46ca0bc451({
|
|
2199
|
+
...e,
|
|
2200
|
+
id: e.id == null ? void 0 : String(e.id)
|
|
2201
|
+
}, E, w), { focusProps: M, isFocused: N, isFocusVisible: P } = $0c4a58759813079a$export$4e328f61c538687f(e), { hoverProps: F, isHovered: I } = $e969f22b6713ca4a$export$ae780daf29e6d456({
|
|
2202
|
+
...e,
|
|
2203
|
+
isDisabled: j
|
|
2204
|
+
}), L = $7230ffa83bc0c2cf$export$4d86445c2cf5e3({
|
|
2205
|
+
...e,
|
|
2206
|
+
id: void 0,
|
|
2207
|
+
values: {
|
|
2208
|
+
isHovered: I,
|
|
2209
|
+
isPressed: k,
|
|
2210
|
+
isFocused: N,
|
|
2211
|
+
isSelected: E.isSelected,
|
|
2212
|
+
isFocusVisible: P,
|
|
2213
|
+
isDisabled: j,
|
|
2214
|
+
state: E
|
|
2215
|
+
},
|
|
2216
|
+
defaultClassName: "react-aria-ToggleButton"
|
|
2217
|
+
}), R = $8e9d2fae0ecb9001$export$457c3d6518dd4c6f(e, { global: !0 });
|
|
2218
|
+
return delete R.id, delete R.onClick, /* @__PURE__ */ import_react.createElement($7230ffa83bc0c2cf$export$df3a06d6289f983e.button, {
|
|
2219
|
+
...$bbaa08b3cd72f041$export$9d1611c77c2fe928(R, L, O, M, F),
|
|
2220
|
+
ref: w,
|
|
2221
|
+
slot: e.slot || void 0,
|
|
2222
|
+
"data-focused": N || void 0,
|
|
2223
|
+
"data-disabled": j || void 0,
|
|
2224
|
+
"data-pressed": k || void 0,
|
|
2225
|
+
"data-selected": A || void 0,
|
|
2226
|
+
"data-hovered": I || void 0,
|
|
2227
|
+
"data-focus-visible": P || void 0
|
|
2228
|
+
}, /* @__PURE__ */ import_react.createElement($91fe5e721c7f36c1$export$c9549807523555e0.Provider, { value: { isSelected: A } }, L.children));
|
|
2229
|
+
}), falsyToString = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e;
|
|
2230
|
+
const cx = clsx, cva = (e, w) => (T) => {
|
|
2231
|
+
if (w?.variants == null) return cx(e, T?.class, T?.className);
|
|
2232
|
+
let { variants: E, defaultVariants: D } = w, O = Object.keys(E).map((e) => {
|
|
2233
|
+
let w = T?.[e], O = D?.[e];
|
|
2234
|
+
if (w === null) return null;
|
|
2235
|
+
let k = falsyToString(w) || falsyToString(O);
|
|
2236
|
+
return E[e][k];
|
|
2237
|
+
}), k = T && Object.entries(T).reduce((e, w) => {
|
|
2238
|
+
let [T, E] = w;
|
|
2239
|
+
return E === void 0 || (e[T] = E), e;
|
|
2240
|
+
}, {});
|
|
2241
|
+
return cx(e, O, w?.compoundVariants?.reduce((e, w) => {
|
|
2242
|
+
let { class: T, className: E,...O } = w;
|
|
2243
|
+
return Object.entries(O).every((e) => {
|
|
2244
|
+
let [w, T] = e;
|
|
2245
|
+
return Array.isArray(T) ? T.includes({
|
|
2246
|
+
...D,
|
|
2247
|
+
...k
|
|
2248
|
+
}[w]) : {
|
|
2249
|
+
...D,
|
|
2250
|
+
...k
|
|
2251
|
+
}[w] === T;
|
|
2252
|
+
}) ? [
|
|
2253
|
+
...e,
|
|
2254
|
+
T,
|
|
2255
|
+
E
|
|
2256
|
+
] : e;
|
|
2257
|
+
}, []), T?.class, T?.className);
|
|
2258
|
+
};
|
|
2259
|
+
function cn(...e) {
|
|
2260
|
+
return clsx(e);
|
|
2261
|
+
}
|
|
2262
|
+
var buttonVariants = cva("focus-visible:ring-ring focus-visible:ring-offset-background relative inline-flex shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-shadow outline-none before:pointer-events-none before:absolute before:inset-0 before:rounded-[calc(var(--radius-lg)-1px)] focus-visible:ring-2 focus-visible:ring-offset-1 disabled:pointer-events-none disabled:opacity-64 pointer-coarse:after:absolute pointer-coarse:after:size-full pointer-coarse:after:min-h-11 pointer-coarse:after:min-w-11 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", {
|
|
2263
|
+
defaultVariants: {
|
|
2264
|
+
size: "default",
|
|
2265
|
+
variant: "default"
|
|
2266
|
+
},
|
|
2267
|
+
variants: {
|
|
2268
|
+
size: {
|
|
2269
|
+
default: "min-h-8 px-[calc(--spacing(4)-1px)] py-[calc(--spacing(1.5)-1px)]",
|
|
2270
|
+
icon: "size-8",
|
|
2271
|
+
"icon-lg": "size-9",
|
|
2272
|
+
"icon-sm": "size-7",
|
|
2273
|
+
"icon-xl": "size-10 [&_svg:not([class*='size-'])]:size-4.5",
|
|
2274
|
+
"icon-xs": "size-6 rounded-md before:rounded-[calc(var(--radius-md)-1px)]",
|
|
2275
|
+
lg: "min-h-9 px-[calc(--spacing(4.5)-1px)] py-[calc(--spacing(2)-1px)]",
|
|
2276
|
+
sm: "min-h-7 gap-1.5 px-[calc(--spacing(2.5)-1px)] py-[calc(--spacing(1)-1px)]",
|
|
2277
|
+
xl: "min-h-10 px-[calc(--spacing(4)-1px)] py-[calc(--spacing(2)-1px)] text-base [&_svg:not([class*='size-'])]:size-4.5",
|
|
2278
|
+
xs: "min-h-6 gap-1 rounded-md px-[calc(--spacing(2)-1px)] py-[calc(--spacing(1)-1px)] text-xs before:rounded-[calc(var(--radius-md)-1px)] [&_svg:not([class*='size-'])]:size-3"
|
|
2279
|
+
},
|
|
2280
|
+
variant: {
|
|
2281
|
+
default: "border-primary bg-primary text-primary-foreground shadow-primary/24 hover:bg-primary/90 shadow-xs not-disabled:inset-shadow-[0_1px_--theme(--color-white/16%)] [:active,[data-pressed]]:inset-shadow-[0_1px_--theme(--color-black/8%)] [:disabled,:active,[data-pressed]]:shadow-none",
|
|
2282
|
+
destructive: "border-destructive bg-destructive shadow-destructive/24 hover:bg-destructive/90 text-white shadow-xs not-disabled:inset-shadow-[0_1px_--theme(--color-white/16%)] [:active,[data-pressed]]:inset-shadow-[0_1px_--theme(--color-black/8%)] [:disabled,:active,[data-pressed]]:shadow-none",
|
|
2283
|
+
"destructive-outline": "border-border text-destructive-foreground dark:bg-input/32 [:hover,[data-pressed]]:border-destructive/32 [:hover,[data-pressed]]:bg-destructive/4 bg-transparent shadow-xs not-disabled:not-active:not-data-pressed:before:shadow-[0_1px_--theme(--color-black/4%)] dark:not-in-data-[slot=group]:bg-clip-border dark:not-disabled:before:shadow-[0_-1px_--theme(--color-white/4%)] dark:not-disabled:not-active:not-data-pressed:before:shadow-[0_-1px_--theme(--color-white/8%)] [:disabled,:active,[data-pressed]]:shadow-none",
|
|
2284
|
+
ghost: "hover:bg-accent data-pressed:bg-accent border-transparent",
|
|
2285
|
+
link: "border-transparent underline-offset-4 hover:underline",
|
|
2286
|
+
outline: "border-border bg-background dark:bg-input/32 [:hover,[data-pressed]]:bg-accent/50 dark:[:hover,[data-pressed]]:bg-input/64 shadow-xs not-disabled:not-active:not-data-pressed:before:shadow-[0_1px_--theme(--color-black/4%)] dark:not-in-data-[slot=group]:bg-clip-border dark:not-disabled:before:shadow-[0_-1px_--theme(--color-white/4%)] dark:not-disabled:not-active:not-data-pressed:before:shadow-[0_-1px_--theme(--color-white/8%)] [:disabled,:active,[data-pressed]]:shadow-none",
|
|
2287
|
+
secondary: "border-secondary bg-secondary text-secondary-foreground hover:bg-secondary/90 data-pressed:bg-secondary/90"
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
});
|
|
2291
|
+
function Button({ className: e, variant: w, size: T, disabled: E, isDisabled: D,...O }) {
|
|
2292
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)($7705c033048f6da7$export$353f5b6fc5456de1, {
|
|
2293
|
+
className: cn(buttonVariants({
|
|
2294
|
+
className: e,
|
|
2295
|
+
size: T,
|
|
2296
|
+
variant: w
|
|
2297
|
+
})),
|
|
2298
|
+
"data-slot": "button",
|
|
2299
|
+
isDisabled: D ?? E,
|
|
2300
|
+
...O
|
|
2301
|
+
});
|
|
2302
|
+
}
|
|
2303
|
+
function ToggleGroup({ className: e, variant: w = "default", size: T = "default", orientation: E = "horizontal", children: O, separated: k = !1, multiple: A, selectionMode: j, value: M, selectedKeys: N,...P }) {
|
|
2304
|
+
let F = j ?? (A ? "multiple" : "single"), I = import_react.useMemo(() => {
|
|
2305
|
+
if (N) return N;
|
|
2306
|
+
if (M) return new Set(M.filter((e) => e != null));
|
|
2307
|
+
}, [N, M]);
|
|
2308
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)($bc25b811ec97a172$export$40258cc1d95ff477, {
|
|
2309
|
+
className: cn("flex w-fit *:focus-visible:z-10", E === "horizontal" ? "*:pointer-coarse:after:min-w-auto" : "*:pointer-coarse:after:min-h-auto", !k && (w === "default" ? "gap-0.5" : E === "horizontal" ? "*:not-first:rounded-s-none *:not-first:border-s-0 *:not-last:rounded-e-none *:not-last:border-e-0 *:not-first:before:-start-[0.5px] *:not-first:before:rounded-s-none *:not-last:before:-end-[0.5px] *:not-last:before:rounded-e-none" : "flex-col *:not-first:rounded-t-none *:not-first:border-t-0 *:not-last:rounded-b-none *:not-last:border-b-0 *:not-first:before:-top-[0.5px] *:not-first:before:rounded-t-none *:not-last:before:-bottom-[0.5px] *:not-last:before:hidden *:not-last:before:rounded-b-none dark:*:first:before:block dark:*:last:before:hidden"), e),
|
|
2310
|
+
"data-size": T,
|
|
2311
|
+
"data-slot": "toggle-group",
|
|
2312
|
+
"data-variant": w,
|
|
2313
|
+
selectionMode: F,
|
|
2314
|
+
selectedKeys: I,
|
|
2315
|
+
...P,
|
|
2316
|
+
children: O
|
|
2317
|
+
});
|
|
2318
|
+
}
|
|
2319
|
+
var toggleVariants = cva("hover:bg-accent/50 focus-visible:ring-ring focus-visible:ring-offset-background data-[selected]:bg-accent data-[selected]:text-accent-foreground dark:data-[selected]:bg-input/80 dark:hover:bg-accent relative inline-flex shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg border text-sm font-medium whitespace-nowrap transition-shadow outline-none select-none before:pointer-events-none before:absolute before:inset-0 before:rounded-[calc(var(--radius-lg)-1px)] focus-visible:ring-2 focus-visible:ring-offset-1 disabled:pointer-events-none disabled:opacity-64 data-[selected]:transition-none pointer-coarse:after:absolute pointer-coarse:after:size-full pointer-coarse:after:min-h-11 pointer-coarse:after:min-w-11 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", {
|
|
2320
|
+
defaultVariants: {
|
|
2321
|
+
size: "default",
|
|
2322
|
+
variant: "default"
|
|
2323
|
+
},
|
|
2324
|
+
variants: {
|
|
2325
|
+
size: {
|
|
2326
|
+
default: "h-8 min-w-8 px-[calc(--spacing(2)-1px)]",
|
|
2327
|
+
lg: "h-9 min-w-9 px-[calc(--spacing(2.5)-1px)]",
|
|
2328
|
+
sm: "h-7 min-w-7 px-[calc(--spacing(1.5)-1px)]"
|
|
2329
|
+
},
|
|
2330
|
+
variant: {
|
|
2331
|
+
default: "border-transparent",
|
|
2332
|
+
outline: "border-border dark:bg-input/32 dark:hover:bg-input/64 bg-clip-padding shadow-xs not-disabled:not-active:not-data-[selected]:before:shadow-[0_1px_--theme(--color-black/4%)] dark:not-disabled:not-data-[selected]:before:shadow-[0_-1px_--theme(--color-white/4%)] dark:not-disabled:not-active:not-data-[selected]:before:shadow-[0_-1px_--theme(--color-white/8%)] [&:is(:disabled,:active,[data-selected])]:shadow-none"
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
});
|
|
2336
|
+
function Toggle({ className: e, variant: w, size: T, pressed: E, isSelected: D, disabled: O, isDisabled: k, value: A, id: j,...M }) {
|
|
2337
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)($75afe627ae0cc0fa$export$d2b052e7b4be1756, {
|
|
2338
|
+
className: cn(toggleVariants({
|
|
2339
|
+
className: e,
|
|
2340
|
+
size: T,
|
|
2341
|
+
variant: w
|
|
2342
|
+
})),
|
|
2343
|
+
"data-slot": "toggle",
|
|
2344
|
+
isSelected: D ?? E,
|
|
2345
|
+
isDisabled: k ?? O,
|
|
2346
|
+
id: j ?? A,
|
|
2347
|
+
...M
|
|
2348
|
+
});
|
|
2349
|
+
}
|
|
2350
|
+
function Kbd({ className: e,...w }) {
|
|
2351
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("kbd", {
|
|
2352
|
+
className: cn("bg-muted text-muted-foreground pointer-events-none inline-flex h-5 min-w-5 items-center justify-center gap-1 rounded px-1 font-sans text-xs font-medium select-none [&_svg:not([class*='size-'])]:size-3", e),
|
|
2353
|
+
"data-slot": "kbd",
|
|
2354
|
+
...w
|
|
2355
|
+
});
|
|
2356
|
+
}
|
|
2357
|
+
var TooltipProvider = ({ children: e }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: e });
|
|
2358
|
+
function Tooltip({ children: e }) {
|
|
2359
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
|
|
2360
|
+
className: "group/tooltip relative inline-flex",
|
|
2361
|
+
children: e
|
|
2362
|
+
});
|
|
2363
|
+
}
|
|
2364
|
+
function TooltipPopup({ className: e, children: w, placement: T = "top", align: E, side: D, sideOffset: O, anchor: k, offset: A }) {
|
|
2365
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
|
|
2366
|
+
role: "tooltip",
|
|
2367
|
+
"data-slot": "tooltip-popup",
|
|
2368
|
+
className: cn("bg-popover text-popover-foreground pointer-events-none absolute z-50 rounded-md border px-2 py-1 text-xs whitespace-nowrap shadow-md/5", "opacity-0 transition-opacity group-hover/tooltip:opacity-100", T === "top" && "bottom-full left-1/2 mb-1.5 -translate-x-1/2", T === "bottom" && "top-full left-1/2 mt-1.5 -translate-x-1/2", T === "left" && "top-1/2 right-full mr-1.5 -translate-y-1/2", T === "right" && "top-1/2 left-full ml-1.5 -translate-y-1/2", e),
|
|
2369
|
+
children: w
|
|
2370
|
+
});
|
|
2371
|
+
}
|
|
2372
|
+
export { Toggle as a, cn as c, useLauncher as d, useFrame as f, Kbd as i, LogoIcon as l, useCore as m, TooltipPopup as n, ToggleGroup as o, CoreContext as p, TooltipProvider as r, Button as s, Tooltip as t, BaseLayout as u };
|