@drjoshcsimmons/scl 0.2.7 → 0.3.1
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/components/ui/accordion/accordion.d.ts.map +1 -1
- package/dist/components/ui/alert/alert.d.ts +5 -4
- package/dist/components/ui/alert/alert.d.ts.map +1 -1
- package/dist/components/ui/alert/index.d.ts +1 -1
- package/dist/components/ui/alert/index.d.ts.map +1 -1
- package/dist/components/ui/avatar/avatar.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +4 -6
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/badge/index.d.ts +1 -1
- package/dist/components/ui/badge/index.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +6 -7
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/button/index.d.ts +1 -1
- package/dist/components/ui/button/index.d.ts.map +1 -1
- package/dist/components/ui/card/card.d.ts.map +1 -1
- package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/ui/collapsible/collapsible.d.ts.map +1 -1
- package/dist/components/ui/dialog/dialog.d.ts.map +1 -1
- package/dist/components/ui/input/input.d.ts.map +1 -1
- package/dist/components/ui/label/label.d.ts +1 -2
- package/dist/components/ui/label/label.d.ts.map +1 -1
- package/dist/components/ui/popover/popover.d.ts.map +1 -1
- package/dist/components/ui/progress/progress.d.ts +0 -3
- package/dist/components/ui/progress/progress.d.ts.map +1 -1
- package/dist/components/ui/radio-group/radio-group.d.ts.map +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/select/select.d.ts.map +1 -1
- package/dist/components/ui/separator/separator.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +1 -0
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/slider/slider.d.ts.map +1 -1
- package/dist/components/ui/switch/switch.d.ts.map +1 -1
- package/dist/components/ui/table/table.d.ts.map +1 -1
- package/dist/components/ui/tabs/tabs.d.ts.map +1 -1
- package/dist/components/ui/textarea/textarea.d.ts.map +1 -1
- package/dist/components/ui/toggle/index.d.ts +1 -1
- package/dist/components/ui/toggle/index.d.ts.map +1 -1
- package/dist/components/ui/toggle/toggle.d.ts +6 -10
- package/dist/components/ui/toggle/toggle.d.ts.map +1 -1
- package/dist/components/ui/tooltip/tooltip.d.ts.map +1 -1
- package/dist/globals.css +222 -287
- package/dist/index.d.ts +1 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +115 -184
- package/dist/index10.js +29 -57
- package/dist/index100.js +5 -14
- package/dist/index101.js +45 -5
- package/dist/index102.js +54 -24
- package/dist/index103.js +30 -55
- package/dist/index104.js +1 -1
- package/dist/index105.js +3 -218
- package/dist/index106.js +218 -8
- package/dist/index107.js +47 -29
- package/dist/index108.js +27 -178
- package/dist/index109.js +44 -646
- package/dist/index11.js +6 -19
- package/dist/index110.js +9 -30
- package/dist/index111.js +6 -48
- package/dist/index112.js +1 -1
- package/dist/index113.js +12 -6
- package/dist/index114.js +1 -1
- package/dist/index115.js +200 -42
- package/dist/index116.js +22 -12
- package/dist/index117.js +399 -20
- package/dist/index118.js +2 -9
- package/dist/index119.js +50 -35
- package/dist/index12.js +80 -5
- package/dist/index120.js +62 -15
- package/dist/index121.js +22 -203
- package/dist/index122.js +27 -20
- package/dist/index123.js +5 -400
- package/dist/index124.js +2 -48
- package/dist/index125.js +2 -2
- package/dist/index126.js +5 -53
- package/dist/index127.js +3 -65
- package/dist/index128.js +22 -23
- package/dist/index129.js +111 -27
- package/dist/index13.js +16 -136
- package/dist/index130.js +16 -5
- package/dist/index131.js +525 -2
- package/dist/index132.js +128 -2
- package/dist/index133.js +134 -5
- package/dist/index134.js +65 -3
- package/dist/index135.js +69 -24
- package/dist/index136.js +9 -113
- package/dist/index137.js +14 -16
- package/dist/index138.js +64 -523
- package/dist/index139.js +3 -127
- package/dist/index14.js +11 -97
- package/dist/index140.js +22 -133
- package/dist/index141.js +12 -68
- package/dist/index142.js +26 -7
- package/dist/index143.js +5 -14
- package/dist/index144.js +22 -65
- package/dist/index15.js +18 -72
- package/dist/index16.js +30 -252
- package/dist/index17.js +20 -133
- package/dist/index18.js +37 -89
- package/dist/index19.js +138 -18
- package/dist/index2.js +5 -5
- package/dist/index20.js +21 -10
- package/dist/index21.js +13 -22
- package/dist/index22.js +24 -35
- package/dist/index23.js +13 -19
- package/dist/index24.js +32 -37
- package/dist/index25.js +23 -102
- package/dist/index26.js +16 -20
- package/dist/index27.js +11 -72
- package/dist/index28.js +24 -12
- package/dist/index29.js +99 -28
- package/dist/index3.js +6 -6
- package/dist/index30.js +39 -111
- package/dist/index31.js +11 -25
- package/dist/index32.js +49 -65
- package/dist/index33.js +65 -43
- package/dist/index34.js +230 -79
- package/dist/index36.js +58 -33
- package/dist/index4.js +42 -26
- package/dist/index41.js +73 -49
- package/dist/index43.js +159 -13
- package/dist/index45.js +232 -210
- package/dist/index47.js +18 -33
- package/dist/index5.js +21 -32
- package/dist/index50.js +211 -505
- package/dist/index52.js +31 -12
- package/dist/index55.js +860 -12
- package/dist/index57.js +71 -299
- package/dist/index59.js +21 -81
- package/dist/index6.js +26 -70
- package/dist/index61.js +487 -392
- package/dist/index63.js +210 -194
- package/dist/index65.js +435 -11
- package/dist/index67.js +98 -141
- package/dist/index69.js +213 -824
- package/dist/index7.js +7 -40
- package/dist/index71.js +333 -28
- package/dist/index73.js +91 -197
- package/dist/index77.js +25 -44
- package/dist/index78.js +52 -24
- package/dist/index79.js +10 -6
- package/dist/index8.js +20 -26
- package/dist/index80.js +4 -52
- package/dist/index81.js +8 -12
- package/dist/index82.js +12 -10
- package/dist/index83.js +30 -8
- package/dist/index84.js +5 -53
- package/dist/index85.js +67 -10
- package/dist/index86.js +180 -3
- package/dist/index87.js +68 -29
- package/dist/index88.js +33 -12
- package/dist/index89.js +7 -8
- package/dist/index9.js +33 -36
- package/dist/index90.js +48 -65
- package/dist/index91.js +10 -3
- package/dist/index92.js +5 -5
- package/dist/index93.js +3 -3
- package/dist/index94.js +2 -2
- package/dist/index96.js +3 -3
- package/dist/index98.js +1 -1
- package/dist/index99.js +25 -30
- package/dist/lib/utils.d.ts +8 -8
- package/dist/lib/utils.d.ts.map +1 -1
- package/package.json +5 -46
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts +0 -21
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog/index.d.ts +0 -2
- package/dist/components/ui/alert-dialog/index.d.ts.map +0 -1
- package/dist/components/ui/combobox/combobox.d.ts +0 -31
- package/dist/components/ui/combobox/combobox.d.ts.map +0 -1
- package/dist/components/ui/combobox/index.d.ts +0 -3
- package/dist/components/ui/combobox/index.d.ts.map +0 -1
- package/dist/components/ui/command/command.d.ts +0 -85
- package/dist/components/ui/command/command.d.ts.map +0 -1
- package/dist/components/ui/command/index.d.ts +0 -2
- package/dist/components/ui/command/index.d.ts.map +0 -1
- package/dist/components/ui/dithered-image/dithered-image.d.ts +0 -21
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +0 -1
- package/dist/components/ui/dithered-image/index.d.ts +0 -3
- package/dist/components/ui/dithered-image/index.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +0 -28
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu/index.d.ts +0 -2
- package/dist/components/ui/dropdown-menu/index.d.ts.map +0 -1
- package/dist/components/ui/form/form.d.ts +0 -24
- package/dist/components/ui/form/form.d.ts.map +0 -1
- package/dist/components/ui/form/index.d.ts +0 -2
- package/dist/components/ui/form/index.d.ts.map +0 -1
- package/dist/components/ui/sheet/index.d.ts +0 -2
- package/dist/components/ui/sheet/index.d.ts.map +0 -1
- package/dist/components/ui/sheet/sheet.d.ts +0 -26
- package/dist/components/ui/sheet/sheet.d.ts.map +0 -1
- package/dist/components/ui/statusline/index.d.ts +0 -2
- package/dist/components/ui/statusline/index.d.ts.map +0 -1
- package/dist/components/ui/statusline/statusline.d.ts +0 -40
- package/dist/components/ui/statusline/statusline.d.ts.map +0 -1
- package/dist/components/ui/terminal-textarea/index.d.ts +0 -2
- package/dist/components/ui/terminal-textarea/index.d.ts.map +0 -1
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -16
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +0 -1
- package/dist/index145.js +0 -67
- package/dist/index146.js +0 -6
- package/dist/index147.js +0 -25
- package/dist/index148.js +0 -15
- package/dist/index149.js +0 -30
- package/dist/index150.js +0 -7
- package/dist/index151.js +0 -25
- package/dist/index35.js +0 -20
- package/dist/index37.js +0 -28
- package/dist/index38.js +0 -102
- package/dist/index39.js +0 -41
- package/dist/index40.js +0 -13
- package/dist/index42.js +0 -68
- package/dist/index44.js +0 -2265
- package/dist/index46.js +0 -13
- package/dist/index48.js +0 -75
- package/dist/index49.js +0 -127
- package/dist/index51.js +0 -262
- package/dist/index53.js +0 -62
- package/dist/index54.js +0 -20
- package/dist/index56.js +0 -11
- package/dist/index58.js +0 -14
- package/dist/index60.js +0 -132
- package/dist/index62.js +0 -251
- package/dist/index64.js +0 -13
- package/dist/index66.js +0 -338
- package/dist/index68.js +0 -24
- package/dist/index70.js +0 -11
- package/dist/index72.js +0 -256
- package/dist/index74.js +0 -120
- package/dist/index75.js +0 -243
- package/dist/index76.js +0 -70
package/dist/index133.js
CHANGED
|
@@ -1,7 +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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
7
136
|
};
|
package/dist/index134.js
CHANGED
|
@@ -1,5 +1,67 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { __assign as d } from "./index121.js";
|
|
2
|
+
function l(r) {
|
|
3
|
+
return r;
|
|
4
|
+
}
|
|
5
|
+
function h(r, t) {
|
|
6
|
+
t === void 0 && (t = l);
|
|
7
|
+
var e = [], o = !1, c = {
|
|
8
|
+
read: function() {
|
|
9
|
+
if (o)
|
|
10
|
+
throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");
|
|
11
|
+
return e.length ? e[e.length - 1] : r;
|
|
12
|
+
},
|
|
13
|
+
useMedium: function(u) {
|
|
14
|
+
var n = t(u, o);
|
|
15
|
+
return e.push(n), function() {
|
|
16
|
+
e = e.filter(function(i) {
|
|
17
|
+
return i !== n;
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
},
|
|
21
|
+
assignSyncMedium: function(u) {
|
|
22
|
+
for (o = !0; e.length; ) {
|
|
23
|
+
var n = e;
|
|
24
|
+
e = [], n.forEach(u);
|
|
25
|
+
}
|
|
26
|
+
e = {
|
|
27
|
+
push: function(i) {
|
|
28
|
+
return u(i);
|
|
29
|
+
},
|
|
30
|
+
filter: function() {
|
|
31
|
+
return e;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
assignMedium: function(u) {
|
|
36
|
+
o = !0;
|
|
37
|
+
var n = [];
|
|
38
|
+
if (e.length) {
|
|
39
|
+
var i = e;
|
|
40
|
+
e = [], i.forEach(u), n = e;
|
|
41
|
+
}
|
|
42
|
+
var s = function() {
|
|
43
|
+
var f = n;
|
|
44
|
+
n = [], f.forEach(u);
|
|
45
|
+
}, a = function() {
|
|
46
|
+
return Promise.resolve().then(s);
|
|
47
|
+
};
|
|
48
|
+
a(), e = {
|
|
49
|
+
push: function(f) {
|
|
50
|
+
n.push(f), a();
|
|
51
|
+
},
|
|
52
|
+
filter: function(f) {
|
|
53
|
+
return n = n.filter(f), e;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
return c;
|
|
59
|
+
}
|
|
60
|
+
function v(r) {
|
|
61
|
+
r === void 0 && (r = {});
|
|
62
|
+
var t = h(null);
|
|
63
|
+
return t.options = d({ async: !0, ssr: !1 }, r), t;
|
|
64
|
+
}
|
|
3
65
|
export {
|
|
4
|
-
|
|
66
|
+
v as createSidecarMedium
|
|
5
67
|
};
|
package/dist/index135.js
CHANGED
|
@@ -1,26 +1,71 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
import * as d from "react";
|
|
2
|
+
import { styleSingleton as f } from "./index136.js";
|
|
3
|
+
import { noScrollbarsClassName as p, zeroRightClassName as g, fullWidthClassName as l, removedBarSizeVariable as v } from "./index126.js";
|
|
4
|
+
import { getGapWidth as m } from "./index144.js";
|
|
5
|
+
var b = f(), e = "data-scroll-locked", h = function(n, a, o, t) {
|
|
6
|
+
var r = n.left, i = n.top, s = n.right, c = n.gap;
|
|
7
|
+
return o === void 0 && (o = "margin"), `
|
|
8
|
+
.`.concat(p, ` {
|
|
9
|
+
overflow: hidden `).concat(t, `;
|
|
10
|
+
padding-right: `).concat(c, "px ").concat(t, `;
|
|
11
|
+
}
|
|
12
|
+
body[`).concat(e, `] {
|
|
13
|
+
overflow: hidden `).concat(t, `;
|
|
14
|
+
overscroll-behavior: contain;
|
|
15
|
+
`).concat([
|
|
16
|
+
a && "position: relative ".concat(t, ";"),
|
|
17
|
+
o === "margin" && `
|
|
18
|
+
padding-left: `.concat(r, `px;
|
|
19
|
+
padding-top: `).concat(i, `px;
|
|
20
|
+
padding-right: `).concat(s, `px;
|
|
21
|
+
margin-left:0;
|
|
22
|
+
margin-top:0;
|
|
23
|
+
margin-right: `).concat(c, "px ").concat(t, `;
|
|
24
|
+
`),
|
|
25
|
+
o === "padding" && "padding-right: ".concat(c, "px ").concat(t, ";")
|
|
26
|
+
].filter(Boolean).join(""), `
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.`).concat(g, ` {
|
|
30
|
+
right: `).concat(c, "px ").concat(t, `;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.`).concat(l, ` {
|
|
34
|
+
margin-right: `).concat(c, "px ").concat(t, `;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.`).concat(g, " .").concat(g, ` {
|
|
38
|
+
right: 0 `).concat(t, `;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.`).concat(l, " .").concat(l, ` {
|
|
42
|
+
margin-right: 0 `).concat(t, `;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
body[`).concat(e, `] {
|
|
46
|
+
`).concat(v, ": ").concat(c, `px;
|
|
47
|
+
}
|
|
48
|
+
`);
|
|
49
|
+
}, u = function() {
|
|
50
|
+
var n = parseInt(document.body.getAttribute(e) || "0", 10);
|
|
51
|
+
return isFinite(n) ? n : 0;
|
|
52
|
+
}, x = function() {
|
|
53
|
+
d.useEffect(function() {
|
|
54
|
+
return document.body.setAttribute(e, (u() + 1).toString()), function() {
|
|
55
|
+
var n = u() - 1;
|
|
56
|
+
n <= 0 ? document.body.removeAttribute(e) : document.body.setAttribute(e, n.toString());
|
|
57
|
+
};
|
|
58
|
+
}, []);
|
|
59
|
+
}, C = function(n) {
|
|
60
|
+
var a = n.noRelative, o = n.noImportant, t = n.gapMode, r = t === void 0 ? "margin" : t;
|
|
61
|
+
x();
|
|
62
|
+
var i = d.useMemo(function() {
|
|
63
|
+
return m(r);
|
|
64
|
+
}, [r]);
|
|
65
|
+
return d.createElement(b, { styles: h(i, !a, r, o ? "" : "!important") });
|
|
66
|
+
};
|
|
24
67
|
export {
|
|
25
|
-
|
|
68
|
+
C as RemoveScrollBar,
|
|
69
|
+
e as lockAttribute,
|
|
70
|
+
x as useLockAttribute
|
|
26
71
|
};
|
package/dist/index136.js
CHANGED
|
@@ -1,115 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}, M = function(e) {
|
|
10
|
-
return [e.deltaX, e.deltaY];
|
|
11
|
-
}, X = function(e) {
|
|
12
|
-
return e && "current" in e ? e.current : e;
|
|
13
|
-
}, O = function(e, c) {
|
|
14
|
-
return e[0] === c[0] && e[1] === c[1];
|
|
15
|
-
}, Q = function(e) {
|
|
16
|
-
return `
|
|
17
|
-
.block-interactivity-`.concat(e, ` {pointer-events: none;}
|
|
18
|
-
.allow-interactivity-`).concat(e, ` {pointer-events: all;}
|
|
19
|
-
`);
|
|
20
|
-
}, Z = 0, f = [];
|
|
21
|
-
function J(e) {
|
|
22
|
-
var c = n.useRef([]), R = n.useRef([0, 0]), m = n.useRef(), h = n.useState(Z++)[0], g = n.useState(F)[0], S = n.useRef(e);
|
|
23
|
-
n.useEffect(function() {
|
|
24
|
-
S.current = e;
|
|
25
|
-
}, [e]), n.useEffect(function() {
|
|
26
|
-
if (e.inert) {
|
|
27
|
-
document.body.classList.add("block-interactivity-".concat(h));
|
|
28
|
-
var t = N([e.lockRef.current], (e.shards || []).map(X), !0).filter(Boolean);
|
|
29
|
-
return t.forEach(function(r) {
|
|
30
|
-
return r.classList.add("allow-interactivity-".concat(h));
|
|
31
|
-
}), function() {
|
|
32
|
-
document.body.classList.remove("block-interactivity-".concat(h)), t.forEach(function(r) {
|
|
33
|
-
return r.classList.remove("allow-interactivity-".concat(h));
|
|
34
|
-
});
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
}, [e.inert, e.lockRef.current, e.shards]);
|
|
38
|
-
var C = n.useCallback(function(t, r) {
|
|
39
|
-
if ("touches" in t && t.touches.length === 2 || t.type === "wheel" && t.ctrlKey)
|
|
40
|
-
return !S.current.allowPinchZoom;
|
|
41
|
-
var l = k(t), u = R.current, o = "deltaX" in t ? t.deltaX : u[0] - l[0], i = "deltaY" in t ? t.deltaY : u[1] - l[1], a, v = t.target, d = Math.abs(o) > Math.abs(i) ? "h" : "v";
|
|
42
|
-
if ("touches" in t && d === "h" && v.type === "range")
|
|
43
|
-
return !1;
|
|
44
|
-
var P = window.getSelection(), E = P && P.anchorNode, I = E ? E === v || E.contains(v) : !1;
|
|
45
|
-
if (I)
|
|
46
|
-
return !1;
|
|
47
|
-
var b = B(d, v);
|
|
48
|
-
if (!b)
|
|
49
|
-
return !0;
|
|
50
|
-
if (b ? a = d : (a = d === "v" ? "h" : "v", b = B(d, v)), !b)
|
|
51
|
-
return !1;
|
|
52
|
-
if (!m.current && "changedTouches" in t && (o || i) && (m.current = a), !a)
|
|
53
|
-
return !0;
|
|
54
|
-
var Y = m.current || a;
|
|
55
|
-
return K(Y, r, t, Y === "h" ? o : i);
|
|
56
|
-
}, []), y = n.useCallback(function(t) {
|
|
57
|
-
var r = t;
|
|
58
|
-
if (!(!f.length || f[f.length - 1] !== g)) {
|
|
59
|
-
var l = "deltaY" in r ? M(r) : k(r), u = c.current.filter(function(a) {
|
|
60
|
-
return a.name === r.type && (a.target === r.target || r.target === a.shadowParent) && O(a.delta, l);
|
|
61
|
-
})[0];
|
|
62
|
-
if (u && u.should) {
|
|
63
|
-
r.cancelable && r.preventDefault();
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
if (!u) {
|
|
67
|
-
var o = (S.current.shards || []).map(X).filter(Boolean).filter(function(a) {
|
|
68
|
-
return a.contains(r.target);
|
|
69
|
-
}), i = o.length > 0 ? C(r, o[0]) : !S.current.noIsolation;
|
|
70
|
-
i && r.cancelable && r.preventDefault();
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}, []), w = n.useCallback(function(t, r, l, u) {
|
|
74
|
-
var o = { name: t, delta: r, target: l, should: u, shadowParent: _(l) };
|
|
75
|
-
c.current.push(o), setTimeout(function() {
|
|
76
|
-
c.current = c.current.filter(function(i) {
|
|
77
|
-
return i !== o;
|
|
78
|
-
});
|
|
79
|
-
}, 1);
|
|
80
|
-
}, []), L = n.useCallback(function(t) {
|
|
81
|
-
R.current = k(t), m.current = void 0;
|
|
82
|
-
}, []), T = n.useCallback(function(t) {
|
|
83
|
-
w(t.type, M(t), t.target, C(t, e.lockRef.current));
|
|
84
|
-
}, []), D = n.useCallback(function(t) {
|
|
85
|
-
w(t.type, k(t), t.target, C(t, e.lockRef.current));
|
|
86
|
-
}, []);
|
|
87
|
-
n.useEffect(function() {
|
|
88
|
-
return f.push(g), e.setCallbacks({
|
|
89
|
-
onScrollCapture: T,
|
|
90
|
-
onWheelCapture: T,
|
|
91
|
-
onTouchMoveCapture: D
|
|
92
|
-
}), document.addEventListener("wheel", y, s), document.addEventListener("touchmove", y, s), document.addEventListener("touchstart", L, s), function() {
|
|
93
|
-
f = f.filter(function(t) {
|
|
94
|
-
return t !== g;
|
|
95
|
-
}), document.removeEventListener("wheel", y, s), document.removeEventListener("touchmove", y, s), document.removeEventListener("touchstart", L, s);
|
|
96
|
-
};
|
|
97
|
-
}, []);
|
|
98
|
-
var x = e.removeScrollBar, A = e.inert;
|
|
99
|
-
return n.createElement(
|
|
100
|
-
n.Fragment,
|
|
101
|
-
null,
|
|
102
|
-
A ? n.createElement(g, { styles: Q(h) }) : null,
|
|
103
|
-
x ? n.createElement(W, { noRelative: e.noRelative, gapMode: e.gapMode }) : null
|
|
104
|
-
);
|
|
105
|
-
}
|
|
106
|
-
function _(e) {
|
|
107
|
-
for (var c = null; e !== null; )
|
|
108
|
-
e instanceof ShadowRoot && (c = e.host, e = e.host), e = e.parentNode;
|
|
109
|
-
return c;
|
|
110
|
-
}
|
|
1
|
+
import { styleHookSingleton as o } from "./index141.js";
|
|
2
|
+
var s = function() {
|
|
3
|
+
var e = o(), n = function(t) {
|
|
4
|
+
var r = t.styles, l = t.dynamic;
|
|
5
|
+
return e(r, l), null;
|
|
6
|
+
};
|
|
7
|
+
return n;
|
|
8
|
+
};
|
|
111
9
|
export {
|
|
112
|
-
|
|
113
|
-
M as getDeltaXY,
|
|
114
|
-
k as getTouchXY
|
|
10
|
+
s as styleSingleton
|
|
115
11
|
};
|
package/dist/index137.js
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
return r.useMedium(e), i;
|
|
15
|
-
}
|
|
1
|
+
var r = !1;
|
|
2
|
+
if (typeof window < "u")
|
|
3
|
+
try {
|
|
4
|
+
var e = Object.defineProperty({}, "passive", {
|
|
5
|
+
get: function() {
|
|
6
|
+
return r = !0, !0;
|
|
7
|
+
}
|
|
8
|
+
});
|
|
9
|
+
window.addEventListener("test", e, e), window.removeEventListener("test", e, e);
|
|
10
|
+
} catch {
|
|
11
|
+
r = !1;
|
|
12
|
+
}
|
|
13
|
+
var a = r ? { passive: !1 } : !1;
|
|
16
14
|
export {
|
|
17
|
-
|
|
15
|
+
a as nonPassive
|
|
18
16
|
};
|