@julseb-lib/react 1.1.21 → 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-HM3BI47O.js → Image-2WXN57FZ.js} +2 -2
- package/dist/{chunk-IMDB436W.js → chunk-AKGT77NY.js} +7 -5
- package/dist/{chunk-IMDB436W.js.map → chunk-AKGT77NY.js.map} +1 -1
- package/dist/index.cjs +7 -5
- 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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{Image-HM3BI47O.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));
|
|
@@ -1619,7 +1621,7 @@ var H2 = ({
|
|
|
1619
1621
|
className: clsx(
|
|
1620
1622
|
TEXT_BASE_CLASSES,
|
|
1621
1623
|
"font-black",
|
|
1622
|
-
display ? "text-display-h2" : "text-h2",
|
|
1624
|
+
display ? "text-(length:--text-display-h2)" : "text-(length:--text-h2)",
|
|
1623
1625
|
genTextAlign[textAlign],
|
|
1624
1626
|
genTextAllColor[color],
|
|
1625
1627
|
genLinkColor[linkColor],
|
|
@@ -1652,7 +1654,7 @@ var H3 = ({
|
|
|
1652
1654
|
className: clsx(
|
|
1653
1655
|
TEXT_BASE_CLASSES,
|
|
1654
1656
|
"font-black",
|
|
1655
|
-
display ? "text-display-h3" : "text-h3",
|
|
1657
|
+
display ? "text-(length:--text-display-h3)" : "text-(length:--text-h3)",
|
|
1656
1658
|
genTextAlign[textAlign],
|
|
1657
1659
|
genTextAllColor[color],
|
|
1658
1660
|
genLinkColor[linkColor],
|
|
@@ -1685,7 +1687,7 @@ var H4 = ({
|
|
|
1685
1687
|
className: clsx(
|
|
1686
1688
|
TEXT_BASE_CLASSES,
|
|
1687
1689
|
"font-black",
|
|
1688
|
-
display ? "text-display-h4" : "text-h4",
|
|
1690
|
+
display ? "text-(length:--text-display-h4)" : "text-(length:--text-h4)",
|
|
1689
1691
|
genTextAlign[textAlign],
|
|
1690
1692
|
genTextAllColor[color],
|
|
1691
1693
|
genLinkColor[linkColor],
|
|
@@ -1718,7 +1720,7 @@ var H5 = ({
|
|
|
1718
1720
|
className: clsx(
|
|
1719
1721
|
TEXT_BASE_CLASSES,
|
|
1720
1722
|
"font-black",
|
|
1721
|
-
display ? "text-display-h5" : "text-h5",
|
|
1723
|
+
display ? "text-(length:--text-display-h5)" : "text-(length:--text-h5)",
|
|
1722
1724
|
genTextAlign[textAlign],
|
|
1723
1725
|
genTextAllColor[color],
|
|
1724
1726
|
genLinkColor[linkColor],
|
|
@@ -2175,4 +2177,4 @@ export {
|
|
|
2175
2177
|
scrollToTop,
|
|
2176
2178
|
Image
|
|
2177
2179
|
};
|
|
2178
|
-
//# sourceMappingURL=chunk-
|
|
2180
|
+
//# sourceMappingURL=chunk-AKGT77NY.js.map
|