@asantemedia-org/leybold-design-system 1.0.20 → 1.0.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/index.esm.scss +100 -64
- package/dist/index.js +74 -78
- package/dist/index.scss +100 -64
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.scss
CHANGED
|
@@ -1697,26 +1697,24 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
1697
1697
|
--text-xxl-line-height: 1;
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1700
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details {
|
|
1701
1701
|
display: grid;
|
|
1702
1702
|
grid-template-columns: repeat(1, 1fr);
|
|
1703
1703
|
grid-template-rows: auto;
|
|
1704
1704
|
}
|
|
1705
1705
|
@media (min-width: 992px) {
|
|
1706
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1706
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details {
|
|
1707
1707
|
grid-template-columns: repeat(2, 1fr);
|
|
1708
1708
|
}
|
|
1709
1709
|
}
|
|
1710
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1710
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__product-info {
|
|
1711
1711
|
position: relative;
|
|
1712
1712
|
max-width: 480px;
|
|
1713
1713
|
}
|
|
1714
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1715
|
-
[class*="__product-image"]
|
|
1716
|
-
) {
|
|
1714
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__header {
|
|
1717
1715
|
margin-bottom: 1rem;
|
|
1718
1716
|
}
|
|
1719
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1717
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__header__title {
|
|
1720
1718
|
font-size: 21px;
|
|
1721
1719
|
font-weight: 700;
|
|
1722
1720
|
margin-bottom: 1rem;
|
|
@@ -1724,23 +1722,23 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
1724
1722
|
color: #e2001a;
|
|
1725
1723
|
}
|
|
1726
1724
|
@media (min-width: 768px) {
|
|
1727
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1725
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__header__title {
|
|
1728
1726
|
max-width: 325px;
|
|
1729
1727
|
}
|
|
1730
1728
|
}
|
|
1731
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1729
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__header__product-code {
|
|
1732
1730
|
font-size: 0.875rem;
|
|
1733
1731
|
color: #4a4e54;
|
|
1734
1732
|
margin-bottom: 1rem;
|
|
1735
1733
|
}
|
|
1736
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1734
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__header__product-image {
|
|
1737
1735
|
max-width: 100%;
|
|
1738
1736
|
height: auto;
|
|
1739
1737
|
}
|
|
1740
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1738
|
+
.ProductCardDetails-module__productDetails___-sx2l .cmp-card--type-product_details__spares-list {
|
|
1741
1739
|
position: relative;
|
|
1742
1740
|
}
|
|
1743
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1741
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-spares-list {
|
|
1744
1742
|
display: grid;
|
|
1745
1743
|
grid-template-columns: repeat(1, 1fr);
|
|
1746
1744
|
grid-template-rows: auto;
|
|
@@ -1749,16 +1747,16 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
1749
1747
|
padding-left: 0;
|
|
1750
1748
|
}
|
|
1751
1749
|
@media (min-width: 992px) {
|
|
1752
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1750
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-spares-list {
|
|
1753
1751
|
grid-template-columns: repeat(2, 1fr);
|
|
1754
1752
|
}
|
|
1755
1753
|
}
|
|
1756
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1754
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-spares-list li {
|
|
1757
1755
|
list-style: none;
|
|
1758
1756
|
margin-bottom: 0;
|
|
1759
1757
|
font-size: 14px;
|
|
1760
1758
|
}
|
|
1761
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1759
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-specification-list {
|
|
1762
1760
|
margin-left: 0;
|
|
1763
1761
|
padding-left: 0;
|
|
1764
1762
|
display: grid;
|
|
@@ -1767,58 +1765,96 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
1767
1765
|
gap: 10px;
|
|
1768
1766
|
}
|
|
1769
1767
|
@media (min-width: 992px) {
|
|
1770
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1768
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-specification-list {
|
|
1771
1769
|
grid-template-columns: repeat(2, 1fr);
|
|
1772
1770
|
grid-template-areas: "list-item-1 list-item-2";
|
|
1773
1771
|
}
|
|
1774
1772
|
}
|
|
1775
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1773
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-specification-list li {
|
|
1776
1774
|
list-style: none;
|
|
1777
1775
|
margin-bottom: 0.75rem;
|
|
1778
1776
|
font-size: 14px;
|
|
1779
1777
|
}
|
|
1780
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1778
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-specification-list li strong {
|
|
1781
1779
|
color: #383e42;
|
|
1782
1780
|
}
|
|
1783
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1781
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-specification-list li > *:first-child {
|
|
1784
1782
|
line-height: 2;
|
|
1785
1783
|
}
|
|
1786
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1784
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-specification-holder {
|
|
1787
1785
|
margin-bottom: 1rem;
|
|
1788
1786
|
}
|
|
1789
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1787
|
+
.ProductCardDetails-module__productDetails___-sx2l .folding-spares-holder {
|
|
1790
1788
|
margin-bottom: 1rem;
|
|
1791
1789
|
}
|
|
1792
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1790
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section {
|
|
1793
1791
|
margin-bottom: 0.5rem;
|
|
1794
1792
|
}
|
|
1795
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1793
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section.ProductCardDetails-module__open___ZShRA {
|
|
1796
1794
|
border-color: #e2001a;
|
|
1797
1795
|
}
|
|
1798
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1796
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section__header {
|
|
1799
1797
|
display: flex;
|
|
1800
1798
|
justify-content: space-between;
|
|
1801
1799
|
align-items: center;
|
|
1802
1800
|
padding: 1rem 0;
|
|
1803
1801
|
cursor: pointer;
|
|
1804
1802
|
}
|
|
1805
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1803
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section__title {
|
|
1806
1804
|
font-size: 1rem;
|
|
1807
1805
|
font-weight: 600;
|
|
1808
1806
|
color: #383e42;
|
|
1809
1807
|
margin: 0;
|
|
1810
1808
|
}
|
|
1811
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1809
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section__icon {
|
|
1812
1810
|
color: black !important;
|
|
1813
1811
|
}
|
|
1814
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1812
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section__icon svg {
|
|
1815
1813
|
color: inherit !important;
|
|
1816
1814
|
}
|
|
1817
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1815
|
+
.ProductCardDetails-module__productDetails___-sx2l .accordion-section__content {
|
|
1818
1816
|
padding: 0 0 1rem 0;
|
|
1819
1817
|
}
|
|
1820
|
-
.ProductCardDetails-module__productDetails___-sx2l
|
|
1821
|
-
|
|
1818
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector {
|
|
1819
|
+
display: inline-flex;
|
|
1820
|
+
align-items: center;
|
|
1821
|
+
gap: 0.5rem;
|
|
1822
|
+
margin-top: 0.25rem;
|
|
1823
|
+
}
|
|
1824
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector__value {
|
|
1825
|
+
font-weight: 600;
|
|
1826
|
+
font-size: 0.95rem;
|
|
1827
|
+
color: #4a4e54;
|
|
1828
|
+
}
|
|
1829
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector__unit {
|
|
1830
|
+
font-size: 0.85rem;
|
|
1831
|
+
color: #99a1ab;
|
|
1832
|
+
}
|
|
1833
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector__dropdown {
|
|
1834
|
+
-webkit-appearance: none;
|
|
1835
|
+
-moz-appearance: none;
|
|
1836
|
+
appearance: none;
|
|
1837
|
+
background-color: transparent;
|
|
1838
|
+
border: none;
|
|
1839
|
+
border-radius: 0;
|
|
1840
|
+
padding: 0.25rem 1.75rem 0.25rem 0.5rem;
|
|
1841
|
+
font-size: 0.85rem;
|
|
1842
|
+
color: #e2001a;
|
|
1843
|
+
cursor: pointer;
|
|
1844
|
+
transition: border-color 0.2s ease, background-color 0.2s ease;
|
|
1845
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
1846
|
+
background-repeat: no-repeat;
|
|
1847
|
+
background-position: right 0.5rem center;
|
|
1848
|
+
}
|
|
1849
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector__dropdown:hover {
|
|
1850
|
+
background-color: #dae0e3;
|
|
1851
|
+
}
|
|
1852
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector__dropdown:focus {
|
|
1853
|
+
outline: none;
|
|
1854
|
+
box-shadow: 0 0 0 2px rgba(196, 38, 46, 0.15);
|
|
1855
|
+
}
|
|
1856
|
+
.ProductCardDetails-module__productDetails___-sx2l .facet-unit-selector__dropdown option {
|
|
1857
|
+
padding: 0.5rem;
|
|
1822
1858
|
}
|
|
1823
1859
|
:root {
|
|
1824
1860
|
--leybold-red: #e2001a;
|
|
@@ -1898,25 +1934,25 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
1898
1934
|
transform: skewX(-10deg) translateX(200%);
|
|
1899
1935
|
}
|
|
1900
1936
|
}
|
|
1901
|
-
|
|
1937
|
+
.cmpAlgoliaDynamicSearchWidget {
|
|
1902
1938
|
position: relative;
|
|
1903
1939
|
padding: 2rem 1rem;
|
|
1904
1940
|
}
|
|
1905
1941
|
@media (min-width: 768px) {
|
|
1906
|
-
|
|
1942
|
+
.cmpAlgoliaDynamicSearchWidget {
|
|
1907
1943
|
padding: 4rem 1rem;
|
|
1908
1944
|
}
|
|
1909
1945
|
}
|
|
1910
|
-
|
|
1946
|
+
.cmpAlgoliaDynamicSearchWidget.isLoading .cmpAlgoliaDynamicSearchWidget__placeholder {
|
|
1911
1947
|
opacity: 1;
|
|
1912
1948
|
z-index: 1;
|
|
1913
1949
|
}
|
|
1914
|
-
|
|
1950
|
+
.cmpAlgoliaDynamicSearchWidget.isLoading .cmpAlgoliaDynamicSearchWidget__container {
|
|
1915
1951
|
opacity: 0;
|
|
1916
1952
|
z-index: -1;
|
|
1917
1953
|
}
|
|
1918
1954
|
|
|
1919
|
-
|
|
1955
|
+
.cmpAlgoliaDynamicSearchWidget__container {
|
|
1920
1956
|
margin-left: auto;
|
|
1921
1957
|
margin-right: auto;
|
|
1922
1958
|
display: flex;
|
|
@@ -1926,91 +1962,91 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
1926
1962
|
transition: opacity 0.5s;
|
|
1927
1963
|
}
|
|
1928
1964
|
@media (min-width: 961px) {
|
|
1929
|
-
|
|
1965
|
+
.cmpAlgoliaDynamicSearchWidget__container {
|
|
1930
1966
|
max-width: 1280px;
|
|
1931
1967
|
}
|
|
1932
1968
|
}
|
|
1933
1969
|
|
|
1934
|
-
|
|
1970
|
+
.cmpAlgoliaDynamicSearchWidget__header {
|
|
1935
1971
|
display: flex;
|
|
1936
1972
|
flex-direction: column;
|
|
1937
1973
|
gap: 1.5rem;
|
|
1938
1974
|
}
|
|
1939
1975
|
@media screen and (min-width: 768px) {
|
|
1940
|
-
|
|
1976
|
+
.cmpAlgoliaDynamicSearchWidget__header {
|
|
1941
1977
|
flex-direction: row;
|
|
1942
1978
|
justify-content: space-between;
|
|
1943
1979
|
align-items: flex-start;
|
|
1944
1980
|
}
|
|
1945
1981
|
}
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1982
|
+
.cmpAlgoliaDynamicSearchWidget__header h1,
|
|
1983
|
+
.cmpAlgoliaDynamicSearchWidget__header h2,
|
|
1984
|
+
.cmpAlgoliaDynamicSearchWidget__header h3,
|
|
1985
|
+
.cmpAlgoliaDynamicSearchWidget__header h4,
|
|
1986
|
+
.cmpAlgoliaDynamicSearchWidget__header h5,
|
|
1987
|
+
.cmpAlgoliaDynamicSearchWidget__header h6,
|
|
1988
|
+
.cmpAlgoliaDynamicSearchWidget__header p {
|
|
1953
1989
|
margin: 0;
|
|
1954
1990
|
color: #546672;
|
|
1955
1991
|
}
|
|
1956
1992
|
|
|
1957
|
-
|
|
1993
|
+
.cmpAlgoliaDynamicSearchWidget__header__text {
|
|
1958
1994
|
display: flex;
|
|
1959
1995
|
flex-direction: column;
|
|
1960
1996
|
gap: 1rem;
|
|
1961
1997
|
}
|
|
1962
1998
|
@media screen and (min-width: 768px) {
|
|
1963
|
-
|
|
1999
|
+
.cmpAlgoliaDynamicSearchWidget__header__text {
|
|
1964
2000
|
max-width: 75%;
|
|
1965
2001
|
}
|
|
1966
2002
|
}
|
|
1967
2003
|
|
|
1968
|
-
|
|
2004
|
+
.cmpAlgoliaDynamicSearchWidget__cards {
|
|
1969
2005
|
display: grid;
|
|
1970
2006
|
gap: 1rem;
|
|
1971
2007
|
grid-template-columns: 1fr;
|
|
1972
2008
|
}
|
|
1973
2009
|
@media (min-width: 768px) {
|
|
1974
|
-
|
|
2010
|
+
.cmpAlgoliaDynamicSearchWidget__cards {
|
|
1975
2011
|
grid-template-columns: repeat(2, 1fr);
|
|
1976
2012
|
}
|
|
1977
2013
|
}
|
|
1978
2014
|
@media (min-width: 961px) {
|
|
1979
|
-
|
|
2015
|
+
.cmpAlgoliaDynamicSearchWidget__cards {
|
|
1980
2016
|
grid-template-columns: repeat(3, 1fr);
|
|
1981
2017
|
}
|
|
1982
2018
|
}
|
|
1983
2019
|
|
|
1984
|
-
|
|
2020
|
+
.cmpAlgoliaDynamicSearchWidget.isQueryContent .cmpAlgoliaDynamicSearchWidget__cards {
|
|
1985
2021
|
grid-template-columns: repeat(2, 1fr);
|
|
1986
2022
|
}
|
|
1987
2023
|
@media (min-width: 961px) {
|
|
1988
|
-
|
|
2024
|
+
.cmpAlgoliaDynamicSearchWidget.isQueryContent .cmpAlgoliaDynamicSearchWidget__cards {
|
|
1989
2025
|
grid-template-columns: repeat(4, 1fr);
|
|
1990
2026
|
}
|
|
1991
2027
|
}
|
|
1992
2028
|
|
|
1993
|
-
|
|
2029
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleSilverGradientBackground {
|
|
1994
2030
|
background: #3f6a98;
|
|
1995
2031
|
}
|
|
1996
2032
|
|
|
1997
|
-
|
|
2033
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground {
|
|
1998
2034
|
background: #546672;
|
|
1999
2035
|
}
|
|
2000
|
-
|
|
2036
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text {
|
|
2001
2037
|
color: white;
|
|
2002
2038
|
}
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2039
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h1,
|
|
2040
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h2,
|
|
2041
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h3,
|
|
2042
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h4,
|
|
2043
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h5,
|
|
2044
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h6,
|
|
2045
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text p {
|
|
2010
2046
|
color: white;
|
|
2011
2047
|
}
|
|
2012
2048
|
|
|
2013
|
-
|
|
2049
|
+
.cmpAlgoliaDynamicSearchWidget__placeholder {
|
|
2014
2050
|
opacity: 0;
|
|
2015
2051
|
position: absolute;
|
|
2016
2052
|
top: 0;
|
|
@@ -2023,7 +2059,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
|
|
|
2023
2059
|
transition: opacity 0.5s;
|
|
2024
2060
|
}
|
|
2025
2061
|
|
|
2026
|
-
|
|
2062
|
+
.cmpAlgoliaDynamicSearchWidget__placeholder__loading::before {
|
|
2027
2063
|
content: "";
|
|
2028
2064
|
position: absolute;
|
|
2029
2065
|
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
|