@julseb-lib/react 1.1.9 → 1.1.10
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/{Image-MFX5A7HO.js → Image-SUXJNFL6.js} +2 -2
- package/dist/{chunk-VA7LFHRP.js → chunk-BGER7RTC.js} +2 -1
- package/dist/{chunk-VA7LFHRP.js.map → chunk-BGER7RTC.js.map} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{Image-MFX5A7HO.js.map → Image-SUXJNFL6.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Image
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BGER7RTC.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/components/LazyImage/Image.tsx
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -11,4 +11,4 @@ var Image_default = Image2;
|
|
|
11
11
|
export {
|
|
12
12
|
Image_default as default
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=Image-
|
|
14
|
+
//# sourceMappingURL=Image-SUXJNFL6.js.map
|
|
@@ -1440,6 +1440,7 @@ function disableScroll() {
|
|
|
1440
1440
|
window.scrollY.toString()
|
|
1441
1441
|
);
|
|
1442
1442
|
document.body.style.overflow = "hidden";
|
|
1443
|
+
document.body.style.height = "100vh";
|
|
1443
1444
|
}
|
|
1444
1445
|
}
|
|
1445
1446
|
|
|
@@ -2071,4 +2072,4 @@ export {
|
|
|
2071
2072
|
scrollToTop,
|
|
2072
2073
|
Image
|
|
2073
2074
|
};
|
|
2074
|
-
//# sourceMappingURL=chunk-
|
|
2075
|
+
//# sourceMappingURL=chunk-BGER7RTC.js.map
|