@julseb-lib/react 1.1.20 → 1.1.22
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-N5PXHJXT.js → Image-MGXXN2GF.js} +2 -2
- package/dist/{chunk-BBUE5H3C.js → chunk-FWI6XX5P.js} +6 -6
- package/dist/{chunk-BBUE5H3C.js.map → chunk-FWI6XX5P.js.map} +1 -1
- package/dist/index.cjs +68 -66
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +65 -63
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{Image-N5PXHJXT.js.map → Image-MGXXN2GF.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Image
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FWI6XX5P.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-MGXXN2GF.js.map
|
|
@@ -1584,7 +1584,7 @@ var H1 = ({
|
|
|
1584
1584
|
Element,
|
|
1585
1585
|
{
|
|
1586
1586
|
className: clsx(
|
|
1587
|
-
display ? "text-display-h1" : "text-h1",
|
|
1587
|
+
display ? "text-(length:--text-display-h1)" : "text-(length:--text-h1)",
|
|
1588
1588
|
TEXT_BASE_CLASSES,
|
|
1589
1589
|
"font-black",
|
|
1590
1590
|
genTextAlign[textAlign],
|
|
@@ -1619,7 +1619,7 @@ var H2 = ({
|
|
|
1619
1619
|
className: clsx(
|
|
1620
1620
|
TEXT_BASE_CLASSES,
|
|
1621
1621
|
"font-black",
|
|
1622
|
-
display ? "text-display-h2" : "text-h2",
|
|
1622
|
+
display ? "text-(length:--text-display-h2)" : "text-(length:--text-h2)",
|
|
1623
1623
|
genTextAlign[textAlign],
|
|
1624
1624
|
genTextAllColor[color],
|
|
1625
1625
|
genLinkColor[linkColor],
|
|
@@ -1652,7 +1652,7 @@ var H3 = ({
|
|
|
1652
1652
|
className: clsx(
|
|
1653
1653
|
TEXT_BASE_CLASSES,
|
|
1654
1654
|
"font-black",
|
|
1655
|
-
display ? "text-display-h3" : "text-h3",
|
|
1655
|
+
display ? "text-(length:--text-display-h3)" : "text-(length:--text-h3)",
|
|
1656
1656
|
genTextAlign[textAlign],
|
|
1657
1657
|
genTextAllColor[color],
|
|
1658
1658
|
genLinkColor[linkColor],
|
|
@@ -1685,7 +1685,7 @@ var H4 = ({
|
|
|
1685
1685
|
className: clsx(
|
|
1686
1686
|
TEXT_BASE_CLASSES,
|
|
1687
1687
|
"font-black",
|
|
1688
|
-
display ? "text-display-h4" : "text-h4",
|
|
1688
|
+
display ? "text-(length:--text-display-h4)" : "text-(length:--text-h4)",
|
|
1689
1689
|
genTextAlign[textAlign],
|
|
1690
1690
|
genTextAllColor[color],
|
|
1691
1691
|
genLinkColor[linkColor],
|
|
@@ -1718,7 +1718,7 @@ var H5 = ({
|
|
|
1718
1718
|
className: clsx(
|
|
1719
1719
|
TEXT_BASE_CLASSES,
|
|
1720
1720
|
"font-black",
|
|
1721
|
-
display ? "text-display-h5" : "text-h5",
|
|
1721
|
+
display ? "text-(length:--text-display-h5)" : "text-(length:--text-h5)",
|
|
1722
1722
|
genTextAlign[textAlign],
|
|
1723
1723
|
genTextAllColor[color],
|
|
1724
1724
|
genLinkColor[linkColor],
|
|
@@ -2175,4 +2175,4 @@ export {
|
|
|
2175
2175
|
scrollToTop,
|
|
2176
2176
|
Image
|
|
2177
2177
|
};
|
|
2178
|
-
//# sourceMappingURL=chunk-
|
|
2178
|
+
//# sourceMappingURL=chunk-FWI6XX5P.js.map
|