@plyaz/ui 0.4.4 → 0.4.6
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/types/components/Flex/Flex.d.ts +2 -2
- package/dist/types/components/Flex/Flex.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.d.ts +4 -4
- package/dist/types/components/Grid/Grid.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.stories.d.ts.map +1 -1
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/constants/constant.d.ts +33 -0
- package/dist/types/constants/constant.d.ts.map +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.cjs10.js +4 -1
- package/dist/ui.cjs11.js +1 -1
- package/dist/ui.cjs12.js +1 -1
- package/dist/ui.cjs13.js +1 -19
- package/dist/ui.cjs14.js +19 -7
- package/dist/ui.cjs15.js +7 -53
- package/dist/ui.cjs16.js +53 -1
- package/dist/ui.cjs17.js +1 -1
- package/dist/ui.cjs18.js +1 -31
- package/dist/ui.cjs19.js +31 -1
- package/dist/ui.cjs20.js +1 -1
- package/dist/ui.cjs21.js +1 -1
- package/dist/ui.cjs22.js +1 -6
- package/dist/ui.cjs23.js +2 -2
- package/dist/ui.cjs24.js +2 -2
- package/dist/ui.cjs25.js +6 -1
- package/dist/ui.cjs26.js +1 -1
- package/dist/ui.cjs27.js +1 -9
- package/dist/ui.cjs28.js +3 -8
- package/dist/ui.cjs29.js +14 -1
- package/dist/ui.cjs3.js +1 -5
- package/dist/ui.cjs30.js +1 -1
- package/dist/ui.cjs31.js +1 -1
- package/dist/ui.cjs32.js +1 -1
- package/dist/ui.cjs33.js +1 -1
- package/dist/ui.cjs34.js +1 -1
- package/dist/ui.cjs35.js +1 -1
- package/dist/ui.cjs36.js +1 -1
- package/dist/ui.cjs37.js +1 -1
- package/dist/ui.cjs38.js +1 -1
- package/dist/ui.cjs39.js +1 -1
- package/dist/ui.cjs4.js +5 -1
- package/dist/ui.cjs40.js +1 -1
- package/dist/ui.cjs41.js +1 -1
- package/dist/ui.cjs42.js +1 -1
- package/dist/ui.cjs43.js +1 -1
- package/dist/ui.cjs44.js +1 -1
- package/dist/ui.cjs45.js +1 -1
- package/dist/ui.cjs46.js +1 -1
- package/dist/ui.cjs47.js +1 -1
- package/dist/ui.cjs48.js +1 -1
- package/dist/ui.cjs49.js +1 -1
- package/dist/ui.cjs5.js +1 -1
- package/dist/ui.cjs50.js +1 -1
- package/dist/ui.cjs51.js +1 -1
- package/dist/ui.cjs53.js +1 -1
- package/dist/ui.cjs54.js +6 -1
- package/dist/ui.cjs55.js +6 -1
- package/dist/ui.cjs56.js +6 -1
- package/dist/ui.cjs57.js +6 -1
- package/dist/ui.cjs58.js +1 -6
- package/dist/ui.cjs59.js +1 -6
- package/dist/ui.cjs6.js +1 -1
- package/dist/ui.cjs60.js +1 -6
- package/dist/ui.cjs61.js +1 -6
- package/dist/ui.cjs62.js +1 -1
- package/dist/ui.cjs63.js +1 -1
- package/dist/ui.cjs64.js +1 -1
- package/dist/ui.cjs65.js +1 -1
- package/dist/ui.cjs66.js +1 -1
- package/dist/ui.cjs67.js +1 -1
- package/dist/ui.cjs68.js +1 -4
- package/dist/ui.cjs69.js +4 -1
- package/dist/ui.cjs7.js +1 -7
- package/dist/ui.cjs70.js +1 -1
- package/dist/ui.cjs71.js +1 -1
- package/dist/ui.cjs72.js +1 -1
- package/dist/ui.cjs73.js +1 -1
- package/dist/ui.cjs74.js +1 -1
- package/dist/ui.cjs75.js +1 -1
- package/dist/ui.cjs78.js +1 -1
- package/dist/ui.cjs79.js +1 -1
- package/dist/ui.cjs8.js +7 -1
- package/dist/ui.cjs80.js +1 -1
- package/dist/ui.cjs81.js +1 -1
- package/dist/ui.cjs82.js +1 -1
- package/dist/ui.cjs83.js +1 -1
- package/dist/ui.cjs84.js +1 -0
- package/dist/ui.cjs9.js +1 -4
- package/dist/ui.css +1 -0
- package/dist/ui.es.js +38 -37
- package/dist/ui.es10.js +22 -17
- package/dist/ui.es11.js +16 -29
- package/dist/ui.es12.js +26 -18
- package/dist/ui.es13.js +19 -34
- package/dist/ui.es14.js +37 -43
- package/dist/ui.es15.js +42 -210
- package/dist/ui.es16.js +212 -3
- package/dist/ui.es17.js +3 -15
- package/dist/ui.es18.js +15 -100
- package/dist/ui.es19.js +131 -49
- package/dist/ui.es20.js +50 -5
- package/dist/ui.es21.js +5 -860
- package/dist/ui.es22.js +861 -10
- package/dist/ui.es23.js +3 -3
- package/dist/ui.es24.js +3 -3
- package/dist/ui.es25.js +10 -8
- package/dist/ui.es26.js +8 -2
- package/dist/ui.es27.js +2 -33
- package/dist/ui.es28.js +23 -235
- package/dist/ui.es29.js +245 -33
- package/dist/ui.es3.js +7 -22
- package/dist/ui.es30.js +33 -27
- package/dist/ui.es31.js +22 -2724
- package/dist/ui.es32.js +2728 -3
- package/dist/ui.es33.js +3 -6
- package/dist/ui.es34.js +5 -44
- package/dist/ui.es35.js +43 -50
- package/dist/ui.es36.js +52 -7
- package/dist/ui.es37.js +7 -124
- package/dist/ui.es38.js +122 -12
- package/dist/ui.es39.js +14 -134
- package/dist/ui.es4.js +19 -39
- package/dist/ui.es40.js +134 -10
- package/dist/ui.es41.js +10 -217
- package/dist/ui.es42.js +217 -13
- package/dist/ui.es43.js +14 -34
- package/dist/ui.es44.js +33 -10
- package/dist/ui.es45.js +10 -51
- package/dist/ui.es46.js +52 -4
- package/dist/ui.es47.js +4 -6
- package/dist/ui.es48.js +6 -28
- package/dist/ui.es49.js +28 -50
- package/dist/ui.es5.js +40 -30
- package/dist/ui.es50.js +50 -9
- package/dist/ui.es51.js +9 -2
- package/dist/ui.es52.js +2 -2
- package/dist/ui.es53.js +2 -12
- package/dist/ui.es54.js +25 -206
- package/dist/ui.es55.js +22 -22
- package/dist/ui.es56.js +39 -25
- package/dist/ui.es57.js +17 -397
- package/dist/ui.es58.js +12 -25
- package/dist/ui.es59.js +205 -21
- package/dist/ui.es6.js +32 -23
- package/dist/ui.es60.js +21 -38
- package/dist/ui.es61.js +25 -18
- package/dist/ui.es62.js +395 -22
- package/dist/ui.es63.js +24 -28
- package/dist/ui.es64.js +29 -5
- package/dist/ui.es65.js +5 -5
- package/dist/ui.es66.js +5 -3
- package/dist/ui.es67.js +3 -24
- package/dist/ui.es68.js +22 -108
- package/dist/ui.es69.js +108 -14
- package/dist/ui.es7.js +24 -22
- package/dist/ui.es70.js +14 -523
- package/dist/ui.es71.js +511 -114
- package/dist/ui.es72.js +111 -117
- package/dist/ui.es73.js +130 -61
- package/dist/ui.es74.js +2 -2
- package/dist/ui.es75.js +1 -1
- package/dist/ui.es78.js +64 -3
- package/dist/ui.es79.js +3 -22
- package/dist/ui.es8.js +22 -19
- package/dist/ui.es80.js +23 -23
- package/dist/ui.es81.js +21 -11
- package/dist/ui.es82.js +11 -26
- package/dist/ui.es83.js +27 -4
- package/dist/ui.es84.js +7 -0
- package/dist/ui.es9.js +20 -18
- package/package.json +1 -1
- package/dist/ui.cjs2.js +0 -1
- package/dist/ui.es2.js +0 -9
package/dist/ui.es72.js
CHANGED
|
@@ -1,136 +1,130 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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));
|
|
6
15
|
}
|
|
7
|
-
function
|
|
8
|
-
|
|
9
|
-
return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
|
|
16
|
+
function T(t, e) {
|
|
17
|
+
return typeof t == "function" ? t(e) : t;
|
|
10
18
|
}
|
|
11
|
-
function
|
|
12
|
-
|
|
13
|
-
return (e = (p(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
|
|
19
|
+
function g(t) {
|
|
20
|
+
return t.split("-")[0];
|
|
14
21
|
}
|
|
15
|
-
function
|
|
16
|
-
return
|
|
22
|
+
function a(t) {
|
|
23
|
+
return t.split("-")[1];
|
|
17
24
|
}
|
|
18
|
-
function
|
|
19
|
-
return
|
|
25
|
+
function b(t) {
|
|
26
|
+
return t === "x" ? "y" : "x";
|
|
20
27
|
}
|
|
21
|
-
function
|
|
22
|
-
return
|
|
28
|
+
function d(t) {
|
|
29
|
+
return t === "y" ? "height" : "width";
|
|
23
30
|
}
|
|
24
|
-
|
|
25
|
-
|
|
31
|
+
const A = /* @__PURE__ */ new Set(["top", "bottom"]);
|
|
32
|
+
function P(t) {
|
|
33
|
+
return A.has(g(t)) ? "y" : "x";
|
|
26
34
|
}
|
|
27
|
-
const E = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
28
35
|
function y(t) {
|
|
29
|
-
|
|
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));
|
|
36
|
+
return b(P(t));
|
|
55
37
|
}
|
|
56
|
-
function
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
if (L(e))
|
|
62
|
-
return null;
|
|
63
|
-
e = s(e);
|
|
64
|
-
}
|
|
65
|
-
return null;
|
|
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)];
|
|
66
43
|
}
|
|
67
|
-
function
|
|
68
|
-
|
|
44
|
+
function q(t) {
|
|
45
|
+
const e = f(t);
|
|
46
|
+
return [s(t), e, s(e)];
|
|
69
47
|
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
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
|
+
}
|
|
73
63
|
}
|
|
74
|
-
function
|
|
75
|
-
|
|
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;
|
|
76
68
|
}
|
|
77
|
-
function
|
|
78
|
-
return
|
|
79
|
-
scrollLeft: t.scrollLeft,
|
|
80
|
-
scrollTop: t.scrollTop
|
|
81
|
-
} : {
|
|
82
|
-
scrollLeft: t.scrollX,
|
|
83
|
-
scrollTop: t.scrollY
|
|
84
|
-
};
|
|
69
|
+
function f(t) {
|
|
70
|
+
return t.replace(/left|right|bottom|top/g, (e) => h[e]);
|
|
85
71
|
}
|
|
86
|
-
function
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
t
|
|
93
|
-
|
|
94
|
-
N(t)
|
|
95
|
-
);
|
|
96
|
-
return f(e) ? e.host : e;
|
|
72
|
+
function w(t) {
|
|
73
|
+
return {
|
|
74
|
+
top: 0,
|
|
75
|
+
right: 0,
|
|
76
|
+
bottom: 0,
|
|
77
|
+
left: 0,
|
|
78
|
+
...t
|
|
79
|
+
};
|
|
97
80
|
}
|
|
98
|
-
function
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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));
|
|
81
|
+
function B(t) {
|
|
82
|
+
return typeof t != "number" ? w(t) : {
|
|
83
|
+
top: t,
|
|
84
|
+
right: t,
|
|
85
|
+
bottom: t,
|
|
86
|
+
left: t
|
|
87
|
+
};
|
|
111
88
|
}
|
|
112
|
-
function
|
|
113
|
-
|
|
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
|
+
};
|
|
114
106
|
}
|
|
115
107
|
export {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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
|
|
136
130
|
};
|
package/dist/ui.es73.js
CHANGED
|
@@ -1,67 +1,136 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
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
|
-
};
|
|
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;
|
|
56
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
|
|
57
84
|
};
|
|
58
|
-
return c;
|
|
59
85
|
}
|
|
60
|
-
function
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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;
|
|
64
114
|
}
|
|
65
115
|
export {
|
|
66
|
-
|
|
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
|
|
67
136
|
};
|
package/dist/ui.es74.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as d from "react";
|
|
2
2
|
import { styleSingleton as f } from "./ui.es75.js";
|
|
3
|
-
import { noScrollbarsClassName as p, zeroRightClassName as g, fullWidthClassName as l, removedBarSizeVariable as v } from "./ui.
|
|
4
|
-
import { getGapWidth as m } from "./ui.
|
|
3
|
+
import { noScrollbarsClassName as p, zeroRightClassName as g, fullWidthClassName as l, removedBarSizeVariable as v } from "./ui.es66.js";
|
|
4
|
+
import { getGapWidth as m } from "./ui.es81.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;
|
|
7
7
|
return o === void 0 && (o = "margin"), `
|
package/dist/ui.es75.js
CHANGED
package/dist/ui.es78.js
CHANGED
|
@@ -1,6 +1,67 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { __assign as d } from "./ui.es63.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;
|
|
3
64
|
}
|
|
4
65
|
export {
|
|
5
|
-
|
|
66
|
+
v as createSidecarMedium
|
|
6
67
|
};
|
package/dist/ui.es79.js
CHANGED
|
@@ -1,25 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
function n(
|
|
3
|
-
var e = u(function() {
|
|
4
|
-
return {
|
|
5
|
-
// value
|
|
6
|
-
value: c,
|
|
7
|
-
// last callback
|
|
8
|
-
callback: r,
|
|
9
|
-
// "memoized" public interface
|
|
10
|
-
facade: {
|
|
11
|
-
get current() {
|
|
12
|
-
return e.value;
|
|
13
|
-
},
|
|
14
|
-
set current(a) {
|
|
15
|
-
var t = e.value;
|
|
16
|
-
t !== a && (e.value = a, e.callback(a, t));
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
})[0];
|
|
21
|
-
return e.callback = r, e.facade;
|
|
1
|
+
function i(n, t) {
|
|
2
|
+
return typeof n == "function" ? n(t) : n && (n.current = t), n;
|
|
22
3
|
}
|
|
23
4
|
export {
|
|
24
|
-
|
|
5
|
+
i as assignRef
|
|
25
6
|
};
|
package/dist/ui.es8.js
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
xs: "xs",
|
|
6
|
-
sm: "sm",
|
|
7
|
-
base: "base",
|
|
8
|
-
lg: "lg"
|
|
9
|
-
}, x = ({ children: s, className: t, size: r, ...e }) => /* @__PURE__ */ a.jsx(
|
|
10
|
-
o,
|
|
1
|
+
import { j as o } from "./ui.es17.js";
|
|
2
|
+
import { clsx as a } from "./ui.es18.js";
|
|
3
|
+
const i = ({ children: e, className: t, href: r, ...n }) => /* @__PURE__ */ o.jsx(
|
|
4
|
+
"a",
|
|
11
5
|
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
6
|
+
"data-testid": "link",
|
|
7
|
+
href: r,
|
|
8
|
+
rel: "noopener noreferrer",
|
|
9
|
+
target: "_blank",
|
|
10
|
+
className: a(
|
|
11
|
+
`
|
|
12
|
+
text-blue-600
|
|
13
|
+
visited:text-purple-600
|
|
14
|
+
hover:underline
|
|
15
|
+
focus:outline-none
|
|
16
|
+
active:text-blue-900
|
|
17
|
+
`,
|
|
18
|
+
t
|
|
19
|
+
),
|
|
20
|
+
...n,
|
|
21
|
+
children: e
|
|
19
22
|
}
|
|
20
23
|
);
|
|
21
24
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
25
|
+
i as ExternalLink,
|
|
26
|
+
i as default
|
|
24
27
|
};
|
package/dist/ui.es80.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
};
|
|
21
|
-
|
|
1
|
+
import { useState as u } from "react";
|
|
2
|
+
function n(c, r) {
|
|
3
|
+
var e = u(function() {
|
|
4
|
+
return {
|
|
5
|
+
// value
|
|
6
|
+
value: c,
|
|
7
|
+
// last callback
|
|
8
|
+
callback: r,
|
|
9
|
+
// "memoized" public interface
|
|
10
|
+
facade: {
|
|
11
|
+
get current() {
|
|
12
|
+
return e.value;
|
|
13
|
+
},
|
|
14
|
+
set current(a) {
|
|
15
|
+
var t = e.value;
|
|
16
|
+
t !== a && (e.value = a, e.callback(a, t));
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
})[0];
|
|
21
|
+
return e.callback = r, e.facade;
|
|
22
|
+
}
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
-
a as zeroGap
|
|
24
|
+
n as useCallbackRef
|
|
25
25
|
};
|