boottent-design 0.1.30 → 0.1.32
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/boottent-design.main.cjs.js +1 -1
- package/dist/boottent-design.main.es.js +3 -3
- package/dist/boottent-design.provider.cjs.js +1 -1
- package/dist/boottent-design.provider.es.js +1 -1
- package/dist/boottent-design.ui.cjs.js +1 -1
- package/dist/boottent-design.ui.es.js +2 -2
- package/dist/{index-DzWtETG4.cjs → index-BRdXRHq3.cjs} +1 -1
- package/dist/{index-CxjyMKa7.js → index-Bd6UI_y1.js} +1 -1
- package/dist/{portal-provider-CnzNYnAY.cjs → portal-provider-CFbNJU7n.cjs} +1 -1
- package/dist/{portal-provider-CKtDocdL.js → portal-provider-sj6JPXDg.js} +1 -1
- package/dist/{tooltip-l_6ueGv7.js → tooltip-DAYuEpGU.js} +487 -464
- package/dist/{tooltip-CXXHgNLi.cjs → tooltip-kbMU9Xxp.cjs} +5 -5
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as s, jsxs as R, Fragment as Oe } from "react/jsx-runtime";
|
|
2
|
-
import { colors as
|
|
2
|
+
import { colors as Xe } from "./boottent-design.styles.es.js";
|
|
3
3
|
import { cn as M, toaster as ji } from "./boottent-design.utils.es.js";
|
|
4
4
|
import * as l from "react";
|
|
5
|
-
import _, { useState as
|
|
6
|
-
import * as
|
|
5
|
+
import _, { useState as Wt, Fragment as Ui, useEffect as ar, useLayoutEffect as Yi } from "react";
|
|
6
|
+
import * as jt from "react-dom";
|
|
7
7
|
import sr from "react-dom";
|
|
8
|
-
function
|
|
8
|
+
function Ki({
|
|
9
9
|
size: e = "16",
|
|
10
10
|
fill: t = "#26282A",
|
|
11
11
|
className: n
|
|
@@ -31,7 +31,7 @@ function Yi({
|
|
|
31
31
|
}
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
|
-
function
|
|
34
|
+
function Xi({
|
|
35
35
|
size: e = "24",
|
|
36
36
|
fill: t = "#26282A",
|
|
37
37
|
className: n
|
|
@@ -55,7 +55,7 @@ function Gi({
|
|
|
55
55
|
}
|
|
56
56
|
);
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function Gi({
|
|
59
59
|
size: e = "36",
|
|
60
60
|
fill: t = "#26282A",
|
|
61
61
|
className: n
|
|
@@ -246,12 +246,12 @@ function Ji({
|
|
|
246
246
|
}
|
|
247
247
|
);
|
|
248
248
|
}
|
|
249
|
-
const { grey:
|
|
249
|
+
const { grey: _n, main: ea } = Xe;
|
|
250
250
|
function ta({
|
|
251
251
|
size: e = "42",
|
|
252
252
|
disabled: t = !1
|
|
253
253
|
}) {
|
|
254
|
-
const [n, r] =
|
|
254
|
+
const [n, r] = Wt(!1);
|
|
255
255
|
return /* @__PURE__ */ R(
|
|
256
256
|
"svg",
|
|
257
257
|
{
|
|
@@ -272,7 +272,7 @@ function ta({
|
|
|
272
272
|
fillRule: "evenodd",
|
|
273
273
|
clipRule: "evenodd",
|
|
274
274
|
d: "M16.8813 28.6187C16.5396 28.277 16.5396 27.723 16.8813 27.3813L23.2626 21L16.8813 14.6187C16.5396 14.277 16.5396 13.723 16.8813 13.3813C17.223 13.0396 17.777 13.0396 18.1187 13.3813L25.1187 20.3813C25.2828 20.5454 25.375 20.7679 25.375 21C25.375 21.2321 25.2828 21.4546 25.1187 21.6187L18.1187 28.6187C17.777 28.9604 17.223 28.9604 16.8813 28.6187Z",
|
|
275
|
-
fill: t ?
|
|
275
|
+
fill: t ? _n[400] : n ? ea[500] : _n[800]
|
|
276
276
|
}
|
|
277
277
|
)
|
|
278
278
|
] }),
|
|
@@ -1391,7 +1391,7 @@ var cr = {
|
|
|
1391
1391
|
className: void 0,
|
|
1392
1392
|
style: void 0,
|
|
1393
1393
|
attr: void 0
|
|
1394
|
-
},
|
|
1394
|
+
}, In = _.createContext && /* @__PURE__ */ _.createContext(cr), Sa = ["attr", "size", "title"];
|
|
1395
1395
|
function Ma(e, t) {
|
|
1396
1396
|
if (e == null) return {};
|
|
1397
1397
|
var n = Oa(e, t), r, o;
|
|
@@ -1422,7 +1422,7 @@ function Ge() {
|
|
|
1422
1422
|
return e;
|
|
1423
1423
|
}, Ge.apply(this, arguments);
|
|
1424
1424
|
}
|
|
1425
|
-
function
|
|
1425
|
+
function kn(e, t) {
|
|
1426
1426
|
var n = Object.keys(e);
|
|
1427
1427
|
if (Object.getOwnPropertySymbols) {
|
|
1428
1428
|
var r = Object.getOwnPropertySymbols(e);
|
|
@@ -1432,12 +1432,12 @@ function In(e, t) {
|
|
|
1432
1432
|
}
|
|
1433
1433
|
return n;
|
|
1434
1434
|
}
|
|
1435
|
-
function
|
|
1435
|
+
function ze(e) {
|
|
1436
1436
|
for (var t = 1; t < arguments.length; t++) {
|
|
1437
1437
|
var n = arguments[t] != null ? arguments[t] : {};
|
|
1438
|
-
t % 2 ?
|
|
1438
|
+
t % 2 ? kn(Object(n), !0).forEach(function(r) {
|
|
1439
1439
|
La(e, r, n[r]);
|
|
1440
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
|
|
1440
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : kn(Object(n)).forEach(function(r) {
|
|
1441
1441
|
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
|
|
1442
1442
|
});
|
|
1443
1443
|
}
|
|
@@ -1461,13 +1461,13 @@ function _a(e, t) {
|
|
|
1461
1461
|
return (t === "string" ? String : Number)(e);
|
|
1462
1462
|
}
|
|
1463
1463
|
function lr(e) {
|
|
1464
|
-
return e && e.map((t, n) => /* @__PURE__ */ _.createElement(t.tag,
|
|
1464
|
+
return e && e.map((t, n) => /* @__PURE__ */ _.createElement(t.tag, ze({
|
|
1465
1465
|
key: n
|
|
1466
1466
|
}, t.attr), lr(t.child)));
|
|
1467
1467
|
}
|
|
1468
|
-
function
|
|
1468
|
+
function ot(e) {
|
|
1469
1469
|
return (t) => /* @__PURE__ */ _.createElement(Ia, Ge({
|
|
1470
|
-
attr:
|
|
1470
|
+
attr: ze({}, e.attr)
|
|
1471
1471
|
}, t), lr(e.child));
|
|
1472
1472
|
}
|
|
1473
1473
|
function Ia(e) {
|
|
@@ -1483,7 +1483,7 @@ function Ia(e) {
|
|
|
1483
1483
|
strokeWidth: "0"
|
|
1484
1484
|
}, n.attr, r, a, {
|
|
1485
1485
|
className: d,
|
|
1486
|
-
style:
|
|
1486
|
+
style: ze(ze({
|
|
1487
1487
|
color: e.color || n.color
|
|
1488
1488
|
}, n.style), e.style),
|
|
1489
1489
|
height: c,
|
|
@@ -1491,13 +1491,13 @@ function Ia(e) {
|
|
|
1491
1491
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1492
1492
|
}), i && /* @__PURE__ */ _.createElement("title", null, i), e.children);
|
|
1493
1493
|
};
|
|
1494
|
-
return
|
|
1494
|
+
return In !== void 0 ? /* @__PURE__ */ _.createElement(In.Consumer, null, (n) => t(n)) : t(cr);
|
|
1495
1495
|
}
|
|
1496
1496
|
function ka(e) {
|
|
1497
|
-
return
|
|
1497
|
+
return ot({ tag: "svg", attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z" }, child: [] }] })(e);
|
|
1498
1498
|
}
|
|
1499
1499
|
function Ha(e) {
|
|
1500
|
-
return
|
|
1500
|
+
return ot({ tag: "svg", attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { fillRule: "evenodd", d: "M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5" }, child: [] }] })(e);
|
|
1501
1501
|
}
|
|
1502
1502
|
function Va({
|
|
1503
1503
|
size: e,
|
|
@@ -1521,10 +1521,10 @@ function Fa({
|
|
|
1521
1521
|
return /* @__PURE__ */ s(Ha, { size: e, color: t, className: n });
|
|
1522
1522
|
}
|
|
1523
1523
|
function $a(e) {
|
|
1524
|
-
return
|
|
1524
|
+
return ot({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" }, child: [] }] })(e);
|
|
1525
1525
|
}
|
|
1526
1526
|
function Ba(e) {
|
|
1527
|
-
return
|
|
1527
|
+
return ot({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" }, child: [] }] })(e);
|
|
1528
1528
|
}
|
|
1529
1529
|
function Za({ size: e, color: t, className: n }) {
|
|
1530
1530
|
return /* @__PURE__ */ s($a, { size: e, color: t, className: n });
|
|
@@ -1581,7 +1581,7 @@ function Ua({ size: e = "20", fill: t = "#26282A" }) {
|
|
|
1581
1581
|
}
|
|
1582
1582
|
);
|
|
1583
1583
|
}
|
|
1584
|
-
function
|
|
1584
|
+
function Ya({
|
|
1585
1585
|
size: e = "20",
|
|
1586
1586
|
fill: t = "#A2A3A4"
|
|
1587
1587
|
}) {
|
|
@@ -1626,7 +1626,7 @@ function Ka({
|
|
|
1626
1626
|
}
|
|
1627
1627
|
);
|
|
1628
1628
|
}
|
|
1629
|
-
function
|
|
1629
|
+
function Ka({
|
|
1630
1630
|
size: e = "20",
|
|
1631
1631
|
fill: t = "#A2A3A4"
|
|
1632
1632
|
}) {
|
|
@@ -1685,7 +1685,7 @@ function Ya({
|
|
|
1685
1685
|
}
|
|
1686
1686
|
);
|
|
1687
1687
|
}
|
|
1688
|
-
function
|
|
1688
|
+
function Xa({
|
|
1689
1689
|
size: e = "20",
|
|
1690
1690
|
fill: t = "#A2A3A4"
|
|
1691
1691
|
}) {
|
|
@@ -1723,16 +1723,16 @@ function Ga({
|
|
|
1723
1723
|
}
|
|
1724
1724
|
);
|
|
1725
1725
|
}
|
|
1726
|
-
const
|
|
1727
|
-
ArrowDown:
|
|
1726
|
+
const Ut = {
|
|
1727
|
+
ArrowDown: Ki,
|
|
1728
1728
|
ArrowUp: na,
|
|
1729
1729
|
ArrowLeft: zi,
|
|
1730
1730
|
ArrowRight: Qi,
|
|
1731
|
-
ArrowDown2:
|
|
1731
|
+
ArrowDown2: Xi,
|
|
1732
1732
|
ArrowUp2: ra,
|
|
1733
1733
|
ArrowLeft2: qi,
|
|
1734
1734
|
ArrowRight2: Ji,
|
|
1735
|
-
ArrowDownButton:
|
|
1735
|
+
ArrowDownButton: Gi,
|
|
1736
1736
|
ArrowRightButton: ta,
|
|
1737
1737
|
Bubbles: oa,
|
|
1738
1738
|
Calendar: ia,
|
|
@@ -1765,11 +1765,11 @@ const jt = {
|
|
|
1765
1765
|
Share: Ua,
|
|
1766
1766
|
Checkbox: sa,
|
|
1767
1767
|
Radio: Ta,
|
|
1768
|
-
ViewTable:
|
|
1769
|
-
ViewMore:
|
|
1770
|
-
ViewCard:
|
|
1768
|
+
ViewTable: Xa,
|
|
1769
|
+
ViewMore: Ka,
|
|
1770
|
+
ViewCard: Ya
|
|
1771
1771
|
};
|
|
1772
|
-
function
|
|
1772
|
+
function Ga(e, t) {
|
|
1773
1773
|
const n = l.createContext(t), r = (i) => {
|
|
1774
1774
|
const { children: a, ...c } = i, d = l.useMemo(() => c, Object.values(c));
|
|
1775
1775
|
return /* @__PURE__ */ s(n.Provider, { value: d, children: a });
|
|
@@ -1893,12 +1893,12 @@ var be = l.forwardRef((e, t) => {
|
|
|
1893
1893
|
const { children: n, ...r } = e, o = l.Children.toArray(n), i = o.find(es);
|
|
1894
1894
|
if (i) {
|
|
1895
1895
|
const a = i.props.children, c = o.map((d) => d === i ? l.Children.count(a) > 1 ? l.Children.only(null) : l.isValidElement(a) ? a.props.children : null : d);
|
|
1896
|
-
return /* @__PURE__ */ s(
|
|
1896
|
+
return /* @__PURE__ */ s(Mt, { ...r, ref: t, children: l.isValidElement(a) ? l.cloneElement(a, void 0, c) : null });
|
|
1897
1897
|
}
|
|
1898
|
-
return /* @__PURE__ */ s(
|
|
1898
|
+
return /* @__PURE__ */ s(Mt, { ...r, ref: t, children: n });
|
|
1899
1899
|
});
|
|
1900
1900
|
be.displayName = "Slot";
|
|
1901
|
-
var
|
|
1901
|
+
var Mt = l.forwardRef((e, t) => {
|
|
1902
1902
|
const { children: n, ...r } = e;
|
|
1903
1903
|
if (l.isValidElement(n)) {
|
|
1904
1904
|
const o = ns(n);
|
|
@@ -1910,10 +1910,10 @@ var St = l.forwardRef((e, t) => {
|
|
|
1910
1910
|
}
|
|
1911
1911
|
return l.Children.count(n) > 1 ? l.Children.only(null) : null;
|
|
1912
1912
|
});
|
|
1913
|
-
|
|
1914
|
-
var
|
|
1913
|
+
Mt.displayName = "SlotClone";
|
|
1914
|
+
var Yt = ({ children: e }) => /* @__PURE__ */ s(Oe, { children: e });
|
|
1915
1915
|
function es(e) {
|
|
1916
|
-
return l.isValidElement(e) && e.type ===
|
|
1916
|
+
return l.isValidElement(e) && e.type === Yt;
|
|
1917
1917
|
}
|
|
1918
1918
|
function ts(e, t) {
|
|
1919
1919
|
const n = { ...t };
|
|
@@ -1976,7 +1976,7 @@ function I(e, t, { checkForDefaultPrevented: n = !0 } = {}) {
|
|
|
1976
1976
|
return t == null ? void 0 : t(o);
|
|
1977
1977
|
};
|
|
1978
1978
|
}
|
|
1979
|
-
function
|
|
1979
|
+
function K(e) {
|
|
1980
1980
|
const t = l.useRef(e);
|
|
1981
1981
|
return l.useEffect(() => {
|
|
1982
1982
|
t.current = e;
|
|
@@ -1991,7 +1991,7 @@ function Pe({
|
|
|
1991
1991
|
onChange: n = () => {
|
|
1992
1992
|
}
|
|
1993
1993
|
}) {
|
|
1994
|
-
const [r, o] = rs({ defaultProp: t, onChange: n }), i = e !== void 0, a = i ? e : r, c =
|
|
1994
|
+
const [r, o] = rs({ defaultProp: t, onChange: n }), i = e !== void 0, a = i ? e : r, c = K(n), d = l.useCallback(
|
|
1995
1995
|
(u) => {
|
|
1996
1996
|
if (i) {
|
|
1997
1997
|
const p = typeof u == "function" ? u(e) : u;
|
|
@@ -2007,7 +2007,7 @@ function rs({
|
|
|
2007
2007
|
defaultProp: e,
|
|
2008
2008
|
onChange: t
|
|
2009
2009
|
}) {
|
|
2010
|
-
const n = l.useState(e), [r] = n, o = l.useRef(r), i =
|
|
2010
|
+
const n = l.useState(e), [r] = n, o = l.useRef(r), i = K(t);
|
|
2011
2011
|
return l.useEffect(() => {
|
|
2012
2012
|
o.current !== r && (i(r), o.current = r);
|
|
2013
2013
|
}, [r, o, i]), n;
|
|
@@ -2037,7 +2037,7 @@ var os = [
|
|
|
2037
2037
|
return n.displayName = `Primitive.${t}`, { ...e, [t]: n };
|
|
2038
2038
|
}, {});
|
|
2039
2039
|
function fr(e, t) {
|
|
2040
|
-
e &&
|
|
2040
|
+
e && jt.flushSync(() => e.dispatchEvent(t));
|
|
2041
2041
|
}
|
|
2042
2042
|
var ee = globalThis != null && globalThis.document ? l.useLayoutEffect : () => {
|
|
2043
2043
|
};
|
|
@@ -2114,7 +2114,7 @@ function Ce(e) {
|
|
|
2114
2114
|
n((r) => r ?? String(ls++));
|
|
2115
2115
|
}, [e]), t ? `radix-${t}` : "";
|
|
2116
2116
|
}
|
|
2117
|
-
var Kt = "Collapsible", [us, pr] = Re(Kt), [ds,
|
|
2117
|
+
var Kt = "Collapsible", [us, pr] = Re(Kt), [ds, Xt] = us(Kt), hr = l.forwardRef(
|
|
2118
2118
|
(e, t) => {
|
|
2119
2119
|
const {
|
|
2120
2120
|
__scopeCollapsible: n,
|
|
@@ -2139,7 +2139,7 @@ var Kt = "Collapsible", [us, pr] = Re(Kt), [ds, Yt] = us(Kt), hr = l.forwardRef(
|
|
|
2139
2139
|
children: /* @__PURE__ */ s(
|
|
2140
2140
|
H.div,
|
|
2141
2141
|
{
|
|
2142
|
-
"data-state":
|
|
2142
|
+
"data-state": zt(d),
|
|
2143
2143
|
"data-disabled": i ? "" : void 0,
|
|
2144
2144
|
...c,
|
|
2145
2145
|
ref: t
|
|
@@ -2152,14 +2152,14 @@ var Kt = "Collapsible", [us, pr] = Re(Kt), [ds, Yt] = us(Kt), hr = l.forwardRef(
|
|
|
2152
2152
|
hr.displayName = Kt;
|
|
2153
2153
|
var mr = "CollapsibleTrigger", vr = l.forwardRef(
|
|
2154
2154
|
(e, t) => {
|
|
2155
|
-
const { __scopeCollapsible: n, ...r } = e, o =
|
|
2155
|
+
const { __scopeCollapsible: n, ...r } = e, o = Xt(mr, n);
|
|
2156
2156
|
return /* @__PURE__ */ s(
|
|
2157
2157
|
H.button,
|
|
2158
2158
|
{
|
|
2159
2159
|
type: "button",
|
|
2160
2160
|
"aria-controls": o.contentId,
|
|
2161
2161
|
"aria-expanded": o.open || !1,
|
|
2162
|
-
"data-state":
|
|
2162
|
+
"data-state": zt(o.open),
|
|
2163
2163
|
"data-disabled": o.disabled ? "" : void 0,
|
|
2164
2164
|
disabled: o.disabled,
|
|
2165
2165
|
...r,
|
|
@@ -2172,13 +2172,13 @@ var mr = "CollapsibleTrigger", vr = l.forwardRef(
|
|
|
2172
2172
|
vr.displayName = mr;
|
|
2173
2173
|
var Gt = "CollapsibleContent", gr = l.forwardRef(
|
|
2174
2174
|
(e, t) => {
|
|
2175
|
-
const { forceMount: n, ...r } = e, o =
|
|
2175
|
+
const { forceMount: n, ...r } = e, o = Xt(Gt, e.__scopeCollapsible);
|
|
2176
2176
|
return /* @__PURE__ */ s(fe, { present: n || o.open, children: ({ present: i }) => /* @__PURE__ */ s(fs, { ...r, ref: t, present: i }) });
|
|
2177
2177
|
}
|
|
2178
2178
|
);
|
|
2179
2179
|
gr.displayName = Gt;
|
|
2180
2180
|
var fs = l.forwardRef((e, t) => {
|
|
2181
|
-
const { __scopeCollapsible: n, present: r, children: o, ...i } = e, a =
|
|
2181
|
+
const { __scopeCollapsible: n, present: r, children: o, ...i } = e, a = Xt(Gt, n), [c, d] = l.useState(r), u = l.useRef(null), f = W(t, u), p = l.useRef(0), m = p.current, v = l.useRef(0), C = v.current, h = a.open || c, g = l.useRef(h), w = l.useRef();
|
|
2182
2182
|
return l.useEffect(() => {
|
|
2183
2183
|
const y = requestAnimationFrame(() => g.current = !1);
|
|
2184
2184
|
return () => cancelAnimationFrame(y);
|
|
@@ -2195,7 +2195,7 @@ var fs = l.forwardRef((e, t) => {
|
|
|
2195
2195
|
}, [a.open, r]), /* @__PURE__ */ s(
|
|
2196
2196
|
H.div,
|
|
2197
2197
|
{
|
|
2198
|
-
"data-state":
|
|
2198
|
+
"data-state": zt(a.open),
|
|
2199
2199
|
"data-disabled": a.disabled ? "" : void 0,
|
|
2200
2200
|
id: a.contentId,
|
|
2201
2201
|
hidden: !h,
|
|
@@ -2210,7 +2210,7 @@ var fs = l.forwardRef((e, t) => {
|
|
|
2210
2210
|
}
|
|
2211
2211
|
);
|
|
2212
2212
|
});
|
|
2213
|
-
function
|
|
2213
|
+
function zt(e) {
|
|
2214
2214
|
return e ? "open" : "closed";
|
|
2215
2215
|
}
|
|
2216
2216
|
var ps = hr, hs = vr, ms = gr, vs = l.createContext(void 0);
|
|
@@ -2218,17 +2218,17 @@ function gs(e) {
|
|
|
2218
2218
|
const t = l.useContext(vs);
|
|
2219
2219
|
return e || t || "ltr";
|
|
2220
2220
|
}
|
|
2221
|
-
var re = "Accordion", Cs = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"], [
|
|
2221
|
+
var re = "Accordion", Cs = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"], [qt, ws, ys] = dr(re), [it, yu] = Re(re, [
|
|
2222
2222
|
ys,
|
|
2223
2223
|
pr
|
|
2224
|
-
]),
|
|
2224
|
+
]), Qt = pr(), Cr = _.forwardRef(
|
|
2225
2225
|
(e, t) => {
|
|
2226
2226
|
const { type: n, ...r } = e, o = r, i = r;
|
|
2227
|
-
return /* @__PURE__ */ s(
|
|
2227
|
+
return /* @__PURE__ */ s(qt.Provider, { scope: e.__scopeAccordion, children: n === "multiple" ? /* @__PURE__ */ s(Es, { ...i, ref: t }) : /* @__PURE__ */ s(As, { ...o, ref: t }) });
|
|
2228
2228
|
}
|
|
2229
2229
|
);
|
|
2230
2230
|
Cr.displayName = re;
|
|
2231
|
-
var [wr, xs] =
|
|
2231
|
+
var [wr, xs] = it(re), [yr, bs] = it(
|
|
2232
2232
|
re,
|
|
2233
2233
|
{ collapsible: !1 }
|
|
2234
2234
|
), As = _.forwardRef(
|
|
@@ -2284,7 +2284,7 @@ var [wr, xs] = ot(re), [yr, bs] = ot(
|
|
|
2284
2284
|
children: /* @__PURE__ */ s(yr, { scope: e.__scopeAccordion, collapsible: !0, children: /* @__PURE__ */ s(xr, { ...i, ref: t }) })
|
|
2285
2285
|
}
|
|
2286
2286
|
);
|
|
2287
|
-
}), [Rs,
|
|
2287
|
+
}), [Rs, at] = it(re), xr = _.forwardRef(
|
|
2288
2288
|
(e, t) => {
|
|
2289
2289
|
const { __scopeAccordion: n, disabled: r, dir: o, orientation: i = "vertical", ...a } = e, c = _.useRef(null), d = W(c, t), u = ws(n), p = gs(o) === "ltr", m = I(e.onKeyDown, (v) => {
|
|
2290
2290
|
var S;
|
|
@@ -2331,7 +2331,7 @@ var [wr, xs] = ot(re), [yr, bs] = ot(
|
|
|
2331
2331
|
disabled: r,
|
|
2332
2332
|
direction: o,
|
|
2333
2333
|
orientation: i,
|
|
2334
|
-
children: /* @__PURE__ */ s(
|
|
2334
|
+
children: /* @__PURE__ */ s(qt.Slot, { scope: n, children: /* @__PURE__ */ s(
|
|
2335
2335
|
H.div,
|
|
2336
2336
|
{
|
|
2337
2337
|
...a,
|
|
@@ -2343,9 +2343,9 @@ var [wr, xs] = ot(re), [yr, bs] = ot(
|
|
|
2343
2343
|
}
|
|
2344
2344
|
);
|
|
2345
2345
|
}
|
|
2346
|
-
),
|
|
2346
|
+
), qe = "AccordionItem", [Ps, Jt] = it(qe), br = _.forwardRef(
|
|
2347
2347
|
(e, t) => {
|
|
2348
|
-
const { __scopeAccordion: n, value: r, ...o } = e, i =
|
|
2348
|
+
const { __scopeAccordion: n, value: r, ...o } = e, i = at(qe, n), a = xs(qe, n), c = Qt(n), d = Ce(), u = r && a.value.includes(r) || !1, f = i.disabled || e.disabled;
|
|
2349
2349
|
return /* @__PURE__ */ s(
|
|
2350
2350
|
Ps,
|
|
2351
2351
|
{
|
|
@@ -2372,10 +2372,10 @@ var [wr, xs] = ot(re), [yr, bs] = ot(
|
|
|
2372
2372
|
);
|
|
2373
2373
|
}
|
|
2374
2374
|
);
|
|
2375
|
-
br.displayName =
|
|
2375
|
+
br.displayName = qe;
|
|
2376
2376
|
var Ar = "AccordionHeader", Er = _.forwardRef(
|
|
2377
2377
|
(e, t) => {
|
|
2378
|
-
const { __scopeAccordion: n, ...r } = e, o =
|
|
2378
|
+
const { __scopeAccordion: n, ...r } = e, o = at(re, n), i = Jt(Ar, n);
|
|
2379
2379
|
return /* @__PURE__ */ s(
|
|
2380
2380
|
H.h3,
|
|
2381
2381
|
{
|
|
@@ -2389,10 +2389,10 @@ var Ar = "AccordionHeader", Er = _.forwardRef(
|
|
|
2389
2389
|
}
|
|
2390
2390
|
);
|
|
2391
2391
|
Er.displayName = Ar;
|
|
2392
|
-
var
|
|
2392
|
+
var Ot = "AccordionTrigger", Rr = _.forwardRef(
|
|
2393
2393
|
(e, t) => {
|
|
2394
|
-
const { __scopeAccordion: n, ...r } = e, o =
|
|
2395
|
-
return /* @__PURE__ */ s(
|
|
2394
|
+
const { __scopeAccordion: n, ...r } = e, o = at(re, n), i = Jt(Ot, n), a = bs(Ot, n), c = Qt(n);
|
|
2395
|
+
return /* @__PURE__ */ s(qt.ItemSlot, { scope: n, children: /* @__PURE__ */ s(
|
|
2396
2396
|
hs,
|
|
2397
2397
|
{
|
|
2398
2398
|
"aria-disabled": i.open && !a.collapsible || void 0,
|
|
@@ -2405,10 +2405,10 @@ var Mt = "AccordionTrigger", Rr = _.forwardRef(
|
|
|
2405
2405
|
) });
|
|
2406
2406
|
}
|
|
2407
2407
|
);
|
|
2408
|
-
Rr.displayName =
|
|
2408
|
+
Rr.displayName = Ot;
|
|
2409
2409
|
var Pr = "AccordionContent", Tr = _.forwardRef(
|
|
2410
2410
|
(e, t) => {
|
|
2411
|
-
const { __scopeAccordion: n, ...r } = e, o =
|
|
2411
|
+
const { __scopeAccordion: n, ...r } = e, o = at(re, n), i = Jt(Pr, n), a = Qt(n);
|
|
2412
2412
|
return /* @__PURE__ */ s(
|
|
2413
2413
|
ms,
|
|
2414
2414
|
{
|
|
@@ -2453,10 +2453,10 @@ const Os = l.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
2453
2453
|
children: [
|
|
2454
2454
|
t,
|
|
2455
2455
|
/* @__PURE__ */ s(
|
|
2456
|
-
|
|
2456
|
+
Ut.ArrowDown,
|
|
2457
2457
|
{
|
|
2458
2458
|
className: "shrink-0 transition-transform duration-200",
|
|
2459
|
-
fill:
|
|
2459
|
+
fill: Xe.grey[600],
|
|
2460
2460
|
size: "16"
|
|
2461
2461
|
}
|
|
2462
2462
|
)
|
|
@@ -2485,13 +2485,13 @@ function Ds() {
|
|
|
2485
2485
|
for (var e, t, n = 0, r = ""; n < arguments.length; ) (e = arguments[n++]) && (t = Or(e)) && (r && (r += " "), r += t);
|
|
2486
2486
|
return r;
|
|
2487
2487
|
}
|
|
2488
|
-
const
|
|
2488
|
+
const Hn = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, Vn = Ds, Lr = (e, t) => (n) => {
|
|
2489
2489
|
var r;
|
|
2490
|
-
if ((t == null ? void 0 : t.variants) == null) return
|
|
2490
|
+
if ((t == null ? void 0 : t.variants) == null) return Vn(e, n == null ? void 0 : n.class, n == null ? void 0 : n.className);
|
|
2491
2491
|
const { variants: o, defaultVariants: i } = t, a = Object.keys(o).map((u) => {
|
|
2492
2492
|
const f = n == null ? void 0 : n[u], p = i == null ? void 0 : i[u];
|
|
2493
2493
|
if (f === null) return null;
|
|
2494
|
-
const m =
|
|
2494
|
+
const m = Hn(f) || Hn(p);
|
|
2495
2495
|
return o[u][m];
|
|
2496
2496
|
}), c = n && Object.entries(n).reduce((u, f) => {
|
|
2497
2497
|
let [p, m] = f;
|
|
@@ -2513,7 +2513,7 @@ const kn = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, Hn =
|
|
|
2513
2513
|
m
|
|
2514
2514
|
] : u;
|
|
2515
2515
|
}, []);
|
|
2516
|
-
return
|
|
2516
|
+
return Vn(e, a, d, n == null ? void 0 : n.class, n == null ? void 0 : n.className);
|
|
2517
2517
|
}, _e = Lr(
|
|
2518
2518
|
"inline-flex items-center justify-center gap-1 whitespace-nowrap text-sm font-normal ring-offset-background transition-all focus-visible:outline-none disabled:pointer-events-none disabled:bg-muted disabled:text-muted-foreground disabled:border-muted-border",
|
|
2519
2519
|
{
|
|
@@ -2646,7 +2646,7 @@ const Is = l.forwardRef(
|
|
|
2646
2646
|
);
|
|
2647
2647
|
Is.displayName = "Input";
|
|
2648
2648
|
function ks(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
2649
|
-
const n =
|
|
2649
|
+
const n = K(e);
|
|
2650
2650
|
l.useEffect(() => {
|
|
2651
2651
|
const r = (o) => {
|
|
2652
2652
|
o.key === "Escape" && n(o);
|
|
@@ -2654,11 +2654,11 @@ function ks(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
2654
2654
|
return t.addEventListener("keydown", r, { capture: !0 }), () => t.removeEventListener("keydown", r, { capture: !0 });
|
|
2655
2655
|
}, [n, t]);
|
|
2656
2656
|
}
|
|
2657
|
-
var Hs = "DismissableLayer",
|
|
2657
|
+
var Hs = "DismissableLayer", Lt = "dismissableLayer.update", Vs = "dismissableLayer.pointerDownOutside", Fs = "dismissableLayer.focusOutside", Fn, Dr = l.createContext({
|
|
2658
2658
|
layers: /* @__PURE__ */ new Set(),
|
|
2659
2659
|
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
2660
2660
|
branches: /* @__PURE__ */ new Set()
|
|
2661
|
-
}),
|
|
2661
|
+
}), st = l.forwardRef(
|
|
2662
2662
|
(e, t) => {
|
|
2663
2663
|
const {
|
|
2664
2664
|
disableOutsidePointerEvents: n = !1,
|
|
@@ -2679,14 +2679,14 @@ var Hs = "DismissableLayer", Ot = "dismissableLayer.update", Vs = "dismissableLa
|
|
|
2679
2679
|
y === u.layers.size - 1 && (r == null || r(P), !P.defaultPrevented && c && (P.preventDefault(), c()));
|
|
2680
2680
|
}, m), l.useEffect(() => {
|
|
2681
2681
|
if (f)
|
|
2682
|
-
return n && (u.layersWithOutsidePointerEventsDisabled.size === 0 && (
|
|
2683
|
-
n && u.layersWithOutsidePointerEventsDisabled.size === 1 && (m.body.style.pointerEvents =
|
|
2682
|
+
return n && (u.layersWithOutsidePointerEventsDisabled.size === 0 && (Fn = m.body.style.pointerEvents, m.body.style.pointerEvents = "none"), u.layersWithOutsidePointerEventsDisabled.add(f)), u.layers.add(f), $n(), () => {
|
|
2683
|
+
n && u.layersWithOutsidePointerEventsDisabled.size === 1 && (m.body.style.pointerEvents = Fn);
|
|
2684
2684
|
};
|
|
2685
2685
|
}, [f, m, n, u]), l.useEffect(() => () => {
|
|
2686
|
-
f && (u.layers.delete(f), u.layersWithOutsidePointerEventsDisabled.delete(f),
|
|
2686
|
+
f && (u.layers.delete(f), u.layersWithOutsidePointerEventsDisabled.delete(f), $n());
|
|
2687
2687
|
}, [f, u]), l.useEffect(() => {
|
|
2688
2688
|
const P = () => v({});
|
|
2689
|
-
return document.addEventListener(
|
|
2689
|
+
return document.addEventListener(Lt, P), () => document.removeEventListener(Lt, P);
|
|
2690
2690
|
}, []), /* @__PURE__ */ s(
|
|
2691
2691
|
H.div,
|
|
2692
2692
|
{
|
|
@@ -2706,7 +2706,7 @@ var Hs = "DismissableLayer", Ot = "dismissableLayer.update", Vs = "dismissableLa
|
|
|
2706
2706
|
);
|
|
2707
2707
|
}
|
|
2708
2708
|
);
|
|
2709
|
-
|
|
2709
|
+
st.displayName = Hs;
|
|
2710
2710
|
var $s = "DismissableLayerBranch", _r = l.forwardRef((e, t) => {
|
|
2711
2711
|
const n = l.useContext(Dr), r = l.useRef(null), o = W(t, r);
|
|
2712
2712
|
return l.useEffect(() => {
|
|
@@ -2719,7 +2719,7 @@ var $s = "DismissableLayerBranch", _r = l.forwardRef((e, t) => {
|
|
|
2719
2719
|
});
|
|
2720
2720
|
_r.displayName = $s;
|
|
2721
2721
|
function Bs(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
2722
|
-
const n =
|
|
2722
|
+
const n = K(e), r = l.useRef(!1), o = l.useRef(() => {
|
|
2723
2723
|
});
|
|
2724
2724
|
return l.useEffect(() => {
|
|
2725
2725
|
const i = (c) => {
|
|
@@ -2749,7 +2749,7 @@ function Bs(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
2749
2749
|
};
|
|
2750
2750
|
}
|
|
2751
2751
|
function Zs(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
2752
|
-
const n =
|
|
2752
|
+
const n = K(e), r = l.useRef(!1);
|
|
2753
2753
|
return l.useEffect(() => {
|
|
2754
2754
|
const o = (i) => {
|
|
2755
2755
|
i.target && !r.current && Ir(Fs, n, { originalEvent: i }, {
|
|
@@ -2762,22 +2762,22 @@ function Zs(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
2762
2762
|
onBlurCapture: () => r.current = !1
|
|
2763
2763
|
};
|
|
2764
2764
|
}
|
|
2765
|
-
function
|
|
2766
|
-
const e = new CustomEvent(
|
|
2765
|
+
function $n() {
|
|
2766
|
+
const e = new CustomEvent(Lt);
|
|
2767
2767
|
document.dispatchEvent(e);
|
|
2768
2768
|
}
|
|
2769
2769
|
function Ir(e, t, n, { discrete: r }) {
|
|
2770
2770
|
const o = n.originalEvent.target, i = new CustomEvent(e, { bubbles: !1, cancelable: !0, detail: n });
|
|
2771
2771
|
t && o.addEventListener(e, t, { once: !0 }), r ? fr(o, i) : o.dispatchEvent(i);
|
|
2772
2772
|
}
|
|
2773
|
-
var Ws =
|
|
2773
|
+
var Ws = st, js = _r, yt = "focusScope.autoFocusOnMount", xt = "focusScope.autoFocusOnUnmount", Bn = { bubbles: !1, cancelable: !0 }, Us = "FocusScope", kr = l.forwardRef((e, t) => {
|
|
2774
2774
|
const {
|
|
2775
2775
|
loop: n = !1,
|
|
2776
2776
|
trapped: r = !1,
|
|
2777
2777
|
onMountAutoFocus: o,
|
|
2778
2778
|
onUnmountAutoFocus: i,
|
|
2779
2779
|
...a
|
|
2780
|
-
} = e, [c, d] = l.useState(null), u =
|
|
2780
|
+
} = e, [c, d] = l.useState(null), u = K(o), f = K(i), p = l.useRef(null), m = W(t, (h) => d(h)), v = l.useRef({
|
|
2781
2781
|
paused: !1,
|
|
2782
2782
|
pause() {
|
|
2783
2783
|
this.paused = !0;
|
|
@@ -2809,16 +2809,16 @@ var Ws = at, js = _r, wt = "focusScope.autoFocusOnMount", yt = "focusScope.autoF
|
|
|
2809
2809
|
}
|
|
2810
2810
|
}, [r, c, v.paused]), l.useEffect(() => {
|
|
2811
2811
|
if (c) {
|
|
2812
|
-
|
|
2812
|
+
Wn.add(v);
|
|
2813
2813
|
const h = document.activeElement;
|
|
2814
2814
|
if (!c.contains(h)) {
|
|
2815
|
-
const w = new CustomEvent(
|
|
2816
|
-
c.addEventListener(
|
|
2815
|
+
const w = new CustomEvent(yt, Bn);
|
|
2816
|
+
c.addEventListener(yt, u), c.dispatchEvent(w), w.defaultPrevented || (Ys(qs(Hr(c)), { select: !0 }), document.activeElement === h && ie(c));
|
|
2817
2817
|
}
|
|
2818
2818
|
return () => {
|
|
2819
|
-
c.removeEventListener(
|
|
2820
|
-
const w = new CustomEvent(
|
|
2821
|
-
c.addEventListener(
|
|
2819
|
+
c.removeEventListener(yt, u), setTimeout(() => {
|
|
2820
|
+
const w = new CustomEvent(xt, Bn);
|
|
2821
|
+
c.addEventListener(xt, f), c.dispatchEvent(w), w.defaultPrevented || ie(h ?? document.body, { select: !0 }), c.removeEventListener(xt, f), Wn.remove(v);
|
|
2822
2822
|
}, 0);
|
|
2823
2823
|
};
|
|
2824
2824
|
}
|
|
@@ -2828,7 +2828,7 @@ var Ws = at, js = _r, wt = "focusScope.autoFocusOnMount", yt = "focusScope.autoF
|
|
|
2828
2828
|
if (!n && !r || v.paused) return;
|
|
2829
2829
|
const g = h.key === "Tab" && !h.altKey && !h.ctrlKey && !h.metaKey, w = document.activeElement;
|
|
2830
2830
|
if (g && w) {
|
|
2831
|
-
const y = h.currentTarget, [x, b] =
|
|
2831
|
+
const y = h.currentTarget, [x, b] = Ks(y);
|
|
2832
2832
|
x && b ? !h.shiftKey && w === b ? (h.preventDefault(), n && ie(x, { select: !0 })) : h.shiftKey && w === x && (h.preventDefault(), n && ie(b, { select: !0 })) : w === y && h.preventDefault();
|
|
2833
2833
|
}
|
|
2834
2834
|
},
|
|
@@ -2837,13 +2837,13 @@ var Ws = at, js = _r, wt = "focusScope.autoFocusOnMount", yt = "focusScope.autoF
|
|
|
2837
2837
|
return /* @__PURE__ */ s(H.div, { tabIndex: -1, ...a, ref: m, onKeyDown: C });
|
|
2838
2838
|
});
|
|
2839
2839
|
kr.displayName = Us;
|
|
2840
|
-
function
|
|
2840
|
+
function Ys(e, { select: t = !1 } = {}) {
|
|
2841
2841
|
const n = document.activeElement;
|
|
2842
2842
|
for (const r of e)
|
|
2843
2843
|
if (ie(r, { select: t }), document.activeElement !== n) return;
|
|
2844
2844
|
}
|
|
2845
|
-
function
|
|
2846
|
-
const t = Hr(e), n =
|
|
2845
|
+
function Ks(e) {
|
|
2846
|
+
const t = Hr(e), n = Zn(t, e), r = Zn(t.reverse(), e);
|
|
2847
2847
|
return [n, r];
|
|
2848
2848
|
}
|
|
2849
2849
|
function Hr(e) {
|
|
@@ -2856,11 +2856,11 @@ function Hr(e) {
|
|
|
2856
2856
|
for (; n.nextNode(); ) t.push(n.currentNode);
|
|
2857
2857
|
return t;
|
|
2858
2858
|
}
|
|
2859
|
-
function
|
|
2859
|
+
function Zn(e, t) {
|
|
2860
2860
|
for (const n of e)
|
|
2861
|
-
if (!
|
|
2861
|
+
if (!Xs(n, { upTo: t })) return n;
|
|
2862
2862
|
}
|
|
2863
|
-
function
|
|
2863
|
+
function Xs(e, { upTo: t }) {
|
|
2864
2864
|
if (getComputedStyle(e).visibility === "hidden") return !0;
|
|
2865
2865
|
for (; e; ) {
|
|
2866
2866
|
if (t !== void 0 && e === t) return !1;
|
|
@@ -2869,54 +2869,54 @@ function Gs(e, { upTo: t }) {
|
|
|
2869
2869
|
}
|
|
2870
2870
|
return !1;
|
|
2871
2871
|
}
|
|
2872
|
-
function
|
|
2872
|
+
function Gs(e) {
|
|
2873
2873
|
return e instanceof HTMLInputElement && "select" in e;
|
|
2874
2874
|
}
|
|
2875
2875
|
function ie(e, { select: t = !1 } = {}) {
|
|
2876
2876
|
if (e && e.focus) {
|
|
2877
2877
|
const n = document.activeElement;
|
|
2878
|
-
e.focus({ preventScroll: !0 }), e !== n &&
|
|
2878
|
+
e.focus({ preventScroll: !0 }), e !== n && Gs(e) && t && e.select();
|
|
2879
2879
|
}
|
|
2880
2880
|
}
|
|
2881
|
-
var
|
|
2881
|
+
var Wn = zs();
|
|
2882
2882
|
function zs() {
|
|
2883
2883
|
let e = [];
|
|
2884
2884
|
return {
|
|
2885
2885
|
add(t) {
|
|
2886
2886
|
const n = e[0];
|
|
2887
|
-
t !== n && (n == null || n.pause()), e =
|
|
2887
|
+
t !== n && (n == null || n.pause()), e = jn(e, t), e.unshift(t);
|
|
2888
2888
|
},
|
|
2889
2889
|
remove(t) {
|
|
2890
2890
|
var n;
|
|
2891
|
-
e =
|
|
2891
|
+
e = jn(e, t), (n = e[0]) == null || n.resume();
|
|
2892
2892
|
}
|
|
2893
2893
|
};
|
|
2894
2894
|
}
|
|
2895
|
-
function
|
|
2895
|
+
function jn(e, t) {
|
|
2896
2896
|
const n = [...e], r = n.indexOf(t);
|
|
2897
2897
|
return r !== -1 && n.splice(r, 1), n;
|
|
2898
2898
|
}
|
|
2899
2899
|
function qs(e) {
|
|
2900
2900
|
return e.filter((t) => t.tagName !== "A");
|
|
2901
2901
|
}
|
|
2902
|
-
var Qs = "Portal",
|
|
2902
|
+
var Qs = "Portal", en = l.forwardRef((e, t) => {
|
|
2903
2903
|
var c;
|
|
2904
2904
|
const { container: n, ...r } = e, [o, i] = l.useState(!1);
|
|
2905
2905
|
ee(() => i(!0), []);
|
|
2906
2906
|
const a = n || o && ((c = globalThis == null ? void 0 : globalThis.document) == null ? void 0 : c.body);
|
|
2907
2907
|
return a ? sr.createPortal(/* @__PURE__ */ s(H.div, { ...r, ref: t }), a) : null;
|
|
2908
2908
|
});
|
|
2909
|
-
|
|
2910
|
-
var
|
|
2909
|
+
en.displayName = Qs;
|
|
2910
|
+
var bt = 0;
|
|
2911
2911
|
function Js() {
|
|
2912
2912
|
l.useEffect(() => {
|
|
2913
2913
|
const e = document.querySelectorAll("[data-radix-focus-guard]");
|
|
2914
|
-
return document.body.insertAdjacentElement("afterbegin", e[0] ??
|
|
2915
|
-
|
|
2914
|
+
return document.body.insertAdjacentElement("afterbegin", e[0] ?? Un()), document.body.insertAdjacentElement("beforeend", e[1] ?? Un()), bt++, () => {
|
|
2915
|
+
bt === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((t) => t.remove()), bt--;
|
|
2916
2916
|
};
|
|
2917
2917
|
}, []);
|
|
2918
2918
|
}
|
|
2919
|
-
function
|
|
2919
|
+
function Un() {
|
|
2920
2920
|
const e = document.createElement("span");
|
|
2921
2921
|
return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
|
|
2922
2922
|
}
|
|
@@ -2942,12 +2942,12 @@ function ec(e, t, n) {
|
|
|
2942
2942
|
(i || !(r in t)) && (i || (i = Array.prototype.slice.call(t, 0, r)), i[r] = t[r]);
|
|
2943
2943
|
return e.concat(i || Array.prototype.slice.call(t));
|
|
2944
2944
|
}
|
|
2945
|
-
var Ue = "right-scroll-bar-position",
|
|
2946
|
-
function
|
|
2945
|
+
var Ue = "right-scroll-bar-position", Ye = "width-before-scroll-bar", tc = "with-scroll-bars-hidden", nc = "--removed-body-scroll-bar-size";
|
|
2946
|
+
function At(e, t) {
|
|
2947
2947
|
return typeof e == "function" ? e(t) : e && (e.current = t), e;
|
|
2948
2948
|
}
|
|
2949
2949
|
function rc(e, t) {
|
|
2950
|
-
var n =
|
|
2950
|
+
var n = Wt(function() {
|
|
2951
2951
|
return {
|
|
2952
2952
|
// value
|
|
2953
2953
|
value: e,
|
|
@@ -2967,24 +2967,24 @@ function rc(e, t) {
|
|
|
2967
2967
|
})[0];
|
|
2968
2968
|
return n.callback = t, n.facade;
|
|
2969
2969
|
}
|
|
2970
|
-
var oc = typeof window < "u" ? l.useLayoutEffect : l.useEffect,
|
|
2970
|
+
var oc = typeof window < "u" ? l.useLayoutEffect : l.useEffect, Yn = /* @__PURE__ */ new WeakMap();
|
|
2971
2971
|
function ic(e, t) {
|
|
2972
2972
|
var n = rc(null, function(r) {
|
|
2973
2973
|
return e.forEach(function(o) {
|
|
2974
|
-
return
|
|
2974
|
+
return At(o, r);
|
|
2975
2975
|
});
|
|
2976
2976
|
});
|
|
2977
2977
|
return oc(function() {
|
|
2978
|
-
var r =
|
|
2978
|
+
var r = Yn.get(n);
|
|
2979
2979
|
if (r) {
|
|
2980
2980
|
var o = new Set(r), i = new Set(e), a = n.current;
|
|
2981
2981
|
o.forEach(function(c) {
|
|
2982
|
-
i.has(c) ||
|
|
2982
|
+
i.has(c) || At(c, null);
|
|
2983
2983
|
}), i.forEach(function(c) {
|
|
2984
|
-
o.has(c) ||
|
|
2984
|
+
o.has(c) || At(c, a);
|
|
2985
2985
|
});
|
|
2986
2986
|
}
|
|
2987
|
-
|
|
2987
|
+
Yn.set(n, e);
|
|
2988
2988
|
}, [e]), n;
|
|
2989
2989
|
}
|
|
2990
2990
|
function ac(e) {
|
|
@@ -3063,12 +3063,12 @@ Fr.isSideCarExport = !0;
|
|
|
3063
3063
|
function lc(e, t) {
|
|
3064
3064
|
return e.useMedium(t), Fr;
|
|
3065
3065
|
}
|
|
3066
|
-
var $r = cc(),
|
|
3067
|
-
},
|
|
3066
|
+
var $r = cc(), Et = function() {
|
|
3067
|
+
}, ct = l.forwardRef(function(e, t) {
|
|
3068
3068
|
var n = l.useRef(null), r = l.useState({
|
|
3069
|
-
onScrollCapture:
|
|
3070
|
-
onWheelCapture:
|
|
3071
|
-
onTouchMoveCapture:
|
|
3069
|
+
onScrollCapture: Et,
|
|
3070
|
+
onWheelCapture: Et,
|
|
3071
|
+
onTouchMoveCapture: Et
|
|
3072
3072
|
}), o = r[0], i = r[1], a = e.forwardProps, c = e.children, d = e.className, u = e.removeScrollBar, f = e.enabled, p = e.shards, m = e.sideCar, v = e.noIsolation, C = e.inert, h = e.allowPinchZoom, g = e.as, w = g === void 0 ? "div" : g, y = e.gapMode, x = Vr(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), b = m, A = ic([n, t]), E = q(q({}, x), o);
|
|
3073
3073
|
return l.createElement(
|
|
3074
3074
|
l.Fragment,
|
|
@@ -3077,13 +3077,13 @@ var $r = cc(), At = function() {
|
|
|
3077
3077
|
a ? l.cloneElement(l.Children.only(c), q(q({}, E), { ref: A })) : l.createElement(w, q({}, E, { className: d, ref: A }), c)
|
|
3078
3078
|
);
|
|
3079
3079
|
});
|
|
3080
|
-
|
|
3080
|
+
ct.defaultProps = {
|
|
3081
3081
|
enabled: !0,
|
|
3082
3082
|
removeScrollBar: !0,
|
|
3083
3083
|
inert: !1
|
|
3084
3084
|
};
|
|
3085
|
-
|
|
3086
|
-
fullWidth:
|
|
3085
|
+
ct.classNames = {
|
|
3086
|
+
fullWidth: Ye,
|
|
3087
3087
|
zeroRight: Ue
|
|
3088
3088
|
};
|
|
3089
3089
|
var uc = function() {
|
|
@@ -3135,11 +3135,11 @@ var hc = function() {
|
|
|
3135
3135
|
top: 0,
|
|
3136
3136
|
right: 0,
|
|
3137
3137
|
gap: 0
|
|
3138
|
-
},
|
|
3138
|
+
}, Rt = function(e) {
|
|
3139
3139
|
return parseInt(e || "", 10) || 0;
|
|
3140
3140
|
}, gc = function(e) {
|
|
3141
3141
|
var t = window.getComputedStyle(document.body), n = t[e === "padding" ? "paddingLeft" : "marginLeft"], r = t[e === "padding" ? "paddingTop" : "marginTop"], o = t[e === "padding" ? "paddingRight" : "marginRight"];
|
|
3142
|
-
return [
|
|
3142
|
+
return [Rt(n), Rt(r), Rt(o)];
|
|
3143
3143
|
}, Cc = function(e) {
|
|
3144
3144
|
if (e === void 0 && (e = "margin"), typeof window > "u")
|
|
3145
3145
|
return vc;
|
|
@@ -3178,7 +3178,7 @@ var hc = function() {
|
|
|
3178
3178
|
right: `).concat(c, "px ").concat(r, `;
|
|
3179
3179
|
}
|
|
3180
3180
|
|
|
3181
|
-
.`).concat(
|
|
3181
|
+
.`).concat(Ye, ` {
|
|
3182
3182
|
margin-right: `).concat(c, "px ").concat(r, `;
|
|
3183
3183
|
}
|
|
3184
3184
|
|
|
@@ -3186,7 +3186,7 @@ var hc = function() {
|
|
|
3186
3186
|
right: 0 `).concat(r, `;
|
|
3187
3187
|
}
|
|
3188
3188
|
|
|
3189
|
-
.`).concat(
|
|
3189
|
+
.`).concat(Ye, " .").concat(Ye, ` {
|
|
3190
3190
|
margin-right: 0 `).concat(r, `;
|
|
3191
3191
|
}
|
|
3192
3192
|
|
|
@@ -3211,19 +3211,19 @@ var hc = function() {
|
|
|
3211
3211
|
return Cc(o);
|
|
3212
3212
|
}, [o]);
|
|
3213
3213
|
return l.createElement(wc, { styles: yc(i, !t, o, n ? "" : "!important") });
|
|
3214
|
-
},
|
|
3214
|
+
}, Dt = !1;
|
|
3215
3215
|
if (typeof window < "u")
|
|
3216
3216
|
try {
|
|
3217
3217
|
var Fe = Object.defineProperty({}, "passive", {
|
|
3218
3218
|
get: function() {
|
|
3219
|
-
return
|
|
3219
|
+
return Dt = !0, !0;
|
|
3220
3220
|
}
|
|
3221
3221
|
});
|
|
3222
3222
|
window.addEventListener("test", Fe, Fe), window.removeEventListener("test", Fe, Fe);
|
|
3223
3223
|
} catch {
|
|
3224
|
-
|
|
3224
|
+
Dt = !1;
|
|
3225
3225
|
}
|
|
3226
|
-
var me =
|
|
3226
|
+
var me = Dt ? { passive: !1 } : !1, Ac = function(e) {
|
|
3227
3227
|
return e.tagName === "TEXTAREA";
|
|
3228
3228
|
}, Zr = function(e, t) {
|
|
3229
3229
|
if (!(e instanceof Element))
|
|
@@ -3238,7 +3238,7 @@ var me = Lt ? { passive: !1 } : !1, Ac = function(e) {
|
|
|
3238
3238
|
return Zr(e, "overflowY");
|
|
3239
3239
|
}, Rc = function(e) {
|
|
3240
3240
|
return Zr(e, "overflowX");
|
|
3241
|
-
},
|
|
3241
|
+
}, Xn = function(e, t) {
|
|
3242
3242
|
var n = t.ownerDocument, r = t;
|
|
3243
3243
|
do {
|
|
3244
3244
|
typeof ShadowRoot < "u" && r instanceof ShadowRoot && (r = r.host);
|
|
@@ -3286,7 +3286,7 @@ var me = Lt ? { passive: !1 } : !1, Ac = function(e) {
|
|
|
3286
3286
|
return "changedTouches" in e ? [e.changedTouches[0].clientX, e.changedTouches[0].clientY] : [0, 0];
|
|
3287
3287
|
}, Gn = function(e) {
|
|
3288
3288
|
return [e.deltaX, e.deltaY];
|
|
3289
|
-
},
|
|
3289
|
+
}, zn = function(e) {
|
|
3290
3290
|
return e && "current" in e ? e.current : e;
|
|
3291
3291
|
}, Mc = function(e, t) {
|
|
3292
3292
|
return e[0] === t[0] && e[1] === t[1];
|
|
@@ -3303,7 +3303,7 @@ function Dc(e) {
|
|
|
3303
3303
|
}, [e]), l.useEffect(function() {
|
|
3304
3304
|
if (e.inert) {
|
|
3305
3305
|
document.body.classList.add("block-interactivity-".concat(o));
|
|
3306
|
-
var h = ec([e.lockRef.current], (e.shards || []).map(
|
|
3306
|
+
var h = ec([e.lockRef.current], (e.shards || []).map(zn), !0).filter(Boolean);
|
|
3307
3307
|
return h.forEach(function(g) {
|
|
3308
3308
|
return g.classList.add("allow-interactivity-".concat(o));
|
|
3309
3309
|
}), function() {
|
|
@@ -3319,10 +3319,10 @@ function Dc(e) {
|
|
|
3319
3319
|
var w = $e(h), y = n.current, x = "deltaX" in h ? h.deltaX : y[0] - w[0], b = "deltaY" in h ? h.deltaY : y[1] - w[1], A, E = h.target, P = Math.abs(x) > Math.abs(b) ? "h" : "v";
|
|
3320
3320
|
if ("touches" in h && P === "h" && E.type === "range")
|
|
3321
3321
|
return !1;
|
|
3322
|
-
var S =
|
|
3322
|
+
var S = Xn(P, E);
|
|
3323
3323
|
if (!S)
|
|
3324
3324
|
return !0;
|
|
3325
|
-
if (S ? A = P : (A = P === "v" ? "h" : "v", S =
|
|
3325
|
+
if (S ? A = P : (A = P === "v" ? "h" : "v", S = Xn(P, E)), !S)
|
|
3326
3326
|
return !1;
|
|
3327
3327
|
if (!r.current && "changedTouches" in h && (x || b) && (r.current = A), !A)
|
|
3328
3328
|
return !0;
|
|
@@ -3339,7 +3339,7 @@ function Dc(e) {
|
|
|
3339
3339
|
return;
|
|
3340
3340
|
}
|
|
3341
3341
|
if (!y) {
|
|
3342
|
-
var x = (a.current.shards || []).map(
|
|
3342
|
+
var x = (a.current.shards || []).map(zn).filter(Boolean).filter(function(A) {
|
|
3343
3343
|
return A.contains(g.target);
|
|
3344
3344
|
}), b = x.length > 0 ? c(g, x[0]) : !a.current.noIsolation;
|
|
3345
3345
|
b && g.cancelable && g.preventDefault();
|
|
@@ -3385,21 +3385,21 @@ function _c(e) {
|
|
|
3385
3385
|
}
|
|
3386
3386
|
const Ic = lc($r, Dc);
|
|
3387
3387
|
var Ur = l.forwardRef(function(e, t) {
|
|
3388
|
-
return l.createElement(
|
|
3388
|
+
return l.createElement(ct, q({}, e, { ref: t, sideCar: Ic }));
|
|
3389
3389
|
});
|
|
3390
|
-
Ur.classNames =
|
|
3390
|
+
Ur.classNames = ct.classNames;
|
|
3391
3391
|
var kc = function(e) {
|
|
3392
3392
|
if (typeof document > "u")
|
|
3393
3393
|
return null;
|
|
3394
3394
|
var t = Array.isArray(e) ? e[0] : e;
|
|
3395
3395
|
return t.ownerDocument.body;
|
|
3396
|
-
}, ge = /* @__PURE__ */ new WeakMap(), Be = /* @__PURE__ */ new WeakMap(), Ze = {},
|
|
3397
|
-
return e && (e.host ||
|
|
3396
|
+
}, ge = /* @__PURE__ */ new WeakMap(), Be = /* @__PURE__ */ new WeakMap(), Ze = {}, Pt = 0, Yr = function(e) {
|
|
3397
|
+
return e && (e.host || Yr(e.parentNode));
|
|
3398
3398
|
}, Hc = function(e, t) {
|
|
3399
3399
|
return t.map(function(n) {
|
|
3400
3400
|
if (e.contains(n))
|
|
3401
3401
|
return n;
|
|
3402
|
-
var r =
|
|
3402
|
+
var r = Yr(n);
|
|
3403
3403
|
return r && e.contains(r) ? r : (console.error("aria-hidden", n, "in not contained inside", e, ". Doing nothing"), null);
|
|
3404
3404
|
}).filter(function(n) {
|
|
3405
3405
|
return !!n;
|
|
@@ -3424,11 +3424,11 @@ var kc = function(e) {
|
|
|
3424
3424
|
}
|
|
3425
3425
|
});
|
|
3426
3426
|
};
|
|
3427
|
-
return f(t), c.clear(),
|
|
3427
|
+
return f(t), c.clear(), Pt++, function() {
|
|
3428
3428
|
a.forEach(function(p) {
|
|
3429
3429
|
var m = ge.get(p) - 1, v = i.get(p) - 1;
|
|
3430
3430
|
ge.set(p, m), i.set(p, v), m || (Be.has(p) || p.removeAttribute(r), Be.delete(p)), v || p.removeAttribute(n);
|
|
3431
|
-
}),
|
|
3431
|
+
}), Pt--, Pt || (ge = /* @__PURE__ */ new WeakMap(), ge = /* @__PURE__ */ new WeakMap(), Be = /* @__PURE__ */ new WeakMap(), Ze = {});
|
|
3432
3432
|
};
|
|
3433
3433
|
}, Fc = function(e, t, n) {
|
|
3434
3434
|
n === void 0 && (n = "data-aria-hidden");
|
|
@@ -3436,7 +3436,7 @@ var kc = function(e) {
|
|
|
3436
3436
|
return o ? (r.push.apply(r, Array.from(o.querySelectorAll("[aria-live]"))), Vc(r, o, n, "aria-hidden")) : function() {
|
|
3437
3437
|
return null;
|
|
3438
3438
|
};
|
|
3439
|
-
},
|
|
3439
|
+
}, tn = "Dialog", [Kr, Xr] = Re(tn), [$c, z] = Kr(tn), Gr = (e) => {
|
|
3440
3440
|
const {
|
|
3441
3441
|
__scopeDialog: t,
|
|
3442
3442
|
children: n,
|
|
@@ -3466,7 +3466,7 @@ var kc = function(e) {
|
|
|
3466
3466
|
}
|
|
3467
3467
|
);
|
|
3468
3468
|
};
|
|
3469
|
-
|
|
3469
|
+
Gr.displayName = tn;
|
|
3470
3470
|
var zr = "DialogTrigger", qr = l.forwardRef(
|
|
3471
3471
|
(e, t) => {
|
|
3472
3472
|
const { __scopeDialog: n, ...r } = e, o = z(zr, n), i = W(t, o.triggerRef);
|
|
@@ -3477,7 +3477,7 @@ var zr = "DialogTrigger", qr = l.forwardRef(
|
|
|
3477
3477
|
"aria-haspopup": "dialog",
|
|
3478
3478
|
"aria-expanded": o.open,
|
|
3479
3479
|
"aria-controls": o.contentId,
|
|
3480
|
-
"data-state":
|
|
3480
|
+
"data-state": on(o.open),
|
|
3481
3481
|
...r,
|
|
3482
3482
|
ref: i,
|
|
3483
3483
|
onClick: I(e.onClick, o.onOpenToggle)
|
|
@@ -3486,30 +3486,30 @@ var zr = "DialogTrigger", qr = l.forwardRef(
|
|
|
3486
3486
|
}
|
|
3487
3487
|
);
|
|
3488
3488
|
qr.displayName = zr;
|
|
3489
|
-
var
|
|
3489
|
+
var nn = "DialogPortal", [Bc, Qr] = Kr(nn, {
|
|
3490
3490
|
forceMount: void 0
|
|
3491
3491
|
}), Jr = (e) => {
|
|
3492
|
-
const { __scopeDialog: t, forceMount: n, children: r, container: o } = e, i = z(
|
|
3493
|
-
return /* @__PURE__ */ s(Bc, { scope: t, forceMount: n, children: l.Children.map(r, (a) => /* @__PURE__ */ s(fe, { present: n || i.open, children: /* @__PURE__ */ s(
|
|
3492
|
+
const { __scopeDialog: t, forceMount: n, children: r, container: o } = e, i = z(nn, t);
|
|
3493
|
+
return /* @__PURE__ */ s(Bc, { scope: t, forceMount: n, children: l.Children.map(r, (a) => /* @__PURE__ */ s(fe, { present: n || i.open, children: /* @__PURE__ */ s(en, { asChild: !0, container: o, children: a }) })) });
|
|
3494
3494
|
};
|
|
3495
|
-
Jr.displayName =
|
|
3496
|
-
var
|
|
3495
|
+
Jr.displayName = nn;
|
|
3496
|
+
var Qe = "DialogOverlay", eo = l.forwardRef(
|
|
3497
3497
|
(e, t) => {
|
|
3498
|
-
const n = Qr(
|
|
3498
|
+
const n = Qr(Qe, e.__scopeDialog), { forceMount: r = n.forceMount, ...o } = e, i = z(Qe, e.__scopeDialog);
|
|
3499
3499
|
return i.modal ? /* @__PURE__ */ s(fe, { present: r || i.open, children: /* @__PURE__ */ s(Zc, { ...o, ref: t }) }) : null;
|
|
3500
3500
|
}
|
|
3501
3501
|
);
|
|
3502
|
-
eo.displayName =
|
|
3502
|
+
eo.displayName = Qe;
|
|
3503
3503
|
var Zc = l.forwardRef(
|
|
3504
3504
|
(e, t) => {
|
|
3505
|
-
const { __scopeDialog: n, ...r } = e, o = z(
|
|
3505
|
+
const { __scopeDialog: n, ...r } = e, o = z(Qe, n);
|
|
3506
3506
|
return (
|
|
3507
3507
|
// Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`
|
|
3508
3508
|
// ie. when `Overlay` and `Content` are siblings
|
|
3509
3509
|
/* @__PURE__ */ s(Ur, { as: be, allowPinchZoom: !0, shards: [o.contentRef], children: /* @__PURE__ */ s(
|
|
3510
3510
|
H.div,
|
|
3511
3511
|
{
|
|
3512
|
-
"data-state":
|
|
3512
|
+
"data-state": on(o.open),
|
|
3513
3513
|
...r,
|
|
3514
3514
|
ref: t,
|
|
3515
3515
|
style: { pointerEvents: "auto", ...r.style }
|
|
@@ -3588,13 +3588,13 @@ var Wc = l.forwardRef(
|
|
|
3588
3588
|
onMountAutoFocus: o,
|
|
3589
3589
|
onUnmountAutoFocus: i,
|
|
3590
3590
|
children: /* @__PURE__ */ s(
|
|
3591
|
-
|
|
3591
|
+
st,
|
|
3592
3592
|
{
|
|
3593
3593
|
role: "dialog",
|
|
3594
3594
|
id: c.contentId,
|
|
3595
3595
|
"aria-describedby": c.descriptionId,
|
|
3596
3596
|
"aria-labelledby": c.titleId,
|
|
3597
|
-
"data-state":
|
|
3597
|
+
"data-state": on(c.open),
|
|
3598
3598
|
...a,
|
|
3599
3599
|
ref: u,
|
|
3600
3600
|
onDismiss: () => c.onOpenChange(!1)
|
|
@@ -3603,18 +3603,18 @@ var Wc = l.forwardRef(
|
|
|
3603
3603
|
}
|
|
3604
3604
|
),
|
|
3605
3605
|
/* @__PURE__ */ R(Oe, { children: [
|
|
3606
|
-
/* @__PURE__ */ s(
|
|
3607
|
-
/* @__PURE__ */ s(
|
|
3606
|
+
/* @__PURE__ */ s(Yc, { titleId: c.titleId }),
|
|
3607
|
+
/* @__PURE__ */ s(Xc, { contentRef: d, descriptionId: c.descriptionId })
|
|
3608
3608
|
] })
|
|
3609
3609
|
] });
|
|
3610
3610
|
}
|
|
3611
|
-
),
|
|
3611
|
+
), rn = "DialogTitle", ro = l.forwardRef(
|
|
3612
3612
|
(e, t) => {
|
|
3613
|
-
const { __scopeDialog: n, ...r } = e, o = z(
|
|
3613
|
+
const { __scopeDialog: n, ...r } = e, o = z(rn, n);
|
|
3614
3614
|
return /* @__PURE__ */ s(H.h2, { id: o.titleId, ...r, ref: t });
|
|
3615
3615
|
}
|
|
3616
3616
|
);
|
|
3617
|
-
ro.displayName =
|
|
3617
|
+
ro.displayName = rn;
|
|
3618
3618
|
var oo = "DialogDescription", io = l.forwardRef(
|
|
3619
3619
|
(e, t) => {
|
|
3620
3620
|
const { __scopeDialog: n, ...r } = e, o = z(oo, n);
|
|
@@ -3637,14 +3637,14 @@ var ao = "DialogClose", so = l.forwardRef(
|
|
|
3637
3637
|
}
|
|
3638
3638
|
);
|
|
3639
3639
|
so.displayName = ao;
|
|
3640
|
-
function
|
|
3640
|
+
function on(e) {
|
|
3641
3641
|
return e ? "open" : "closed";
|
|
3642
3642
|
}
|
|
3643
|
-
var co = "DialogTitleWarning", [Uc, lo] =
|
|
3643
|
+
var co = "DialogTitleWarning", [Uc, lo] = Ga(co, {
|
|
3644
3644
|
contentName: ue,
|
|
3645
|
-
titleName:
|
|
3645
|
+
titleName: rn,
|
|
3646
3646
|
docsSlug: "dialog"
|
|
3647
|
-
}),
|
|
3647
|
+
}), Yc = ({ titleId: e }) => {
|
|
3648
3648
|
const t = lo(co), n = `\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
|
|
3649
3649
|
|
|
3650
3650
|
If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
@@ -3653,16 +3653,16 @@ For more information, see https://radix-ui.com/primitives/docs/components/${t.do
|
|
|
3653
3653
|
return l.useEffect(() => {
|
|
3654
3654
|
e && (document.getElementById(e) || console.error(n));
|
|
3655
3655
|
}, [n, e]), null;
|
|
3656
|
-
},
|
|
3657
|
-
const r = `Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${lo(
|
|
3656
|
+
}, Kc = "DialogDescriptionWarning", Xc = ({ contentRef: e, descriptionId: t }) => {
|
|
3657
|
+
const r = `Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${lo(Kc).contentName}}.`;
|
|
3658
3658
|
return l.useEffect(() => {
|
|
3659
3659
|
var i;
|
|
3660
3660
|
const o = (i = e.current) == null ? void 0 : i.getAttribute("aria-describedby");
|
|
3661
3661
|
t && o && (document.getElementById(t) || console.warn(r));
|
|
3662
3662
|
}, [r, e, t]), null;
|
|
3663
|
-
}, uo =
|
|
3664
|
-
|
|
3665
|
-
]), oe =
|
|
3663
|
+
}, uo = Gr, Gc = qr, fo = Jr, an = eo, sn = to, cn = ro, ln = io, lt = so, po = "AlertDialog", [zc, bu] = Re(po, [
|
|
3664
|
+
Xr
|
|
3665
|
+
]), oe = Xr(), ho = (e) => {
|
|
3666
3666
|
const { __scopeAlertDialog: t, ...n } = e, r = oe(t);
|
|
3667
3667
|
return /* @__PURE__ */ s(uo, { ...r, ...n, modal: !0 });
|
|
3668
3668
|
};
|
|
@@ -3670,7 +3670,7 @@ ho.displayName = po;
|
|
|
3670
3670
|
var qc = "AlertDialogTrigger", Qc = l.forwardRef(
|
|
3671
3671
|
(e, t) => {
|
|
3672
3672
|
const { __scopeAlertDialog: n, ...r } = e, o = oe(n);
|
|
3673
|
-
return /* @__PURE__ */ s(
|
|
3673
|
+
return /* @__PURE__ */ s(Gc, { ...o, ...r, ref: t });
|
|
3674
3674
|
}
|
|
3675
3675
|
);
|
|
3676
3676
|
Qc.displayName = qc;
|
|
@@ -3682,7 +3682,7 @@ mo.displayName = Jc;
|
|
|
3682
3682
|
var el = "AlertDialogOverlay", vo = l.forwardRef(
|
|
3683
3683
|
(e, t) => {
|
|
3684
3684
|
const { __scopeAlertDialog: n, ...r } = e, o = oe(n);
|
|
3685
|
-
return /* @__PURE__ */ s(
|
|
3685
|
+
return /* @__PURE__ */ s(an, { ...o, ...r, ref: t });
|
|
3686
3686
|
}
|
|
3687
3687
|
);
|
|
3688
3688
|
vo.displayName = el;
|
|
@@ -3696,7 +3696,7 @@ var ye = "AlertDialogContent", [tl, nl] = zc(ye), go = l.forwardRef(
|
|
|
3696
3696
|
titleName: Co,
|
|
3697
3697
|
docsSlug: "alert-dialog",
|
|
3698
3698
|
children: /* @__PURE__ */ s(tl, { scope: n, cancelRef: d, children: /* @__PURE__ */ R(
|
|
3699
|
-
|
|
3699
|
+
sn,
|
|
3700
3700
|
{
|
|
3701
3701
|
role: "alertdialog",
|
|
3702
3702
|
...i,
|
|
@@ -3709,7 +3709,7 @@ var ye = "AlertDialogContent", [tl, nl] = zc(ye), go = l.forwardRef(
|
|
|
3709
3709
|
onPointerDownOutside: (u) => u.preventDefault(),
|
|
3710
3710
|
onInteractOutside: (u) => u.preventDefault(),
|
|
3711
3711
|
children: [
|
|
3712
|
-
/* @__PURE__ */ s(
|
|
3712
|
+
/* @__PURE__ */ s(Yt, { children: r }),
|
|
3713
3713
|
/* @__PURE__ */ s(ol, { contentRef: a })
|
|
3714
3714
|
]
|
|
3715
3715
|
}
|
|
@@ -3722,26 +3722,26 @@ go.displayName = ye;
|
|
|
3722
3722
|
var Co = "AlertDialogTitle", wo = l.forwardRef(
|
|
3723
3723
|
(e, t) => {
|
|
3724
3724
|
const { __scopeAlertDialog: n, ...r } = e, o = oe(n);
|
|
3725
|
-
return /* @__PURE__ */ s(
|
|
3725
|
+
return /* @__PURE__ */ s(cn, { ...o, ...r, ref: t });
|
|
3726
3726
|
}
|
|
3727
3727
|
);
|
|
3728
3728
|
wo.displayName = Co;
|
|
3729
3729
|
var yo = "AlertDialogDescription", xo = l.forwardRef((e, t) => {
|
|
3730
3730
|
const { __scopeAlertDialog: n, ...r } = e, o = oe(n);
|
|
3731
|
-
return /* @__PURE__ */ s(
|
|
3731
|
+
return /* @__PURE__ */ s(ln, { ...o, ...r, ref: t });
|
|
3732
3732
|
});
|
|
3733
3733
|
xo.displayName = yo;
|
|
3734
3734
|
var rl = "AlertDialogAction", bo = l.forwardRef(
|
|
3735
3735
|
(e, t) => {
|
|
3736
3736
|
const { __scopeAlertDialog: n, ...r } = e, o = oe(n);
|
|
3737
|
-
return /* @__PURE__ */ s(
|
|
3737
|
+
return /* @__PURE__ */ s(lt, { ...o, ...r, ref: t });
|
|
3738
3738
|
}
|
|
3739
3739
|
);
|
|
3740
3740
|
bo.displayName = rl;
|
|
3741
3741
|
var Ao = "AlertDialogCancel", Eo = l.forwardRef(
|
|
3742
3742
|
(e, t) => {
|
|
3743
3743
|
const { __scopeAlertDialog: n, ...r } = e, { cancelRef: o } = nl(Ao, n), i = oe(n), a = W(t, o);
|
|
3744
|
-
return /* @__PURE__ */ s(
|
|
3744
|
+
return /* @__PURE__ */ s(lt, { ...i, ...r, ref: a });
|
|
3745
3745
|
}
|
|
3746
3746
|
);
|
|
3747
3747
|
Eo.displayName = Ao;
|
|
@@ -3780,7 +3780,7 @@ const cl = {
|
|
|
3780
3780
|
lg: "max-w-[640px]",
|
|
3781
3781
|
// 32rem
|
|
3782
3782
|
fit: "max-w-fit"
|
|
3783
|
-
},
|
|
3783
|
+
}, un = l.forwardRef(({ className: e, size: t = "sm", ...n }, r) => /* @__PURE__ */ R(sl, { children: [
|
|
3784
3784
|
/* @__PURE__ */ s(Lo, {}),
|
|
3785
3785
|
/* @__PURE__ */ s(
|
|
3786
3786
|
Po,
|
|
@@ -3795,8 +3795,8 @@ const cl = {
|
|
|
3795
3795
|
}
|
|
3796
3796
|
)
|
|
3797
3797
|
] }));
|
|
3798
|
-
|
|
3799
|
-
const
|
|
3798
|
+
un.displayName = Po.displayName;
|
|
3799
|
+
const dn = ({
|
|
3800
3800
|
className: e,
|
|
3801
3801
|
...t
|
|
3802
3802
|
}) => /* @__PURE__ */ s(
|
|
@@ -3809,8 +3809,8 @@ const un = ({
|
|
|
3809
3809
|
...t
|
|
3810
3810
|
}
|
|
3811
3811
|
);
|
|
3812
|
-
|
|
3813
|
-
const
|
|
3812
|
+
dn.displayName = "AlertDialogHeader";
|
|
3813
|
+
const fn = ({
|
|
3814
3814
|
className: e,
|
|
3815
3815
|
...t
|
|
3816
3816
|
}) => /* @__PURE__ */ s(
|
|
@@ -3823,8 +3823,8 @@ const dn = ({
|
|
|
3823
3823
|
...t
|
|
3824
3824
|
}
|
|
3825
3825
|
);
|
|
3826
|
-
|
|
3827
|
-
const
|
|
3826
|
+
fn.displayName = "AlertDialogFooter";
|
|
3827
|
+
const pn = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3828
3828
|
So,
|
|
3829
3829
|
{
|
|
3830
3830
|
ref: n,
|
|
@@ -3832,8 +3832,8 @@ const fn = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
|
3832
3832
|
...t
|
|
3833
3833
|
}
|
|
3834
3834
|
));
|
|
3835
|
-
|
|
3836
|
-
const
|
|
3835
|
+
pn.displayName = So.displayName;
|
|
3836
|
+
const Je = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3837
3837
|
Mo,
|
|
3838
3838
|
{
|
|
3839
3839
|
ref: n,
|
|
@@ -3844,8 +3844,8 @@ const Qe = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
|
3844
3844
|
...t
|
|
3845
3845
|
}
|
|
3846
3846
|
));
|
|
3847
|
-
|
|
3848
|
-
const
|
|
3847
|
+
Je.displayName = Mo.displayName;
|
|
3848
|
+
const hn = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3849
3849
|
To,
|
|
3850
3850
|
{
|
|
3851
3851
|
ref: n,
|
|
@@ -3853,7 +3853,7 @@ const pn = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
|
3853
3853
|
...t
|
|
3854
3854
|
}
|
|
3855
3855
|
));
|
|
3856
|
-
|
|
3856
|
+
hn.displayName = To.displayName;
|
|
3857
3857
|
const Do = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3858
3858
|
No,
|
|
3859
3859
|
{
|
|
@@ -3881,13 +3881,13 @@ const ll = ({
|
|
|
3881
3881
|
onOpenChange: (a) => {
|
|
3882
3882
|
!a && i && i();
|
|
3883
3883
|
},
|
|
3884
|
-
children: /* @__PURE__ */ R(
|
|
3885
|
-
/* @__PURE__ */ R(
|
|
3886
|
-
/* @__PURE__ */ s(
|
|
3887
|
-
/* @__PURE__ */ s(
|
|
3884
|
+
children: /* @__PURE__ */ R(un, { size: o, className: "gap-4", children: [
|
|
3885
|
+
/* @__PURE__ */ R(dn, { children: [
|
|
3886
|
+
/* @__PURE__ */ s(pn, { children: e }),
|
|
3887
|
+
/* @__PURE__ */ s(Je, { className: "text-sm", children: t })
|
|
3888
3888
|
] }),
|
|
3889
|
-
/* @__PURE__ */ s(
|
|
3890
|
-
|
|
3889
|
+
/* @__PURE__ */ s(fn, { children: /* @__PURE__ */ s(
|
|
3890
|
+
hn,
|
|
3891
3891
|
{
|
|
3892
3892
|
className: M("w-full font-normal"),
|
|
3893
3893
|
onClick: () => {
|
|
@@ -3900,8 +3900,8 @@ const ll = ({
|
|
|
3900
3900
|
}
|
|
3901
3901
|
);
|
|
3902
3902
|
ll.displayName = "Alert";
|
|
3903
|
-
const ul = uo, dl = fo, fl =
|
|
3904
|
-
|
|
3903
|
+
const ul = uo, dl = fo, fl = lt, _o = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3904
|
+
an,
|
|
3905
3905
|
{
|
|
3906
3906
|
ref: n,
|
|
3907
3907
|
className: M(
|
|
@@ -3911,11 +3911,11 @@ const ul = uo, dl = fo, fl = ct, _o = l.forwardRef(({ className: e, ...t }, n) =
|
|
|
3911
3911
|
...t
|
|
3912
3912
|
}
|
|
3913
3913
|
));
|
|
3914
|
-
_o.displayName =
|
|
3914
|
+
_o.displayName = an.displayName;
|
|
3915
3915
|
const Io = l.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ R(dl, { children: [
|
|
3916
3916
|
/* @__PURE__ */ s(_o, {}),
|
|
3917
3917
|
/* @__PURE__ */ R(
|
|
3918
|
-
|
|
3918
|
+
sn,
|
|
3919
3919
|
{
|
|
3920
3920
|
ref: r,
|
|
3921
3921
|
className: M(
|
|
@@ -3925,15 +3925,15 @@ const Io = l.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
3925
3925
|
...n,
|
|
3926
3926
|
children: [
|
|
3927
3927
|
t,
|
|
3928
|
-
/* @__PURE__ */ R(
|
|
3929
|
-
/* @__PURE__ */ s(
|
|
3928
|
+
/* @__PURE__ */ R(lt, { className: "absolute right-4 top-5 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground md:right-[30px] md:top-[25px]", children: [
|
|
3929
|
+
/* @__PURE__ */ s(Ut.Cancel, { size: "16" }),
|
|
3930
3930
|
/* @__PURE__ */ s("span", { className: "sr-only", children: "Close" })
|
|
3931
3931
|
] })
|
|
3932
3932
|
]
|
|
3933
3933
|
}
|
|
3934
3934
|
)
|
|
3935
3935
|
] }));
|
|
3936
|
-
Io.displayName =
|
|
3936
|
+
Io.displayName = sn.displayName;
|
|
3937
3937
|
const ko = ({
|
|
3938
3938
|
className: e,
|
|
3939
3939
|
...t
|
|
@@ -3960,7 +3960,7 @@ const Ho = ({
|
|
|
3960
3960
|
);
|
|
3961
3961
|
Ho.displayName = "DialogFooter";
|
|
3962
3962
|
const Vo = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3963
|
-
|
|
3963
|
+
cn,
|
|
3964
3964
|
{
|
|
3965
3965
|
ref: n,
|
|
3966
3966
|
className: M(
|
|
@@ -3970,16 +3970,16 @@ const Vo = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
|
3970
3970
|
...t
|
|
3971
3971
|
}
|
|
3972
3972
|
));
|
|
3973
|
-
Vo.displayName =
|
|
3973
|
+
Vo.displayName = cn.displayName;
|
|
3974
3974
|
const Fo = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
3975
|
-
|
|
3975
|
+
ln,
|
|
3976
3976
|
{
|
|
3977
3977
|
ref: n,
|
|
3978
3978
|
className: M("text-sm text-muted", e),
|
|
3979
3979
|
...t
|
|
3980
3980
|
}
|
|
3981
3981
|
));
|
|
3982
|
-
Fo.displayName =
|
|
3982
|
+
Fo.displayName = ln.displayName;
|
|
3983
3983
|
const pl = _.forwardRef(
|
|
3984
3984
|
({
|
|
3985
3985
|
id: e,
|
|
@@ -4051,20 +4051,20 @@ const hl = l.forwardRef(
|
|
|
4051
4051
|
!m && u && u();
|
|
4052
4052
|
},
|
|
4053
4053
|
children: /* @__PURE__ */ R(
|
|
4054
|
-
|
|
4054
|
+
un,
|
|
4055
4055
|
{
|
|
4056
4056
|
size: c,
|
|
4057
4057
|
className: d,
|
|
4058
4058
|
...f,
|
|
4059
4059
|
ref: p,
|
|
4060
4060
|
children: [
|
|
4061
|
-
/* @__PURE__ */ R(
|
|
4062
|
-
/* @__PURE__ */ s(
|
|
4063
|
-
t && /* @__PURE__ */ s(
|
|
4064
|
-
n && /* @__PURE__ */ s(
|
|
4061
|
+
/* @__PURE__ */ R(dn, { children: [
|
|
4062
|
+
/* @__PURE__ */ s(pn, { children: e }),
|
|
4063
|
+
t && /* @__PURE__ */ s(Je, { className: "text-sm text-grey-800", children: t }),
|
|
4064
|
+
n && /* @__PURE__ */ s(Je, { className: "text-xs text-grey-600", children: n })
|
|
4065
4065
|
] }),
|
|
4066
4066
|
r && /* @__PURE__ */ s("div", { className: "text-sm font-normal text-grey-600 whitespace-pre-wrap", children: r }),
|
|
4067
|
-
/* @__PURE__ */ R(
|
|
4067
|
+
/* @__PURE__ */ R(fn, { className: "mt-2", children: [
|
|
4068
4068
|
/* @__PURE__ */ s(
|
|
4069
4069
|
Do,
|
|
4070
4070
|
{
|
|
@@ -4073,7 +4073,7 @@ const hl = l.forwardRef(
|
|
|
4073
4073
|
}
|
|
4074
4074
|
),
|
|
4075
4075
|
/* @__PURE__ */ s(
|
|
4076
|
-
|
|
4076
|
+
hn,
|
|
4077
4077
|
{
|
|
4078
4078
|
className: M("w-full font-normal"),
|
|
4079
4079
|
onClick: () => {
|
|
@@ -4090,7 +4090,7 @@ const hl = l.forwardRef(
|
|
|
4090
4090
|
)
|
|
4091
4091
|
);
|
|
4092
4092
|
hl.displayName = "Modal";
|
|
4093
|
-
var ml = "VisuallyHidden",
|
|
4093
|
+
var ml = "VisuallyHidden", ut = l.forwardRef(
|
|
4094
4094
|
(e, t) => /* @__PURE__ */ s(
|
|
4095
4095
|
H.span,
|
|
4096
4096
|
{
|
|
@@ -4113,8 +4113,8 @@ var ml = "VisuallyHidden", lt = l.forwardRef(
|
|
|
4113
4113
|
}
|
|
4114
4114
|
)
|
|
4115
4115
|
);
|
|
4116
|
-
|
|
4117
|
-
var vl =
|
|
4116
|
+
ut.displayName = ml;
|
|
4117
|
+
var vl = ut, mn = "ToastProvider", [vn, gl, Cl] = dr("Toast"), [$o, Au] = Re("Toast", [Cl]), [wl, dt] = $o(mn), Bo = (e) => {
|
|
4118
4118
|
const {
|
|
4119
4119
|
__scopeToast: t,
|
|
4120
4120
|
label: n = "Notification",
|
|
@@ -4124,8 +4124,8 @@ var vl = lt, hn = "ToastProvider", [mn, gl, Cl] = dr("Toast"), [$o, Au] = Re("To
|
|
|
4124
4124
|
children: a
|
|
4125
4125
|
} = e, [c, d] = l.useState(null), [u, f] = l.useState(0), p = l.useRef(!1), m = l.useRef(!1);
|
|
4126
4126
|
return n.trim() || console.error(
|
|
4127
|
-
`Invalid prop \`label\` supplied to \`${
|
|
4128
|
-
), /* @__PURE__ */ s(
|
|
4127
|
+
`Invalid prop \`label\` supplied to \`${mn}\`. Expected non-empty \`string\`.`
|
|
4128
|
+
), /* @__PURE__ */ s(vn.Provider, { scope: t, children: /* @__PURE__ */ s(
|
|
4129
4129
|
wl,
|
|
4130
4130
|
{
|
|
4131
4131
|
scope: t,
|
|
@@ -4144,15 +4144,15 @@ var vl = lt, hn = "ToastProvider", [mn, gl, Cl] = dr("Toast"), [$o, Au] = Re("To
|
|
|
4144
4144
|
}
|
|
4145
4145
|
) });
|
|
4146
4146
|
};
|
|
4147
|
-
Bo.displayName =
|
|
4148
|
-
var Zo = "ToastViewport", yl = ["F8"],
|
|
4147
|
+
Bo.displayName = mn;
|
|
4148
|
+
var Zo = "ToastViewport", yl = ["F8"], _t = "toast.viewportPause", It = "toast.viewportResume", Wo = l.forwardRef(
|
|
4149
4149
|
(e, t) => {
|
|
4150
4150
|
const {
|
|
4151
4151
|
__scopeToast: n,
|
|
4152
4152
|
hotkey: r = yl,
|
|
4153
4153
|
label: o = "Notifications ({hotkey})",
|
|
4154
4154
|
...i
|
|
4155
|
-
} = e, a =
|
|
4155
|
+
} = e, a = dt(Zo, n), c = gl(n), d = l.useRef(null), u = l.useRef(null), f = l.useRef(null), p = l.useRef(null), m = W(t, p, a.onViewportChange), v = r.join("+").replace(/Key/g, "").replace(/Digit/g, ""), C = a.toastCount > 0;
|
|
4156
4156
|
l.useEffect(() => {
|
|
4157
4157
|
const g = (w) => {
|
|
4158
4158
|
var x;
|
|
@@ -4164,12 +4164,12 @@ var Zo = "ToastViewport", yl = ["F8"], Dt = "toast.viewportPause", _t = "toast.v
|
|
|
4164
4164
|
if (C && g && w) {
|
|
4165
4165
|
const y = () => {
|
|
4166
4166
|
if (!a.isClosePausedRef.current) {
|
|
4167
|
-
const E = new CustomEvent(
|
|
4167
|
+
const E = new CustomEvent(_t);
|
|
4168
4168
|
w.dispatchEvent(E), a.isClosePausedRef.current = !0;
|
|
4169
4169
|
}
|
|
4170
4170
|
}, x = () => {
|
|
4171
4171
|
if (a.isClosePausedRef.current) {
|
|
4172
|
-
const E = new CustomEvent(
|
|
4172
|
+
const E = new CustomEvent(It);
|
|
4173
4173
|
w.dispatchEvent(E), a.isClosePausedRef.current = !1;
|
|
4174
4174
|
}
|
|
4175
4175
|
}, b = (E) => {
|
|
@@ -4205,7 +4205,7 @@ var Zo = "ToastViewport", yl = ["F8"], Dt = "toast.viewportPause", _t = "toast.v
|
|
|
4205
4205
|
return;
|
|
4206
4206
|
}
|
|
4207
4207
|
const $ = h({ tabbingDirection: O ? "backwards" : "forwards" }), V = $.findIndex((T) => T === S);
|
|
4208
|
-
|
|
4208
|
+
Tt($.slice(V + 1)) ? y.preventDefault() : O ? (E = u.current) == null || E.focus() : (P = f.current) == null || P.focus();
|
|
4209
4209
|
}
|
|
4210
4210
|
};
|
|
4211
4211
|
return g.addEventListener("keydown", w), () => g.removeEventListener("keydown", w);
|
|
@@ -4220,27 +4220,27 @@ var Zo = "ToastViewport", yl = ["F8"], Dt = "toast.viewportPause", _t = "toast.v
|
|
|
4220
4220
|
style: { pointerEvents: C ? void 0 : "none" },
|
|
4221
4221
|
children: [
|
|
4222
4222
|
C && /* @__PURE__ */ s(
|
|
4223
|
-
|
|
4223
|
+
kt,
|
|
4224
4224
|
{
|
|
4225
4225
|
ref: u,
|
|
4226
4226
|
onFocusFromOutsideViewport: () => {
|
|
4227
4227
|
const g = h({
|
|
4228
4228
|
tabbingDirection: "forwards"
|
|
4229
4229
|
});
|
|
4230
|
-
|
|
4230
|
+
Tt(g);
|
|
4231
4231
|
}
|
|
4232
4232
|
}
|
|
4233
4233
|
),
|
|
4234
|
-
/* @__PURE__ */ s(
|
|
4234
|
+
/* @__PURE__ */ s(vn.Slot, { scope: n, children: /* @__PURE__ */ s(H.ol, { tabIndex: -1, ...i, ref: m }) }),
|
|
4235
4235
|
C && /* @__PURE__ */ s(
|
|
4236
|
-
|
|
4236
|
+
kt,
|
|
4237
4237
|
{
|
|
4238
4238
|
ref: f,
|
|
4239
4239
|
onFocusFromOutsideViewport: () => {
|
|
4240
4240
|
const g = h({
|
|
4241
4241
|
tabbingDirection: "backwards"
|
|
4242
4242
|
});
|
|
4243
|
-
|
|
4243
|
+
Tt(g);
|
|
4244
4244
|
}
|
|
4245
4245
|
}
|
|
4246
4246
|
)
|
|
@@ -4250,11 +4250,11 @@ var Zo = "ToastViewport", yl = ["F8"], Dt = "toast.viewportPause", _t = "toast.v
|
|
|
4250
4250
|
}
|
|
4251
4251
|
);
|
|
4252
4252
|
Wo.displayName = Zo;
|
|
4253
|
-
var jo = "ToastFocusProxy",
|
|
4253
|
+
var jo = "ToastFocusProxy", kt = l.forwardRef(
|
|
4254
4254
|
(e, t) => {
|
|
4255
|
-
const { __scopeToast: n, onFocusFromOutsideViewport: r, ...o } = e, i =
|
|
4255
|
+
const { __scopeToast: n, onFocusFromOutsideViewport: r, ...o } = e, i = dt(jo, n);
|
|
4256
4256
|
return /* @__PURE__ */ s(
|
|
4257
|
-
|
|
4257
|
+
ut,
|
|
4258
4258
|
{
|
|
4259
4259
|
"aria-hidden": !0,
|
|
4260
4260
|
tabIndex: 0,
|
|
@@ -4270,8 +4270,8 @@ var jo = "ToastFocusProxy", It = l.forwardRef(
|
|
|
4270
4270
|
);
|
|
4271
4271
|
}
|
|
4272
4272
|
);
|
|
4273
|
-
|
|
4274
|
-
var
|
|
4273
|
+
kt.displayName = jo;
|
|
4274
|
+
var ft = "Toast", xl = "toast.swipeStart", bl = "toast.swipeMove", Al = "toast.swipeCancel", El = "toast.swipeEnd", Uo = l.forwardRef(
|
|
4275
4275
|
(e, t) => {
|
|
4276
4276
|
const { forceMount: n, open: r, defaultOpen: o, onOpenChange: i, ...a } = e, [c = !0, d] = Pe({
|
|
4277
4277
|
prop: r,
|
|
@@ -4285,8 +4285,8 @@ var dt = "Toast", xl = "toast.swipeStart", bl = "toast.swipeMove", Al = "toast.s
|
|
|
4285
4285
|
...a,
|
|
4286
4286
|
ref: t,
|
|
4287
4287
|
onClose: () => d(!1),
|
|
4288
|
-
onPause:
|
|
4289
|
-
onResume:
|
|
4288
|
+
onPause: K(e.onPause),
|
|
4289
|
+
onResume: K(e.onResume),
|
|
4290
4290
|
onSwipeStart: I(e.onSwipeStart, (u) => {
|
|
4291
4291
|
u.currentTarget.setAttribute("data-swipe", "start");
|
|
4292
4292
|
}),
|
|
@@ -4305,8 +4305,8 @@ var dt = "Toast", xl = "toast.swipeStart", bl = "toast.swipeMove", Al = "toast.s
|
|
|
4305
4305
|
) });
|
|
4306
4306
|
}
|
|
4307
4307
|
);
|
|
4308
|
-
Uo.displayName =
|
|
4309
|
-
var [Rl, Pl] = $o(
|
|
4308
|
+
Uo.displayName = ft;
|
|
4309
|
+
var [Rl, Pl] = $o(ft, {
|
|
4310
4310
|
onClose() {
|
|
4311
4311
|
}
|
|
4312
4312
|
}), Tl = l.forwardRef(
|
|
@@ -4325,7 +4325,7 @@ var [Rl, Pl] = $o(dt, {
|
|
|
4325
4325
|
onSwipeCancel: m,
|
|
4326
4326
|
onSwipeEnd: v,
|
|
4327
4327
|
...C
|
|
4328
|
-
} = e, h =
|
|
4328
|
+
} = e, h = dt(ft, n), [g, w] = l.useState(null), y = W(t, (T) => w(T)), x = l.useRef(null), b = l.useRef(null), A = o || h.duration, E = l.useRef(0), P = l.useRef(A), S = l.useRef(0), { onToastAdd: O, onToastRemove: L } = h, B = K(() => {
|
|
4329
4329
|
var k;
|
|
4330
4330
|
(g == null ? void 0 : g.contains(document.activeElement)) && ((k = h.viewport) == null || k.focus()), a();
|
|
4331
4331
|
}), $ = l.useCallback(
|
|
@@ -4343,8 +4343,8 @@ var [Rl, Pl] = $o(dt, {
|
|
|
4343
4343
|
const F = (/* @__PURE__ */ new Date()).getTime() - E.current;
|
|
4344
4344
|
P.current = P.current - F, window.clearTimeout(S.current), d == null || d();
|
|
4345
4345
|
};
|
|
4346
|
-
return T.addEventListener(
|
|
4347
|
-
T.removeEventListener(
|
|
4346
|
+
return T.addEventListener(_t, D), T.addEventListener(It, k), () => {
|
|
4347
|
+
T.removeEventListener(_t, D), T.removeEventListener(It, k);
|
|
4348
4348
|
};
|
|
4349
4349
|
}
|
|
4350
4350
|
}, [h.viewport, A, d, u, $]), l.useEffect(() => {
|
|
@@ -4362,8 +4362,8 @@ var [Rl, Pl] = $o(dt, {
|
|
|
4362
4362
|
children: V
|
|
4363
4363
|
}
|
|
4364
4364
|
),
|
|
4365
|
-
/* @__PURE__ */ s(Rl, { scope: n, onClose: B, children:
|
|
4366
|
-
/* @__PURE__ */ s(
|
|
4365
|
+
/* @__PURE__ */ s(Rl, { scope: n, onClose: B, children: jt.createPortal(
|
|
4366
|
+
/* @__PURE__ */ s(vn.ItemSlot, { scope: n, children: /* @__PURE__ */ s(
|
|
4367
4367
|
Ws,
|
|
4368
4368
|
{
|
|
4369
4369
|
asChild: !0,
|
|
@@ -4390,10 +4390,10 @@ var [Rl, Pl] = $o(dt, {
|
|
|
4390
4390
|
}),
|
|
4391
4391
|
onPointerMove: I(e.onPointerMove, (T) => {
|
|
4392
4392
|
if (!x.current) return;
|
|
4393
|
-
const k = T.clientX - x.current.x, D = T.clientY - x.current.y, F = !!b.current, N = ["left", "right"].includes(h.swipeDirection), Z = ["left", "up"].includes(h.swipeDirection) ? Math.min : Math.max,
|
|
4393
|
+
const k = T.clientX - x.current.x, D = T.clientY - x.current.y, F = !!b.current, N = ["left", "right"].includes(h.swipeDirection), Z = ["left", "up"].includes(h.swipeDirection) ? Math.min : Math.max, Y = N ? Z(0, k) : 0, pe = N ? 0 : Z(0, D), Se = T.pointerType === "touch" ? 10 : 2, he = { x: Y, y: pe }, ke = { originalEvent: T, delta: he };
|
|
4394
4394
|
F ? (b.current = he, We(bl, p, ke, {
|
|
4395
4395
|
discrete: !1
|
|
4396
|
-
})) :
|
|
4396
|
+
})) : qn(he, h.swipeDirection, Se) ? (b.current = he, We(xl, f, ke, {
|
|
4397
4397
|
discrete: !1
|
|
4398
4398
|
}), T.target.setPointerCapture(T.pointerId)) : (Math.abs(k) > Se || Math.abs(D) > Se) && (x.current = null);
|
|
4399
4399
|
}),
|
|
@@ -4401,7 +4401,7 @@ var [Rl, Pl] = $o(dt, {
|
|
|
4401
4401
|
const k = b.current, D = T.target;
|
|
4402
4402
|
if (D.hasPointerCapture(T.pointerId) && D.releasePointerCapture(T.pointerId), b.current = null, x.current = null, k) {
|
|
4403
4403
|
const F = T.currentTarget, N = { originalEvent: T, delta: k };
|
|
4404
|
-
|
|
4404
|
+
qn(k, h.swipeDirection, h.swipeThreshold) ? We(El, v, N, {
|
|
4405
4405
|
discrete: !0
|
|
4406
4406
|
}) : We(
|
|
4407
4407
|
Al,
|
|
@@ -4424,39 +4424,39 @@ var [Rl, Pl] = $o(dt, {
|
|
|
4424
4424
|
] }) : null;
|
|
4425
4425
|
}
|
|
4426
4426
|
), Nl = (e) => {
|
|
4427
|
-
const { __scopeToast: t, children: n, ...r } = e, o =
|
|
4427
|
+
const { __scopeToast: t, children: n, ...r } = e, o = dt(ft, t), [i, a] = l.useState(!1), [c, d] = l.useState(!1);
|
|
4428
4428
|
return Ol(() => a(!0)), l.useEffect(() => {
|
|
4429
4429
|
const u = window.setTimeout(() => d(!0), 1e3);
|
|
4430
4430
|
return () => window.clearTimeout(u);
|
|
4431
|
-
}, []), c ? null : /* @__PURE__ */ s(
|
|
4431
|
+
}, []), c ? null : /* @__PURE__ */ s(en, { asChild: !0, children: /* @__PURE__ */ s(ut, { ...r, children: i && /* @__PURE__ */ R(Oe, { children: [
|
|
4432
4432
|
o.label,
|
|
4433
4433
|
" ",
|
|
4434
4434
|
n
|
|
4435
4435
|
] }) }) });
|
|
4436
|
-
}, Sl = "ToastTitle",
|
|
4436
|
+
}, Sl = "ToastTitle", Yo = l.forwardRef(
|
|
4437
4437
|
(e, t) => {
|
|
4438
4438
|
const { __scopeToast: n, ...r } = e;
|
|
4439
4439
|
return /* @__PURE__ */ s(H.div, { ...r, ref: t });
|
|
4440
4440
|
}
|
|
4441
4441
|
);
|
|
4442
|
-
|
|
4443
|
-
var Ml = "ToastDescription",
|
|
4442
|
+
Yo.displayName = Sl;
|
|
4443
|
+
var Ml = "ToastDescription", Ko = l.forwardRef(
|
|
4444
4444
|
(e, t) => {
|
|
4445
4445
|
const { __scopeToast: n, ...r } = e;
|
|
4446
4446
|
return /* @__PURE__ */ s(H.div, { ...r, ref: t });
|
|
4447
4447
|
}
|
|
4448
4448
|
);
|
|
4449
|
-
|
|
4450
|
-
var
|
|
4449
|
+
Ko.displayName = Ml;
|
|
4450
|
+
var Xo = "ToastAction", Go = l.forwardRef(
|
|
4451
4451
|
(e, t) => {
|
|
4452
4452
|
const { altText: n, ...r } = e;
|
|
4453
|
-
return n.trim() ? /* @__PURE__ */ s(qo, { altText: n, asChild: !0, children: /* @__PURE__ */ s(
|
|
4454
|
-
`Invalid prop \`altText\` supplied to \`${
|
|
4453
|
+
return n.trim() ? /* @__PURE__ */ s(qo, { altText: n, asChild: !0, children: /* @__PURE__ */ s(gn, { ...r, ref: t }) }) : (console.error(
|
|
4454
|
+
`Invalid prop \`altText\` supplied to \`${Xo}\`. Expected non-empty \`string\`.`
|
|
4455
4455
|
), null);
|
|
4456
4456
|
}
|
|
4457
4457
|
);
|
|
4458
|
-
|
|
4459
|
-
var zo = "ToastClose",
|
|
4458
|
+
Go.displayName = Xo;
|
|
4459
|
+
var zo = "ToastClose", gn = l.forwardRef(
|
|
4460
4460
|
(e, t) => {
|
|
4461
4461
|
const { __scopeToast: n, ...r } = e, o = Pl(zo, n);
|
|
4462
4462
|
return /* @__PURE__ */ s(qo, { asChild: !0, children: /* @__PURE__ */ s(
|
|
@@ -4470,7 +4470,7 @@ var zo = "ToastClose", vn = l.forwardRef(
|
|
|
4470
4470
|
) });
|
|
4471
4471
|
}
|
|
4472
4472
|
);
|
|
4473
|
-
|
|
4473
|
+
gn.displayName = zo;
|
|
4474
4474
|
var qo = l.forwardRef((e, t) => {
|
|
4475
4475
|
const { __scopeToast: n, altText: r, ...o } = e;
|
|
4476
4476
|
return /* @__PURE__ */ s(
|
|
@@ -4501,13 +4501,13 @@ function We(e, t, n, { discrete: r }) {
|
|
|
4501
4501
|
const o = n.originalEvent.currentTarget, i = new CustomEvent(e, { bubbles: !0, cancelable: !0, detail: n });
|
|
4502
4502
|
t && o.addEventListener(e, t, { once: !0 }), r ? fr(o, i) : o.dispatchEvent(i);
|
|
4503
4503
|
}
|
|
4504
|
-
var
|
|
4504
|
+
var qn = (e, t, n = 0) => {
|
|
4505
4505
|
const r = Math.abs(e.x), o = Math.abs(e.y), i = r > o;
|
|
4506
4506
|
return t === "left" || t === "right" ? i && r > n : !i && o > n;
|
|
4507
4507
|
};
|
|
4508
4508
|
function Ol(e = () => {
|
|
4509
4509
|
}) {
|
|
4510
|
-
const t =
|
|
4510
|
+
const t = K(e);
|
|
4511
4511
|
ee(() => {
|
|
4512
4512
|
let n = 0, r = 0;
|
|
4513
4513
|
return n = window.requestAnimationFrame(() => r = window.requestAnimationFrame(t)), () => {
|
|
@@ -4528,11 +4528,11 @@ function Dl(e) {
|
|
|
4528
4528
|
for (; n.nextNode(); ) t.push(n.currentNode);
|
|
4529
4529
|
return t;
|
|
4530
4530
|
}
|
|
4531
|
-
function
|
|
4531
|
+
function Tt(e) {
|
|
4532
4532
|
const t = document.activeElement;
|
|
4533
4533
|
return e.some((n) => n === t ? !0 : (n.focus(), document.activeElement !== t));
|
|
4534
4534
|
}
|
|
4535
|
-
var _l = Bo, Jo = Wo, ei = Uo, ti =
|
|
4535
|
+
var _l = Bo, Jo = Wo, ei = Uo, ti = Yo, ni = Ko, ri = Go, oi = gn;
|
|
4536
4536
|
const Il = _l, kl = {
|
|
4537
4537
|
"top-left": "top-0 left-0 bottom-auto mt-10 items-start",
|
|
4538
4538
|
"top-center": "top-0 left-1/2 bottom-auto transform -translate-x-1/2 mt-10 items-center",
|
|
@@ -4608,7 +4608,7 @@ const ci = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ s(
|
|
|
4608
4608
|
),
|
|
4609
4609
|
"toast-close": "",
|
|
4610
4610
|
...t,
|
|
4611
|
-
children: /* @__PURE__ */ s(
|
|
4611
|
+
children: /* @__PURE__ */ s(Ut.Cancel, { size: "12" })
|
|
4612
4612
|
}
|
|
4613
4613
|
));
|
|
4614
4614
|
ci.displayName = oi.displayName;
|
|
@@ -4670,12 +4670,12 @@ function Eu() {
|
|
|
4670
4670
|
] });
|
|
4671
4671
|
}
|
|
4672
4672
|
const Ru = ({ children: e }) => {
|
|
4673
|
-
const [t, n] =
|
|
4673
|
+
const [t, n] = Wt(null);
|
|
4674
4674
|
return ar(() => {
|
|
4675
4675
|
let r = document.getElementById("portal");
|
|
4676
4676
|
r || (r = document.createElement("div"), r.id = "portal", document.body.appendChild(r)), n(r);
|
|
4677
4677
|
}, []), t ? sr.createPortal(e, t) : null;
|
|
4678
|
-
}, Vl = ["top", "right", "bottom", "left"], ae = Math.min, j = Math.max,
|
|
4678
|
+
}, Vl = ["top", "right", "bottom", "left"], ae = Math.min, j = Math.max, et = Math.round, je = Math.floor, se = (e) => ({
|
|
4679
4679
|
x: e,
|
|
4680
4680
|
y: e
|
|
4681
4681
|
}), Fl = {
|
|
@@ -4687,7 +4687,7 @@ const Ru = ({ children: e }) => {
|
|
|
4687
4687
|
start: "end",
|
|
4688
4688
|
end: "start"
|
|
4689
4689
|
};
|
|
4690
|
-
function
|
|
4690
|
+
function Ht(e, t, n) {
|
|
4691
4691
|
return j(e, ae(t, n));
|
|
4692
4692
|
}
|
|
4693
4693
|
function te(e, t) {
|
|
@@ -4699,29 +4699,29 @@ function ne(e) {
|
|
|
4699
4699
|
function Te(e) {
|
|
4700
4700
|
return e.split("-")[1];
|
|
4701
4701
|
}
|
|
4702
|
-
function
|
|
4702
|
+
function Cn(e) {
|
|
4703
4703
|
return e === "x" ? "y" : "x";
|
|
4704
4704
|
}
|
|
4705
|
-
function
|
|
4705
|
+
function wn(e) {
|
|
4706
4706
|
return e === "y" ? "height" : "width";
|
|
4707
4707
|
}
|
|
4708
4708
|
function ce(e) {
|
|
4709
4709
|
return ["top", "bottom"].includes(ne(e)) ? "y" : "x";
|
|
4710
4710
|
}
|
|
4711
|
-
function
|
|
4712
|
-
return
|
|
4711
|
+
function yn(e) {
|
|
4712
|
+
return Cn(ce(e));
|
|
4713
4713
|
}
|
|
4714
4714
|
function Bl(e, t, n) {
|
|
4715
4715
|
n === void 0 && (n = !1);
|
|
4716
|
-
const r = Te(e), o =
|
|
4716
|
+
const r = Te(e), o = yn(e), i = wn(o);
|
|
4717
4717
|
let a = o === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
|
|
4718
|
-
return t.reference[i] > t.floating[i] && (a =
|
|
4718
|
+
return t.reference[i] > t.floating[i] && (a = tt(a)), [a, tt(a)];
|
|
4719
4719
|
}
|
|
4720
4720
|
function Zl(e) {
|
|
4721
|
-
const t =
|
|
4722
|
-
return [
|
|
4721
|
+
const t = tt(e);
|
|
4722
|
+
return [Vt(e), t, Vt(t)];
|
|
4723
4723
|
}
|
|
4724
|
-
function
|
|
4724
|
+
function Vt(e) {
|
|
4725
4725
|
return e.replace(/start|end/g, (t) => $l[t]);
|
|
4726
4726
|
}
|
|
4727
4727
|
function Wl(e, t, n) {
|
|
@@ -4740,9 +4740,9 @@ function Wl(e, t, n) {
|
|
|
4740
4740
|
function jl(e, t, n, r) {
|
|
4741
4741
|
const o = Te(e);
|
|
4742
4742
|
let i = Wl(ne(e), n === "start", r);
|
|
4743
|
-
return o && (i = i.map((a) => a + "-" + o), t && (i = i.concat(i.map(
|
|
4743
|
+
return o && (i = i.map((a) => a + "-" + o), t && (i = i.concat(i.map(Vt)))), i;
|
|
4744
4744
|
}
|
|
4745
|
-
function
|
|
4745
|
+
function tt(e) {
|
|
4746
4746
|
return e.replace(/left|right|bottom|top/g, (t) => Fl[t]);
|
|
4747
4747
|
}
|
|
4748
4748
|
function Ul(e) {
|
|
@@ -4762,7 +4762,7 @@ function di(e) {
|
|
|
4762
4762
|
left: e
|
|
4763
4763
|
};
|
|
4764
4764
|
}
|
|
4765
|
-
function
|
|
4765
|
+
function nt(e) {
|
|
4766
4766
|
const {
|
|
4767
4767
|
x: t,
|
|
4768
4768
|
y: n,
|
|
@@ -4780,12 +4780,12 @@ function tt(e) {
|
|
|
4780
4780
|
y: n
|
|
4781
4781
|
};
|
|
4782
4782
|
}
|
|
4783
|
-
function
|
|
4783
|
+
function Qn(e, t, n) {
|
|
4784
4784
|
let {
|
|
4785
4785
|
reference: r,
|
|
4786
4786
|
floating: o
|
|
4787
4787
|
} = e;
|
|
4788
|
-
const i = ce(t), a =
|
|
4788
|
+
const i = ce(t), a = yn(t), c = wn(a), d = ne(t), u = i === "y", f = r.x + r.width / 2 - o.width / 2, p = r.y + r.height / 2 - o.height / 2, m = r[c] / 2 - o[c] / 2;
|
|
4789
4789
|
let v;
|
|
4790
4790
|
switch (d) {
|
|
4791
4791
|
case "top":
|
|
@@ -4828,7 +4828,7 @@ function qn(e, t, n) {
|
|
|
4828
4828
|
}
|
|
4829
4829
|
return v;
|
|
4830
4830
|
}
|
|
4831
|
-
const
|
|
4831
|
+
const Yl = async (e, t, n) => {
|
|
4832
4832
|
const {
|
|
4833
4833
|
placement: r = "bottom",
|
|
4834
4834
|
strategy: o = "absolute",
|
|
@@ -4842,7 +4842,7 @@ const Kl = async (e, t, n) => {
|
|
|
4842
4842
|
}), {
|
|
4843
4843
|
x: f,
|
|
4844
4844
|
y: p
|
|
4845
|
-
} =
|
|
4845
|
+
} = Qn(u, r, d), m = r, v = {}, C = 0;
|
|
4846
4846
|
for (let h = 0; h < c.length; h++) {
|
|
4847
4847
|
const {
|
|
4848
4848
|
name: g,
|
|
@@ -4879,7 +4879,7 @@ const Kl = async (e, t, n) => {
|
|
|
4879
4879
|
}) : A.rects), {
|
|
4880
4880
|
x: f,
|
|
4881
4881
|
y: p
|
|
4882
|
-
} =
|
|
4882
|
+
} = Qn(u, m, d)), h = -1);
|
|
4883
4883
|
}
|
|
4884
4884
|
return {
|
|
4885
4885
|
x: f,
|
|
@@ -4905,7 +4905,7 @@ async function Le(e, t) {
|
|
|
4905
4905
|
elementContext: p = "floating",
|
|
4906
4906
|
altBoundary: m = !1,
|
|
4907
4907
|
padding: v = 0
|
|
4908
|
-
} = te(t, e), C = di(v), g = c[m ? p === "floating" ? "reference" : "floating" : p], w =
|
|
4908
|
+
} = te(t, e), C = di(v), g = c[m ? p === "floating" ? "reference" : "floating" : p], w = nt(await i.getClippingRect({
|
|
4909
4909
|
element: (n = await (i.isElement == null ? void 0 : i.isElement(g))) == null || n ? g : g.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(c.floating)),
|
|
4910
4910
|
boundary: u,
|
|
4911
4911
|
rootBoundary: f,
|
|
@@ -4921,7 +4921,7 @@ async function Le(e, t) {
|
|
|
4921
4921
|
} : {
|
|
4922
4922
|
x: 1,
|
|
4923
4923
|
y: 1
|
|
4924
|
-
}, A =
|
|
4924
|
+
}, A = nt(i.convertOffsetParentRelativeRectToViewportRelativeRect ? await i.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
4925
4925
|
elements: c,
|
|
4926
4926
|
rect: y,
|
|
4927
4927
|
offsetParent: x,
|
|
@@ -4934,7 +4934,7 @@ async function Le(e, t) {
|
|
|
4934
4934
|
right: (A.right - w.right + C.right) / b.x
|
|
4935
4935
|
};
|
|
4936
4936
|
}
|
|
4937
|
-
const
|
|
4937
|
+
const Kl = (e) => ({
|
|
4938
4938
|
name: "arrow",
|
|
4939
4939
|
options: e,
|
|
4940
4940
|
async fn(t) {
|
|
@@ -4955,10 +4955,10 @@ const Yl = (e) => ({
|
|
|
4955
4955
|
const p = di(f), m = {
|
|
4956
4956
|
x: n,
|
|
4957
4957
|
y: r
|
|
4958
|
-
}, v =
|
|
4958
|
+
}, v = yn(o), C = wn(v), h = await a.getDimensions(u), g = v === "y", w = g ? "top" : "left", y = g ? "bottom" : "right", x = g ? "clientHeight" : "clientWidth", b = i.reference[C] + i.reference[v] - m[v] - i.floating[C], A = m[v] - i.reference[v], E = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(u));
|
|
4959
4959
|
let P = E ? E[x] : 0;
|
|
4960
4960
|
(!P || !await (a.isElement == null ? void 0 : a.isElement(E))) && (P = c.floating[x] || i.floating[C]);
|
|
4961
|
-
const S = b / 2 - A / 2, O = P / 2 - h[C] / 2 - 1, L = ae(p[w], O), B = ae(p[y], O), $ = L, V = P - h[C] - B, T = P / 2 - h[C] / 2 + S, k =
|
|
4961
|
+
const S = b / 2 - A / 2, O = P / 2 - h[C] / 2 - 1, L = ae(p[w], O), B = ae(p[y], O), $ = L, V = P - h[C] - B, T = P / 2 - h[C] / 2 + S, k = Ht($, T, V), D = !d.arrow && Te(o) != null && T !== k && i.reference[C] / 2 - (T < $ ? L : B) - h[C] / 2 < 0, F = D ? T < $ ? T - $ : T - V : 0;
|
|
4962
4962
|
return {
|
|
4963
4963
|
[v]: m[v] + F,
|
|
4964
4964
|
data: {
|
|
@@ -4971,7 +4971,7 @@ const Yl = (e) => ({
|
|
|
4971
4971
|
reset: D
|
|
4972
4972
|
};
|
|
4973
4973
|
}
|
|
4974
|
-
}),
|
|
4974
|
+
}), Xl = function(e) {
|
|
4975
4975
|
return e === void 0 && (e = {}), {
|
|
4976
4976
|
name: "flip",
|
|
4977
4977
|
options: e,
|
|
@@ -4995,7 +4995,7 @@ const Yl = (e) => ({
|
|
|
4995
4995
|
} = te(e, t);
|
|
4996
4996
|
if ((n = i.arrow) != null && n.alignmentOffset)
|
|
4997
4997
|
return {};
|
|
4998
|
-
const w = ne(o), y = ce(c), x = ne(c) === c, b = await (d.isRTL == null ? void 0 : d.isRTL(u.floating)), A = m || (x || !h ? [
|
|
4998
|
+
const w = ne(o), y = ce(c), x = ne(c) === c, b = await (d.isRTL == null ? void 0 : d.isRTL(u.floating)), A = m || (x || !h ? [tt(c)] : Zl(c)), E = C !== "none";
|
|
4999
4999
|
!m && E && A.push(...jl(c, h, C, b));
|
|
5000
5000
|
const P = [c, ...A], S = await Le(t, g), O = [];
|
|
5001
5001
|
let L = ((r = i.flip) == null ? void 0 : r.overflows) || [];
|
|
@@ -5032,7 +5032,7 @@ const Yl = (e) => ({
|
|
|
5032
5032
|
Z === "y";
|
|
5033
5033
|
}
|
|
5034
5034
|
return !0;
|
|
5035
|
-
}).map((N) => [N.placement, N.overflows.filter((Z) => Z > 0).reduce((Z,
|
|
5035
|
+
}).map((N) => [N.placement, N.overflows.filter((Z) => Z > 0).reduce((Z, Y) => Z + Y, 0)]).sort((N, Z) => N[1] - Z[1])[0]) == null ? void 0 : V[0];
|
|
5036
5036
|
F && (D = F);
|
|
5037
5037
|
break;
|
|
5038
5038
|
}
|
|
@@ -5051,7 +5051,7 @@ const Yl = (e) => ({
|
|
|
5051
5051
|
}
|
|
5052
5052
|
};
|
|
5053
5053
|
};
|
|
5054
|
-
function
|
|
5054
|
+
function Jn(e, t) {
|
|
5055
5055
|
return {
|
|
5056
5056
|
top: e.top - t.height,
|
|
5057
5057
|
right: e.right - t.width,
|
|
@@ -5059,10 +5059,10 @@ function Qn(e, t) {
|
|
|
5059
5059
|
left: e.left - t.width
|
|
5060
5060
|
};
|
|
5061
5061
|
}
|
|
5062
|
-
function
|
|
5062
|
+
function er(e) {
|
|
5063
5063
|
return Vl.some((t) => e[t] >= 0);
|
|
5064
5064
|
}
|
|
5065
|
-
const
|
|
5065
|
+
const Gl = function(e) {
|
|
5066
5066
|
return e === void 0 && (e = {}), {
|
|
5067
5067
|
name: "hide",
|
|
5068
5068
|
options: e,
|
|
@@ -5078,11 +5078,11 @@ const Xl = function(e) {
|
|
|
5078
5078
|
const i = await Le(t, {
|
|
5079
5079
|
...o,
|
|
5080
5080
|
elementContext: "reference"
|
|
5081
|
-
}), a =
|
|
5081
|
+
}), a = Jn(i, n.reference);
|
|
5082
5082
|
return {
|
|
5083
5083
|
data: {
|
|
5084
5084
|
referenceHiddenOffsets: a,
|
|
5085
|
-
referenceHidden:
|
|
5085
|
+
referenceHidden: er(a)
|
|
5086
5086
|
}
|
|
5087
5087
|
};
|
|
5088
5088
|
}
|
|
@@ -5090,11 +5090,11 @@ const Xl = function(e) {
|
|
|
5090
5090
|
const i = await Le(t, {
|
|
5091
5091
|
...o,
|
|
5092
5092
|
altBoundary: !0
|
|
5093
|
-
}), a =
|
|
5093
|
+
}), a = Jn(i, n.floating);
|
|
5094
5094
|
return {
|
|
5095
5095
|
data: {
|
|
5096
5096
|
escapedOffsets: a,
|
|
5097
|
-
escaped:
|
|
5097
|
+
escaped: er(a)
|
|
5098
5098
|
}
|
|
5099
5099
|
};
|
|
5100
5100
|
}
|
|
@@ -5181,15 +5181,15 @@ const ql = function(e) {
|
|
|
5181
5181
|
} = te(e, t), u = {
|
|
5182
5182
|
x: n,
|
|
5183
5183
|
y: r
|
|
5184
|
-
}, f = await Le(t, d), p = ce(ne(o)), m =
|
|
5184
|
+
}, f = await Le(t, d), p = ce(ne(o)), m = Cn(p);
|
|
5185
5185
|
let v = u[m], C = u[p];
|
|
5186
5186
|
if (i) {
|
|
5187
5187
|
const g = m === "y" ? "top" : "left", w = m === "y" ? "bottom" : "right", y = v + f[g], x = v - f[w];
|
|
5188
|
-
v =
|
|
5188
|
+
v = Ht(y, v, x);
|
|
5189
5189
|
}
|
|
5190
5190
|
if (a) {
|
|
5191
5191
|
const g = p === "y" ? "top" : "left", w = p === "y" ? "bottom" : "right", y = C + f[g], x = C - f[w];
|
|
5192
|
-
C =
|
|
5192
|
+
C = Ht(y, C, x);
|
|
5193
5193
|
}
|
|
5194
5194
|
const h = c.fn({
|
|
5195
5195
|
...t,
|
|
@@ -5226,7 +5226,7 @@ const ql = function(e) {
|
|
|
5226
5226
|
} = te(e, t), f = {
|
|
5227
5227
|
x: n,
|
|
5228
5228
|
y: r
|
|
5229
|
-
}, p = ce(o), m =
|
|
5229
|
+
}, p = ce(o), m = Cn(p);
|
|
5230
5230
|
let v = f[m], C = f[p];
|
|
5231
5231
|
const h = te(c, t), g = typeof h == "number" ? {
|
|
5232
5232
|
mainAxis: h,
|
|
@@ -5292,7 +5292,7 @@ const ql = function(e) {
|
|
|
5292
5292
|
}
|
|
5293
5293
|
};
|
|
5294
5294
|
};
|
|
5295
|
-
function
|
|
5295
|
+
function pt() {
|
|
5296
5296
|
return typeof window < "u";
|
|
5297
5297
|
}
|
|
5298
5298
|
function Ne(e) {
|
|
@@ -5307,16 +5307,16 @@ function J(e) {
|
|
|
5307
5307
|
return (t = (fi(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
5308
5308
|
}
|
|
5309
5309
|
function fi(e) {
|
|
5310
|
-
return
|
|
5310
|
+
return pt() ? e instanceof Node || e instanceof U(e).Node : !1;
|
|
5311
5311
|
}
|
|
5312
|
-
function
|
|
5313
|
-
return
|
|
5312
|
+
function X(e) {
|
|
5313
|
+
return pt() ? e instanceof Element || e instanceof U(e).Element : !1;
|
|
5314
5314
|
}
|
|
5315
5315
|
function Q(e) {
|
|
5316
|
-
return
|
|
5316
|
+
return pt() ? e instanceof HTMLElement || e instanceof U(e).HTMLElement : !1;
|
|
5317
5317
|
}
|
|
5318
|
-
function
|
|
5319
|
-
return !
|
|
5318
|
+
function tr(e) {
|
|
5319
|
+
return !pt() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof U(e).ShadowRoot;
|
|
5320
5320
|
}
|
|
5321
5321
|
function Ie(e) {
|
|
5322
5322
|
const {
|
|
@@ -5324,13 +5324,13 @@ function Ie(e) {
|
|
|
5324
5324
|
overflowX: n,
|
|
5325
5325
|
overflowY: r,
|
|
5326
5326
|
display: o
|
|
5327
|
-
} =
|
|
5327
|
+
} = G(e);
|
|
5328
5328
|
return /auto|scroll|overlay|hidden|clip/.test(t + r + n) && !["inline", "contents"].includes(o);
|
|
5329
5329
|
}
|
|
5330
5330
|
function t1(e) {
|
|
5331
5331
|
return ["table", "td", "th"].includes(Ne(e));
|
|
5332
5332
|
}
|
|
5333
|
-
function
|
|
5333
|
+
function ht(e) {
|
|
5334
5334
|
return [":popover-open", ":modal"].some((t) => {
|
|
5335
5335
|
try {
|
|
5336
5336
|
return e.matches(t);
|
|
@@ -5339,32 +5339,32 @@ function pt(e) {
|
|
|
5339
5339
|
}
|
|
5340
5340
|
});
|
|
5341
5341
|
}
|
|
5342
|
-
function
|
|
5343
|
-
const t =
|
|
5342
|
+
function xn(e) {
|
|
5343
|
+
const t = bn(), n = X(e) ? G(e) : e;
|
|
5344
5344
|
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((r) => (n.willChange || "").includes(r)) || ["paint", "layout", "strict", "content"].some((r) => (n.contain || "").includes(r));
|
|
5345
5345
|
}
|
|
5346
5346
|
function n1(e) {
|
|
5347
5347
|
let t = le(e);
|
|
5348
5348
|
for (; Q(t) && !Ae(t); ) {
|
|
5349
|
-
if (
|
|
5349
|
+
if (xn(t))
|
|
5350
5350
|
return t;
|
|
5351
|
-
if (
|
|
5351
|
+
if (ht(t))
|
|
5352
5352
|
return null;
|
|
5353
5353
|
t = le(t);
|
|
5354
5354
|
}
|
|
5355
5355
|
return null;
|
|
5356
5356
|
}
|
|
5357
|
-
function
|
|
5357
|
+
function bn() {
|
|
5358
5358
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
5359
5359
|
}
|
|
5360
5360
|
function Ae(e) {
|
|
5361
5361
|
return ["html", "body", "#document"].includes(Ne(e));
|
|
5362
5362
|
}
|
|
5363
|
-
function
|
|
5363
|
+
function G(e) {
|
|
5364
5364
|
return U(e).getComputedStyle(e);
|
|
5365
5365
|
}
|
|
5366
|
-
function
|
|
5367
|
-
return
|
|
5366
|
+
function mt(e) {
|
|
5367
|
+
return X(e) ? {
|
|
5368
5368
|
scrollLeft: e.scrollLeft,
|
|
5369
5369
|
scrollTop: e.scrollTop
|
|
5370
5370
|
} : {
|
|
@@ -5379,10 +5379,10 @@ function le(e) {
|
|
|
5379
5379
|
// Step into the shadow DOM of the parent of a slotted node.
|
|
5380
5380
|
e.assignedSlot || // DOM Element detected.
|
|
5381
5381
|
e.parentNode || // ShadowRoot detected.
|
|
5382
|
-
|
|
5382
|
+
tr(e) && e.host || // Fallback.
|
|
5383
5383
|
J(e)
|
|
5384
5384
|
);
|
|
5385
|
-
return
|
|
5385
|
+
return tr(t) ? t.host : t;
|
|
5386
5386
|
}
|
|
5387
5387
|
function pi(e) {
|
|
5388
5388
|
const t = le(e);
|
|
@@ -5393,29 +5393,29 @@ function De(e, t, n) {
|
|
|
5393
5393
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
5394
5394
|
const o = pi(e), i = o === ((r = e.ownerDocument) == null ? void 0 : r.body), a = U(o);
|
|
5395
5395
|
if (i) {
|
|
5396
|
-
const c =
|
|
5396
|
+
const c = Ft(a);
|
|
5397
5397
|
return t.concat(a, a.visualViewport || [], Ie(o) ? o : [], c && n ? De(c) : []);
|
|
5398
5398
|
}
|
|
5399
5399
|
return t.concat(o, De(o, [], n));
|
|
5400
5400
|
}
|
|
5401
|
-
function
|
|
5401
|
+
function Ft(e) {
|
|
5402
5402
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
5403
5403
|
}
|
|
5404
5404
|
function hi(e) {
|
|
5405
|
-
const t =
|
|
5405
|
+
const t = G(e);
|
|
5406
5406
|
let n = parseFloat(t.width) || 0, r = parseFloat(t.height) || 0;
|
|
5407
|
-
const o = Q(e), i = o ? e.offsetWidth : n, a = o ? e.offsetHeight : r, c =
|
|
5407
|
+
const o = Q(e), i = o ? e.offsetWidth : n, a = o ? e.offsetHeight : r, c = et(n) !== i || et(r) !== a;
|
|
5408
5408
|
return c && (n = i, r = a), {
|
|
5409
5409
|
width: n,
|
|
5410
5410
|
height: r,
|
|
5411
5411
|
$: c
|
|
5412
5412
|
};
|
|
5413
5413
|
}
|
|
5414
|
-
function
|
|
5415
|
-
return
|
|
5414
|
+
function An(e) {
|
|
5415
|
+
return X(e) ? e : e.contextElement;
|
|
5416
5416
|
}
|
|
5417
5417
|
function xe(e) {
|
|
5418
|
-
const t =
|
|
5418
|
+
const t = An(e);
|
|
5419
5419
|
if (!Q(t))
|
|
5420
5420
|
return se(1);
|
|
5421
5421
|
const n = t.getBoundingClientRect(), {
|
|
@@ -5423,7 +5423,7 @@ function xe(e) {
|
|
|
5423
5423
|
height: o,
|
|
5424
5424
|
$: i
|
|
5425
5425
|
} = hi(t);
|
|
5426
|
-
let a = (i ?
|
|
5426
|
+
let a = (i ? et(n.width) : n.width) / r, c = (i ? et(n.height) : n.height) / o;
|
|
5427
5427
|
return (!a || !Number.isFinite(a)) && (a = 1), (!c || !Number.isFinite(c)) && (c = 1), {
|
|
5428
5428
|
x: a,
|
|
5429
5429
|
y: c
|
|
@@ -5432,7 +5432,7 @@ function xe(e) {
|
|
|
5432
5432
|
const r1 = /* @__PURE__ */ se(0);
|
|
5433
5433
|
function mi(e) {
|
|
5434
5434
|
const t = U(e);
|
|
5435
|
-
return !
|
|
5435
|
+
return !bn() || !t.visualViewport ? r1 : {
|
|
5436
5436
|
x: t.visualViewport.offsetLeft,
|
|
5437
5437
|
y: t.visualViewport.offsetTop
|
|
5438
5438
|
};
|
|
@@ -5442,20 +5442,20 @@ function o1(e, t, n) {
|
|
|
5442
5442
|
}
|
|
5443
5443
|
function de(e, t, n, r) {
|
|
5444
5444
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
5445
|
-
const o = e.getBoundingClientRect(), i =
|
|
5445
|
+
const o = e.getBoundingClientRect(), i = An(e);
|
|
5446
5446
|
let a = se(1);
|
|
5447
|
-
t && (r ?
|
|
5447
|
+
t && (r ? X(r) && (a = xe(r)) : a = xe(e));
|
|
5448
5448
|
const c = o1(i, n, r) ? mi(i) : se(0);
|
|
5449
5449
|
let d = (o.left + c.x) / a.x, u = (o.top + c.y) / a.y, f = o.width / a.x, p = o.height / a.y;
|
|
5450
5450
|
if (i) {
|
|
5451
|
-
const m = U(i), v = r &&
|
|
5452
|
-
let C = m, h =
|
|
5451
|
+
const m = U(i), v = r && X(r) ? U(r) : r;
|
|
5452
|
+
let C = m, h = Ft(C);
|
|
5453
5453
|
for (; h && r && v !== C; ) {
|
|
5454
|
-
const g = xe(h), w = h.getBoundingClientRect(), y =
|
|
5455
|
-
d *= g.x, u *= g.y, f *= g.x, p *= g.y, d += x, u += b, C = U(h), h =
|
|
5454
|
+
const g = xe(h), w = h.getBoundingClientRect(), y = G(h), x = w.left + (h.clientLeft + parseFloat(y.paddingLeft)) * g.x, b = w.top + (h.clientTop + parseFloat(y.paddingTop)) * g.y;
|
|
5455
|
+
d *= g.x, u *= g.y, f *= g.x, p *= g.y, d += x, u += b, C = U(h), h = Ft(C);
|
|
5456
5456
|
}
|
|
5457
5457
|
}
|
|
5458
|
-
return
|
|
5458
|
+
return nt({
|
|
5459
5459
|
width: f,
|
|
5460
5460
|
height: p,
|
|
5461
5461
|
x: d,
|
|
@@ -5469,7 +5469,7 @@ function i1(e) {
|
|
|
5469
5469
|
offsetParent: r,
|
|
5470
5470
|
strategy: o
|
|
5471
5471
|
} = e;
|
|
5472
|
-
const i = o === "fixed", a = J(r), c = t ?
|
|
5472
|
+
const i = o === "fixed", a = J(r), c = t ? ht(t.floating) : !1;
|
|
5473
5473
|
if (r === a || c && i)
|
|
5474
5474
|
return n;
|
|
5475
5475
|
let d = {
|
|
@@ -5477,7 +5477,7 @@ function i1(e) {
|
|
|
5477
5477
|
scrollTop: 0
|
|
5478
5478
|
}, u = se(1);
|
|
5479
5479
|
const f = se(0), p = Q(r);
|
|
5480
|
-
if ((p || !p && !i) && ((Ne(r) !== "body" || Ie(a)) && (d =
|
|
5480
|
+
if ((p || !p && !i) && ((Ne(r) !== "body" || Ie(a)) && (d = mt(r)), Q(r))) {
|
|
5481
5481
|
const m = de(r);
|
|
5482
5482
|
u = xe(r), f.x = m.x + r.clientLeft, f.y = m.y + r.clientTop;
|
|
5483
5483
|
}
|
|
@@ -5491,15 +5491,15 @@ function i1(e) {
|
|
|
5491
5491
|
function a1(e) {
|
|
5492
5492
|
return Array.from(e.getClientRects());
|
|
5493
5493
|
}
|
|
5494
|
-
function
|
|
5495
|
-
const n =
|
|
5494
|
+
function $t(e, t) {
|
|
5495
|
+
const n = mt(e).scrollLeft;
|
|
5496
5496
|
return t ? t.left + n : de(J(e)).left + n;
|
|
5497
5497
|
}
|
|
5498
5498
|
function s1(e) {
|
|
5499
|
-
const t = J(e), n =
|
|
5500
|
-
let a = -n.scrollLeft +
|
|
5499
|
+
const t = J(e), n = mt(e), r = e.ownerDocument.body, o = j(t.scrollWidth, t.clientWidth, r.scrollWidth, r.clientWidth), i = j(t.scrollHeight, t.clientHeight, r.scrollHeight, r.clientHeight);
|
|
5500
|
+
let a = -n.scrollLeft + $t(e);
|
|
5501
5501
|
const c = -n.scrollTop;
|
|
5502
|
-
return
|
|
5502
|
+
return G(r).direction === "rtl" && (a += j(t.clientWidth, r.clientWidth) - o), {
|
|
5503
5503
|
width: o,
|
|
5504
5504
|
height: i,
|
|
5505
5505
|
x: a,
|
|
@@ -5511,7 +5511,7 @@ function c1(e, t) {
|
|
|
5511
5511
|
let i = r.clientWidth, a = r.clientHeight, c = 0, d = 0;
|
|
5512
5512
|
if (o) {
|
|
5513
5513
|
i = o.width, a = o.height;
|
|
5514
|
-
const u =
|
|
5514
|
+
const u = bn();
|
|
5515
5515
|
(!u || u && t === "fixed") && (c = o.offsetLeft, d = o.offsetTop);
|
|
5516
5516
|
}
|
|
5517
5517
|
return {
|
|
@@ -5530,13 +5530,13 @@ function l1(e, t) {
|
|
|
5530
5530
|
y: u
|
|
5531
5531
|
};
|
|
5532
5532
|
}
|
|
5533
|
-
function
|
|
5533
|
+
function nr(e, t, n) {
|
|
5534
5534
|
let r;
|
|
5535
5535
|
if (t === "viewport")
|
|
5536
5536
|
r = c1(e, n);
|
|
5537
5537
|
else if (t === "document")
|
|
5538
5538
|
r = s1(J(e));
|
|
5539
|
-
else if (
|
|
5539
|
+
else if (X(t))
|
|
5540
5540
|
r = l1(t, n);
|
|
5541
5541
|
else {
|
|
5542
5542
|
const o = mi(e);
|
|
@@ -5546,21 +5546,21 @@ function tr(e, t, n) {
|
|
|
5546
5546
|
y: t.y - o.y
|
|
5547
5547
|
};
|
|
5548
5548
|
}
|
|
5549
|
-
return
|
|
5549
|
+
return nt(r);
|
|
5550
5550
|
}
|
|
5551
5551
|
function vi(e, t) {
|
|
5552
5552
|
const n = le(e);
|
|
5553
|
-
return n === t || !
|
|
5553
|
+
return n === t || !X(n) || Ae(n) ? !1 : G(n).position === "fixed" || vi(n, t);
|
|
5554
5554
|
}
|
|
5555
5555
|
function u1(e, t) {
|
|
5556
5556
|
const n = t.get(e);
|
|
5557
5557
|
if (n)
|
|
5558
5558
|
return n;
|
|
5559
|
-
let r = De(e, [], !1).filter((c) =>
|
|
5560
|
-
const i =
|
|
5559
|
+
let r = De(e, [], !1).filter((c) => X(c) && Ne(c) !== "body"), o = null;
|
|
5560
|
+
const i = G(e).position === "fixed";
|
|
5561
5561
|
let a = i ? le(e) : e;
|
|
5562
|
-
for (;
|
|
5563
|
-
const c =
|
|
5562
|
+
for (; X(a) && !Ae(a); ) {
|
|
5563
|
+
const c = G(a), d = xn(a);
|
|
5564
5564
|
!d && c.position === "fixed" && (o = null), (i ? !d && !o : !d && c.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || Ie(a) && !d && vi(e, a)) ? r = r.filter((f) => f !== a) : o = c, a = le(a);
|
|
5565
5565
|
}
|
|
5566
5566
|
return t.set(e, r), r;
|
|
@@ -5572,10 +5572,10 @@ function d1(e) {
|
|
|
5572
5572
|
rootBoundary: r,
|
|
5573
5573
|
strategy: o
|
|
5574
5574
|
} = e;
|
|
5575
|
-
const a = [...n === "clippingAncestors" ?
|
|
5576
|
-
const p =
|
|
5575
|
+
const a = [...n === "clippingAncestors" ? ht(t) ? [] : u1(t, this._c) : [].concat(n), r], c = a[0], d = a.reduce((u, f) => {
|
|
5576
|
+
const p = nr(t, f, o);
|
|
5577
5577
|
return u.top = j(p.top, u.top), u.right = ae(p.right, u.right), u.bottom = ae(p.bottom, u.bottom), u.left = j(p.left, u.left), u;
|
|
5578
|
-
},
|
|
5578
|
+
}, nr(t, c, o));
|
|
5579
5579
|
return {
|
|
5580
5580
|
width: d.right - d.left,
|
|
5581
5581
|
height: d.bottom - d.top,
|
|
@@ -5601,15 +5601,15 @@ function p1(e, t, n) {
|
|
|
5601
5601
|
};
|
|
5602
5602
|
const d = se(0);
|
|
5603
5603
|
if (r || !r && !i)
|
|
5604
|
-
if ((Ne(t) !== "body" || Ie(o)) && (c =
|
|
5604
|
+
if ((Ne(t) !== "body" || Ie(o)) && (c = mt(t)), r) {
|
|
5605
5605
|
const v = de(t, !0, i, t);
|
|
5606
5606
|
d.x = v.x + t.clientLeft, d.y = v.y + t.clientTop;
|
|
5607
|
-
} else o && (d.x =
|
|
5607
|
+
} else o && (d.x = $t(o));
|
|
5608
5608
|
let u = 0, f = 0;
|
|
5609
5609
|
if (o && !r && !i) {
|
|
5610
5610
|
const v = o.getBoundingClientRect();
|
|
5611
5611
|
f = v.top + c.scrollTop, u = v.left + c.scrollLeft - // RTL <body> scrollbar.
|
|
5612
|
-
|
|
5612
|
+
$t(o, v);
|
|
5613
5613
|
}
|
|
5614
5614
|
const p = a.left + c.scrollLeft - d.x - u, m = a.top + c.scrollTop - d.y - f;
|
|
5615
5615
|
return {
|
|
@@ -5619,11 +5619,11 @@ function p1(e, t, n) {
|
|
|
5619
5619
|
height: a.height
|
|
5620
5620
|
};
|
|
5621
5621
|
}
|
|
5622
|
-
function
|
|
5623
|
-
return
|
|
5622
|
+
function Nt(e) {
|
|
5623
|
+
return G(e).position === "static";
|
|
5624
5624
|
}
|
|
5625
|
-
function
|
|
5626
|
-
if (!Q(e) ||
|
|
5625
|
+
function rr(e, t) {
|
|
5626
|
+
if (!Q(e) || G(e).position === "fixed")
|
|
5627
5627
|
return null;
|
|
5628
5628
|
if (t)
|
|
5629
5629
|
return t(e);
|
|
@@ -5632,21 +5632,21 @@ function nr(e, t) {
|
|
|
5632
5632
|
}
|
|
5633
5633
|
function gi(e, t) {
|
|
5634
5634
|
const n = U(e);
|
|
5635
|
-
if (
|
|
5635
|
+
if (ht(e))
|
|
5636
5636
|
return n;
|
|
5637
5637
|
if (!Q(e)) {
|
|
5638
5638
|
let o = le(e);
|
|
5639
5639
|
for (; o && !Ae(o); ) {
|
|
5640
|
-
if (
|
|
5640
|
+
if (X(o) && !Nt(o))
|
|
5641
5641
|
return o;
|
|
5642
5642
|
o = le(o);
|
|
5643
5643
|
}
|
|
5644
5644
|
return n;
|
|
5645
5645
|
}
|
|
5646
|
-
let r =
|
|
5647
|
-
for (; r && t1(r) &&
|
|
5648
|
-
r =
|
|
5649
|
-
return r && Ae(r) &&
|
|
5646
|
+
let r = rr(e, t);
|
|
5647
|
+
for (; r && t1(r) && Nt(r); )
|
|
5648
|
+
r = rr(r, t);
|
|
5649
|
+
return r && Ae(r) && Nt(r) && !xn(r) ? n : r || n1(e) || n;
|
|
5650
5650
|
}
|
|
5651
5651
|
const h1 = async function(e) {
|
|
5652
5652
|
const t = this.getOffsetParent || gi, n = this.getDimensions, r = await n(e.floating);
|
|
@@ -5661,7 +5661,7 @@ const h1 = async function(e) {
|
|
|
5661
5661
|
};
|
|
5662
5662
|
};
|
|
5663
5663
|
function m1(e) {
|
|
5664
|
-
return
|
|
5664
|
+
return G(e).direction === "rtl";
|
|
5665
5665
|
}
|
|
5666
5666
|
const v1 = {
|
|
5667
5667
|
convertOffsetParentRelativeRectToViewportRelativeRect: i1,
|
|
@@ -5672,7 +5672,7 @@ const v1 = {
|
|
|
5672
5672
|
getClientRects: a1,
|
|
5673
5673
|
getDimensions: f1,
|
|
5674
5674
|
getScale: xe,
|
|
5675
|
-
isElement:
|
|
5675
|
+
isElement: X,
|
|
5676
5676
|
isRTL: m1
|
|
5677
5677
|
};
|
|
5678
5678
|
function g1(e, t) {
|
|
@@ -5729,7 +5729,7 @@ function C1(e, t, n, r) {
|
|
|
5729
5729
|
elementResize: a = typeof ResizeObserver == "function",
|
|
5730
5730
|
layoutShift: c = typeof IntersectionObserver == "function",
|
|
5731
5731
|
animationFrame: d = !1
|
|
5732
|
-
} = r, u =
|
|
5732
|
+
} = r, u = An(e), f = o || i ? [...u ? De(u) : [], ...De(t)] : [];
|
|
5733
5733
|
f.forEach((w) => {
|
|
5734
5734
|
o && w.addEventListener("scroll", n, {
|
|
5735
5735
|
passive: !0
|
|
@@ -5757,7 +5757,7 @@ function C1(e, t, n, r) {
|
|
|
5757
5757
|
}), p == null || p(), (w = v) == null || w.disconnect(), v = null, d && cancelAnimationFrame(C);
|
|
5758
5758
|
};
|
|
5759
5759
|
}
|
|
5760
|
-
const w1 = ql, y1 = Ql, x1 =
|
|
5760
|
+
const w1 = ql, y1 = Ql, x1 = Xl, b1 = e1, A1 = Gl, or = Kl, E1 = Jl, R1 = (e, t, n) => {
|
|
5761
5761
|
const r = /* @__PURE__ */ new Map(), o = {
|
|
5762
5762
|
platform: v1,
|
|
5763
5763
|
...n
|
|
@@ -5765,13 +5765,13 @@ const w1 = ql, y1 = Ql, x1 = Gl, b1 = e1, A1 = Xl, rr = Yl, E1 = Jl, R1 = (e, t,
|
|
|
5765
5765
|
...o.platform,
|
|
5766
5766
|
_c: r
|
|
5767
5767
|
};
|
|
5768
|
-
return
|
|
5768
|
+
return Yl(e, t, {
|
|
5769
5769
|
...o,
|
|
5770
5770
|
platform: i
|
|
5771
5771
|
});
|
|
5772
5772
|
};
|
|
5773
|
-
var
|
|
5774
|
-
function
|
|
5773
|
+
var Ke = typeof document < "u" ? Yi : ar;
|
|
5774
|
+
function rt(e, t) {
|
|
5775
5775
|
if (e === t)
|
|
5776
5776
|
return !0;
|
|
5777
5777
|
if (typeof e != typeof t)
|
|
@@ -5783,7 +5783,7 @@ function nt(e, t) {
|
|
|
5783
5783
|
if (Array.isArray(e)) {
|
|
5784
5784
|
if (n = e.length, n !== t.length) return !1;
|
|
5785
5785
|
for (r = n; r-- !== 0; )
|
|
5786
|
-
if (!
|
|
5786
|
+
if (!rt(e[r], t[r]))
|
|
5787
5787
|
return !1;
|
|
5788
5788
|
return !0;
|
|
5789
5789
|
}
|
|
@@ -5794,7 +5794,7 @@ function nt(e, t) {
|
|
|
5794
5794
|
return !1;
|
|
5795
5795
|
for (r = n; r-- !== 0; ) {
|
|
5796
5796
|
const i = o[r];
|
|
5797
|
-
if (!(i === "_owner" && e.$$typeof) && !
|
|
5797
|
+
if (!(i === "_owner" && e.$$typeof) && !rt(e[i], t[i]))
|
|
5798
5798
|
return !1;
|
|
5799
5799
|
}
|
|
5800
5800
|
return !0;
|
|
@@ -5804,13 +5804,13 @@ function nt(e, t) {
|
|
|
5804
5804
|
function Ci(e) {
|
|
5805
5805
|
return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
5806
5806
|
}
|
|
5807
|
-
function
|
|
5807
|
+
function ir(e, t) {
|
|
5808
5808
|
const n = Ci(e);
|
|
5809
5809
|
return Math.round(t * n) / n;
|
|
5810
5810
|
}
|
|
5811
|
-
function
|
|
5811
|
+
function St(e) {
|
|
5812
5812
|
const t = l.useRef(e);
|
|
5813
|
-
return
|
|
5813
|
+
return Ke(() => {
|
|
5814
5814
|
t.current = e;
|
|
5815
5815
|
}), t;
|
|
5816
5816
|
}
|
|
@@ -5836,12 +5836,12 @@ function P1(e) {
|
|
|
5836
5836
|
middlewareData: {},
|
|
5837
5837
|
isPositioned: !1
|
|
5838
5838
|
}), [m, v] = l.useState(r);
|
|
5839
|
-
|
|
5839
|
+
rt(m, r) || v(r);
|
|
5840
5840
|
const [C, h] = l.useState(null), [g, w] = l.useState(null), y = l.useCallback((N) => {
|
|
5841
5841
|
N !== E.current && (E.current = N, h(N));
|
|
5842
5842
|
}, []), x = l.useCallback((N) => {
|
|
5843
5843
|
N !== P.current && (P.current = N, w(N));
|
|
5844
|
-
}, []), b = i || C, A = a || g, E = l.useRef(null), P = l.useRef(null), S = l.useRef(f), O = d != null, L =
|
|
5844
|
+
}, []), b = i || C, A = a || g, E = l.useRef(null), P = l.useRef(null), S = l.useRef(f), O = d != null, L = St(d), B = St(o), $ = St(u), V = l.useCallback(() => {
|
|
5845
5845
|
if (!E.current || !P.current)
|
|
5846
5846
|
return;
|
|
5847
5847
|
const N = {
|
|
@@ -5850,7 +5850,7 @@ function P1(e) {
|
|
|
5850
5850
|
middleware: m
|
|
5851
5851
|
};
|
|
5852
5852
|
B.current && (N.platform = B.current), R1(E.current, P.current, N).then((Z) => {
|
|
5853
|
-
const
|
|
5853
|
+
const Y = {
|
|
5854
5854
|
...Z,
|
|
5855
5855
|
// The floating element's position may be recomputed while it's closed
|
|
5856
5856
|
// but still mounted (such as when transitioning out). To ensure
|
|
@@ -5858,21 +5858,21 @@ function P1(e) {
|
|
|
5858
5858
|
// setting it to `true` when `open === false` (must be specified).
|
|
5859
5859
|
isPositioned: $.current !== !1
|
|
5860
5860
|
};
|
|
5861
|
-
T.current && !
|
|
5862
|
-
p(
|
|
5861
|
+
T.current && !rt(S.current, Y) && (S.current = Y, jt.flushSync(() => {
|
|
5862
|
+
p(Y);
|
|
5863
5863
|
}));
|
|
5864
5864
|
});
|
|
5865
5865
|
}, [m, t, n, B, $]);
|
|
5866
|
-
|
|
5866
|
+
Ke(() => {
|
|
5867
5867
|
u === !1 && S.current.isPositioned && (S.current.isPositioned = !1, p((N) => ({
|
|
5868
5868
|
...N,
|
|
5869
5869
|
isPositioned: !1
|
|
5870
5870
|
})));
|
|
5871
5871
|
}, [u]);
|
|
5872
5872
|
const T = l.useRef(!1);
|
|
5873
|
-
|
|
5873
|
+
Ke(() => (T.current = !0, () => {
|
|
5874
5874
|
T.current = !1;
|
|
5875
|
-
}), []),
|
|
5875
|
+
}), []), Ke(() => {
|
|
5876
5876
|
if (b && (E.current = b), A && (P.current = A), b && A) {
|
|
5877
5877
|
if (L.current)
|
|
5878
5878
|
return L.current(b, A, V);
|
|
@@ -5895,17 +5895,17 @@ function P1(e) {
|
|
|
5895
5895
|
};
|
|
5896
5896
|
if (!D.floating)
|
|
5897
5897
|
return N;
|
|
5898
|
-
const Z =
|
|
5898
|
+
const Z = ir(D.floating, f.x), Y = ir(D.floating, f.y);
|
|
5899
5899
|
return c ? {
|
|
5900
5900
|
...N,
|
|
5901
|
-
transform: "translate(" + Z + "px, " +
|
|
5901
|
+
transform: "translate(" + Z + "px, " + Y + "px)",
|
|
5902
5902
|
...Ci(D.floating) >= 1.5 && {
|
|
5903
5903
|
willChange: "transform"
|
|
5904
5904
|
}
|
|
5905
5905
|
} : {
|
|
5906
5906
|
position: n,
|
|
5907
5907
|
left: Z,
|
|
5908
|
-
top:
|
|
5908
|
+
top: Y
|
|
5909
5909
|
};
|
|
5910
5910
|
}, [n, c, D.floating, f.x, f.y]);
|
|
5911
5911
|
return l.useMemo(() => ({
|
|
@@ -5928,10 +5928,10 @@ const T1 = (e) => {
|
|
|
5928
5928
|
element: r,
|
|
5929
5929
|
padding: o
|
|
5930
5930
|
} = typeof e == "function" ? e(n) : e;
|
|
5931
|
-
return r && t(r) ? r.current != null ?
|
|
5931
|
+
return r && t(r) ? r.current != null ? or({
|
|
5932
5932
|
element: r.current,
|
|
5933
5933
|
padding: o
|
|
5934
|
-
}).fn(n) : {} : r ?
|
|
5934
|
+
}).fn(n) : {} : r ? or({
|
|
5935
5935
|
element: r,
|
|
5936
5936
|
padding: o
|
|
5937
5937
|
}).fn(n) : {};
|
|
@@ -6045,11 +6045,11 @@ function F1(e) {
|
|
|
6045
6045
|
n(void 0);
|
|
6046
6046
|
}, [e]), t;
|
|
6047
6047
|
}
|
|
6048
|
-
var
|
|
6048
|
+
var En = "Popper", [yi, xi] = H1(En), [$1, bi] = yi(En), Ai = (e) => {
|
|
6049
6049
|
const { __scopePopper: t, children: n } = e, [r, o] = l.useState(null);
|
|
6050
6050
|
return /* @__PURE__ */ s($1, { scope: t, anchor: r, onAnchorChange: o, children: n });
|
|
6051
6051
|
};
|
|
6052
|
-
Ai.displayName =
|
|
6052
|
+
Ai.displayName = En;
|
|
6053
6053
|
var Ei = "PopperAnchor", Ri = l.forwardRef(
|
|
6054
6054
|
(e, t) => {
|
|
6055
6055
|
const { __scopePopper: n, virtualRef: r, ...o } = e, i = bi(Ei, n), a = l.useRef(null), c = W(t, a);
|
|
@@ -6059,9 +6059,9 @@ var Ei = "PopperAnchor", Ri = l.forwardRef(
|
|
|
6059
6059
|
}
|
|
6060
6060
|
);
|
|
6061
6061
|
Ri.displayName = Ei;
|
|
6062
|
-
var
|
|
6062
|
+
var Rn = "PopperContent", [B1, Z1] = yi(Rn), Pi = l.forwardRef(
|
|
6063
6063
|
(e, t) => {
|
|
6064
|
-
var
|
|
6064
|
+
var Tn, Nn, Sn, Mn, On, Ln;
|
|
6065
6065
|
const {
|
|
6066
6066
|
__scopePopper: n,
|
|
6067
6067
|
side: r = "bottom",
|
|
@@ -6077,7 +6077,7 @@ var En = "PopperContent", [B1, Z1] = yi(En), Pi = l.forwardRef(
|
|
|
6077
6077
|
updatePositionStrategy: v = "optimized",
|
|
6078
6078
|
onPlaced: C,
|
|
6079
6079
|
...h
|
|
6080
|
-
} = e, g = bi(
|
|
6080
|
+
} = e, g = bi(Rn, n), [w, y] = l.useState(null), x = W(t, (Me) => y(Me)), [b, A] = l.useState(null), E = F1(b), P = (E == null ? void 0 : E.width) ?? 0, S = (E == null ? void 0 : E.height) ?? 0, O = r + (i !== "center" ? "-" + i : ""), L = typeof f == "number" ? f : { top: 0, right: 0, bottom: 0, left: 0, ...f }, B = Array.isArray(u) ? u : [u], $ = B.length > 0, V = {
|
|
6081
6081
|
padding: L,
|
|
6082
6082
|
boundary: B.filter(j1),
|
|
6083
6083
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
@@ -6103,8 +6103,8 @@ var En = "PopperContent", [B1, Z1] = yi(En), Pi = l.forwardRef(
|
|
|
6103
6103
|
d && O1({ ...V }),
|
|
6104
6104
|
L1({
|
|
6105
6105
|
...V,
|
|
6106
|
-
apply: ({ elements: Me, rects:
|
|
6107
|
-
const { width: Zi, height: Wi } =
|
|
6106
|
+
apply: ({ elements: Me, rects: Dn, availableWidth: $i, availableHeight: Bi }) => {
|
|
6107
|
+
const { width: Zi, height: Wi } = Dn.reference, He = Me.floating.style;
|
|
6108
6108
|
He.setProperty("--radix-popper-available-width", `${$i}px`), He.setProperty("--radix-popper-available-height", `${Bi}px`), He.setProperty("--radix-popper-anchor-width", `${Zi}px`), He.setProperty("--radix-popper-anchor-height", `${Wi}px`);
|
|
6109
6109
|
}
|
|
6110
6110
|
}),
|
|
@@ -6112,11 +6112,11 @@ var En = "PopperContent", [B1, Z1] = yi(En), Pi = l.forwardRef(
|
|
|
6112
6112
|
U1({ arrowWidth: P, arrowHeight: S }),
|
|
6113
6113
|
m && D1({ strategy: "referenceHidden", ...V })
|
|
6114
6114
|
]
|
|
6115
|
-
}), [Z,
|
|
6115
|
+
}), [Z, Y] = Si(D), pe = K(C);
|
|
6116
6116
|
ee(() => {
|
|
6117
6117
|
F && (pe == null || pe());
|
|
6118
6118
|
}, [F, pe]);
|
|
6119
|
-
const Se = (
|
|
6119
|
+
const Se = (Tn = N.arrow) == null ? void 0 : Tn.x, he = (Nn = N.arrow) == null ? void 0 : Nn.y, ke = ((Sn = N.arrow) == null ? void 0 : Sn.centerOffset) !== 0, [Vi, Fi] = l.useState();
|
|
6120
6120
|
return ee(() => {
|
|
6121
6121
|
w && Fi(window.getComputedStyle(w).zIndex);
|
|
6122
6122
|
}, [w]), /* @__PURE__ */ s(
|
|
@@ -6131,13 +6131,13 @@ var En = "PopperContent", [B1, Z1] = yi(En), Pi = l.forwardRef(
|
|
|
6131
6131
|
minWidth: "max-content",
|
|
6132
6132
|
zIndex: Vi,
|
|
6133
6133
|
"--radix-popper-transform-origin": [
|
|
6134
|
-
(
|
|
6135
|
-
(
|
|
6134
|
+
(Mn = N.transformOrigin) == null ? void 0 : Mn.x,
|
|
6135
|
+
(On = N.transformOrigin) == null ? void 0 : On.y
|
|
6136
6136
|
].join(" "),
|
|
6137
6137
|
// hide the content if using the hide middleware and should be hidden
|
|
6138
6138
|
// set visibility to hidden and disable pointer events so the UI behaves
|
|
6139
6139
|
// as if the PopperContent isn't there at all
|
|
6140
|
-
...((
|
|
6140
|
+
...((Ln = N.hide) == null ? void 0 : Ln.referenceHidden) && {
|
|
6141
6141
|
visibility: "hidden",
|
|
6142
6142
|
pointerEvents: "none"
|
|
6143
6143
|
}
|
|
@@ -6156,7 +6156,7 @@ var En = "PopperContent", [B1, Z1] = yi(En), Pi = l.forwardRef(
|
|
|
6156
6156
|
H.div,
|
|
6157
6157
|
{
|
|
6158
6158
|
"data-side": Z,
|
|
6159
|
-
"data-align":
|
|
6159
|
+
"data-align": Y,
|
|
6160
6160
|
...h,
|
|
6161
6161
|
ref: x,
|
|
6162
6162
|
style: {
|
|
@@ -6173,7 +6173,7 @@ var En = "PopperContent", [B1, Z1] = yi(En), Pi = l.forwardRef(
|
|
|
6173
6173
|
);
|
|
6174
6174
|
}
|
|
6175
6175
|
);
|
|
6176
|
-
Pi.displayName =
|
|
6176
|
+
Pi.displayName = Rn;
|
|
6177
6177
|
var Ti = "PopperArrow", W1 = {
|
|
6178
6178
|
top: "bottom",
|
|
6179
6179
|
right: "left",
|
|
@@ -6242,9 +6242,9 @@ function Si(e) {
|
|
|
6242
6242
|
const [t, n = "center"] = e.split("-");
|
|
6243
6243
|
return [t, n];
|
|
6244
6244
|
}
|
|
6245
|
-
var
|
|
6245
|
+
var Y1 = Ai, K1 = Ri, X1 = Pi, G1 = Ni, [vt, Pu] = Re("Tooltip", [
|
|
6246
6246
|
xi
|
|
6247
|
-
]),
|
|
6247
|
+
]), gt = xi(), Mi = "TooltipProvider", z1 = 700, Bt = "tooltip.open", [q1, Pn] = vt(Mi), Oi = (e) => {
|
|
6248
6248
|
const {
|
|
6249
6249
|
__scopeTooltip: t,
|
|
6250
6250
|
delayDuration: n = z1,
|
|
@@ -6280,7 +6280,7 @@ var K1 = Ai, Y1 = Ri, G1 = Pi, X1 = Ni, [mt, Pu] = Re("Tooltip", [
|
|
|
6280
6280
|
);
|
|
6281
6281
|
};
|
|
6282
6282
|
Oi.displayName = Mi;
|
|
6283
|
-
var
|
|
6283
|
+
var Ct = "Tooltip", [Q1, wt] = vt(Ct), Li = (e) => {
|
|
6284
6284
|
const {
|
|
6285
6285
|
__scopeTooltip: t,
|
|
6286
6286
|
children: n,
|
|
@@ -6289,11 +6289,11 @@ var gt = "Tooltip", [Q1, Ct] = mt(gt), Li = (e) => {
|
|
|
6289
6289
|
onOpenChange: i,
|
|
6290
6290
|
disableHoverableContent: a,
|
|
6291
6291
|
delayDuration: c
|
|
6292
|
-
} = e, d =
|
|
6292
|
+
} = e, d = Pn(Ct, e.__scopeTooltip), u = gt(t), [f, p] = l.useState(null), m = Ce(), v = l.useRef(0), C = a ?? d.disableHoverableContent, h = c ?? d.delayDuration, g = l.useRef(!1), [w = !1, y] = Pe({
|
|
6293
6293
|
prop: r,
|
|
6294
6294
|
defaultProp: o,
|
|
6295
6295
|
onChange: (P) => {
|
|
6296
|
-
P ? (d.onOpen(), document.dispatchEvent(new CustomEvent(
|
|
6296
|
+
P ? (d.onOpen(), document.dispatchEvent(new CustomEvent(Bt))) : d.onClose(), i == null || i(P);
|
|
6297
6297
|
}
|
|
6298
6298
|
}), x = l.useMemo(() => w ? g.current ? "delayed-open" : "instant-open" : "closed", [w]), b = l.useCallback(() => {
|
|
6299
6299
|
window.clearTimeout(v.current), g.current = !1, y(!0);
|
|
@@ -6304,7 +6304,7 @@ var gt = "Tooltip", [Q1, Ct] = mt(gt), Li = (e) => {
|
|
|
6304
6304
|
g.current = !0, y(!0);
|
|
6305
6305
|
}, h);
|
|
6306
6306
|
}, [h, y]);
|
|
6307
|
-
return l.useEffect(() => () => window.clearTimeout(v.current), []), /* @__PURE__ */ s(
|
|
6307
|
+
return l.useEffect(() => () => window.clearTimeout(v.current), []), /* @__PURE__ */ s(Y1, { ...u, children: /* @__PURE__ */ s(
|
|
6308
6308
|
Q1,
|
|
6309
6309
|
{
|
|
6310
6310
|
scope: t,
|
|
@@ -6326,11 +6326,11 @@ var gt = "Tooltip", [Q1, Ct] = mt(gt), Li = (e) => {
|
|
|
6326
6326
|
}
|
|
6327
6327
|
) });
|
|
6328
6328
|
};
|
|
6329
|
-
Li.displayName =
|
|
6330
|
-
var
|
|
6329
|
+
Li.displayName = Ct;
|
|
6330
|
+
var Zt = "TooltipTrigger", Di = l.forwardRef(
|
|
6331
6331
|
(e, t) => {
|
|
6332
|
-
const { __scopeTooltip: n, ...r } = e, o =
|
|
6333
|
-
return l.useEffect(() => () => document.removeEventListener("pointerup", p), [p]), /* @__PURE__ */ s(
|
|
6332
|
+
const { __scopeTooltip: n, ...r } = e, o = wt(Zt, n), i = Pn(Zt, n), a = gt(n), c = l.useRef(null), d = W(t, c, o.onTriggerChange), u = l.useRef(!1), f = l.useRef(!1), p = l.useCallback(() => u.current = !1, []);
|
|
6333
|
+
return l.useEffect(() => () => document.removeEventListener("pointerup", p), [p]), /* @__PURE__ */ s(K1, { asChild: !0, ...a, children: /* @__PURE__ */ s(
|
|
6334
6334
|
H.button,
|
|
6335
6335
|
{
|
|
6336
6336
|
"aria-describedby": o.open ? o.contentId : void 0,
|
|
@@ -6355,16 +6355,16 @@ var Bt = "TooltipTrigger", Di = l.forwardRef(
|
|
|
6355
6355
|
) });
|
|
6356
6356
|
}
|
|
6357
6357
|
);
|
|
6358
|
-
Di.displayName =
|
|
6359
|
-
var J1 = "TooltipPortal", [Tu, eu] =
|
|
6358
|
+
Di.displayName = Zt;
|
|
6359
|
+
var J1 = "TooltipPortal", [Tu, eu] = vt(J1, {
|
|
6360
6360
|
forceMount: void 0
|
|
6361
6361
|
}), Ee = "TooltipContent", _i = l.forwardRef(
|
|
6362
6362
|
(e, t) => {
|
|
6363
|
-
const n = eu(Ee, e.__scopeTooltip), { forceMount: r = n.forceMount, side: o = "top", ...i } = e, a =
|
|
6363
|
+
const n = eu(Ee, e.__scopeTooltip), { forceMount: r = n.forceMount, side: o = "top", ...i } = e, a = wt(Ee, e.__scopeTooltip);
|
|
6364
6364
|
return /* @__PURE__ */ s(fe, { present: r || a.open, children: a.disableHoverableContent ? /* @__PURE__ */ s(Ii, { side: o, ...i, ref: t }) : /* @__PURE__ */ s(tu, { side: o, ...i, ref: t }) });
|
|
6365
6365
|
}
|
|
6366
6366
|
), tu = l.forwardRef((e, t) => {
|
|
6367
|
-
const n =
|
|
6367
|
+
const n = wt(Ee, e.__scopeTooltip), r = Pn(Ee, e.__scopeTooltip), o = l.useRef(null), i = W(t, o), [a, c] = l.useState(null), { trigger: d, onClose: u } = n, f = o.current, { onPointerInTransitChange: p } = r, m = l.useCallback(() => {
|
|
6368
6368
|
c(null), p(!1);
|
|
6369
6369
|
}, [p]), v = l.useCallback(
|
|
6370
6370
|
(C, h) => {
|
|
@@ -6389,7 +6389,7 @@ var J1 = "TooltipPortal", [Tu, eu] = mt(J1, {
|
|
|
6389
6389
|
return document.addEventListener("pointermove", C), () => document.removeEventListener("pointermove", C);
|
|
6390
6390
|
}
|
|
6391
6391
|
}, [d, f, a, u, m]), /* @__PURE__ */ s(Ii, { ...e, ref: i });
|
|
6392
|
-
}), [nu, ru] =
|
|
6392
|
+
}), [nu, ru] = vt(Ct, { isInside: !1 }), Ii = l.forwardRef(
|
|
6393
6393
|
(e, t) => {
|
|
6394
6394
|
const {
|
|
6395
6395
|
__scopeTooltip: n,
|
|
@@ -6398,8 +6398,8 @@ var J1 = "TooltipPortal", [Tu, eu] = mt(J1, {
|
|
|
6398
6398
|
onEscapeKeyDown: i,
|
|
6399
6399
|
onPointerDownOutside: a,
|
|
6400
6400
|
...c
|
|
6401
|
-
} = e, d =
|
|
6402
|
-
return l.useEffect(() => (document.addEventListener(
|
|
6401
|
+
} = e, d = wt(Ee, n), u = gt(n), { onClose: f } = d;
|
|
6402
|
+
return l.useEffect(() => (document.addEventListener(Bt, f), () => document.removeEventListener(Bt, f)), [f]), l.useEffect(() => {
|
|
6403
6403
|
if (d.trigger) {
|
|
6404
6404
|
const p = (m) => {
|
|
6405
6405
|
const v = m.target;
|
|
@@ -6408,7 +6408,7 @@ var J1 = "TooltipPortal", [Tu, eu] = mt(J1, {
|
|
|
6408
6408
|
return window.addEventListener("scroll", p, { capture: !0 }), () => window.removeEventListener("scroll", p, { capture: !0 });
|
|
6409
6409
|
}
|
|
6410
6410
|
}, [d.trigger, f]), /* @__PURE__ */ s(
|
|
6411
|
-
|
|
6411
|
+
st,
|
|
6412
6412
|
{
|
|
6413
6413
|
asChild: !0,
|
|
6414
6414
|
disableOutsidePointerEvents: !1,
|
|
@@ -6417,7 +6417,7 @@ var J1 = "TooltipPortal", [Tu, eu] = mt(J1, {
|
|
|
6417
6417
|
onFocusOutside: (p) => p.preventDefault(),
|
|
6418
6418
|
onDismiss: f,
|
|
6419
6419
|
children: /* @__PURE__ */ R(
|
|
6420
|
-
|
|
6420
|
+
X1,
|
|
6421
6421
|
{
|
|
6422
6422
|
"data-state": d.stateAttribute,
|
|
6423
6423
|
...u,
|
|
@@ -6432,7 +6432,7 @@ var J1 = "TooltipPortal", [Tu, eu] = mt(J1, {
|
|
|
6432
6432
|
"--radix-tooltip-trigger-height": "var(--radix-popper-anchor-height)"
|
|
6433
6433
|
},
|
|
6434
6434
|
children: [
|
|
6435
|
-
/* @__PURE__ */ s(
|
|
6435
|
+
/* @__PURE__ */ s(Yt, { children: r }),
|
|
6436
6436
|
/* @__PURE__ */ s(nu, { scope: n, isInside: !0, children: /* @__PURE__ */ s(vl, { id: d.contentId, role: "tooltip", children: o || r }) })
|
|
6437
6437
|
]
|
|
6438
6438
|
}
|
|
@@ -6444,11 +6444,11 @@ var J1 = "TooltipPortal", [Tu, eu] = mt(J1, {
|
|
|
6444
6444
|
_i.displayName = Ee;
|
|
6445
6445
|
var ki = "TooltipArrow", ou = l.forwardRef(
|
|
6446
6446
|
(e, t) => {
|
|
6447
|
-
const { __scopeTooltip: n, ...r } = e, o =
|
|
6447
|
+
const { __scopeTooltip: n, ...r } = e, o = gt(n);
|
|
6448
6448
|
return ru(
|
|
6449
6449
|
ki,
|
|
6450
6450
|
n
|
|
6451
|
-
).isInside ? null : /* @__PURE__ */ s(
|
|
6451
|
+
).isInside ? null : /* @__PURE__ */ s(G1, { ...o, ...r, ref: t });
|
|
6452
6452
|
}
|
|
6453
6453
|
);
|
|
6454
6454
|
ou.displayName = ki;
|
|
@@ -6552,42 +6552,65 @@ const Nu = du, Su = fu, Mu = pu, hu = l.forwardRef(({ className: e, variant: t =
|
|
|
6552
6552
|
}, f = {
|
|
6553
6553
|
pc: "p-2 text-sm",
|
|
6554
6554
|
mobile: "p-2 text-[13px]"
|
|
6555
|
-
}, p = {
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6555
|
+
}, p = (m) => {
|
|
6556
|
+
const v = {
|
|
6557
|
+
width: "12px",
|
|
6558
|
+
height: "12px",
|
|
6559
|
+
backgroundColor: t === "primary" ? Xe.main[600] : Xe.grey[800],
|
|
6560
|
+
// Adjust based on variant
|
|
6561
|
+
opacity: 0.9,
|
|
6562
|
+
transform: "rotate(45deg)",
|
|
6563
|
+
borderRadius: "2px",
|
|
6564
|
+
position: "absolute",
|
|
6565
|
+
zIndex: 10
|
|
6566
|
+
}, C = {};
|
|
6567
|
+
switch (m) {
|
|
6568
|
+
case "top-left":
|
|
6569
|
+
C.left = "1rem", C.top = "100%", C.transform = "translateX(-50%) translateY(-60%) rotate(45deg)";
|
|
6570
|
+
break;
|
|
6571
|
+
case "top-center":
|
|
6572
|
+
C.left = "50%", C.top = "100%", C.transform = "translateX(-50%) translateY(-60%) rotate(45deg)";
|
|
6573
|
+
break;
|
|
6574
|
+
case "top-right":
|
|
6575
|
+
C.right = "1rem", C.top = "100%", C.transform = "translateX(50%) translateY(-60%) rotate(45deg)";
|
|
6576
|
+
break;
|
|
6577
|
+
case "bottom-left":
|
|
6578
|
+
C.left = "1rem", C.bottom = "100%", C.transform = "translateX(-50%) translateY(50%) rotate(45deg)";
|
|
6579
|
+
break;
|
|
6580
|
+
case "bottom-center":
|
|
6581
|
+
C.left = "50%", C.bottom = "100%", C.transform = "translateX(-50%) translateY(50%) rotate(45deg)";
|
|
6582
|
+
break;
|
|
6583
|
+
case "bottom-right":
|
|
6584
|
+
C.right = "1rem", C.bottom = "100%", C.transform = "translateX(50%) translateY(50%) rotate(45deg)";
|
|
6585
|
+
break;
|
|
6586
|
+
default:
|
|
6587
|
+
C.left = "50%", C.top = "100%", C.transform = "translateX(-50%) translateY(-60%) rotate(45deg)";
|
|
6588
|
+
}
|
|
6589
|
+
return { ...v, ...C };
|
|
6590
|
+
};
|
|
6591
|
+
return /* @__PURE__ */ s(
|
|
6564
6592
|
Hi,
|
|
6565
6593
|
{
|
|
6566
6594
|
ref: d,
|
|
6567
6595
|
avoidCollisions: !1,
|
|
6568
6596
|
sideOffset: o,
|
|
6569
|
-
side:
|
|
6570
|
-
align:
|
|
6571
|
-
className: M("relative z-50 rounded-lg my-1"),
|
|
6597
|
+
side: ["top-left", "top-center", "top-right"].includes(r) ? "top" : "bottom",
|
|
6598
|
+
align: r.includes("left") ? "start" : r.includes("right") ? "end" : "center",
|
|
6572
6599
|
...c,
|
|
6573
|
-
children: [
|
|
6574
|
-
/* @__PURE__ */ s(
|
|
6575
|
-
"
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
r === "bottom-left" && "absolute left-3 top-auto bottom-full transform translate-y-2 -translate-x-1/2",
|
|
6581
|
-
r === "bottom-center" && "absolute left-1/2 top-auto bottom-full transform translate-y-2 -translate-x-1/2",
|
|
6582
|
-
r === "bottom-right" && "absolute right-3 top-auto bottom-full transform translate-y-2 -translate-x-1/2"
|
|
6583
|
-
) }),
|
|
6600
|
+
children: /* @__PURE__ */ R("div", { className: M("relative z-50 rounded-lg my-1"), children: [
|
|
6601
|
+
/* @__PURE__ */ s(
|
|
6602
|
+
"div",
|
|
6603
|
+
{
|
|
6604
|
+
style: p(r)
|
|
6605
|
+
}
|
|
6606
|
+
),
|
|
6584
6607
|
/* @__PURE__ */ s("div", { className: "absolute z-10 inset-0 bg-white" }),
|
|
6585
6608
|
/* @__PURE__ */ R("div", { className: M("relative z-20 flex items-center font-normal bg-opacity-90 rounded", u[t], f[n]), children: [
|
|
6586
6609
|
i && /* @__PURE__ */ s("span", { className: "mr-1", children: i }),
|
|
6587
6610
|
/* @__PURE__ */ s("span", { children: c.children }),
|
|
6588
6611
|
a && /* @__PURE__ */ s("span", { className: "ml-1", children: a })
|
|
6589
6612
|
] })
|
|
6590
|
-
]
|
|
6613
|
+
] })
|
|
6591
6614
|
}
|
|
6592
6615
|
);
|
|
6593
6616
|
});
|
|
@@ -6596,7 +6619,7 @@ export {
|
|
|
6596
6619
|
xu as A,
|
|
6597
6620
|
_s as B,
|
|
6598
6621
|
pl as D,
|
|
6599
|
-
|
|
6622
|
+
Ut as I,
|
|
6600
6623
|
hl as M,
|
|
6601
6624
|
Ru as P,
|
|
6602
6625
|
Eu as T,
|