@drjoshcsimmons/scl 0.2.4 → 0.2.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/index100.js +12 -178
- package/dist/index101.js +5 -54
- package/dist/index102.js +25 -30
- package/dist/index103.js +55 -30
- package/dist/index104.js +30 -15
- package/dist/index105.js +219 -30
- package/dist/index106.js +7 -46
- package/dist/index107.js +29 -47
- package/dist/index108.js +177 -51
- package/dist/index109.js +650 -30
- package/dist/index11.js +2 -2
- package/dist/index110.js +30 -13
- package/dist/index111.js +44 -646
- package/dist/index112.js +46 -7
- package/dist/index113.js +6 -48
- package/dist/index115.js +47 -11
- package/dist/index116.js +10 -204
- package/dist/index117.js +20 -21
- package/dist/index118.js +9 -400
- package/dist/index119.js +32 -15
- package/dist/index12.js +1 -1
- package/dist/index120.js +12 -3
- package/dist/index121.js +206 -38
- package/dist/index122.js +22 -18
- package/dist/index123.js +400 -6
- package/dist/index125.js +2 -25
- package/dist/index126.js +53 -29
- package/dist/index127.js +65 -5
- package/dist/index128.js +25 -2
- package/dist/index129.js +29 -53
- package/dist/index13.js +2 -2
- package/dist/index130.js +5 -65
- package/dist/index131.js +2 -5
- package/dist/index132.js +2 -3
- package/dist/index133.js +5 -24
- package/dist/index134.js +3 -113
- package/dist/index135.js +23 -15
- package/dist/index136.js +107 -519
- package/dist/index137.js +14 -126
- package/dist/index138.js +516 -125
- package/dist/index139.js +128 -2
- package/dist/index14.js +2 -2
- package/dist/index140.js +134 -2
- package/dist/index141.js +1 -1
- package/dist/index145.js +1 -1
- package/dist/index15.js +2 -2
- package/dist/index17.js +4 -4
- package/dist/index18.js +2 -2
- package/dist/index20.js +1 -1
- package/dist/index21.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +2 -2
- package/dist/index24.js +1 -1
- package/dist/index25.js +3 -3
- package/dist/index26.js +1 -1
- package/dist/index27.js +2 -2
- package/dist/index29.js +1 -1
- package/dist/index31.js +1 -1
- package/dist/index33.js +1 -1
- package/dist/index36.js +1 -1
- package/dist/index37.js +1 -1
- package/dist/index45.js +1 -1
- package/dist/index46.js +1 -1
- package/dist/index48.js +70 -57
- package/dist/index49.js +114 -107
- package/dist/index50.js +517 -112
- package/dist/index51.js +227 -402
- package/dist/index52.js +12 -860
- package/dist/index53.js +60 -9
- package/dist/index54.js +18 -9
- package/dist/index55.js +12 -130
- package/dist/index56.js +9 -530
- package/dist/index57.js +302 -153
- package/dist/index58.js +12 -82
- package/dist/index59.js +80 -16
- package/dist/index6.js +1 -1
- package/dist/index60.js +91 -197
- package/dist/index61.js +435 -11
- package/dist/index62.js +245 -27
- package/dist/index63.js +215 -300
- package/dist/index64.js +3 -4
- package/dist/index65.js +11 -260
- package/dist/index66.js +336 -12
- package/dist/index67.js +160 -21
- package/dist/index68.js +18 -221
- package/dist/index69.js +860 -11
- package/dist/index7.js +1 -1
- package/dist/index70.js +9 -241
- package/dist/index71.js +30 -72
- package/dist/index72.js +254 -12
- package/dist/index73.js +212 -225
- package/dist/index74.js +103 -321
- package/dist/index75.js +235 -248
- package/dist/index77.js +1 -1
- package/dist/index80.js +1 -1
- package/dist/index81.js +1 -1
- package/dist/index82.js +1 -1
- package/dist/index84.js +55 -4
- package/dist/index85.js +10 -68
- package/dist/index86.js +4 -9
- package/dist/index87.js +30 -4
- package/dist/index88.js +12 -5
- package/dist/index89.js +8 -24
- package/dist/index9.js +1 -1
- package/dist/index90.js +64 -120
- package/dist/index91.js +3 -14
- package/dist/index92.js +115 -125
- package/dist/index93.js +128 -212
- package/dist/index94.js +1 -1
- package/dist/index95.js +13 -46
- package/dist/index96.js +8 -10
- package/dist/index97.js +50 -30
- package/dist/index98.js +47 -49
- package/dist/index99.js +30 -9
- package/package.json +5 -3
package/dist/index75.js
CHANGED
|
@@ -1,256 +1,243 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import * as i from "react";
|
|
2
|
+
import { composeEventHandlers as P } from "./index79.js";
|
|
3
|
+
import { useComposedRefs as O } from "./index78.js";
|
|
4
|
+
import { createContextScope as G } from "./index76.js";
|
|
5
|
+
import { DismissableLayer as H } from "./index92.js";
|
|
6
|
+
import { useFocusGuards as K } from "./index95.js";
|
|
7
|
+
import { FocusScope as $ } from "./index93.js";
|
|
8
|
+
import { useId as j } from "./index82.js";
|
|
9
|
+
import { createPopperScope as _, Root as U, Anchor as x, Content as V, Arrow as W } from "./index105.js";
|
|
10
|
+
import { Portal as Z } from "./index94.js";
|
|
11
|
+
import { Presence as w } from "./index90.js";
|
|
12
|
+
import { Primitive as E } from "./index81.js";
|
|
13
|
+
import { createSlot as q } from "./index112.js";
|
|
14
|
+
import { useControllableState as z } from "./index80.js";
|
|
15
|
+
import { hideOthers as B } from "./index97.js";
|
|
16
|
+
import J from "./index96.js";
|
|
17
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
18
|
+
var C = "Popover", [b] = G(C, [
|
|
19
|
+
_
|
|
20
|
+
]), m = _(), [Q, f] = b(C), F = (o) => {
|
|
21
|
+
const {
|
|
22
|
+
__scopePopover: n,
|
|
23
|
+
children: t,
|
|
24
|
+
open: a,
|
|
25
|
+
defaultOpen: e,
|
|
26
|
+
onOpenChange: r,
|
|
27
|
+
modal: s = !1
|
|
28
|
+
} = o, c = m(n), u = i.useRef(null), [l, g] = i.useState(!1), [h, d] = z({
|
|
29
|
+
prop: a,
|
|
30
|
+
defaultProp: e ?? !1,
|
|
31
|
+
onChange: r,
|
|
32
|
+
caller: C
|
|
33
|
+
});
|
|
34
|
+
return /* @__PURE__ */ p(U, { ...c, children: /* @__PURE__ */ p(
|
|
35
|
+
Q,
|
|
36
|
+
{
|
|
37
|
+
scope: n,
|
|
38
|
+
contentId: j(),
|
|
39
|
+
triggerRef: u,
|
|
40
|
+
open: h,
|
|
41
|
+
onOpenChange: d,
|
|
42
|
+
onOpenToggle: i.useCallback(() => d((R) => !R), [d]),
|
|
43
|
+
hasCustomAnchor: l,
|
|
44
|
+
onCustomAnchorAdd: i.useCallback(() => g(!0), []),
|
|
45
|
+
onCustomAnchorRemove: i.useCallback(() => g(!1), []),
|
|
46
|
+
modal: s,
|
|
47
|
+
children: t
|
|
36
48
|
}
|
|
37
|
-
|
|
38
|
-
return;
|
|
39
|
-
e[l] = c, e = e[l];
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
const I = {
|
|
43
|
-
BLUR: "blur",
|
|
44
|
-
CHANGE: "change"
|
|
45
|
-
}, B = {
|
|
46
|
-
all: "all"
|
|
47
|
-
}, L = u.createContext(null);
|
|
48
|
-
L.displayName = "HookFormContext";
|
|
49
|
-
const M = () => u.useContext(L), oe = (e) => {
|
|
50
|
-
const { children: s, ...t } = e;
|
|
51
|
-
return u.createElement(L.Provider, { value: t }, s);
|
|
49
|
+
) });
|
|
52
50
|
};
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
51
|
+
F.displayName = C;
|
|
52
|
+
var N = "PopoverAnchor", S = i.forwardRef(
|
|
53
|
+
(o, n) => {
|
|
54
|
+
const { __scopePopover: t, ...a } = o, e = f(N, t), r = m(t), { onCustomAnchorAdd: s, onCustomAnchorRemove: c } = e;
|
|
55
|
+
return i.useEffect(() => (s(), () => c()), [s, c]), /* @__PURE__ */ p(x, { ...r, ...a, ref: n });
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
S.displayName = N;
|
|
59
|
+
var y = "PopoverTrigger", D = i.forwardRef(
|
|
60
|
+
(o, n) => {
|
|
61
|
+
const { __scopePopover: t, ...a } = o, e = f(y, t), r = m(t), s = O(n, e.triggerRef), c = /* @__PURE__ */ p(
|
|
62
|
+
E.button,
|
|
63
|
+
{
|
|
64
|
+
type: "button",
|
|
65
|
+
"aria-haspopup": "dialog",
|
|
66
|
+
"aria-expanded": e.open,
|
|
67
|
+
"aria-controls": e.contentId,
|
|
68
|
+
"data-state": L(e.open),
|
|
69
|
+
...a,
|
|
70
|
+
ref: s,
|
|
71
|
+
onClick: P(o.onClick, e.onOpenToggle)
|
|
62
72
|
}
|
|
63
|
-
|
|
64
|
-
|
|
73
|
+
);
|
|
74
|
+
return e.hasCustomAnchor ? c : /* @__PURE__ */ p(x, { asChild: !0, ...r, children: c });
|
|
75
|
+
}
|
|
76
|
+
);
|
|
77
|
+
D.displayName = y;
|
|
78
|
+
var A = "PopoverPortal", [X, Y] = b(A, {
|
|
79
|
+
forceMount: void 0
|
|
80
|
+
}), M = (o) => {
|
|
81
|
+
const { __scopePopover: n, forceMount: t, children: a, container: e } = o, r = f(A, n);
|
|
82
|
+
return /* @__PURE__ */ p(X, { scope: n, forceMount: t, children: /* @__PURE__ */ p(w, { present: t || r.open, children: /* @__PURE__ */ p(Z, { asChild: !0, container: e, children: a }) }) });
|
|
65
83
|
};
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
dirtyFields: !1,
|
|
72
|
-
touchedFields: !1,
|
|
73
|
-
validatingFields: !1,
|
|
74
|
-
isValidating: !1,
|
|
75
|
-
isValid: !1,
|
|
76
|
-
errors: !1
|
|
77
|
-
});
|
|
78
|
-
return q(() => t._subscribe({
|
|
79
|
-
name: r,
|
|
80
|
-
formState: c.current,
|
|
81
|
-
exact: a,
|
|
82
|
-
callback: (f) => {
|
|
83
|
-
!n && l({
|
|
84
|
-
...t._formState,
|
|
85
|
-
...f
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
}), [r, n, a]), u.useEffect(() => {
|
|
89
|
-
c.current.isValid && t._setValid(!0);
|
|
90
|
-
}, [t]), u.useMemo(() => ee(i, t, c.current, !1), [i, t]);
|
|
91
|
-
}
|
|
92
|
-
var re = (e) => typeof e == "string", T = (e, s, t, n, r) => re(e) ? y(t, e, r) : Array.isArray(e) ? e.map((a) => y(t, a)) : t, U = (e) => w(e) || !H(e);
|
|
93
|
-
function S(e, s, t = /* @__PURE__ */ new WeakSet()) {
|
|
94
|
-
if (U(e) || U(s))
|
|
95
|
-
return Object.is(e, s);
|
|
96
|
-
if (k(e) && k(s))
|
|
97
|
-
return e.getTime() === s.getTime();
|
|
98
|
-
const n = Object.keys(e), r = Object.keys(s);
|
|
99
|
-
if (n.length !== r.length)
|
|
100
|
-
return !1;
|
|
101
|
-
if (t.has(e) || t.has(s))
|
|
102
|
-
return !0;
|
|
103
|
-
t.add(e), t.add(s);
|
|
104
|
-
for (const a of n) {
|
|
105
|
-
const i = e[a];
|
|
106
|
-
if (!r.includes(a))
|
|
107
|
-
return !1;
|
|
108
|
-
if (a !== "ref") {
|
|
109
|
-
const l = s[a];
|
|
110
|
-
if (k(i) && k(l) || p(i) && p(l) || Array.isArray(i) && Array.isArray(l) ? !S(i, l, t) : !Object.is(i, l))
|
|
111
|
-
return !1;
|
|
112
|
-
}
|
|
84
|
+
M.displayName = A;
|
|
85
|
+
var v = "PopoverContent", k = i.forwardRef(
|
|
86
|
+
(o, n) => {
|
|
87
|
+
const t = Y(v, o.__scopePopover), { forceMount: a = t.forceMount, ...e } = o, r = f(v, o.__scopePopover);
|
|
88
|
+
return /* @__PURE__ */ p(w, { present: a || r.open, children: r.modal ? /* @__PURE__ */ p(eo, { ...e, ref: n }) : /* @__PURE__ */ p(ro, { ...e, ref: n }) });
|
|
113
89
|
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
},
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
90
|
+
);
|
|
91
|
+
k.displayName = v;
|
|
92
|
+
var oo = q("PopoverContent.RemoveScroll"), eo = i.forwardRef(
|
|
93
|
+
(o, n) => {
|
|
94
|
+
const t = f(v, o.__scopePopover), a = i.useRef(null), e = O(n, a), r = i.useRef(!1);
|
|
95
|
+
return i.useEffect(() => {
|
|
96
|
+
const s = a.current;
|
|
97
|
+
if (s) return B(s);
|
|
98
|
+
}, []), /* @__PURE__ */ p(J, { as: oo, allowPinchZoom: !0, children: /* @__PURE__ */ p(
|
|
99
|
+
I,
|
|
100
|
+
{
|
|
101
|
+
...o,
|
|
102
|
+
ref: e,
|
|
103
|
+
trapFocus: t.open,
|
|
104
|
+
disableOutsidePointerEvents: !0,
|
|
105
|
+
onCloseAutoFocus: P(o.onCloseAutoFocus, (s) => {
|
|
106
|
+
var c;
|
|
107
|
+
s.preventDefault(), r.current || (c = t.triggerRef.current) == null || c.focus();
|
|
108
|
+
}),
|
|
109
|
+
onPointerDownOutside: P(
|
|
110
|
+
o.onPointerDownOutside,
|
|
111
|
+
(s) => {
|
|
112
|
+
const c = s.detail.originalEvent, u = c.button === 0 && c.ctrlKey === !0, l = c.button === 2 || u;
|
|
113
|
+
r.current = l;
|
|
114
|
+
},
|
|
115
|
+
{ checkForDefaultPrevented: !1 }
|
|
116
|
+
),
|
|
117
|
+
onFocusOutside: P(
|
|
118
|
+
o.onFocusOutside,
|
|
119
|
+
(s) => s.preventDefault(),
|
|
120
|
+
{ checkForDefaultPrevented: !1 }
|
|
121
|
+
)
|
|
122
|
+
}
|
|
123
|
+
) });
|
|
124
|
+
}
|
|
125
|
+
), ro = i.forwardRef(
|
|
126
|
+
(o, n) => {
|
|
127
|
+
const t = f(v, o.__scopePopover), a = i.useRef(!1), e = i.useRef(!1);
|
|
128
|
+
return /* @__PURE__ */ p(
|
|
129
|
+
I,
|
|
130
|
+
{
|
|
131
|
+
...o,
|
|
132
|
+
ref: n,
|
|
133
|
+
trapFocus: !1,
|
|
134
|
+
disableOutsidePointerEvents: !1,
|
|
135
|
+
onCloseAutoFocus: (r) => {
|
|
136
|
+
var s, c;
|
|
137
|
+
(s = o.onCloseAutoFocus) == null || s.call(o, r), r.defaultPrevented || (a.current || (c = t.triggerRef.current) == null || c.focus(), r.preventDefault()), a.current = !1, e.current = !1;
|
|
138
|
+
},
|
|
139
|
+
onInteractOutside: (r) => {
|
|
140
|
+
var u, l;
|
|
141
|
+
(u = o.onInteractOutside) == null || u.call(o, r), r.defaultPrevented || (a.current = !0, r.detail.originalEvent.type === "pointerdown" && (e.current = !0));
|
|
142
|
+
const s = r.target;
|
|
143
|
+
((l = t.triggerRef.current) == null ? void 0 : l.contains(s)) && r.preventDefault(), r.detail.originalEvent.type === "focusin" && e.current && r.preventDefault();
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
), I = i.forwardRef(
|
|
149
|
+
(o, n) => {
|
|
150
|
+
const {
|
|
151
|
+
__scopePopover: t,
|
|
152
|
+
trapFocus: a,
|
|
153
|
+
onOpenAutoFocus: e,
|
|
154
|
+
onCloseAutoFocus: r,
|
|
155
|
+
disableOutsidePointerEvents: s,
|
|
156
|
+
onEscapeKeyDown: c,
|
|
157
|
+
onPointerDownOutside: u,
|
|
158
|
+
onFocusOutside: l,
|
|
159
|
+
onInteractOutside: g,
|
|
160
|
+
...h
|
|
161
|
+
} = o, d = f(v, t), R = m(t);
|
|
162
|
+
return K(), /* @__PURE__ */ p(
|
|
163
|
+
$,
|
|
164
|
+
{
|
|
165
|
+
asChild: !0,
|
|
166
|
+
loop: !0,
|
|
167
|
+
trapped: a,
|
|
168
|
+
onMountAutoFocus: e,
|
|
169
|
+
onUnmountAutoFocus: r,
|
|
170
|
+
children: /* @__PURE__ */ p(
|
|
171
|
+
H,
|
|
172
|
+
{
|
|
173
|
+
asChild: !0,
|
|
174
|
+
disableOutsidePointerEvents: s,
|
|
175
|
+
onInteractOutside: g,
|
|
176
|
+
onEscapeKeyDown: c,
|
|
177
|
+
onPointerDownOutside: u,
|
|
178
|
+
onFocusOutside: l,
|
|
179
|
+
onDismiss: () => d.onOpenChange(!1),
|
|
180
|
+
children: /* @__PURE__ */ p(
|
|
181
|
+
V,
|
|
182
|
+
{
|
|
183
|
+
"data-state": L(d.open),
|
|
184
|
+
role: "dialog",
|
|
185
|
+
id: d.contentId,
|
|
186
|
+
...R,
|
|
187
|
+
...h,
|
|
188
|
+
ref: n,
|
|
189
|
+
style: {
|
|
190
|
+
...h.style,
|
|
191
|
+
"--radix-popover-content-transform-origin": "var(--radix-popper-transform-origin)",
|
|
192
|
+
"--radix-popover-content-available-width": "var(--radix-popper-available-width)",
|
|
193
|
+
"--radix-popover-content-available-height": "var(--radix-popper-available-height)",
|
|
194
|
+
"--radix-popover-trigger-width": "var(--radix-popper-anchor-width)",
|
|
195
|
+
"--radix-popover-trigger-height": "var(--radix-popper-anchor-height)"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
)
|
|
199
|
+
}
|
|
200
|
+
)
|
|
201
|
+
}
|
|
202
|
+
);
|
|
203
|
+
}
|
|
204
|
+
), T = "PopoverClose", to = i.forwardRef(
|
|
205
|
+
(o, n) => {
|
|
206
|
+
const { __scopePopover: t, ...a } = o, e = f(T, t);
|
|
207
|
+
return /* @__PURE__ */ p(
|
|
208
|
+
E.button,
|
|
209
|
+
{
|
|
210
|
+
type: "button",
|
|
211
|
+
...a,
|
|
212
|
+
ref: n,
|
|
213
|
+
onClick: P(o.onClick, () => e.onOpenChange(!1))
|
|
214
|
+
}
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
);
|
|
218
|
+
to.displayName = T;
|
|
219
|
+
var no = "PopoverArrow", ao = i.forwardRef(
|
|
220
|
+
(o, n) => {
|
|
221
|
+
const { __scopePopover: t, ...a } = o, e = m(t);
|
|
222
|
+
return /* @__PURE__ */ p(W, { ...e, ...a, ref: n });
|
|
223
|
+
}
|
|
224
|
+
);
|
|
225
|
+
ao.displayName = no;
|
|
226
|
+
function L(o) {
|
|
227
|
+
return o ? "open" : "closed";
|
|
245
228
|
}
|
|
246
|
-
|
|
229
|
+
var _o = F, xo = S, wo = D, Eo = M, bo = k;
|
|
247
230
|
export {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
231
|
+
xo as Anchor,
|
|
232
|
+
bo as Content,
|
|
233
|
+
F as Popover,
|
|
234
|
+
S as PopoverAnchor,
|
|
235
|
+
ao as PopoverArrow,
|
|
236
|
+
to as PopoverClose,
|
|
237
|
+
k as PopoverContent,
|
|
238
|
+
M as PopoverPortal,
|
|
239
|
+
D as PopoverTrigger,
|
|
240
|
+
Eo as Portal,
|
|
241
|
+
_o as Root,
|
|
242
|
+
wo as Trigger
|
|
256
243
|
};
|
package/dist/index77.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "react";
|
|
2
2
|
import { createContextScope as y } from "./index76.js";
|
|
3
3
|
import { useComposedRefs as M } from "./index78.js";
|
|
4
|
-
import { createSlot as x } from "./
|
|
4
|
+
import { createSlot as x } from "./index114.js";
|
|
5
5
|
import { jsx as u } from "react/jsx-runtime";
|
|
6
6
|
function g(s) {
|
|
7
7
|
const m = s + "CollectionProvider", [A, N] = y(m), [_, f] = A(
|
package/dist/index80.js
CHANGED
package/dist/index81.js
CHANGED
package/dist/index82.js
CHANGED
package/dist/index84.js
CHANGED
|
@@ -1,6 +1,57 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as i from "react";
|
|
2
|
+
import { jsx as _ } from "react/jsx-runtime";
|
|
3
|
+
function $(e, x = []) {
|
|
4
|
+
let o = [];
|
|
5
|
+
function f(r, n) {
|
|
6
|
+
const t = i.createContext(n);
|
|
7
|
+
t.displayName = r + "Context";
|
|
8
|
+
const c = o.length;
|
|
9
|
+
o = [...o, n];
|
|
10
|
+
const m = (a) => {
|
|
11
|
+
var l;
|
|
12
|
+
const { scope: s, children: C, ...p } = a, d = ((l = s == null ? void 0 : s[e]) == null ? void 0 : l[c]) || t, v = i.useMemo(() => p, Object.values(p));
|
|
13
|
+
return /* @__PURE__ */ _(d.Provider, { value: v, children: C });
|
|
14
|
+
};
|
|
15
|
+
m.displayName = r + "Provider";
|
|
16
|
+
function S(a, s) {
|
|
17
|
+
var d;
|
|
18
|
+
const C = ((d = s == null ? void 0 : s[e]) == null ? void 0 : d[c]) || t, p = i.useContext(C);
|
|
19
|
+
if (p) return p;
|
|
20
|
+
if (n !== void 0) return n;
|
|
21
|
+
throw new Error(`\`${a}\` must be used within \`${r}\``);
|
|
22
|
+
}
|
|
23
|
+
return [m, S];
|
|
24
|
+
}
|
|
25
|
+
const u = () => {
|
|
26
|
+
const r = o.map((n) => i.createContext(n));
|
|
27
|
+
return function(t) {
|
|
28
|
+
const c = (t == null ? void 0 : t[e]) || r;
|
|
29
|
+
return i.useMemo(
|
|
30
|
+
() => ({ [`__scope${e}`]: { ...t, [e]: c } }),
|
|
31
|
+
[t, c]
|
|
32
|
+
);
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
return u.scopeName = e, [f, h(u, ...x)];
|
|
36
|
+
}
|
|
37
|
+
function h(...e) {
|
|
38
|
+
const x = e[0];
|
|
39
|
+
if (e.length === 1) return x;
|
|
40
|
+
const o = () => {
|
|
41
|
+
const f = e.map((u) => ({
|
|
42
|
+
useScope: u(),
|
|
43
|
+
scopeName: u.scopeName
|
|
44
|
+
}));
|
|
45
|
+
return function(r) {
|
|
46
|
+
const n = f.reduce((t, { useScope: c, scopeName: m }) => {
|
|
47
|
+
const a = c(r)[`__scope${m}`];
|
|
48
|
+
return { ...t, ...a };
|
|
49
|
+
}, {});
|
|
50
|
+
return i.useMemo(() => ({ [`__scope${x.scopeName}`]: n }), [n]);
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
return o.scopeName = x.scopeName, o;
|
|
54
|
+
}
|
|
4
55
|
export {
|
|
5
|
-
|
|
56
|
+
$ as createContextScope
|
|
6
57
|
};
|