@drjoshcsimmons/scl 0.1.2 → 0.1.4
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/README.md +202 -13
- package/dist/index100.js +13 -217
- package/dist/index101.js +8 -649
- package/dist/index102.js +48 -179
- package/dist/index103.js +218 -3
- package/dist/index106.js +21 -12
- package/dist/index107.js +3 -15
- package/dist/index108.js +32 -3
- package/dist/index109.js +12 -32
- package/dist/index11.js +1 -1
- package/dist/index110.js +12 -18
- package/dist/index115.js +1 -1
- package/dist/index116.js +1 -1
- package/dist/index117.js +2 -25
- package/dist/index118.js +2 -29
- package/dist/index119.js +25 -5
- package/dist/index12.js +1 -1
- package/dist/index120.js +29 -2
- package/dist/index121.js +5 -2
- package/dist/index125.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index13.js +2 -2
- package/dist/index130.js +1 -1
- package/dist/index14.js +2 -2
- package/dist/index15.js +2 -2
- package/dist/index17.js +4 -4
- package/dist/index18.js +2 -2
- package/dist/index20.js +2 -2
- package/dist/index21.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +1 -1
- package/dist/index25.js +3 -3
- package/dist/index26.js +1 -1
- package/dist/index27.js +3 -3
- package/dist/index29.js +1 -1
- package/dist/index31.js +1 -1
- package/dist/index33.js +1 -1
- package/dist/index36.js +2 -2
- package/dist/index37.js +1 -1
- package/dist/index45.js +8 -8
- package/dist/index46.js +1 -1
- package/dist/index47.js +435 -33
- package/dist/index48.js +141 -98
- package/dist/index49.js +302 -65
- package/dist/index5.js +1 -1
- package/dist/index50.js +12 -310
- package/dist/index51.js +33 -12
- package/dist/index52.js +104 -246
- package/dist/index53.js +73 -12
- package/dist/index54.js +12 -60
- package/dist/index55.js +9 -254
- package/dist/index56.js +7 -7
- package/dist/index57.js +60 -9
- package/dist/index58.js +210 -110
- package/dist/index59.js +4 -5
- package/dist/index6.js +1 -1
- package/dist/index60.js +11 -18
- package/dist/index61.js +110 -210
- package/dist/index62.js +260 -11
- package/dist/index63.js +5 -4
- package/dist/index64.js +71 -230
- package/dist/index65.js +9 -9
- package/dist/index66.js +8 -8
- package/dist/index67.js +21 -160
- package/dist/index68.js +835 -105
- package/dist/index69.js +9 -336
- package/dist/index7.js +1 -1
- package/dist/index70.js +248 -76
- package/dist/index71.js +30 -434
- package/dist/index72.js +332 -18
- package/dist/index73.js +204 -823
- package/dist/index74.js +18 -9
- package/dist/index75.js +130 -31
- package/dist/index76.js +66 -5
- package/dist/index77.js +42 -64
- package/dist/index78.js +24 -49
- package/dist/index79.js +7 -4
- package/dist/index8.js +1 -1
- package/dist/index80.js +49 -24
- package/dist/index81.js +1 -1
- package/dist/index82.js +10 -68
- package/dist/index83.js +7 -10
- package/dist/index84.js +3 -54
- package/dist/index85.js +5 -10
- package/dist/index86.js +25 -30
- package/dist/index87.js +178 -10
- package/dist/index88.js +66 -43
- package/dist/index89.js +14 -7
- package/dist/index9.js +2 -2
- package/dist/index90.js +30 -15
- package/dist/index91.js +48 -118
- package/dist/index92.js +10 -134
- package/dist/index93.js +4 -14
- package/dist/index94.js +11 -13
- package/dist/index95.js +54 -9
- package/dist/index96.js +648 -48
- package/dist/index97.js +120 -49
- package/dist/index98.js +134 -5
- package/dist/index99.js +14 -25
- package/package.json +1 -1
package/dist/index52.js
CHANGED
|
@@ -1,262 +1,120 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { composeEventHandlers as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
onChange: t,
|
|
29
|
-
caller: v
|
|
30
|
-
});
|
|
31
|
-
return /* @__PURE__ */ i(
|
|
32
|
-
ee,
|
|
33
|
-
{
|
|
34
|
-
scope: o,
|
|
35
|
-
triggerRef: l,
|
|
36
|
-
contentRef: d,
|
|
37
|
-
contentId: R(),
|
|
38
|
-
titleId: R(),
|
|
39
|
-
descriptionId: R(),
|
|
40
|
-
open: g,
|
|
41
|
-
onOpenChange: C,
|
|
42
|
-
onOpenToggle: s.useCallback(() => C((H) => !H), [C]),
|
|
43
|
-
modal: c,
|
|
44
|
-
children: n
|
|
45
|
-
}
|
|
46
|
-
);
|
|
47
|
-
};
|
|
48
|
-
x.displayName = v;
|
|
49
|
-
var A = "DialogTrigger", T = s.forwardRef(
|
|
50
|
-
(e, o) => {
|
|
51
|
-
const { __scopeDialog: n, ...a } = e, r = u(A, n), t = _(o, r.triggerRef);
|
|
52
|
-
return /* @__PURE__ */ i(
|
|
53
|
-
m.button,
|
|
1
|
+
import * as o from "react";
|
|
2
|
+
import { composeEventHandlers as T } from "./index79.js";
|
|
3
|
+
import { createContextScope as S } from "./index76.js";
|
|
4
|
+
import { useControllableState as D } from "./index80.js";
|
|
5
|
+
import { useLayoutEffect as L } from "./index93.js";
|
|
6
|
+
import { useComposedRefs as M } from "./index78.js";
|
|
7
|
+
import { Primitive as v } from "./index81.js";
|
|
8
|
+
import { Presence as k } from "./index88.js";
|
|
9
|
+
import { useId as F } from "./index82.js";
|
|
10
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
11
|
+
var u = "Collapsible", [B, W] = S(u), [G, g] = B(u), w = o.forwardRef(
|
|
12
|
+
(e, a) => {
|
|
13
|
+
const {
|
|
14
|
+
__scopeCollapsible: i,
|
|
15
|
+
open: r,
|
|
16
|
+
defaultOpen: t,
|
|
17
|
+
disabled: l,
|
|
18
|
+
onOpenChange: s,
|
|
19
|
+
...m
|
|
20
|
+
} = e, [d, p] = D({
|
|
21
|
+
prop: r,
|
|
22
|
+
defaultProp: t ?? !1,
|
|
23
|
+
onChange: s,
|
|
24
|
+
caller: u
|
|
25
|
+
});
|
|
26
|
+
return /* @__PURE__ */ c(
|
|
27
|
+
G,
|
|
54
28
|
{
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
var E = "DialogPortal", [te, b] = I(E, {
|
|
69
|
-
forceMount: void 0
|
|
70
|
-
}), M = (e) => {
|
|
71
|
-
const { __scopeDialog: o, forceMount: n, children: a, container: r } = e, t = u(E, o);
|
|
72
|
-
return /* @__PURE__ */ i(te, { scope: o, forceMount: n, children: s.Children.map(a, (c) => /* @__PURE__ */ i(h, { present: n || t.open, children: /* @__PURE__ */ i(Z, { asChild: !0, container: r, children: c }) })) });
|
|
73
|
-
};
|
|
74
|
-
M.displayName = E;
|
|
75
|
-
var D = "DialogOverlay", w = s.forwardRef(
|
|
76
|
-
(e, o) => {
|
|
77
|
-
const n = b(D, e.__scopeDialog), { forceMount: a = n.forceMount, ...r } = e, t = u(D, e.__scopeDialog);
|
|
78
|
-
return t.modal ? /* @__PURE__ */ i(h, { present: a || t.open, children: /* @__PURE__ */ i(re, { ...r, ref: o }) }) : null;
|
|
79
|
-
}
|
|
80
|
-
);
|
|
81
|
-
w.displayName = D;
|
|
82
|
-
var oe = X("DialogOverlay.RemoveScroll"), re = s.forwardRef(
|
|
83
|
-
(e, o) => {
|
|
84
|
-
const { __scopeDialog: n, ...a } = e, r = u(D, n);
|
|
85
|
-
return (
|
|
86
|
-
// Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`
|
|
87
|
-
// ie. when `Overlay` and `Content` are siblings
|
|
88
|
-
/* @__PURE__ */ i(J, { as: oe, allowPinchZoom: !0, shards: [r.contentRef], children: /* @__PURE__ */ i(
|
|
89
|
-
m.div,
|
|
90
|
-
{
|
|
91
|
-
"data-state": N(r.open),
|
|
92
|
-
...a,
|
|
93
|
-
ref: o,
|
|
94
|
-
style: { pointerEvents: "auto", ...a.style }
|
|
95
|
-
}
|
|
96
|
-
) })
|
|
97
|
-
);
|
|
98
|
-
}
|
|
99
|
-
), f = "DialogContent", S = s.forwardRef(
|
|
100
|
-
(e, o) => {
|
|
101
|
-
const n = b(f, e.__scopeDialog), { forceMount: a = n.forceMount, ...r } = e, t = u(f, e.__scopeDialog);
|
|
102
|
-
return /* @__PURE__ */ i(h, { present: a || t.open, children: t.modal ? /* @__PURE__ */ i(ne, { ...r, ref: o }) : /* @__PURE__ */ i(ae, { ...r, ref: o }) });
|
|
103
|
-
}
|
|
104
|
-
);
|
|
105
|
-
S.displayName = f;
|
|
106
|
-
var ne = s.forwardRef(
|
|
107
|
-
(e, o) => {
|
|
108
|
-
const n = u(f, e.__scopeDialog), a = s.useRef(null), r = _(o, n.contentRef, a);
|
|
109
|
-
return s.useEffect(() => {
|
|
110
|
-
const t = a.current;
|
|
111
|
-
if (t) return Q(t);
|
|
112
|
-
}, []), /* @__PURE__ */ i(
|
|
113
|
-
F,
|
|
114
|
-
{
|
|
115
|
-
...e,
|
|
116
|
-
ref: r,
|
|
117
|
-
trapFocus: n.open,
|
|
118
|
-
disableOutsidePointerEvents: !0,
|
|
119
|
-
onCloseAutoFocus: p(e.onCloseAutoFocus, (t) => {
|
|
120
|
-
var c;
|
|
121
|
-
t.preventDefault(), (c = n.triggerRef.current) == null || c.focus();
|
|
122
|
-
}),
|
|
123
|
-
onPointerDownOutside: p(e.onPointerDownOutside, (t) => {
|
|
124
|
-
const c = t.detail.originalEvent, l = c.button === 0 && c.ctrlKey === !0;
|
|
125
|
-
(c.button === 2 || l) && t.preventDefault();
|
|
126
|
-
}),
|
|
127
|
-
onFocusOutside: p(
|
|
128
|
-
e.onFocusOutside,
|
|
129
|
-
(t) => t.preventDefault()
|
|
29
|
+
scope: i,
|
|
30
|
+
disabled: l,
|
|
31
|
+
contentId: F(),
|
|
32
|
+
open: d,
|
|
33
|
+
onOpenToggle: o.useCallback(() => p((C) => !C), [p]),
|
|
34
|
+
children: /* @__PURE__ */ c(
|
|
35
|
+
v.div,
|
|
36
|
+
{
|
|
37
|
+
"data-state": h(d),
|
|
38
|
+
"data-disabled": l ? "" : void 0,
|
|
39
|
+
...m,
|
|
40
|
+
ref: a
|
|
41
|
+
}
|
|
130
42
|
)
|
|
131
43
|
}
|
|
132
44
|
);
|
|
133
45
|
}
|
|
134
|
-
), ae = s.forwardRef(
|
|
135
|
-
(e, o) => {
|
|
136
|
-
const n = u(f, e.__scopeDialog), a = s.useRef(!1), r = s.useRef(!1);
|
|
137
|
-
return /* @__PURE__ */ i(
|
|
138
|
-
F,
|
|
139
|
-
{
|
|
140
|
-
...e,
|
|
141
|
-
ref: o,
|
|
142
|
-
trapFocus: !1,
|
|
143
|
-
disableOutsidePointerEvents: !1,
|
|
144
|
-
onCloseAutoFocus: (t) => {
|
|
145
|
-
var c, l;
|
|
146
|
-
(c = e.onCloseAutoFocus) == null || c.call(e, t), t.defaultPrevented || (a.current || (l = n.triggerRef.current) == null || l.focus(), t.preventDefault()), a.current = !1, r.current = !1;
|
|
147
|
-
},
|
|
148
|
-
onInteractOutside: (t) => {
|
|
149
|
-
var d, g;
|
|
150
|
-
(d = e.onInteractOutside) == null || d.call(e, t), t.defaultPrevented || (a.current = !0, t.detail.originalEvent.type === "pointerdown" && (r.current = !0));
|
|
151
|
-
const c = t.target;
|
|
152
|
-
((g = n.triggerRef.current) == null ? void 0 : g.contains(c)) && t.preventDefault(), t.detail.originalEvent.type === "focusin" && r.current && t.preventDefault();
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
);
|
|
156
|
-
}
|
|
157
|
-
), F = s.forwardRef(
|
|
158
|
-
(e, o) => {
|
|
159
|
-
const { __scopeDialog: n, trapFocus: a, onOpenAutoFocus: r, onCloseAutoFocus: t, ...c } = e, l = u(f, n), d = s.useRef(null), g = _(o, d);
|
|
160
|
-
return z(), /* @__PURE__ */ P(O, { children: [
|
|
161
|
-
/* @__PURE__ */ i(
|
|
162
|
-
Y,
|
|
163
|
-
{
|
|
164
|
-
asChild: !0,
|
|
165
|
-
loop: !0,
|
|
166
|
-
trapped: a,
|
|
167
|
-
onMountAutoFocus: r,
|
|
168
|
-
onUnmountAutoFocus: t,
|
|
169
|
-
children: /* @__PURE__ */ i(
|
|
170
|
-
U,
|
|
171
|
-
{
|
|
172
|
-
role: "dialog",
|
|
173
|
-
id: l.contentId,
|
|
174
|
-
"aria-describedby": l.descriptionId,
|
|
175
|
-
"aria-labelledby": l.titleId,
|
|
176
|
-
"data-state": N(l.open),
|
|
177
|
-
...c,
|
|
178
|
-
ref: g,
|
|
179
|
-
onDismiss: () => l.onOpenChange(!1)
|
|
180
|
-
}
|
|
181
|
-
)
|
|
182
|
-
}
|
|
183
|
-
),
|
|
184
|
-
/* @__PURE__ */ P(O, { children: [
|
|
185
|
-
/* @__PURE__ */ i(ie, { titleId: l.titleId }),
|
|
186
|
-
/* @__PURE__ */ i(ce, { contentRef: d, descriptionId: l.descriptionId })
|
|
187
|
-
] })
|
|
188
|
-
] });
|
|
189
|
-
}
|
|
190
|
-
), y = "DialogTitle", W = s.forwardRef(
|
|
191
|
-
(e, o) => {
|
|
192
|
-
const { __scopeDialog: n, ...a } = e, r = u(y, n);
|
|
193
|
-
return /* @__PURE__ */ i(m.h2, { id: r.titleId, ...a, ref: o });
|
|
194
|
-
}
|
|
195
46
|
);
|
|
196
|
-
|
|
197
|
-
var
|
|
198
|
-
(e,
|
|
199
|
-
const {
|
|
200
|
-
return /* @__PURE__ */
|
|
201
|
-
|
|
202
|
-
);
|
|
203
|
-
G.displayName = k;
|
|
204
|
-
var L = "DialogClose", $ = s.forwardRef(
|
|
205
|
-
(e, o) => {
|
|
206
|
-
const { __scopeDialog: n, ...a } = e, r = u(L, n);
|
|
207
|
-
return /* @__PURE__ */ i(
|
|
208
|
-
m.button,
|
|
47
|
+
w.displayName = u;
|
|
48
|
+
var A = "CollapsibleTrigger", I = o.forwardRef(
|
|
49
|
+
(e, a) => {
|
|
50
|
+
const { __scopeCollapsible: i, ...r } = e, t = g(A, i);
|
|
51
|
+
return /* @__PURE__ */ c(
|
|
52
|
+
v.button,
|
|
209
53
|
{
|
|
210
54
|
type: "button",
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
55
|
+
"aria-controls": t.contentId,
|
|
56
|
+
"aria-expanded": t.open || !1,
|
|
57
|
+
"data-state": h(t.open),
|
|
58
|
+
"data-disabled": t.disabled ? "" : void 0,
|
|
59
|
+
disabled: t.disabled,
|
|
60
|
+
...r,
|
|
61
|
+
ref: a,
|
|
62
|
+
onClick: T(e.onClick, t.onOpenToggle)
|
|
214
63
|
}
|
|
215
64
|
);
|
|
216
65
|
}
|
|
217
66
|
);
|
|
218
|
-
|
|
219
|
-
|
|
67
|
+
I.displayName = A;
|
|
68
|
+
var R = "CollapsibleContent", O = o.forwardRef(
|
|
69
|
+
(e, a) => {
|
|
70
|
+
const { forceMount: i, ...r } = e, t = g(R, e.__scopeCollapsible);
|
|
71
|
+
return /* @__PURE__ */ c(k, { present: i || t.open, children: ({ present: l }) => /* @__PURE__ */ c($, { ...r, ref: a, present: l }) });
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
O.displayName = R;
|
|
75
|
+
var $ = o.forwardRef((e, a) => {
|
|
76
|
+
const { __scopeCollapsible: i, present: r, children: t, ...l } = e, s = g(R, i), [m, d] = o.useState(r), p = o.useRef(null), C = M(a, p), y = o.useRef(0), x = y.current, N = o.useRef(0), P = N.current, b = s.open || m, _ = o.useRef(b), f = o.useRef(void 0);
|
|
77
|
+
return o.useEffect(() => {
|
|
78
|
+
const n = requestAnimationFrame(() => _.current = !1);
|
|
79
|
+
return () => cancelAnimationFrame(n);
|
|
80
|
+
}, []), L(() => {
|
|
81
|
+
const n = p.current;
|
|
82
|
+
if (n) {
|
|
83
|
+
f.current = f.current || {
|
|
84
|
+
transitionDuration: n.style.transitionDuration,
|
|
85
|
+
animationName: n.style.animationName
|
|
86
|
+
}, n.style.transitionDuration = "0s", n.style.animationName = "none";
|
|
87
|
+
const E = n.getBoundingClientRect();
|
|
88
|
+
y.current = E.height, N.current = E.width, _.current || (n.style.transitionDuration = f.current.transitionDuration, n.style.animationName = f.current.animationName), d(r);
|
|
89
|
+
}
|
|
90
|
+
}, [s.open, r]), /* @__PURE__ */ c(
|
|
91
|
+
v.div,
|
|
92
|
+
{
|
|
93
|
+
"data-state": h(s.open),
|
|
94
|
+
"data-disabled": s.disabled ? "" : void 0,
|
|
95
|
+
id: s.contentId,
|
|
96
|
+
hidden: !b,
|
|
97
|
+
...l,
|
|
98
|
+
ref: C,
|
|
99
|
+
style: {
|
|
100
|
+
"--radix-collapsible-content-height": x ? `${x}px` : void 0,
|
|
101
|
+
"--radix-collapsible-content-width": P ? `${P}px` : void 0,
|
|
102
|
+
...e.style
|
|
103
|
+
},
|
|
104
|
+
children: b && t
|
|
105
|
+
}
|
|
106
|
+
);
|
|
107
|
+
});
|
|
108
|
+
function h(e) {
|
|
220
109
|
return e ? "open" : "closed";
|
|
221
110
|
}
|
|
222
|
-
var
|
|
223
|
-
contentName: f,
|
|
224
|
-
titleName: y,
|
|
225
|
-
docsSlug: "dialog"
|
|
226
|
-
}), ie = ({ titleId: e }) => {
|
|
227
|
-
const o = j(B), n = `\`${o.contentName}\` requires a \`${o.titleName}\` for the component to be accessible for screen reader users.
|
|
228
|
-
|
|
229
|
-
If you want to hide the \`${o.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
230
|
-
|
|
231
|
-
For more information, see https://radix-ui.com/primitives/docs/components/${o.docsSlug}`;
|
|
232
|
-
return s.useEffect(() => {
|
|
233
|
-
e && (document.getElementById(e) || console.error(n));
|
|
234
|
-
}, [n, e]), null;
|
|
235
|
-
}, se = "DialogDescriptionWarning", ce = ({ contentRef: e, descriptionId: o }) => {
|
|
236
|
-
const a = `Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${j(se).contentName}}.`;
|
|
237
|
-
return s.useEffect(() => {
|
|
238
|
-
var t;
|
|
239
|
-
const r = (t = e.current) == null ? void 0 : t.getAttribute("aria-describedby");
|
|
240
|
-
o && r && (document.getElementById(o) || console.warn(a));
|
|
241
|
-
}, [a, e, o]), null;
|
|
242
|
-
}, Oe = x, Ie = T, xe = M, Ae = w, Te = S, be = W, Me = G, we = $;
|
|
111
|
+
var X = w, Y = I, Z = O;
|
|
243
112
|
export {
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
w as DialogOverlay,
|
|
252
|
-
M as DialogPortal,
|
|
253
|
-
W as DialogTitle,
|
|
254
|
-
T as DialogTrigger,
|
|
255
|
-
Ae as Overlay,
|
|
256
|
-
xe as Portal,
|
|
257
|
-
Oe as Root,
|
|
258
|
-
be as Title,
|
|
259
|
-
Ie as Trigger,
|
|
260
|
-
Pe as WarningProvider,
|
|
261
|
-
Ne as createDialogScope
|
|
113
|
+
w as Collapsible,
|
|
114
|
+
O as CollapsibleContent,
|
|
115
|
+
I as CollapsibleTrigger,
|
|
116
|
+
Z as Content,
|
|
117
|
+
X as Root,
|
|
118
|
+
Y as Trigger,
|
|
119
|
+
W as createCollapsibleScope
|
|
262
120
|
};
|
package/dist/index53.js
CHANGED
|
@@ -1,14 +1,75 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import * as i from "react";
|
|
2
|
+
import { createContextScope as C } from "./index91.js";
|
|
3
|
+
import { useCallbackRef as h } from "./index92.js";
|
|
4
|
+
import { useLayoutEffect as f } from "./index93.js";
|
|
5
|
+
import { Primitive as m } from "./index90.js";
|
|
6
|
+
import { useIsHydrated as _ } from "./index94.js";
|
|
7
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
8
|
+
var v = "Avatar", [y] = C(v), [x, A] = y(v), L = i.forwardRef(
|
|
9
|
+
(t, e) => {
|
|
10
|
+
const { __scopeAvatar: o, ...r } = t, [n, a] = i.useState("idle");
|
|
11
|
+
return /* @__PURE__ */ l(
|
|
12
|
+
x,
|
|
13
|
+
{
|
|
14
|
+
scope: o,
|
|
15
|
+
imageLoadingStatus: n,
|
|
16
|
+
onImageLoadingStatusChange: a,
|
|
17
|
+
children: /* @__PURE__ */ l(m.span, { ...r, ref: e })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
L.displayName = v;
|
|
23
|
+
var S = "AvatarImage", E = i.forwardRef(
|
|
24
|
+
(t, e) => {
|
|
25
|
+
const { __scopeAvatar: o, src: r, onLoadingStatusChange: n = () => {
|
|
26
|
+
}, ...a } = t, u = A(S, o), s = N(r, a), d = h((c) => {
|
|
27
|
+
n(c), u.onImageLoadingStatusChange(c);
|
|
28
|
+
});
|
|
29
|
+
return f(() => {
|
|
30
|
+
s !== "idle" && d(s);
|
|
31
|
+
}, [s, d]), s === "loaded" ? /* @__PURE__ */ l(m.img, { ...a, ref: e, src: r }) : null;
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
E.displayName = S;
|
|
35
|
+
var I = "AvatarFallback", R = i.forwardRef(
|
|
36
|
+
(t, e) => {
|
|
37
|
+
const { __scopeAvatar: o, delayMs: r, ...n } = t, a = A(I, o), [u, s] = i.useState(r === void 0);
|
|
38
|
+
return i.useEffect(() => {
|
|
39
|
+
if (r !== void 0) {
|
|
40
|
+
const d = window.setTimeout(() => s(!0), r);
|
|
41
|
+
return () => window.clearTimeout(d);
|
|
42
|
+
}
|
|
43
|
+
}, [r]), u && a.imageLoadingStatus !== "loaded" ? /* @__PURE__ */ l(m.span, { ...n, ref: e }) : null;
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
R.displayName = I;
|
|
47
|
+
function p(t, e) {
|
|
48
|
+
return t ? e ? (t.src !== e && (t.src = e), t.complete && t.naturalWidth > 0 ? "loaded" : "loading") : "error" : "idle";
|
|
49
|
+
}
|
|
50
|
+
function N(t, { referrerPolicy: e, crossOrigin: o }) {
|
|
51
|
+
const r = _(), n = i.useRef(null), a = r ? (n.current || (n.current = new window.Image()), n.current) : null, [u, s] = i.useState(
|
|
52
|
+
() => p(a, t)
|
|
53
|
+
);
|
|
54
|
+
return f(() => {
|
|
55
|
+
s(p(a, t));
|
|
56
|
+
}, [a, t]), f(() => {
|
|
57
|
+
const d = (w) => () => {
|
|
58
|
+
s(w);
|
|
59
|
+
};
|
|
60
|
+
if (!a) return;
|
|
61
|
+
const c = d("loaded"), g = d("error");
|
|
62
|
+
return a.addEventListener("load", c), a.addEventListener("error", g), e && (a.referrerPolicy = e), typeof o == "string" && (a.crossOrigin = o), () => {
|
|
63
|
+
a.removeEventListener("load", c), a.removeEventListener("error", g);
|
|
64
|
+
};
|
|
65
|
+
}, [a, o, e]), u;
|
|
66
|
+
}
|
|
67
|
+
var H = L, j = E, B = R;
|
|
12
68
|
export {
|
|
13
|
-
|
|
69
|
+
L as Avatar,
|
|
70
|
+
R as AvatarFallback,
|
|
71
|
+
E as AvatarImage,
|
|
72
|
+
B as Fallback,
|
|
73
|
+
j as Image,
|
|
74
|
+
H as Root
|
|
14
75
|
};
|
package/dist/index54.js
CHANGED
|
@@ -1,62 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
function C(t) {
|
|
13
|
-
const n = /* @__PURE__ */ R(t), i = o.forwardRef((e, r) => {
|
|
14
|
-
let { children: l, ...a } = e;
|
|
15
|
-
d(l) && typeof p == "function" && (l = p(l._payload));
|
|
16
|
-
const s = o.Children.toArray(l), f = s.find(b);
|
|
17
|
-
if (f) {
|
|
18
|
-
const c = f.props.children, m = s.map((u) => u === f ? o.Children.count(c) > 1 ? o.Children.only(null) : o.isValidElement(c) ? c.props.children : null : u);
|
|
19
|
-
return /* @__PURE__ */ y(n, { ...a, ref: r, children: o.isValidElement(c) ? o.cloneElement(c, void 0, m) : null });
|
|
20
|
-
}
|
|
21
|
-
return /* @__PURE__ */ y(n, { ...a, ref: r, children: l });
|
|
22
|
-
});
|
|
23
|
-
return i.displayName = `${t}.Slot`, i;
|
|
24
|
-
}
|
|
25
|
-
var V = /* @__PURE__ */ C("Slot");
|
|
26
|
-
// @__NO_SIDE_EFFECTS__
|
|
27
|
-
function R(t) {
|
|
28
|
-
const n = o.forwardRef((i, e) => {
|
|
29
|
-
let { children: r, ...l } = i;
|
|
30
|
-
if (d(r) && typeof p == "function" && (r = p(r._payload)), o.isValidElement(r)) {
|
|
31
|
-
const a = P(r), s = h(l, r.props);
|
|
32
|
-
return r.type !== o.Fragment && (s.ref = e ? S(e, a) : a), o.cloneElement(r, s);
|
|
33
|
-
}
|
|
34
|
-
return o.Children.count(r) > 1 ? o.Children.only(null) : null;
|
|
35
|
-
});
|
|
36
|
-
return n.displayName = `${t}.SlotClone`, n;
|
|
37
|
-
}
|
|
38
|
-
var _ = Symbol("radix.slottable");
|
|
39
|
-
function b(t) {
|
|
40
|
-
return o.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === _;
|
|
41
|
-
}
|
|
42
|
-
function h(t, n) {
|
|
43
|
-
const i = { ...n };
|
|
44
|
-
for (const e in n) {
|
|
45
|
-
const r = t[e], l = n[e];
|
|
46
|
-
/^on[A-Z]/.test(e) ? r && l ? i[e] = (...s) => {
|
|
47
|
-
const f = l(...s);
|
|
48
|
-
return r(...s), f;
|
|
49
|
-
} : r && (i[e] = r) : e === "style" ? i[e] = { ...r, ...l } : e === "className" && (i[e] = [r, l].filter(Boolean).join(" "));
|
|
50
|
-
}
|
|
51
|
-
return { ...t, ...i };
|
|
52
|
-
}
|
|
53
|
-
function P(t) {
|
|
54
|
-
var e, r;
|
|
55
|
-
let n = (e = Object.getOwnPropertyDescriptor(t.props, "ref")) == null ? void 0 : e.get, i = n && "isReactWarning" in n && n.isReactWarning;
|
|
56
|
-
return i ? t.ref : (n = (r = Object.getOwnPropertyDescriptor(t, "ref")) == null ? void 0 : r.get, i = n && "isReactWarning" in n && n.isReactWarning, i ? t.props.ref : t.props.ref || t.ref);
|
|
57
|
-
}
|
|
1
|
+
import e from "./index106.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license lucide-react v0.460.0 - ISC
|
|
4
|
+
*
|
|
5
|
+
* This source code is licensed under the ISC license.
|
|
6
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
+
*/
|
|
8
|
+
const t = e("ChevronsUpDown", [
|
|
9
|
+
["path", { d: "m7 15 5 5 5-5", key: "1hf1tw" }],
|
|
10
|
+
["path", { d: "m7 9 5-5 5 5", key: "sgt6xg" }]
|
|
11
|
+
]);
|
|
58
12
|
export {
|
|
59
|
-
|
|
60
|
-
V as Slot,
|
|
61
|
-
C as createSlot
|
|
13
|
+
t as default
|
|
62
14
|
};
|