@arkitektbedriftene/fe-lib 0.4.8 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{TextInput-986922b7.js → TextInput-832f6509.js} +843 -751
- package/dist/rich-text/Plugins/LinkInsertPlugin.d.ts +3 -1
- package/dist/rich-text/Plugins/RutineLinkNode.d.ts +25 -0
- package/dist/rich-text/rich-text.d.ts +1 -0
- package/dist/rich-text.es.js +661 -546
- package/dist/ui/components/Button.d.ts +1 -1
- package/dist/ui/components/Dialog.d.ts +4 -3
- package/dist/ui/components/NavBar.d.ts +1 -1
- package/dist/ui/components/Toolbar.d.ts +1 -1
- package/dist/ui.es.js +52 -135
- package/package.json +11 -10
|
@@ -1,59 +1,61 @@
|
|
|
1
|
-
import { jsx as z, jsxs as
|
|
1
|
+
import { jsx as z, jsxs as se, Fragment as Pn } from "react/jsx-runtime";
|
|
2
2
|
import * as y from "react";
|
|
3
|
-
import Se, { forwardRef as xe, useLayoutEffect as en, useEffect as
|
|
4
|
-
import * as
|
|
5
|
-
import { createPortal as
|
|
6
|
-
import * as
|
|
3
|
+
import Se, { forwardRef as xe, useLayoutEffect as en, useEffect as tn, useRef as An, createContext as On, useMemo as ct, useContext as nn, isValidElement as Dn, cloneElement as Mn, useId as Ln } from "react";
|
|
4
|
+
import * as Fn from "react-dom";
|
|
5
|
+
import { createPortal as zn } from "react-dom";
|
|
6
|
+
import * as He from "@radix-ui/react-toolbar";
|
|
7
7
|
import { g as Wn, h as Nn, i as jn } from "./index.esm-b848a615.js";
|
|
8
|
+
import * as Ne from "@radix-ui/react-dialog";
|
|
8
9
|
import * as te from "@radix-ui/react-dropdown-menu";
|
|
9
|
-
|
|
10
|
+
import Hn from "react-select";
|
|
11
|
+
var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap: E, gridColumnGap: E, rowGap: E, gridRowGap: E, inset: E, insetBlock: E, insetBlockEnd: E, insetBlockStart: E, insetInline: E, insetInlineEnd: E, insetInlineStart: E, margin: E, marginTop: E, marginRight: E, marginBottom: E, marginLeft: E, marginBlock: E, marginBlockEnd: E, marginBlockStart: E, marginInline: E, marginInlineEnd: E, marginInlineStart: E, padding: E, paddingTop: E, paddingRight: E, paddingBottom: E, paddingLeft: E, paddingBlock: E, paddingBlockEnd: E, paddingBlockStart: E, paddingInline: E, paddingInlineEnd: E, paddingInlineStart: E, top: E, right: E, bottom: E, left: E, scrollMargin: E, scrollMarginTop: E, scrollMarginRight: E, scrollMarginBottom: E, scrollMarginLeft: E, scrollMarginX: E, scrollMarginY: E, scrollMarginBlock: E, scrollMarginBlockEnd: E, scrollMarginBlockStart: E, scrollMarginInline: E, scrollMarginInlineEnd: E, scrollMarginInlineStart: E, scrollPadding: E, scrollPaddingTop: E, scrollPaddingRight: E, scrollPaddingBottom: E, scrollPaddingLeft: E, scrollPaddingX: E, scrollPaddingY: E, scrollPaddingBlock: E, scrollPaddingBlockEnd: E, scrollPaddingBlockStart: E, scrollPaddingInline: E, scrollPaddingInlineEnd: E, scrollPaddingInlineStart: E, fontSize: "fontSizes", background: W, backgroundColor: W, backgroundImage: W, borderImage: W, border: W, borderBlock: W, borderBlockEnd: W, borderBlockStart: W, borderBottom: W, borderBottomColor: W, borderColor: W, borderInline: W, borderInlineEnd: W, borderInlineStart: W, borderLeft: W, borderLeftColor: W, borderRight: W, borderRightColor: W, borderTop: W, borderTopColor: W, caretColor: W, color: W, columnRuleColor: W, fill: W, outline: W, outlineColor: W, stroke: W, textDecorationColor: W, fontFamily: "fonts", fontWeight: "fontWeights", lineHeight: "lineHeights", letterSpacing: "letterSpacings", blockSize: X, minBlockSize: X, maxBlockSize: X, inlineSize: X, minInlineSize: X, maxInlineSize: X, width: X, minWidth: X, maxWidth: X, height: X, minHeight: X, maxHeight: X, flexBasis: X, gridTemplateColumns: X, gridTemplateRows: X, borderWidth: "borderWidths", borderTopWidth: "borderWidths", borderRightWidth: "borderWidths", borderBottomWidth: "borderWidths", borderLeftWidth: "borderWidths", borderStyle: "borderStyles", borderTopStyle: "borderStyles", borderRightStyle: "borderStyles", borderBottomStyle: "borderStyles", borderLeftStyle: "borderStyles", borderRadius: "radii", borderTopLeftRadius: "radii", borderTopRightRadius: "radii", borderBottomRightRadius: "radii", borderBottomLeftRadius: "radii", boxShadow: "shadows", textShadow: "shadows", transition: "transitions", zIndex: "zIndices" }, _n = (e, t) => typeof t == "function" ? { "()": Function.prototype.toString.call(t) } : t, De = () => {
|
|
10
12
|
const e = /* @__PURE__ */ Object.create(null);
|
|
11
13
|
return (t, n, ...o) => {
|
|
12
|
-
const r = ((i) => JSON.stringify(i,
|
|
14
|
+
const r = ((i) => JSON.stringify(i, _n))(t);
|
|
13
15
|
return r in e ? e[r] : e[r] = n(t, ...o);
|
|
14
16
|
};
|
|
15
|
-
}, pe = Symbol.for("sxs.internal"),
|
|
17
|
+
}, pe = Symbol.for("sxs.internal"), ht = (e, t) => Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)), Ct = (e) => {
|
|
16
18
|
for (const t in e)
|
|
17
19
|
return !0;
|
|
18
20
|
return !1;
|
|
19
|
-
}, { hasOwnProperty:
|
|
21
|
+
}, { hasOwnProperty: Yn } = Object.prototype, ut = (e) => e.includes("-") ? e : e.replace(/[A-Z]/g, (t) => "-" + t.toLowerCase()), Xn = /\s+(?![^()]*\))/, Re = (e) => (t) => e(...typeof t == "string" ? String(t).split(Xn) : [t]), kt = { appearance: (e) => ({ WebkitAppearance: e, appearance: e }), backfaceVisibility: (e) => ({ WebkitBackfaceVisibility: e, backfaceVisibility: e }), backdropFilter: (e) => ({ WebkitBackdropFilter: e, backdropFilter: e }), backgroundClip: (e) => ({ WebkitBackgroundClip: e, backgroundClip: e }), boxDecorationBreak: (e) => ({ WebkitBoxDecorationBreak: e, boxDecorationBreak: e }), clipPath: (e) => ({ WebkitClipPath: e, clipPath: e }), content: (e) => ({ content: e.includes('"') || e.includes("'") || /^([A-Za-z]+\([^]*|[^]*-quote|inherit|initial|none|normal|revert|unset)$/.test(e) ? e : `"${e}"` }), hyphens: (e) => ({ WebkitHyphens: e, hyphens: e }), maskImage: (e) => ({ WebkitMaskImage: e, maskImage: e }), maskSize: (e) => ({ WebkitMaskSize: e, maskSize: e }), tabSize: (e) => ({ MozTabSize: e, tabSize: e }), textSizeAdjust: (e) => ({ WebkitTextSizeAdjust: e, textSizeAdjust: e }), userSelect: (e) => ({ WebkitUserSelect: e, userSelect: e }), marginBlock: Re((e, t) => ({ marginBlockStart: e, marginBlockEnd: t || e })), marginInline: Re((e, t) => ({ marginInlineStart: e, marginInlineEnd: t || e })), maxSize: Re((e, t) => ({ maxBlockSize: e, maxInlineSize: t || e })), minSize: Re((e, t) => ({ minBlockSize: e, minInlineSize: t || e })), paddingBlock: Re((e, t) => ({ paddingBlockStart: e, paddingBlockEnd: t || e })), paddingInline: Re((e, t) => ({ paddingInlineStart: e, paddingInlineEnd: t || e })) }, ot = /([\d.]+)([^]*)/, Kn = (e, t) => e.length ? e.reduce((n, o) => (n.push(...t.map((r) => r.includes("&") ? r.replace(/&/g, /[ +>|~]/.test(o) && /&.*&/.test(r) ? `:is(${o})` : o) : o + " " + r)), n), []) : t, Gn = (e, t) => e in Un && typeof t == "string" ? t.replace(/^((?:[^]*[^\w-])?)(fit-content|stretch)((?:[^\w-][^]*)?)$/, (n, o, r, i) => o + (r === "stretch" ? `-moz-available${i};${ut(e)}:${o}-webkit-fill-available` : `-moz-fit-content${i};${ut(e)}:${o}fit-content`) + i) : String(t), Un = { blockSize: 1, height: 1, inlineSize: 1, maxBlockSize: 1, maxHeight: 1, maxInlineSize: 1, maxWidth: 1, minBlockSize: 1, minHeight: 1, minInlineSize: 1, minWidth: 1, width: 1 }, ne = (e) => e ? e + "-" : "", on = (e, t, n) => e.replace(/([+-])?((?:\d+(?:\.\d*)?|\.\d+)(?:[Ee][+-]?\d+)?)?(\$|--)([$\w-]+)/g, (o, r, i, s, l) => s == "$" == !!i ? o : (r || s == "--" ? "calc(" : "") + "var(--" + (s === "$" ? ne(t) + (l.includes("$") ? "" : ne(n)) + l.replace(/\$/g, "-") : l) + ")" + (r || s == "--" ? "*" + (r || "") + (i || "1") + ")" : "")), qn = /\s*,\s*(?![^()]*\))/, Zn = Object.prototype.toString, Ie = (e, t, n, o, r) => {
|
|
20
22
|
let i, s, l;
|
|
21
|
-
const a = (c,
|
|
23
|
+
const a = (c, m, u) => {
|
|
22
24
|
let f, d;
|
|
23
|
-
const
|
|
25
|
+
const g = (p) => {
|
|
24
26
|
for (f in p) {
|
|
25
27
|
const x = f.charCodeAt(0) === 64, B = x && Array.isArray(p[f]) ? p[f] : [p[f]];
|
|
26
28
|
for (d of B) {
|
|
27
|
-
const S = /[A-Z]/.test(h = f) ? h : h.replace(/-[^]/g, (C) => C[1].toUpperCase()), k = typeof d == "object" && d && d.toString ===
|
|
29
|
+
const S = /[A-Z]/.test(h = f) ? h : h.replace(/-[^]/g, (C) => C[1].toUpperCase()), k = typeof d == "object" && d && d.toString === Zn && (!o.utils[S] || !m.length);
|
|
28
30
|
if (S in o.utils && !k) {
|
|
29
31
|
const C = o.utils[S];
|
|
30
32
|
if (C !== s) {
|
|
31
|
-
s = C,
|
|
33
|
+
s = C, g(C(d)), s = null;
|
|
32
34
|
continue;
|
|
33
35
|
}
|
|
34
36
|
} else if (S in kt) {
|
|
35
37
|
const C = kt[S];
|
|
36
38
|
if (C !== l) {
|
|
37
|
-
l = C,
|
|
39
|
+
l = C, g(C(d)), l = null;
|
|
38
40
|
continue;
|
|
39
41
|
}
|
|
40
42
|
}
|
|
41
43
|
if (x && (w = f.slice(1) in o.media ? "@media " + o.media[f.slice(1)] : f, f = w.replace(/\(\s*([\w-]+)\s*(=|<|<=|>|>=)\s*([\w-]+)\s*(?:(<|<=|>|>=)\s*([\w-]+)\s*)?\)/g, (C, P, T, D, A, L) => {
|
|
42
|
-
const M =
|
|
43
|
-
return "(" + (T[0] === "=" ? "" : T[0] === ">" === M ? "max-" : "min-") + b + ":" + (T[0] !== "=" && T.length === 1 ? v.replace(
|
|
44
|
+
const M = ot.test(P), O = 0.0625 * (M ? -1 : 1), [b, v] = M ? [D, P] : [P, D];
|
|
45
|
+
return "(" + (T[0] === "=" ? "" : T[0] === ">" === M ? "max-" : "min-") + b + ":" + (T[0] !== "=" && T.length === 1 ? v.replace(ot, (I, R, $) => Number(R) + O * (T === ">" ? 1 : -1) + $) : v) + (A ? ") and (" + (A[0] === ">" ? "min-" : "max-") + b + ":" + (A.length === 1 ? L.replace(ot, (I, R, $) => Number(R) + O * (A === ">" ? -1 : 1) + $) : L) : "") + ")";
|
|
44
46
|
})), k) {
|
|
45
|
-
const C = x ? u.concat(f) : [...u], P = x ? [...
|
|
47
|
+
const C = x ? u.concat(f) : [...u], P = x ? [...m] : Kn(m, f.split(qn));
|
|
46
48
|
i !== void 0 && r(Tt(...i)), i = void 0, a(d, P, C);
|
|
47
49
|
} else
|
|
48
|
-
i === void 0 && (i = [[],
|
|
50
|
+
i === void 0 && (i = [[], m, u]), f = x || f.charCodeAt(0) !== 36 ? f : `--${ne(o.prefix)}${f.slice(1).replace(/\$/g, "-")}`, d = k ? d : typeof d == "number" ? d && S in Jn ? String(d) + "px" : String(d) : on(Gn(S, d ?? ""), o.prefix, o.themeMap[S]), i[0].push(`${x ? `${f} ` : `${ut(f)}:`}${d}`);
|
|
49
51
|
}
|
|
50
52
|
}
|
|
51
53
|
var w, h;
|
|
52
54
|
};
|
|
53
|
-
|
|
55
|
+
g(c), i !== void 0 && r(Tt(...i)), i = void 0;
|
|
54
56
|
};
|
|
55
57
|
a(e, t, n);
|
|
56
|
-
}, Tt = (e, t, n) => `${n.map((o) => `${o}{`).join("")}${t.length ? `${t.join(",")}{` : ""}${e.join(";")}${t.length ? "}" : ""}${Array(n.length ? n.length + 1 : 0).join("}")}`,
|
|
58
|
+
}, Tt = (e, t, n) => `${n.map((o) => `${o}{`).join("")}${t.length ? `${t.join(",")}{` : ""}${e.join(";")}${t.length ? "}" : ""}${Array(n.length ? n.length + 1 : 0).join("}")}`, Jn = { animationDelay: 1, animationDuration: 1, backgroundSize: 1, blockSize: 1, border: 1, borderBlock: 1, borderBlockEnd: 1, borderBlockEndWidth: 1, borderBlockStart: 1, borderBlockStartWidth: 1, borderBlockWidth: 1, borderBottom: 1, borderBottomLeftRadius: 1, borderBottomRightRadius: 1, borderBottomWidth: 1, borderEndEndRadius: 1, borderEndStartRadius: 1, borderInlineEnd: 1, borderInlineEndWidth: 1, borderInlineStart: 1, borderInlineStartWidth: 1, borderInlineWidth: 1, borderLeft: 1, borderLeftWidth: 1, borderRadius: 1, borderRight: 1, borderRightWidth: 1, borderSpacing: 1, borderStartEndRadius: 1, borderStartStartRadius: 1, borderTop: 1, borderTopLeftRadius: 1, borderTopRightRadius: 1, borderTopWidth: 1, borderWidth: 1, bottom: 1, columnGap: 1, columnRule: 1, columnRuleWidth: 1, columnWidth: 1, containIntrinsicSize: 1, flexBasis: 1, fontSize: 1, gap: 1, gridAutoColumns: 1, gridAutoRows: 1, gridTemplateColumns: 1, gridTemplateRows: 1, height: 1, inlineSize: 1, inset: 1, insetBlock: 1, insetBlockEnd: 1, insetBlockStart: 1, insetInline: 1, insetInlineEnd: 1, insetInlineStart: 1, left: 1, letterSpacing: 1, margin: 1, marginBlock: 1, marginBlockEnd: 1, marginBlockStart: 1, marginBottom: 1, marginInline: 1, marginInlineEnd: 1, marginInlineStart: 1, marginLeft: 1, marginRight: 1, marginTop: 1, maxBlockSize: 1, maxHeight: 1, maxInlineSize: 1, maxWidth: 1, minBlockSize: 1, minHeight: 1, minInlineSize: 1, minWidth: 1, offsetDistance: 1, offsetRotate: 1, outline: 1, outlineOffset: 1, outlineWidth: 1, overflowClipMargin: 1, padding: 1, paddingBlock: 1, paddingBlockEnd: 1, paddingBlockStart: 1, paddingBottom: 1, paddingInline: 1, paddingInlineEnd: 1, paddingInlineStart: 1, paddingLeft: 1, paddingRight: 1, paddingTop: 1, perspective: 1, right: 1, rowGap: 1, scrollMargin: 1, scrollMarginBlock: 1, scrollMarginBlockEnd: 1, scrollMarginBlockStart: 1, scrollMarginBottom: 1, scrollMarginInline: 1, scrollMarginInlineEnd: 1, scrollMarginInlineStart: 1, scrollMarginLeft: 1, scrollMarginRight: 1, scrollMarginTop: 1, scrollPadding: 1, scrollPaddingBlock: 1, scrollPaddingBlockEnd: 1, scrollPaddingBlockStart: 1, scrollPaddingBottom: 1, scrollPaddingInline: 1, scrollPaddingInlineEnd: 1, scrollPaddingInlineStart: 1, scrollPaddingLeft: 1, scrollPaddingRight: 1, scrollPaddingTop: 1, shapeMargin: 1, textDecoration: 1, textDecorationThickness: 1, textIndent: 1, textUnderlineOffset: 1, top: 1, transitionDelay: 1, transitionDuration: 1, verticalAlign: 1, width: 1, wordSpacing: 1 }, It = (e) => String.fromCharCode(e + (e > 25 ? 39 : 97)), he = (e) => ((t) => {
|
|
57
59
|
let n, o = "";
|
|
58
60
|
for (n = Math.abs(t); n > 52; n = n / 52 | 0)
|
|
59
61
|
o = It(n % 52) + o;
|
|
@@ -63,7 +65,7 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
63
65
|
for (; o; )
|
|
64
66
|
t = 33 * t ^ n.charCodeAt(--o);
|
|
65
67
|
return t;
|
|
66
|
-
})(5381, JSON.stringify(e)) >>> 0), We = ["themed", "global", "styled", "onevar", "resonevar", "allvar", "inline"],
|
|
68
|
+
})(5381, JSON.stringify(e)) >>> 0), We = ["themed", "global", "styled", "onevar", "resonevar", "allvar", "inline"], Qn = (e) => {
|
|
67
69
|
if (e.href && !e.href.startsWith(location.origin))
|
|
68
70
|
return !1;
|
|
69
71
|
try {
|
|
@@ -71,7 +73,7 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
71
73
|
} catch {
|
|
72
74
|
return !1;
|
|
73
75
|
}
|
|
74
|
-
},
|
|
76
|
+
}, eo = (e) => {
|
|
75
77
|
let t;
|
|
76
78
|
const n = () => {
|
|
77
79
|
const { cssRules: r } = t.sheet;
|
|
@@ -103,29 +105,29 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
103
105
|
}
|
|
104
106
|
const r = Object(e).styleSheets || [];
|
|
105
107
|
for (const l of r)
|
|
106
|
-
if (
|
|
108
|
+
if (Qn(l)) {
|
|
107
109
|
for (let a = 0, c = l.cssRules; c[a]; ++a) {
|
|
108
|
-
const
|
|
109
|
-
if (
|
|
110
|
+
const m = Object(c[a]);
|
|
111
|
+
if (m.type !== 1)
|
|
110
112
|
continue;
|
|
111
113
|
const u = Object(c[a + 1]);
|
|
112
114
|
if (u.type !== 4)
|
|
113
115
|
continue;
|
|
114
116
|
++a;
|
|
115
|
-
const { cssText: f } =
|
|
117
|
+
const { cssText: f } = m;
|
|
116
118
|
if (!f.startsWith("--sxs"))
|
|
117
119
|
continue;
|
|
118
|
-
const d = f.slice(14, -3).trim().split(/\s+/),
|
|
119
|
-
|
|
120
|
+
const d = f.slice(14, -3).trim().split(/\s+/), g = We[d[0]];
|
|
121
|
+
g && (t || (t = { sheet: l, reset: o, rules: {}, toString: n }), t.rules[g] = { group: u, index: a, cache: new Set(d) });
|
|
120
122
|
}
|
|
121
123
|
if (t)
|
|
122
124
|
break;
|
|
123
125
|
}
|
|
124
126
|
if (!t) {
|
|
125
|
-
const l = (a, c) => ({ type: c, cssRules: [], insertRule(
|
|
126
|
-
this.cssRules.splice(u, 0, l(
|
|
127
|
+
const l = (a, c) => ({ type: c, cssRules: [], insertRule(m, u) {
|
|
128
|
+
this.cssRules.splice(u, 0, l(m, { import: 3, undefined: 1 }[(m.toLowerCase().match(/^@([a-z]+)/) || [])[1]] || 4));
|
|
127
129
|
}, get cssText() {
|
|
128
|
-
return a === "@media{}" ? `@media{${[].map.call(this.cssRules, (
|
|
130
|
+
return a === "@media{}" ? `@media{${[].map.call(this.cssRules, (m) => m.cssText).join("")}}` : a;
|
|
129
131
|
} });
|
|
130
132
|
t = { sheet: e ? (e.head || e).appendChild(document.createElement("style")).sheet : l("", "text/css"), rules: {}, reset: o, toString: n };
|
|
131
133
|
}
|
|
@@ -133,14 +135,14 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
133
135
|
for (let l = We.length - 1; l >= 0; --l) {
|
|
134
136
|
const a = We[l];
|
|
135
137
|
if (!s[a]) {
|
|
136
|
-
const c = We[l + 1],
|
|
137
|
-
i.insertRule("@media{}",
|
|
138
|
+
const c = We[l + 1], m = s[c] ? s[c].index : i.cssRules.length;
|
|
139
|
+
i.insertRule("@media{}", m), i.insertRule(`--sxs{--sxs:${l}}`, m), s[a] = { group: i.cssRules[m + 1], index: m, cache: /* @__PURE__ */ new Set([l]) };
|
|
138
140
|
}
|
|
139
|
-
|
|
141
|
+
to(s[a]);
|
|
140
142
|
}
|
|
141
143
|
};
|
|
142
144
|
return o(), t;
|
|
143
|
-
},
|
|
145
|
+
}, to = (e) => {
|
|
144
146
|
const t = e.group;
|
|
145
147
|
let n = t.cssRules.length;
|
|
146
148
|
e.apply = (o) => {
|
|
@@ -149,7 +151,7 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
149
151
|
} catch {
|
|
150
152
|
}
|
|
151
153
|
};
|
|
152
|
-
}, ze = Symbol(),
|
|
154
|
+
}, ze = Symbol(), no = De(), Bt = (e, t) => no(e, () => (...n) => {
|
|
153
155
|
let o = { type: null, composers: /* @__PURE__ */ new Set() };
|
|
154
156
|
for (const r of n)
|
|
155
157
|
if (r != null)
|
|
@@ -158,66 +160,66 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
158
160
|
for (const i of r[pe].composers)
|
|
159
161
|
o.composers.add(i);
|
|
160
162
|
} else
|
|
161
|
-
r.constructor !== Object || r.$$typeof ? o.type == null && (o.type = r) : o.composers.add(
|
|
162
|
-
return o.type == null && (o.type = "span"), o.composers.size || o.composers.add(["PJLV", {}, [], [], {}, []]),
|
|
163
|
-
}),
|
|
163
|
+
r.constructor !== Object || r.$$typeof ? o.type == null && (o.type = r) : o.composers.add(oo(r, e));
|
|
164
|
+
return o.type == null && (o.type = "span"), o.composers.size || o.composers.add(["PJLV", {}, [], [], {}, []]), ro(e, o, t);
|
|
165
|
+
}), oo = ({ variants: e, compoundVariants: t, defaultVariants: n, ...o }, r) => {
|
|
164
166
|
const i = `${ne(r.prefix)}c-${he(o)}`, s = [], l = [], a = /* @__PURE__ */ Object.create(null), c = [];
|
|
165
167
|
for (const f in n)
|
|
166
168
|
a[f] = String(n[f]);
|
|
167
169
|
if (typeof e == "object" && e)
|
|
168
170
|
for (const f in e) {
|
|
169
|
-
|
|
171
|
+
m = a, u = f, Yn.call(m, u) || (a[f] = "undefined");
|
|
170
172
|
const d = e[f];
|
|
171
|
-
for (const
|
|
172
|
-
const p = { [f]: String(
|
|
173
|
-
String(
|
|
174
|
-
const w = d[
|
|
173
|
+
for (const g in d) {
|
|
174
|
+
const p = { [f]: String(g) };
|
|
175
|
+
String(g) === "undefined" && c.push(f);
|
|
176
|
+
const w = d[g], h = [p, w, !Ct(w)];
|
|
175
177
|
s.push(h);
|
|
176
178
|
}
|
|
177
179
|
}
|
|
178
|
-
var
|
|
180
|
+
var m, u;
|
|
179
181
|
if (typeof t == "object" && t)
|
|
180
182
|
for (const f of t) {
|
|
181
|
-
let { css: d, ...
|
|
183
|
+
let { css: d, ...g } = f;
|
|
182
184
|
d = typeof d == "object" && d || {};
|
|
183
|
-
for (const w in
|
|
184
|
-
|
|
185
|
-
const p = [
|
|
185
|
+
for (const w in g)
|
|
186
|
+
g[w] = String(g[w]);
|
|
187
|
+
const p = [g, d, !Ct(d)];
|
|
186
188
|
l.push(p);
|
|
187
189
|
}
|
|
188
190
|
return [i, o, s, l, a, c];
|
|
189
|
-
},
|
|
190
|
-
const [o, r, i, s] =
|
|
191
|
+
}, ro = (e, t, n) => {
|
|
192
|
+
const [o, r, i, s] = io(t.composers), l = typeof t.type == "function" || t.type.$$typeof ? ((u) => {
|
|
191
193
|
function f() {
|
|
192
194
|
for (let d = 0; d < f[ze].length; d++) {
|
|
193
|
-
const [
|
|
194
|
-
u.rules[
|
|
195
|
+
const [g, p] = f[ze][d];
|
|
196
|
+
u.rules[g].apply(p);
|
|
195
197
|
}
|
|
196
198
|
return f[ze] = [], null;
|
|
197
199
|
}
|
|
198
|
-
return f[ze] = [], f.rules = {}, We.forEach((d) => f.rules[d] = { apply: (
|
|
199
|
-
})(n) : null, a = (l || n).rules, c = `.${o}${r.length > 1 ? `:where(.${r.slice(1).join(".")})` : ""}`,
|
|
200
|
-
u = typeof u == "object" && u ||
|
|
201
|
-
const { css: f, ...d } = u,
|
|
200
|
+
return f[ze] = [], f.rules = {}, We.forEach((d) => f.rules[d] = { apply: (g) => f[ze].push([d, g]) }), f;
|
|
201
|
+
})(n) : null, a = (l || n).rules, c = `.${o}${r.length > 1 ? `:where(.${r.slice(1).join(".")})` : ""}`, m = (u) => {
|
|
202
|
+
u = typeof u == "object" && u || so;
|
|
203
|
+
const { css: f, ...d } = u, g = {};
|
|
202
204
|
for (const h in i)
|
|
203
205
|
if (delete d[h], h in u) {
|
|
204
206
|
let x = u[h];
|
|
205
|
-
typeof x == "object" && x ?
|
|
207
|
+
typeof x == "object" && x ? g[h] = { "@initial": i[h], ...x } : (x = String(x), g[h] = x !== "undefined" || s.has(h) ? x : i[h]);
|
|
206
208
|
} else
|
|
207
|
-
|
|
209
|
+
g[h] = i[h];
|
|
208
210
|
const p = /* @__PURE__ */ new Set([...r]);
|
|
209
211
|
for (const [h, x, B, S] of t.composers) {
|
|
210
|
-
n.rules.styled.cache.has(h) || (n.rules.styled.cache.add(h),
|
|
212
|
+
n.rules.styled.cache.has(h) || (n.rules.styled.cache.add(h), Ie(x, [`.${h}`], [], e, (P) => {
|
|
211
213
|
a.styled.apply(P);
|
|
212
214
|
}));
|
|
213
|
-
const k = Pt(B,
|
|
215
|
+
const k = Pt(B, g, e.media), C = Pt(S, g, e.media, !0);
|
|
214
216
|
for (const P of k)
|
|
215
217
|
if (P !== void 0)
|
|
216
218
|
for (const [T, D, A] of P) {
|
|
217
219
|
const L = `${h}-${he(D)}-${T}`;
|
|
218
220
|
p.add(L);
|
|
219
221
|
const M = (A ? n.rules.resonevar : n.rules.onevar).cache, O = A ? a.resonevar : a.onevar;
|
|
220
|
-
M.has(L) || (M.add(L),
|
|
222
|
+
M.has(L) || (M.add(L), Ie(D, [`.${L}`], [], e, (b) => {
|
|
221
223
|
O.apply(b);
|
|
222
224
|
}));
|
|
223
225
|
}
|
|
@@ -225,14 +227,14 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
225
227
|
if (P !== void 0)
|
|
226
228
|
for (const [T, D] of P) {
|
|
227
229
|
const A = `${h}-${he(D)}-${T}`;
|
|
228
|
-
p.add(A), n.rules.allvar.cache.has(A) || (n.rules.allvar.cache.add(A),
|
|
230
|
+
p.add(A), n.rules.allvar.cache.has(A) || (n.rules.allvar.cache.add(A), Ie(D, [`.${A}`], [], e, (L) => {
|
|
229
231
|
a.allvar.apply(L);
|
|
230
232
|
}));
|
|
231
233
|
}
|
|
232
234
|
}
|
|
233
235
|
if (typeof f == "object" && f) {
|
|
234
236
|
const h = `${o}-i${he(f)}-css`;
|
|
235
|
-
p.add(h), n.rules.inline.cache.has(h) || (n.rules.inline.cache.add(h),
|
|
237
|
+
p.add(h), n.rules.inline.cache.has(h) || (n.rules.inline.cache.add(h), Ie(f, [`.${h}`], [], e, (x) => {
|
|
236
238
|
a.inline.apply(x);
|
|
237
239
|
}));
|
|
238
240
|
}
|
|
@@ -241,8 +243,8 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
241
243
|
const w = d.className = [...p].join(" ");
|
|
242
244
|
return { type: t.type, className: w, selector: c, props: d, toString: () => w, deferredInjector: l };
|
|
243
245
|
};
|
|
244
|
-
return
|
|
245
|
-
},
|
|
246
|
+
return ht(m, { className: o, selector: c, [pe]: t, toString: () => (n.rules.styled.cache.has(o) || m(), o) });
|
|
247
|
+
}, io = (e) => {
|
|
246
248
|
let t = "";
|
|
247
249
|
const n = [], o = {}, r = [];
|
|
248
250
|
for (const [i, , , , s, l] of e) {
|
|
@@ -259,7 +261,7 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
259
261
|
for (let [i, s, l] of e) {
|
|
260
262
|
if (l)
|
|
261
263
|
continue;
|
|
262
|
-
let a, c = 0,
|
|
264
|
+
let a, c = 0, m = !1;
|
|
263
265
|
for (a in i) {
|
|
264
266
|
const u = i[a];
|
|
265
267
|
let f = t[a];
|
|
@@ -267,26 +269,26 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
267
269
|
if (typeof f != "object" || !f)
|
|
268
270
|
continue e;
|
|
269
271
|
{
|
|
270
|
-
let d,
|
|
272
|
+
let d, g, p = 0;
|
|
271
273
|
for (const w in f) {
|
|
272
274
|
if (u === String(f[w])) {
|
|
273
275
|
if (w !== "@initial") {
|
|
274
276
|
const h = w.slice(1);
|
|
275
|
-
(
|
|
277
|
+
(g = g || []).push(h in n ? n[h] : w.replace(/^@media ?/, "")), m = !0;
|
|
276
278
|
}
|
|
277
279
|
c += p, d = !0;
|
|
278
280
|
}
|
|
279
281
|
++p;
|
|
280
282
|
}
|
|
281
|
-
if (
|
|
283
|
+
if (g && g.length && (s = { ["@media " + g.join(", ")]: s }), !d)
|
|
282
284
|
continue e;
|
|
283
285
|
}
|
|
284
286
|
}
|
|
285
287
|
}
|
|
286
|
-
(r[c] = r[c] || []).push([o ? "cv" : `${a}-${i[a]}`, s,
|
|
288
|
+
(r[c] = r[c] || []).push([o ? "cv" : `${a}-${i[a]}`, s, m]);
|
|
287
289
|
}
|
|
288
290
|
return r;
|
|
289
|
-
},
|
|
291
|
+
}, so = {}, lo = De(), ao = (e, t) => lo(e, () => (...n) => {
|
|
290
292
|
const o = () => {
|
|
291
293
|
for (let r of n) {
|
|
292
294
|
r = typeof r == "object" && r || {};
|
|
@@ -298,29 +300,29 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
298
300
|
l = l.includes('"') || l.includes("'") ? l : `"${l}"`, t.sheet.insertRule(`@import ${l};`, s++);
|
|
299
301
|
delete r["@import"];
|
|
300
302
|
}
|
|
301
|
-
|
|
303
|
+
Ie(r, [], [], e, (s) => {
|
|
302
304
|
t.rules.global.apply(s);
|
|
303
305
|
});
|
|
304
306
|
}
|
|
305
307
|
}
|
|
306
308
|
return "";
|
|
307
309
|
};
|
|
308
|
-
return
|
|
309
|
-
}),
|
|
310
|
+
return ht(o, { toString: o });
|
|
311
|
+
}), co = De(), uo = (e, t) => co(e, () => (n) => {
|
|
310
312
|
const o = `${ne(e.prefix)}k-${he(n)}`, r = () => {
|
|
311
313
|
if (!t.rules.global.cache.has(o)) {
|
|
312
314
|
t.rules.global.cache.add(o);
|
|
313
315
|
const i = [];
|
|
314
|
-
|
|
316
|
+
Ie(n, [], [], e, (l) => i.push(l));
|
|
315
317
|
const s = `@keyframes ${o}{${i.join("")}}`;
|
|
316
318
|
t.rules.global.apply(s);
|
|
317
319
|
}
|
|
318
320
|
return o;
|
|
319
321
|
};
|
|
320
|
-
return
|
|
322
|
+
return ht(r, { get name() {
|
|
321
323
|
return r();
|
|
322
324
|
}, toString: r });
|
|
323
|
-
}),
|
|
325
|
+
}), fo = class {
|
|
324
326
|
constructor(e, t, n, o) {
|
|
325
327
|
this.token = e == null ? "" : String(e), this.value = t == null ? "" : String(t), this.scale = n == null ? "" : String(n), this.prefix = o == null ? "" : String(o);
|
|
326
328
|
}
|
|
@@ -333,14 +335,14 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
333
335
|
toString() {
|
|
334
336
|
return this.computedValue;
|
|
335
337
|
}
|
|
336
|
-
},
|
|
338
|
+
}, mo = De(), go = (e, t) => mo(e, () => (n, o) => {
|
|
337
339
|
o = typeof n == "object" && n || Object(o);
|
|
338
340
|
const r = `.${n = (n = typeof n == "string" ? n : "") || `${ne(e.prefix)}t-${he(o)}`}`, i = {}, s = [];
|
|
339
341
|
for (const a in o) {
|
|
340
342
|
i[a] = {};
|
|
341
343
|
for (const c in o[a]) {
|
|
342
|
-
const
|
|
343
|
-
i[a][c] = new
|
|
344
|
+
const m = `--${ne(e.prefix)}${a}-${c}`, u = on(String(o[a][c]), e.prefix, a);
|
|
345
|
+
i[a][c] = new fo(c, u, a, e.prefix), s.push(`${m}:${u}`);
|
|
344
346
|
}
|
|
345
347
|
}
|
|
346
348
|
const l = () => {
|
|
@@ -354,31 +356,31 @@ var W = "colors", X = "sizes", E = "space", Hn = { gap: E, gridGap: E, columnGap
|
|
|
354
356
|
return { ...i, get className() {
|
|
355
357
|
return l();
|
|
356
358
|
}, selector: r, toString: l };
|
|
357
|
-
}),
|
|
359
|
+
}), po = De(), ho = De(), bo = (e) => {
|
|
358
360
|
const t = ((n) => {
|
|
359
361
|
let o = !1;
|
|
360
|
-
const r =
|
|
362
|
+
const r = po(n, (i) => {
|
|
361
363
|
o = !0;
|
|
362
|
-
const s = "prefix" in (i = typeof i == "object" && i || {}) ? String(i.prefix) : "", l = typeof i.media == "object" && i.media || {}, a = typeof i.root == "object" ? i.root || null : globalThis.document || null, c = typeof i.theme == "object" && i.theme || {},
|
|
364
|
+
const s = "prefix" in (i = typeof i == "object" && i || {}) ? String(i.prefix) : "", l = typeof i.media == "object" && i.media || {}, a = typeof i.root == "object" ? i.root || null : globalThis.document || null, c = typeof i.theme == "object" && i.theme || {}, m = { prefix: s, media: l, theme: c, themeMap: typeof i.themeMap == "object" && i.themeMap || { ...Vn }, utils: typeof i.utils == "object" && i.utils || {} }, u = eo(a), f = { css: Bt(m, u), globalCss: ao(m, u), keyframes: uo(m, u), createTheme: go(m, u), reset() {
|
|
363
365
|
u.reset(), f.theme.toString();
|
|
364
|
-
}, theme: {}, sheet: u, config:
|
|
366
|
+
}, theme: {}, sheet: u, config: m, prefix: s, getCssText: u.toString, toString: u.toString };
|
|
365
367
|
return String(f.theme = f.createTheme(c)), f;
|
|
366
368
|
});
|
|
367
369
|
return o || r.reset(), r;
|
|
368
370
|
})(e);
|
|
369
|
-
return t.styled = (({ config: n, sheet: o }) =>
|
|
371
|
+
return t.styled = (({ config: n, sheet: o }) => ho(n, () => {
|
|
370
372
|
const r = Bt(n, o);
|
|
371
373
|
return (...i) => {
|
|
372
|
-
const s = r(...i), l = s[pe].type, a = Se.forwardRef((c,
|
|
374
|
+
const s = r(...i), l = s[pe].type, a = Se.forwardRef((c, m) => {
|
|
373
375
|
const u = c && c.as || l, { props: f, deferredInjector: d } = s(c);
|
|
374
|
-
return delete f.as, f.ref =
|
|
376
|
+
return delete f.as, f.ref = m, d ? Se.createElement(Se.Fragment, null, Se.createElement(u, f), Se.createElement(d, null)) : Se.createElement(u, f);
|
|
375
377
|
});
|
|
376
378
|
return a.className = s.className, a.displayName = `Styled.${l.displayName || l.name || l}`, a.selector = s.selector, a.toString = () => s.selector, a[pe] = s[pe], a;
|
|
377
379
|
};
|
|
378
380
|
}))(t), t;
|
|
379
381
|
};
|
|
380
382
|
let At = 9999;
|
|
381
|
-
const Ot = () => (At--, At), { styled:
|
|
383
|
+
const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di, getCssText: Mi } = bo({
|
|
382
384
|
theme: {
|
|
383
385
|
colors: {
|
|
384
386
|
gray50: "#F9FAFA",
|
|
@@ -504,24 +506,24 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
504
506
|
lg: "(min-width: 1200px)",
|
|
505
507
|
print: "print"
|
|
506
508
|
}
|
|
507
|
-
}),
|
|
509
|
+
}), yo = Me({
|
|
508
510
|
"0%": {
|
|
509
511
|
transform: "rotate(0)"
|
|
510
512
|
},
|
|
511
513
|
"100%": {
|
|
512
514
|
transform: "rotate(360deg)"
|
|
513
515
|
}
|
|
514
|
-
}),
|
|
516
|
+
}), vo = Me({
|
|
515
517
|
"0%": {
|
|
516
518
|
strokeDashoffset: 600
|
|
517
519
|
},
|
|
518
520
|
"100%": {
|
|
519
521
|
strokeDashoffset: 0
|
|
520
522
|
}
|
|
521
|
-
}),
|
|
522
|
-
animation: `${
|
|
523
|
-
}),
|
|
524
|
-
animation: `${
|
|
523
|
+
}), xo = N("svg", {
|
|
524
|
+
animation: `${yo} 2s linear infinite`
|
|
525
|
+
}), wo = N("circle", {
|
|
526
|
+
animation: `${vo} 1.6s cubic-bezier(0.4, 0.15, 0.6, 0.85) infinite`,
|
|
525
527
|
fill: "transparent",
|
|
526
528
|
stroke: "currentColor",
|
|
527
529
|
strokeDasharray: 300,
|
|
@@ -529,7 +531,7 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
529
531
|
strokeLinecap: "round",
|
|
530
532
|
strokeMiterlimit: 10,
|
|
531
533
|
strokeWidth: 12
|
|
532
|
-
}),
|
|
534
|
+
}), $o = N("div", {
|
|
533
535
|
lineHeight: 0,
|
|
534
536
|
flexShrink: 0,
|
|
535
537
|
variants: {
|
|
@@ -567,20 +569,20 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
567
569
|
size: "sm",
|
|
568
570
|
color: "dark"
|
|
569
571
|
}
|
|
570
|
-
}),
|
|
572
|
+
}), So = xe(
|
|
571
573
|
(e, t) => /* @__PURE__ */ z(
|
|
572
|
-
|
|
574
|
+
$o,
|
|
573
575
|
{
|
|
574
576
|
ref: t,
|
|
575
577
|
...e,
|
|
576
578
|
children: /* @__PURE__ */ z(
|
|
577
|
-
|
|
579
|
+
xo,
|
|
578
580
|
{
|
|
579
581
|
x: "0px",
|
|
580
582
|
y: "0px",
|
|
581
583
|
viewBox: "0 0 150 150",
|
|
582
584
|
children: /* @__PURE__ */ z(
|
|
583
|
-
|
|
585
|
+
wo,
|
|
584
586
|
{
|
|
585
587
|
cx: "75",
|
|
586
588
|
cy: "75",
|
|
@@ -591,7 +593,7 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
591
593
|
)
|
|
592
594
|
}
|
|
593
595
|
)
|
|
594
|
-
),
|
|
596
|
+
), Ro = N("button", {
|
|
595
597
|
appearance: "none",
|
|
596
598
|
margin: 0,
|
|
597
599
|
padding: 0,
|
|
@@ -665,6 +667,11 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
665
667
|
}
|
|
666
668
|
},
|
|
667
669
|
size: {
|
|
670
|
+
sm: {
|
|
671
|
+
fontSize: "$sm",
|
|
672
|
+
padding: "$1 $2",
|
|
673
|
+
height: "1.75rem"
|
|
674
|
+
},
|
|
668
675
|
md: {
|
|
669
676
|
fontSize: "$sm",
|
|
670
677
|
padding: "$2 $4",
|
|
@@ -714,6 +721,14 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
714
721
|
}
|
|
715
722
|
},
|
|
716
723
|
compoundVariants: [
|
|
724
|
+
{
|
|
725
|
+
icon: !0,
|
|
726
|
+
size: "sm",
|
|
727
|
+
css: {
|
|
728
|
+
padding: "$1",
|
|
729
|
+
width: "1.75rem"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
717
732
|
{
|
|
718
733
|
icon: !0,
|
|
719
734
|
size: "md",
|
|
@@ -736,9 +751,9 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
736
751
|
color: "secondary",
|
|
737
752
|
size: "md"
|
|
738
753
|
}
|
|
739
|
-
}),
|
|
740
|
-
({ children: e, disabled: t, isLoading: n, variant: o, color: r, ...i }, s) => (!r && o === "primary" && (r = "primary"), /* @__PURE__ */
|
|
741
|
-
|
|
754
|
+
}), rn = xe(
|
|
755
|
+
({ children: e, disabled: t, isLoading: n, variant: o, color: r, ...i }, s) => (!r && o === "primary" && (r = "primary"), /* @__PURE__ */ se(
|
|
756
|
+
Ro,
|
|
742
757
|
{
|
|
743
758
|
ref: s,
|
|
744
759
|
type: "button",
|
|
@@ -749,11 +764,11 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
749
764
|
...i,
|
|
750
765
|
children: [
|
|
751
766
|
e,
|
|
752
|
-
n && /* @__PURE__ */ z(
|
|
767
|
+
n && /* @__PURE__ */ z(So, { color: "inherit" })
|
|
753
768
|
]
|
|
754
769
|
}
|
|
755
770
|
))
|
|
756
|
-
),
|
|
771
|
+
), Eo = N("div", {
|
|
757
772
|
padding: "$3",
|
|
758
773
|
borderRadius: "$md",
|
|
759
774
|
variants: {
|
|
@@ -792,9 +807,9 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
792
807
|
color: "info",
|
|
793
808
|
size: "md"
|
|
794
809
|
}
|
|
795
|
-
}),
|
|
810
|
+
}), Li = xe(
|
|
796
811
|
({ children: e, ...t }, n) => /* @__PURE__ */ z(
|
|
797
|
-
|
|
812
|
+
Eo,
|
|
798
813
|
{
|
|
799
814
|
ref: n,
|
|
800
815
|
role: "alert",
|
|
@@ -802,19 +817,19 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
802
817
|
children: e
|
|
803
818
|
}
|
|
804
819
|
)
|
|
805
|
-
),
|
|
820
|
+
), Co = Me({
|
|
806
821
|
"0%": { opacity: 0, transform: "translateY(0.5rem)" },
|
|
807
822
|
"100%": { opacity: 1, transform: "translateY(0)" }
|
|
808
|
-
}),
|
|
823
|
+
}), ko = Me({
|
|
809
824
|
"0%": { opacity: 0, transform: "translateX(-0.5rem)" },
|
|
810
825
|
"100%": { opacity: 1, transform: "translateX(0)" }
|
|
811
|
-
}),
|
|
826
|
+
}), To = Me({
|
|
812
827
|
"0%": { opacity: 0, transform: "translateY(-0.5rem)" },
|
|
813
828
|
"100%": { opacity: 1, transform: "translateY(0)" }
|
|
814
|
-
}),
|
|
829
|
+
}), Io = Me({
|
|
815
830
|
"0%": { opacity: 0, transform: "translateX(0.5rem)" },
|
|
816
831
|
"100%": { opacity: 1, transform: "translateX(0)" }
|
|
817
|
-
}),
|
|
832
|
+
}), Bo = Ve({
|
|
818
833
|
backgroundColor: "white",
|
|
819
834
|
boxShadow: "$overlayCard",
|
|
820
835
|
borderRadius: "$sm",
|
|
@@ -824,23 +839,23 @@ const Ot = () => (At--, At), { styled: j, css: He, keyframes: Me, globalCss: Ti,
|
|
|
824
839
|
// so for other popups that uses `OverlayCard` to work
|
|
825
840
|
// we need to explicitly set this.
|
|
826
841
|
pointerEvents: "auto"
|
|
827
|
-
}),
|
|
842
|
+
}), Po = Ve({
|
|
828
843
|
animationDuration: "400ms",
|
|
829
844
|
animationTimingFunction: "cubic-bezier(0.16, 1, 0.3, 1)",
|
|
830
845
|
willChange: "transform, opacity",
|
|
831
846
|
'&[data-state="open"]': {
|
|
832
|
-
'&[data-side="top"]': { animationName:
|
|
833
|
-
'&[data-side="right"]': { animationName:
|
|
834
|
-
'&[data-side="bottom"]': { animationName:
|
|
835
|
-
'&[data-side="left"]': { animationName:
|
|
847
|
+
'&[data-side="top"]': { animationName: To },
|
|
848
|
+
'&[data-side="right"]': { animationName: Io },
|
|
849
|
+
'&[data-side="bottom"]': { animationName: Co },
|
|
850
|
+
'&[data-side="left"]': { animationName: ko }
|
|
836
851
|
}
|
|
837
|
-
}),
|
|
852
|
+
}), sn = N(
|
|
838
853
|
"div",
|
|
839
|
-
|
|
840
|
-
|
|
854
|
+
Bo,
|
|
855
|
+
Po
|
|
841
856
|
);
|
|
842
|
-
function
|
|
843
|
-
return
|
|
857
|
+
function le(e) {
|
|
858
|
+
return ln(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
844
859
|
}
|
|
845
860
|
function q(e) {
|
|
846
861
|
var t;
|
|
@@ -848,21 +863,21 @@ function q(e) {
|
|
|
848
863
|
}
|
|
849
864
|
function re(e) {
|
|
850
865
|
var t;
|
|
851
|
-
return (t = (
|
|
866
|
+
return (t = (ln(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
852
867
|
}
|
|
853
|
-
function
|
|
868
|
+
function ln(e) {
|
|
854
869
|
return e instanceof Node || e instanceof q(e).Node;
|
|
855
870
|
}
|
|
856
|
-
function
|
|
871
|
+
function j(e) {
|
|
857
872
|
return e instanceof Element || e instanceof q(e).Element;
|
|
858
873
|
}
|
|
859
874
|
function Z(e) {
|
|
860
875
|
return e instanceof HTMLElement || e instanceof q(e).HTMLElement;
|
|
861
876
|
}
|
|
862
|
-
function
|
|
877
|
+
function dt(e) {
|
|
863
878
|
return typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof q(e).ShadowRoot;
|
|
864
879
|
}
|
|
865
|
-
function
|
|
880
|
+
function _e(e) {
|
|
866
881
|
const {
|
|
867
882
|
overflow: t,
|
|
868
883
|
overflowX: n,
|
|
@@ -871,33 +886,33 @@ function Ve(e) {
|
|
|
871
886
|
} = J(e);
|
|
872
887
|
return /auto|scroll|overlay|hidden|clip/.test(t + o + n) && !["inline", "contents"].includes(r);
|
|
873
888
|
}
|
|
874
|
-
function
|
|
875
|
-
return ["table", "td", "th"].includes(
|
|
889
|
+
function Ao(e) {
|
|
890
|
+
return ["table", "td", "th"].includes(le(e));
|
|
876
891
|
}
|
|
877
|
-
function
|
|
878
|
-
const t =
|
|
892
|
+
function bt(e) {
|
|
893
|
+
const t = yt(), n = J(e);
|
|
879
894
|
return n.transform !== "none" || n.perspective !== "none" || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((o) => (n.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (n.contain || "").includes(o));
|
|
880
895
|
}
|
|
881
|
-
function
|
|
896
|
+
function Oo(e) {
|
|
882
897
|
let t = ye(e);
|
|
883
898
|
for (; Z(t) && !Ae(t); ) {
|
|
884
|
-
if (
|
|
899
|
+
if (bt(t))
|
|
885
900
|
return t;
|
|
886
901
|
t = ye(t);
|
|
887
902
|
}
|
|
888
903
|
return null;
|
|
889
904
|
}
|
|
890
|
-
function
|
|
905
|
+
function yt() {
|
|
891
906
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
892
907
|
}
|
|
893
908
|
function Ae(e) {
|
|
894
|
-
return ["html", "body", "#document"].includes(
|
|
909
|
+
return ["html", "body", "#document"].includes(le(e));
|
|
895
910
|
}
|
|
896
911
|
function J(e) {
|
|
897
912
|
return q(e).getComputedStyle(e);
|
|
898
913
|
}
|
|
899
|
-
function
|
|
900
|
-
return
|
|
914
|
+
function tt(e) {
|
|
915
|
+
return j(e) ? {
|
|
901
916
|
scrollLeft: e.scrollLeft,
|
|
902
917
|
scrollTop: e.scrollTop
|
|
903
918
|
} : {
|
|
@@ -906,28 +921,28 @@ function et(e) {
|
|
|
906
921
|
};
|
|
907
922
|
}
|
|
908
923
|
function ye(e) {
|
|
909
|
-
if (
|
|
924
|
+
if (le(e) === "html")
|
|
910
925
|
return e;
|
|
911
926
|
const t = (
|
|
912
927
|
// Step into the shadow DOM of the parent of a slotted node.
|
|
913
928
|
e.assignedSlot || // DOM Element detected.
|
|
914
929
|
e.parentNode || // ShadowRoot detected.
|
|
915
|
-
|
|
930
|
+
dt(e) && e.host || // Fallback.
|
|
916
931
|
re(e)
|
|
917
932
|
);
|
|
918
|
-
return
|
|
933
|
+
return dt(t) ? t.host : t;
|
|
919
934
|
}
|
|
920
|
-
function
|
|
935
|
+
function an(e) {
|
|
921
936
|
const t = ye(e);
|
|
922
|
-
return Ae(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Z(t) &&
|
|
937
|
+
return Ae(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Z(t) && _e(t) ? t : an(t);
|
|
923
938
|
}
|
|
924
939
|
function ie(e, t, n) {
|
|
925
940
|
var o;
|
|
926
941
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
927
|
-
const r =
|
|
928
|
-
return i ? t.concat(s, s.visualViewport || [],
|
|
942
|
+
const r = an(e), i = r === ((o = e.ownerDocument) == null ? void 0 : o.body), s = q(r);
|
|
943
|
+
return i ? t.concat(s, s.visualViewport || [], _e(r) ? r : [], s.frameElement && n ? ie(s.frameElement) : []) : t.concat(r, ie(r, [], n));
|
|
929
944
|
}
|
|
930
|
-
function
|
|
945
|
+
function Do(e) {
|
|
931
946
|
let t = e.activeElement;
|
|
932
947
|
for (; ((n = t) == null || (n = n.shadowRoot) == null ? void 0 : n.activeElement) != null; ) {
|
|
933
948
|
var n;
|
|
@@ -941,7 +956,7 @@ function be(e, t) {
|
|
|
941
956
|
const n = t.getRootNode == null ? void 0 : t.getRootNode();
|
|
942
957
|
if (e.contains(t))
|
|
943
958
|
return !0;
|
|
944
|
-
if (n &&
|
|
959
|
+
if (n && dt(n)) {
|
|
945
960
|
let o = t;
|
|
946
961
|
for (; o; ) {
|
|
947
962
|
if (e === o)
|
|
@@ -951,23 +966,23 @@ function be(e, t) {
|
|
|
951
966
|
}
|
|
952
967
|
return !1;
|
|
953
968
|
}
|
|
954
|
-
function
|
|
969
|
+
function Mo() {
|
|
955
970
|
return /apple/i.test(navigator.vendor);
|
|
956
971
|
}
|
|
957
|
-
function
|
|
972
|
+
function Ue(e, t) {
|
|
958
973
|
const n = ["mouse", "pen"];
|
|
959
974
|
return t || n.push("", void 0), n.includes(e);
|
|
960
975
|
}
|
|
961
|
-
function
|
|
976
|
+
function Lo(e) {
|
|
962
977
|
return "nativeEvent" in e;
|
|
963
978
|
}
|
|
964
|
-
function
|
|
979
|
+
function Fo(e) {
|
|
965
980
|
return e.matches("html,body");
|
|
966
981
|
}
|
|
967
|
-
function
|
|
982
|
+
function ge(e) {
|
|
968
983
|
return (e == null ? void 0 : e.ownerDocument) || document;
|
|
969
984
|
}
|
|
970
|
-
function
|
|
985
|
+
function rt(e, t) {
|
|
971
986
|
if (t == null)
|
|
972
987
|
return !1;
|
|
973
988
|
if ("composedPath" in e)
|
|
@@ -978,19 +993,19 @@ function ot(e, t) {
|
|
|
978
993
|
function Ce(e) {
|
|
979
994
|
return "composedPath" in e ? e.composedPath()[0] : e.target;
|
|
980
995
|
}
|
|
981
|
-
const
|
|
982
|
-
function
|
|
983
|
-
return Z(e) && e.matches(
|
|
996
|
+
const zo = "input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";
|
|
997
|
+
function Wo(e) {
|
|
998
|
+
return Z(e) && e.matches(zo);
|
|
984
999
|
}
|
|
985
|
-
const oe = Math.min, Y = Math.max,
|
|
1000
|
+
const oe = Math.min, Y = Math.max, qe = Math.round, Xe = Math.floor, ae = (e) => ({
|
|
986
1001
|
x: e,
|
|
987
1002
|
y: e
|
|
988
|
-
}),
|
|
1003
|
+
}), No = {
|
|
989
1004
|
left: "right",
|
|
990
1005
|
right: "left",
|
|
991
1006
|
bottom: "top",
|
|
992
1007
|
top: "bottom"
|
|
993
|
-
},
|
|
1008
|
+
}, jo = {
|
|
994
1009
|
start: "end",
|
|
995
1010
|
end: "start"
|
|
996
1011
|
};
|
|
@@ -1003,35 +1018,35 @@ function Le(e, t) {
|
|
|
1003
1018
|
function ee(e) {
|
|
1004
1019
|
return e.split("-")[0];
|
|
1005
1020
|
}
|
|
1006
|
-
function
|
|
1021
|
+
function Ye(e) {
|
|
1007
1022
|
return e.split("-")[1];
|
|
1008
1023
|
}
|
|
1009
|
-
function
|
|
1024
|
+
function cn(e) {
|
|
1010
1025
|
return e === "x" ? "y" : "x";
|
|
1011
1026
|
}
|
|
1012
|
-
function
|
|
1027
|
+
function un(e) {
|
|
1013
1028
|
return e === "y" ? "height" : "width";
|
|
1014
1029
|
}
|
|
1015
1030
|
function Fe(e) {
|
|
1016
1031
|
return ["top", "bottom"].includes(ee(e)) ? "y" : "x";
|
|
1017
1032
|
}
|
|
1018
|
-
function
|
|
1019
|
-
return
|
|
1033
|
+
function dn(e) {
|
|
1034
|
+
return cn(Fe(e));
|
|
1020
1035
|
}
|
|
1021
|
-
function
|
|
1036
|
+
function Ho(e, t, n) {
|
|
1022
1037
|
n === void 0 && (n = !1);
|
|
1023
|
-
const o =
|
|
1038
|
+
const o = Ye(e), r = dn(e), i = un(r);
|
|
1024
1039
|
let s = r === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
|
|
1025
|
-
return t.reference[i] > t.floating[i] && (s =
|
|
1040
|
+
return t.reference[i] > t.floating[i] && (s = Ze(s)), [s, Ze(s)];
|
|
1026
1041
|
}
|
|
1027
|
-
function
|
|
1028
|
-
const t =
|
|
1029
|
-
return [
|
|
1042
|
+
function Vo(e) {
|
|
1043
|
+
const t = Ze(e);
|
|
1044
|
+
return [ft(e), t, ft(t)];
|
|
1030
1045
|
}
|
|
1031
|
-
function
|
|
1032
|
-
return e.replace(/start|end/g, (t) =>
|
|
1046
|
+
function ft(e) {
|
|
1047
|
+
return e.replace(/start|end/g, (t) => jo[t]);
|
|
1033
1048
|
}
|
|
1034
|
-
function
|
|
1049
|
+
function _o(e, t, n) {
|
|
1035
1050
|
const o = ["left", "right"], r = ["right", "left"], i = ["top", "bottom"], s = ["bottom", "top"];
|
|
1036
1051
|
switch (e) {
|
|
1037
1052
|
case "top":
|
|
@@ -1044,15 +1059,15 @@ function Vo(e, t, n) {
|
|
|
1044
1059
|
return [];
|
|
1045
1060
|
}
|
|
1046
1061
|
}
|
|
1047
|
-
function
|
|
1048
|
-
const r =
|
|
1049
|
-
let i =
|
|
1050
|
-
return r && (i = i.map((s) => s + "-" + r), t && (i = i.concat(i.map(
|
|
1062
|
+
function Yo(e, t, n, o) {
|
|
1063
|
+
const r = Ye(e);
|
|
1064
|
+
let i = _o(ee(e), n === "start", o);
|
|
1065
|
+
return r && (i = i.map((s) => s + "-" + r), t && (i = i.concat(i.map(ft)))), i;
|
|
1051
1066
|
}
|
|
1052
|
-
function
|
|
1053
|
-
return e.replace(/left|right|bottom|top/g, (t) =>
|
|
1067
|
+
function Ze(e) {
|
|
1068
|
+
return e.replace(/left|right|bottom|top/g, (t) => No[t]);
|
|
1054
1069
|
}
|
|
1055
|
-
function
|
|
1070
|
+
function Xo(e) {
|
|
1056
1071
|
return {
|
|
1057
1072
|
top: 0,
|
|
1058
1073
|
right: 0,
|
|
@@ -1061,8 +1076,8 @@ function Yo(e) {
|
|
|
1061
1076
|
...e
|
|
1062
1077
|
};
|
|
1063
1078
|
}
|
|
1064
|
-
function
|
|
1065
|
-
return typeof e != "number" ?
|
|
1079
|
+
function fn(e) {
|
|
1080
|
+
return typeof e != "number" ? Xo(e) : {
|
|
1066
1081
|
top: e,
|
|
1067
1082
|
right: e,
|
|
1068
1083
|
bottom: e,
|
|
@@ -1083,18 +1098,18 @@ function Mt(e, t, n) {
|
|
|
1083
1098
|
reference: o,
|
|
1084
1099
|
floating: r
|
|
1085
1100
|
} = e;
|
|
1086
|
-
const i = Fe(t), s =
|
|
1101
|
+
const i = Fe(t), s = dn(t), l = un(s), a = ee(t), c = i === "y", m = o.x + o.width / 2 - r.width / 2, u = o.y + o.height / 2 - r.height / 2, f = o[l] / 2 - r[l] / 2;
|
|
1087
1102
|
let d;
|
|
1088
1103
|
switch (a) {
|
|
1089
1104
|
case "top":
|
|
1090
1105
|
d = {
|
|
1091
|
-
x:
|
|
1106
|
+
x: m,
|
|
1092
1107
|
y: o.y - r.height
|
|
1093
1108
|
};
|
|
1094
1109
|
break;
|
|
1095
1110
|
case "bottom":
|
|
1096
1111
|
d = {
|
|
1097
|
-
x:
|
|
1112
|
+
x: m,
|
|
1098
1113
|
y: o.y + o.height
|
|
1099
1114
|
};
|
|
1100
1115
|
break;
|
|
@@ -1116,7 +1131,7 @@ function Mt(e, t, n) {
|
|
|
1116
1131
|
y: o.y
|
|
1117
1132
|
};
|
|
1118
1133
|
}
|
|
1119
|
-
switch (
|
|
1134
|
+
switch (Ye(t)) {
|
|
1120
1135
|
case "start":
|
|
1121
1136
|
d[s] -= f * (n && c ? -1 : 1);
|
|
1122
1137
|
break;
|
|
@@ -1126,7 +1141,7 @@ function Mt(e, t, n) {
|
|
|
1126
1141
|
}
|
|
1127
1142
|
return d;
|
|
1128
1143
|
}
|
|
1129
|
-
const
|
|
1144
|
+
const Ko = async (e, t, n) => {
|
|
1130
1145
|
const {
|
|
1131
1146
|
placement: o = "bottom",
|
|
1132
1147
|
strategy: r = "absolute",
|
|
@@ -1138,9 +1153,9 @@ const Xo = async (e, t, n) => {
|
|
|
1138
1153
|
floating: t,
|
|
1139
1154
|
strategy: r
|
|
1140
1155
|
}), {
|
|
1141
|
-
x:
|
|
1156
|
+
x: m,
|
|
1142
1157
|
y: u
|
|
1143
|
-
} = Mt(c, o, a), f = o, d = {},
|
|
1158
|
+
} = Mt(c, o, a), f = o, d = {}, g = 0;
|
|
1144
1159
|
for (let p = 0; p < l.length; p++) {
|
|
1145
1160
|
const {
|
|
1146
1161
|
name: w,
|
|
@@ -1151,7 +1166,7 @@ const Xo = async (e, t, n) => {
|
|
|
1151
1166
|
data: S,
|
|
1152
1167
|
reset: k
|
|
1153
1168
|
} = await h({
|
|
1154
|
-
x:
|
|
1169
|
+
x: m,
|
|
1155
1170
|
y: u,
|
|
1156
1171
|
initialPlacement: o,
|
|
1157
1172
|
placement: f,
|
|
@@ -1164,30 +1179,30 @@ const Xo = async (e, t, n) => {
|
|
|
1164
1179
|
floating: t
|
|
1165
1180
|
}
|
|
1166
1181
|
});
|
|
1167
|
-
|
|
1182
|
+
m = x ?? m, u = B ?? u, d = {
|
|
1168
1183
|
...d,
|
|
1169
1184
|
[w]: {
|
|
1170
1185
|
...d[w],
|
|
1171
1186
|
...S
|
|
1172
1187
|
}
|
|
1173
|
-
}, k &&
|
|
1188
|
+
}, k && g <= 50 && (g++, typeof k == "object" && (k.placement && (f = k.placement), k.rects && (c = k.rects === !0 ? await s.getElementRects({
|
|
1174
1189
|
reference: e,
|
|
1175
1190
|
floating: t,
|
|
1176
1191
|
strategy: r
|
|
1177
1192
|
}) : k.rects), {
|
|
1178
|
-
x:
|
|
1193
|
+
x: m,
|
|
1179
1194
|
y: u
|
|
1180
1195
|
} = Mt(c, f, a)), p = -1);
|
|
1181
1196
|
}
|
|
1182
1197
|
return {
|
|
1183
|
-
x:
|
|
1198
|
+
x: m,
|
|
1184
1199
|
y: u,
|
|
1185
1200
|
placement: f,
|
|
1186
1201
|
strategy: r,
|
|
1187
1202
|
middlewareData: d
|
|
1188
1203
|
};
|
|
1189
1204
|
};
|
|
1190
|
-
async function
|
|
1205
|
+
async function vt(e, t) {
|
|
1191
1206
|
var n;
|
|
1192
1207
|
t === void 0 && (t = {});
|
|
1193
1208
|
const {
|
|
@@ -1199,14 +1214,14 @@ async function yt(e, t) {
|
|
|
1199
1214
|
strategy: a
|
|
1200
1215
|
} = e, {
|
|
1201
1216
|
boundary: c = "clippingAncestors",
|
|
1202
|
-
rootBoundary:
|
|
1217
|
+
rootBoundary: m = "viewport",
|
|
1203
1218
|
elementContext: u = "floating",
|
|
1204
1219
|
altBoundary: f = !1,
|
|
1205
1220
|
padding: d = 0
|
|
1206
|
-
} = Le(t, e),
|
|
1221
|
+
} = Le(t, e), g = fn(d), w = l[f ? u === "floating" ? "reference" : "floating" : u], h = Oe(await i.getClippingRect({
|
|
1207
1222
|
element: (n = await (i.isElement == null ? void 0 : i.isElement(w))) == null || n ? w : w.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(l.floating)),
|
|
1208
1223
|
boundary: c,
|
|
1209
|
-
rootBoundary:
|
|
1224
|
+
rootBoundary: m,
|
|
1210
1225
|
strategy: a
|
|
1211
1226
|
})), x = u === "floating" ? {
|
|
1212
1227
|
...s.floating,
|
|
@@ -1225,13 +1240,13 @@ async function yt(e, t) {
|
|
|
1225
1240
|
strategy: a
|
|
1226
1241
|
}) : x);
|
|
1227
1242
|
return {
|
|
1228
|
-
top: (h.top - k.top +
|
|
1229
|
-
bottom: (k.bottom - h.bottom +
|
|
1230
|
-
left: (h.left - k.left +
|
|
1231
|
-
right: (k.right - h.right +
|
|
1243
|
+
top: (h.top - k.top + g.top) / S.y,
|
|
1244
|
+
bottom: (k.bottom - h.bottom + g.bottom) / S.y,
|
|
1245
|
+
left: (h.left - k.left + g.left) / S.x,
|
|
1246
|
+
right: (k.right - h.right + g.right) / S.x
|
|
1232
1247
|
};
|
|
1233
1248
|
}
|
|
1234
|
-
const
|
|
1249
|
+
const Go = function(e) {
|
|
1235
1250
|
return e === void 0 && (e = {}), {
|
|
1236
1251
|
name: "flip",
|
|
1237
1252
|
options: e,
|
|
@@ -1245,22 +1260,22 @@ const Ko = function(e) {
|
|
|
1245
1260
|
platform: a,
|
|
1246
1261
|
elements: c
|
|
1247
1262
|
} = t, {
|
|
1248
|
-
mainAxis:
|
|
1263
|
+
mainAxis: m = !0,
|
|
1249
1264
|
crossAxis: u = !0,
|
|
1250
1265
|
fallbackPlacements: f,
|
|
1251
1266
|
fallbackStrategy: d = "bestFit",
|
|
1252
|
-
fallbackAxisSideDirection:
|
|
1267
|
+
fallbackAxisSideDirection: g = "none",
|
|
1253
1268
|
flipAlignment: p = !0,
|
|
1254
1269
|
...w
|
|
1255
1270
|
} = Le(e, t);
|
|
1256
1271
|
if ((n = i.arrow) != null && n.alignmentOffset)
|
|
1257
1272
|
return {};
|
|
1258
|
-
const h = ee(r), x = ee(l) === l, B = await (a.isRTL == null ? void 0 : a.isRTL(c.floating)), S = f || (x || !p ? [
|
|
1259
|
-
!f &&
|
|
1260
|
-
const k = [l, ...S], C = await
|
|
1273
|
+
const h = ee(r), x = ee(l) === l, B = await (a.isRTL == null ? void 0 : a.isRTL(c.floating)), S = f || (x || !p ? [Ze(l)] : Vo(l));
|
|
1274
|
+
!f && g !== "none" && S.push(...Yo(l, p, g, B));
|
|
1275
|
+
const k = [l, ...S], C = await vt(t, w), P = [];
|
|
1261
1276
|
let T = ((o = i.flip) == null ? void 0 : o.overflows) || [];
|
|
1262
|
-
if (
|
|
1263
|
-
const M =
|
|
1277
|
+
if (m && P.push(C[h]), u) {
|
|
1278
|
+
const M = Ho(r, s, B);
|
|
1264
1279
|
P.push(C[M[0]], C[M[1]]);
|
|
1265
1280
|
}
|
|
1266
1281
|
if (T = [...T, {
|
|
@@ -1312,7 +1327,7 @@ function mn(e) {
|
|
|
1312
1327
|
height: r - n
|
|
1313
1328
|
};
|
|
1314
1329
|
}
|
|
1315
|
-
function
|
|
1330
|
+
function Uo(e) {
|
|
1316
1331
|
const t = e.slice().sort((r, i) => r.y - i.y), n = [];
|
|
1317
1332
|
let o = null;
|
|
1318
1333
|
for (let r = 0; r < t.length; r++) {
|
|
@@ -1321,7 +1336,7 @@ function Go(e) {
|
|
|
1321
1336
|
}
|
|
1322
1337
|
return n.map((r) => Oe(mn(r)));
|
|
1323
1338
|
}
|
|
1324
|
-
const
|
|
1339
|
+
const qo = function(e) {
|
|
1325
1340
|
return e === void 0 && (e = {}), {
|
|
1326
1341
|
name: "inline",
|
|
1327
1342
|
options: e,
|
|
@@ -1336,8 +1351,8 @@ const Uo = function(e) {
|
|
|
1336
1351
|
padding: l = 2,
|
|
1337
1352
|
x: a,
|
|
1338
1353
|
y: c
|
|
1339
|
-
} = Le(e, t),
|
|
1340
|
-
function
|
|
1354
|
+
} = Le(e, t), m = Array.from(await (i.getClientRects == null ? void 0 : i.getClientRects(o.reference)) || []), u = Uo(m), f = Oe(mn(m)), d = fn(l);
|
|
1355
|
+
function g() {
|
|
1341
1356
|
if (u.length === 2 && u[0].left > u[1].right && a != null && c != null)
|
|
1342
1357
|
return u.find((w) => a > w.left - d.left && a < w.right + d.right && c > w.top - d.top && c < w.bottom + d.bottom) || f;
|
|
1343
1358
|
if (u.length >= 2) {
|
|
@@ -1370,7 +1385,7 @@ const Uo = function(e) {
|
|
|
1370
1385
|
}
|
|
1371
1386
|
const p = await i.getElementRects({
|
|
1372
1387
|
reference: {
|
|
1373
|
-
getBoundingClientRect:
|
|
1388
|
+
getBoundingClientRect: g
|
|
1374
1389
|
},
|
|
1375
1390
|
floating: o.floating,
|
|
1376
1391
|
strategy: s
|
|
@@ -1383,16 +1398,16 @@ const Uo = function(e) {
|
|
|
1383
1398
|
}
|
|
1384
1399
|
};
|
|
1385
1400
|
};
|
|
1386
|
-
async function
|
|
1401
|
+
async function Zo(e, t) {
|
|
1387
1402
|
const {
|
|
1388
1403
|
placement: n,
|
|
1389
1404
|
platform: o,
|
|
1390
1405
|
elements: r
|
|
1391
|
-
} = e, i = await (o.isRTL == null ? void 0 : o.isRTL(r.floating)), s = ee(n), l =
|
|
1406
|
+
} = e, i = await (o.isRTL == null ? void 0 : o.isRTL(r.floating)), s = ee(n), l = Ye(n), a = Fe(n) === "y", c = ["left", "top"].includes(s) ? -1 : 1, m = i && a ? -1 : 1, u = Le(t, e);
|
|
1392
1407
|
let {
|
|
1393
1408
|
mainAxis: f,
|
|
1394
1409
|
crossAxis: d,
|
|
1395
|
-
alignmentAxis:
|
|
1410
|
+
alignmentAxis: g
|
|
1396
1411
|
} = typeof u == "number" ? {
|
|
1397
1412
|
mainAxis: u,
|
|
1398
1413
|
crossAxis: 0,
|
|
@@ -1403,15 +1418,15 @@ async function qo(e, t) {
|
|
|
1403
1418
|
alignmentAxis: null,
|
|
1404
1419
|
...u
|
|
1405
1420
|
};
|
|
1406
|
-
return l && typeof
|
|
1407
|
-
x: d *
|
|
1421
|
+
return l && typeof g == "number" && (d = l === "end" ? g * -1 : g), a ? {
|
|
1422
|
+
x: d * m,
|
|
1408
1423
|
y: f * c
|
|
1409
1424
|
} : {
|
|
1410
1425
|
x: f * c,
|
|
1411
|
-
y: d *
|
|
1426
|
+
y: d * m
|
|
1412
1427
|
};
|
|
1413
1428
|
}
|
|
1414
|
-
const
|
|
1429
|
+
const Jo = function(e) {
|
|
1415
1430
|
return e === void 0 && (e = 0), {
|
|
1416
1431
|
name: "offset",
|
|
1417
1432
|
options: e,
|
|
@@ -1422,7 +1437,7 @@ const Zo = function(e) {
|
|
|
1422
1437
|
y: i,
|
|
1423
1438
|
placement: s,
|
|
1424
1439
|
middlewareData: l
|
|
1425
|
-
} = t, a = await
|
|
1440
|
+
} = t, a = await Zo(t, e);
|
|
1426
1441
|
return s === ((n = l.offset) == null ? void 0 : n.placement) && (o = l.arrow) != null && o.alignmentOffset ? {} : {
|
|
1427
1442
|
x: r + a.x,
|
|
1428
1443
|
y: i + a.y,
|
|
@@ -1433,7 +1448,7 @@ const Zo = function(e) {
|
|
|
1433
1448
|
};
|
|
1434
1449
|
}
|
|
1435
1450
|
};
|
|
1436
|
-
},
|
|
1451
|
+
}, Qo = function(e) {
|
|
1437
1452
|
return e === void 0 && (e = {}), {
|
|
1438
1453
|
name: "shift",
|
|
1439
1454
|
options: e,
|
|
@@ -1461,20 +1476,20 @@ const Zo = function(e) {
|
|
|
1461
1476
|
} = Le(e, t), c = {
|
|
1462
1477
|
x: n,
|
|
1463
1478
|
y: o
|
|
1464
|
-
},
|
|
1465
|
-
let d = c[f],
|
|
1479
|
+
}, m = await vt(t, a), u = Fe(ee(r)), f = cn(u);
|
|
1480
|
+
let d = c[f], g = c[u];
|
|
1466
1481
|
if (i) {
|
|
1467
|
-
const w = f === "y" ? "top" : "left", h = f === "y" ? "bottom" : "right", x = d +
|
|
1482
|
+
const w = f === "y" ? "top" : "left", h = f === "y" ? "bottom" : "right", x = d + m[w], B = d - m[h];
|
|
1468
1483
|
d = Dt(x, d, B);
|
|
1469
1484
|
}
|
|
1470
1485
|
if (s) {
|
|
1471
|
-
const w = u === "y" ? "top" : "left", h = u === "y" ? "bottom" : "right", x =
|
|
1472
|
-
|
|
1486
|
+
const w = u === "y" ? "top" : "left", h = u === "y" ? "bottom" : "right", x = g + m[w], B = g - m[h];
|
|
1487
|
+
g = Dt(x, g, B);
|
|
1473
1488
|
}
|
|
1474
1489
|
const p = l.fn({
|
|
1475
1490
|
...t,
|
|
1476
1491
|
[f]: d,
|
|
1477
|
-
[u]:
|
|
1492
|
+
[u]: g
|
|
1478
1493
|
});
|
|
1479
1494
|
return {
|
|
1480
1495
|
...p,
|
|
@@ -1485,7 +1500,7 @@ const Zo = function(e) {
|
|
|
1485
1500
|
};
|
|
1486
1501
|
}
|
|
1487
1502
|
};
|
|
1488
|
-
},
|
|
1503
|
+
}, er = function(e) {
|
|
1489
1504
|
return e === void 0 && (e = {}), {
|
|
1490
1505
|
name: "size",
|
|
1491
1506
|
options: e,
|
|
@@ -1499,22 +1514,22 @@ const Zo = function(e) {
|
|
|
1499
1514
|
apply: s = () => {
|
|
1500
1515
|
},
|
|
1501
1516
|
...l
|
|
1502
|
-
} = Le(e, t), a = await
|
|
1517
|
+
} = Le(e, t), a = await vt(t, l), c = ee(n), m = Ye(n), u = Fe(n) === "y", {
|
|
1503
1518
|
width: f,
|
|
1504
1519
|
height: d
|
|
1505
1520
|
} = o.floating;
|
|
1506
|
-
let
|
|
1507
|
-
c === "top" || c === "bottom" ? (
|
|
1508
|
-
const w = d - a[
|
|
1521
|
+
let g, p;
|
|
1522
|
+
c === "top" || c === "bottom" ? (g = c, p = m === (await (r.isRTL == null ? void 0 : r.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (p = c, g = m === "end" ? "top" : "bottom");
|
|
1523
|
+
const w = d - a[g], h = f - a[p], x = !t.middlewareData.shift;
|
|
1509
1524
|
let B = w, S = h;
|
|
1510
1525
|
if (u) {
|
|
1511
1526
|
const C = f - a.left - a.right;
|
|
1512
|
-
S =
|
|
1527
|
+
S = m || x ? oe(h, C) : C;
|
|
1513
1528
|
} else {
|
|
1514
1529
|
const C = d - a.top - a.bottom;
|
|
1515
|
-
B =
|
|
1530
|
+
B = m || x ? oe(w, C) : C;
|
|
1516
1531
|
}
|
|
1517
|
-
if (x && !
|
|
1532
|
+
if (x && !m) {
|
|
1518
1533
|
const C = Y(a.left, 0), P = Y(a.right, 0), T = Y(a.top, 0), D = Y(a.bottom, 0);
|
|
1519
1534
|
u ? S = f - 2 * (C !== 0 || P !== 0 ? C + P : Y(a.left, a.right)) : B = d - 2 * (T !== 0 || D !== 0 ? T + D : Y(a.top, a.bottom));
|
|
1520
1535
|
}
|
|
@@ -1532,70 +1547,70 @@ const Zo = function(e) {
|
|
|
1532
1547
|
}
|
|
1533
1548
|
};
|
|
1534
1549
|
};
|
|
1535
|
-
function
|
|
1550
|
+
function gn(e) {
|
|
1536
1551
|
const t = J(e);
|
|
1537
1552
|
let n = parseFloat(t.width) || 0, o = parseFloat(t.height) || 0;
|
|
1538
|
-
const r = Z(e), i = r ? e.offsetWidth : n, s = r ? e.offsetHeight : o, l =
|
|
1553
|
+
const r = Z(e), i = r ? e.offsetWidth : n, s = r ? e.offsetHeight : o, l = qe(n) !== i || qe(o) !== s;
|
|
1539
1554
|
return l && (n = i, o = s), {
|
|
1540
1555
|
width: n,
|
|
1541
1556
|
height: o,
|
|
1542
1557
|
$: l
|
|
1543
1558
|
};
|
|
1544
1559
|
}
|
|
1545
|
-
function
|
|
1546
|
-
return
|
|
1560
|
+
function xt(e) {
|
|
1561
|
+
return j(e) ? e : e.contextElement;
|
|
1547
1562
|
}
|
|
1548
|
-
function
|
|
1549
|
-
const t =
|
|
1563
|
+
function Pe(e) {
|
|
1564
|
+
const t = xt(e);
|
|
1550
1565
|
if (!Z(t))
|
|
1551
|
-
return
|
|
1566
|
+
return ae(1);
|
|
1552
1567
|
const n = t.getBoundingClientRect(), {
|
|
1553
1568
|
width: o,
|
|
1554
1569
|
height: r,
|
|
1555
1570
|
$: i
|
|
1556
|
-
} =
|
|
1557
|
-
let s = (i ?
|
|
1571
|
+
} = gn(t);
|
|
1572
|
+
let s = (i ? qe(n.width) : n.width) / o, l = (i ? qe(n.height) : n.height) / r;
|
|
1558
1573
|
return (!s || !Number.isFinite(s)) && (s = 1), (!l || !Number.isFinite(l)) && (l = 1), {
|
|
1559
1574
|
x: s,
|
|
1560
1575
|
y: l
|
|
1561
1576
|
};
|
|
1562
1577
|
}
|
|
1563
|
-
const
|
|
1564
|
-
function
|
|
1578
|
+
const tr = /* @__PURE__ */ ae(0);
|
|
1579
|
+
function pn(e) {
|
|
1565
1580
|
const t = q(e);
|
|
1566
|
-
return !
|
|
1581
|
+
return !yt() || !t.visualViewport ? tr : {
|
|
1567
1582
|
x: t.visualViewport.offsetLeft,
|
|
1568
1583
|
y: t.visualViewport.offsetTop
|
|
1569
1584
|
};
|
|
1570
1585
|
}
|
|
1571
|
-
function
|
|
1586
|
+
function nr(e, t, n) {
|
|
1572
1587
|
return t === void 0 && (t = !1), !n || t && n !== q(e) ? !1 : t;
|
|
1573
1588
|
}
|
|
1574
1589
|
function ve(e, t, n, o) {
|
|
1575
1590
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
1576
|
-
const r = e.getBoundingClientRect(), i =
|
|
1577
|
-
let s =
|
|
1578
|
-
t && (o ?
|
|
1579
|
-
const l =
|
|
1580
|
-
let a = (r.left + l.x) / s.x, c = (r.top + l.y) / s.y,
|
|
1591
|
+
const r = e.getBoundingClientRect(), i = xt(e);
|
|
1592
|
+
let s = ae(1);
|
|
1593
|
+
t && (o ? j(o) && (s = Pe(o)) : s = Pe(e));
|
|
1594
|
+
const l = nr(i, n, o) ? pn(i) : ae(0);
|
|
1595
|
+
let a = (r.left + l.x) / s.x, c = (r.top + l.y) / s.y, m = r.width / s.x, u = r.height / s.y;
|
|
1581
1596
|
if (i) {
|
|
1582
|
-
const f = q(i), d = o &&
|
|
1583
|
-
let
|
|
1584
|
-
for (; p && o && d !==
|
|
1585
|
-
const w =
|
|
1586
|
-
a *= w.x, c *= w.y,
|
|
1597
|
+
const f = q(i), d = o && j(o) ? q(o) : o;
|
|
1598
|
+
let g = f, p = g.frameElement;
|
|
1599
|
+
for (; p && o && d !== g; ) {
|
|
1600
|
+
const w = Pe(p), h = p.getBoundingClientRect(), x = J(p), B = h.left + (p.clientLeft + parseFloat(x.paddingLeft)) * w.x, S = h.top + (p.clientTop + parseFloat(x.paddingTop)) * w.y;
|
|
1601
|
+
a *= w.x, c *= w.y, m *= w.x, u *= w.y, a += B, c += S, g = q(p), p = g.frameElement;
|
|
1587
1602
|
}
|
|
1588
1603
|
}
|
|
1589
1604
|
return Oe({
|
|
1590
|
-
width:
|
|
1605
|
+
width: m,
|
|
1591
1606
|
height: u,
|
|
1592
1607
|
x: a,
|
|
1593
1608
|
y: c
|
|
1594
1609
|
});
|
|
1595
1610
|
}
|
|
1596
|
-
const
|
|
1597
|
-
function
|
|
1598
|
-
return
|
|
1611
|
+
const or = [":popover-open", ":modal"];
|
|
1612
|
+
function hn(e) {
|
|
1613
|
+
return or.some((t) => {
|
|
1599
1614
|
try {
|
|
1600
1615
|
return e.matches(t);
|
|
1601
1616
|
} catch {
|
|
@@ -1603,41 +1618,41 @@ function bn(e) {
|
|
|
1603
1618
|
}
|
|
1604
1619
|
});
|
|
1605
1620
|
}
|
|
1606
|
-
function
|
|
1621
|
+
function rr(e) {
|
|
1607
1622
|
let {
|
|
1608
1623
|
elements: t,
|
|
1609
1624
|
rect: n,
|
|
1610
1625
|
offsetParent: o,
|
|
1611
1626
|
strategy: r
|
|
1612
1627
|
} = e;
|
|
1613
|
-
const i = r === "fixed", s = re(o), l = t ?
|
|
1628
|
+
const i = r === "fixed", s = re(o), l = t ? hn(t.floating) : !1;
|
|
1614
1629
|
if (o === s || l && i)
|
|
1615
1630
|
return n;
|
|
1616
1631
|
let a = {
|
|
1617
1632
|
scrollLeft: 0,
|
|
1618
1633
|
scrollTop: 0
|
|
1619
|
-
}, c =
|
|
1620
|
-
const
|
|
1621
|
-
if ((u || !u && !i) && ((
|
|
1634
|
+
}, c = ae(1);
|
|
1635
|
+
const m = ae(0), u = Z(o);
|
|
1636
|
+
if ((u || !u && !i) && ((le(o) !== "body" || _e(s)) && (a = tt(o)), Z(o))) {
|
|
1622
1637
|
const f = ve(o);
|
|
1623
|
-
c =
|
|
1638
|
+
c = Pe(o), m.x = f.x + o.clientLeft, m.y = f.y + o.clientTop;
|
|
1624
1639
|
}
|
|
1625
1640
|
return {
|
|
1626
1641
|
width: n.width * c.x,
|
|
1627
1642
|
height: n.height * c.y,
|
|
1628
|
-
x: n.x * c.x - a.scrollLeft * c.x +
|
|
1629
|
-
y: n.y * c.y - a.scrollTop * c.y +
|
|
1643
|
+
x: n.x * c.x - a.scrollLeft * c.x + m.x,
|
|
1644
|
+
y: n.y * c.y - a.scrollTop * c.y + m.y
|
|
1630
1645
|
};
|
|
1631
1646
|
}
|
|
1632
|
-
function
|
|
1647
|
+
function ir(e) {
|
|
1633
1648
|
return Array.from(e.getClientRects());
|
|
1634
1649
|
}
|
|
1635
|
-
function
|
|
1636
|
-
return ve(re(e)).left +
|
|
1650
|
+
function bn(e) {
|
|
1651
|
+
return ve(re(e)).left + tt(e).scrollLeft;
|
|
1637
1652
|
}
|
|
1638
|
-
function
|
|
1639
|
-
const t = re(e), n =
|
|
1640
|
-
let s = -n.scrollLeft +
|
|
1653
|
+
function sr(e) {
|
|
1654
|
+
const t = re(e), n = tt(e), o = e.ownerDocument.body, r = Y(t.scrollWidth, t.clientWidth, o.scrollWidth, o.clientWidth), i = Y(t.scrollHeight, t.clientHeight, o.scrollHeight, o.clientHeight);
|
|
1655
|
+
let s = -n.scrollLeft + bn(e);
|
|
1641
1656
|
const l = -n.scrollTop;
|
|
1642
1657
|
return J(o).direction === "rtl" && (s += Y(t.clientWidth, o.clientWidth) - r), {
|
|
1643
1658
|
width: r,
|
|
@@ -1646,12 +1661,12 @@ function ir(e) {
|
|
|
1646
1661
|
y: l
|
|
1647
1662
|
};
|
|
1648
1663
|
}
|
|
1649
|
-
function
|
|
1664
|
+
function lr(e, t) {
|
|
1650
1665
|
const n = q(e), o = re(e), r = n.visualViewport;
|
|
1651
1666
|
let i = o.clientWidth, s = o.clientHeight, l = 0, a = 0;
|
|
1652
1667
|
if (r) {
|
|
1653
1668
|
i = r.width, s = r.height;
|
|
1654
|
-
const c =
|
|
1669
|
+
const c = yt();
|
|
1655
1670
|
(!c || c && t === "fixed") && (l = r.offsetLeft, a = r.offsetTop);
|
|
1656
1671
|
}
|
|
1657
1672
|
return {
|
|
@@ -1661,8 +1676,8 @@ function sr(e, t) {
|
|
|
1661
1676
|
y: a
|
|
1662
1677
|
};
|
|
1663
1678
|
}
|
|
1664
|
-
function
|
|
1665
|
-
const n = ve(e, !0, t === "fixed"), o = n.top + e.clientTop, r = n.left + e.clientLeft, i = Z(e) ?
|
|
1679
|
+
function ar(e, t) {
|
|
1680
|
+
const n = ve(e, !0, t === "fixed"), o = n.top + e.clientTop, r = n.left + e.clientLeft, i = Z(e) ? Pe(e) : ae(1), s = e.clientWidth * i.x, l = e.clientHeight * i.y, a = r * i.x, c = o * i.y;
|
|
1666
1681
|
return {
|
|
1667
1682
|
width: s,
|
|
1668
1683
|
height: l,
|
|
@@ -1673,13 +1688,13 @@ function lr(e, t) {
|
|
|
1673
1688
|
function Lt(e, t, n) {
|
|
1674
1689
|
let o;
|
|
1675
1690
|
if (t === "viewport")
|
|
1676
|
-
o =
|
|
1691
|
+
o = lr(e, n);
|
|
1677
1692
|
else if (t === "document")
|
|
1678
|
-
o =
|
|
1679
|
-
else if (
|
|
1680
|
-
o =
|
|
1693
|
+
o = sr(re(e));
|
|
1694
|
+
else if (j(t))
|
|
1695
|
+
o = ar(t, n);
|
|
1681
1696
|
else {
|
|
1682
|
-
const r =
|
|
1697
|
+
const r = pn(e);
|
|
1683
1698
|
o = {
|
|
1684
1699
|
...t,
|
|
1685
1700
|
x: t.x - r.x,
|
|
@@ -1688,32 +1703,32 @@ function Lt(e, t, n) {
|
|
|
1688
1703
|
}
|
|
1689
1704
|
return Oe(o);
|
|
1690
1705
|
}
|
|
1691
|
-
function
|
|
1706
|
+
function yn(e, t) {
|
|
1692
1707
|
const n = ye(e);
|
|
1693
|
-
return n === t || !
|
|
1708
|
+
return n === t || !j(n) || Ae(n) ? !1 : J(n).position === "fixed" || yn(n, t);
|
|
1694
1709
|
}
|
|
1695
|
-
function
|
|
1710
|
+
function cr(e, t) {
|
|
1696
1711
|
const n = t.get(e);
|
|
1697
1712
|
if (n)
|
|
1698
1713
|
return n;
|
|
1699
|
-
let o = ie(e, [], !1).filter((l) =>
|
|
1714
|
+
let o = ie(e, [], !1).filter((l) => j(l) && le(l) !== "body"), r = null;
|
|
1700
1715
|
const i = J(e).position === "fixed";
|
|
1701
1716
|
let s = i ? ye(e) : e;
|
|
1702
|
-
for (;
|
|
1703
|
-
const l = J(s), a =
|
|
1704
|
-
!a && l.position === "fixed" && (r = null), (i ? !a && !r : !a && l.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) ||
|
|
1717
|
+
for (; j(s) && !Ae(s); ) {
|
|
1718
|
+
const l = J(s), a = bt(s);
|
|
1719
|
+
!a && l.position === "fixed" && (r = null), (i ? !a && !r : !a && l.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || _e(s) && !a && yn(e, s)) ? o = o.filter((m) => m !== s) : r = l, s = ye(s);
|
|
1705
1720
|
}
|
|
1706
1721
|
return t.set(e, o), o;
|
|
1707
1722
|
}
|
|
1708
|
-
function
|
|
1723
|
+
function ur(e) {
|
|
1709
1724
|
let {
|
|
1710
1725
|
element: t,
|
|
1711
1726
|
boundary: n,
|
|
1712
1727
|
rootBoundary: o,
|
|
1713
1728
|
strategy: r
|
|
1714
1729
|
} = e;
|
|
1715
|
-
const s = [...n === "clippingAncestors" ?
|
|
1716
|
-
const u = Lt(t,
|
|
1730
|
+
const s = [...n === "clippingAncestors" ? cr(t, this._c) : [].concat(n), o], l = s[0], a = s.reduce((c, m) => {
|
|
1731
|
+
const u = Lt(t, m, r);
|
|
1717
1732
|
return c.top = Y(u.top, c.top), c.right = oe(u.right, c.right), c.bottom = oe(u.bottom, c.bottom), c.left = Y(u.left, c.left), c;
|
|
1718
1733
|
}, Lt(t, l, r));
|
|
1719
1734
|
return {
|
|
@@ -1723,33 +1738,33 @@ function cr(e) {
|
|
|
1723
1738
|
y: a.top
|
|
1724
1739
|
};
|
|
1725
1740
|
}
|
|
1726
|
-
function
|
|
1741
|
+
function dr(e) {
|
|
1727
1742
|
const {
|
|
1728
1743
|
width: t,
|
|
1729
1744
|
height: n
|
|
1730
|
-
} =
|
|
1745
|
+
} = gn(e);
|
|
1731
1746
|
return {
|
|
1732
1747
|
width: t,
|
|
1733
1748
|
height: n
|
|
1734
1749
|
};
|
|
1735
1750
|
}
|
|
1736
|
-
function
|
|
1751
|
+
function fr(e, t, n) {
|
|
1737
1752
|
const o = Z(t), r = re(t), i = n === "fixed", s = ve(e, !0, i, t);
|
|
1738
1753
|
let l = {
|
|
1739
1754
|
scrollLeft: 0,
|
|
1740
1755
|
scrollTop: 0
|
|
1741
1756
|
};
|
|
1742
|
-
const a =
|
|
1757
|
+
const a = ae(0);
|
|
1743
1758
|
if (o || !o && !i)
|
|
1744
|
-
if ((
|
|
1759
|
+
if ((le(t) !== "body" || _e(r)) && (l = tt(t)), o) {
|
|
1745
1760
|
const u = ve(t, !0, i, t);
|
|
1746
1761
|
a.x = u.x + t.clientLeft, a.y = u.y + t.clientTop;
|
|
1747
1762
|
} else
|
|
1748
|
-
r && (a.x =
|
|
1749
|
-
const c = s.left + l.scrollLeft - a.x,
|
|
1763
|
+
r && (a.x = bn(r));
|
|
1764
|
+
const c = s.left + l.scrollLeft - a.x, m = s.top + l.scrollTop - a.y;
|
|
1750
1765
|
return {
|
|
1751
1766
|
x: c,
|
|
1752
|
-
y:
|
|
1767
|
+
y: m,
|
|
1753
1768
|
width: s.width,
|
|
1754
1769
|
height: s.height
|
|
1755
1770
|
};
|
|
@@ -1757,19 +1772,19 @@ function dr(e, t, n) {
|
|
|
1757
1772
|
function Ft(e, t) {
|
|
1758
1773
|
return !Z(e) || J(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
|
|
1759
1774
|
}
|
|
1760
|
-
function
|
|
1775
|
+
function vn(e, t) {
|
|
1761
1776
|
const n = q(e);
|
|
1762
|
-
if (!Z(e) ||
|
|
1777
|
+
if (!Z(e) || hn(e))
|
|
1763
1778
|
return n;
|
|
1764
1779
|
let o = Ft(e, t);
|
|
1765
|
-
for (; o &&
|
|
1780
|
+
for (; o && Ao(o) && J(o).position === "static"; )
|
|
1766
1781
|
o = Ft(o, t);
|
|
1767
|
-
return o && (
|
|
1782
|
+
return o && (le(o) === "html" || le(o) === "body" && J(o).position === "static" && !bt(o)) ? n : o || Oo(e) || n;
|
|
1768
1783
|
}
|
|
1769
|
-
const
|
|
1770
|
-
const t = this.getOffsetParent ||
|
|
1784
|
+
const mr = async function(e) {
|
|
1785
|
+
const t = this.getOffsetParent || vn, n = this.getDimensions;
|
|
1771
1786
|
return {
|
|
1772
|
-
reference:
|
|
1787
|
+
reference: fr(e.reference, await t(e.floating), e.strategy),
|
|
1773
1788
|
floating: {
|
|
1774
1789
|
x: 0,
|
|
1775
1790
|
y: 0,
|
|
@@ -1780,19 +1795,19 @@ const fr = async function(e) {
|
|
|
1780
1795
|
function gr(e) {
|
|
1781
1796
|
return J(e).direction === "rtl";
|
|
1782
1797
|
}
|
|
1783
|
-
const
|
|
1784
|
-
convertOffsetParentRelativeRectToViewportRelativeRect:
|
|
1798
|
+
const pr = {
|
|
1799
|
+
convertOffsetParentRelativeRectToViewportRelativeRect: rr,
|
|
1785
1800
|
getDocumentElement: re,
|
|
1786
|
-
getClippingRect:
|
|
1787
|
-
getOffsetParent:
|
|
1788
|
-
getElementRects:
|
|
1789
|
-
getClientRects:
|
|
1790
|
-
getDimensions:
|
|
1791
|
-
getScale:
|
|
1792
|
-
isElement:
|
|
1801
|
+
getClippingRect: ur,
|
|
1802
|
+
getOffsetParent: vn,
|
|
1803
|
+
getElementRects: mr,
|
|
1804
|
+
getClientRects: ir,
|
|
1805
|
+
getDimensions: dr,
|
|
1806
|
+
getScale: Pe,
|
|
1807
|
+
isElement: j,
|
|
1793
1808
|
isRTL: gr
|
|
1794
1809
|
};
|
|
1795
|
-
function
|
|
1810
|
+
function hr(e, t) {
|
|
1796
1811
|
let n = null, o;
|
|
1797
1812
|
const r = re(e);
|
|
1798
1813
|
function i() {
|
|
@@ -1803,14 +1818,14 @@ function pr(e, t) {
|
|
|
1803
1818
|
l === void 0 && (l = !1), a === void 0 && (a = 1), i();
|
|
1804
1819
|
const {
|
|
1805
1820
|
left: c,
|
|
1806
|
-
top:
|
|
1821
|
+
top: m,
|
|
1807
1822
|
width: u,
|
|
1808
1823
|
height: f
|
|
1809
1824
|
} = e.getBoundingClientRect();
|
|
1810
1825
|
if (l || t(), !u || !f)
|
|
1811
1826
|
return;
|
|
1812
|
-
const d =
|
|
1813
|
-
rootMargin: -d + "px " + -
|
|
1827
|
+
const d = Xe(m), g = Xe(r.clientWidth - (c + u)), p = Xe(r.clientHeight - (m + f)), w = Xe(c), x = {
|
|
1828
|
+
rootMargin: -d + "px " + -g + "px " + -p + "px " + -w + "px",
|
|
1814
1829
|
threshold: Y(0, oe(1, a)) || 1
|
|
1815
1830
|
};
|
|
1816
1831
|
let B = !0;
|
|
@@ -1838,7 +1853,7 @@ function pr(e, t) {
|
|
|
1838
1853
|
}
|
|
1839
1854
|
return s(!0), i;
|
|
1840
1855
|
}
|
|
1841
|
-
function
|
|
1856
|
+
function br(e, t, n, o) {
|
|
1842
1857
|
o === void 0 && (o = {});
|
|
1843
1858
|
const {
|
|
1844
1859
|
ancestorScroll: r = !0,
|
|
@@ -1846,13 +1861,13 @@ function hr(e, t, n, o) {
|
|
|
1846
1861
|
elementResize: s = typeof ResizeObserver == "function",
|
|
1847
1862
|
layoutShift: l = typeof IntersectionObserver == "function",
|
|
1848
1863
|
animationFrame: a = !1
|
|
1849
|
-
} = o, c =
|
|
1850
|
-
|
|
1864
|
+
} = o, c = xt(e), m = r || i ? [...c ? ie(c) : [], ...ie(t)] : [];
|
|
1865
|
+
m.forEach((h) => {
|
|
1851
1866
|
r && h.addEventListener("scroll", n, {
|
|
1852
1867
|
passive: !0
|
|
1853
1868
|
}), i && h.addEventListener("resize", n);
|
|
1854
1869
|
});
|
|
1855
|
-
const u = c && l ?
|
|
1870
|
+
const u = c && l ? hr(c, n) : null;
|
|
1856
1871
|
let f = -1, d = null;
|
|
1857
1872
|
s && (d = new ResizeObserver((h) => {
|
|
1858
1873
|
let [x] = h;
|
|
@@ -1861,34 +1876,34 @@ function hr(e, t, n, o) {
|
|
|
1861
1876
|
(B = d) == null || B.observe(t);
|
|
1862
1877
|
})), n();
|
|
1863
1878
|
}), c && !a && d.observe(c), d.observe(t));
|
|
1864
|
-
let
|
|
1879
|
+
let g, p = a ? ve(e) : null;
|
|
1865
1880
|
a && w();
|
|
1866
1881
|
function w() {
|
|
1867
1882
|
const h = ve(e);
|
|
1868
|
-
p && (h.x !== p.x || h.y !== p.y || h.width !== p.width || h.height !== p.height) && n(), p = h,
|
|
1883
|
+
p && (h.x !== p.x || h.y !== p.y || h.width !== p.width || h.height !== p.height) && n(), p = h, g = requestAnimationFrame(w);
|
|
1869
1884
|
}
|
|
1870
1885
|
return n(), () => {
|
|
1871
1886
|
var h;
|
|
1872
|
-
|
|
1887
|
+
m.forEach((x) => {
|
|
1873
1888
|
r && x.removeEventListener("scroll", n), i && x.removeEventListener("resize", n);
|
|
1874
|
-
}), u == null || u(), (h = d) == null || h.disconnect(), d = null, a && cancelAnimationFrame(
|
|
1889
|
+
}), u == null || u(), (h = d) == null || h.disconnect(), d = null, a && cancelAnimationFrame(g);
|
|
1875
1890
|
};
|
|
1876
1891
|
}
|
|
1877
|
-
const
|
|
1892
|
+
const yr = Qo, vr = Go, Fi = er, zi = qo, xr = (e, t, n) => {
|
|
1878
1893
|
const o = /* @__PURE__ */ new Map(), r = {
|
|
1879
|
-
platform:
|
|
1894
|
+
platform: pr,
|
|
1880
1895
|
...n
|
|
1881
1896
|
}, i = {
|
|
1882
1897
|
...r.platform,
|
|
1883
1898
|
_c: o
|
|
1884
1899
|
};
|
|
1885
|
-
return
|
|
1900
|
+
return Ko(e, t, {
|
|
1886
1901
|
...r,
|
|
1887
1902
|
platform: i
|
|
1888
1903
|
});
|
|
1889
1904
|
};
|
|
1890
|
-
var
|
|
1891
|
-
function
|
|
1905
|
+
var Ke = typeof document < "u" ? en : tn;
|
|
1906
|
+
function Je(e, t) {
|
|
1892
1907
|
if (e === t)
|
|
1893
1908
|
return !0;
|
|
1894
1909
|
if (typeof e != typeof t)
|
|
@@ -1901,7 +1916,7 @@ function Ze(e, t) {
|
|
|
1901
1916
|
if (n = e.length, n !== t.length)
|
|
1902
1917
|
return !1;
|
|
1903
1918
|
for (o = n; o-- !== 0; )
|
|
1904
|
-
if (!
|
|
1919
|
+
if (!Je(e[o], t[o]))
|
|
1905
1920
|
return !1;
|
|
1906
1921
|
return !0;
|
|
1907
1922
|
}
|
|
@@ -1912,27 +1927,27 @@ function Ze(e, t) {
|
|
|
1912
1927
|
return !1;
|
|
1913
1928
|
for (o = n; o-- !== 0; ) {
|
|
1914
1929
|
const i = r[o];
|
|
1915
|
-
if (!(i === "_owner" && e.$$typeof) && !
|
|
1930
|
+
if (!(i === "_owner" && e.$$typeof) && !Je(e[i], t[i]))
|
|
1916
1931
|
return !1;
|
|
1917
1932
|
}
|
|
1918
1933
|
return !0;
|
|
1919
1934
|
}
|
|
1920
1935
|
return e !== e && t !== t;
|
|
1921
1936
|
}
|
|
1922
|
-
function
|
|
1937
|
+
function xn(e) {
|
|
1923
1938
|
return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
1924
1939
|
}
|
|
1925
1940
|
function zt(e, t) {
|
|
1926
|
-
const n =
|
|
1941
|
+
const n = xn(e);
|
|
1927
1942
|
return Math.round(t * n) / n;
|
|
1928
1943
|
}
|
|
1929
1944
|
function Wt(e) {
|
|
1930
1945
|
const t = y.useRef(e);
|
|
1931
|
-
return
|
|
1946
|
+
return Ke(() => {
|
|
1932
1947
|
t.current = e;
|
|
1933
1948
|
}), t;
|
|
1934
1949
|
}
|
|
1935
|
-
function
|
|
1950
|
+
function wr(e) {
|
|
1936
1951
|
e === void 0 && (e = {});
|
|
1937
1952
|
const {
|
|
1938
1953
|
placement: t = "bottom",
|
|
@@ -1946,7 +1961,7 @@ function xr(e) {
|
|
|
1946
1961
|
transform: l = !0,
|
|
1947
1962
|
whileElementsMounted: a,
|
|
1948
1963
|
open: c
|
|
1949
|
-
} = e, [
|
|
1964
|
+
} = e, [m, u] = y.useState({
|
|
1950
1965
|
x: 0,
|
|
1951
1966
|
y: 0,
|
|
1952
1967
|
strategy: n,
|
|
@@ -1954,12 +1969,12 @@ function xr(e) {
|
|
|
1954
1969
|
middlewareData: {},
|
|
1955
1970
|
isPositioned: !1
|
|
1956
1971
|
}), [f, d] = y.useState(o);
|
|
1957
|
-
|
|
1958
|
-
const [
|
|
1972
|
+
Je(f, o) || d(o);
|
|
1973
|
+
const [g, p] = y.useState(null), [w, h] = y.useState(null), x = y.useCallback((R) => {
|
|
1959
1974
|
R !== C.current && (C.current = R, p(R));
|
|
1960
1975
|
}, []), B = y.useCallback((R) => {
|
|
1961
1976
|
R !== P.current && (P.current = R, h(R));
|
|
1962
|
-
}, []), S = i ||
|
|
1977
|
+
}, []), S = i || g, k = s || w, C = y.useRef(null), P = y.useRef(null), T = y.useRef(m), D = a != null, A = Wt(a), L = Wt(r), M = y.useCallback(() => {
|
|
1963
1978
|
if (!C.current || !P.current)
|
|
1964
1979
|
return;
|
|
1965
1980
|
const R = {
|
|
@@ -1967,26 +1982,26 @@ function xr(e) {
|
|
|
1967
1982
|
strategy: n,
|
|
1968
1983
|
middleware: f
|
|
1969
1984
|
};
|
|
1970
|
-
L.current && (R.platform = L.current),
|
|
1985
|
+
L.current && (R.platform = L.current), xr(C.current, P.current, R).then(($) => {
|
|
1971
1986
|
const F = {
|
|
1972
1987
|
...$,
|
|
1973
1988
|
isPositioned: !0
|
|
1974
1989
|
};
|
|
1975
|
-
O.current && !
|
|
1990
|
+
O.current && !Je(T.current, F) && (T.current = F, Fn.flushSync(() => {
|
|
1976
1991
|
u(F);
|
|
1977
1992
|
}));
|
|
1978
1993
|
});
|
|
1979
1994
|
}, [f, t, n, L]);
|
|
1980
|
-
|
|
1995
|
+
Ke(() => {
|
|
1981
1996
|
c === !1 && T.current.isPositioned && (T.current.isPositioned = !1, u((R) => ({
|
|
1982
1997
|
...R,
|
|
1983
1998
|
isPositioned: !1
|
|
1984
1999
|
})));
|
|
1985
2000
|
}, [c]);
|
|
1986
2001
|
const O = y.useRef(!1);
|
|
1987
|
-
|
|
2002
|
+
Ke(() => (O.current = !0, () => {
|
|
1988
2003
|
O.current = !1;
|
|
1989
|
-
}), []),
|
|
2004
|
+
}), []), Ke(() => {
|
|
1990
2005
|
if (S && (C.current = S), k && (P.current = k), S && k) {
|
|
1991
2006
|
if (A.current)
|
|
1992
2007
|
return A.current(S, k, M);
|
|
@@ -2009,11 +2024,11 @@ function xr(e) {
|
|
|
2009
2024
|
};
|
|
2010
2025
|
if (!v.floating)
|
|
2011
2026
|
return R;
|
|
2012
|
-
const $ = zt(v.floating,
|
|
2027
|
+
const $ = zt(v.floating, m.x), F = zt(v.floating, m.y);
|
|
2013
2028
|
return l ? {
|
|
2014
2029
|
...R,
|
|
2015
2030
|
transform: "translate(" + $ + "px, " + F + "px)",
|
|
2016
|
-
...
|
|
2031
|
+
...xn(v.floating) >= 1.5 && {
|
|
2017
2032
|
willChange: "transform"
|
|
2018
2033
|
}
|
|
2019
2034
|
} : {
|
|
@@ -2021,42 +2036,42 @@ function xr(e) {
|
|
|
2021
2036
|
left: $,
|
|
2022
2037
|
top: F
|
|
2023
2038
|
};
|
|
2024
|
-
}, [n, l, v.floating,
|
|
2039
|
+
}, [n, l, v.floating, m.x, m.y]);
|
|
2025
2040
|
return y.useMemo(() => ({
|
|
2026
|
-
...
|
|
2041
|
+
...m,
|
|
2027
2042
|
update: M,
|
|
2028
2043
|
refs: b,
|
|
2029
2044
|
elements: v,
|
|
2030
2045
|
floatingStyles: I
|
|
2031
|
-
}), [
|
|
2046
|
+
}), [m, M, b, v, I]);
|
|
2032
2047
|
}
|
|
2033
2048
|
/*!
|
|
2034
2049
|
* tabbable 6.2.0
|
|
2035
2050
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
2036
2051
|
*/
|
|
2037
|
-
var
|
|
2038
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector,
|
|
2052
|
+
var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], mt = /* @__PURE__ */ $r.join(","), wn = typeof Element > "u", je = wn ? function() {
|
|
2053
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Qe = !wn && Element.prototype.getRootNode ? function(e) {
|
|
2039
2054
|
var t;
|
|
2040
2055
|
return e == null || (t = e.getRootNode) === null || t === void 0 ? void 0 : t.call(e);
|
|
2041
2056
|
} : function(e) {
|
|
2042
2057
|
return e == null ? void 0 : e.ownerDocument;
|
|
2043
|
-
},
|
|
2058
|
+
}, et = function e(t, n) {
|
|
2044
2059
|
var o;
|
|
2045
2060
|
n === void 0 && (n = !0);
|
|
2046
2061
|
var r = t == null || (o = t.getAttribute) === null || o === void 0 ? void 0 : o.call(t, "inert"), i = r === "" || r === "true", s = i || n && t && e(t.parentNode);
|
|
2047
2062
|
return s;
|
|
2048
|
-
},
|
|
2063
|
+
}, Sr = function(t) {
|
|
2049
2064
|
var n, o = t == null || (n = t.getAttribute) === null || n === void 0 ? void 0 : n.call(t, "contenteditable");
|
|
2050
2065
|
return o === "" || o === "true";
|
|
2051
|
-
},
|
|
2052
|
-
if (
|
|
2066
|
+
}, Rr = function(t, n, o) {
|
|
2067
|
+
if (et(t))
|
|
2053
2068
|
return [];
|
|
2054
|
-
var r = Array.prototype.slice.apply(t.querySelectorAll(
|
|
2055
|
-
return n &&
|
|
2056
|
-
},
|
|
2069
|
+
var r = Array.prototype.slice.apply(t.querySelectorAll(mt));
|
|
2070
|
+
return n && je.call(t, mt) && r.unshift(t), r = r.filter(o), r;
|
|
2071
|
+
}, Er = function e(t, n, o) {
|
|
2057
2072
|
for (var r = [], i = Array.from(t); i.length; ) {
|
|
2058
2073
|
var s = i.shift();
|
|
2059
|
-
if (!
|
|
2074
|
+
if (!et(s, !1))
|
|
2060
2075
|
if (s.tagName === "SLOT") {
|
|
2061
2076
|
var l = s.assignedElements(), a = l.length ? l : s.children, c = e(a, !0, o);
|
|
2062
2077
|
o.flatten ? r.push.apply(r, c) : r.push({
|
|
@@ -2064,10 +2079,10 @@ var wr = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2064
2079
|
candidates: c
|
|
2065
2080
|
});
|
|
2066
2081
|
} else {
|
|
2067
|
-
var
|
|
2068
|
-
|
|
2082
|
+
var m = je.call(s, mt);
|
|
2083
|
+
m && o.filter(s) && (n || !t.includes(s)) && r.push(s);
|
|
2069
2084
|
var u = s.shadowRoot || // check for an undisclosed shadow
|
|
2070
|
-
typeof o.getShadowRoot == "function" && o.getShadowRoot(s), f = !
|
|
2085
|
+
typeof o.getShadowRoot == "function" && o.getShadowRoot(s), f = !et(u, !1) && (!o.shadowRootFilter || o.shadowRootFilter(s));
|
|
2071
2086
|
if (u && f) {
|
|
2072
2087
|
var d = e(u === !0 ? s.children : u.children, !0, o);
|
|
2073
2088
|
o.flatten ? r.push.apply(r, d) : r.push({
|
|
@@ -2079,34 +2094,34 @@ var wr = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2079
2094
|
}
|
|
2080
2095
|
}
|
|
2081
2096
|
return r;
|
|
2082
|
-
},
|
|
2097
|
+
}, $n = function(t) {
|
|
2083
2098
|
return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
|
|
2084
|
-
},
|
|
2099
|
+
}, Sn = function(t) {
|
|
2085
2100
|
if (!t)
|
|
2086
2101
|
throw new Error("No node provided");
|
|
2087
|
-
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) ||
|
|
2088
|
-
}, Er = function(t, n) {
|
|
2089
|
-
var o = Rn(t);
|
|
2090
|
-
return o < 0 && n && !Sn(t) ? 0 : o;
|
|
2102
|
+
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || Sr(t)) && !$n(t) ? 0 : t.tabIndex;
|
|
2091
2103
|
}, Cr = function(t, n) {
|
|
2104
|
+
var o = Sn(t);
|
|
2105
|
+
return o < 0 && n && !$n(t) ? 0 : o;
|
|
2106
|
+
}, kr = function(t, n) {
|
|
2092
2107
|
return t.tabIndex === n.tabIndex ? t.documentOrder - n.documentOrder : t.tabIndex - n.tabIndex;
|
|
2093
|
-
},
|
|
2108
|
+
}, Rn = function(t) {
|
|
2094
2109
|
return t.tagName === "INPUT";
|
|
2095
|
-
}, kr = function(t) {
|
|
2096
|
-
return En(t) && t.type === "hidden";
|
|
2097
2110
|
}, Tr = function(t) {
|
|
2111
|
+
return Rn(t) && t.type === "hidden";
|
|
2112
|
+
}, Ir = function(t) {
|
|
2098
2113
|
var n = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(o) {
|
|
2099
2114
|
return o.tagName === "SUMMARY";
|
|
2100
2115
|
});
|
|
2101
2116
|
return n;
|
|
2102
|
-
},
|
|
2117
|
+
}, Br = function(t, n) {
|
|
2103
2118
|
for (var o = 0; o < t.length; o++)
|
|
2104
2119
|
if (t[o].checked && t[o].form === n)
|
|
2105
2120
|
return t[o];
|
|
2106
|
-
},
|
|
2121
|
+
}, Pr = function(t) {
|
|
2107
2122
|
if (!t.name)
|
|
2108
2123
|
return !0;
|
|
2109
|
-
var n = t.form ||
|
|
2124
|
+
var n = t.form || Qe(t), o = function(l) {
|
|
2110
2125
|
return n.querySelectorAll('input[type="radio"][name="' + l + '"]');
|
|
2111
2126
|
}, r;
|
|
2112
2127
|
if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
|
|
@@ -2117,78 +2132,78 @@ var wr = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2117
2132
|
} catch (s) {
|
|
2118
2133
|
return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s", s.message), !1;
|
|
2119
2134
|
}
|
|
2120
|
-
var i =
|
|
2135
|
+
var i = Br(r, t.form);
|
|
2121
2136
|
return !i || i === t;
|
|
2122
|
-
}, Pr = function(t) {
|
|
2123
|
-
return En(t) && t.type === "radio";
|
|
2124
2137
|
}, Ar = function(t) {
|
|
2125
|
-
return
|
|
2138
|
+
return Rn(t) && t.type === "radio";
|
|
2126
2139
|
}, Or = function(t) {
|
|
2127
|
-
|
|
2140
|
+
return Ar(t) && !Pr(t);
|
|
2141
|
+
}, Dr = function(t) {
|
|
2142
|
+
var n, o = t && Qe(t), r = (n = o) === null || n === void 0 ? void 0 : n.host, i = !1;
|
|
2128
2143
|
if (o && o !== t) {
|
|
2129
2144
|
var s, l, a;
|
|
2130
2145
|
for (i = !!((s = r) !== null && s !== void 0 && (l = s.ownerDocument) !== null && l !== void 0 && l.contains(r) || t != null && (a = t.ownerDocument) !== null && a !== void 0 && a.contains(t)); !i && r; ) {
|
|
2131
|
-
var c,
|
|
2132
|
-
o =
|
|
2146
|
+
var c, m, u;
|
|
2147
|
+
o = Qe(r), r = (c = o) === null || c === void 0 ? void 0 : c.host, i = !!((m = r) !== null && m !== void 0 && (u = m.ownerDocument) !== null && u !== void 0 && u.contains(r));
|
|
2133
2148
|
}
|
|
2134
2149
|
}
|
|
2135
2150
|
return i;
|
|
2136
2151
|
}, Nt = function(t) {
|
|
2137
2152
|
var n = t.getBoundingClientRect(), o = n.width, r = n.height;
|
|
2138
2153
|
return o === 0 && r === 0;
|
|
2139
|
-
},
|
|
2154
|
+
}, Mr = function(t, n) {
|
|
2140
2155
|
var o = n.displayCheck, r = n.getShadowRoot;
|
|
2141
2156
|
if (getComputedStyle(t).visibility === "hidden")
|
|
2142
2157
|
return !0;
|
|
2143
|
-
var i =
|
|
2144
|
-
if (
|
|
2158
|
+
var i = je.call(t, "details>summary:first-of-type"), s = i ? t.parentElement : t;
|
|
2159
|
+
if (je.call(s, "details:not([open]) *"))
|
|
2145
2160
|
return !0;
|
|
2146
2161
|
if (!o || o === "full" || o === "legacy-full") {
|
|
2147
2162
|
if (typeof r == "function") {
|
|
2148
2163
|
for (var l = t; t; ) {
|
|
2149
|
-
var a = t.parentElement, c =
|
|
2164
|
+
var a = t.parentElement, c = Qe(t);
|
|
2150
2165
|
if (a && !a.shadowRoot && r(a) === !0)
|
|
2151
2166
|
return Nt(t);
|
|
2152
2167
|
t.assignedSlot ? t = t.assignedSlot : !a && c !== t.ownerDocument ? t = c.host : t = a;
|
|
2153
2168
|
}
|
|
2154
2169
|
t = l;
|
|
2155
2170
|
}
|
|
2156
|
-
if (
|
|
2171
|
+
if (Dr(t))
|
|
2157
2172
|
return !t.getClientRects().length;
|
|
2158
2173
|
if (o !== "legacy-full")
|
|
2159
2174
|
return !0;
|
|
2160
2175
|
} else if (o === "non-zero-area")
|
|
2161
2176
|
return Nt(t);
|
|
2162
2177
|
return !1;
|
|
2163
|
-
},
|
|
2178
|
+
}, Lr = function(t) {
|
|
2164
2179
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
2165
2180
|
for (var n = t.parentElement; n; ) {
|
|
2166
2181
|
if (n.tagName === "FIELDSET" && n.disabled) {
|
|
2167
2182
|
for (var o = 0; o < n.children.length; o++) {
|
|
2168
2183
|
var r = n.children.item(o);
|
|
2169
2184
|
if (r.tagName === "LEGEND")
|
|
2170
|
-
return
|
|
2185
|
+
return je.call(n, "fieldset[disabled] *") ? !0 : !r.contains(t);
|
|
2171
2186
|
}
|
|
2172
2187
|
return !0;
|
|
2173
2188
|
}
|
|
2174
2189
|
n = n.parentElement;
|
|
2175
2190
|
}
|
|
2176
2191
|
return !1;
|
|
2177
|
-
},
|
|
2192
|
+
}, Fr = function(t, n) {
|
|
2178
2193
|
return !(n.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
2179
2194
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
2180
2195
|
// note related to `candidateSelectors`)
|
|
2181
|
-
|
|
2182
|
-
|
|
2196
|
+
et(n) || Tr(n) || Mr(n, t) || // For a details element with a summary, the summary element gets the focus
|
|
2197
|
+
Ir(n) || Lr(n));
|
|
2183
2198
|
}, jt = function(t, n) {
|
|
2184
|
-
return !(
|
|
2185
|
-
},
|
|
2199
|
+
return !(Or(n) || Sn(n) < 0 || !Fr(t, n));
|
|
2200
|
+
}, zr = function(t) {
|
|
2186
2201
|
var n = parseInt(t.getAttribute("tabindex"), 10);
|
|
2187
2202
|
return !!(isNaN(n) || n >= 0);
|
|
2188
|
-
},
|
|
2203
|
+
}, Wr = function e(t) {
|
|
2189
2204
|
var n = [], o = [];
|
|
2190
2205
|
return t.forEach(function(r, i) {
|
|
2191
|
-
var s = !!r.scopeParent, l = s ? r.scopeParent : r, a =
|
|
2206
|
+
var s = !!r.scopeParent, l = s ? r.scopeParent : r, a = Cr(l, s), c = s ? e(r.candidates) : l;
|
|
2192
2207
|
a === 0 ? s ? n.push.apply(n, c) : n.push(l) : o.push({
|
|
2193
2208
|
documentOrder: i,
|
|
2194
2209
|
tabIndex: a,
|
|
@@ -2196,26 +2211,26 @@ var wr = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2196
2211
|
isScope: s,
|
|
2197
2212
|
content: c
|
|
2198
2213
|
});
|
|
2199
|
-
}), o.sort(
|
|
2214
|
+
}), o.sort(kr).reduce(function(r, i) {
|
|
2200
2215
|
return i.isScope ? r.push.apply(r, i.content) : r.push(i.content), r;
|
|
2201
2216
|
}, []).concat(n);
|
|
2202
|
-
},
|
|
2217
|
+
}, En = function(t, n) {
|
|
2203
2218
|
n = n || {};
|
|
2204
2219
|
var o;
|
|
2205
|
-
return n.getShadowRoot ? o =
|
|
2220
|
+
return n.getShadowRoot ? o = Er([t], n.includeContainer, {
|
|
2206
2221
|
filter: jt.bind(null, n),
|
|
2207
2222
|
flatten: !1,
|
|
2208
2223
|
getShadowRoot: n.getShadowRoot,
|
|
2209
|
-
shadowRootFilter:
|
|
2210
|
-
}) : o =
|
|
2224
|
+
shadowRootFilter: zr
|
|
2225
|
+
}) : o = Rr(t, n.includeContainer, jt.bind(null, n)), Wr(o);
|
|
2211
2226
|
};
|
|
2212
|
-
const
|
|
2227
|
+
const Nr = y[/* @__PURE__ */ "useInsertionEffect".toString()], jr = Nr || ((e) => e());
|
|
2213
2228
|
function ke(e) {
|
|
2214
2229
|
const t = y.useRef(() => {
|
|
2215
2230
|
if (process.env.NODE_ENV !== "production")
|
|
2216
2231
|
throw new Error("Cannot call an event handler while rendering.");
|
|
2217
2232
|
});
|
|
2218
|
-
return
|
|
2233
|
+
return jr(() => {
|
|
2219
2234
|
t.current = e;
|
|
2220
2235
|
}), y.useCallback(function() {
|
|
2221
2236
|
for (var n = arguments.length, o = new Array(n), r = 0; r < n; r++)
|
|
@@ -2223,29 +2238,29 @@ function ke(e) {
|
|
|
2223
2238
|
return t.current == null ? void 0 : t.current(...o);
|
|
2224
2239
|
}, []);
|
|
2225
2240
|
}
|
|
2226
|
-
var Q = typeof document < "u" ? en :
|
|
2227
|
-
function
|
|
2228
|
-
return
|
|
2241
|
+
var Q = typeof document < "u" ? en : tn;
|
|
2242
|
+
function gt() {
|
|
2243
|
+
return gt = Object.assign ? Object.assign.bind() : function(e) {
|
|
2229
2244
|
for (var t = 1; t < arguments.length; t++) {
|
|
2230
2245
|
var n = arguments[t];
|
|
2231
2246
|
for (var o in n)
|
|
2232
2247
|
Object.prototype.hasOwnProperty.call(n, o) && (e[o] = n[o]);
|
|
2233
2248
|
}
|
|
2234
2249
|
return e;
|
|
2235
|
-
},
|
|
2250
|
+
}, gt.apply(this, arguments);
|
|
2236
2251
|
}
|
|
2237
|
-
let
|
|
2238
|
-
const Ht = () => "floating-ui-" +
|
|
2239
|
-
function
|
|
2240
|
-
const [e, t] = y.useState(() =>
|
|
2252
|
+
let it = !1, Hr = 0;
|
|
2253
|
+
const Ht = () => "floating-ui-" + Hr++;
|
|
2254
|
+
function Vr() {
|
|
2255
|
+
const [e, t] = y.useState(() => it ? Ht() : void 0);
|
|
2241
2256
|
return Q(() => {
|
|
2242
2257
|
e == null && t(Ht());
|
|
2243
2258
|
}, []), y.useEffect(() => {
|
|
2244
|
-
|
|
2259
|
+
it || (it = !0);
|
|
2245
2260
|
}, []), e;
|
|
2246
2261
|
}
|
|
2247
|
-
const
|
|
2248
|
-
function
|
|
2262
|
+
const _r = y[/* @__PURE__ */ "useId".toString()], wt = _r || Vr;
|
|
2263
|
+
function Yr() {
|
|
2249
2264
|
const e = /* @__PURE__ */ new Map();
|
|
2250
2265
|
return {
|
|
2251
2266
|
emit(t, n) {
|
|
@@ -2261,24 +2276,24 @@ function _r() {
|
|
|
2261
2276
|
}
|
|
2262
2277
|
};
|
|
2263
2278
|
}
|
|
2264
|
-
const
|
|
2279
|
+
const Xr = /* @__PURE__ */ y.createContext(null), Kr = /* @__PURE__ */ y.createContext(null), $t = () => {
|
|
2265
2280
|
var e;
|
|
2266
|
-
return ((e = y.useContext(
|
|
2267
|
-
},
|
|
2268
|
-
function
|
|
2281
|
+
return ((e = y.useContext(Xr)) == null ? void 0 : e.id) || null;
|
|
2282
|
+
}, St = () => y.useContext(Kr);
|
|
2283
|
+
function nt(e) {
|
|
2269
2284
|
return "data-floating-ui-" + e;
|
|
2270
2285
|
}
|
|
2271
|
-
function
|
|
2272
|
-
const t =
|
|
2286
|
+
function Be(e) {
|
|
2287
|
+
const t = An(e);
|
|
2273
2288
|
return Q(() => {
|
|
2274
2289
|
t.current = e;
|
|
2275
2290
|
}), t;
|
|
2276
2291
|
}
|
|
2277
|
-
const Vt = /* @__PURE__ */
|
|
2278
|
-
function
|
|
2279
|
-
return n && !
|
|
2292
|
+
const Vt = /* @__PURE__ */ nt("safe-polygon");
|
|
2293
|
+
function st(e, t, n) {
|
|
2294
|
+
return n && !Ue(n) ? 0 : typeof e == "number" ? e : e == null ? void 0 : e[t];
|
|
2280
2295
|
}
|
|
2281
|
-
function
|
|
2296
|
+
function Gr(e, t) {
|
|
2282
2297
|
t === void 0 && (t = {});
|
|
2283
2298
|
const {
|
|
2284
2299
|
open: n,
|
|
@@ -2292,12 +2307,12 @@ function Kr(e, t) {
|
|
|
2292
2307
|
refs: a
|
|
2293
2308
|
} = e, {
|
|
2294
2309
|
enabled: c = !0,
|
|
2295
|
-
delay:
|
|
2310
|
+
delay: m = 0,
|
|
2296
2311
|
handleClose: u = null,
|
|
2297
2312
|
mouseOnly: f = !1,
|
|
2298
2313
|
restMs: d = 0,
|
|
2299
|
-
move:
|
|
2300
|
-
} = t, p =
|
|
2314
|
+
move: g = !0
|
|
2315
|
+
} = t, p = St(), w = $t(), h = Be(u), x = Be(m), B = y.useRef(), S = y.useRef(), k = y.useRef(), C = y.useRef(), P = y.useRef(!0), T = y.useRef(!1), D = y.useRef(() => {
|
|
2301
2316
|
}), A = y.useCallback(() => {
|
|
2302
2317
|
var b;
|
|
2303
2318
|
const v = (b = r.current.openEvent) == null ? void 0 : b.type;
|
|
@@ -2321,20 +2336,20 @@ function Kr(e, t) {
|
|
|
2321
2336
|
function b(I) {
|
|
2322
2337
|
A() && o(!1, I, "hover");
|
|
2323
2338
|
}
|
|
2324
|
-
const v =
|
|
2339
|
+
const v = ge(l).documentElement;
|
|
2325
2340
|
return v.addEventListener("mouseleave", b), () => {
|
|
2326
2341
|
v.removeEventListener("mouseleave", b);
|
|
2327
2342
|
};
|
|
2328
2343
|
}, [l, n, o, c, h, A]);
|
|
2329
2344
|
const L = y.useCallback(function(b, v, I) {
|
|
2330
2345
|
v === void 0 && (v = !0), I === void 0 && (I = "hover");
|
|
2331
|
-
const R =
|
|
2346
|
+
const R = st(x.current, "close", B.current);
|
|
2332
2347
|
R && !k.current ? (clearTimeout(S.current), S.current = setTimeout(() => o(!1, b, I), R)) : v && (clearTimeout(S.current), o(!1, b, I));
|
|
2333
2348
|
}, [x, o]), M = y.useCallback(() => {
|
|
2334
2349
|
D.current(), k.current = void 0;
|
|
2335
2350
|
}, []), O = y.useCallback(() => {
|
|
2336
2351
|
if (T.current) {
|
|
2337
|
-
const b =
|
|
2352
|
+
const b = ge(a.floating.current).body;
|
|
2338
2353
|
b.style.pointerEvents = "", b.removeAttribute(Vt), T.current = !1;
|
|
2339
2354
|
}
|
|
2340
2355
|
}, [a]);
|
|
@@ -2345,9 +2360,9 @@ function Kr(e, t) {
|
|
|
2345
2360
|
return r.current.openEvent ? ["click", "mousedown"].includes(r.current.openEvent.type) : !1;
|
|
2346
2361
|
}
|
|
2347
2362
|
function v($) {
|
|
2348
|
-
if (clearTimeout(S.current), P.current = !1, f && !
|
|
2363
|
+
if (clearTimeout(S.current), P.current = !1, f && !Ue(B.current) || d > 0 && st(x.current, "open") === 0)
|
|
2349
2364
|
return;
|
|
2350
|
-
const F =
|
|
2365
|
+
const F = st(x.current, "open", B.current);
|
|
2351
2366
|
F ? S.current = setTimeout(() => {
|
|
2352
2367
|
o(!0, $, "hover");
|
|
2353
2368
|
}, F) : o(!0, $, "hover");
|
|
@@ -2356,7 +2371,7 @@ function Kr(e, t) {
|
|
|
2356
2371
|
if (b())
|
|
2357
2372
|
return;
|
|
2358
2373
|
D.current();
|
|
2359
|
-
const F =
|
|
2374
|
+
const F = ge(l);
|
|
2360
2375
|
if (clearTimeout(C.current), h.current) {
|
|
2361
2376
|
n || clearTimeout(S.current), k.current = h.current({
|
|
2362
2377
|
...e,
|
|
@@ -2386,19 +2401,19 @@ function Kr(e, t) {
|
|
|
2386
2401
|
}
|
|
2387
2402
|
})($);
|
|
2388
2403
|
}
|
|
2389
|
-
if (
|
|
2404
|
+
if (j(s)) {
|
|
2390
2405
|
const $ = s;
|
|
2391
|
-
return n && $.addEventListener("mouseleave", R), l == null || l.addEventListener("mouseleave", R),
|
|
2406
|
+
return n && $.addEventListener("mouseleave", R), l == null || l.addEventListener("mouseleave", R), g && $.addEventListener("mousemove", v, {
|
|
2392
2407
|
once: !0
|
|
2393
2408
|
}), $.addEventListener("mouseenter", v), $.addEventListener("mouseleave", I), () => {
|
|
2394
|
-
n && $.removeEventListener("mouseleave", R), l == null || l.removeEventListener("mouseleave", R),
|
|
2409
|
+
n && $.removeEventListener("mouseleave", R), l == null || l.removeEventListener("mouseleave", R), g && $.removeEventListener("mousemove", v), $.removeEventListener("mouseenter", v), $.removeEventListener("mouseleave", I);
|
|
2395
2410
|
};
|
|
2396
2411
|
}
|
|
2397
|
-
}, [s, l, c, e, f, d,
|
|
2412
|
+
}, [s, l, c, e, f, d, g, L, M, O, o, n, p, x, h, r]), Q(() => {
|
|
2398
2413
|
var b;
|
|
2399
2414
|
if (c && n && (b = h.current) != null && b.__options.blockPointerEvents && A()) {
|
|
2400
|
-
const I =
|
|
2401
|
-
if (I.setAttribute(Vt, ""), I.style.pointerEvents = "none", T.current = !0,
|
|
2415
|
+
const I = ge(l).body;
|
|
2416
|
+
if (I.setAttribute(Vt, ""), I.style.pointerEvents = "none", T.current = !0, j(s) && l) {
|
|
2402
2417
|
var v;
|
|
2403
2418
|
const R = s, $ = p == null || (v = p.nodesRef.current.find((F) => F.id === w)) == null || (v = v.context) == null ? void 0 : v.elements.floating;
|
|
2404
2419
|
return $ && ($.style.pointerEvents = ""), R.style.pointerEvents = "auto", l.style.pointerEvents = "auto", () => {
|
|
@@ -2437,7 +2452,7 @@ function Kr(e, t) {
|
|
|
2437
2452
|
};
|
|
2438
2453
|
}, [c, d, n, o, L]);
|
|
2439
2454
|
}
|
|
2440
|
-
function
|
|
2455
|
+
function Ge(e, t) {
|
|
2441
2456
|
let n = e.filter((r) => {
|
|
2442
2457
|
var i;
|
|
2443
2458
|
return r.parentId === t && ((i = r.context) == null ? void 0 : i.open);
|
|
@@ -2452,7 +2467,7 @@ function Ke(e, t) {
|
|
|
2452
2467
|
}), n = n.concat(o);
|
|
2453
2468
|
return n;
|
|
2454
2469
|
}
|
|
2455
|
-
const
|
|
2470
|
+
const Cn = () => ({
|
|
2456
2471
|
getShadowRoot: !0,
|
|
2457
2472
|
displayCheck: (
|
|
2458
2473
|
// JSDOM does not support the `tabbable` library. To solve this we can
|
|
@@ -2461,34 +2476,34 @@ const kn = () => ({
|
|
|
2461
2476
|
typeof ResizeObserver == "function" && ResizeObserver.toString().includes("[native code]") ? "full" : "none"
|
|
2462
2477
|
)
|
|
2463
2478
|
});
|
|
2464
|
-
function
|
|
2465
|
-
const n =
|
|
2479
|
+
function kn(e, t) {
|
|
2480
|
+
const n = En(e, Cn());
|
|
2466
2481
|
t === "prev" && n.reverse();
|
|
2467
|
-
const o = n.indexOf(
|
|
2482
|
+
const o = n.indexOf(Do(ge(e)));
|
|
2468
2483
|
return n.slice(o + 1)[0];
|
|
2469
2484
|
}
|
|
2470
|
-
function Gr() {
|
|
2471
|
-
return Tn(document.body, "next");
|
|
2472
|
-
}
|
|
2473
2485
|
function Ur() {
|
|
2474
|
-
return
|
|
2486
|
+
return kn(document.body, "next");
|
|
2475
2487
|
}
|
|
2476
|
-
function
|
|
2488
|
+
function qr() {
|
|
2489
|
+
return kn(document.body, "prev");
|
|
2490
|
+
}
|
|
2491
|
+
function lt(e, t) {
|
|
2477
2492
|
const n = t || e.currentTarget, o = e.relatedTarget;
|
|
2478
2493
|
return !o || !be(n, o);
|
|
2479
2494
|
}
|
|
2480
|
-
function
|
|
2481
|
-
|
|
2495
|
+
function Zr(e) {
|
|
2496
|
+
En(e, Cn()).forEach((n) => {
|
|
2482
2497
|
n.dataset.tabindex = n.getAttribute("tabindex") || "", n.setAttribute("tabindex", "-1");
|
|
2483
2498
|
});
|
|
2484
2499
|
}
|
|
2485
|
-
function
|
|
2500
|
+
function Jr(e) {
|
|
2486
2501
|
e.querySelectorAll("[data-tabindex]").forEach((n) => {
|
|
2487
2502
|
const o = n.dataset.tabindex;
|
|
2488
2503
|
delete n.dataset.tabindex, o ? n.setAttribute("tabindex", o) : n.removeAttribute("tabindex");
|
|
2489
2504
|
});
|
|
2490
2505
|
}
|
|
2491
|
-
const
|
|
2506
|
+
const Tn = {
|
|
2492
2507
|
border: 0,
|
|
2493
2508
|
clip: "rect(0 0 0 0)",
|
|
2494
2509
|
height: "1px",
|
|
@@ -2501,13 +2516,13 @@ const In = {
|
|
|
2501
2516
|
top: 0,
|
|
2502
2517
|
left: 0
|
|
2503
2518
|
};
|
|
2504
|
-
let
|
|
2519
|
+
let Qr;
|
|
2505
2520
|
function _t(e) {
|
|
2506
|
-
e.key === "Tab" && (e.target, clearTimeout(
|
|
2521
|
+
e.key === "Tab" && (e.target, clearTimeout(Qr));
|
|
2507
2522
|
}
|
|
2508
2523
|
const Yt = /* @__PURE__ */ y.forwardRef(function(t, n) {
|
|
2509
2524
|
const [o, r] = y.useState();
|
|
2510
|
-
Q(() => (
|
|
2525
|
+
Q(() => (Mo() && r("button"), document.addEventListener("keydown", _t), () => {
|
|
2511
2526
|
document.removeEventListener("keydown", _t);
|
|
2512
2527
|
}), []);
|
|
2513
2528
|
const i = {
|
|
@@ -2516,17 +2531,17 @@ const Yt = /* @__PURE__ */ y.forwardRef(function(t, n) {
|
|
|
2516
2531
|
// Role is only for VoiceOver
|
|
2517
2532
|
role: o,
|
|
2518
2533
|
"aria-hidden": o ? void 0 : !0,
|
|
2519
|
-
[
|
|
2520
|
-
style:
|
|
2534
|
+
[nt("focus-guard")]: "",
|
|
2535
|
+
style: Tn
|
|
2521
2536
|
};
|
|
2522
|
-
return /* @__PURE__ */ y.createElement("span",
|
|
2523
|
-
}),
|
|
2524
|
-
function
|
|
2537
|
+
return /* @__PURE__ */ y.createElement("span", gt({}, t, i));
|
|
2538
|
+
}), In = /* @__PURE__ */ y.createContext(null), Xt = /* @__PURE__ */ nt("portal");
|
|
2539
|
+
function ei(e) {
|
|
2525
2540
|
let {
|
|
2526
2541
|
id: t,
|
|
2527
2542
|
root: n
|
|
2528
2543
|
} = e === void 0 ? {} : e;
|
|
2529
|
-
const [o, r] = y.useState(null), i =
|
|
2544
|
+
const [o, r] = y.useState(null), i = wt(), s = ni(), l = y.useRef(null);
|
|
2530
2545
|
return Q(() => () => {
|
|
2531
2546
|
o == null || o.remove(), queueMicrotask(() => {
|
|
2532
2547
|
l.current = null;
|
|
@@ -2543,24 +2558,24 @@ function Qr(e) {
|
|
|
2543
2558
|
if (l.current)
|
|
2544
2559
|
return;
|
|
2545
2560
|
let a = n || (s == null ? void 0 : s.portalNode);
|
|
2546
|
-
a && !
|
|
2561
|
+
a && !j(a) && (a = a.current), a = a || document.body;
|
|
2547
2562
|
let c = null;
|
|
2548
2563
|
t && (c = document.createElement("div"), c.id = t, a.appendChild(c));
|
|
2549
|
-
const
|
|
2550
|
-
|
|
2564
|
+
const m = document.createElement("div");
|
|
2565
|
+
m.id = i, m.setAttribute(Xt, ""), a = c || a, a.appendChild(m), l.current = m, r(m);
|
|
2551
2566
|
}, [t, n, i, s]), o;
|
|
2552
2567
|
}
|
|
2553
|
-
function
|
|
2568
|
+
function ti(e) {
|
|
2554
2569
|
let {
|
|
2555
2570
|
children: t,
|
|
2556
2571
|
id: n,
|
|
2557
2572
|
root: o = null,
|
|
2558
2573
|
preserveTabOrder: r = !0
|
|
2559
2574
|
} = e;
|
|
2560
|
-
const i =
|
|
2575
|
+
const i = ei({
|
|
2561
2576
|
id: n,
|
|
2562
2577
|
root: o
|
|
2563
|
-
}), [s, l] = y.useState(null), a = y.useRef(null), c = y.useRef(null),
|
|
2578
|
+
}), [s, l] = y.useState(null), a = y.useRef(null), c = y.useRef(null), m = y.useRef(null), u = y.useRef(null), f = (
|
|
2564
2579
|
// The FocusManager and therefore floating element are currently open/
|
|
2565
2580
|
// rendered.
|
|
2566
2581
|
!!s && // Guards are only for non-modal focus management.
|
|
@@ -2570,18 +2585,18 @@ function ei(e) {
|
|
|
2570
2585
|
return y.useEffect(() => {
|
|
2571
2586
|
if (!i || !r || s != null && s.modal)
|
|
2572
2587
|
return;
|
|
2573
|
-
function d(
|
|
2574
|
-
i &&
|
|
2588
|
+
function d(g) {
|
|
2589
|
+
i && lt(g) && (g.type === "focusin" ? Jr : Zr)(i);
|
|
2575
2590
|
}
|
|
2576
2591
|
return i.addEventListener("focusin", d, !0), i.addEventListener("focusout", d, !0), () => {
|
|
2577
2592
|
i.removeEventListener("focusin", d, !0), i.removeEventListener("focusout", d, !0);
|
|
2578
2593
|
};
|
|
2579
|
-
}, [i, r, s == null ? void 0 : s.modal]), /* @__PURE__ */ y.createElement(
|
|
2594
|
+
}, [i, r, s == null ? void 0 : s.modal]), /* @__PURE__ */ y.createElement(In.Provider, {
|
|
2580
2595
|
value: y.useMemo(() => ({
|
|
2581
2596
|
preserveTabOrder: r,
|
|
2582
2597
|
beforeOutsideRef: a,
|
|
2583
2598
|
afterOutsideRef: c,
|
|
2584
|
-
beforeInsideRef:
|
|
2599
|
+
beforeInsideRef: m,
|
|
2585
2600
|
afterInsideRef: u,
|
|
2586
2601
|
portalNode: i,
|
|
2587
2602
|
setFocusManagerState: l
|
|
@@ -2590,39 +2605,39 @@ function ei(e) {
|
|
|
2590
2605
|
"data-type": "outside",
|
|
2591
2606
|
ref: a,
|
|
2592
2607
|
onFocus: (d) => {
|
|
2593
|
-
if (
|
|
2594
|
-
var
|
|
2595
|
-
(
|
|
2608
|
+
if (lt(d, i)) {
|
|
2609
|
+
var g;
|
|
2610
|
+
(g = m.current) == null || g.focus();
|
|
2596
2611
|
} else {
|
|
2597
|
-
const p =
|
|
2612
|
+
const p = qr() || (s == null ? void 0 : s.refs.domReference.current);
|
|
2598
2613
|
p == null || p.focus();
|
|
2599
2614
|
}
|
|
2600
2615
|
}
|
|
2601
2616
|
}), f && i && /* @__PURE__ */ y.createElement("span", {
|
|
2602
2617
|
"aria-owns": i.id,
|
|
2603
|
-
style:
|
|
2604
|
-
}), i && /* @__PURE__ */
|
|
2618
|
+
style: Tn
|
|
2619
|
+
}), i && /* @__PURE__ */ zn(t, i), f && i && /* @__PURE__ */ y.createElement(Yt, {
|
|
2605
2620
|
"data-type": "outside",
|
|
2606
2621
|
ref: c,
|
|
2607
2622
|
onFocus: (d) => {
|
|
2608
|
-
if (
|
|
2609
|
-
var
|
|
2610
|
-
(
|
|
2623
|
+
if (lt(d, i)) {
|
|
2624
|
+
var g;
|
|
2625
|
+
(g = u.current) == null || g.focus();
|
|
2611
2626
|
} else {
|
|
2612
|
-
const p =
|
|
2627
|
+
const p = Ur() || (s == null ? void 0 : s.refs.domReference.current);
|
|
2613
2628
|
p == null || p.focus(), s != null && s.closeOnFocusOut && (s == null || s.onOpenChange(!1, d.nativeEvent));
|
|
2614
2629
|
}
|
|
2615
2630
|
}
|
|
2616
2631
|
}));
|
|
2617
2632
|
}
|
|
2618
|
-
const
|
|
2633
|
+
const ni = () => y.useContext(In);
|
|
2619
2634
|
function Kt(e) {
|
|
2620
2635
|
return Z(e.target) && e.target.tagName === "BUTTON";
|
|
2621
2636
|
}
|
|
2622
2637
|
function Gt(e) {
|
|
2623
|
-
return
|
|
2638
|
+
return Wo(e);
|
|
2624
2639
|
}
|
|
2625
|
-
function
|
|
2640
|
+
function oi(e, t) {
|
|
2626
2641
|
t === void 0 && (t = {});
|
|
2627
2642
|
const {
|
|
2628
2643
|
open: n,
|
|
@@ -2636,7 +2651,7 @@ function ni(e, t) {
|
|
|
2636
2651
|
event: l = "click",
|
|
2637
2652
|
toggle: a = !0,
|
|
2638
2653
|
ignoreMouse: c = !1,
|
|
2639
|
-
keyboardHandlers:
|
|
2654
|
+
keyboardHandlers: m = !0
|
|
2640
2655
|
} = t, u = y.useRef(), f = y.useRef(!1);
|
|
2641
2656
|
return y.useMemo(() => s ? {
|
|
2642
2657
|
reference: {
|
|
@@ -2644,29 +2659,29 @@ function ni(e, t) {
|
|
|
2644
2659
|
u.current = d.pointerType;
|
|
2645
2660
|
},
|
|
2646
2661
|
onMouseDown(d) {
|
|
2647
|
-
d.button === 0 && (
|
|
2662
|
+
d.button === 0 && (Ue(u.current, !0) && c || l !== "click" && (n && a && (!r.current.openEvent || r.current.openEvent.type === "mousedown") ? o(!1, d.nativeEvent, "click") : (d.preventDefault(), o(!0, d.nativeEvent, "click"))));
|
|
2648
2663
|
},
|
|
2649
2664
|
onClick(d) {
|
|
2650
2665
|
if (l === "mousedown" && u.current) {
|
|
2651
2666
|
u.current = void 0;
|
|
2652
2667
|
return;
|
|
2653
2668
|
}
|
|
2654
|
-
|
|
2669
|
+
Ue(u.current, !0) && c || (n && a && (!r.current.openEvent || r.current.openEvent.type === "click") ? o(!1, d.nativeEvent, "click") : o(!0, d.nativeEvent, "click"));
|
|
2655
2670
|
},
|
|
2656
2671
|
onKeyDown(d) {
|
|
2657
|
-
u.current = void 0, !(d.defaultPrevented || !
|
|
2672
|
+
u.current = void 0, !(d.defaultPrevented || !m || Kt(d)) && (d.key === " " && !Gt(i) && (d.preventDefault(), f.current = !0), d.key === "Enter" && o(!(n && a), d.nativeEvent, "click"));
|
|
2658
2673
|
},
|
|
2659
2674
|
onKeyUp(d) {
|
|
2660
|
-
d.defaultPrevented || !
|
|
2675
|
+
d.defaultPrevented || !m || Kt(d) || Gt(i) || d.key === " " && f.current && (f.current = !1, o(!(n && a), d.nativeEvent, "click"));
|
|
2661
2676
|
}
|
|
2662
2677
|
}
|
|
2663
|
-
} : {}, [s, r, l, c,
|
|
2678
|
+
} : {}, [s, r, l, c, m, i, a, n, o]);
|
|
2664
2679
|
}
|
|
2665
|
-
const
|
|
2680
|
+
const ri = {
|
|
2666
2681
|
pointerdown: "onPointerDown",
|
|
2667
2682
|
mousedown: "onMouseDown",
|
|
2668
2683
|
click: "onClick"
|
|
2669
|
-
},
|
|
2684
|
+
}, ii = {
|
|
2670
2685
|
pointerdown: "onPointerDownCapture",
|
|
2671
2686
|
mousedown: "onMouseDownCapture",
|
|
2672
2687
|
click: "onClickCapture"
|
|
@@ -2677,7 +2692,7 @@ const oi = {
|
|
|
2677
2692
|
outsidePress: typeof e == "boolean" ? e : (n = e == null ? void 0 : e.outsidePress) != null ? n : !0
|
|
2678
2693
|
};
|
|
2679
2694
|
};
|
|
2680
|
-
function
|
|
2695
|
+
function si(e, t) {
|
|
2681
2696
|
t === void 0 && (t = {});
|
|
2682
2697
|
const {
|
|
2683
2698
|
open: n,
|
|
@@ -2691,24 +2706,24 @@ function ii(e, t) {
|
|
|
2691
2706
|
dataRef: a
|
|
2692
2707
|
} = e, {
|
|
2693
2708
|
enabled: c = !0,
|
|
2694
|
-
escapeKey:
|
|
2709
|
+
escapeKey: m = !0,
|
|
2695
2710
|
outsidePress: u = !0,
|
|
2696
2711
|
outsidePressEvent: f = "pointerdown",
|
|
2697
2712
|
referencePress: d = !1,
|
|
2698
|
-
referencePressEvent:
|
|
2713
|
+
referencePressEvent: g = "pointerdown",
|
|
2699
2714
|
ancestorScroll: p = !1,
|
|
2700
2715
|
bubbles: w,
|
|
2701
2716
|
capture: h
|
|
2702
|
-
} = t, x =
|
|
2717
|
+
} = t, x = St(), B = ke(typeof u == "function" ? u : () => !1), S = typeof u == "function" ? B : u, k = y.useRef(!1), C = y.useRef(!1), {
|
|
2703
2718
|
escapeKey: P,
|
|
2704
2719
|
outsidePress: T
|
|
2705
2720
|
} = Ut(w), {
|
|
2706
2721
|
escapeKey: D,
|
|
2707
2722
|
outsidePress: A
|
|
2708
2723
|
} = Ut(h), L = ke((v) => {
|
|
2709
|
-
if (!n || !c || !
|
|
2724
|
+
if (!n || !c || !m || v.key !== "Escape")
|
|
2710
2725
|
return;
|
|
2711
|
-
const I = x ?
|
|
2726
|
+
const I = x ? Ge(x.nodesRef.current, r) : [];
|
|
2712
2727
|
if (!P && (v.stopPropagation(), I.length > 0)) {
|
|
2713
2728
|
let R = !0;
|
|
2714
2729
|
if (I.forEach(($) => {
|
|
@@ -2720,7 +2735,7 @@ function ii(e, t) {
|
|
|
2720
2735
|
}), !R)
|
|
2721
2736
|
return;
|
|
2722
2737
|
}
|
|
2723
|
-
o(!1,
|
|
2738
|
+
o(!1, Lo(v) ? v.nativeEvent : v, "escape-key");
|
|
2724
2739
|
}), M = ke((v) => {
|
|
2725
2740
|
var I;
|
|
2726
2741
|
const R = () => {
|
|
@@ -2734,37 +2749,37 @@ function ii(e, t) {
|
|
|
2734
2749
|
const R = C.current;
|
|
2735
2750
|
if (C.current = !1, f === "click" && R || I || typeof S == "function" && !S(v))
|
|
2736
2751
|
return;
|
|
2737
|
-
const $ = Ce(v), F = "[" +
|
|
2738
|
-
let U =
|
|
2752
|
+
const $ = Ce(v), F = "[" + nt("inert") + "]", K = ge(l).querySelectorAll(F);
|
|
2753
|
+
let U = j($) ? $ : null;
|
|
2739
2754
|
for (; U && !Ae(U); ) {
|
|
2740
2755
|
const V = ye(U);
|
|
2741
|
-
if (Ae(V) || !
|
|
2756
|
+
if (Ae(V) || !j(V))
|
|
2742
2757
|
break;
|
|
2743
2758
|
U = V;
|
|
2744
2759
|
}
|
|
2745
|
-
if (K.length &&
|
|
2760
|
+
if (K.length && j($) && !Fo($) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
2746
2761
|
!be($, l) && // If the target root element contains none of the markers, then the
|
|
2747
2762
|
// element was injected after the floating element rendered.
|
|
2748
2763
|
Array.from(K).every((V) => !be(U, V)))
|
|
2749
2764
|
return;
|
|
2750
2765
|
if (Z($) && l) {
|
|
2751
2766
|
const V = $.clientWidth > 0 && $.scrollWidth > $.clientWidth, G = $.clientHeight > 0 && $.scrollHeight > $.clientHeight;
|
|
2752
|
-
let
|
|
2753
|
-
if (G && J($).direction === "rtl" && (
|
|
2767
|
+
let ue = G && v.offsetX > $.clientWidth;
|
|
2768
|
+
if (G && J($).direction === "rtl" && (ue = v.offsetX <= $.offsetWidth - $.clientWidth), ue || V && v.offsetY > $.clientHeight)
|
|
2754
2769
|
return;
|
|
2755
2770
|
}
|
|
2756
|
-
const we = x &&
|
|
2771
|
+
const we = x && Ge(x.nodesRef.current, r).some((V) => {
|
|
2757
2772
|
var G;
|
|
2758
|
-
return
|
|
2773
|
+
return rt(v, (G = V.context) == null ? void 0 : G.elements.floating);
|
|
2759
2774
|
});
|
|
2760
|
-
if (
|
|
2775
|
+
if (rt(v, l) || rt(v, s) || we)
|
|
2761
2776
|
return;
|
|
2762
|
-
const
|
|
2763
|
-
if (
|
|
2777
|
+
const ce = x ? Ge(x.nodesRef.current, r) : [];
|
|
2778
|
+
if (ce.length > 0) {
|
|
2764
2779
|
let V = !0;
|
|
2765
|
-
if (
|
|
2766
|
-
var
|
|
2767
|
-
if ((
|
|
2780
|
+
if (ce.forEach((G) => {
|
|
2781
|
+
var ue;
|
|
2782
|
+
if ((ue = G.context) != null && ue.open && !G.context.dataRef.current.__outsidePressBubbles) {
|
|
2768
2783
|
V = !1;
|
|
2769
2784
|
return;
|
|
2770
2785
|
}
|
|
@@ -2787,10 +2802,10 @@ function ii(e, t) {
|
|
|
2787
2802
|
function v($) {
|
|
2788
2803
|
o(!1, $, "ancestor-scroll");
|
|
2789
2804
|
}
|
|
2790
|
-
const I =
|
|
2791
|
-
|
|
2805
|
+
const I = ge(l);
|
|
2806
|
+
m && I.addEventListener("keydown", D ? M : L, D), S && I.addEventListener(f, A ? b : O, A);
|
|
2792
2807
|
let R = [];
|
|
2793
|
-
return p && (
|
|
2808
|
+
return p && (j(s) && (R = ie(s)), j(l) && (R = R.concat(ie(l))), !j(i) && i && i.contextElement && (R = R.concat(ie(i.contextElement)))), R = R.filter(($) => {
|
|
2794
2809
|
var F;
|
|
2795
2810
|
return $ !== ((F = I.defaultView) == null ? void 0 : F.visualViewport);
|
|
2796
2811
|
}), R.forEach(($) => {
|
|
@@ -2798,16 +2813,16 @@ function ii(e, t) {
|
|
|
2798
2813
|
passive: !0
|
|
2799
2814
|
});
|
|
2800
2815
|
}), () => {
|
|
2801
|
-
|
|
2816
|
+
m && I.removeEventListener("keydown", D ? M : L, D), S && I.removeEventListener(f, A ? b : O, A), R.forEach(($) => {
|
|
2802
2817
|
$.removeEventListener("scroll", v);
|
|
2803
2818
|
});
|
|
2804
2819
|
};
|
|
2805
|
-
}, [a, l, s, i,
|
|
2820
|
+
}, [a, l, s, i, m, S, f, n, o, p, c, P, T, L, D, M, O, A, b]), y.useEffect(() => {
|
|
2806
2821
|
k.current = !1;
|
|
2807
2822
|
}, [S, f]), y.useMemo(() => c ? {
|
|
2808
2823
|
reference: {
|
|
2809
2824
|
onKeyDown: L,
|
|
2810
|
-
[
|
|
2825
|
+
[ri[g]]: (v) => {
|
|
2811
2826
|
d && o(!1, v.nativeEvent, "reference-press");
|
|
2812
2827
|
}
|
|
2813
2828
|
},
|
|
@@ -2819,15 +2834,15 @@ function ii(e, t) {
|
|
|
2819
2834
|
onMouseUp() {
|
|
2820
2835
|
C.current = !0;
|
|
2821
2836
|
},
|
|
2822
|
-
[
|
|
2837
|
+
[ii[f]]: () => {
|
|
2823
2838
|
k.current = !0;
|
|
2824
2839
|
}
|
|
2825
2840
|
}
|
|
2826
|
-
} : {}, [c, d, f,
|
|
2841
|
+
} : {}, [c, d, f, g, o, L]);
|
|
2827
2842
|
}
|
|
2828
|
-
let
|
|
2829
|
-
process.env.NODE_ENV !== "production" && (
|
|
2830
|
-
function
|
|
2843
|
+
let pt;
|
|
2844
|
+
process.env.NODE_ENV !== "production" && (pt = /* @__PURE__ */ new Set());
|
|
2845
|
+
function li(e) {
|
|
2831
2846
|
var t;
|
|
2832
2847
|
e === void 0 && (e = {});
|
|
2833
2848
|
const {
|
|
@@ -2838,32 +2853,32 @@ function si(e) {
|
|
|
2838
2853
|
if (process.env.NODE_ENV !== "production") {
|
|
2839
2854
|
var i;
|
|
2840
2855
|
const T = "Floating UI: Cannot pass a virtual element to the `elements.reference` option, as it must be a real DOM element. Use `refs.setPositionReference` instead.";
|
|
2841
|
-
if ((i = e.elements) != null && i.reference && !
|
|
2856
|
+
if ((i = e.elements) != null && i.reference && !j(e.elements.reference)) {
|
|
2842
2857
|
var s;
|
|
2843
|
-
if (!((s =
|
|
2858
|
+
if (!((s = pt) != null && s.has(T))) {
|
|
2844
2859
|
var l;
|
|
2845
|
-
(l =
|
|
2860
|
+
(l = pt) == null || l.add(T), console.error(T);
|
|
2846
2861
|
}
|
|
2847
2862
|
}
|
|
2848
2863
|
}
|
|
2849
|
-
const [a, c] = y.useState(null),
|
|
2864
|
+
const [a, c] = y.useState(null), m = ((t = e.elements) == null ? void 0 : t.reference) || a, u = wr(e), f = St(), d = $t() != null, g = ke((T, D, A) => {
|
|
2850
2865
|
T && (w.current.openEvent = D), h.emit("openchange", {
|
|
2851
2866
|
open: T,
|
|
2852
2867
|
event: D,
|
|
2853
2868
|
reason: A,
|
|
2854
2869
|
nested: d
|
|
2855
2870
|
}), o == null || o(T, D, A);
|
|
2856
|
-
}), p = y.useRef(null), w = y.useRef({}), h = y.useState(() =>
|
|
2857
|
-
const D =
|
|
2871
|
+
}), p = y.useRef(null), w = y.useRef({}), h = y.useState(() => Yr())[0], x = wt(), B = y.useCallback((T) => {
|
|
2872
|
+
const D = j(T) ? {
|
|
2858
2873
|
getBoundingClientRect: () => T.getBoundingClientRect(),
|
|
2859
2874
|
contextElement: T
|
|
2860
2875
|
} : T;
|
|
2861
2876
|
u.refs.setReference(D);
|
|
2862
2877
|
}, [u.refs]), S = y.useCallback((T) => {
|
|
2863
|
-
(
|
|
2878
|
+
(j(T) || T === null) && (p.current = T, c(T)), (j(u.refs.reference.current) || u.refs.reference.current === null || // Don't allow setting virtual elements using the old technique back to
|
|
2864
2879
|
// `null` to support `positionReference` + an unstable `reference`
|
|
2865
2880
|
// callback ref.
|
|
2866
|
-
T !== null && !
|
|
2881
|
+
T !== null && !j(T)) && u.refs.setReference(T);
|
|
2867
2882
|
}, [u.refs]), k = y.useMemo(() => ({
|
|
2868
2883
|
...u.refs,
|
|
2869
2884
|
setReference: S,
|
|
@@ -2871,8 +2886,8 @@ function si(e) {
|
|
|
2871
2886
|
domReference: p
|
|
2872
2887
|
}), [u.refs, S, B]), C = y.useMemo(() => ({
|
|
2873
2888
|
...u.elements,
|
|
2874
|
-
domReference:
|
|
2875
|
-
}), [u.elements,
|
|
2889
|
+
domReference: m
|
|
2890
|
+
}), [u.elements, m]), P = y.useMemo(() => ({
|
|
2876
2891
|
...u,
|
|
2877
2892
|
refs: k,
|
|
2878
2893
|
elements: C,
|
|
@@ -2881,8 +2896,8 @@ function si(e) {
|
|
|
2881
2896
|
floatingId: x,
|
|
2882
2897
|
events: h,
|
|
2883
2898
|
open: n,
|
|
2884
|
-
onOpenChange:
|
|
2885
|
-
}), [u, r, x, h, n,
|
|
2899
|
+
onOpenChange: g
|
|
2900
|
+
}), [u, r, x, h, n, g, k, C]);
|
|
2886
2901
|
return Q(() => {
|
|
2887
2902
|
const T = f == null ? void 0 : f.nodesRef.current.find((D) => D.id === r);
|
|
2888
2903
|
T && (T.context = P);
|
|
@@ -2894,7 +2909,7 @@ function si(e) {
|
|
|
2894
2909
|
}), [u, k, C, P]);
|
|
2895
2910
|
}
|
|
2896
2911
|
const qt = "active", Zt = "selected";
|
|
2897
|
-
function
|
|
2912
|
+
function at(e, t, n) {
|
|
2898
2913
|
const o = /* @__PURE__ */ new Map(), r = n === "item";
|
|
2899
2914
|
let i = e;
|
|
2900
2915
|
if (r && e) {
|
|
@@ -2914,26 +2929,26 @@ function lt(e, t, n) {
|
|
|
2914
2929
|
const l = s ? s[n] : null;
|
|
2915
2930
|
return typeof l == "function" ? e ? l(e) : null : l;
|
|
2916
2931
|
}).concat(e).reduce((s, l) => (l && Object.entries(l).forEach((a) => {
|
|
2917
|
-
let [c,
|
|
2932
|
+
let [c, m] = a;
|
|
2918
2933
|
if (!(r && [qt, Zt].includes(c)))
|
|
2919
2934
|
if (c.indexOf("on") === 0) {
|
|
2920
|
-
if (o.has(c) || o.set(c, []), typeof
|
|
2935
|
+
if (o.has(c) || o.set(c, []), typeof m == "function") {
|
|
2921
2936
|
var u;
|
|
2922
|
-
(u = o.get(c)) == null || u.push(
|
|
2923
|
-
for (var f, d = arguments.length,
|
|
2924
|
-
|
|
2925
|
-
return (f = o.get(c)) == null ? void 0 : f.map((w) => w(...
|
|
2937
|
+
(u = o.get(c)) == null || u.push(m), s[c] = function() {
|
|
2938
|
+
for (var f, d = arguments.length, g = new Array(d), p = 0; p < d; p++)
|
|
2939
|
+
g[p] = arguments[p];
|
|
2940
|
+
return (f = o.get(c)) == null ? void 0 : f.map((w) => w(...g)).find((w) => w !== void 0);
|
|
2926
2941
|
};
|
|
2927
2942
|
}
|
|
2928
2943
|
} else
|
|
2929
|
-
s[c] =
|
|
2944
|
+
s[c] = m;
|
|
2930
2945
|
}), s), {})
|
|
2931
2946
|
};
|
|
2932
2947
|
}
|
|
2933
|
-
function
|
|
2948
|
+
function ai(e) {
|
|
2934
2949
|
e === void 0 && (e = []);
|
|
2935
|
-
const t = e, n = y.useCallback((i) =>
|
|
2936
|
-
(i) =>
|
|
2950
|
+
const t = e, n = y.useCallback((i) => at(i, e, "reference"), t), o = y.useCallback((i) => at(i, e, "floating"), t), r = y.useCallback(
|
|
2951
|
+
(i) => at(i, e, "item"),
|
|
2937
2952
|
// Granularly check for `item` changes, because the `getItemProps` getter
|
|
2938
2953
|
// should be as referentially stable as possible since it may be passed as
|
|
2939
2954
|
// a prop to many components. All `item` key values must therefore be
|
|
@@ -2946,8 +2961,8 @@ function li(e) {
|
|
|
2946
2961
|
getItemProps: r
|
|
2947
2962
|
}), [n, o, r]);
|
|
2948
2963
|
}
|
|
2949
|
-
const
|
|
2950
|
-
function
|
|
2964
|
+
const ci = /* @__PURE__ */ new Map([["select", "listbox"], ["combobox", "listbox"], ["label", !1]]);
|
|
2965
|
+
function ui(e, t) {
|
|
2951
2966
|
var n;
|
|
2952
2967
|
t === void 0 && (t = {});
|
|
2953
2968
|
const {
|
|
@@ -2956,7 +2971,7 @@ function ci(e, t) {
|
|
|
2956
2971
|
} = e, {
|
|
2957
2972
|
enabled: i = !0,
|
|
2958
2973
|
role: s = "dialog"
|
|
2959
|
-
} = t, l = (n =
|
|
2974
|
+
} = t, l = (n = ci.get(s)) != null ? n : s, a = wt(), m = $t() != null;
|
|
2960
2975
|
return y.useMemo(() => {
|
|
2961
2976
|
if (!i)
|
|
2962
2977
|
return {};
|
|
@@ -2982,7 +2997,7 @@ function ci(e, t) {
|
|
|
2982
2997
|
...l === "menu" && {
|
|
2983
2998
|
id: a
|
|
2984
2999
|
},
|
|
2985
|
-
...l === "menu" &&
|
|
3000
|
+
...l === "menu" && m && {
|
|
2986
3001
|
role: "menuitem"
|
|
2987
3002
|
},
|
|
2988
3003
|
...s === "select" && {
|
|
@@ -3001,7 +3016,7 @@ function ci(e, t) {
|
|
|
3001
3016
|
item(f) {
|
|
3002
3017
|
let {
|
|
3003
3018
|
active: d,
|
|
3004
|
-
selected:
|
|
3019
|
+
selected: g
|
|
3005
3020
|
} = f;
|
|
3006
3021
|
const p = {
|
|
3007
3022
|
role: "option",
|
|
@@ -3013,7 +3028,7 @@ function ci(e, t) {
|
|
|
3013
3028
|
case "select":
|
|
3014
3029
|
return {
|
|
3015
3030
|
...p,
|
|
3016
|
-
"aria-selected": d &&
|
|
3031
|
+
"aria-selected": d && g
|
|
3017
3032
|
};
|
|
3018
3033
|
case "combobox":
|
|
3019
3034
|
return {
|
|
@@ -3026,13 +3041,13 @@ function ci(e, t) {
|
|
|
3026
3041
|
return {};
|
|
3027
3042
|
}
|
|
3028
3043
|
};
|
|
3029
|
-
}, [i, s, l, o, r, a,
|
|
3044
|
+
}, [i, s, l, o, r, a, m]);
|
|
3030
3045
|
}
|
|
3031
3046
|
const Jt = (e) => e.replace(/[A-Z]+(?![a-z])|[A-Z]/g, (t, n) => (n ? "-" : "") + t.toLowerCase());
|
|
3032
3047
|
function Ee(e, t) {
|
|
3033
3048
|
return typeof e == "function" ? e(t) : e;
|
|
3034
3049
|
}
|
|
3035
|
-
function
|
|
3050
|
+
function di(e, t) {
|
|
3036
3051
|
const [n, o] = y.useState(e);
|
|
3037
3052
|
return e && !n && o(!0), y.useEffect(() => {
|
|
3038
3053
|
if (!e) {
|
|
@@ -3041,7 +3056,7 @@ function ui(e, t) {
|
|
|
3041
3056
|
}
|
|
3042
3057
|
}, [e, t]), n;
|
|
3043
3058
|
}
|
|
3044
|
-
function
|
|
3059
|
+
function fi(e, t) {
|
|
3045
3060
|
t === void 0 && (t = {});
|
|
3046
3061
|
const {
|
|
3047
3062
|
open: n,
|
|
@@ -3050,28 +3065,28 @@ function di(e, t) {
|
|
|
3050
3065
|
}
|
|
3051
3066
|
} = e, {
|
|
3052
3067
|
duration: r = 250
|
|
3053
|
-
} = t, s = (typeof r == "number" ? r : r.close) || 0, [l, a] = y.useState(!1), [c,
|
|
3068
|
+
} = t, s = (typeof r == "number" ? r : r.close) || 0, [l, a] = y.useState(!1), [c, m] = y.useState("unmounted"), u = di(n, s);
|
|
3054
3069
|
return Q(() => {
|
|
3055
|
-
l && !u &&
|
|
3070
|
+
l && !u && m("unmounted");
|
|
3056
3071
|
}, [l, u]), Q(() => {
|
|
3057
3072
|
if (o) {
|
|
3058
3073
|
if (n) {
|
|
3059
|
-
|
|
3074
|
+
m("initial");
|
|
3060
3075
|
const f = requestAnimationFrame(() => {
|
|
3061
|
-
|
|
3076
|
+
m("open");
|
|
3062
3077
|
});
|
|
3063
3078
|
return () => {
|
|
3064
3079
|
cancelAnimationFrame(f);
|
|
3065
3080
|
};
|
|
3066
3081
|
}
|
|
3067
|
-
a(!0),
|
|
3082
|
+
a(!0), m("close");
|
|
3068
3083
|
}
|
|
3069
3084
|
}, [n, o]), {
|
|
3070
3085
|
isMounted: u,
|
|
3071
3086
|
status: c
|
|
3072
3087
|
};
|
|
3073
3088
|
}
|
|
3074
|
-
function
|
|
3089
|
+
function mi(e, t) {
|
|
3075
3090
|
t === void 0 && (t = {});
|
|
3076
3091
|
const {
|
|
3077
3092
|
initial: n = {
|
|
@@ -3084,29 +3099,29 @@ function fi(e, t) {
|
|
|
3084
3099
|
} = t, l = e.placement, a = l.split("-")[0], c = y.useMemo(() => ({
|
|
3085
3100
|
side: a,
|
|
3086
3101
|
placement: l
|
|
3087
|
-
}), [a, l]),
|
|
3102
|
+
}), [a, l]), m = typeof s == "number", u = (m ? s : s.open) || 0, f = (m ? s : s.close) || 0, [d, g] = y.useState(() => ({
|
|
3088
3103
|
...Ee(i, c),
|
|
3089
3104
|
...Ee(n, c)
|
|
3090
3105
|
})), {
|
|
3091
3106
|
isMounted: p,
|
|
3092
3107
|
status: w
|
|
3093
|
-
} =
|
|
3108
|
+
} = fi(e, {
|
|
3094
3109
|
duration: s
|
|
3095
|
-
}), h =
|
|
3110
|
+
}), h = Be(n), x = Be(o), B = Be(r), S = Be(i);
|
|
3096
3111
|
return Q(() => {
|
|
3097
3112
|
const k = Ee(h.current, c), C = Ee(B.current, c), P = Ee(S.current, c), T = Ee(x.current, c) || Object.keys(k).reduce((D, A) => (D[A] = "", D), {});
|
|
3098
|
-
if (w === "initial" &&
|
|
3113
|
+
if (w === "initial" && g((D) => ({
|
|
3099
3114
|
transitionProperty: D.transitionProperty,
|
|
3100
3115
|
...P,
|
|
3101
3116
|
...k
|
|
3102
|
-
})), w === "open" &&
|
|
3117
|
+
})), w === "open" && g({
|
|
3103
3118
|
transitionProperty: Object.keys(T).map(Jt).join(","),
|
|
3104
3119
|
transitionDuration: u + "ms",
|
|
3105
3120
|
...P,
|
|
3106
3121
|
...T
|
|
3107
3122
|
}), w === "close") {
|
|
3108
3123
|
const D = C || k;
|
|
3109
|
-
|
|
3124
|
+
g({
|
|
3110
3125
|
transitionProperty: Object.keys(D).map(Jt).join(","),
|
|
3111
3126
|
transitionDuration: f + "ms",
|
|
3112
3127
|
...P,
|
|
@@ -3123,15 +3138,15 @@ function Qt(e, t) {
|
|
|
3123
3138
|
let r = !1;
|
|
3124
3139
|
const i = t.length;
|
|
3125
3140
|
for (let s = 0, l = i - 1; s < i; l = s++) {
|
|
3126
|
-
const [a, c] = t[s] || [0, 0], [
|
|
3127
|
-
c >= o != u >= o && n <= (
|
|
3141
|
+
const [a, c] = t[s] || [0, 0], [m, u] = t[l] || [0, 0];
|
|
3142
|
+
c >= o != u >= o && n <= (m - a) * (o - c) / (u - c) + a && (r = !r);
|
|
3128
3143
|
}
|
|
3129
3144
|
return r;
|
|
3130
3145
|
}
|
|
3131
3146
|
function gi(e, t) {
|
|
3132
3147
|
return e[0] >= t.x && e[0] <= t.x + t.width && e[1] >= t.y && e[1] <= t.y + t.height;
|
|
3133
3148
|
}
|
|
3134
|
-
function
|
|
3149
|
+
function pi(e) {
|
|
3135
3150
|
e === void 0 && (e = {});
|
|
3136
3151
|
const {
|
|
3137
3152
|
buffer: t = 0.5,
|
|
@@ -3140,17 +3155,17 @@ function mi(e) {
|
|
|
3140
3155
|
} = e;
|
|
3141
3156
|
let r, i = !1, s = null, l = null, a = performance.now();
|
|
3142
3157
|
function c(u, f) {
|
|
3143
|
-
const d = performance.now(),
|
|
3144
|
-
if (s === null || l === null ||
|
|
3158
|
+
const d = performance.now(), g = d - a;
|
|
3159
|
+
if (s === null || l === null || g === 0)
|
|
3145
3160
|
return s = u, l = f, a = d, null;
|
|
3146
|
-
const p = u - s, w = f - l, x = Math.sqrt(p * p + w * w) /
|
|
3161
|
+
const p = u - s, w = f - l, x = Math.sqrt(p * p + w * w) / g;
|
|
3147
3162
|
return s = u, l = f, a = d, x;
|
|
3148
3163
|
}
|
|
3149
|
-
const
|
|
3164
|
+
const m = (u) => {
|
|
3150
3165
|
let {
|
|
3151
3166
|
x: f,
|
|
3152
3167
|
y: d,
|
|
3153
|
-
placement:
|
|
3168
|
+
placement: g,
|
|
3154
3169
|
elements: p,
|
|
3155
3170
|
onClose: w,
|
|
3156
3171
|
nodeId: h,
|
|
@@ -3160,22 +3175,22 @@ function mi(e) {
|
|
|
3160
3175
|
function k() {
|
|
3161
3176
|
clearTimeout(r), w();
|
|
3162
3177
|
}
|
|
3163
|
-
if (clearTimeout(r), !p.domReference || !p.floating ||
|
|
3178
|
+
if (clearTimeout(r), !p.domReference || !p.floating || g == null || f == null || d == null)
|
|
3164
3179
|
return;
|
|
3165
3180
|
const {
|
|
3166
3181
|
clientX: C,
|
|
3167
3182
|
clientY: P
|
|
3168
|
-
} = S, T = [C, P], D = Ce(S), A = S.type === "mouseleave", L = be(p.floating, D), M = be(p.domReference, D), O = p.domReference.getBoundingClientRect(), b = p.floating.getBoundingClientRect(), v =
|
|
3183
|
+
} = S, T = [C, P], D = Ce(S), A = S.type === "mouseleave", L = be(p.floating, D), M = be(p.domReference, D), O = p.domReference.getBoundingClientRect(), b = p.floating.getBoundingClientRect(), v = g.split("-")[0], I = f > b.right - b.width / 2, R = d > b.bottom - b.height / 2, $ = gi(T, O), F = b.width > O.width, K = b.height > O.height, U = (F ? O : b).left, we = (F ? O : b).right, ce = (K ? O : b).top, V = (K ? O : b).bottom;
|
|
3169
3184
|
if (L && (i = !0, !A))
|
|
3170
3185
|
return;
|
|
3171
3186
|
if (M && (i = !1), M && !A) {
|
|
3172
3187
|
i = !0;
|
|
3173
3188
|
return;
|
|
3174
3189
|
}
|
|
3175
|
-
if (A &&
|
|
3190
|
+
if (A && j(S.relatedTarget) && be(p.floating, S.relatedTarget) || x && Ge(x.nodesRef.current, h).some((de) => {
|
|
3176
3191
|
let {
|
|
3177
3192
|
context: H
|
|
3178
|
-
} =
|
|
3193
|
+
} = de;
|
|
3179
3194
|
return H == null ? void 0 : H.open;
|
|
3180
3195
|
}))
|
|
3181
3196
|
return;
|
|
@@ -3190,30 +3205,30 @@ function mi(e) {
|
|
|
3190
3205
|
G = [[U, b.top + 1], [U, O.bottom - 1], [we, O.bottom - 1], [we, b.top + 1]];
|
|
3191
3206
|
break;
|
|
3192
3207
|
case "left":
|
|
3193
|
-
G = [[b.right - 1, V], [b.right - 1,
|
|
3208
|
+
G = [[b.right - 1, V], [b.right - 1, ce], [O.left + 1, ce], [O.left + 1, V]];
|
|
3194
3209
|
break;
|
|
3195
3210
|
case "right":
|
|
3196
|
-
G = [[O.right - 1, V], [O.right - 1,
|
|
3211
|
+
G = [[O.right - 1, V], [O.right - 1, ce], [b.left + 1, ce], [b.left + 1, V]];
|
|
3197
3212
|
break;
|
|
3198
3213
|
}
|
|
3199
|
-
function
|
|
3200
|
-
let [H, _] =
|
|
3214
|
+
function ue(de) {
|
|
3215
|
+
let [H, _] = de;
|
|
3201
3216
|
switch (v) {
|
|
3202
3217
|
case "top": {
|
|
3203
|
-
const
|
|
3204
|
-
return [
|
|
3218
|
+
const fe = [F ? H + t / 2 : I ? H + t * 4 : H - t * 4, _ + t + 1], me = [F ? H - t / 2 : I ? H + t * 4 : H - t * 4, _ + t + 1], $e = [[b.left, I || F ? b.bottom - t : b.top], [b.right, I ? F ? b.bottom - t : b.top : b.bottom - t]];
|
|
3219
|
+
return [fe, me, ...$e];
|
|
3205
3220
|
}
|
|
3206
3221
|
case "bottom": {
|
|
3207
|
-
const
|
|
3208
|
-
return [
|
|
3222
|
+
const fe = [F ? H + t / 2 : I ? H + t * 4 : H - t * 4, _ - t], me = [F ? H - t / 2 : I ? H + t * 4 : H - t * 4, _ - t], $e = [[b.left, I || F ? b.top + t : b.bottom], [b.right, I ? F ? b.top + t : b.bottom : b.top + t]];
|
|
3223
|
+
return [fe, me, ...$e];
|
|
3209
3224
|
}
|
|
3210
3225
|
case "left": {
|
|
3211
|
-
const
|
|
3212
|
-
return [...[[R || K ? b.right - t : b.left, b.top], [R ? K ? b.right - t : b.left : b.right - t, b.bottom]],
|
|
3226
|
+
const fe = [H + t + 1, K ? _ + t / 2 : R ? _ + t * 4 : _ - t * 4], me = [H + t + 1, K ? _ - t / 2 : R ? _ + t * 4 : _ - t * 4];
|
|
3227
|
+
return [...[[R || K ? b.right - t : b.left, b.top], [R ? K ? b.right - t : b.left : b.right - t, b.bottom]], fe, me];
|
|
3213
3228
|
}
|
|
3214
3229
|
case "right": {
|
|
3215
|
-
const
|
|
3216
|
-
return [
|
|
3230
|
+
const fe = [H - t, K ? _ + t / 2 : R ? _ + t * 4 : _ - t * 4], me = [H - t, K ? _ - t / 2 : R ? _ + t * 4 : _ - t * 4], $e = [[R || K ? b.left + t : b.right, b.top], [R ? K ? b.left + t : b.right : b.left + t, b.bottom]];
|
|
3231
|
+
return [fe, me, ...$e];
|
|
3217
3232
|
}
|
|
3218
3233
|
}
|
|
3219
3234
|
}
|
|
@@ -3221,21 +3236,21 @@ function mi(e) {
|
|
|
3221
3236
|
if (i && !$)
|
|
3222
3237
|
return k();
|
|
3223
3238
|
if (!A && o) {
|
|
3224
|
-
const
|
|
3225
|
-
if (
|
|
3239
|
+
const de = c(S.clientX, S.clientY);
|
|
3240
|
+
if (de !== null && de < 0.1)
|
|
3226
3241
|
return k();
|
|
3227
3242
|
}
|
|
3228
|
-
Qt([C, P],
|
|
3243
|
+
Qt([C, P], ue([f, d])) ? !i && o && (r = window.setTimeout(k, 40)) : k();
|
|
3229
3244
|
}
|
|
3230
3245
|
};
|
|
3231
3246
|
};
|
|
3232
|
-
return
|
|
3247
|
+
return m.__options = {
|
|
3233
3248
|
blockPointerEvents: n
|
|
3234
|
-
},
|
|
3249
|
+
}, m;
|
|
3235
3250
|
}
|
|
3236
|
-
const
|
|
3251
|
+
const Te = N("div"), Rt = On(
|
|
3237
3252
|
{}
|
|
3238
|
-
),
|
|
3253
|
+
), Wi = ({
|
|
3239
3254
|
children: e,
|
|
3240
3255
|
offset: t,
|
|
3241
3256
|
open: n,
|
|
@@ -3245,13 +3260,13 @@ const ge = j("div"), St = On(
|
|
|
3245
3260
|
placement: s = "bottom",
|
|
3246
3261
|
role: l = "dialog"
|
|
3247
3262
|
}) => {
|
|
3248
|
-
const { refs: a, floatingStyles: c, context:
|
|
3263
|
+
const { refs: a, floatingStyles: c, context: m } = li({
|
|
3249
3264
|
open: n,
|
|
3250
3265
|
onOpenChange: o,
|
|
3251
3266
|
placement: s,
|
|
3252
|
-
whileElementsMounted:
|
|
3253
|
-
middleware: [
|
|
3254
|
-
}), { isMounted: u, styles: f } =
|
|
3267
|
+
whileElementsMounted: br,
|
|
3268
|
+
middleware: [Jo(t), vr(), yr()]
|
|
3269
|
+
}), { isMounted: u, styles: f } = mi(m, {
|
|
3255
3270
|
initial: ({ side: S }) => ({
|
|
3256
3271
|
opacity: 0,
|
|
3257
3272
|
transform: {
|
|
@@ -3261,16 +3276,16 @@ const ge = j("div"), St = On(
|
|
|
3261
3276
|
left: "translateX(-0.5rem)"
|
|
3262
3277
|
}[S]
|
|
3263
3278
|
})
|
|
3264
|
-
}), d =
|
|
3279
|
+
}), d = oi(m, { enabled: r === "click" }), g = Gr(m, {
|
|
3265
3280
|
enabled: r === "hover",
|
|
3266
3281
|
delay: i,
|
|
3267
|
-
handleClose:
|
|
3268
|
-
}), p =
|
|
3282
|
+
handleClose: pi()
|
|
3283
|
+
}), p = si(m), w = ui(m, { role: l }), { getFloatingProps: h, getReferenceProps: x } = ai([
|
|
3269
3284
|
d,
|
|
3270
|
-
|
|
3285
|
+
g,
|
|
3271
3286
|
p,
|
|
3272
3287
|
w
|
|
3273
|
-
]), B =
|
|
3288
|
+
]), B = ct(
|
|
3274
3289
|
() => ({
|
|
3275
3290
|
getFloatingProps: h,
|
|
3276
3291
|
getReferenceProps: x,
|
|
@@ -3288,23 +3303,23 @@ const ge = j("div"), St = On(
|
|
|
3288
3303
|
f
|
|
3289
3304
|
]
|
|
3290
3305
|
);
|
|
3291
|
-
return /* @__PURE__ */ z(
|
|
3292
|
-
},
|
|
3293
|
-
const { getReferenceProps: t, refs: n } = nn(
|
|
3294
|
-
return /* @__PURE__ */ z(
|
|
3306
|
+
return /* @__PURE__ */ z(Rt.Provider, { value: B, children: e });
|
|
3307
|
+
}, Ni = ({ children: e }) => {
|
|
3308
|
+
const { getReferenceProps: t, refs: n } = nn(Rt);
|
|
3309
|
+
return /* @__PURE__ */ z(Pn, { children: Dn(e) && Mn(e, {
|
|
3295
3310
|
ref: n.setReference,
|
|
3296
3311
|
...t()
|
|
3297
3312
|
}) });
|
|
3298
|
-
},
|
|
3313
|
+
}, ji = ({ children: e, overlayCardProps: t }) => {
|
|
3299
3314
|
const {
|
|
3300
3315
|
getFloatingProps: n,
|
|
3301
3316
|
isMounted: o,
|
|
3302
3317
|
refs: r,
|
|
3303
3318
|
floatingStyles: i,
|
|
3304
3319
|
transitionStyles: s
|
|
3305
|
-
} = nn(
|
|
3306
|
-
return o ? /* @__PURE__ */ z(
|
|
3307
|
-
|
|
3320
|
+
} = nn(Rt);
|
|
3321
|
+
return o ? /* @__PURE__ */ z(ti, { children: /* @__PURE__ */ z(
|
|
3322
|
+
Te,
|
|
3308
3323
|
{
|
|
3309
3324
|
ref: r.setFloating,
|
|
3310
3325
|
style: i,
|
|
@@ -3312,10 +3327,10 @@ const ge = j("div"), St = On(
|
|
|
3312
3327
|
css: {
|
|
3313
3328
|
zIndex: "$overlayCard"
|
|
3314
3329
|
},
|
|
3315
|
-
children: /* @__PURE__ */ z(
|
|
3330
|
+
children: /* @__PURE__ */ z(sn, { ...t, style: s, children: e })
|
|
3316
3331
|
}
|
|
3317
3332
|
) }) : null;
|
|
3318
|
-
},
|
|
3333
|
+
}, Hi = N("span", {
|
|
3319
3334
|
flex: "0 0 auto",
|
|
3320
3335
|
display: "inline-flex",
|
|
3321
3336
|
padding: "$1 $2",
|
|
@@ -3352,24 +3367,24 @@ const ge = j("div"), St = On(
|
|
|
3352
3367
|
defaultVariants: {
|
|
3353
3368
|
color: "primary"
|
|
3354
3369
|
}
|
|
3355
|
-
}),
|
|
3370
|
+
}), Vi = N(He.Root, {
|
|
3356
3371
|
backgroundColor: "$gray50",
|
|
3357
3372
|
display: "flex",
|
|
3358
3373
|
alignItems: "center",
|
|
3359
3374
|
padding: "$1",
|
|
3360
3375
|
gap: "$1"
|
|
3361
|
-
}),
|
|
3376
|
+
}), _i = N(He.ToggleGroup, {
|
|
3362
3377
|
display: "flex",
|
|
3363
3378
|
gap: "$1",
|
|
3364
3379
|
alignItems: "center"
|
|
3365
|
-
}),
|
|
3380
|
+
}), Yi = N(He.Separator, {
|
|
3366
3381
|
width: "1px",
|
|
3367
3382
|
height: "1.5rem",
|
|
3368
3383
|
my: "$1",
|
|
3369
3384
|
mx: "$1",
|
|
3370
3385
|
backgroundColor: "$border"
|
|
3371
|
-
}),
|
|
3372
|
-
|
|
3386
|
+
}), Bn = xe(({ css: e, ...t }, n) => /* @__PURE__ */ z(
|
|
3387
|
+
rn,
|
|
3373
3388
|
{
|
|
3374
3389
|
ref: n,
|
|
3375
3390
|
icon: !0,
|
|
@@ -3383,14 +3398,14 @@ const ge = j("div"), St = On(
|
|
|
3383
3398
|
},
|
|
3384
3399
|
...t
|
|
3385
3400
|
}
|
|
3386
|
-
)),
|
|
3401
|
+
)), Xi = xe(
|
|
3387
3402
|
({ children: e, dropdown: t, ...n }, o) => /* @__PURE__ */ z(
|
|
3388
|
-
|
|
3403
|
+
He.Button,
|
|
3389
3404
|
{
|
|
3390
3405
|
asChild: !0,
|
|
3391
3406
|
ref: o,
|
|
3392
|
-
children: /* @__PURE__ */
|
|
3393
|
-
|
|
3407
|
+
children: /* @__PURE__ */ se(
|
|
3408
|
+
Bn,
|
|
3394
3409
|
{
|
|
3395
3410
|
variant: "transparent",
|
|
3396
3411
|
color: "primary",
|
|
@@ -3403,18 +3418,18 @@ const ge = j("div"), St = On(
|
|
|
3403
3418
|
)
|
|
3404
3419
|
}
|
|
3405
3420
|
)
|
|
3406
|
-
),
|
|
3421
|
+
), Ki = xe(({
|
|
3407
3422
|
children: e,
|
|
3408
3423
|
value: t,
|
|
3409
3424
|
...n
|
|
3410
3425
|
}, o) => /* @__PURE__ */ z(
|
|
3411
|
-
|
|
3426
|
+
He.ToggleItem,
|
|
3412
3427
|
{
|
|
3413
3428
|
value: t,
|
|
3414
3429
|
asChild: !0,
|
|
3415
3430
|
ref: o,
|
|
3416
3431
|
children: /* @__PURE__ */ z(
|
|
3417
|
-
|
|
3432
|
+
Bn,
|
|
3418
3433
|
{
|
|
3419
3434
|
variant: "transparent",
|
|
3420
3435
|
color: "primary",
|
|
@@ -3424,7 +3439,7 @@ const ge = j("div"), St = On(
|
|
|
3424
3439
|
}
|
|
3425
3440
|
)
|
|
3426
3441
|
}
|
|
3427
|
-
)),
|
|
3442
|
+
)), Gi = N("div", {
|
|
3428
3443
|
color: "$$cardText",
|
|
3429
3444
|
backgroundColor: "$$cardBackground",
|
|
3430
3445
|
borderRadius: "$md",
|
|
@@ -3449,7 +3464,7 @@ const ge = j("div"), St = On(
|
|
|
3449
3464
|
variant: "primary",
|
|
3450
3465
|
elevation: "raised"
|
|
3451
3466
|
}
|
|
3452
|
-
}),
|
|
3467
|
+
}), hi = N("div", {
|
|
3453
3468
|
borderRadius: "$md",
|
|
3454
3469
|
padding: "$1",
|
|
3455
3470
|
border: "2px solid $blue100",
|
|
@@ -3457,12 +3472,12 @@ const ge = j("div"), St = On(
|
|
|
3457
3472
|
display: "flex",
|
|
3458
3473
|
alignItems: "center",
|
|
3459
3474
|
gap: "$1"
|
|
3460
|
-
}),
|
|
3475
|
+
}), Ui = (e) => /* @__PURE__ */ z(hi, { ...e }), qi = ({
|
|
3461
3476
|
children: e,
|
|
3462
3477
|
active: t = !1,
|
|
3463
3478
|
...n
|
|
3464
3479
|
}) => /* @__PURE__ */ z(
|
|
3465
|
-
|
|
3480
|
+
rn,
|
|
3466
3481
|
{
|
|
3467
3482
|
variant: "transparent",
|
|
3468
3483
|
color: "primary",
|
|
@@ -3475,62 +3490,53 @@ const ge = j("div"), St = On(
|
|
|
3475
3490
|
...n,
|
|
3476
3491
|
children: e
|
|
3477
3492
|
}
|
|
3478
|
-
),
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3493
|
+
), bi = N(Ne.Overlay, {
|
|
3494
|
+
backgroundColor: "rgba(0, 0, 0, 0.7)",
|
|
3495
|
+
position: "fixed",
|
|
3496
|
+
zIndex: "$overlayCard",
|
|
3497
|
+
inset: 0
|
|
3498
|
+
}), yi = N(Ne.Content, {
|
|
3499
|
+
backgroundColor: "white",
|
|
3482
3500
|
borderRadius: "$md",
|
|
3483
3501
|
position: "fixed",
|
|
3484
3502
|
zIndex: "$overlayCard",
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
"
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3503
|
+
top: "50%",
|
|
3504
|
+
left: "50%",
|
|
3505
|
+
transform: "translate(-50%, -50%)",
|
|
3506
|
+
width: "auto",
|
|
3507
|
+
maxWidth: "90wv",
|
|
3508
|
+
minWidth: "600px",
|
|
3509
|
+
maxHeight: "85vh",
|
|
3510
|
+
padding: "$8",
|
|
3511
|
+
"&:focus": { outline: "none" }
|
|
3512
|
+
}), Zi = ({
|
|
3491
3513
|
children: e,
|
|
3492
|
-
open: t
|
|
3514
|
+
open: t,
|
|
3493
3515
|
onOpenChange: n,
|
|
3494
|
-
|
|
3495
|
-
}) => {
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
}, [n]), s = Et((l) => {
|
|
3503
|
-
var a;
|
|
3504
|
-
l.target === r.current && ((a = r.current) == null || a.close());
|
|
3505
|
-
}, []);
|
|
3506
|
-
return t ? on(
|
|
3507
|
-
/* @__PURE__ */ z(
|
|
3508
|
-
hi,
|
|
3509
|
-
{
|
|
3510
|
-
ref: r,
|
|
3511
|
-
onClose: i,
|
|
3512
|
-
onClick: s,
|
|
3513
|
-
...o,
|
|
3514
|
-
children: /* @__PURE__ */ z(ge, { css: { padding: "$4" }, children: e })
|
|
3515
|
-
}
|
|
3516
|
-
),
|
|
3517
|
-
document.body
|
|
3518
|
-
) : null;
|
|
3519
|
-
}, Xi = j("h2", {
|
|
3516
|
+
trigger: o
|
|
3517
|
+
}) => /* @__PURE__ */ se(Ne.Root, { open: t, onOpenChange: n, children: [
|
|
3518
|
+
o && /* @__PURE__ */ z(Ne.Trigger, { asChild: !0, children: o }),
|
|
3519
|
+
/* @__PURE__ */ se(Ne.Portal, { children: [
|
|
3520
|
+
/* @__PURE__ */ z(bi, {}),
|
|
3521
|
+
/* @__PURE__ */ z(yi, { children: e })
|
|
3522
|
+
] })
|
|
3523
|
+
] }), Ji = N("h2", {
|
|
3520
3524
|
fontSize: "$xl",
|
|
3521
3525
|
fontWeight: "$medium",
|
|
3522
3526
|
marginBottom: "$6"
|
|
3523
|
-
}),
|
|
3527
|
+
}), Qi = N("div", {
|
|
3524
3528
|
display: "flex",
|
|
3525
3529
|
gap: "$2",
|
|
3526
3530
|
justifyContent: "flex-end",
|
|
3527
3531
|
background: "$gray100",
|
|
3528
|
-
margin: "$6 -$
|
|
3529
|
-
padding: "$
|
|
3530
|
-
|
|
3532
|
+
margin: "$6 -$8 -$8 -$8",
|
|
3533
|
+
padding: "$4",
|
|
3534
|
+
borderBottomRightRadius: "$md",
|
|
3535
|
+
borderBottomLeftRadius: "$md"
|
|
3536
|
+
}), vi = N(sn, {
|
|
3531
3537
|
minWidth: "max(var(--radix-popper-anchor-width), 12rem)",
|
|
3532
3538
|
padding: "$1"
|
|
3533
|
-
}),
|
|
3539
|
+
}), Et = Ve({
|
|
3534
3540
|
padding: "$2 $2 $2 1.5rem",
|
|
3535
3541
|
fontSize: "$sm",
|
|
3536
3542
|
lineHeight: "1.25",
|
|
@@ -3553,14 +3559,14 @@ const ge = j("div"), St = On(
|
|
|
3553
3559
|
backgroundColor: "transparent"
|
|
3554
3560
|
}
|
|
3555
3561
|
}
|
|
3556
|
-
}),
|
|
3562
|
+
}), es = ({
|
|
3557
3563
|
side: e = "bottom",
|
|
3558
3564
|
align: t = "center",
|
|
3559
3565
|
trigger: n,
|
|
3560
3566
|
children: o,
|
|
3561
3567
|
sideOffset: r,
|
|
3562
3568
|
modal: i
|
|
3563
|
-
}) => /* @__PURE__ */
|
|
3569
|
+
}) => /* @__PURE__ */ se(te.Root, { modal: i, children: [
|
|
3564
3570
|
/* @__PURE__ */ z(te.Trigger, { asChild: !0, children: n }),
|
|
3565
3571
|
/* @__PURE__ */ z(te.Portal, { children: /* @__PURE__ */ z(
|
|
3566
3572
|
te.Content,
|
|
@@ -3570,10 +3576,10 @@ const ge = j("div"), St = On(
|
|
|
3570
3576
|
align: t,
|
|
3571
3577
|
collisionPadding: 10,
|
|
3572
3578
|
sideOffset: r,
|
|
3573
|
-
children: /* @__PURE__ */ z(
|
|
3579
|
+
children: /* @__PURE__ */ z(vi, { children: o })
|
|
3574
3580
|
}
|
|
3575
3581
|
) })
|
|
3576
|
-
] }),
|
|
3582
|
+
] }), xi = N(te.ItemIndicator, {
|
|
3577
3583
|
position: "absolute",
|
|
3578
3584
|
left: 0,
|
|
3579
3585
|
top: 0,
|
|
@@ -3582,30 +3588,114 @@ const ge = j("div"), St = On(
|
|
|
3582
3588
|
display: "flex",
|
|
3583
3589
|
justifyContent: "center",
|
|
3584
3590
|
alignItems: "center"
|
|
3585
|
-
}),
|
|
3591
|
+
}), ts = N(te.Separator, {
|
|
3586
3592
|
height: 1,
|
|
3587
3593
|
backgroundColor: "$gray200",
|
|
3588
3594
|
margin: 1
|
|
3589
|
-
}),
|
|
3595
|
+
}), ns = N(te.Item, Et), os = N(te.Item, Et, {
|
|
3590
3596
|
padding: "$2",
|
|
3591
3597
|
display: "flex",
|
|
3592
3598
|
alignItems: "center",
|
|
3593
3599
|
gap: "$2"
|
|
3594
|
-
}),
|
|
3600
|
+
}), wi = N(te.CheckboxItem, Et), rs = ({
|
|
3595
3601
|
value: e,
|
|
3596
3602
|
onChange: t,
|
|
3597
3603
|
children: n
|
|
3598
|
-
}) => /* @__PURE__ */
|
|
3599
|
-
|
|
3604
|
+
}) => /* @__PURE__ */ se(
|
|
3605
|
+
wi,
|
|
3600
3606
|
{
|
|
3601
3607
|
checked: e,
|
|
3602
3608
|
onCheckedChange: t,
|
|
3603
3609
|
children: [
|
|
3604
|
-
/* @__PURE__ */ z(
|
|
3610
|
+
/* @__PURE__ */ z(xi, { children: /* @__PURE__ */ z(Nn, { size: "0.75rem" }) }),
|
|
3605
3611
|
n
|
|
3606
3612
|
]
|
|
3607
3613
|
}
|
|
3608
|
-
),
|
|
3614
|
+
), $i = {
|
|
3615
|
+
container: (e) => ({
|
|
3616
|
+
...e,
|
|
3617
|
+
minWidth: "200px"
|
|
3618
|
+
}),
|
|
3619
|
+
control: (e, { isFocused: t }) => ({
|
|
3620
|
+
...e,
|
|
3621
|
+
"&:hover": {},
|
|
3622
|
+
border: t ? "1px solid var(--colors-blue300)" : "1px solid var(--colors-gray300)",
|
|
3623
|
+
outline: "none",
|
|
3624
|
+
borderRadius: "var(--radii-sm)",
|
|
3625
|
+
boxShadow: t ? "0 0 0 4px var(--colors-blue100)" : "none"
|
|
3626
|
+
}),
|
|
3627
|
+
menu: (e) => ({
|
|
3628
|
+
...e,
|
|
3629
|
+
boxShadow: "var(--shadows-overlayCard)",
|
|
3630
|
+
borderRadius: "var(--radii-md)",
|
|
3631
|
+
border: "none",
|
|
3632
|
+
padding: "var(--space-1)"
|
|
3633
|
+
}),
|
|
3634
|
+
option: (e, { isFocused: t, isSelected: n }) => ({
|
|
3635
|
+
...e,
|
|
3636
|
+
background: t ? "var(--colors-gray100)" : n ? "var(--colors-blue100)" : "transparent",
|
|
3637
|
+
"&:active": {
|
|
3638
|
+
background: "var(--colors-gray200)"
|
|
3639
|
+
},
|
|
3640
|
+
borderRadius: "var(--radii-sm)",
|
|
3641
|
+
color: "var(--colors-text)"
|
|
3642
|
+
}),
|
|
3643
|
+
menuList: (e) => ({
|
|
3644
|
+
...e,
|
|
3645
|
+
padding: 0
|
|
3646
|
+
}),
|
|
3647
|
+
multiValueRemove: (e) => ({
|
|
3648
|
+
...e,
|
|
3649
|
+
background: "transparent",
|
|
3650
|
+
color: "var(--colors-text)",
|
|
3651
|
+
"&:hover": {
|
|
3652
|
+
background: "var(--colors-red200)",
|
|
3653
|
+
color: "var(--colors-red800)"
|
|
3654
|
+
}
|
|
3655
|
+
}),
|
|
3656
|
+
clearIndicator: (e) => ({
|
|
3657
|
+
...e,
|
|
3658
|
+
paddingLeft: 0,
|
|
3659
|
+
paddingRight: 0
|
|
3660
|
+
}),
|
|
3661
|
+
menuPortal: (e) => ({
|
|
3662
|
+
...e,
|
|
3663
|
+
zIndex: "var(--zIndices-overlayCard)"
|
|
3664
|
+
})
|
|
3665
|
+
}, Si = {
|
|
3666
|
+
IndicatorSeparator: () => null
|
|
3667
|
+
}, Ri = ({
|
|
3668
|
+
styles: e,
|
|
3669
|
+
components: t,
|
|
3670
|
+
...n
|
|
3671
|
+
}) => {
|
|
3672
|
+
const o = ct(
|
|
3673
|
+
() => ({
|
|
3674
|
+
...$i,
|
|
3675
|
+
...e
|
|
3676
|
+
}),
|
|
3677
|
+
[e]
|
|
3678
|
+
), r = ct(
|
|
3679
|
+
() => ({
|
|
3680
|
+
...Si,
|
|
3681
|
+
...t
|
|
3682
|
+
}),
|
|
3683
|
+
[t]
|
|
3684
|
+
);
|
|
3685
|
+
return /* @__PURE__ */ z(Hn, { components: r, styles: o, ...n });
|
|
3686
|
+
}, is = ({
|
|
3687
|
+
clearable: e = !0,
|
|
3688
|
+
multi: t = !1,
|
|
3689
|
+
...n
|
|
3690
|
+
}) => (e = t ? !1 : e, /* @__PURE__ */ z(
|
|
3691
|
+
Ri,
|
|
3692
|
+
{
|
|
3693
|
+
...n,
|
|
3694
|
+
isClearable: e,
|
|
3695
|
+
isMulti: t,
|
|
3696
|
+
isSearchable: !0
|
|
3697
|
+
}
|
|
3698
|
+
)), Ei = Ve({
|
|
3609
3699
|
display: "block",
|
|
3610
3700
|
width: "100%",
|
|
3611
3701
|
padding: "0.5rem 0.75rem",
|
|
@@ -3617,7 +3707,7 @@ const ge = j("div"), St = On(
|
|
|
3617
3707
|
"-webkit-appearance": "none",
|
|
3618
3708
|
"-moz-appearance": "none",
|
|
3619
3709
|
appearance: "none"
|
|
3620
|
-
}),
|
|
3710
|
+
}), Ci = Ve({
|
|
3621
3711
|
display: "block",
|
|
3622
3712
|
width: "100%",
|
|
3623
3713
|
background: "#fff",
|
|
@@ -3641,17 +3731,17 @@ const ge = j("div"), St = On(
|
|
|
3641
3731
|
}
|
|
3642
3732
|
}
|
|
3643
3733
|
}
|
|
3644
|
-
}),
|
|
3734
|
+
}), ki = N("input", Ei), Ti = N("div", Ci, {
|
|
3645
3735
|
display: "flex",
|
|
3646
3736
|
alignItems: "center",
|
|
3647
3737
|
gap: "$2",
|
|
3648
3738
|
width: "100%"
|
|
3649
|
-
}),
|
|
3739
|
+
}), ss = xe(
|
|
3650
3740
|
({ type: e = "text", label: t, error: n, style: o, css: r, suffix: i, id: s, ...l }, a) => {
|
|
3651
|
-
const c =
|
|
3652
|
-
return s = s || c, /* @__PURE__ */
|
|
3741
|
+
const c = Ln();
|
|
3742
|
+
return s = s || c, /* @__PURE__ */ se(Te, { css: r, children: [
|
|
3653
3743
|
t && /* @__PURE__ */ z(
|
|
3654
|
-
|
|
3744
|
+
Te,
|
|
3655
3745
|
{
|
|
3656
3746
|
as: "label",
|
|
3657
3747
|
htmlFor: s,
|
|
@@ -3663,9 +3753,9 @@ const ge = j("div"), St = On(
|
|
|
3663
3753
|
children: t
|
|
3664
3754
|
}
|
|
3665
3755
|
),
|
|
3666
|
-
/* @__PURE__ */
|
|
3756
|
+
/* @__PURE__ */ se(Ti, { error: !!n, children: [
|
|
3667
3757
|
/* @__PURE__ */ z(
|
|
3668
|
-
|
|
3758
|
+
ki,
|
|
3669
3759
|
{
|
|
3670
3760
|
id: s,
|
|
3671
3761
|
ref: a,
|
|
@@ -3675,7 +3765,7 @@ const ge = j("div"), St = On(
|
|
|
3675
3765
|
}
|
|
3676
3766
|
),
|
|
3677
3767
|
i && /* @__PURE__ */ z(
|
|
3678
|
-
|
|
3768
|
+
Te,
|
|
3679
3769
|
{
|
|
3680
3770
|
css: {
|
|
3681
3771
|
fontSize: "$sm",
|
|
@@ -3686,7 +3776,7 @@ const ge = j("div"), St = On(
|
|
|
3686
3776
|
}
|
|
3687
3777
|
),
|
|
3688
3778
|
n && /* @__PURE__ */ z(
|
|
3689
|
-
|
|
3779
|
+
Te,
|
|
3690
3780
|
{
|
|
3691
3781
|
as: jn,
|
|
3692
3782
|
css: { color: "$red600", marginRight: "$2" },
|
|
@@ -3694,54 +3784,56 @@ const ge = j("div"), St = On(
|
|
|
3694
3784
|
}
|
|
3695
3785
|
)
|
|
3696
3786
|
] }),
|
|
3697
|
-
typeof n == "string" && /* @__PURE__ */ z(
|
|
3787
|
+
typeof n == "string" && /* @__PURE__ */ z(Te, { css: { color: "$red600", fontSize: "$sm", marginTop: "$2" }, children: n })
|
|
3698
3788
|
] });
|
|
3699
3789
|
}
|
|
3700
3790
|
);
|
|
3701
3791
|
export {
|
|
3702
3792
|
Me as A,
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3793
|
+
Te as B,
|
|
3794
|
+
is as C,
|
|
3795
|
+
es as D,
|
|
3796
|
+
Di as E,
|
|
3797
|
+
ti as F,
|
|
3798
|
+
Mi as G,
|
|
3709
3799
|
Li as H,
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3800
|
+
Hi as I,
|
|
3801
|
+
Bn as J,
|
|
3802
|
+
Gi as K,
|
|
3803
|
+
Ji as L,
|
|
3804
|
+
vi as M,
|
|
3805
|
+
Ui as N,
|
|
3806
|
+
sn as O,
|
|
3807
|
+
Wi as P,
|
|
3808
|
+
Et as Q,
|
|
3809
|
+
Ri as R,
|
|
3810
|
+
So as S,
|
|
3811
|
+
Xi as T,
|
|
3812
|
+
rs as U,
|
|
3813
|
+
os as a,
|
|
3814
|
+
_i as b,
|
|
3815
|
+
Ve as c,
|
|
3816
|
+
Ki as d,
|
|
3817
|
+
br as e,
|
|
3818
|
+
Fi as f,
|
|
3819
|
+
vr as g,
|
|
3820
|
+
yr as h,
|
|
3821
|
+
ai as i,
|
|
3822
|
+
ui as j,
|
|
3823
|
+
Vi as k,
|
|
3824
|
+
Yi as l,
|
|
3825
|
+
rn as m,
|
|
3826
|
+
ns as n,
|
|
3827
|
+
Jo as o,
|
|
3828
|
+
ts as p,
|
|
3829
|
+
Zi as q,
|
|
3830
|
+
qi as r,
|
|
3831
|
+
N as s,
|
|
3832
|
+
ss as t,
|
|
3833
|
+
li as u,
|
|
3834
|
+
Qi as v,
|
|
3835
|
+
zi as w,
|
|
3836
|
+
si as x,
|
|
3837
|
+
Ni as y,
|
|
3838
|
+
ji as z
|
|
3747
3839
|
};
|