@julseb-lib/react 1.1.22 → 1.1.23
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-MGXXN2GF.js → Image-2WXN57FZ.js} +2 -2
- package/dist/{chunk-FWI6XX5P.js → chunk-AKGT77NY.js} +3 -1
- package/dist/{chunk-FWI6XX5P.js.map → chunk-AKGT77NY.js.map} +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{Image-MGXXN2GF.js.map → Image-2WXN57FZ.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Image
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-AKGT77NY.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-2WXN57FZ.js.map
|
|
@@ -1553,6 +1553,8 @@ function enableScroll() {
|
|
|
1553
1553
|
"data-scroll-position"
|
|
1554
1554
|
);
|
|
1555
1555
|
document.body.style.overflow = "";
|
|
1556
|
+
document.body.style.height = "";
|
|
1557
|
+
document.body.style.top = "";
|
|
1556
1558
|
document.body.removeAttribute("data-scroll-position");
|
|
1557
1559
|
if (scrollPosition) {
|
|
1558
1560
|
window.scrollTo(0, parseInt(scrollPosition));
|
|
@@ -2175,4 +2177,4 @@ export {
|
|
|
2175
2177
|
scrollToTop,
|
|
2176
2178
|
Image
|
|
2177
2179
|
};
|
|
2178
|
-
//# sourceMappingURL=chunk-
|
|
2180
|
+
//# sourceMappingURL=chunk-AKGT77NY.js.map
|