@guardian/interactive-component-library 0.1.0-alpha.26 → 0.1.0-alpha.27
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/style.css
CHANGED
|
@@ -1530,43 +1530,48 @@ body.android {
|
|
|
1530
1530
|
font-weight: normal;
|
|
1531
1531
|
padding-top: var(--space-2);
|
|
1532
1532
|
padding-bottom: var(--space-2);
|
|
1533
|
-
}.
|
|
1533
|
+
}._slopeChartContainer_nmjjj_1 {
|
|
1534
1534
|
max-width: 300px;
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
|
-
.
|
|
1537
|
+
._svg_nmjjj_5 {
|
|
1538
1538
|
overflow: visible;
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
|
-
.
|
|
1541
|
+
._line_nmjjj_9 {
|
|
1542
1542
|
stroke: #121212;
|
|
1543
1543
|
stroke-width: 2;
|
|
1544
1544
|
}
|
|
1545
1545
|
|
|
1546
|
-
.
|
|
1546
|
+
._lineWhite_nmjjj_14 {
|
|
1547
|
+
stroke: var(--primary-bg-color);
|
|
1548
|
+
stroke-width: 3.25;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
._circle_nmjjj_19 {
|
|
1547
1552
|
fill: #121212;
|
|
1548
1553
|
}
|
|
1549
1554
|
|
|
1550
|
-
.
|
|
1555
|
+
._label_nmjjj_23 {
|
|
1551
1556
|
font-family: var(--text-sans);
|
|
1552
1557
|
font-size: var(--sans-xxsmall);
|
|
1553
1558
|
fill: var(--primary-text-color);
|
|
1554
1559
|
}
|
|
1555
1560
|
|
|
1556
|
-
.
|
|
1561
|
+
._y1Label_nmjjj_29 {
|
|
1557
1562
|
transform: translateX(calc(var(--space-2) * -1));
|
|
1558
1563
|
}
|
|
1559
1564
|
|
|
1560
|
-
.
|
|
1565
|
+
._y2Label_nmjjj_33 {
|
|
1561
1566
|
transform: translateX(calc(var(--space-2)));
|
|
1562
1567
|
}
|
|
1563
1568
|
|
|
1564
|
-
.
|
|
1569
|
+
._axis_nmjjj_37 {
|
|
1565
1570
|
stroke: var(--primary-line-color);
|
|
1566
1571
|
stroke-width: 1;
|
|
1567
1572
|
}
|
|
1568
1573
|
|
|
1569
|
-
.
|
|
1574
|
+
._axisLabel_nmjjj_42 {
|
|
1570
1575
|
transform: translateY(var(--space-1));
|
|
1571
1576
|
}
|
|
1572
1577
|
._tooltip_11t5d_1 {
|
|
@@ -1714,13 +1719,13 @@ body.android {
|
|
|
1714
1719
|
--top-inset: 58px;
|
|
1715
1720
|
}
|
|
1716
1721
|
|
|
1717
|
-
.
|
|
1722
|
+
._section_4s2t4_9 {
|
|
1718
1723
|
position: relative;
|
|
1719
1724
|
z-index: 0;
|
|
1720
1725
|
margin-bottom: var(--space-8);
|
|
1721
1726
|
}
|
|
1722
1727
|
|
|
1723
|
-
.
|
|
1728
|
+
._section_4s2t4_9::before {
|
|
1724
1729
|
display: block;
|
|
1725
1730
|
content: "";
|
|
1726
1731
|
position: absolute;
|
|
@@ -1733,41 +1738,42 @@ body.android {
|
|
|
1733
1738
|
z-index: -1;
|
|
1734
1739
|
}
|
|
1735
1740
|
@media (min-width: 30em) {
|
|
1736
|
-
.
|
|
1741
|
+
._section_4s2t4_9::before {
|
|
1737
1742
|
transform: translate(-20px);
|
|
1738
1743
|
width: calc(100% + 40px);
|
|
1739
1744
|
}
|
|
1740
1745
|
}
|
|
1741
1746
|
@media (min-width: 46.25em) {
|
|
1742
|
-
.
|
|
1747
|
+
._section_4s2t4_9::before {
|
|
1743
1748
|
width: calc(100% + 60px);
|
|
1744
1749
|
}
|
|
1745
1750
|
}
|
|
1746
1751
|
@media (min-width: 71.25em) {
|
|
1747
|
-
.
|
|
1752
|
+
._section_4s2t4_9::before {
|
|
1748
1753
|
transform: translate(-180px);
|
|
1749
1754
|
width: calc(100% + 200px);
|
|
1750
1755
|
background-color: transparent;
|
|
1751
1756
|
}
|
|
1752
1757
|
}
|
|
1753
1758
|
@media (min-width: 81.25em) {
|
|
1754
|
-
.
|
|
1759
|
+
._section_4s2t4_9::before {
|
|
1755
1760
|
transform: translate(-260px);
|
|
1756
1761
|
width: calc(100% + 280px);
|
|
1757
1762
|
}
|
|
1758
1763
|
}
|
|
1759
1764
|
|
|
1760
|
-
.
|
|
1765
|
+
._borderTop_4s2t4_52::before {
|
|
1761
1766
|
border-top: 1px solid var(--border-divider-color);
|
|
1762
1767
|
}
|
|
1763
1768
|
|
|
1764
|
-
.
|
|
1769
|
+
._header_4s2t4_56 {
|
|
1765
1770
|
color: var(--primary-text-color);
|
|
1766
1771
|
padding-top: var(--space-2);
|
|
1767
1772
|
margin-bottom: var(--space-5);
|
|
1768
1773
|
}
|
|
1774
|
+
|
|
1769
1775
|
@media (min-width: 71.25em) {
|
|
1770
|
-
.
|
|
1776
|
+
body:not(.ios, .android) ._header_4s2t4_56 {
|
|
1771
1777
|
position: absolute;
|
|
1772
1778
|
max-width: 160px;
|
|
1773
1779
|
transform: translateX(-170px);
|
|
@@ -1775,22 +1781,23 @@ body.android {
|
|
|
1775
1781
|
}
|
|
1776
1782
|
}
|
|
1777
1783
|
@media (min-width: 81.25em) {
|
|
1778
|
-
.
|
|
1784
|
+
body:not(.ios, .android) ._header_4s2t4_56 {
|
|
1779
1785
|
max-width: 220px;
|
|
1780
1786
|
transform: translateX(-250px);
|
|
1781
1787
|
}
|
|
1782
1788
|
}
|
|
1783
1789
|
|
|
1784
|
-
.
|
|
1790
|
+
._content_4s2t4_77 {
|
|
1785
1791
|
position: relative;
|
|
1786
1792
|
padding-top: 0;
|
|
1787
1793
|
color: var(--primary-text-color);
|
|
1788
1794
|
}
|
|
1795
|
+
|
|
1789
1796
|
@media (min-width: 71.25em) {
|
|
1790
|
-
.
|
|
1797
|
+
body:not(.ios, .android) ._content_4s2t4_77 {
|
|
1791
1798
|
padding-top: var(--space-2);
|
|
1792
1799
|
}
|
|
1793
|
-
.
|
|
1800
|
+
body:not(.ios, .android) ._content_4s2t4_77::before {
|
|
1794
1801
|
content: "";
|
|
1795
1802
|
position: absolute;
|
|
1796
1803
|
top: 0;
|
|
@@ -1812,13 +1819,11 @@ body.android {
|
|
|
1812
1819
|
|
|
1813
1820
|
._bar_lo5h3_10 {
|
|
1814
1821
|
}
|
|
1815
|
-
.
|
|
1822
|
+
._container_hbk39_1 {
|
|
1816
1823
|
font-weight: 700;
|
|
1817
|
-
min-width: 290px;
|
|
1818
|
-
max-width: 530px;
|
|
1819
1824
|
}
|
|
1820
1825
|
|
|
1821
|
-
.
|
|
1826
|
+
._img_hbk39_5 {
|
|
1822
1827
|
height: 140px;
|
|
1823
1828
|
width: 140px;
|
|
1824
1829
|
border-radius: 50%;
|
|
@@ -1826,7 +1831,7 @@ body.android {
|
|
|
1826
1831
|
margin-left: var(--space-2);
|
|
1827
1832
|
}
|
|
1828
1833
|
|
|
1829
|
-
.
|
|
1834
|
+
._title_hbk39_13 {
|
|
1830
1835
|
font-family: var(--text-headline);
|
|
1831
1836
|
font-size: var(--headline-xsmall);
|
|
1832
1837
|
color: var(--primary-text-color);
|
|
@@ -1834,7 +1839,7 @@ body.android {
|
|
|
1834
1839
|
line-height: 1.1;
|
|
1835
1840
|
|
|
1836
1841
|
&:before {
|
|
1837
|
-
content:
|
|
1842
|
+
content: "";
|
|
1838
1843
|
height: 4px;
|
|
1839
1844
|
width: 2.2em;
|
|
1840
1845
|
border-radius: 50px;
|
|
@@ -1842,7 +1847,7 @@ body.android {
|
|
|
1842
1847
|
}
|
|
1843
1848
|
}
|
|
1844
1849
|
|
|
1845
|
-
.
|
|
1850
|
+
._subtitle_hbk39_29 {
|
|
1846
1851
|
font-family: var(--text-headline);
|
|
1847
1852
|
font-size: var(--headline-xsmall);
|
|
1848
1853
|
color: var(--primary-text-color);
|
|
@@ -1852,7 +1857,7 @@ body.android {
|
|
|
1852
1857
|
margin-bottom: 6px;
|
|
1853
1858
|
}
|
|
1854
1859
|
|
|
1855
|
-
.
|
|
1860
|
+
._small_hbk39_39 {
|
|
1856
1861
|
font-family: var(--text-serif);
|
|
1857
1862
|
font-size: var(--body-small);
|
|
1858
1863
|
line-height: var(--body-line-height);
|
|
@@ -1862,7 +1867,7 @@ body.android {
|
|
|
1862
1867
|
margin-top: var(--space-1);
|
|
1863
1868
|
}
|
|
1864
1869
|
|
|
1865
|
-
.
|
|
1870
|
+
._blurb_hbk39_49 {
|
|
1866
1871
|
font-family: var(--text-serif);
|
|
1867
1872
|
font-size: var(--body-small);
|
|
1868
1873
|
line-height: var(--body-line-height);
|
|
@@ -1870,7 +1875,7 @@ body.android {
|
|
|
1870
1875
|
font-weight: 300;
|
|
1871
1876
|
}
|
|
1872
1877
|
|
|
1873
|
-
.
|
|
1878
|
+
._footnote_hbk39_57 {
|
|
1874
1879
|
font-family: var(--text-serif);
|
|
1875
1880
|
font-size: var(--body-small);
|
|
1876
1881
|
line-height: var(--body-line-height);
|
|
@@ -1878,7 +1883,8 @@ body.android {
|
|
|
1878
1883
|
font-style: italic;
|
|
1879
1884
|
color: var(--primary-text-color);
|
|
1880
1885
|
margin-top: var(--space-2);
|
|
1881
|
-
}
|
|
1886
|
+
}
|
|
1887
|
+
body {
|
|
1882
1888
|
--top-inset: 0;
|
|
1883
1889
|
}
|
|
1884
1890
|
|