@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/index139.js
CHANGED
|
@@ -1,4 +1,130 @@
|
|
|
1
|
-
|
|
1
|
+
const j = ["top", "right", "bottom", "left"], m = Math.min, p = Math.max, C = Math.round, L = Math.floor, E = (t) => ({
|
|
2
|
+
x: t,
|
|
3
|
+
y: t
|
|
4
|
+
}), h = {
|
|
5
|
+
left: "right",
|
|
6
|
+
right: "left",
|
|
7
|
+
bottom: "top",
|
|
8
|
+
top: "bottom"
|
|
9
|
+
}, x = {
|
|
10
|
+
start: "end",
|
|
11
|
+
end: "start"
|
|
12
|
+
};
|
|
13
|
+
function R(t, e, n) {
|
|
14
|
+
return p(t, m(e, n));
|
|
15
|
+
}
|
|
16
|
+
function T(t, e) {
|
|
17
|
+
return typeof t == "function" ? t(e) : t;
|
|
18
|
+
}
|
|
19
|
+
function g(t) {
|
|
20
|
+
return t.split("-")[0];
|
|
21
|
+
}
|
|
22
|
+
function a(t) {
|
|
23
|
+
return t.split("-")[1];
|
|
24
|
+
}
|
|
25
|
+
function b(t) {
|
|
26
|
+
return t === "x" ? "y" : "x";
|
|
27
|
+
}
|
|
28
|
+
function d(t) {
|
|
29
|
+
return t === "y" ? "height" : "width";
|
|
30
|
+
}
|
|
31
|
+
const A = /* @__PURE__ */ new Set(["top", "bottom"]);
|
|
32
|
+
function P(t) {
|
|
33
|
+
return A.has(g(t)) ? "y" : "x";
|
|
34
|
+
}
|
|
35
|
+
function y(t) {
|
|
36
|
+
return b(P(t));
|
|
37
|
+
}
|
|
38
|
+
function k(t, e, n) {
|
|
39
|
+
n === void 0 && (n = !1);
|
|
40
|
+
const r = a(t), i = y(t), o = d(i);
|
|
41
|
+
let c = i === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
|
|
42
|
+
return e.reference[o] > e.floating[o] && (c = f(c)), [c, f(c)];
|
|
43
|
+
}
|
|
44
|
+
function q(t) {
|
|
45
|
+
const e = f(t);
|
|
46
|
+
return [s(t), e, s(e)];
|
|
47
|
+
}
|
|
48
|
+
function s(t) {
|
|
49
|
+
return t.replace(/start|end/g, (e) => x[e]);
|
|
50
|
+
}
|
|
51
|
+
const u = ["left", "right"], l = ["right", "left"], M = ["top", "bottom"], O = ["bottom", "top"];
|
|
52
|
+
function S(t, e, n) {
|
|
53
|
+
switch (t) {
|
|
54
|
+
case "top":
|
|
55
|
+
case "bottom":
|
|
56
|
+
return n ? e ? l : u : e ? u : l;
|
|
57
|
+
case "left":
|
|
58
|
+
case "right":
|
|
59
|
+
return e ? M : O;
|
|
60
|
+
default:
|
|
61
|
+
return [];
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
function z(t, e, n, r) {
|
|
65
|
+
const i = a(t);
|
|
66
|
+
let o = S(g(t), n === "start", r);
|
|
67
|
+
return i && (o = o.map((c) => c + "-" + i), e && (o = o.concat(o.map(s)))), o;
|
|
68
|
+
}
|
|
69
|
+
function f(t) {
|
|
70
|
+
return t.replace(/left|right|bottom|top/g, (e) => h[e]);
|
|
71
|
+
}
|
|
72
|
+
function w(t) {
|
|
73
|
+
return {
|
|
74
|
+
top: 0,
|
|
75
|
+
right: 0,
|
|
76
|
+
bottom: 0,
|
|
77
|
+
left: 0,
|
|
78
|
+
...t
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
function B(t) {
|
|
82
|
+
return typeof t != "number" ? w(t) : {
|
|
83
|
+
top: t,
|
|
84
|
+
right: t,
|
|
85
|
+
bottom: t,
|
|
86
|
+
left: t
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
function D(t) {
|
|
90
|
+
const {
|
|
91
|
+
x: e,
|
|
92
|
+
y: n,
|
|
93
|
+
width: r,
|
|
94
|
+
height: i
|
|
95
|
+
} = t;
|
|
96
|
+
return {
|
|
97
|
+
width: r,
|
|
98
|
+
height: i,
|
|
99
|
+
top: n,
|
|
100
|
+
left: e,
|
|
101
|
+
right: e + r,
|
|
102
|
+
bottom: n + i,
|
|
103
|
+
x: e,
|
|
104
|
+
y: n
|
|
105
|
+
};
|
|
106
|
+
}
|
|
2
107
|
export {
|
|
3
|
-
|
|
108
|
+
R as clamp,
|
|
109
|
+
E as createCoords,
|
|
110
|
+
T as evaluate,
|
|
111
|
+
w as expandPaddingObject,
|
|
112
|
+
L as floor,
|
|
113
|
+
a as getAlignment,
|
|
114
|
+
y as getAlignmentAxis,
|
|
115
|
+
k as getAlignmentSides,
|
|
116
|
+
d as getAxisLength,
|
|
117
|
+
q as getExpandedPlacements,
|
|
118
|
+
s as getOppositeAlignmentPlacement,
|
|
119
|
+
b as getOppositeAxis,
|
|
120
|
+
z as getOppositeAxisPlacements,
|
|
121
|
+
f as getOppositePlacement,
|
|
122
|
+
B as getPaddingObject,
|
|
123
|
+
g as getSide,
|
|
124
|
+
P as getSideAxis,
|
|
125
|
+
p as max,
|
|
126
|
+
m as min,
|
|
127
|
+
D as rectToClientRect,
|
|
128
|
+
C as round,
|
|
129
|
+
j as sides
|
|
4
130
|
};
|
package/dist/index14.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import { Command as r } from "./
|
|
2
|
+
import { Command as r } from "./index57.js";
|
|
3
3
|
import * as o from "react";
|
|
4
4
|
import { cn as d } from "./index2.js";
|
|
5
5
|
import { Dialog as s, DialogContent as n } from "./index15.js";
|
|
6
|
-
import l from "./
|
|
6
|
+
import l from "./index58.js";
|
|
7
7
|
const p = o.forwardRef(({ className: e, ...a }, m) => /* @__PURE__ */ t(
|
|
8
8
|
r,
|
|
9
9
|
{
|
package/dist/index140.js
CHANGED
|
@@ -1,4 +1,136 @@
|
|
|
1
|
-
|
|
1
|
+
function c() {
|
|
2
|
+
return typeof window < "u";
|
|
3
|
+
}
|
|
4
|
+
function u(t) {
|
|
5
|
+
return p(t) ? (t.nodeName || "").toLowerCase() : "#document";
|
|
6
|
+
}
|
|
7
|
+
function i(t) {
|
|
8
|
+
var e;
|
|
9
|
+
return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
|
|
10
|
+
}
|
|
11
|
+
function N(t) {
|
|
12
|
+
var e;
|
|
13
|
+
return (e = (p(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
|
|
14
|
+
}
|
|
15
|
+
function p(t) {
|
|
16
|
+
return c() ? t instanceof Node || t instanceof i(t).Node : !1;
|
|
17
|
+
}
|
|
18
|
+
function m(t) {
|
|
19
|
+
return c() ? t instanceof Element || t instanceof i(t).Element : !1;
|
|
20
|
+
}
|
|
21
|
+
function w(t) {
|
|
22
|
+
return c() ? t instanceof HTMLElement || t instanceof i(t).HTMLElement : !1;
|
|
23
|
+
}
|
|
24
|
+
function f(t) {
|
|
25
|
+
return !c() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof i(t).ShadowRoot;
|
|
26
|
+
}
|
|
27
|
+
const E = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
28
|
+
function y(t) {
|
|
29
|
+
const {
|
|
30
|
+
overflow: e,
|
|
31
|
+
overflowX: n,
|
|
32
|
+
overflowY: o,
|
|
33
|
+
display: r
|
|
34
|
+
} = S(t);
|
|
35
|
+
return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !E.has(r);
|
|
36
|
+
}
|
|
37
|
+
const T = /* @__PURE__ */ new Set(["table", "td", "th"]);
|
|
38
|
+
function A(t) {
|
|
39
|
+
return T.has(u(t));
|
|
40
|
+
}
|
|
41
|
+
const v = [":popover-open", ":modal"];
|
|
42
|
+
function L(t) {
|
|
43
|
+
return v.some((e) => {
|
|
44
|
+
try {
|
|
45
|
+
return t.matches(e);
|
|
46
|
+
} catch {
|
|
47
|
+
return !1;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
const D = ["transform", "translate", "scale", "rotate", "perspective"], C = ["transform", "translate", "scale", "rotate", "perspective", "filter"], k = ["paint", "layout", "strict", "content"];
|
|
52
|
+
function V(t) {
|
|
53
|
+
const e = O(), n = m(t) ? S(t) : t;
|
|
54
|
+
return D.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || C.some((o) => (n.willChange || "").includes(o)) || k.some((o) => (n.contain || "").includes(o));
|
|
55
|
+
}
|
|
56
|
+
function B(t) {
|
|
57
|
+
let e = s(t);
|
|
58
|
+
for (; w(e) && !h(e); ) {
|
|
59
|
+
if (V(e))
|
|
60
|
+
return e;
|
|
61
|
+
if (L(e))
|
|
62
|
+
return null;
|
|
63
|
+
e = s(e);
|
|
64
|
+
}
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
function O() {
|
|
68
|
+
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
69
|
+
}
|
|
70
|
+
const R = /* @__PURE__ */ new Set(["html", "body", "#document"]);
|
|
71
|
+
function h(t) {
|
|
72
|
+
return R.has(u(t));
|
|
73
|
+
}
|
|
74
|
+
function S(t) {
|
|
75
|
+
return i(t).getComputedStyle(t);
|
|
76
|
+
}
|
|
77
|
+
function F(t) {
|
|
78
|
+
return m(t) ? {
|
|
79
|
+
scrollLeft: t.scrollLeft,
|
|
80
|
+
scrollTop: t.scrollTop
|
|
81
|
+
} : {
|
|
82
|
+
scrollLeft: t.scrollX,
|
|
83
|
+
scrollTop: t.scrollY
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
function s(t) {
|
|
87
|
+
if (u(t) === "html")
|
|
88
|
+
return t;
|
|
89
|
+
const e = (
|
|
90
|
+
// Step into the shadow DOM of the parent of a slotted node.
|
|
91
|
+
t.assignedSlot || // DOM Element detected.
|
|
92
|
+
t.parentNode || // ShadowRoot detected.
|
|
93
|
+
f(t) && t.host || // Fallback.
|
|
94
|
+
N(t)
|
|
95
|
+
);
|
|
96
|
+
return f(e) ? e.host : e;
|
|
97
|
+
}
|
|
98
|
+
function b(t) {
|
|
99
|
+
const e = s(t);
|
|
100
|
+
return h(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : w(e) && y(e) ? e : b(e);
|
|
101
|
+
}
|
|
102
|
+
function d(t, e, n) {
|
|
103
|
+
var o;
|
|
104
|
+
e === void 0 && (e = []), n === void 0 && (n = !0);
|
|
105
|
+
const r = b(t), g = r === ((o = t.ownerDocument) == null ? void 0 : o.body), l = i(r);
|
|
106
|
+
if (g) {
|
|
107
|
+
const a = _(l);
|
|
108
|
+
return e.concat(l, l.visualViewport || [], y(r) ? r : [], a && n ? d(a) : []);
|
|
109
|
+
}
|
|
110
|
+
return e.concat(r, d(r, [], n));
|
|
111
|
+
}
|
|
112
|
+
function _(t) {
|
|
113
|
+
return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
|
|
114
|
+
}
|
|
2
115
|
export {
|
|
3
|
-
|
|
116
|
+
S as getComputedStyle,
|
|
117
|
+
B as getContainingBlock,
|
|
118
|
+
N as getDocumentElement,
|
|
119
|
+
_ as getFrameElement,
|
|
120
|
+
b as getNearestOverflowAncestor,
|
|
121
|
+
u as getNodeName,
|
|
122
|
+
F as getNodeScroll,
|
|
123
|
+
d as getOverflowAncestors,
|
|
124
|
+
s as getParentNode,
|
|
125
|
+
i as getWindow,
|
|
126
|
+
V as isContainingBlock,
|
|
127
|
+
m as isElement,
|
|
128
|
+
w as isHTMLElement,
|
|
129
|
+
h as isLastTraversableNode,
|
|
130
|
+
p as isNode,
|
|
131
|
+
y as isOverflowElement,
|
|
132
|
+
f as isShadowRoot,
|
|
133
|
+
A as isTableElement,
|
|
134
|
+
L as isTopLayer,
|
|
135
|
+
O as isWebKit
|
|
4
136
|
};
|
package/dist/index141.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as d from "react";
|
|
2
2
|
import { styleSingleton as f } from "./index142.js";
|
|
3
|
-
import { noScrollbarsClassName as p, zeroRightClassName as g, fullWidthClassName as l, removedBarSizeVariable as v } from "./
|
|
3
|
+
import { noScrollbarsClassName as p, zeroRightClassName as g, fullWidthClassName as l, removedBarSizeVariable as v } from "./index133.js";
|
|
4
4
|
import { getGapWidth as m } from "./index151.js";
|
|
5
5
|
var b = f(), e = "data-scroll-locked", h = function(n, a, o, t) {
|
|
6
6
|
var r = n.left, i = n.top, s = n.right, c = n.gap;
|
package/dist/index145.js
CHANGED
package/dist/index15.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o, jsxs as r } from "react/jsx-runtime";
|
|
2
|
-
import { Root as p, Close as i, Portal as x, Trigger as N, Content as n, Description as c, Overlay as d, Title as m } from "./
|
|
2
|
+
import { Root as p, Close as i, Portal as x, Trigger as N, Content as n, Description as c, Overlay as d, Title as m } from "./index51.js";
|
|
3
3
|
import * as l from "react";
|
|
4
4
|
import { cn as t } from "./index2.js";
|
|
5
|
-
import y from "./
|
|
5
|
+
import y from "./index52.js";
|
|
6
6
|
const j = p, z = N, D = x, F = i, f = l.forwardRef(({ className: e, ...a }, s) => /* @__PURE__ */ o(
|
|
7
7
|
d,
|
|
8
8
|
{
|
package/dist/index17.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { Root as w, Group as h, Portal as d, RadioGroup as N, Sub as v, Trigger as R, CheckboxItem as m, ItemIndicator as l, Content as c, Item as u, Label as f, RadioItem as y, Separator as b, SubContent as g, SubTrigger as x } from "./
|
|
2
|
+
import { Root as w, Group as h, Portal as d, RadioGroup as N, Sub as v, Trigger as R, CheckboxItem as m, ItemIndicator as l, Content as c, Item as u, Label as f, RadioItem as y, Separator as b, SubContent as g, SubTrigger as x } from "./index63.js";
|
|
3
3
|
import * as s from "react";
|
|
4
4
|
import { cn as n } from "./index2.js";
|
|
5
|
-
import D from "./
|
|
6
|
-
import M from "./
|
|
7
|
-
import S from "./
|
|
5
|
+
import D from "./index56.js";
|
|
6
|
+
import M from "./index64.js";
|
|
7
|
+
import S from "./index65.js";
|
|
8
8
|
const H = w, J = R, K = h, O = d, Q = v, U = N, I = s.forwardRef(({ className: e, inset: r, children: o, ...t }, i) => /* @__PURE__ */ p(
|
|
9
9
|
x,
|
|
10
10
|
{
|
package/dist/index18.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { Root as F } from "./
|
|
2
|
+
import { Root as F } from "./index53.js";
|
|
3
3
|
import * as s from "react";
|
|
4
|
-
import { FormProvider as u, Controller as p, useFormContext as x } from "./
|
|
4
|
+
import { FormProvider as u, Controller as p, useFormContext as x } from "./index72.js";
|
|
5
5
|
import { cn as a } from "./index2.js";
|
|
6
6
|
import { Label as I } from "./index20.js";
|
|
7
7
|
const D = u, f = s.createContext({}), M = ({
|
package/dist/index20.js
CHANGED
package/dist/index21.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { Root as c, Anchor as m, Trigger as s, Portal as i, Content as r } from "./
|
|
2
|
+
import { Root as c, Anchor as m, Trigger as s, Portal as i, Content as r } from "./index75.js";
|
|
3
3
|
import * as l from "react";
|
|
4
4
|
import { cn as d } from "./index2.js";
|
|
5
5
|
const h = c, v = s, y = m, f = l.forwardRef(({ className: e, align: t = "center", sideOffset: n = 4, ...a }, p) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o(
|
package/dist/index22.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { Root as n, Indicator as d } from "./
|
|
2
|
+
import { Root as n, Indicator as d } from "./index59.js";
|
|
3
3
|
import * as l from "react";
|
|
4
4
|
import { cn as c } from "./index2.js";
|
|
5
5
|
const f = l.forwardRef(
|
package/dist/index23.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { Root as i, Item as t, Indicator as d } from "./
|
|
2
|
+
import { Root as i, Item as t, Indicator as d } from "./index73.js";
|
|
3
3
|
import * as s from "react";
|
|
4
4
|
import { cn as m } from "./index2.js";
|
|
5
|
-
import l from "./
|
|
5
|
+
import l from "./index64.js";
|
|
6
6
|
const c = s.forwardRef(({ className: e, ...o }, a) => /* @__PURE__ */ r(i, { className: m("grid gap-2", e), ...o, ref: a }));
|
|
7
7
|
c.displayName = i.displayName;
|
|
8
8
|
const n = s.forwardRef(({ className: e, ...o }, a) => /* @__PURE__ */ r(
|
package/dist/index24.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { Root as i, Viewport as p, Corner as d, ScrollAreaScrollbar as c, ScrollAreaThumb as f } from "./
|
|
2
|
+
import { Root as i, Viewport as p, Corner as d, ScrollAreaScrollbar as c, ScrollAreaThumb as f } from "./index50.js";
|
|
3
3
|
import * as s from "react";
|
|
4
4
|
import { cn as n } from "./index2.js";
|
|
5
5
|
const h = s.forwardRef(({ className: l, children: e, ...a }, o) => /* @__PURE__ */ m(
|
package/dist/index25.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import { Root as N, Group as b, Value as g, Portal as S, Content as c, Viewport as v, Item as m, ItemIndicator as R, ItemText as C, Label as n, ScrollDownButton as p, ScrollUpButton as d, Separator as f, Trigger as y, Icon as j } from "./
|
|
2
|
+
import { Root as N, Group as b, Value as g, Portal as S, Content as c, Viewport as v, Item as m, ItemIndicator as R, ItemText as C, Label as n, ScrollDownButton as p, ScrollUpButton as d, Separator as f, Trigger as y, Icon as j } from "./index69.js";
|
|
3
3
|
import * as o from "react";
|
|
4
4
|
import { cn as l } from "./index2.js";
|
|
5
|
-
import I from "./
|
|
5
|
+
import I from "./index56.js";
|
|
6
6
|
import u from "./index46.js";
|
|
7
|
-
import B from "./
|
|
7
|
+
import B from "./index70.js";
|
|
8
8
|
const E = N, F = b, H = g, k = o.forwardRef(({ className: t, children: a, ...r }, s) => /* @__PURE__ */ i(
|
|
9
9
|
y,
|
|
10
10
|
{
|
package/dist/index26.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { Root as o } from "./
|
|
2
|
+
import { Root as o } from "./index68.js";
|
|
3
3
|
import * as f from "react";
|
|
4
4
|
import { cn as i } from "./index2.js";
|
|
5
5
|
const s = f.forwardRef(({ className: a, orientation: r = "horizontal", decorative: m = !0, ...p }, t) => /* @__PURE__ */ l(
|
package/dist/index27.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import { Root as x, Close as l, Portal as g, Trigger as N, Content as n, Description as m, Overlay as c, Title as d } from "./
|
|
2
|
+
import { Root as x, Close as l, Portal as g, Trigger as N, Content as n, Description as m, Overlay as c, Title as d } from "./index51.js";
|
|
3
3
|
import { cva as y } from "./index47.js";
|
|
4
4
|
import * as a from "react";
|
|
5
5
|
import { cn as r } from "./index2.js";
|
|
6
|
-
import b from "./
|
|
6
|
+
import b from "./index52.js";
|
|
7
7
|
const H = x, O = N, P = l, u = g, f = a.forwardRef(({ className: e, ...t }, o) => /* @__PURE__ */ s(
|
|
8
8
|
c,
|
|
9
9
|
{
|
package/dist/index29.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as b, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Root as n, Track as a, Range as p, Thumb as l } from "./
|
|
2
|
+
import { Root as n, Track as a, Range as p, Thumb as l } from "./index61.js";
|
|
3
3
|
import * as d from "react";
|
|
4
4
|
import { cn as h } from "./index2.js";
|
|
5
5
|
const g = d.forwardRef(({ className: i, defaultValue: r, value: o, ...s }, m) => {
|
package/dist/index31.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Root as i, Thumb as t } from "./
|
|
2
|
+
import { Root as i, Thumb as t } from "./index60.js";
|
|
3
3
|
import * as n from "react";
|
|
4
4
|
import { cn as r } from "./index2.js";
|
|
5
5
|
const c = n.forwardRef(({ className: o, ...s }, a) => /* @__PURE__ */ e(
|
package/dist/index33.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { Root as d, Content as o, List as n, Trigger as c } from "./
|
|
2
|
+
import { Root as d, Content as o, List as n, Trigger as c } from "./index67.js";
|
|
3
3
|
import * as s from "react";
|
|
4
4
|
import { cn as r } from "./index2.js";
|
|
5
5
|
const g = d, f = s.forwardRef(({ className: e, ...t }, i) => /* @__PURE__ */ a(
|
package/dist/index36.js
CHANGED
package/dist/index37.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { Root as p, Trigger as n, Portal as s, Content as i, Provider as l } from "./
|
|
2
|
+
import { Root as p, Trigger as n, Portal as s, Content as i, Provider as l } from "./index66.js";
|
|
3
3
|
import * as m from "react";
|
|
4
4
|
import { cn as d } from "./index2.js";
|
|
5
5
|
const c = ({
|
package/dist/index45.js
CHANGED
|
@@ -5,7 +5,7 @@ import { useComposedRefs as $ } from "./index78.js";
|
|
|
5
5
|
import { composeEventHandlers as ee } from "./index79.js";
|
|
6
6
|
import { useControllableState as M } from "./index80.js";
|
|
7
7
|
import { Primitive as V } from "./index81.js";
|
|
8
|
-
import { createCollapsibleScope as H, Content as oe, Root as re, Trigger as te } from "./
|
|
8
|
+
import { createCollapsibleScope as H, Content as oe, Root as re, Trigger as te } from "./index74.js";
|
|
9
9
|
import { useId as ne } from "./index82.js";
|
|
10
10
|
import { useDirection as ce } from "./index83.js";
|
|
11
11
|
import { jsx as n } from "react/jsx-runtime";
|
package/dist/index46.js
CHANGED
package/dist/index48.js
CHANGED
|
@@ -1,62 +1,75 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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(" "));
|
|
1
|
+
import * as i from "react";
|
|
2
|
+
import { createContextScope as C } from "./index84.js";
|
|
3
|
+
import { useCallbackRef as h } from "./index85.js";
|
|
4
|
+
import { useLayoutEffect as f } from "./index86.js";
|
|
5
|
+
import { Primitive as m } from "./index87.js";
|
|
6
|
+
import { useIsHydrated as _ } from "./index88.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;
|
|
50
44
|
}
|
|
51
|
-
|
|
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";
|
|
52
49
|
}
|
|
53
|
-
function
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
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;
|
|
57
66
|
}
|
|
67
|
+
var H = L, j = E, B = R;
|
|
58
68
|
export {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
69
|
+
L as Avatar,
|
|
70
|
+
R as AvatarFallback,
|
|
71
|
+
E as AvatarImage,
|
|
72
|
+
B as Fallback,
|
|
73
|
+
j as Image,
|
|
74
|
+
H as Root
|
|
62
75
|
};
|