@hybr1d-tech/charizard 1.1.14 → 1.1.15
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/hybr1d-ui.js +7 -7
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +4 -6
package/dist/hybr1d-ui.js
CHANGED
|
@@ -3659,11 +3659,7 @@ function rc(e, l) {
|
|
|
3659
3659
|
}
|
|
3660
3660
|
}));
|
|
3661
3661
|
}
|
|
3662
|
-
|
|
3663
|
-
x: e,
|
|
3664
|
-
y: e
|
|
3665
|
-
});
|
|
3666
|
-
function dc(e) {
|
|
3662
|
+
function ic(e) {
|
|
3667
3663
|
const {
|
|
3668
3664
|
x: l,
|
|
3669
3665
|
y: n,
|
|
@@ -3681,6 +3677,10 @@ function dc(e) {
|
|
|
3681
3677
|
y: n
|
|
3682
3678
|
};
|
|
3683
3679
|
}
|
|
3680
|
+
const uc = Math.min, dc = Math.max, v3 = Math.round, K1 = Math.floor, g3 = (e) => ({
|
|
3681
|
+
x: e,
|
|
3682
|
+
y: e
|
|
3683
|
+
});
|
|
3684
3684
|
function j3() {
|
|
3685
3685
|
return typeof window < "u";
|
|
3686
3686
|
}
|
|
@@ -3808,7 +3808,7 @@ function v5(e, l, n, c) {
|
|
|
3808
3808
|
o *= b.x, u *= b.y, m *= b.x, d *= b.y, o += I, u += z, _ = R2(x), x = s4(_);
|
|
3809
3809
|
}
|
|
3810
3810
|
}
|
|
3811
|
-
return
|
|
3811
|
+
return ic({
|
|
3812
3812
|
width: m,
|
|
3813
3813
|
height: d,
|
|
3814
3814
|
x: o,
|
|
@@ -3834,7 +3834,7 @@ function xc(e, l) {
|
|
|
3834
3834
|
return;
|
|
3835
3835
|
const h = K1(m), _ = K1(a.clientWidth - (u + d)), x = K1(a.clientHeight - (m + v)), b = K1(u), p = {
|
|
3836
3836
|
rootMargin: -h + "px " + -_ + "px " + -x + "px " + -b + "px",
|
|
3837
|
-
threshold:
|
|
3837
|
+
threshold: dc(0, uc(1, o)) || 1
|
|
3838
3838
|
};
|
|
3839
3839
|
let I = !0;
|
|
3840
3840
|
function z(A) {
|