@salutejs/plasma-themes 0.38.0-canary.2235.17792261875.0 → 0.38.0-canary.2239.17794430722.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/css/plasma_homeds.module.css +406 -406
- package/css/plasma_homeds__dark.css +406 -406
- package/css/plasma_homeds__light.css +406 -406
- package/css/plasma_web_ACTUAL_TYPOGRAPHY.module.css +5 -5
- package/css/plasma_web_ACTUAL_TYPOGRAPHY__dark.css +5 -5
- package/css/plasma_web_ACTUAL_TYPOGRAPHY__light.css +5 -5
- package/es/themes/plasma_homeds__dark.js +1 -1
- package/es/themes/plasma_homeds__dark.js.map +1 -1
- package/es/themes/plasma_homeds__light.js +1 -1
- package/es/themes/plasma_homeds__light.js.map +1 -1
- package/es/themes/plasma_web_ACTUAL_TYPOGRAPHY__dark.js +1 -1
- package/es/themes/plasma_web_ACTUAL_TYPOGRAPHY__dark.js.map +1 -1
- package/es/themes/plasma_web_ACTUAL_TYPOGRAPHY__light.js +1 -1
- package/es/themes/plasma_web_ACTUAL_TYPOGRAPHY__light.js.map +1 -1
- package/es/tokens/plasma_homeds/index.js +295 -295
- package/es/tokens/plasma_homeds/index.js.map +1 -1
- package/es/tokens/plasma_web_ACTUAL_TYPOGRAPHY/index.js +5 -5
- package/es/tokens/plasma_web_ACTUAL_TYPOGRAPHY/index.js.map +1 -1
- package/package.json +2 -2
- package/themes/plasma_homeds__dark.js +1 -1
- package/themes/plasma_homeds__dark.js.map +1 -1
- package/themes/plasma_homeds__light.js +1 -1
- package/themes/plasma_homeds__light.js.map +1 -1
- package/themes/plasma_web_ACTUAL_TYPOGRAPHY__dark.js +1 -1
- package/themes/plasma_web_ACTUAL_TYPOGRAPHY__dark.js.map +1 -1
- package/themes/plasma_web_ACTUAL_TYPOGRAPHY__light.js +1 -1
- package/themes/plasma_web_ACTUAL_TYPOGRAPHY__light.js.map +1 -1
- package/tokens/plasma_homeds/index.d.ts +100 -100
- package/tokens/plasma_homeds/index.js +297 -297
- package/tokens/plasma_homeds/index.js.map +1 -1
- package/tokens/plasma_web_ACTUAL_TYPOGRAPHY/index.d.ts +5 -5
- package/tokens/plasma_web_ACTUAL_TYPOGRAPHY/index.js +5 -5
- package/tokens/plasma_web_ACTUAL_TYPOGRAPHY/index.js.map +1 -1
|
@@ -1786,8 +1786,8 @@ export declare const spacing32x = "var(--spacing-32x, 64px)";
|
|
|
1786
1786
|
export declare const spacing40x = "var(--spacing-40x, 80px)";
|
|
1787
1787
|
/** spacing 60x */
|
|
1788
1788
|
export declare const spacing60x = "var(--spacing-60x, 120px)";
|
|
1789
|
-
/** typography s display-l */
|
|
1790
|
-
export declare const
|
|
1789
|
+
/** typography s display-l-bold */
|
|
1790
|
+
export declare const dsplLBold: {
|
|
1791
1791
|
fontFamily: string;
|
|
1792
1792
|
fontSize: string;
|
|
1793
1793
|
fontStyle: string;
|
|
@@ -1795,8 +1795,8 @@ export declare const dsplL: {
|
|
|
1795
1795
|
letterSpacing: string;
|
|
1796
1796
|
lineHeight: string;
|
|
1797
1797
|
};
|
|
1798
|
-
/** typography s display-l-
|
|
1799
|
-
export declare const
|
|
1798
|
+
/** typography s display-l-medium */
|
|
1799
|
+
export declare const dsplLMedium: {
|
|
1800
1800
|
fontFamily: string;
|
|
1801
1801
|
fontSize: string;
|
|
1802
1802
|
fontStyle: string;
|
|
@@ -1804,8 +1804,8 @@ export declare const dsplLBold: {
|
|
|
1804
1804
|
letterSpacing: string;
|
|
1805
1805
|
lineHeight: string;
|
|
1806
1806
|
};
|
|
1807
|
-
/** typography s display-
|
|
1808
|
-
export declare const
|
|
1807
|
+
/** typography s display-l */
|
|
1808
|
+
export declare const dsplL: {
|
|
1809
1809
|
fontFamily: string;
|
|
1810
1810
|
fontSize: string;
|
|
1811
1811
|
fontStyle: string;
|
|
@@ -1822,8 +1822,8 @@ export declare const dsplMBold: {
|
|
|
1822
1822
|
letterSpacing: string;
|
|
1823
1823
|
lineHeight: string;
|
|
1824
1824
|
};
|
|
1825
|
-
/** typography s display-
|
|
1826
|
-
export declare const
|
|
1825
|
+
/** typography s display-m-medium */
|
|
1826
|
+
export declare const dsplMMedium: {
|
|
1827
1827
|
fontFamily: string;
|
|
1828
1828
|
fontSize: string;
|
|
1829
1829
|
fontStyle: string;
|
|
@@ -1831,8 +1831,8 @@ export declare const dsplS: {
|
|
|
1831
1831
|
letterSpacing: string;
|
|
1832
1832
|
lineHeight: string;
|
|
1833
1833
|
};
|
|
1834
|
-
/** typography s display-
|
|
1835
|
-
export declare const
|
|
1834
|
+
/** typography s display-m */
|
|
1835
|
+
export declare const dsplM: {
|
|
1836
1836
|
fontFamily: string;
|
|
1837
1837
|
fontSize: string;
|
|
1838
1838
|
fontStyle: string;
|
|
@@ -1840,8 +1840,8 @@ export declare const dsplSBold: {
|
|
|
1840
1840
|
letterSpacing: string;
|
|
1841
1841
|
lineHeight: string;
|
|
1842
1842
|
};
|
|
1843
|
-
/** typography s
|
|
1844
|
-
export declare const
|
|
1843
|
+
/** typography s display-s-bold */
|
|
1844
|
+
export declare const dsplSBold: {
|
|
1845
1845
|
fontFamily: string;
|
|
1846
1846
|
fontSize: string;
|
|
1847
1847
|
fontStyle: string;
|
|
@@ -1849,8 +1849,8 @@ export declare const h1: {
|
|
|
1849
1849
|
letterSpacing: string;
|
|
1850
1850
|
lineHeight: string;
|
|
1851
1851
|
};
|
|
1852
|
-
/** typography s
|
|
1853
|
-
export declare const
|
|
1852
|
+
/** typography s display-s-medium */
|
|
1853
|
+
export declare const dsplSMedium: {
|
|
1854
1854
|
fontFamily: string;
|
|
1855
1855
|
fontSize: string;
|
|
1856
1856
|
fontStyle: string;
|
|
@@ -1858,8 +1858,8 @@ export declare const h1Bold: {
|
|
|
1858
1858
|
letterSpacing: string;
|
|
1859
1859
|
lineHeight: string;
|
|
1860
1860
|
};
|
|
1861
|
-
/** typography s
|
|
1862
|
-
export declare const
|
|
1861
|
+
/** typography s display-s */
|
|
1862
|
+
export declare const dsplS: {
|
|
1863
1863
|
fontFamily: string;
|
|
1864
1864
|
fontSize: string;
|
|
1865
1865
|
fontStyle: string;
|
|
@@ -1867,8 +1867,8 @@ export declare const h2: {
|
|
|
1867
1867
|
letterSpacing: string;
|
|
1868
1868
|
lineHeight: string;
|
|
1869
1869
|
};
|
|
1870
|
-
/** typography s header-
|
|
1871
|
-
export declare const
|
|
1870
|
+
/** typography s header-h1-bold */
|
|
1871
|
+
export declare const h1Bold: {
|
|
1872
1872
|
fontFamily: string;
|
|
1873
1873
|
fontSize: string;
|
|
1874
1874
|
fontStyle: string;
|
|
@@ -1876,8 +1876,8 @@ export declare const h2Bold: {
|
|
|
1876
1876
|
letterSpacing: string;
|
|
1877
1877
|
lineHeight: string;
|
|
1878
1878
|
};
|
|
1879
|
-
/** typography s header-
|
|
1880
|
-
export declare const
|
|
1879
|
+
/** typography s header-h1-medium */
|
|
1880
|
+
export declare const h1Medium: {
|
|
1881
1881
|
fontFamily: string;
|
|
1882
1882
|
fontSize: string;
|
|
1883
1883
|
fontStyle: string;
|
|
@@ -1885,8 +1885,8 @@ export declare const h3: {
|
|
|
1885
1885
|
letterSpacing: string;
|
|
1886
1886
|
lineHeight: string;
|
|
1887
1887
|
};
|
|
1888
|
-
/** typography s header-
|
|
1889
|
-
export declare const
|
|
1888
|
+
/** typography s header-h1 */
|
|
1889
|
+
export declare const h1: {
|
|
1890
1890
|
fontFamily: string;
|
|
1891
1891
|
fontSize: string;
|
|
1892
1892
|
fontStyle: string;
|
|
@@ -1894,8 +1894,8 @@ export declare const h3Bold: {
|
|
|
1894
1894
|
letterSpacing: string;
|
|
1895
1895
|
lineHeight: string;
|
|
1896
1896
|
};
|
|
1897
|
-
/** typography s header-
|
|
1898
|
-
export declare const
|
|
1897
|
+
/** typography s header-h2-bold */
|
|
1898
|
+
export declare const h2Bold: {
|
|
1899
1899
|
fontFamily: string;
|
|
1900
1900
|
fontSize: string;
|
|
1901
1901
|
fontStyle: string;
|
|
@@ -1903,8 +1903,8 @@ export declare const h4: {
|
|
|
1903
1903
|
letterSpacing: string;
|
|
1904
1904
|
lineHeight: string;
|
|
1905
1905
|
};
|
|
1906
|
-
/** typography s header-
|
|
1907
|
-
export declare const
|
|
1906
|
+
/** typography s header-h2-medium */
|
|
1907
|
+
export declare const h2Medium: {
|
|
1908
1908
|
fontFamily: string;
|
|
1909
1909
|
fontSize: string;
|
|
1910
1910
|
fontStyle: string;
|
|
@@ -1912,8 +1912,8 @@ export declare const h4Bold: {
|
|
|
1912
1912
|
letterSpacing: string;
|
|
1913
1913
|
lineHeight: string;
|
|
1914
1914
|
};
|
|
1915
|
-
/** typography s header-
|
|
1916
|
-
export declare const
|
|
1915
|
+
/** typography s header-h2 */
|
|
1916
|
+
export declare const h2: {
|
|
1917
1917
|
fontFamily: string;
|
|
1918
1918
|
fontSize: string;
|
|
1919
1919
|
fontStyle: string;
|
|
@@ -1921,8 +1921,8 @@ export declare const h5: {
|
|
|
1921
1921
|
letterSpacing: string;
|
|
1922
1922
|
lineHeight: string;
|
|
1923
1923
|
};
|
|
1924
|
-
/** typography s header-
|
|
1925
|
-
export declare const
|
|
1924
|
+
/** typography s header-h3-bold */
|
|
1925
|
+
export declare const h3Bold: {
|
|
1926
1926
|
fontFamily: string;
|
|
1927
1927
|
fontSize: string;
|
|
1928
1928
|
fontStyle: string;
|
|
@@ -1930,8 +1930,8 @@ export declare const h5Bold: {
|
|
|
1930
1930
|
letterSpacing: string;
|
|
1931
1931
|
lineHeight: string;
|
|
1932
1932
|
};
|
|
1933
|
-
/** typography s
|
|
1934
|
-
export declare const
|
|
1933
|
+
/** typography s header-h3-medium */
|
|
1934
|
+
export declare const h3Medium: {
|
|
1935
1935
|
fontFamily: string;
|
|
1936
1936
|
fontSize: string;
|
|
1937
1937
|
fontStyle: string;
|
|
@@ -1939,8 +1939,8 @@ export declare const bodyL: {
|
|
|
1939
1939
|
letterSpacing: string;
|
|
1940
1940
|
lineHeight: string;
|
|
1941
1941
|
};
|
|
1942
|
-
/** typography s
|
|
1943
|
-
export declare const
|
|
1942
|
+
/** typography s header-h3 */
|
|
1943
|
+
export declare const h3: {
|
|
1944
1944
|
fontFamily: string;
|
|
1945
1945
|
fontSize: string;
|
|
1946
1946
|
fontStyle: string;
|
|
@@ -1948,8 +1948,8 @@ export declare const bodyLBold: {
|
|
|
1948
1948
|
letterSpacing: string;
|
|
1949
1949
|
lineHeight: string;
|
|
1950
1950
|
};
|
|
1951
|
-
/** typography s
|
|
1952
|
-
export declare const
|
|
1951
|
+
/** typography s header-h4-bold */
|
|
1952
|
+
export declare const h4Bold: {
|
|
1953
1953
|
fontFamily: string;
|
|
1954
1954
|
fontSize: string;
|
|
1955
1955
|
fontStyle: string;
|
|
@@ -1957,8 +1957,8 @@ export declare const bodyM: {
|
|
|
1957
1957
|
letterSpacing: string;
|
|
1958
1958
|
lineHeight: string;
|
|
1959
1959
|
};
|
|
1960
|
-
/** typography s
|
|
1961
|
-
export declare const
|
|
1960
|
+
/** typography s header-h4-medium */
|
|
1961
|
+
export declare const h4Medium: {
|
|
1962
1962
|
fontFamily: string;
|
|
1963
1963
|
fontSize: string;
|
|
1964
1964
|
fontStyle: string;
|
|
@@ -1966,8 +1966,8 @@ export declare const bodyMBold: {
|
|
|
1966
1966
|
letterSpacing: string;
|
|
1967
1967
|
lineHeight: string;
|
|
1968
1968
|
};
|
|
1969
|
-
/** typography s
|
|
1970
|
-
export declare const
|
|
1969
|
+
/** typography s header-h4 */
|
|
1970
|
+
export declare const h4: {
|
|
1971
1971
|
fontFamily: string;
|
|
1972
1972
|
fontSize: string;
|
|
1973
1973
|
fontStyle: string;
|
|
@@ -1975,8 +1975,8 @@ export declare const bodyS: {
|
|
|
1975
1975
|
letterSpacing: string;
|
|
1976
1976
|
lineHeight: string;
|
|
1977
1977
|
};
|
|
1978
|
-
/** typography s
|
|
1979
|
-
export declare const
|
|
1978
|
+
/** typography s header-h5-bold */
|
|
1979
|
+
export declare const h5Bold: {
|
|
1980
1980
|
fontFamily: string;
|
|
1981
1981
|
fontSize: string;
|
|
1982
1982
|
fontStyle: string;
|
|
@@ -1984,8 +1984,8 @@ export declare const bodySBold: {
|
|
|
1984
1984
|
letterSpacing: string;
|
|
1985
1985
|
lineHeight: string;
|
|
1986
1986
|
};
|
|
1987
|
-
/** typography s
|
|
1988
|
-
export declare const
|
|
1987
|
+
/** typography s header-h5-medium */
|
|
1988
|
+
export declare const h5Medium: {
|
|
1989
1989
|
fontFamily: string;
|
|
1990
1990
|
fontSize: string;
|
|
1991
1991
|
fontStyle: string;
|
|
@@ -1993,8 +1993,8 @@ export declare const bodyXS: {
|
|
|
1993
1993
|
letterSpacing: string;
|
|
1994
1994
|
lineHeight: string;
|
|
1995
1995
|
};
|
|
1996
|
-
/** typography s
|
|
1997
|
-
export declare const
|
|
1996
|
+
/** typography s header-h5 */
|
|
1997
|
+
export declare const h5: {
|
|
1998
1998
|
fontFamily: string;
|
|
1999
1999
|
fontSize: string;
|
|
2000
2000
|
fontStyle: string;
|
|
@@ -2002,8 +2002,8 @@ export declare const bodyXSBold: {
|
|
|
2002
2002
|
letterSpacing: string;
|
|
2003
2003
|
lineHeight: string;
|
|
2004
2004
|
};
|
|
2005
|
-
/** typography s body-
|
|
2006
|
-
export declare const
|
|
2005
|
+
/** typography s body-l-bold */
|
|
2006
|
+
export declare const bodyLBold: {
|
|
2007
2007
|
fontFamily: string;
|
|
2008
2008
|
fontSize: string;
|
|
2009
2009
|
fontStyle: string;
|
|
@@ -2011,8 +2011,8 @@ export declare const bodyXXS: {
|
|
|
2011
2011
|
letterSpacing: string;
|
|
2012
2012
|
lineHeight: string;
|
|
2013
2013
|
};
|
|
2014
|
-
/** typography s body-
|
|
2015
|
-
export declare const
|
|
2014
|
+
/** typography s body-l-medium */
|
|
2015
|
+
export declare const bodyLMedium: {
|
|
2016
2016
|
fontFamily: string;
|
|
2017
2017
|
fontSize: string;
|
|
2018
2018
|
fontStyle: string;
|
|
@@ -2020,8 +2020,8 @@ export declare const bodyXXSBold: {
|
|
|
2020
2020
|
letterSpacing: string;
|
|
2021
2021
|
lineHeight: string;
|
|
2022
2022
|
};
|
|
2023
|
-
/** typography s
|
|
2024
|
-
export declare const
|
|
2023
|
+
/** typography s body-l */
|
|
2024
|
+
export declare const bodyL: {
|
|
2025
2025
|
fontFamily: string;
|
|
2026
2026
|
fontSize: string;
|
|
2027
2027
|
fontStyle: string;
|
|
@@ -2029,8 +2029,8 @@ export declare const textL: {
|
|
|
2029
2029
|
letterSpacing: string;
|
|
2030
2030
|
lineHeight: string;
|
|
2031
2031
|
};
|
|
2032
|
-
/** typography s
|
|
2033
|
-
export declare const
|
|
2032
|
+
/** typography s body-m-bold */
|
|
2033
|
+
export declare const bodyMBold: {
|
|
2034
2034
|
fontFamily: string;
|
|
2035
2035
|
fontSize: string;
|
|
2036
2036
|
fontStyle: string;
|
|
@@ -2038,8 +2038,8 @@ export declare const textLBold: {
|
|
|
2038
2038
|
letterSpacing: string;
|
|
2039
2039
|
lineHeight: string;
|
|
2040
2040
|
};
|
|
2041
|
-
/** typography s
|
|
2042
|
-
export declare const
|
|
2041
|
+
/** typography s body-m-medium */
|
|
2042
|
+
export declare const bodyMMedium: {
|
|
2043
2043
|
fontFamily: string;
|
|
2044
2044
|
fontSize: string;
|
|
2045
2045
|
fontStyle: string;
|
|
@@ -2047,8 +2047,8 @@ export declare const textM: {
|
|
|
2047
2047
|
letterSpacing: string;
|
|
2048
2048
|
lineHeight: string;
|
|
2049
2049
|
};
|
|
2050
|
-
/** typography s
|
|
2051
|
-
export declare const
|
|
2050
|
+
/** typography s body-m */
|
|
2051
|
+
export declare const bodyM: {
|
|
2052
2052
|
fontFamily: string;
|
|
2053
2053
|
fontSize: string;
|
|
2054
2054
|
fontStyle: string;
|
|
@@ -2056,8 +2056,8 @@ export declare const textMBold: {
|
|
|
2056
2056
|
letterSpacing: string;
|
|
2057
2057
|
lineHeight: string;
|
|
2058
2058
|
};
|
|
2059
|
-
/** typography s
|
|
2060
|
-
export declare const
|
|
2059
|
+
/** typography s body-s-bold */
|
|
2060
|
+
export declare const bodySBold: {
|
|
2061
2061
|
fontFamily: string;
|
|
2062
2062
|
fontSize: string;
|
|
2063
2063
|
fontStyle: string;
|
|
@@ -2065,8 +2065,8 @@ export declare const textS: {
|
|
|
2065
2065
|
letterSpacing: string;
|
|
2066
2066
|
lineHeight: string;
|
|
2067
2067
|
};
|
|
2068
|
-
/** typography s
|
|
2069
|
-
export declare const
|
|
2068
|
+
/** typography s body-s-medium */
|
|
2069
|
+
export declare const bodySMedium: {
|
|
2070
2070
|
fontFamily: string;
|
|
2071
2071
|
fontSize: string;
|
|
2072
2072
|
fontStyle: string;
|
|
@@ -2074,8 +2074,8 @@ export declare const textSBold: {
|
|
|
2074
2074
|
letterSpacing: string;
|
|
2075
2075
|
lineHeight: string;
|
|
2076
2076
|
};
|
|
2077
|
-
/** typography s
|
|
2078
|
-
export declare const
|
|
2077
|
+
/** typography s body-s */
|
|
2078
|
+
export declare const bodyS: {
|
|
2079
2079
|
fontFamily: string;
|
|
2080
2080
|
fontSize: string;
|
|
2081
2081
|
fontStyle: string;
|
|
@@ -2083,8 +2083,8 @@ export declare const textXS: {
|
|
|
2083
2083
|
letterSpacing: string;
|
|
2084
2084
|
lineHeight: string;
|
|
2085
2085
|
};
|
|
2086
|
-
/** typography s
|
|
2087
|
-
export declare const
|
|
2086
|
+
/** typography s body-xs-bold */
|
|
2087
|
+
export declare const bodyXSBold: {
|
|
2088
2088
|
fontFamily: string;
|
|
2089
2089
|
fontSize: string;
|
|
2090
2090
|
fontStyle: string;
|
|
@@ -2092,8 +2092,8 @@ export declare const textXSBold: {
|
|
|
2092
2092
|
letterSpacing: string;
|
|
2093
2093
|
lineHeight: string;
|
|
2094
2094
|
};
|
|
2095
|
-
/** typography s
|
|
2096
|
-
export declare const
|
|
2095
|
+
/** typography s body-xs-medium */
|
|
2096
|
+
export declare const bodyXSMedium: {
|
|
2097
2097
|
fontFamily: string;
|
|
2098
2098
|
fontSize: string;
|
|
2099
2099
|
fontStyle: string;
|
|
@@ -2101,8 +2101,8 @@ export declare const dsplLMedium: {
|
|
|
2101
2101
|
letterSpacing: string;
|
|
2102
2102
|
lineHeight: string;
|
|
2103
2103
|
};
|
|
2104
|
-
/** typography s
|
|
2105
|
-
export declare const
|
|
2104
|
+
/** typography s body-xs */
|
|
2105
|
+
export declare const bodyXS: {
|
|
2106
2106
|
fontFamily: string;
|
|
2107
2107
|
fontSize: string;
|
|
2108
2108
|
fontStyle: string;
|
|
@@ -2110,8 +2110,8 @@ export declare const dsplMMedium: {
|
|
|
2110
2110
|
letterSpacing: string;
|
|
2111
2111
|
lineHeight: string;
|
|
2112
2112
|
};
|
|
2113
|
-
/** typography s
|
|
2114
|
-
export declare const
|
|
2113
|
+
/** typography s body-xxs-bold */
|
|
2114
|
+
export declare const bodyXXSBold: {
|
|
2115
2115
|
fontFamily: string;
|
|
2116
2116
|
fontSize: string;
|
|
2117
2117
|
fontStyle: string;
|
|
@@ -2119,8 +2119,8 @@ export declare const dsplSMedium: {
|
|
|
2119
2119
|
letterSpacing: string;
|
|
2120
2120
|
lineHeight: string;
|
|
2121
2121
|
};
|
|
2122
|
-
/** typography s
|
|
2123
|
-
export declare const
|
|
2122
|
+
/** typography s body-xxs-medium */
|
|
2123
|
+
export declare const bodyXXSMedium: {
|
|
2124
2124
|
fontFamily: string;
|
|
2125
2125
|
fontSize: string;
|
|
2126
2126
|
fontStyle: string;
|
|
@@ -2128,8 +2128,8 @@ export declare const h1Medium: {
|
|
|
2128
2128
|
letterSpacing: string;
|
|
2129
2129
|
lineHeight: string;
|
|
2130
2130
|
};
|
|
2131
|
-
/** typography s
|
|
2132
|
-
export declare const
|
|
2131
|
+
/** typography s body-xxs */
|
|
2132
|
+
export declare const bodyXXS: {
|
|
2133
2133
|
fontFamily: string;
|
|
2134
2134
|
fontSize: string;
|
|
2135
2135
|
fontStyle: string;
|
|
@@ -2137,8 +2137,8 @@ export declare const h2Medium: {
|
|
|
2137
2137
|
letterSpacing: string;
|
|
2138
2138
|
lineHeight: string;
|
|
2139
2139
|
};
|
|
2140
|
-
/** typography s
|
|
2141
|
-
export declare const
|
|
2140
|
+
/** typography s text-l-bold */
|
|
2141
|
+
export declare const textLBold: {
|
|
2142
2142
|
fontFamily: string;
|
|
2143
2143
|
fontSize: string;
|
|
2144
2144
|
fontStyle: string;
|
|
@@ -2146,8 +2146,8 @@ export declare const h3Medium: {
|
|
|
2146
2146
|
letterSpacing: string;
|
|
2147
2147
|
lineHeight: string;
|
|
2148
2148
|
};
|
|
2149
|
-
/** typography s
|
|
2150
|
-
export declare const
|
|
2149
|
+
/** typography s text-l-medium */
|
|
2150
|
+
export declare const textLMedium: {
|
|
2151
2151
|
fontFamily: string;
|
|
2152
2152
|
fontSize: string;
|
|
2153
2153
|
fontStyle: string;
|
|
@@ -2155,8 +2155,8 @@ export declare const h4Medium: {
|
|
|
2155
2155
|
letterSpacing: string;
|
|
2156
2156
|
lineHeight: string;
|
|
2157
2157
|
};
|
|
2158
|
-
/** typography s
|
|
2159
|
-
export declare const
|
|
2158
|
+
/** typography s text-l */
|
|
2159
|
+
export declare const textL: {
|
|
2160
2160
|
fontFamily: string;
|
|
2161
2161
|
fontSize: string;
|
|
2162
2162
|
fontStyle: string;
|
|
@@ -2164,8 +2164,8 @@ export declare const h5Medium: {
|
|
|
2164
2164
|
letterSpacing: string;
|
|
2165
2165
|
lineHeight: string;
|
|
2166
2166
|
};
|
|
2167
|
-
/** typography s
|
|
2168
|
-
export declare const
|
|
2167
|
+
/** typography s text-m-bold */
|
|
2168
|
+
export declare const textMBold: {
|
|
2169
2169
|
fontFamily: string;
|
|
2170
2170
|
fontSize: string;
|
|
2171
2171
|
fontStyle: string;
|
|
@@ -2173,8 +2173,8 @@ export declare const bodyLMedium: {
|
|
|
2173
2173
|
letterSpacing: string;
|
|
2174
2174
|
lineHeight: string;
|
|
2175
2175
|
};
|
|
2176
|
-
/** typography s
|
|
2177
|
-
export declare const
|
|
2176
|
+
/** typography s text-m-medium */
|
|
2177
|
+
export declare const textMMedium: {
|
|
2178
2178
|
fontFamily: string;
|
|
2179
2179
|
fontSize: string;
|
|
2180
2180
|
fontStyle: string;
|
|
@@ -2182,8 +2182,8 @@ export declare const bodyMMedium: {
|
|
|
2182
2182
|
letterSpacing: string;
|
|
2183
2183
|
lineHeight: string;
|
|
2184
2184
|
};
|
|
2185
|
-
/** typography s
|
|
2186
|
-
export declare const
|
|
2185
|
+
/** typography s text-m */
|
|
2186
|
+
export declare const textM: {
|
|
2187
2187
|
fontFamily: string;
|
|
2188
2188
|
fontSize: string;
|
|
2189
2189
|
fontStyle: string;
|
|
@@ -2191,8 +2191,8 @@ export declare const bodySMedium: {
|
|
|
2191
2191
|
letterSpacing: string;
|
|
2192
2192
|
lineHeight: string;
|
|
2193
2193
|
};
|
|
2194
|
-
/** typography s
|
|
2195
|
-
export declare const
|
|
2194
|
+
/** typography s text-s-bold */
|
|
2195
|
+
export declare const textSBold: {
|
|
2196
2196
|
fontFamily: string;
|
|
2197
2197
|
fontSize: string;
|
|
2198
2198
|
fontStyle: string;
|
|
@@ -2200,8 +2200,8 @@ export declare const bodyXSMedium: {
|
|
|
2200
2200
|
letterSpacing: string;
|
|
2201
2201
|
lineHeight: string;
|
|
2202
2202
|
};
|
|
2203
|
-
/** typography s
|
|
2204
|
-
export declare const
|
|
2203
|
+
/** typography s text-s-medium */
|
|
2204
|
+
export declare const textSMedium: {
|
|
2205
2205
|
fontFamily: string;
|
|
2206
2206
|
fontSize: string;
|
|
2207
2207
|
fontStyle: string;
|
|
@@ -2209,8 +2209,8 @@ export declare const bodyXXSMedium: {
|
|
|
2209
2209
|
letterSpacing: string;
|
|
2210
2210
|
lineHeight: string;
|
|
2211
2211
|
};
|
|
2212
|
-
/** typography s text-
|
|
2213
|
-
export declare const
|
|
2212
|
+
/** typography s text-s */
|
|
2213
|
+
export declare const textS: {
|
|
2214
2214
|
fontFamily: string;
|
|
2215
2215
|
fontSize: string;
|
|
2216
2216
|
fontStyle: string;
|
|
@@ -2218,8 +2218,8 @@ export declare const textLMedium: {
|
|
|
2218
2218
|
letterSpacing: string;
|
|
2219
2219
|
lineHeight: string;
|
|
2220
2220
|
};
|
|
2221
|
-
/** typography s text-
|
|
2222
|
-
export declare const
|
|
2221
|
+
/** typography s text-xs-bold */
|
|
2222
|
+
export declare const textXSBold: {
|
|
2223
2223
|
fontFamily: string;
|
|
2224
2224
|
fontSize: string;
|
|
2225
2225
|
fontStyle: string;
|
|
@@ -2227,8 +2227,8 @@ export declare const textMMedium: {
|
|
|
2227
2227
|
letterSpacing: string;
|
|
2228
2228
|
lineHeight: string;
|
|
2229
2229
|
};
|
|
2230
|
-
/** typography s text-
|
|
2231
|
-
export declare const
|
|
2230
|
+
/** typography s text-xs-medium */
|
|
2231
|
+
export declare const textXSMedium: {
|
|
2232
2232
|
fontFamily: string;
|
|
2233
2233
|
fontSize: string;
|
|
2234
2234
|
fontStyle: string;
|
|
@@ -2236,8 +2236,8 @@ export declare const textSMedium: {
|
|
|
2236
2236
|
letterSpacing: string;
|
|
2237
2237
|
lineHeight: string;
|
|
2238
2238
|
};
|
|
2239
|
-
/** typography s text-xs
|
|
2240
|
-
export declare const
|
|
2239
|
+
/** typography s text-xs */
|
|
2240
|
+
export declare const textXS: {
|
|
2241
2241
|
fontFamily: string;
|
|
2242
2242
|
fontSize: string;
|
|
2243
2243
|
fontStyle: string;
|