@datawire-ai/busyfile-design-library 1.30.4 → 1.30.5

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.
Files changed (110) hide show
  1. package/dist/index100.js +15 -11
  2. package/dist/index101.js +13 -217
  3. package/dist/index102.js +7 -13
  4. package/dist/index103.js +50 -30
  5. package/dist/index104.js +633 -118
  6. package/dist/index105.js +13 -15
  7. package/dist/index106.js +227 -9
  8. package/dist/index107.js +219 -49
  9. package/dist/index108.js +30 -11
  10. package/dist/index109.js +11 -4
  11. package/dist/index110.js +4 -13
  12. package/dist/index111.js +12 -3
  13. package/dist/index112.js +3 -46
  14. package/dist/index113.js +46 -14
  15. package/dist/index114.js +7 -650
  16. package/dist/index115.js +14 -13
  17. package/dist/index116.js +178 -223
  18. package/dist/index121.js +1 -1
  19. package/dist/index123.js +1 -1
  20. package/dist/index124.js +3 -3
  21. package/dist/index127.js +3 -3
  22. package/dist/index128.js +3 -3
  23. package/dist/index200.js +5 -525
  24. package/dist/index201.js +3 -128
  25. package/dist/index202.js +22 -132
  26. package/dist/index203.js +110 -5
  27. package/dist/index204.js +16 -3
  28. package/dist/index205.js +522 -21
  29. package/dist/index206.js +127 -109
  30. package/dist/index207.js +133 -15
  31. package/dist/index217.js +2 -2
  32. package/dist/index218.js +2 -2
  33. package/dist/index221.js +3 -3
  34. package/dist/index222.js +1 -1
  35. package/dist/index223.js +2 -2
  36. package/dist/index225.js +1 -1
  37. package/dist/index226.js +2 -2
  38. package/dist/index227.js +1 -1
  39. package/dist/index228.js +6 -6
  40. package/dist/index229.js +3 -3
  41. package/dist/index230.js +1 -1
  42. package/dist/index231.js +1 -1
  43. package/dist/index232.js +3 -3
  44. package/dist/index233.js +1 -1
  45. package/dist/index234.js +1 -1
  46. package/dist/index236.js +1 -1
  47. package/dist/index237.js +1 -1
  48. package/dist/index238.js +1 -1
  49. package/dist/index239.js +2 -2
  50. package/dist/index240.js +2 -2
  51. package/dist/index241.js +3 -3
  52. package/dist/index242.js +2 -2
  53. package/dist/index243.js +1 -1
  54. package/dist/index245.js +1 -1
  55. package/dist/index246.js +2 -2
  56. package/dist/index247.js +1 -1
  57. package/dist/index269.js +1 -1
  58. package/dist/index274.js +1 -1
  59. package/dist/index276.js +1 -1
  60. package/dist/index277.js +2 -2
  61. package/dist/index282.js +6 -5
  62. package/dist/index283.js +15 -5
  63. package/dist/index284.js +29 -4
  64. package/dist/index285.js +12 -15
  65. package/dist/index286.js +5 -8
  66. package/dist/index287.js +5 -5
  67. package/dist/index288.js +4 -5
  68. package/dist/index289.js +15 -512
  69. package/dist/index290.js +9 -50
  70. package/dist/index291.js +5 -17
  71. package/dist/index292.js +4 -6
  72. package/dist/index293.js +512 -8
  73. package/dist/index294.js +50 -8
  74. package/dist/index295.js +17 -8
  75. package/dist/index296.js +6 -12
  76. package/dist/index297.js +8 -10
  77. package/dist/index298.js +7 -14
  78. package/dist/index299.js +8 -6
  79. package/dist/index300.js +12 -15
  80. package/dist/index301.js +10 -28
  81. package/dist/index302.js +14 -12
  82. package/dist/index33.js +89 -73
  83. package/dist/index40.js +1 -1
  84. package/dist/index42.js +4 -4
  85. package/dist/index44.js +7 -7
  86. package/dist/index46.js +5 -5
  87. package/dist/index49.js +12 -12
  88. package/dist/index52.js +10 -10
  89. package/dist/index59.js +5 -5
  90. package/dist/index63.js +1 -1
  91. package/dist/index75.js +7 -7
  92. package/dist/index80.js +2 -2
  93. package/dist/index82.js +19 -19
  94. package/dist/index83.js +5 -5
  95. package/dist/index85.js +13 -13
  96. package/dist/index86.js +4 -4
  97. package/dist/index87.js +6 -6
  98. package/dist/index89.js +25 -5
  99. package/dist/index90.js +64 -23
  100. package/dist/index91.js +5 -66
  101. package/dist/index92.js +1 -1
  102. package/dist/index94.js +1 -1
  103. package/dist/index95.js +68 -32
  104. package/dist/index96.js +33 -181
  105. package/dist/index97.js +10 -7
  106. package/dist/index98.js +120 -64
  107. package/dist/index99.js +126 -116
  108. package/dist/style.css +1 -1
  109. package/dist/types/index.d.ts +4 -1
  110. package/package.json +1 -1
package/dist/index85.js CHANGED
@@ -1,20 +1,20 @@
1
1
  "use client";
2
2
  import * as i from "react";
3
- import { composeEventHandlers as P } from "./index89.js";
4
- import { useComposedRefs as O } from "./index90.js";
5
- import { createContextScope as G } from "./index91.js";
6
- import { DismissableLayer as H } from "./index99.js";
7
- import { useFocusGuards as K } from "./index105.js";
8
- import { FocusScope as $ } from "./index104.js";
9
- import { useId as j } from "./index100.js";
10
- import { createPopperScope as _, Root as U, Anchor as x, Content as V, Arrow as W } from "./index101.js";
11
- import { Portal as Z } from "./index102.js";
12
- import { Presence as w } from "./index98.js";
13
- import { Primitive as E } from "./index95.js";
3
+ import { composeEventHandlers as P } from "./index91.js";
4
+ import { useComposedRefs as O } from "./index89.js";
5
+ import { createContextScope as G } from "./index90.js";
6
+ import { DismissableLayer as H } from "./index98.js";
7
+ import { useFocusGuards as K } from "./index101.js";
8
+ import { FocusScope as $ } from "./index99.js";
9
+ import { useId as j } from "./index97.js";
10
+ import { createPopperScope as _, Root as U, Anchor as x, Content as V, Arrow as W } from "./index107.js";
11
+ import { Portal as Z } from "./index100.js";
12
+ import { Presence as w } from "./index95.js";
13
+ import { Primitive as E } from "./index96.js";
14
14
  import { createSlot as q } from "./index40.js";
15
15
  import { useControllableState as z } from "./index92.js";
16
- import { hideOthers as B } from "./index107.js";
17
- import J from "./index106.js";
16
+ import { hideOthers as B } from "./index103.js";
17
+ import J from "./index102.js";
18
18
  import { jsx as p } from "react/jsx-runtime";
19
19
  var C = "Popover", [b, _o] = G(C, [
20
20
  _
package/dist/index86.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import { a as pe } from "./index113.js";
2
+ import { a as pe } from "./index115.js";
3
3
  import { Root as ge, Portal as he, Overlay as be, Content as Ee } from "./index49.js";
4
4
  import * as n from "react";
5
- import { Primitive as I } from "./index95.js";
6
- import { useId as K } from "./index100.js";
7
- import { composeRefs as q } from "./index90.js";
5
+ import { Primitive as I } from "./index96.js";
6
+ import { useId as K } from "./index97.js";
7
+ import { composeRefs as q } from "./index89.js";
8
8
  var $ = '[cmdk-group=""]', X = '[cmdk-group-items=""]', ye = '[cmdk-group-heading=""]', oe = '[cmdk-item=""]', ie = `${oe}:not([aria-disabled="true"])`, Y = "cmdk-item-select", D = "data-value", Ce = (t, a, r) => pe(t, a, r), ce = n.createContext(void 0), O = () => n.useContext(ce), de = n.createContext(void 0), Z = () => n.useContext(de), se = n.createContext(void 0), fe = n.forwardRef((t, a) => {
9
9
  let r = F(() => {
10
10
  var e, u;
package/dist/index87.js CHANGED
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import * as u from "react";
3
- import { composeEventHandlers as m } from "./index89.js";
4
- import { composeRefs as K } from "./index90.js";
5
- import { createContextScope as U } from "./index91.js";
3
+ import { composeEventHandlers as m } from "./index91.js";
4
+ import { composeRefs as K } from "./index89.js";
5
+ import { createContextScope as U } from "./index90.js";
6
6
  import { useControllableState as g } from "./index92.js";
7
- import { Primitive as B } from "./index95.js";
8
- import { createMenuScope as D, Root as F, Portal as H, Anchor as W, Content as $, Group as j, Label as X, Item as q, CheckboxItem as z, RadioGroup as J, RadioItem as Q, ItemIndicator as V, Separator as Y, Sub as Z, SubTrigger as oo, SubContent as eo, Arrow as ro } from "./index114.js";
9
- import { useId as v } from "./index100.js";
7
+ import { Primitive as B } from "./index96.js";
8
+ import { createMenuScope as D, Root as F, Portal as H, Anchor as W, Content as $, Group as j, Label as X, Item as q, CheckboxItem as z, RadioGroup as J, RadioItem as Q, ItemIndicator as V, Separator as Y, Sub as Z, SubTrigger as oo, SubContent as eo, Arrow as ro } from "./index104.js";
9
+ import { useId as v } from "./index97.js";
10
10
  import { jsx as t } from "react/jsx-runtime";
11
11
  var f = "DropdownMenu", [no, xo] = U(
12
12
  f,
package/dist/index89.js CHANGED
@@ -1,9 +1,29 @@
1
- function h(f, c, { checkForDefaultPrevented: p = !0 } = {}) {
2
- return function(s) {
3
- if (f == null || f(s), p === !1 || !s.defaultPrevented)
4
- return c == null ? void 0 : c(s);
1
+ import * as f from "react";
2
+ function l(n, o) {
3
+ if (typeof n == "function")
4
+ return n(o);
5
+ n != null && (n.current = o);
6
+ }
7
+ function i(...n) {
8
+ return (o) => {
9
+ let u = !1;
10
+ const c = n.map((t) => {
11
+ const e = l(t, o);
12
+ return !u && typeof e == "function" && (u = !0), e;
13
+ });
14
+ if (u)
15
+ return () => {
16
+ for (let t = 0; t < c.length; t++) {
17
+ const e = c[t];
18
+ typeof e == "function" ? e() : l(n[t], null);
19
+ }
20
+ };
5
21
  };
6
22
  }
23
+ function s(...n) {
24
+ return f.useCallback(i(...n), n);
25
+ }
7
26
  export {
8
- h as composeEventHandlers
27
+ i as composeRefs,
28
+ s as useComposedRefs
9
29
  };
package/dist/index90.js CHANGED
@@ -1,29 +1,70 @@
1
- import * as f from "react";
2
- function l(n, o) {
3
- if (typeof n == "function")
4
- return n(o);
5
- n != null && (n.current = o);
1
+ import * as u from "react";
2
+ import { jsx as h } from "react/jsx-runtime";
3
+ function w(e, c) {
4
+ const o = u.createContext(c), a = (r) => {
5
+ const { children: t, ...n } = r, s = u.useMemo(() => n, Object.values(n));
6
+ return /* @__PURE__ */ h(o.Provider, { value: s, children: t });
7
+ };
8
+ a.displayName = e + "Provider";
9
+ function i(r) {
10
+ const t = u.useContext(o);
11
+ if (t) return t;
12
+ if (c !== void 0) return c;
13
+ throw new Error(`\`${r}\` must be used within \`${e}\``);
14
+ }
15
+ return [a, i];
6
16
  }
7
- function i(...n) {
8
- return (o) => {
9
- let u = !1;
10
- const c = n.map((t) => {
11
- const e = l(t, o);
12
- return !u && typeof e == "function" && (u = !0), e;
13
- });
14
- if (u)
15
- return () => {
16
- for (let t = 0; t < c.length; t++) {
17
- const e = c[t];
18
- typeof e == "function" ? e() : l(n[t], null);
19
- }
20
- };
17
+ function _(e, c = []) {
18
+ let o = [];
19
+ function a(r, t) {
20
+ const n = u.createContext(t), s = o.length;
21
+ o = [...o, t];
22
+ const p = (d) => {
23
+ var S;
24
+ const { scope: x, children: C, ...m } = d, v = ((S = x == null ? void 0 : x[e]) == null ? void 0 : S[s]) || n, P = u.useMemo(() => m, Object.values(m));
25
+ return /* @__PURE__ */ h(v.Provider, { value: P, children: C });
26
+ };
27
+ p.displayName = r + "Provider";
28
+ function f(d, x) {
29
+ var v;
30
+ const C = ((v = x == null ? void 0 : x[e]) == null ? void 0 : v[s]) || n, m = u.useContext(C);
31
+ if (m) return m;
32
+ if (t !== void 0) return t;
33
+ throw new Error(`\`${d}\` must be used within \`${r}\``);
34
+ }
35
+ return [p, f];
36
+ }
37
+ const i = () => {
38
+ const r = o.map((t) => u.createContext(t));
39
+ return function(n) {
40
+ const s = (n == null ? void 0 : n[e]) || r;
41
+ return u.useMemo(
42
+ () => ({ [`__scope${e}`]: { ...n, [e]: s } }),
43
+ [n, s]
44
+ );
45
+ };
21
46
  };
47
+ return i.scopeName = e, [a, l(i, ...c)];
22
48
  }
23
- function s(...n) {
24
- return f.useCallback(i(...n), n);
49
+ function l(...e) {
50
+ const c = e[0];
51
+ if (e.length === 1) return c;
52
+ const o = () => {
53
+ const a = e.map((i) => ({
54
+ useScope: i(),
55
+ scopeName: i.scopeName
56
+ }));
57
+ return function(r) {
58
+ const t = a.reduce((n, { useScope: s, scopeName: p }) => {
59
+ const d = s(r)[`__scope${p}`];
60
+ return { ...n, ...d };
61
+ }, {});
62
+ return u.useMemo(() => ({ [`__scope${c.scopeName}`]: t }), [t]);
63
+ };
64
+ };
65
+ return o.scopeName = c.scopeName, o;
25
66
  }
26
67
  export {
27
- i as composeRefs,
28
- s as useComposedRefs
68
+ w as createContext,
69
+ _ as createContextScope
29
70
  };
package/dist/index91.js CHANGED
@@ -1,70 +1,9 @@
1
- import * as u from "react";
2
- import { jsx as h } from "react/jsx-runtime";
3
- function w(e, c) {
4
- const o = u.createContext(c), a = (r) => {
5
- const { children: t, ...n } = r, s = u.useMemo(() => n, Object.values(n));
6
- return /* @__PURE__ */ h(o.Provider, { value: s, children: t });
1
+ function h(f, c, { checkForDefaultPrevented: p = !0 } = {}) {
2
+ return function(s) {
3
+ if (f == null || f(s), p === !1 || !s.defaultPrevented)
4
+ return c == null ? void 0 : c(s);
7
5
  };
8
- a.displayName = e + "Provider";
9
- function i(r) {
10
- const t = u.useContext(o);
11
- if (t) return t;
12
- if (c !== void 0) return c;
13
- throw new Error(`\`${r}\` must be used within \`${e}\``);
14
- }
15
- return [a, i];
16
- }
17
- function _(e, c = []) {
18
- let o = [];
19
- function a(r, t) {
20
- const n = u.createContext(t), s = o.length;
21
- o = [...o, t];
22
- const p = (d) => {
23
- var S;
24
- const { scope: x, children: C, ...m } = d, v = ((S = x == null ? void 0 : x[e]) == null ? void 0 : S[s]) || n, P = u.useMemo(() => m, Object.values(m));
25
- return /* @__PURE__ */ h(v.Provider, { value: P, children: C });
26
- };
27
- p.displayName = r + "Provider";
28
- function f(d, x) {
29
- var v;
30
- const C = ((v = x == null ? void 0 : x[e]) == null ? void 0 : v[s]) || n, m = u.useContext(C);
31
- if (m) return m;
32
- if (t !== void 0) return t;
33
- throw new Error(`\`${d}\` must be used within \`${r}\``);
34
- }
35
- return [p, f];
36
- }
37
- const i = () => {
38
- const r = o.map((t) => u.createContext(t));
39
- return function(n) {
40
- const s = (n == null ? void 0 : n[e]) || r;
41
- return u.useMemo(
42
- () => ({ [`__scope${e}`]: { ...n, [e]: s } }),
43
- [n, s]
44
- );
45
- };
46
- };
47
- return i.scopeName = e, [a, l(i, ...c)];
48
- }
49
- function l(...e) {
50
- const c = e[0];
51
- if (e.length === 1) return c;
52
- const o = () => {
53
- const a = e.map((i) => ({
54
- useScope: i(),
55
- scopeName: i.scopeName
56
- }));
57
- return function(r) {
58
- const t = a.reduce((n, { useScope: s, scopeName: p }) => {
59
- const d = s(r)[`__scope${p}`];
60
- return { ...n, ...d };
61
- }, {});
62
- return u.useMemo(() => ({ [`__scope${c.scopeName}`]: t }), [t]);
63
- };
64
- };
65
- return o.scopeName = c.scopeName, o;
66
6
  }
67
7
  export {
68
- w as createContext,
69
- _ as createContextScope
8
+ h as composeEventHandlers
70
9
  };
package/dist/index92.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as n from "react";
2
- import { useLayoutEffect as v } from "./index109.js";
2
+ import { useLayoutEffect as v } from "./index110.js";
3
3
  var E = n[" useInsertionEffect ".trim().toString()] || v;
4
4
  function y({
5
5
  prop: t,
package/dist/index94.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as h from "react";
2
- import { useLayoutEffect as z } from "./index109.js";
2
+ import { useLayoutEffect as z } from "./index110.js";
3
3
  function c(r) {
4
4
  const [d, e] = h.useState(void 0);
5
5
  return z(() => {
package/dist/index95.js CHANGED
@@ -1,36 +1,72 @@
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 });
1
+ "use client";
2
+ import * as a from "react";
3
+ import { useComposedRefs as E } from "./index89.js";
4
+ import { useLayoutEffect as A } from "./index110.js";
5
+ function T(n, e) {
6
+ return a.useReducer((r, t) => e[r][t] ?? r, n);
7
+ }
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
+ }
27
26
  });
28
- return r.displayName = `Primitive.${i}`, { ...t, [i]: r };
29
- }, {});
30
- function w(t, i) {
31
- t && p.flushSync(() => t.dispatchEvent(i));
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
+ }, [])
60
+ };
61
+ }
62
+ function l(n) {
63
+ return (n == null ? void 0 : n.animationName) || "none";
64
+ }
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);
32
69
  }
33
70
  export {
34
- h as Primitive,
35
- w as dispatchDiscreteCustomEvent
71
+ R as Presence
36
72
  };
package/dist/index96.js CHANGED
@@ -1,184 +1,36 @@
1
- "use client";
2
- import * as c from "react";
3
- import { composeEventHandlers as p } from "./index89.js";
4
- import { createCollection as V } from "./index112.js";
5
- import { useComposedRefs as j } from "./index90.js";
6
- import { createContextScope as z } from "./index91.js";
7
- import { useId as q } from "./index100.js";
8
- import { Primitive as G } from "./index95.js";
9
- import { useCallbackRef as J } from "./index108.js";
10
- import { useControllableState as Q } from "./index92.js";
11
- import { useDirection as W } from "./index97.js";
12
- import { jsx as d } from "react/jsx-runtime";
13
- var y = "rovingFocusGroup.onEntryFocus", X = { bubbles: !1, cancelable: !0 }, I = "RovingFocusGroup", [D, N, Z] = V(I), [$, Fe] = z(
14
- I,
15
- [Z]
16
- ), [ee, oe] = $(I), O = c.forwardRef(
17
- (e, r) => /* @__PURE__ */ d(D.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ d(D.Slot, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ d(te, { ...e, ref: r }) }) })
18
- );
19
- O.displayName = I;
20
- var te = c.forwardRef((e, r) => {
21
- const {
22
- __scopeRovingFocusGroup: s,
23
- orientation: o,
24
- loop: T = !1,
25
- dir: w,
26
- currentTabStopId: v,
27
- defaultCurrentTabStopId: C,
28
- onCurrentTabStopIdChange: S,
29
- onEntryFocus: m,
30
- preventScrollOnEntryFocus: u = !1,
31
- ...b
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
- Re as Item,
180
- ge as Root,
181
- O as RovingFocusGroup,
182
- M as RovingFocusGroupItem,
183
- Fe as createRovingFocusGroupScope
34
+ h as Primitive,
35
+ w as dispatchDiscreteCustomEvent
184
36
  };
package/dist/index97.js CHANGED
@@ -1,10 +1,13 @@
1
- import * as t from "react";
2
- import "react/jsx-runtime";
3
- var r = t.createContext(void 0);
4
- function n(o) {
5
- const e = t.useContext(r);
6
- return o || e || "ltr";
1
+ import * as e from "react";
2
+ import { useLayoutEffect as a } from "./index110.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}` : "";
7
10
  }
8
11
  export {
9
- n as useDirection
12
+ d as useId
10
13
  };