@apolitical/component-library 5.2.0 → 5.2.1-bht.0
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/general/responsive-image/responsive-image.helpers.d.ts +10 -1
- package/index.js +27 -27
- package/index.mjs +32 -9
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1794,22 +1794,26 @@ const sn = ({ className: e = "", maxWidth: t = !1 }) => {
|
|
|
1794
1794
|
],
|
|
1795
1795
|
sizes: "(min-width: 1024px) 510px, 20vw"
|
|
1796
1796
|
},
|
|
1797
|
-
|
|
1797
|
+
highlightSection: {
|
|
1798
1798
|
range: [
|
|
1799
1799
|
{
|
|
1800
|
-
height:
|
|
1801
|
-
width:
|
|
1800
|
+
height: 200,
|
|
1801
|
+
width: 674
|
|
1802
1802
|
},
|
|
1803
1803
|
{
|
|
1804
|
-
height:
|
|
1805
|
-
width:
|
|
1804
|
+
height: 400,
|
|
1805
|
+
width: 1348
|
|
1806
1806
|
},
|
|
1807
1807
|
{
|
|
1808
|
-
height:
|
|
1809
|
-
width:
|
|
1808
|
+
height: 1e3,
|
|
1809
|
+
width: 1e3
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
height: 2e3,
|
|
1813
|
+
width: 2e3
|
|
1810
1814
|
}
|
|
1811
1815
|
],
|
|
1812
|
-
sizes: "(
|
|
1816
|
+
sizes: "(max-width: 500px) 674px, (max-width: 1024px) 1348px, (max-width: 1200px) 1000px, 2000px"
|
|
1813
1817
|
},
|
|
1814
1818
|
thumbnail: {
|
|
1815
1819
|
range: [
|
|
@@ -1827,6 +1831,23 @@ const sn = ({ className: e = "", maxWidth: t = !1 }) => {
|
|
|
1827
1831
|
}
|
|
1828
1832
|
],
|
|
1829
1833
|
sizes: "(min-width: 1024px) 453px, 20vw"
|
|
1834
|
+
},
|
|
1835
|
+
fallback: {
|
|
1836
|
+
range: [
|
|
1837
|
+
{
|
|
1838
|
+
height: 124,
|
|
1839
|
+
width: 375
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
height: 320,
|
|
1843
|
+
width: 687
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
height: 510,
|
|
1847
|
+
width: 990
|
|
1848
|
+
}
|
|
1849
|
+
],
|
|
1850
|
+
sizes: "(min-width: 1024px) 885px, 35vw"
|
|
1830
1851
|
}
|
|
1831
1852
|
}, Qh = ({
|
|
1832
1853
|
aspect: e,
|
|
@@ -27089,7 +27110,9 @@ const r_ = ({
|
|
|
27089
27110
|
{
|
|
27090
27111
|
image: {
|
|
27091
27112
|
...r,
|
|
27092
|
-
description: ""
|
|
27113
|
+
description: "",
|
|
27114
|
+
query: "q=85",
|
|
27115
|
+
aspect: "highlightSection"
|
|
27093
27116
|
}
|
|
27094
27117
|
}
|
|
27095
27118
|
)
|