@datawire-ai/busyfile-design-library 1.30.5 → 1.30.7
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/index10.js +28 -25
- package/dist/index100.js +124 -13
- package/dist/index101.js +134 -14
- package/dist/index102.js +13 -7
- package/dist/index103.js +16 -50
- package/dist/index104.js +8 -650
- package/dist/index105.js +50 -14
- package/dist/index106.js +215 -222
- package/dist/index107.js +29 -219
- package/dist/index108.js +11 -30
- package/dist/index109.js +4 -11
- package/dist/index110.js +13 -4
- package/dist/index111.js +13 -12
- package/dist/index112.js +226 -3
- package/dist/index113.js +3 -46
- package/dist/index114.js +46 -7
- package/dist/index115.js +648 -12
- package/dist/index116.js +12 -179
- package/dist/index121.js +1 -1
- package/dist/index123.js +1 -1
- package/dist/index217.js +2 -2
- package/dist/index218.js +2 -2
- package/dist/index221.js +3 -3
- package/dist/index222.js +1 -1
- package/dist/index223.js +2 -2
- package/dist/index225.js +1 -1
- package/dist/index226.js +2 -2
- package/dist/index227.js +1 -1
- package/dist/index228.js +6 -6
- package/dist/index229.js +3 -3
- package/dist/index23.js +38 -32
- package/dist/index230.js +1 -1
- package/dist/index231.js +1 -1
- package/dist/index232.js +3 -3
- package/dist/index233.js +1 -1
- package/dist/index234.js +1 -1
- package/dist/index236.js +1 -1
- package/dist/index237.js +1 -1
- package/dist/index238.js +1 -1
- package/dist/index239.js +2 -2
- package/dist/index240.js +2 -2
- package/dist/index241.js +3 -3
- package/dist/index242.js +2 -2
- package/dist/index243.js +1 -1
- package/dist/index245.js +1 -1
- package/dist/index246.js +2 -2
- package/dist/index247.js +1 -1
- package/dist/index274.js +1 -1
- package/dist/index276.js +1 -1
- package/dist/index277.js +2 -2
- package/dist/index282.js +5 -6
- package/dist/index283.js +5 -15
- package/dist/index284.js +4 -29
- package/dist/index285.js +15 -12
- package/dist/index286.js +8 -5
- package/dist/index287.js +5 -5
- package/dist/index288.js +5 -4
- package/dist/index289.js +512 -15
- package/dist/index290.js +50 -9
- package/dist/index291.js +17 -5
- package/dist/index292.js +6 -4
- package/dist/index293.js +8 -512
- package/dist/index294.js +8 -50
- package/dist/index295.js +8 -17
- package/dist/index296.js +12 -6
- package/dist/index297.js +10 -8
- package/dist/index298.js +14 -7
- package/dist/index299.js +6 -8
- package/dist/index300.js +15 -12
- package/dist/index301.js +28 -10
- package/dist/index302.js +12 -14
- package/dist/index40.js +1 -1
- package/dist/index41.js +1 -1
- package/dist/index42.js +4 -4
- package/dist/index44.js +7 -7
- package/dist/index46.js +5 -5
- package/dist/index49.js +12 -12
- package/dist/index52.js +10 -10
- package/dist/index59.js +5 -5
- package/dist/index63.js +1 -1
- package/dist/index72.js +6 -3
- package/dist/index74.js +1 -1
- package/dist/index75.js +7 -7
- package/dist/index80.js +2 -2
- package/dist/index82.js +18 -18
- package/dist/index83.js +1 -1
- package/dist/index85.js +13 -13
- package/dist/index86.js +4 -4
- package/dist/index87.js +6 -6
- package/dist/index89.js +5 -25
- package/dist/index90.js +23 -64
- package/dist/index91.js +66 -5
- package/dist/index92.js +1 -1
- package/dist/index94.js +1 -1
- package/dist/index95.js +32 -68
- package/dist/index96.js +68 -32
- package/dist/index97.js +181 -10
- package/dist/index98.js +7 -125
- package/dist/index99.js +10 -135
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index10.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as t, jsxs as c } from "react/jsx-runtime";
|
|
2
2
|
import { useState as o, useMemo as V, useEffect as z } from "react";
|
|
3
3
|
import { InputWithLabel as S } from "./index53.js";
|
|
4
|
-
import { Button as
|
|
4
|
+
import { Button as p } from "./index3.js";
|
|
5
5
|
import { cn as m } from "./index37.js";
|
|
6
6
|
import j from "./index54.js";
|
|
7
7
|
import E from "./index55.js";
|
|
8
8
|
const O = ({
|
|
9
9
|
label: x = "Password",
|
|
10
|
-
showForgot:
|
|
11
|
-
forgotPasswordUrl:
|
|
10
|
+
showForgot: h = !1,
|
|
11
|
+
forgotPasswordUrl: b = "/forgot-password",
|
|
12
12
|
onValidityChange: l,
|
|
13
|
-
customValidator:
|
|
13
|
+
customValidator: i,
|
|
14
14
|
showPasswordValidation: r = !0,
|
|
15
|
-
labelClassName:
|
|
15
|
+
labelClassName: f = "",
|
|
16
16
|
...g
|
|
17
17
|
}) => {
|
|
18
|
-
const [
|
|
18
|
+
const [n, N] = o(!1), [s, v] = o(""), [u, y] = o(!1), w = (e) => [
|
|
19
19
|
{
|
|
20
20
|
label: "minimum 8 characters",
|
|
21
21
|
isValid: e.length >= 8
|
|
@@ -36,25 +36,28 @@ const O = ({
|
|
|
36
36
|
label: "one number",
|
|
37
37
|
isValid: /\d/.test(e)
|
|
38
38
|
}
|
|
39
|
-
],
|
|
39
|
+
], a = V(() => r ? i ? i(s) : w(s) : [], [r, i, s]), d = a.every((e) => e.isValid);
|
|
40
40
|
return z(() => {
|
|
41
|
-
r && l && l(
|
|
42
|
-
}, [
|
|
41
|
+
r && l && l(d, a);
|
|
42
|
+
}, [s, d, a, l, r]), /* @__PURE__ */ t("div", { className: "flex flex-col gap-2", children: /* @__PURE__ */ c("div", { className: "flex flex-col gap-2 w-full", children: [
|
|
43
43
|
/* @__PURE__ */ c("div", { className: "flex justify-between items-center", children: [
|
|
44
44
|
/* @__PURE__ */ t(
|
|
45
45
|
"label",
|
|
46
46
|
{
|
|
47
|
-
className: m(
|
|
47
|
+
className: m(
|
|
48
|
+
"text-sm font-regular text-neutral-1",
|
|
49
|
+
f
|
|
50
|
+
),
|
|
48
51
|
children: x
|
|
49
52
|
}
|
|
50
53
|
),
|
|
51
|
-
|
|
52
|
-
|
|
54
|
+
h && /* @__PURE__ */ t(
|
|
55
|
+
p,
|
|
53
56
|
{
|
|
54
|
-
className: "
|
|
57
|
+
className: "cursor-pointer font-normal hover:underline text-xs",
|
|
55
58
|
variant: "primary",
|
|
56
59
|
onClick: () => {
|
|
57
|
-
window.location.href =
|
|
60
|
+
window.location.href = b;
|
|
58
61
|
},
|
|
59
62
|
children: "Forgot Password?"
|
|
60
63
|
}
|
|
@@ -63,31 +66,31 @@ const O = ({
|
|
|
63
66
|
/* @__PURE__ */ t(
|
|
64
67
|
S,
|
|
65
68
|
{
|
|
66
|
-
labelClassName:
|
|
67
|
-
type:
|
|
68
|
-
value:
|
|
69
|
-
onChange: (e) =>
|
|
69
|
+
labelClassName: f,
|
|
70
|
+
type: n ? "text" : "password",
|
|
71
|
+
value: s,
|
|
72
|
+
onChange: (e) => v(e.target.value),
|
|
70
73
|
onFocus: () => y(!0),
|
|
71
74
|
...g,
|
|
72
75
|
endSlot: /* @__PURE__ */ t(
|
|
73
|
-
|
|
76
|
+
p,
|
|
74
77
|
{
|
|
75
78
|
type: "button",
|
|
76
|
-
className: "
|
|
79
|
+
className: "cursor-pointer font-normal hover:underline text-xs",
|
|
77
80
|
variant: "primary",
|
|
78
|
-
onClick: () =>
|
|
79
|
-
children:
|
|
81
|
+
onClick: () => N(!n),
|
|
82
|
+
children: n ? /* @__PURE__ */ t(j, { size: 24, className: "text-neutral-black-2" }) : /* @__PURE__ */ t(E, { size: 24, className: "text-neutral-black-2" })
|
|
80
83
|
}
|
|
81
84
|
)
|
|
82
85
|
}
|
|
83
86
|
),
|
|
84
|
-
r && /* @__PURE__ */ t("div", { className: "grid grid-cols-2 gap-y-1 text-xs mt-3", children:
|
|
87
|
+
r && /* @__PURE__ */ t("div", { className: "grid grid-cols-2 gap-y-1 text-xs mt-3", children: a.map((e, k) => /* @__PURE__ */ c("div", { className: "flex items-center gap-1", children: [
|
|
85
88
|
/* @__PURE__ */ t(
|
|
86
89
|
"div",
|
|
87
90
|
{
|
|
88
91
|
className: m(
|
|
89
92
|
"w-1.5 h-1.5 rounded-full transition-colors",
|
|
90
|
-
e.isValid ? "bg-success-1" :
|
|
93
|
+
e.isValid ? "bg-success-1" : u ? "bg-primary-1" : "bg-neutral-black-2"
|
|
91
94
|
)
|
|
92
95
|
}
|
|
93
96
|
),
|
|
@@ -96,7 +99,7 @@ const O = ({
|
|
|
96
99
|
{
|
|
97
100
|
className: m(
|
|
98
101
|
"transition-colors",
|
|
99
|
-
e.isValid ? "text-success-1" :
|
|
102
|
+
e.isValid ? "text-success-1" : u ? "text-primary-1" : "text-neutral-black-2"
|
|
100
103
|
),
|
|
101
104
|
children: e.label
|
|
102
105
|
}
|
package/dist/index100.js
CHANGED
|
@@ -1,17 +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
|
-
|
|
2
|
+
import * as n from "react";
|
|
3
|
+
import { composeEventHandlers as m } from "./index89.js";
|
|
4
|
+
import { Primitive as g, dispatchDiscreteCustomEvent as k } from "./index95.js";
|
|
5
|
+
import { useComposedRefs as R } from "./index90.js";
|
|
6
|
+
import { useCallbackRef as w } from "./index108.js";
|
|
7
|
+
import { useEscapeKeydown as U } from "./index121.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 });
|
|
13
71
|
});
|
|
14
|
-
|
|
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
|
+
};
|
|
102
|
+
}
|
|
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
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
function O() {
|
|
118
|
+
const r = new CustomEvent(y);
|
|
119
|
+
document.dispatchEvent(r);
|
|
120
|
+
}
|
|
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);
|
|
124
|
+
}
|
|
15
125
|
export {
|
|
16
|
-
|
|
126
|
+
j as DismissableLayer,
|
|
127
|
+
Y as DismissableLayerBranch
|
|
17
128
|
};
|
package/dist/index101.js
CHANGED
|
@@ -1,18 +1,138 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
import * as d from "react";
|
|
3
|
+
import { useComposedRefs as R } from "./index90.js";
|
|
4
|
+
import { Primitive as M } from "./index95.js";
|
|
5
|
+
import { useCallbackRef as y } from "./index108.js";
|
|
6
|
+
import { jsx as _ } from "react/jsx-runtime";
|
|
7
|
+
var F = "focusScope.autoFocusOnMount", T = "focusScope.autoFocusOnUnmount", N = { bubbles: !1, cancelable: !0 }, K = "FocusScope", k = d.forwardRef((e, n) => {
|
|
8
|
+
const {
|
|
9
|
+
loop: t = !1,
|
|
10
|
+
trapped: u = !1,
|
|
11
|
+
onMountAutoFocus: p,
|
|
12
|
+
onUnmountAutoFocus: L,
|
|
13
|
+
...g
|
|
14
|
+
} = e, [o, U] = d.useState(null), E = y(p), v = y(L), b = d.useRef(null), A = R(n, (s) => U(s)), a = d.useRef({
|
|
15
|
+
paused: !1,
|
|
16
|
+
pause() {
|
|
17
|
+
this.paused = !0;
|
|
18
|
+
},
|
|
19
|
+
resume() {
|
|
20
|
+
this.paused = !1;
|
|
21
|
+
}
|
|
22
|
+
}).current;
|
|
23
|
+
d.useEffect(() => {
|
|
24
|
+
if (u) {
|
|
25
|
+
let s = function(i) {
|
|
26
|
+
if (a.paused || !o) return;
|
|
27
|
+
const c = i.target;
|
|
28
|
+
o.contains(c) ? b.current = c : f(b.current, { select: !0 });
|
|
29
|
+
}, l = function(i) {
|
|
30
|
+
if (a.paused || !o) return;
|
|
31
|
+
const c = i.relatedTarget;
|
|
32
|
+
c !== null && (o.contains(c) || f(b.current, { select: !0 }));
|
|
33
|
+
}, r = function(i) {
|
|
34
|
+
if (document.activeElement === document.body)
|
|
35
|
+
for (const h of i)
|
|
36
|
+
h.removedNodes.length > 0 && f(o);
|
|
37
|
+
};
|
|
38
|
+
document.addEventListener("focusin", s), document.addEventListener("focusout", l);
|
|
39
|
+
const m = new MutationObserver(r);
|
|
40
|
+
return o && m.observe(o, { childList: !0, subtree: !0 }), () => {
|
|
41
|
+
document.removeEventListener("focusin", s), document.removeEventListener("focusout", l), m.disconnect();
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
}, [u, o, a.paused]), d.useEffect(() => {
|
|
45
|
+
if (o) {
|
|
46
|
+
S.add(a);
|
|
47
|
+
const s = document.activeElement;
|
|
48
|
+
if (!o.contains(s)) {
|
|
49
|
+
const r = new CustomEvent(F, N);
|
|
50
|
+
o.addEventListener(F, E), o.dispatchEvent(r), r.defaultPrevented || (w(W(I(o)), { select: !0 }), document.activeElement === s && f(o));
|
|
51
|
+
}
|
|
52
|
+
return () => {
|
|
53
|
+
o.removeEventListener(F, E), setTimeout(() => {
|
|
54
|
+
const r = new CustomEvent(T, N);
|
|
55
|
+
o.addEventListener(T, v), o.dispatchEvent(r), r.defaultPrevented || f(s ?? document.body, { select: !0 }), o.removeEventListener(T, v), S.remove(a);
|
|
56
|
+
}, 0);
|
|
57
|
+
};
|
|
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 });
|
|
72
|
+
});
|
|
73
|
+
k.displayName = K;
|
|
74
|
+
function w(e, { select: n = !1 } = {}) {
|
|
75
|
+
const t = document.activeElement;
|
|
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
|
+
}
|
|
89
|
+
});
|
|
90
|
+
for (; t.nextNode(); ) n.push(t.currentNode);
|
|
91
|
+
return n;
|
|
92
|
+
}
|
|
93
|
+
function O(e, n) {
|
|
94
|
+
for (const t of e)
|
|
95
|
+
if (!D(t, { upTo: n })) return t;
|
|
96
|
+
}
|
|
97
|
+
function D(e, { upTo: n }) {
|
|
98
|
+
if (getComputedStyle(e).visibility === "hidden") return !0;
|
|
99
|
+
for (; e; ) {
|
|
100
|
+
if (n !== void 0 && e === n) return !1;
|
|
101
|
+
if (getComputedStyle(e).display === "none") return !0;
|
|
102
|
+
e = e.parentElement;
|
|
103
|
+
}
|
|
104
|
+
return !1;
|
|
105
|
+
}
|
|
106
|
+
function H(e) {
|
|
107
|
+
return e instanceof HTMLInputElement && "select" in e;
|
|
108
|
+
}
|
|
109
|
+
function f(e, { select: n = !1 } = {}) {
|
|
110
|
+
if (e && e.focus) {
|
|
111
|
+
const t = document.activeElement;
|
|
112
|
+
e.focus({ preventScroll: !0 }), e !== t && H(e) && n && e.select();
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
var S = V();
|
|
116
|
+
function V() {
|
|
117
|
+
let e = [];
|
|
118
|
+
return {
|
|
119
|
+
add(n) {
|
|
120
|
+
const t = e[0];
|
|
121
|
+
n !== t && (t == null || t.pause()), e = C(e, n), e.unshift(n);
|
|
122
|
+
},
|
|
123
|
+
remove(n) {
|
|
124
|
+
var t;
|
|
125
|
+
e = C(e, n), (t = e[0]) == null || t.resume();
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
function C(e, n) {
|
|
130
|
+
const t = [...e], u = t.indexOf(n);
|
|
131
|
+
return u !== -1 && t.splice(u, 1), t;
|
|
132
|
+
}
|
|
133
|
+
function W(e) {
|
|
134
|
+
return e.filter((n) => n.tagName !== "A");
|
|
15
135
|
}
|
|
16
136
|
export {
|
|
17
|
-
|
|
137
|
+
k as FocusScope
|
|
18
138
|
};
|
package/dist/index102.js
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
"use client";
|
|
2
2
|
import * as r from "react";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
import s from "react-dom";
|
|
4
|
+
import { Primitive as c } from "./index95.js";
|
|
5
|
+
import { useLayoutEffect as u } from "./index109.js";
|
|
6
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
7
|
+
var p = "Portal", d = r.forwardRef((e, a) => {
|
|
8
|
+
var o;
|
|
9
|
+
const { container: f, ...i } = e, [m, n] = r.useState(!1);
|
|
10
|
+
u(() => n(!0), []);
|
|
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;
|
|
7
13
|
});
|
|
8
|
-
|
|
14
|
+
d.displayName = p;
|
|
9
15
|
export {
|
|
10
|
-
|
|
16
|
+
d as Portal
|
|
11
17
|
};
|
package/dist/index103.js
CHANGED
|
@@ -1,52 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
});
|
|
17
|
-
}, E = function(r, u, e, n) {
|
|
18
|
-
var i = D(u, Array.isArray(r) ? r : [r]);
|
|
19
|
-
p[e] || (p[e] = /* @__PURE__ */ new WeakMap());
|
|
20
|
-
var s = p[e], l = [], o = /* @__PURE__ */ new Set(), b = new Set(i), y = function(t) {
|
|
21
|
-
!t || o.has(t) || (o.add(t), y(t.parentNode));
|
|
22
|
-
};
|
|
23
|
-
i.forEach(y);
|
|
24
|
-
var A = function(t) {
|
|
25
|
-
!t || b.has(t) || Array.prototype.forEach.call(t.children, function(a) {
|
|
26
|
-
if (o.has(a))
|
|
27
|
-
A(a);
|
|
28
|
-
else
|
|
29
|
-
try {
|
|
30
|
-
var c = a.getAttribute(n), w = c !== null && c !== "false", d = (f.get(a) || 0) + 1, M = (s.get(a) || 0) + 1;
|
|
31
|
-
f.set(a, d), s.set(a, M), l.push(a), d === 1 && w && v.set(a, !0), M === 1 && a.setAttribute(e, "true"), w || a.setAttribute(n, "true");
|
|
32
|
-
} catch (k) {
|
|
33
|
-
console.error("aria-hidden: cannot operate on ", a, k);
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
};
|
|
37
|
-
return A(u), o.clear(), h++, function() {
|
|
38
|
-
l.forEach(function(t) {
|
|
39
|
-
var a = f.get(t) - 1, c = s.get(t) - 1;
|
|
40
|
-
f.set(t, a), s.set(t, c), a || (v.has(t) || t.removeAttribute(n), v.delete(t)), c || t.removeAttribute(e);
|
|
41
|
-
}), h--, h || (f = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap(), v = /* @__PURE__ */ new WeakMap(), p = {});
|
|
42
|
-
};
|
|
43
|
-
}, C = function(r, u, e) {
|
|
44
|
-
e === void 0 && (e = "data-aria-hidden");
|
|
45
|
-
var n = Array.from(Array.isArray(r) ? r : [r]), i = S(r);
|
|
46
|
-
return i ? (n.push.apply(n, Array.from(i.querySelectorAll("[aria-live], script"))), E(n, i, e, "aria-hidden")) : function() {
|
|
47
|
-
return null;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
1
|
+
"use client";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
var t = 0;
|
|
4
|
+
function a() {
|
|
5
|
+
r.useEffect(() => {
|
|
6
|
+
const e = document.querySelectorAll("[data-radix-focus-guard]");
|
|
7
|
+
return document.body.insertAdjacentElement("afterbegin", e[0] ?? n()), document.body.insertAdjacentElement("beforeend", e[1] ?? n()), t++, () => {
|
|
8
|
+
t === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((o) => o.remove()), t--;
|
|
9
|
+
};
|
|
10
|
+
}, []);
|
|
11
|
+
}
|
|
12
|
+
function n() {
|
|
13
|
+
const e = document.createElement("span");
|
|
14
|
+
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;
|
|
15
|
+
}
|
|
50
16
|
export {
|
|
51
|
-
|
|
17
|
+
a as useFocusGuards
|
|
52
18
|
};
|