@datawire-ai/busyfile-design-library 1.36.0 → 1.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index100.js +64 -120
- package/dist/index101.js +116 -126
- package/dist/index102.js +11 -15
- package/dist/index103.js +217 -13
- package/dist/index104.js +13 -7
- package/dist/index105.js +30 -50
- package/dist/index106.js +127 -173
- package/dist/index107.js +15 -7
- package/dist/index108.js +9 -14
- package/dist/index109.js +48 -225
- package/dist/index110.js +10 -219
- package/dist/index111.js +4 -30
- package/dist/index112.js +12 -10
- package/dist/index113.js +4 -4
- package/dist/index114.js +45 -11
- package/dist/index115.js +13 -3
- package/dist/index116.js +224 -44
- package/dist/index117.js +17 -17
- package/dist/index123.js +1 -1
- package/dist/index125.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index205.js +4 -4
- package/dist/index270.js +65 -69
- package/dist/index271.js +68 -8
- package/dist/index272.js +9 -14
- package/dist/index273.js +14 -66
- package/dist/index274.js +65 -64
- package/dist/index29.js +7 -7
- package/dist/index305.js +21 -11
- package/dist/index306.js +11 -26
- package/dist/index307.js +27 -4
- package/dist/index308.js +4 -22
- package/dist/index42.js +1 -1
- package/dist/index44.js +7 -7
- package/dist/index46.js +10 -10
- package/dist/index48.js +8 -8
- package/dist/index51.js +13 -13
- package/dist/index54.js +11 -11
- package/dist/index60.js +5 -5
- package/dist/index64.js +1 -1
- package/dist/index76.js +8 -8
- package/dist/index82.js +2 -2
- package/dist/index84.js +20 -20
- package/dist/index87.js +14 -14
- package/dist/index88.js +3 -3
- package/dist/index89.js +6 -6
- package/dist/index91.js +5 -25
- package/dist/index92.js +23 -64
- package/dist/index93.js +66 -5
- package/dist/index94.js +33 -51
- package/dist/index95.js +181 -5
- package/dist/index96.js +51 -24
- package/dist/index97.js +7 -69
- package/dist/index98.js +24 -33
- package/dist/index99.js +5 -10
- package/package.json +1 -1
package/dist/index100.js
CHANGED
|
@@ -1,128 +1,72 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import * as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { useEscapeKeydown as U } from "./index123.js";
|
|
8
|
-
import { jsx as T } from "react/jsx-runtime";
|
|
9
|
-
var z = "DismissableLayer", y = "dismissableLayer.update", H = "dismissableLayer.pointerDownOutside", M = "dismissableLayer.focusOutside", L, B = n.createContext({
|
|
10
|
-
layers: /* @__PURE__ */ new Set(),
|
|
11
|
-
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
12
|
-
branches: /* @__PURE__ */ new Set()
|
|
13
|
-
}), j = n.forwardRef(
|
|
14
|
-
(r, e) => {
|
|
15
|
-
const {
|
|
16
|
-
disableOutsidePointerEvents: i = !1,
|
|
17
|
-
onEscapeKeyDown: o,
|
|
18
|
-
onPointerDownOutside: t,
|
|
19
|
-
onFocusOutside: a,
|
|
20
|
-
onInteractOutside: l,
|
|
21
|
-
onDismiss: d,
|
|
22
|
-
...v
|
|
23
|
-
} = r, c = n.useContext(B), [u, S] = n.useState(null), f = (u == null ? void 0 : u.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, F] = n.useState({}), W = R(e, (s) => S(s)), p = Array.from(c.layers), [A] = [...c.layersWithOutsidePointerEventsDisabled].slice(-1), N = p.indexOf(A), b = u ? p.indexOf(u) : -1, I = c.layersWithOutsidePointerEventsDisabled.size > 0, P = b >= N, _ = q((s) => {
|
|
24
|
-
const E = s.target, C = [...c.branches].some((h) => h.contains(E));
|
|
25
|
-
!P || C || (t == null || t(s), l == null || l(s), s.defaultPrevented || d == null || d());
|
|
26
|
-
}, f), D = G((s) => {
|
|
27
|
-
const E = s.target;
|
|
28
|
-
[...c.branches].some((h) => h.contains(E)) || (a == null || a(s), l == null || l(s), s.defaultPrevented || d == null || d());
|
|
29
|
-
}, f);
|
|
30
|
-
return U((s) => {
|
|
31
|
-
b === c.layers.size - 1 && (o == null || o(s), !s.defaultPrevented && d && (s.preventDefault(), d()));
|
|
32
|
-
}, f), n.useEffect(() => {
|
|
33
|
-
if (u)
|
|
34
|
-
return i && (c.layersWithOutsidePointerEventsDisabled.size === 0 && (L = f.body.style.pointerEvents, f.body.style.pointerEvents = "none"), c.layersWithOutsidePointerEventsDisabled.add(u)), c.layers.add(u), O(), () => {
|
|
35
|
-
i && c.layersWithOutsidePointerEventsDisabled.size === 1 && (f.body.style.pointerEvents = L);
|
|
36
|
-
};
|
|
37
|
-
}, [u, f, i, c]), n.useEffect(() => () => {
|
|
38
|
-
u && (c.layers.delete(u), c.layersWithOutsidePointerEventsDisabled.delete(u), O());
|
|
39
|
-
}, [u, c]), n.useEffect(() => {
|
|
40
|
-
const s = () => F({});
|
|
41
|
-
return document.addEventListener(y, s), () => document.removeEventListener(y, s);
|
|
42
|
-
}, []), /* @__PURE__ */ T(
|
|
43
|
-
g.div,
|
|
44
|
-
{
|
|
45
|
-
...v,
|
|
46
|
-
ref: W,
|
|
47
|
-
style: {
|
|
48
|
-
pointerEvents: I ? P ? "auto" : "none" : void 0,
|
|
49
|
-
...r.style
|
|
50
|
-
},
|
|
51
|
-
onFocusCapture: m(r.onFocusCapture, D.onFocusCapture),
|
|
52
|
-
onBlurCapture: m(r.onBlurCapture, D.onBlurCapture),
|
|
53
|
-
onPointerDownCapture: m(
|
|
54
|
-
r.onPointerDownCapture,
|
|
55
|
-
_.onPointerDownCapture
|
|
56
|
-
)
|
|
57
|
-
}
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
);
|
|
61
|
-
j.displayName = z;
|
|
62
|
-
var X = "DismissableLayerBranch", Y = n.forwardRef((r, e) => {
|
|
63
|
-
const i = n.useContext(B), o = n.useRef(null), t = R(e, o);
|
|
64
|
-
return n.useEffect(() => {
|
|
65
|
-
const a = o.current;
|
|
66
|
-
if (a)
|
|
67
|
-
return i.branches.add(a), () => {
|
|
68
|
-
i.branches.delete(a);
|
|
69
|
-
};
|
|
70
|
-
}, [i.branches]), /* @__PURE__ */ T(g.div, { ...r, ref: t });
|
|
71
|
-
});
|
|
72
|
-
Y.displayName = X;
|
|
73
|
-
function q(r, e = globalThis == null ? void 0 : globalThis.document) {
|
|
74
|
-
const i = w(r), o = n.useRef(!1), t = n.useRef(() => {
|
|
75
|
-
});
|
|
76
|
-
return n.useEffect(() => {
|
|
77
|
-
const a = (d) => {
|
|
78
|
-
if (d.target && !o.current) {
|
|
79
|
-
let v = function() {
|
|
80
|
-
x(
|
|
81
|
-
H,
|
|
82
|
-
i,
|
|
83
|
-
c,
|
|
84
|
-
{ discrete: !0 }
|
|
85
|
-
);
|
|
86
|
-
};
|
|
87
|
-
const c = { originalEvent: d };
|
|
88
|
-
d.pointerType === "touch" ? (e.removeEventListener("click", t.current), t.current = v, e.addEventListener("click", t.current, { once: !0 })) : v();
|
|
89
|
-
} else
|
|
90
|
-
e.removeEventListener("click", t.current);
|
|
91
|
-
o.current = !1;
|
|
92
|
-
}, l = window.setTimeout(() => {
|
|
93
|
-
e.addEventListener("pointerdown", a);
|
|
94
|
-
}, 0);
|
|
95
|
-
return () => {
|
|
96
|
-
window.clearTimeout(l), e.removeEventListener("pointerdown", a), e.removeEventListener("click", t.current);
|
|
97
|
-
};
|
|
98
|
-
}, [e, i]), {
|
|
99
|
-
// ensures we check React component tree (not just DOM tree)
|
|
100
|
-
onPointerDownCapture: () => o.current = !0
|
|
101
|
-
};
|
|
2
|
+
import * as a from "react";
|
|
3
|
+
import { useComposedRefs as E } from "./index92.js";
|
|
4
|
+
import { useLayoutEffect as A } from "./index111.js";
|
|
5
|
+
function T(n, e) {
|
|
6
|
+
return a.useReducer((r, t) => e[r][t] ?? r, n);
|
|
102
7
|
}
|
|
103
|
-
|
|
104
|
-
const i =
|
|
105
|
-
return
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
8
|
+
var R = (n) => {
|
|
9
|
+
const { present: e, children: r } = n, t = v(e), i = typeof r == "function" ? r({ present: t.isPresent }) : a.Children.only(r), c = E(t.ref, P(i));
|
|
10
|
+
return typeof r == "function" || t.isPresent ? a.cloneElement(i, { ref: c }) : null;
|
|
11
|
+
};
|
|
12
|
+
R.displayName = "Presence";
|
|
13
|
+
function v(n) {
|
|
14
|
+
const [e, r] = a.useState(), t = a.useRef(null), i = a.useRef(n), c = a.useRef("none"), p = n ? "mounted" : "unmounted", [N, s] = T(p, {
|
|
15
|
+
mounted: {
|
|
16
|
+
UNMOUNT: "unmounted",
|
|
17
|
+
ANIMATION_OUT: "unmountSuspended"
|
|
18
|
+
},
|
|
19
|
+
unmountSuspended: {
|
|
20
|
+
MOUNT: "mounted",
|
|
21
|
+
ANIMATION_END: "unmounted"
|
|
22
|
+
},
|
|
23
|
+
unmounted: {
|
|
24
|
+
MOUNT: "mounted"
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
return a.useEffect(() => {
|
|
28
|
+
const o = l(t.current);
|
|
29
|
+
c.current = N === "mounted" ? o : "none";
|
|
30
|
+
}, [N]), A(() => {
|
|
31
|
+
const o = t.current, m = i.current;
|
|
32
|
+
if (m !== n) {
|
|
33
|
+
const f = c.current, u = l(o);
|
|
34
|
+
n ? s("MOUNT") : u === "none" || (o == null ? void 0 : o.display) === "none" ? s("UNMOUNT") : s(m && f !== u ? "ANIMATION_OUT" : "UNMOUNT"), i.current = n;
|
|
35
|
+
}
|
|
36
|
+
}, [n, s]), A(() => {
|
|
37
|
+
if (e) {
|
|
38
|
+
let o;
|
|
39
|
+
const m = e.ownerDocument.defaultView ?? window, d = (u) => {
|
|
40
|
+
const g = l(t.current).includes(CSS.escape(u.animationName));
|
|
41
|
+
if (u.target === e && g && (s("ANIMATION_END"), !i.current)) {
|
|
42
|
+
const O = e.style.animationFillMode;
|
|
43
|
+
e.style.animationFillMode = "forwards", o = m.setTimeout(() => {
|
|
44
|
+
e.style.animationFillMode === "forwards" && (e.style.animationFillMode = O);
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
}, f = (u) => {
|
|
48
|
+
u.target === e && (c.current = l(t.current));
|
|
49
|
+
};
|
|
50
|
+
return e.addEventListener("animationstart", f), e.addEventListener("animationcancel", d), e.addEventListener("animationend", d), () => {
|
|
51
|
+
m.clearTimeout(o), e.removeEventListener("animationstart", f), e.removeEventListener("animationcancel", d), e.removeEventListener("animationend", d);
|
|
52
|
+
};
|
|
53
|
+
} else
|
|
54
|
+
s("ANIMATION_END");
|
|
55
|
+
}, [e, s]), {
|
|
56
|
+
isPresent: ["mounted", "unmountSuspended"].includes(N),
|
|
57
|
+
ref: a.useCallback((o) => {
|
|
58
|
+
t.current = o ? getComputedStyle(o) : null, r(o);
|
|
59
|
+
}, [])
|
|
115
60
|
};
|
|
116
61
|
}
|
|
117
|
-
function
|
|
118
|
-
|
|
119
|
-
document.dispatchEvent(r);
|
|
62
|
+
function l(n) {
|
|
63
|
+
return (n == null ? void 0 : n.animationName) || "none";
|
|
120
64
|
}
|
|
121
|
-
function
|
|
122
|
-
|
|
123
|
-
e
|
|
65
|
+
function P(n) {
|
|
66
|
+
var t, i;
|
|
67
|
+
let e = (t = Object.getOwnPropertyDescriptor(n.props, "ref")) == null ? void 0 : t.get, r = e && "isReactWarning" in e && e.isReactWarning;
|
|
68
|
+
return r ? n.ref : (e = (i = Object.getOwnPropertyDescriptor(n, "ref")) == null ? void 0 : i.get, r = e && "isReactWarning" in e && e.isReactWarning, r ? n.props.ref : n.props.ref || n.ref);
|
|
124
69
|
}
|
|
125
70
|
export {
|
|
126
|
-
|
|
127
|
-
Y as DismissableLayerBranch
|
|
71
|
+
R as Presence
|
|
128
72
|
};
|
package/dist/index101.js
CHANGED
|
@@ -1,138 +1,128 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import * as
|
|
3
|
-
import {
|
|
4
|
-
import { Primitive as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
2
|
+
import * as n from "react";
|
|
3
|
+
import { composeEventHandlers as m } from "./index91.js";
|
|
4
|
+
import { Primitive as g, dispatchDiscreteCustomEvent as k } from "./index94.js";
|
|
5
|
+
import { useComposedRefs as R } from "./index92.js";
|
|
6
|
+
import { useCallbackRef as w } from "./index110.js";
|
|
7
|
+
import { useEscapeKeydown as U } from "./index123.js";
|
|
8
|
+
import { jsx as T } from "react/jsx-runtime";
|
|
9
|
+
var z = "DismissableLayer", y = "dismissableLayer.update", H = "dismissableLayer.pointerDownOutside", M = "dismissableLayer.focusOutside", L, B = n.createContext({
|
|
10
|
+
layers: /* @__PURE__ */ new Set(),
|
|
11
|
+
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
12
|
+
branches: /* @__PURE__ */ new Set()
|
|
13
|
+
}), j = n.forwardRef(
|
|
14
|
+
(r, e) => {
|
|
15
|
+
const {
|
|
16
|
+
disableOutsidePointerEvents: i = !1,
|
|
17
|
+
onEscapeKeyDown: o,
|
|
18
|
+
onPointerDownOutside: t,
|
|
19
|
+
onFocusOutside: a,
|
|
20
|
+
onInteractOutside: l,
|
|
21
|
+
onDismiss: d,
|
|
22
|
+
...v
|
|
23
|
+
} = r, c = n.useContext(B), [u, S] = n.useState(null), f = (u == null ? void 0 : u.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, F] = n.useState({}), W = R(e, (s) => S(s)), p = Array.from(c.layers), [A] = [...c.layersWithOutsidePointerEventsDisabled].slice(-1), N = p.indexOf(A), b = u ? p.indexOf(u) : -1, I = c.layersWithOutsidePointerEventsDisabled.size > 0, P = b >= N, _ = q((s) => {
|
|
24
|
+
const E = s.target, C = [...c.branches].some((h) => h.contains(E));
|
|
25
|
+
!P || C || (t == null || t(s), l == null || l(s), s.defaultPrevented || d == null || d());
|
|
26
|
+
}, f), D = G((s) => {
|
|
27
|
+
const E = s.target;
|
|
28
|
+
[...c.branches].some((h) => h.contains(E)) || (a == null || a(s), l == null || l(s), s.defaultPrevented || d == null || d());
|
|
29
|
+
}, f);
|
|
30
|
+
return U((s) => {
|
|
31
|
+
b === c.layers.size - 1 && (o == null || o(s), !s.defaultPrevented && d && (s.preventDefault(), d()));
|
|
32
|
+
}, f), n.useEffect(() => {
|
|
33
|
+
if (u)
|
|
34
|
+
return i && (c.layersWithOutsidePointerEventsDisabled.size === 0 && (L = f.body.style.pointerEvents, f.body.style.pointerEvents = "none"), c.layersWithOutsidePointerEventsDisabled.add(u)), c.layers.add(u), O(), () => {
|
|
35
|
+
i && c.layersWithOutsidePointerEventsDisabled.size === 1 && (f.body.style.pointerEvents = L);
|
|
36
|
+
};
|
|
37
|
+
}, [u, f, i, c]), n.useEffect(() => () => {
|
|
38
|
+
u && (c.layers.delete(u), c.layersWithOutsidePointerEventsDisabled.delete(u), O());
|
|
39
|
+
}, [u, c]), n.useEffect(() => {
|
|
40
|
+
const s = () => F({});
|
|
41
|
+
return document.addEventListener(y, s), () => document.removeEventListener(y, s);
|
|
42
|
+
}, []), /* @__PURE__ */ T(
|
|
43
|
+
g.div,
|
|
44
|
+
{
|
|
45
|
+
...v,
|
|
46
|
+
ref: W,
|
|
47
|
+
style: {
|
|
48
|
+
pointerEvents: I ? P ? "auto" : "none" : void 0,
|
|
49
|
+
...r.style
|
|
50
|
+
},
|
|
51
|
+
onFocusCapture: m(r.onFocusCapture, D.onFocusCapture),
|
|
52
|
+
onBlurCapture: m(r.onBlurCapture, D.onBlurCapture),
|
|
53
|
+
onPointerDownCapture: m(
|
|
54
|
+
r.onPointerDownCapture,
|
|
55
|
+
_.onPointerDownCapture
|
|
56
|
+
)
|
|
51
57
|
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
j.displayName = z;
|
|
62
|
+
var X = "DismissableLayerBranch", Y = n.forwardRef((r, e) => {
|
|
63
|
+
const i = n.useContext(B), o = n.useRef(null), t = R(e, o);
|
|
64
|
+
return n.useEffect(() => {
|
|
65
|
+
const a = o.current;
|
|
66
|
+
if (a)
|
|
67
|
+
return i.branches.add(a), () => {
|
|
68
|
+
i.branches.delete(a);
|
|
57
69
|
};
|
|
58
|
-
|
|
59
|
-
}, [o, E, v, a]);
|
|
60
|
-
const P = d.useCallback(
|
|
61
|
-
(s) => {
|
|
62
|
-
if (!t && !u || a.paused) return;
|
|
63
|
-
const l = s.key === "Tab" && !s.altKey && !s.ctrlKey && !s.metaKey, r = document.activeElement;
|
|
64
|
-
if (l && r) {
|
|
65
|
-
const m = s.currentTarget, [i, c] = x(m);
|
|
66
|
-
i && c ? !s.shiftKey && r === c ? (s.preventDefault(), t && f(i, { select: !0 })) : s.shiftKey && r === i && (s.preventDefault(), t && f(c, { select: !0 })) : r === m && s.preventDefault();
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
[t, u, a.paused]
|
|
70
|
-
);
|
|
71
|
-
return /* @__PURE__ */ _(M.div, { tabIndex: -1, ...g, ref: A, onKeyDown: P });
|
|
70
|
+
}, [i.branches]), /* @__PURE__ */ T(g.div, { ...r, ref: t });
|
|
72
71
|
});
|
|
73
|
-
|
|
74
|
-
function
|
|
75
|
-
const t =
|
|
76
|
-
for (const u of e)
|
|
77
|
-
if (f(u, { select: n }), document.activeElement !== t) return;
|
|
78
|
-
}
|
|
79
|
-
function x(e) {
|
|
80
|
-
const n = I(e), t = O(n, e), u = O(n.reverse(), e);
|
|
81
|
-
return [t, u];
|
|
82
|
-
}
|
|
83
|
-
function I(e) {
|
|
84
|
-
const n = [], t = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, {
|
|
85
|
-
acceptNode: (u) => {
|
|
86
|
-
const p = u.tagName === "INPUT" && u.type === "hidden";
|
|
87
|
-
return u.disabled || u.hidden || p ? NodeFilter.FILTER_SKIP : u.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
88
|
-
}
|
|
72
|
+
Y.displayName = X;
|
|
73
|
+
function q(r, e = globalThis == null ? void 0 : globalThis.document) {
|
|
74
|
+
const i = w(r), o = n.useRef(!1), t = n.useRef(() => {
|
|
89
75
|
});
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
function
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
76
|
+
return n.useEffect(() => {
|
|
77
|
+
const a = (d) => {
|
|
78
|
+
if (d.target && !o.current) {
|
|
79
|
+
let v = function() {
|
|
80
|
+
x(
|
|
81
|
+
H,
|
|
82
|
+
i,
|
|
83
|
+
c,
|
|
84
|
+
{ discrete: !0 }
|
|
85
|
+
);
|
|
86
|
+
};
|
|
87
|
+
const c = { originalEvent: d };
|
|
88
|
+
d.pointerType === "touch" ? (e.removeEventListener("click", t.current), t.current = v, e.addEventListener("click", t.current, { once: !0 })) : v();
|
|
89
|
+
} else
|
|
90
|
+
e.removeEventListener("click", t.current);
|
|
91
|
+
o.current = !1;
|
|
92
|
+
}, l = window.setTimeout(() => {
|
|
93
|
+
e.addEventListener("pointerdown", a);
|
|
94
|
+
}, 0);
|
|
95
|
+
return () => {
|
|
96
|
+
window.clearTimeout(l), e.removeEventListener("pointerdown", a), e.removeEventListener("click", t.current);
|
|
97
|
+
};
|
|
98
|
+
}, [e, i]), {
|
|
99
|
+
// ensures we check React component tree (not just DOM tree)
|
|
100
|
+
onPointerDownCapture: () => o.current = !0
|
|
101
|
+
};
|
|
114
102
|
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
103
|
+
function G(r, e = globalThis == null ? void 0 : globalThis.document) {
|
|
104
|
+
const i = w(r), o = n.useRef(!1);
|
|
105
|
+
return n.useEffect(() => {
|
|
106
|
+
const t = (a) => {
|
|
107
|
+
a.target && !o.current && x(M, i, { originalEvent: a }, {
|
|
108
|
+
discrete: !1
|
|
109
|
+
});
|
|
110
|
+
};
|
|
111
|
+
return e.addEventListener("focusin", t), () => e.removeEventListener("focusin", t);
|
|
112
|
+
}, [e, i]), {
|
|
113
|
+
onFocusCapture: () => o.current = !0,
|
|
114
|
+
onBlurCapture: () => o.current = !1
|
|
127
115
|
};
|
|
128
116
|
}
|
|
129
|
-
function
|
|
130
|
-
const
|
|
131
|
-
|
|
117
|
+
function O() {
|
|
118
|
+
const r = new CustomEvent(y);
|
|
119
|
+
document.dispatchEvent(r);
|
|
132
120
|
}
|
|
133
|
-
function
|
|
134
|
-
|
|
121
|
+
function x(r, e, i, { discrete: o }) {
|
|
122
|
+
const t = i.originalEvent.target, a = new CustomEvent(r, { bubbles: !1, cancelable: !0, detail: i });
|
|
123
|
+
e && t.addEventListener(r, e, { once: !0 }), o ? k(t, a) : t.dispatchEvent(a);
|
|
135
124
|
}
|
|
136
125
|
export {
|
|
137
|
-
|
|
126
|
+
j as DismissableLayer,
|
|
127
|
+
Y as DismissableLayerBranch
|
|
138
128
|
};
|
package/dist/index102.js
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
const t = f || m && ((o = globalThis == null ? void 0 : globalThis.document) == null ? void 0 : o.body);
|
|
12
|
-
return t ? s.createPortal(/* @__PURE__ */ l(c.div, { ...i, ref: a }), t) : null;
|
|
13
|
-
});
|
|
14
|
-
d.displayName = p;
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { useLayoutEffect as a } from "./index111.js";
|
|
3
|
+
var s = e[" useId ".trim().toString()] || (() => {
|
|
4
|
+
}), i = 0;
|
|
5
|
+
function d(r) {
|
|
6
|
+
const [t, o] = e.useState(s());
|
|
7
|
+
return a(() => {
|
|
8
|
+
o((u) => u ?? String(i++));
|
|
9
|
+
}, [r]), t ? `radix-${t}` : "";
|
|
10
|
+
}
|
|
15
11
|
export {
|
|
16
|
-
d as
|
|
12
|
+
d as useId
|
|
17
13
|
};
|