@datawire-ai/busyfile-design-library 1.30.9 → 1.30.10

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 (67) hide show
  1. package/dist/index100.js +114 -170
  2. package/dist/index101.js +135 -7
  3. package/dist/index102.js +15 -25
  4. package/dist/index103.js +69 -5
  5. package/dist/index104.js +14 -134
  6. package/dist/index105.js +8 -15
  7. package/dist/index106.js +50 -9
  8. package/dist/index107.js +219 -49
  9. package/dist/index108.js +30 -11
  10. package/dist/index109.js +181 -3
  11. package/dist/index110.js +7 -12
  12. package/dist/index111.js +13 -3
  13. package/dist/index112.js +224 -44
  14. package/dist/index113.js +3 -650
  15. package/dist/index114.js +46 -13
  16. package/dist/index115.js +645 -221
  17. package/dist/index121.js +6 -12
  18. package/dist/index122.js +10 -204
  19. package/dist/index123.js +204 -20
  20. package/dist/index124.js +21 -399
  21. package/dist/index125.js +400 -6
  22. package/dist/index126.js +2 -25
  23. package/dist/index127.js +53 -29
  24. package/dist/index128.js +65 -5
  25. package/dist/index129.js +25 -2
  26. package/dist/index130.js +29 -53
  27. package/dist/index131.js +5 -65
  28. package/dist/index200.js +2 -525
  29. package/dist/index201.js +2 -128
  30. package/dist/index202.js +5 -134
  31. package/dist/index203.js +3 -5
  32. package/dist/index204.js +24 -3
  33. package/dist/index205.js +108 -22
  34. package/dist/index206.js +14 -108
  35. package/dist/index207.js +523 -14
  36. package/dist/index208.js +128 -2
  37. package/dist/index209.js +134 -2
  38. package/dist/index268.js +1 -1
  39. package/dist/index269.js +1 -1
  40. package/dist/index40.js +1 -1
  41. package/dist/index42.js +7 -7
  42. package/dist/index44.js +10 -10
  43. package/dist/index46.js +8 -8
  44. package/dist/index49.js +13 -13
  45. package/dist/index52.js +11 -11
  46. package/dist/index59.js +5 -5
  47. package/dist/index63.js +1 -1
  48. package/dist/index75.js +8 -8
  49. package/dist/index80.js +2 -2
  50. package/dist/index82.js +20 -20
  51. package/dist/index85.js +14 -14
  52. package/dist/index86.js +3 -3
  53. package/dist/index87.js +7 -7
  54. package/dist/index89.js +25 -5
  55. package/dist/index90.js +64 -23
  56. package/dist/index91.js +10 -67
  57. package/dist/index92.js +4 -126
  58. package/dist/index93.js +33 -10
  59. package/dist/index94.js +10 -217
  60. package/dist/index95.js +7 -15
  61. package/dist/index96.js +48 -66
  62. package/dist/index97.js +5 -33
  63. package/dist/index98.js +24 -51
  64. package/dist/index99.js +11 -30
  65. package/dist/style.css +1 -1
  66. package/dist/theme.css +4 -4
  67. package/package.json +1 -1
package/dist/index91.js CHANGED
@@ -1,70 +1,13 @@
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];
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;
1
+ import * as r from "react";
2
+ function o(t) {
3
+ const e = r.useRef(t);
4
+ return r.useEffect(() => {
5
+ e.current = t;
6
+ }), r.useMemo(() => (...n) => {
7
+ var u;
8
+ return (u = e.current) == null ? void 0 : u.call(e, ...n);
9
+ }, []);
66
10
  }
67
11
  export {
68
- w as createContext,
69
- _ as createContextScope
12
+ o as useCallbackRef
70
13
  };
package/dist/index92.js CHANGED
@@ -1,128 +1,6 @@
1
- "use client";
2
- import * as n from "react";
3
- import { composeEventHandlers as m } from "./index89.js";
4
- import { Primitive as g, dispatchDiscreteCustomEvent as k } from "./index97.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 });
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
- };
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
- }
1
+ import * as t from "react";
2
+ var e = globalThis != null && globalThis.document ? t.useLayoutEffect : () => {
3
+ };
125
4
  export {
126
- j as DismissableLayer,
127
- Y as DismissableLayerBranch
5
+ e as useLayoutEffect
128
6
  };
package/dist/index93.js CHANGED
@@ -1,13 +1,36 @@
1
- import * as e from "react";
2
- import { useLayoutEffect as a } from "./index109.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}` : "";
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));
10
32
  }
11
33
  export {
12
- d as useId
34
+ h as Primitive,
35
+ w as dispatchDiscreteCustomEvent
13
36
  };
package/dist/index94.js CHANGED
@@ -1,222 +1,15 @@
1
- "use client";
2
- import * as p from "react";
3
- import { useFloating as xe, offset as Pe, shift as ye, flip as Ae, size as ve, arrow as Ce, hide as be, limitShift as Se } from "./index122.js";
4
- import { Root as Oe } from "./index123.js";
5
- import { useComposedRefs as j } from "./index90.js";
6
- import { createContextScope as Re } from "./index91.js";
7
- import { Primitive as z } from "./index97.js";
8
- import { useCallbackRef as Ee } from "./index108.js";
9
- import { useLayoutEffect as T } from "./index109.js";
10
- import { useSize as Ne } from "./index102.js";
11
- import { jsx as f } from "react/jsx-runtime";
12
- import { autoUpdate as _e } from "./index124.js";
13
- var N = "Popper", [L, Ue] = Re(N), [$e, Z] = L(N), U = (e) => {
14
- const { __scopePopper: s, children: a } = e, [t, i] = p.useState(null);
15
- return /* @__PURE__ */ f($e, { scope: s, anchor: t, onAnchorChange: i, children: a });
16
- };
17
- U.displayName = N;
18
- var q = "PopperAnchor", G = p.forwardRef(
19
- (e, s) => {
20
- const { __scopePopper: a, virtualRef: t, ...i } = e, r = Z(q, a), o = p.useRef(null), w = j(s, o), n = p.useRef(null);
21
- return p.useEffect(() => {
22
- const c = n.current;
23
- n.current = (t == null ? void 0 : t.current) || o.current, c !== n.current && r.onAnchorChange(n.current);
24
- }), t ? null : /* @__PURE__ */ f(z.div, { ...i, ref: w });
25
- }
26
- );
27
- G.displayName = q;
28
- var _ = "PopperContent", [He, We] = L(_), J = p.forwardRef(
29
- (e, s) => {
30
- var Y, M, X, D, F, k;
31
- const {
32
- __scopePopper: a,
33
- side: t = "bottom",
34
- sideOffset: i = 0,
35
- align: r = "center",
36
- alignOffset: o = 0,
37
- arrowPadding: w = 0,
38
- avoidCollisions: n = !0,
39
- collisionBoundary: c = [],
40
- collisionPadding: x = 0,
41
- sticky: m = "partial",
42
- hideWhenDetached: y = !1,
43
- updatePositionStrategy: A = "optimized",
44
- onPlaced: l,
45
- ...d
46
- } = e, v = Z(_, a), [h, C] = p.useState(null), ee = j(s, (P) => C(P)), [E, te] = p.useState(null), u = Ne(E), re = (u == null ? void 0 : u.width) ?? 0, $ = (u == null ? void 0 : u.height) ?? 0, oe = t + (r !== "center" ? "-" + r : ""), ne = typeof x == "number" ? x : { top: 0, right: 0, bottom: 0, left: 0, ...x }, H = Array.isArray(c) ? c : [c], ae = H.length > 0, b = {
47
- padding: ne,
48
- boundary: H.filter(Ye),
49
- // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
50
- altBoundary: ae
51
- }, { refs: ie, floatingStyles: W, placement: se, isPositioned: S, middlewareData: g } = xe({
52
- // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
53
- strategy: "fixed",
54
- placement: oe,
55
- whileElementsMounted: (...P) => _e(...P, {
56
- animationFrame: A === "always"
57
- }),
58
- elements: {
59
- reference: v.anchor
60
- },
61
- middleware: [
62
- Pe({ mainAxis: i + $, alignmentAxis: o }),
63
- n && ye({
64
- mainAxis: !0,
65
- crossAxis: !1,
66
- limiter: m === "partial" ? Se() : void 0,
67
- ...b
68
- }),
69
- n && Ae({ ...b }),
70
- ve({
71
- ...b,
72
- apply: ({ elements: P, rects: B, availableWidth: he, availableHeight: ue }) => {
73
- const { width: ge, height: we } = B.reference, R = P.floating.style;
74
- R.setProperty("--radix-popper-available-width", `${he}px`), R.setProperty("--radix-popper-available-height", `${ue}px`), R.setProperty("--radix-popper-anchor-width", `${ge}px`), R.setProperty("--radix-popper-anchor-height", `${we}px`);
75
- }
76
- }),
77
- E && Ce({ element: E, padding: w }),
78
- Me({ arrowWidth: re, arrowHeight: $ }),
79
- y && be({ strategy: "referenceHidden", ...b })
80
- ]
81
- }), [I, ce] = V(se), O = Ee(l);
82
- T(() => {
83
- S && (O == null || O());
84
- }, [S, O]);
85
- const pe = (Y = g.arrow) == null ? void 0 : Y.x, de = (M = g.arrow) == null ? void 0 : M.y, le = ((X = g.arrow) == null ? void 0 : X.centerOffset) !== 0, [fe, me] = p.useState();
86
- return T(() => {
87
- h && me(window.getComputedStyle(h).zIndex);
88
- }, [h]), /* @__PURE__ */ f(
89
- "div",
90
- {
91
- ref: ie.setFloating,
92
- "data-radix-popper-content-wrapper": "",
93
- style: {
94
- ...W,
95
- transform: S ? W.transform : "translate(0, -200%)",
96
- // keep off the page when measuring
97
- minWidth: "max-content",
98
- zIndex: fe,
99
- "--radix-popper-transform-origin": [
100
- (D = g.transformOrigin) == null ? void 0 : D.x,
101
- (F = g.transformOrigin) == null ? void 0 : F.y
102
- ].join(" "),
103
- // hide the content if using the hide middleware and should be hidden
104
- // set visibility to hidden and disable pointer events so the UI behaves
105
- // as if the PopperContent isn't there at all
106
- ...((k = g.hide) == null ? void 0 : k.referenceHidden) && {
107
- visibility: "hidden",
108
- pointerEvents: "none"
109
- }
110
- },
111
- dir: e.dir,
112
- children: /* @__PURE__ */ f(
113
- He,
114
- {
115
- scope: a,
116
- placedSide: I,
117
- onArrowChange: te,
118
- arrowX: pe,
119
- arrowY: de,
120
- shouldHideArrow: le,
121
- children: /* @__PURE__ */ f(
122
- z.div,
123
- {
124
- "data-side": I,
125
- "data-align": ce,
126
- ...d,
127
- ref: ee,
128
- style: {
129
- ...d.style,
130
- // if the PopperContent hasn't been placed yet (not all measurements done)
131
- // we prevent animations so that users's animation don't kick in too early referring wrong sides
132
- animation: S ? void 0 : "none"
133
- }
134
- }
135
- )
136
- }
137
- )
138
- }
139
- );
140
- }
141
- );
142
- J.displayName = _;
143
- var K = "PopperArrow", Ie = {
144
- top: "bottom",
145
- right: "left",
146
- bottom: "top",
147
- left: "right"
148
- }, Q = p.forwardRef(function(s, a) {
149
- const { __scopePopper: t, ...i } = s, r = We(K, t), o = Ie[r.placedSide];
150
- return (
151
- // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)
152
- // doesn't report size as we'd expect on SVG elements.
153
- // it reports their bounding box which is effectively the largest path inside the SVG.
154
- /* @__PURE__ */ f(
155
- "span",
156
- {
157
- ref: r.onArrowChange,
158
- style: {
159
- position: "absolute",
160
- left: r.arrowX,
161
- top: r.arrowY,
162
- [o]: 0,
163
- transformOrigin: {
164
- top: "",
165
- right: "0 0",
166
- bottom: "center 0",
167
- left: "100% 0"
168
- }[r.placedSide],
169
- transform: {
170
- top: "translateY(100%)",
171
- right: "translateY(50%) rotate(90deg) translateX(-50%)",
172
- bottom: "rotate(180deg)",
173
- left: "translateY(50%) rotate(-90deg) translateX(50%)"
174
- }[r.placedSide],
175
- visibility: r.shouldHideArrow ? "hidden" : void 0
176
- },
177
- children: /* @__PURE__ */ f(
178
- Oe,
179
- {
180
- ...i,
181
- ref: a,
182
- style: {
183
- ...i.style,
184
- // ensures the element can be measured correctly (mostly for if SVG)
185
- display: "block"
186
- }
187
- }
188
- )
189
- }
190
- )
1
+ import { s as r } from "./index121.js";
2
+ function s() {
3
+ return r.useSyncExternalStore(
4
+ e,
5
+ () => !0,
6
+ () => !1
191
7
  );
192
- });
193
- Q.displayName = K;
194
- function Ye(e) {
195
- return e !== null;
196
8
  }
197
- var Me = (e) => ({
198
- name: "transformOrigin",
199
- options: e,
200
- fn(s) {
201
- var v, h, C;
202
- const { placement: a, rects: t, middlewareData: i } = s, o = ((v = i.arrow) == null ? void 0 : v.centerOffset) !== 0, w = o ? 0 : e.arrowWidth, n = o ? 0 : e.arrowHeight, [c, x] = V(a), m = { start: "0%", center: "50%", end: "100%" }[x], y = (((h = i.arrow) == null ? void 0 : h.x) ?? 0) + w / 2, A = (((C = i.arrow) == null ? void 0 : C.y) ?? 0) + n / 2;
203
- let l = "", d = "";
204
- return c === "bottom" ? (l = o ? m : `${y}px`, d = `${-n}px`) : c === "top" ? (l = o ? m : `${y}px`, d = `${t.floating.height + n}px`) : c === "right" ? (l = `${-n}px`, d = o ? m : `${A}px`) : c === "left" && (l = `${t.floating.width + n}px`, d = o ? m : `${A}px`), { data: { x: l, y: d } };
205
- }
206
- });
207
- function V(e) {
208
- const [s, a = "center"] = e.split("-");
209
- return [s, a];
9
+ function e() {
10
+ return () => {
11
+ };
210
12
  }
211
- var qe = U, Ge = G, Je = J, Ke = Q;
212
13
  export {
213
- Ge as Anchor,
214
- Ke as Arrow,
215
- Je as Content,
216
- U as Popper,
217
- G as PopperAnchor,
218
- Q as PopperArrow,
219
- J as PopperContent,
220
- qe as Root,
221
- Ue as createPopperScope
14
+ s as useIsHydrated
222
15
  };
package/dist/index95.js CHANGED
@@ -1,17 +1,9 @@
1
- "use client";
2
- import * as r from "react";
3
- import s from "react-dom";
4
- import { Primitive as c } from "./index97.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;
13
- });
14
- d.displayName = p;
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);
5
+ };
6
+ }
15
7
  export {
16
- d as Portal
8
+ h as composeEventHandlers
17
9
  };
package/dist/index96.js CHANGED
@@ -1,72 +1,54 @@
1
- "use client";
2
- import * as a from "react";
3
- import { useComposedRefs as E } from "./index90.js";
4
- import { useLayoutEffect as A } from "./index109.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"
1
+ import * as n from "react";
2
+ import { useLayoutEffect as v } from "./index92.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);
22
32
  },
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
- }, [])
60
- };
33
+ [c, t, e, r]
34
+ );
35
+ return [a, m];
61
36
  }
62
- function l(n) {
63
- return (n == null ? void 0 : n.animationName) || "none";
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];
64
48
  }
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);
49
+ function R(t) {
50
+ return typeof t == "function";
69
51
  }
70
52
  export {
71
- R as Presence
53
+ y as useControllableState
72
54
  };