@datawire-ai/busyfile-design-library 1.30.7 → 1.30.9
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 +57 -48
- package/dist/index100.js +170 -114
- package/dist/index101.js +7 -135
- package/dist/index102.js +25 -15
- package/dist/index103.js +5 -15
- package/dist/index104.js +135 -8
- package/dist/index105.js +16 -50
- package/dist/index106.js +8 -219
- package/dist/index107.js +50 -30
- package/dist/index111.js +3 -13
- package/dist/index112.js +44 -224
- package/dist/index113.js +650 -3
- package/dist/index114.js +13 -46
- package/dist/index115.js +221 -645
- package/dist/index123.js +1 -1
- package/dist/index124.js +3 -3
- package/dist/index127.js +3 -3
- package/dist/index128.js +3 -3
- package/dist/index200.js +525 -5
- package/dist/index201.js +128 -3
- package/dist/index202.js +132 -22
- package/dist/index203.js +5 -110
- package/dist/index204.js +3 -16
- package/dist/index205.js +21 -522
- package/dist/index206.js +109 -127
- package/dist/index207.js +15 -133
- package/dist/index269.js +1 -1
- package/dist/index41.js +1 -1
- package/dist/index42.js +4 -4
- package/dist/index44.js +6 -6
- package/dist/index46.js +4 -4
- package/dist/index49.js +9 -9
- package/dist/index52.js +7 -7
- package/dist/index59.js +1 -1
- package/dist/index63.js +1 -1
- package/dist/index75.js +5 -5
- package/dist/index80.js +2 -2
- package/dist/index82.js +15 -15
- package/dist/index85.js +10 -10
- package/dist/index86.js +2 -2
- package/dist/index87.js +4 -4
- package/dist/index92.js +120 -46
- package/dist/index93.js +10 -5
- package/dist/index94.js +219 -24
- package/dist/index95.js +14 -33
- package/dist/index97.js +33 -181
- package/dist/index98.js +51 -7
- package/dist/index99.js +30 -11
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index97.js
CHANGED
|
@@ -1,184 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
import * as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
} = e, F = c.useRef(null), g = j(r, F), R = W(w), [E, t] = Q({
|
|
33
|
-
prop: v,
|
|
34
|
-
defaultProp: C ?? null,
|
|
35
|
-
onChange: S,
|
|
36
|
-
caller: I
|
|
37
|
-
}), [i, h] = c.useState(!1), a = J(m), l = N(s), A = c.useRef(!1), [L, P] = c.useState(0);
|
|
38
|
-
return c.useEffect(() => {
|
|
39
|
-
const n = F.current;
|
|
40
|
-
if (n)
|
|
41
|
-
return n.addEventListener(y, a), () => n.removeEventListener(y, a);
|
|
42
|
-
}, [a]), /* @__PURE__ */ d(
|
|
43
|
-
ee,
|
|
44
|
-
{
|
|
45
|
-
scope: s,
|
|
46
|
-
orientation: o,
|
|
47
|
-
dir: R,
|
|
48
|
-
loop: T,
|
|
49
|
-
currentTabStopId: E,
|
|
50
|
-
onItemFocus: c.useCallback(
|
|
51
|
-
(n) => t(n),
|
|
52
|
-
[t]
|
|
53
|
-
),
|
|
54
|
-
onItemShiftTab: c.useCallback(() => h(!0), []),
|
|
55
|
-
onFocusableItemAdd: c.useCallback(
|
|
56
|
-
() => P((n) => n + 1),
|
|
57
|
-
[]
|
|
58
|
-
),
|
|
59
|
-
onFocusableItemRemove: c.useCallback(
|
|
60
|
-
() => P((n) => n - 1),
|
|
61
|
-
[]
|
|
62
|
-
),
|
|
63
|
-
children: /* @__PURE__ */ d(
|
|
64
|
-
G.div,
|
|
65
|
-
{
|
|
66
|
-
tabIndex: i || L === 0 ? -1 : 0,
|
|
67
|
-
"data-orientation": o,
|
|
68
|
-
...b,
|
|
69
|
-
ref: g,
|
|
70
|
-
style: { outline: "none", ...e.style },
|
|
71
|
-
onMouseDown: p(e.onMouseDown, () => {
|
|
72
|
-
A.current = !0;
|
|
73
|
-
}),
|
|
74
|
-
onFocus: p(e.onFocus, (n) => {
|
|
75
|
-
const U = !A.current;
|
|
76
|
-
if (n.target === n.currentTarget && U && !i) {
|
|
77
|
-
const x = new CustomEvent(y, X);
|
|
78
|
-
if (n.currentTarget.dispatchEvent(x), !x.defaultPrevented) {
|
|
79
|
-
const _ = l().filter((f) => f.focusable), B = _.find((f) => f.active), Y = _.find((f) => f.id === E), H = [B, Y, ..._].filter(
|
|
80
|
-
Boolean
|
|
81
|
-
).map((f) => f.ref.current);
|
|
82
|
-
k(H, u);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
A.current = !1;
|
|
86
|
-
}),
|
|
87
|
-
onBlur: p(e.onBlur, () => h(!1))
|
|
88
|
-
}
|
|
89
|
-
)
|
|
90
|
-
}
|
|
91
|
-
);
|
|
92
|
-
}), K = "RovingFocusGroupItem", M = c.forwardRef(
|
|
93
|
-
(e, r) => {
|
|
94
|
-
const {
|
|
95
|
-
__scopeRovingFocusGroup: s,
|
|
96
|
-
focusable: o = !0,
|
|
97
|
-
active: T = !1,
|
|
98
|
-
tabStopId: w,
|
|
99
|
-
children: v,
|
|
100
|
-
...C
|
|
101
|
-
} = e, S = q(), m = w || S, u = oe(K, s), b = u.currentTabStopId === m, F = N(s), { onFocusableItemAdd: g, onFocusableItemRemove: R, currentTabStopId: E } = u;
|
|
102
|
-
return c.useEffect(() => {
|
|
103
|
-
if (o)
|
|
104
|
-
return g(), () => R();
|
|
105
|
-
}, [o, g, R]), /* @__PURE__ */ d(
|
|
106
|
-
D.ItemSlot,
|
|
107
|
-
{
|
|
108
|
-
scope: s,
|
|
109
|
-
id: m,
|
|
110
|
-
focusable: o,
|
|
111
|
-
active: T,
|
|
112
|
-
children: /* @__PURE__ */ d(
|
|
113
|
-
G.span,
|
|
114
|
-
{
|
|
115
|
-
tabIndex: b ? 0 : -1,
|
|
116
|
-
"data-orientation": u.orientation,
|
|
117
|
-
...C,
|
|
118
|
-
ref: r,
|
|
119
|
-
onMouseDown: p(e.onMouseDown, (t) => {
|
|
120
|
-
o ? u.onItemFocus(m) : t.preventDefault();
|
|
121
|
-
}),
|
|
122
|
-
onFocus: p(e.onFocus, () => u.onItemFocus(m)),
|
|
123
|
-
onKeyDown: p(e.onKeyDown, (t) => {
|
|
124
|
-
if (t.key === "Tab" && t.shiftKey) {
|
|
125
|
-
u.onItemShiftTab();
|
|
126
|
-
return;
|
|
127
|
-
}
|
|
128
|
-
if (t.target !== t.currentTarget) return;
|
|
129
|
-
const i = ce(t, u.orientation, u.dir);
|
|
130
|
-
if (i !== void 0) {
|
|
131
|
-
if (t.metaKey || t.ctrlKey || t.altKey || t.shiftKey) return;
|
|
132
|
-
t.preventDefault();
|
|
133
|
-
let a = F().filter((l) => l.focusable).map((l) => l.ref.current);
|
|
134
|
-
if (i === "last") a.reverse();
|
|
135
|
-
else if (i === "prev" || i === "next") {
|
|
136
|
-
i === "prev" && a.reverse();
|
|
137
|
-
const l = a.indexOf(t.currentTarget);
|
|
138
|
-
a = u.loop ? se(a, l + 1) : a.slice(l + 1);
|
|
139
|
-
}
|
|
140
|
-
setTimeout(() => k(a));
|
|
141
|
-
}
|
|
142
|
-
}),
|
|
143
|
-
children: typeof v == "function" ? v({ isCurrentTabStop: b, hasTabStop: E != null }) : v
|
|
144
|
-
}
|
|
145
|
-
)
|
|
146
|
-
}
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
);
|
|
150
|
-
M.displayName = K;
|
|
151
|
-
var re = {
|
|
152
|
-
ArrowLeft: "prev",
|
|
153
|
-
ArrowUp: "prev",
|
|
154
|
-
ArrowRight: "next",
|
|
155
|
-
ArrowDown: "next",
|
|
156
|
-
PageUp: "first",
|
|
157
|
-
Home: "first",
|
|
158
|
-
PageDown: "last",
|
|
159
|
-
End: "last"
|
|
160
|
-
};
|
|
161
|
-
function ne(e, r) {
|
|
162
|
-
return r !== "rtl" ? e : e === "ArrowLeft" ? "ArrowRight" : e === "ArrowRight" ? "ArrowLeft" : e;
|
|
163
|
-
}
|
|
164
|
-
function ce(e, r, s) {
|
|
165
|
-
const o = ne(e.key, s);
|
|
166
|
-
if (!(r === "vertical" && ["ArrowLeft", "ArrowRight"].includes(o)) && !(r === "horizontal" && ["ArrowUp", "ArrowDown"].includes(o)))
|
|
167
|
-
return re[o];
|
|
168
|
-
}
|
|
169
|
-
function k(e, r = !1) {
|
|
170
|
-
const s = document.activeElement;
|
|
171
|
-
for (const o of e)
|
|
172
|
-
if (o === s || (o.focus({ preventScroll: r }), document.activeElement !== s)) return;
|
|
173
|
-
}
|
|
174
|
-
function se(e, r) {
|
|
175
|
-
return e.map((s, o) => e[(r + o) % e.length]);
|
|
1
|
+
import * as f from "react";
|
|
2
|
+
import * as p from "react-dom";
|
|
3
|
+
import { createSlot as c } from "./index40.js";
|
|
4
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
5
|
+
var u = [
|
|
6
|
+
"a",
|
|
7
|
+
"button",
|
|
8
|
+
"div",
|
|
9
|
+
"form",
|
|
10
|
+
"h2",
|
|
11
|
+
"h3",
|
|
12
|
+
"img",
|
|
13
|
+
"input",
|
|
14
|
+
"label",
|
|
15
|
+
"li",
|
|
16
|
+
"nav",
|
|
17
|
+
"ol",
|
|
18
|
+
"p",
|
|
19
|
+
"select",
|
|
20
|
+
"span",
|
|
21
|
+
"svg",
|
|
22
|
+
"ul"
|
|
23
|
+
], h = u.reduce((t, i) => {
|
|
24
|
+
const o = c(`Primitive.${i}`), r = f.forwardRef((e, m) => {
|
|
25
|
+
const { asChild: s, ...a } = e, n = s ? o : i;
|
|
26
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ l(n, { ...a, ref: m });
|
|
27
|
+
});
|
|
28
|
+
return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
|
|
29
|
+
}, {});
|
|
30
|
+
function w(t, i) {
|
|
31
|
+
t && p.flushSync(() => t.dispatchEvent(i));
|
|
176
32
|
}
|
|
177
|
-
var ge = O, Re = M;
|
|
178
33
|
export {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
O as RovingFocusGroup,
|
|
182
|
-
M as RovingFocusGroupItem,
|
|
183
|
-
Fe as createRovingFocusGroupScope
|
|
34
|
+
h as Primitive,
|
|
35
|
+
w as dispatchDiscreteCustomEvent
|
|
184
36
|
};
|
package/dist/index98.js
CHANGED
|
@@ -1,10 +1,54 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import "
|
|
3
|
-
var
|
|
4
|
-
function
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as n from "react";
|
|
2
|
+
import { useLayoutEffect as v } from "./index109.js";
|
|
3
|
+
var E = n[" useInsertionEffect ".trim().toString()] || v;
|
|
4
|
+
function y({
|
|
5
|
+
prop: t,
|
|
6
|
+
defaultProp: u,
|
|
7
|
+
onChange: o = () => {
|
|
8
|
+
},
|
|
9
|
+
caller: i
|
|
10
|
+
}) {
|
|
11
|
+
const [l, e, r] = w({
|
|
12
|
+
defaultProp: u,
|
|
13
|
+
onChange: o
|
|
14
|
+
}), c = t !== void 0, a = c ? t : l;
|
|
15
|
+
{
|
|
16
|
+
const s = n.useRef(t !== void 0);
|
|
17
|
+
n.useEffect(() => {
|
|
18
|
+
const f = s.current;
|
|
19
|
+
f !== c && console.warn(
|
|
20
|
+
`${i} is changing from ${f ? "controlled" : "uncontrolled"} to ${c ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`
|
|
21
|
+
), s.current = c;
|
|
22
|
+
}, [c, i]);
|
|
23
|
+
}
|
|
24
|
+
const m = n.useCallback(
|
|
25
|
+
(s) => {
|
|
26
|
+
var f;
|
|
27
|
+
if (c) {
|
|
28
|
+
const d = R(s) ? s(t) : s;
|
|
29
|
+
d !== t && ((f = r.current) == null || f.call(r, d));
|
|
30
|
+
} else
|
|
31
|
+
e(s);
|
|
32
|
+
},
|
|
33
|
+
[c, t, e, r]
|
|
34
|
+
);
|
|
35
|
+
return [a, m];
|
|
36
|
+
}
|
|
37
|
+
function w({
|
|
38
|
+
defaultProp: t,
|
|
39
|
+
onChange: u
|
|
40
|
+
}) {
|
|
41
|
+
const [o, i] = n.useState(t), l = n.useRef(o), e = n.useRef(u);
|
|
42
|
+
return E(() => {
|
|
43
|
+
e.current = u;
|
|
44
|
+
}, [u]), n.useEffect(() => {
|
|
45
|
+
var r;
|
|
46
|
+
l.current !== o && ((r = e.current) == null || r.call(e, o), l.current = o);
|
|
47
|
+
}, [o, l]), [o, i, e];
|
|
48
|
+
}
|
|
49
|
+
function R(t) {
|
|
50
|
+
return typeof t == "function";
|
|
7
51
|
}
|
|
8
52
|
export {
|
|
9
|
-
|
|
53
|
+
y as useControllableState
|
|
10
54
|
};
|
package/dist/index99.js
CHANGED
|
@@ -1,13 +1,32 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
import { Primitive as o } from "./index97.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var d = Object.freeze({
|
|
5
|
+
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
|
|
6
|
+
position: "absolute",
|
|
7
|
+
border: 0,
|
|
8
|
+
width: 1,
|
|
9
|
+
height: 1,
|
|
10
|
+
padding: 0,
|
|
11
|
+
margin: -1,
|
|
12
|
+
overflow: "hidden",
|
|
13
|
+
clip: "rect(0, 0, 0, 0)",
|
|
14
|
+
whiteSpace: "nowrap",
|
|
15
|
+
wordWrap: "normal"
|
|
16
|
+
}), l = "VisuallyHidden", e = a.forwardRef(
|
|
17
|
+
(r, i) => /* @__PURE__ */ t(
|
|
18
|
+
o.span,
|
|
19
|
+
{
|
|
20
|
+
...r,
|
|
21
|
+
ref: i,
|
|
22
|
+
style: { ...d, ...r.style }
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
e.displayName = l;
|
|
27
|
+
var p = e;
|
|
11
28
|
export {
|
|
12
|
-
|
|
29
|
+
p as Root,
|
|
30
|
+
d as VISUALLY_HIDDEN_STYLES,
|
|
31
|
+
e as VisuallyHidden
|
|
13
32
|
};
|