@salutejs/plasma-themes 0.37.1-canary.2240.17816995054.0 → 0.38.0-canary.2235.17792261875.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.
Files changed (33) hide show
  1. package/css/plasma_b2c.module.css +10 -0
  2. package/css/plasma_b2c__dark.css +5 -0
  3. package/css/plasma_b2c__light.css +5 -0
  4. package/css/plasma_homeds.module.css +406 -406
  5. package/css/plasma_homeds__dark.css +406 -406
  6. package/css/plasma_homeds__light.css +406 -406
  7. package/es/themes/plasma_b2c__dark.js +1 -1
  8. package/es/themes/plasma_b2c__dark.js.map +1 -1
  9. package/es/themes/plasma_b2c__light.js +1 -1
  10. package/es/themes/plasma_b2c__light.js.map +1 -1
  11. package/es/themes/plasma_homeds__dark.js +1 -1
  12. package/es/themes/plasma_homeds__dark.js.map +1 -1
  13. package/es/themes/plasma_homeds__light.js +1 -1
  14. package/es/themes/plasma_homeds__light.js.map +1 -1
  15. package/es/tokens/plasma_b2c/index.js +12 -2
  16. package/es/tokens/plasma_b2c/index.js.map +1 -1
  17. package/es/tokens/plasma_homeds/index.js +294 -294
  18. package/es/tokens/plasma_homeds/index.js.map +1 -1
  19. package/package.json +2 -2
  20. package/themes/plasma_b2c__dark.js +1 -1
  21. package/themes/plasma_b2c__dark.js.map +1 -1
  22. package/themes/plasma_b2c__light.js +1 -1
  23. package/themes/plasma_b2c__light.js.map +1 -1
  24. package/themes/plasma_homeds__dark.js +1 -1
  25. package/themes/plasma_homeds__dark.js.map +1 -1
  26. package/themes/plasma_homeds__light.js +1 -1
  27. package/themes/plasma_homeds__light.js.map +1 -1
  28. package/tokens/plasma_b2c/index.d.ts +10 -0
  29. package/tokens/plasma_b2c/index.js +31 -21
  30. package/tokens/plasma_b2c/index.js.map +1 -1
  31. package/tokens/plasma_homeds/index.d.ts +100 -100
  32. package/tokens/plasma_homeds/index.js +296 -296
  33. package/tokens/plasma_homeds/index.js.map +1 -1
@@ -1787,6 +1787,15 @@ export var spacing32x = 'var(--spacing-32x, 64px)';
1787
1787
  export var spacing40x = 'var(--spacing-40x, 80px)';
1788
1788
  /** spacing 60x */
1789
1789
  export var spacing60x = 'var(--spacing-60x, 120px)';
1790
+ /** typography s display-l */
1791
+ export var dsplL = {
1792
+ fontFamily: 'var(--plasma-typo-dspl-l-font-family)',
1793
+ fontSize: 'var(--plasma-typo-dspl-l-font-size)',
1794
+ fontStyle: 'var(--plasma-typo-dspl-l-font-style)',
1795
+ fontWeight: 'var(--plasma-typo-dspl-l-font-weight)',
1796
+ letterSpacing: 'var(--plasma-typo-dspl-l-letter-spacing)',
1797
+ lineHeight: 'var(--plasma-typo-dspl-l-line-height)',
1798
+ };
1790
1799
  /** typography s display-l-bold */
1791
1800
  export var dsplLBold = {
1792
1801
  fontFamily: 'var(--plasma-typo-dspl-l-bold-font-family)',
@@ -1796,23 +1805,14 @@ export var dsplLBold = {
1796
1805
  letterSpacing: 'var(--plasma-typo-dspl-l-bold-letter-spacing)',
1797
1806
  lineHeight: 'var(--plasma-typo-dspl-l-bold-line-height)',
1798
1807
  };
1799
- /** typography s display-l-medium */
1800
- export var dsplLMedium = {
1801
- fontFamily: 'var(--plasma-typo-dspl-l-medium-font-family)',
1802
- fontSize: 'var(--plasma-typo-dspl-l-medium-font-size)',
1803
- fontStyle: 'var(--plasma-typo-dspl-l-medium-font-style)',
1804
- fontWeight: 'var(--plasma-typo-dspl-l-medium-font-weight)',
1805
- letterSpacing: 'var(--plasma-typo-dspl-l-medium-letter-spacing)',
1806
- lineHeight: 'var(--plasma-typo-dspl-l-medium-line-height)',
1807
- };
1808
- /** typography s display-l */
1809
- export var dsplL = {
1810
- fontFamily: 'var(--plasma-typo-dspl-l-font-family)',
1811
- fontSize: 'var(--plasma-typo-dspl-l-font-size)',
1812
- fontStyle: 'var(--plasma-typo-dspl-l-font-style)',
1813
- fontWeight: 'var(--plasma-typo-dspl-l-font-weight)',
1814
- letterSpacing: 'var(--plasma-typo-dspl-l-letter-spacing)',
1815
- lineHeight: 'var(--plasma-typo-dspl-l-line-height)',
1808
+ /** typography s display-m */
1809
+ export var dsplM = {
1810
+ fontFamily: 'var(--plasma-typo-dspl-m-font-family)',
1811
+ fontSize: 'var(--plasma-typo-dspl-m-font-size)',
1812
+ fontStyle: 'var(--plasma-typo-dspl-m-font-style)',
1813
+ fontWeight: 'var(--plasma-typo-dspl-m-font-weight)',
1814
+ letterSpacing: 'var(--plasma-typo-dspl-m-letter-spacing)',
1815
+ lineHeight: 'var(--plasma-typo-dspl-m-line-height)',
1816
1816
  };
1817
1817
  /** typography s display-m-bold */
1818
1818
  export var dsplMBold = {
@@ -1823,23 +1823,14 @@ export var dsplMBold = {
1823
1823
  letterSpacing: 'var(--plasma-typo-dspl-m-bold-letter-spacing)',
1824
1824
  lineHeight: 'var(--plasma-typo-dspl-m-bold-line-height)',
1825
1825
  };
1826
- /** typography s display-m-medium */
1827
- export var dsplMMedium = {
1828
- fontFamily: 'var(--plasma-typo-dspl-m-medium-font-family)',
1829
- fontSize: 'var(--plasma-typo-dspl-m-medium-font-size)',
1830
- fontStyle: 'var(--plasma-typo-dspl-m-medium-font-style)',
1831
- fontWeight: 'var(--plasma-typo-dspl-m-medium-font-weight)',
1832
- letterSpacing: 'var(--plasma-typo-dspl-m-medium-letter-spacing)',
1833
- lineHeight: 'var(--plasma-typo-dspl-m-medium-line-height)',
1834
- };
1835
- /** typography s display-m */
1836
- export var dsplM = {
1837
- fontFamily: 'var(--plasma-typo-dspl-m-font-family)',
1838
- fontSize: 'var(--plasma-typo-dspl-m-font-size)',
1839
- fontStyle: 'var(--plasma-typo-dspl-m-font-style)',
1840
- fontWeight: 'var(--plasma-typo-dspl-m-font-weight)',
1841
- letterSpacing: 'var(--plasma-typo-dspl-m-letter-spacing)',
1842
- lineHeight: 'var(--plasma-typo-dspl-m-line-height)',
1826
+ /** typography s display-s */
1827
+ export var dsplS = {
1828
+ fontFamily: 'var(--plasma-typo-dspl-s-font-family)',
1829
+ fontSize: 'var(--plasma-typo-dspl-s-font-size)',
1830
+ fontStyle: 'var(--plasma-typo-dspl-s-font-style)',
1831
+ fontWeight: 'var(--plasma-typo-dspl-s-font-weight)',
1832
+ letterSpacing: 'var(--plasma-typo-dspl-s-letter-spacing)',
1833
+ lineHeight: 'var(--plasma-typo-dspl-s-line-height)',
1843
1834
  };
1844
1835
  /** typography s display-s-bold */
1845
1836
  export var dsplSBold = {
@@ -1850,23 +1841,14 @@ export var dsplSBold = {
1850
1841
  letterSpacing: 'var(--plasma-typo-dspl-s-bold-letter-spacing)',
1851
1842
  lineHeight: 'var(--plasma-typo-dspl-s-bold-line-height)',
1852
1843
  };
1853
- /** typography s display-s-medium */
1854
- export var dsplSMedium = {
1855
- fontFamily: 'var(--plasma-typo-dspl-s-medium-font-family)',
1856
- fontSize: 'var(--plasma-typo-dspl-s-medium-font-size)',
1857
- fontStyle: 'var(--plasma-typo-dspl-s-medium-font-style)',
1858
- fontWeight: 'var(--plasma-typo-dspl-s-medium-font-weight)',
1859
- letterSpacing: 'var(--plasma-typo-dspl-s-medium-letter-spacing)',
1860
- lineHeight: 'var(--plasma-typo-dspl-s-medium-line-height)',
1861
- };
1862
- /** typography s display-s */
1863
- export var dsplS = {
1864
- fontFamily: 'var(--plasma-typo-dspl-s-font-family)',
1865
- fontSize: 'var(--plasma-typo-dspl-s-font-size)',
1866
- fontStyle: 'var(--plasma-typo-dspl-s-font-style)',
1867
- fontWeight: 'var(--plasma-typo-dspl-s-font-weight)',
1868
- letterSpacing: 'var(--plasma-typo-dspl-s-letter-spacing)',
1869
- lineHeight: 'var(--plasma-typo-dspl-s-line-height)',
1844
+ /** typography s header-h1 */
1845
+ export var h1 = {
1846
+ fontFamily: 'var(--plasma-typo-h1-font-family)',
1847
+ fontSize: 'var(--plasma-typo-h1-font-size)',
1848
+ fontStyle: 'var(--plasma-typo-h1-font-style)',
1849
+ fontWeight: 'var(--plasma-typo-h1-font-weight)',
1850
+ letterSpacing: 'var(--plasma-typo-h1-letter-spacing)',
1851
+ lineHeight: 'var(--plasma-typo-h1-line-height)',
1870
1852
  };
1871
1853
  /** typography s header-h1-bold */
1872
1854
  export var h1Bold = {
@@ -1877,6 +1859,267 @@ export var h1Bold = {
1877
1859
  letterSpacing: 'var(--plasma-typo-h1-bold-letter-spacing)',
1878
1860
  lineHeight: 'var(--plasma-typo-h1-bold-line-height)',
1879
1861
  };
1862
+ /** typography s header-h2 */
1863
+ export var h2 = {
1864
+ fontFamily: 'var(--plasma-typo-h2-font-family)',
1865
+ fontSize: 'var(--plasma-typo-h2-font-size)',
1866
+ fontStyle: 'var(--plasma-typo-h2-font-style)',
1867
+ fontWeight: 'var(--plasma-typo-h2-font-weight)',
1868
+ letterSpacing: 'var(--plasma-typo-h2-letter-spacing)',
1869
+ lineHeight: 'var(--plasma-typo-h2-line-height)',
1870
+ };
1871
+ /** typography s header-h2-bold */
1872
+ export var h2Bold = {
1873
+ fontFamily: 'var(--plasma-typo-h2-bold-font-family)',
1874
+ fontSize: 'var(--plasma-typo-h2-bold-font-size)',
1875
+ fontStyle: 'var(--plasma-typo-h2-bold-font-style)',
1876
+ fontWeight: 'var(--plasma-typo-h2-bold-font-weight)',
1877
+ letterSpacing: 'var(--plasma-typo-h2-bold-letter-spacing)',
1878
+ lineHeight: 'var(--plasma-typo-h2-bold-line-height)',
1879
+ };
1880
+ /** typography s header-h3 */
1881
+ export var h3 = {
1882
+ fontFamily: 'var(--plasma-typo-h3-font-family)',
1883
+ fontSize: 'var(--plasma-typo-h3-font-size)',
1884
+ fontStyle: 'var(--plasma-typo-h3-font-style)',
1885
+ fontWeight: 'var(--plasma-typo-h3-font-weight)',
1886
+ letterSpacing: 'var(--plasma-typo-h3-letter-spacing)',
1887
+ lineHeight: 'var(--plasma-typo-h3-line-height)',
1888
+ };
1889
+ /** typography s header-h3-bold */
1890
+ export var h3Bold = {
1891
+ fontFamily: 'var(--plasma-typo-h3-bold-font-family)',
1892
+ fontSize: 'var(--plasma-typo-h3-bold-font-size)',
1893
+ fontStyle: 'var(--plasma-typo-h3-bold-font-style)',
1894
+ fontWeight: 'var(--plasma-typo-h3-bold-font-weight)',
1895
+ letterSpacing: 'var(--plasma-typo-h3-bold-letter-spacing)',
1896
+ lineHeight: 'var(--plasma-typo-h3-bold-line-height)',
1897
+ };
1898
+ /** typography s header-h4 */
1899
+ export var h4 = {
1900
+ fontFamily: 'var(--plasma-typo-h4-font-family)',
1901
+ fontSize: 'var(--plasma-typo-h4-font-size)',
1902
+ fontStyle: 'var(--plasma-typo-h4-font-style)',
1903
+ fontWeight: 'var(--plasma-typo-h4-font-weight)',
1904
+ letterSpacing: 'var(--plasma-typo-h4-letter-spacing)',
1905
+ lineHeight: 'var(--plasma-typo-h4-line-height)',
1906
+ };
1907
+ /** typography s header-h4-bold */
1908
+ export var h4Bold = {
1909
+ fontFamily: 'var(--plasma-typo-h4-bold-font-family)',
1910
+ fontSize: 'var(--plasma-typo-h4-bold-font-size)',
1911
+ fontStyle: 'var(--plasma-typo-h4-bold-font-style)',
1912
+ fontWeight: 'var(--plasma-typo-h4-bold-font-weight)',
1913
+ letterSpacing: 'var(--plasma-typo-h4-bold-letter-spacing)',
1914
+ lineHeight: 'var(--plasma-typo-h4-bold-line-height)',
1915
+ };
1916
+ /** typography s header-h5 */
1917
+ export var h5 = {
1918
+ fontFamily: 'var(--plasma-typo-h5-font-family)',
1919
+ fontSize: 'var(--plasma-typo-h5-font-size)',
1920
+ fontStyle: 'var(--plasma-typo-h5-font-style)',
1921
+ fontWeight: 'var(--plasma-typo-h5-font-weight)',
1922
+ letterSpacing: 'var(--plasma-typo-h5-letter-spacing)',
1923
+ lineHeight: 'var(--plasma-typo-h5-line-height)',
1924
+ };
1925
+ /** typography s header-h5-bold */
1926
+ export var h5Bold = {
1927
+ fontFamily: 'var(--plasma-typo-h5-bold-font-family)',
1928
+ fontSize: 'var(--plasma-typo-h5-bold-font-size)',
1929
+ fontStyle: 'var(--plasma-typo-h5-bold-font-style)',
1930
+ fontWeight: 'var(--plasma-typo-h5-bold-font-weight)',
1931
+ letterSpacing: 'var(--plasma-typo-h5-bold-letter-spacing)',
1932
+ lineHeight: 'var(--plasma-typo-h5-bold-line-height)',
1933
+ };
1934
+ /** typography s body-l */
1935
+ export var bodyL = {
1936
+ fontFamily: 'var(--plasma-typo-body-l-font-family)',
1937
+ fontSize: 'var(--plasma-typo-body-l-font-size)',
1938
+ fontStyle: 'var(--plasma-typo-body-l-font-style)',
1939
+ fontWeight: 'var(--plasma-typo-body-l-font-weight)',
1940
+ letterSpacing: 'var(--plasma-typo-body-l-letter-spacing)',
1941
+ lineHeight: 'var(--plasma-typo-body-l-line-height)',
1942
+ };
1943
+ /** typography s body-l-bold */
1944
+ export var bodyLBold = {
1945
+ fontFamily: 'var(--plasma-typo-body-l-bold-font-family)',
1946
+ fontSize: 'var(--plasma-typo-body-l-bold-font-size)',
1947
+ fontStyle: 'var(--plasma-typo-body-l-bold-font-style)',
1948
+ fontWeight: 'var(--plasma-typo-body-l-bold-font-weight)',
1949
+ letterSpacing: 'var(--plasma-typo-body-l-bold-letter-spacing)',
1950
+ lineHeight: 'var(--plasma-typo-body-l-bold-line-height)',
1951
+ };
1952
+ /** typography s body-m */
1953
+ export var bodyM = {
1954
+ fontFamily: 'var(--plasma-typo-body-m-font-family)',
1955
+ fontSize: 'var(--plasma-typo-body-m-font-size)',
1956
+ fontStyle: 'var(--plasma-typo-body-m-font-style)',
1957
+ fontWeight: 'var(--plasma-typo-body-m-font-weight)',
1958
+ letterSpacing: 'var(--plasma-typo-body-m-letter-spacing)',
1959
+ lineHeight: 'var(--plasma-typo-body-m-line-height)',
1960
+ };
1961
+ /** typography s body-m-bold */
1962
+ export var bodyMBold = {
1963
+ fontFamily: 'var(--plasma-typo-body-m-bold-font-family)',
1964
+ fontSize: 'var(--plasma-typo-body-m-bold-font-size)',
1965
+ fontStyle: 'var(--plasma-typo-body-m-bold-font-style)',
1966
+ fontWeight: 'var(--plasma-typo-body-m-bold-font-weight)',
1967
+ letterSpacing: 'var(--plasma-typo-body-m-bold-letter-spacing)',
1968
+ lineHeight: 'var(--plasma-typo-body-m-bold-line-height)',
1969
+ };
1970
+ /** typography s body-s */
1971
+ export var bodyS = {
1972
+ fontFamily: 'var(--plasma-typo-body-s-font-family)',
1973
+ fontSize: 'var(--plasma-typo-body-s-font-size)',
1974
+ fontStyle: 'var(--plasma-typo-body-s-font-style)',
1975
+ fontWeight: 'var(--plasma-typo-body-s-font-weight)',
1976
+ letterSpacing: 'var(--plasma-typo-body-s-letter-spacing)',
1977
+ lineHeight: 'var(--plasma-typo-body-s-line-height)',
1978
+ };
1979
+ /** typography s body-s-bold */
1980
+ export var bodySBold = {
1981
+ fontFamily: 'var(--plasma-typo-body-s-bold-font-family)',
1982
+ fontSize: 'var(--plasma-typo-body-s-bold-font-size)',
1983
+ fontStyle: 'var(--plasma-typo-body-s-bold-font-style)',
1984
+ fontWeight: 'var(--plasma-typo-body-s-bold-font-weight)',
1985
+ letterSpacing: 'var(--plasma-typo-body-s-bold-letter-spacing)',
1986
+ lineHeight: 'var(--plasma-typo-body-s-bold-line-height)',
1987
+ };
1988
+ /** typography s body-xs */
1989
+ export var bodyXS = {
1990
+ fontFamily: 'var(--plasma-typo-body-xs-font-family)',
1991
+ fontSize: 'var(--plasma-typo-body-xs-font-size)',
1992
+ fontStyle: 'var(--plasma-typo-body-xs-font-style)',
1993
+ fontWeight: 'var(--plasma-typo-body-xs-font-weight)',
1994
+ letterSpacing: 'var(--plasma-typo-body-xs-letter-spacing)',
1995
+ lineHeight: 'var(--plasma-typo-body-xs-line-height)',
1996
+ };
1997
+ /** typography s body-xs-bold */
1998
+ export var bodyXSBold = {
1999
+ fontFamily: 'var(--plasma-typo-body-xs-bold-font-family)',
2000
+ fontSize: 'var(--plasma-typo-body-xs-bold-font-size)',
2001
+ fontStyle: 'var(--plasma-typo-body-xs-bold-font-style)',
2002
+ fontWeight: 'var(--plasma-typo-body-xs-bold-font-weight)',
2003
+ letterSpacing: 'var(--plasma-typo-body-xs-bold-letter-spacing)',
2004
+ lineHeight: 'var(--plasma-typo-body-xs-bold-line-height)',
2005
+ };
2006
+ /** typography s body-xxs */
2007
+ export var bodyXXS = {
2008
+ fontFamily: 'var(--plasma-typo-body-xxs-font-family)',
2009
+ fontSize: 'var(--plasma-typo-body-xxs-font-size)',
2010
+ fontStyle: 'var(--plasma-typo-body-xxs-font-style)',
2011
+ fontWeight: 'var(--plasma-typo-body-xxs-font-weight)',
2012
+ letterSpacing: 'var(--plasma-typo-body-xxs-letter-spacing)',
2013
+ lineHeight: 'var(--plasma-typo-body-xxs-line-height)',
2014
+ };
2015
+ /** typography s body-xxs-bold */
2016
+ export var bodyXXSBold = {
2017
+ fontFamily: 'var(--plasma-typo-body-xxs-bold-font-family)',
2018
+ fontSize: 'var(--plasma-typo-body-xxs-bold-font-size)',
2019
+ fontStyle: 'var(--plasma-typo-body-xxs-bold-font-style)',
2020
+ fontWeight: 'var(--plasma-typo-body-xxs-bold-font-weight)',
2021
+ letterSpacing: 'var(--plasma-typo-body-xxs-bold-letter-spacing)',
2022
+ lineHeight: 'var(--plasma-typo-body-xxs-bold-line-height)',
2023
+ };
2024
+ /** typography s text-l */
2025
+ export var textL = {
2026
+ fontFamily: 'var(--plasma-typo-text-l-font-family)',
2027
+ fontSize: 'var(--plasma-typo-text-l-font-size)',
2028
+ fontStyle: 'var(--plasma-typo-text-l-font-style)',
2029
+ fontWeight: 'var(--plasma-typo-text-l-font-weight)',
2030
+ letterSpacing: 'var(--plasma-typo-text-l-letter-spacing)',
2031
+ lineHeight: 'var(--plasma-typo-text-l-line-height)',
2032
+ };
2033
+ /** typography s text-l-bold */
2034
+ export var textLBold = {
2035
+ fontFamily: 'var(--plasma-typo-text-l-bold-font-family)',
2036
+ fontSize: 'var(--plasma-typo-text-l-bold-font-size)',
2037
+ fontStyle: 'var(--plasma-typo-text-l-bold-font-style)',
2038
+ fontWeight: 'var(--plasma-typo-text-l-bold-font-weight)',
2039
+ letterSpacing: 'var(--plasma-typo-text-l-bold-letter-spacing)',
2040
+ lineHeight: 'var(--plasma-typo-text-l-bold-line-height)',
2041
+ };
2042
+ /** typography s text-m */
2043
+ export var textM = {
2044
+ fontFamily: 'var(--plasma-typo-text-m-font-family)',
2045
+ fontSize: 'var(--plasma-typo-text-m-font-size)',
2046
+ fontStyle: 'var(--plasma-typo-text-m-font-style)',
2047
+ fontWeight: 'var(--plasma-typo-text-m-font-weight)',
2048
+ letterSpacing: 'var(--plasma-typo-text-m-letter-spacing)',
2049
+ lineHeight: 'var(--plasma-typo-text-m-line-height)',
2050
+ };
2051
+ /** typography s text-m-bold */
2052
+ export var textMBold = {
2053
+ fontFamily: 'var(--plasma-typo-text-m-bold-font-family)',
2054
+ fontSize: 'var(--plasma-typo-text-m-bold-font-size)',
2055
+ fontStyle: 'var(--plasma-typo-text-m-bold-font-style)',
2056
+ fontWeight: 'var(--plasma-typo-text-m-bold-font-weight)',
2057
+ letterSpacing: 'var(--plasma-typo-text-m-bold-letter-spacing)',
2058
+ lineHeight: 'var(--plasma-typo-text-m-bold-line-height)',
2059
+ };
2060
+ /** typography s text-s */
2061
+ export var textS = {
2062
+ fontFamily: 'var(--plasma-typo-text-s-font-family)',
2063
+ fontSize: 'var(--plasma-typo-text-s-font-size)',
2064
+ fontStyle: 'var(--plasma-typo-text-s-font-style)',
2065
+ fontWeight: 'var(--plasma-typo-text-s-font-weight)',
2066
+ letterSpacing: 'var(--plasma-typo-text-s-letter-spacing)',
2067
+ lineHeight: 'var(--plasma-typo-text-s-line-height)',
2068
+ };
2069
+ /** typography s text-s-bold */
2070
+ export var textSBold = {
2071
+ fontFamily: 'var(--plasma-typo-text-s-bold-font-family)',
2072
+ fontSize: 'var(--plasma-typo-text-s-bold-font-size)',
2073
+ fontStyle: 'var(--plasma-typo-text-s-bold-font-style)',
2074
+ fontWeight: 'var(--plasma-typo-text-s-bold-font-weight)',
2075
+ letterSpacing: 'var(--plasma-typo-text-s-bold-letter-spacing)',
2076
+ lineHeight: 'var(--plasma-typo-text-s-bold-line-height)',
2077
+ };
2078
+ /** typography s text-xs */
2079
+ export var textXS = {
2080
+ fontFamily: 'var(--plasma-typo-text-xs-font-family)',
2081
+ fontSize: 'var(--plasma-typo-text-xs-font-size)',
2082
+ fontStyle: 'var(--plasma-typo-text-xs-font-style)',
2083
+ fontWeight: 'var(--plasma-typo-text-xs-font-weight)',
2084
+ letterSpacing: 'var(--plasma-typo-text-xs-letter-spacing)',
2085
+ lineHeight: 'var(--plasma-typo-text-xs-line-height)',
2086
+ };
2087
+ /** typography s text-xs-bold */
2088
+ export var textXSBold = {
2089
+ fontFamily: 'var(--plasma-typo-text-xs-bold-font-family)',
2090
+ fontSize: 'var(--plasma-typo-text-xs-bold-font-size)',
2091
+ fontStyle: 'var(--plasma-typo-text-xs-bold-font-style)',
2092
+ fontWeight: 'var(--plasma-typo-text-xs-bold-font-weight)',
2093
+ letterSpacing: 'var(--plasma-typo-text-xs-bold-letter-spacing)',
2094
+ lineHeight: 'var(--plasma-typo-text-xs-bold-line-height)',
2095
+ };
2096
+ /** typography s display-l-medium */
2097
+ export var dsplLMedium = {
2098
+ fontFamily: 'var(--plasma-typo-dspl-l-medium-font-family)',
2099
+ fontSize: 'var(--plasma-typo-dspl-l-medium-font-size)',
2100
+ fontStyle: 'var(--plasma-typo-dspl-l-medium-font-style)',
2101
+ fontWeight: 'var(--plasma-typo-dspl-l-medium-font-weight)',
2102
+ letterSpacing: 'var(--plasma-typo-dspl-l-medium-letter-spacing)',
2103
+ lineHeight: 'var(--plasma-typo-dspl-l-medium-line-height)',
2104
+ };
2105
+ /** typography s display-m-medium */
2106
+ export var dsplMMedium = {
2107
+ fontFamily: 'var(--plasma-typo-dspl-m-medium-font-family)',
2108
+ fontSize: 'var(--plasma-typo-dspl-m-medium-font-size)',
2109
+ fontStyle: 'var(--plasma-typo-dspl-m-medium-font-style)',
2110
+ fontWeight: 'var(--plasma-typo-dspl-m-medium-font-weight)',
2111
+ letterSpacing: 'var(--plasma-typo-dspl-m-medium-letter-spacing)',
2112
+ lineHeight: 'var(--plasma-typo-dspl-m-medium-line-height)',
2113
+ };
2114
+ /** typography s display-s-medium */
2115
+ export var dsplSMedium = {
2116
+ fontFamily: 'var(--plasma-typo-dspl-s-medium-font-family)',
2117
+ fontSize: 'var(--plasma-typo-dspl-s-medium-font-size)',
2118
+ fontStyle: 'var(--plasma-typo-dspl-s-medium-font-style)',
2119
+ fontWeight: 'var(--plasma-typo-dspl-s-medium-font-weight)',
2120
+ letterSpacing: 'var(--plasma-typo-dspl-s-medium-letter-spacing)',
2121
+ lineHeight: 'var(--plasma-typo-dspl-s-medium-line-height)',
2122
+ };
1880
2123
  /** typography s header-h1-medium */
1881
2124
  export var h1Medium = {
1882
2125
  fontFamily: 'var(--plasma-typo-h1-medium-font-family)',
@@ -1886,24 +2129,6 @@ export var h1Medium = {
1886
2129
  letterSpacing: 'var(--plasma-typo-h1-medium-letter-spacing)',
1887
2130
  lineHeight: 'var(--plasma-typo-h1-medium-line-height)',
1888
2131
  };
1889
- /** typography s header-h1 */
1890
- export var h1 = {
1891
- fontFamily: 'var(--plasma-typo-h1-font-family)',
1892
- fontSize: 'var(--plasma-typo-h1-font-size)',
1893
- fontStyle: 'var(--plasma-typo-h1-font-style)',
1894
- fontWeight: 'var(--plasma-typo-h1-font-weight)',
1895
- letterSpacing: 'var(--plasma-typo-h1-letter-spacing)',
1896
- lineHeight: 'var(--plasma-typo-h1-line-height)',
1897
- };
1898
- /** typography s header-h2-bold */
1899
- export var h2Bold = {
1900
- fontFamily: 'var(--plasma-typo-h2-bold-font-family)',
1901
- fontSize: 'var(--plasma-typo-h2-bold-font-size)',
1902
- fontStyle: 'var(--plasma-typo-h2-bold-font-style)',
1903
- fontWeight: 'var(--plasma-typo-h2-bold-font-weight)',
1904
- letterSpacing: 'var(--plasma-typo-h2-bold-letter-spacing)',
1905
- lineHeight: 'var(--plasma-typo-h2-bold-line-height)',
1906
- };
1907
2132
  /** typography s header-h2-medium */
1908
2133
  export var h2Medium = {
1909
2134
  fontFamily: 'var(--plasma-typo-h2-medium-font-family)',
@@ -1913,24 +2138,6 @@ export var h2Medium = {
1913
2138
  letterSpacing: 'var(--plasma-typo-h2-medium-letter-spacing)',
1914
2139
  lineHeight: 'var(--plasma-typo-h2-medium-line-height)',
1915
2140
  };
1916
- /** typography s header-h2 */
1917
- export var h2 = {
1918
- fontFamily: 'var(--plasma-typo-h2-font-family)',
1919
- fontSize: 'var(--plasma-typo-h2-font-size)',
1920
- fontStyle: 'var(--plasma-typo-h2-font-style)',
1921
- fontWeight: 'var(--plasma-typo-h2-font-weight)',
1922
- letterSpacing: 'var(--plasma-typo-h2-letter-spacing)',
1923
- lineHeight: 'var(--plasma-typo-h2-line-height)',
1924
- };
1925
- /** typography s header-h3-bold */
1926
- export var h3Bold = {
1927
- fontFamily: 'var(--plasma-typo-h3-bold-font-family)',
1928
- fontSize: 'var(--plasma-typo-h3-bold-font-size)',
1929
- fontStyle: 'var(--plasma-typo-h3-bold-font-style)',
1930
- fontWeight: 'var(--plasma-typo-h3-bold-font-weight)',
1931
- letterSpacing: 'var(--plasma-typo-h3-bold-letter-spacing)',
1932
- lineHeight: 'var(--plasma-typo-h3-bold-line-height)',
1933
- };
1934
2141
  /** typography s header-h3-medium */
1935
2142
  export var h3Medium = {
1936
2143
  fontFamily: 'var(--plasma-typo-h3-medium-font-family)',
@@ -1940,24 +2147,6 @@ export var h3Medium = {
1940
2147
  letterSpacing: 'var(--plasma-typo-h3-medium-letter-spacing)',
1941
2148
  lineHeight: 'var(--plasma-typo-h3-medium-line-height)',
1942
2149
  };
1943
- /** typography s header-h3 */
1944
- export var h3 = {
1945
- fontFamily: 'var(--plasma-typo-h3-font-family)',
1946
- fontSize: 'var(--plasma-typo-h3-font-size)',
1947
- fontStyle: 'var(--plasma-typo-h3-font-style)',
1948
- fontWeight: 'var(--plasma-typo-h3-font-weight)',
1949
- letterSpacing: 'var(--plasma-typo-h3-letter-spacing)',
1950
- lineHeight: 'var(--plasma-typo-h3-line-height)',
1951
- };
1952
- /** typography s header-h4-bold */
1953
- export var h4Bold = {
1954
- fontFamily: 'var(--plasma-typo-h4-bold-font-family)',
1955
- fontSize: 'var(--plasma-typo-h4-bold-font-size)',
1956
- fontStyle: 'var(--plasma-typo-h4-bold-font-style)',
1957
- fontWeight: 'var(--plasma-typo-h4-bold-font-weight)',
1958
- letterSpacing: 'var(--plasma-typo-h4-bold-letter-spacing)',
1959
- lineHeight: 'var(--plasma-typo-h4-bold-line-height)',
1960
- };
1961
2150
  /** typography s header-h4-medium */
1962
2151
  export var h4Medium = {
1963
2152
  fontFamily: 'var(--plasma-typo-h4-medium-font-family)',
@@ -1967,24 +2156,6 @@ export var h4Medium = {
1967
2156
  letterSpacing: 'var(--plasma-typo-h4-medium-letter-spacing)',
1968
2157
  lineHeight: 'var(--plasma-typo-h4-medium-line-height)',
1969
2158
  };
1970
- /** typography s header-h4 */
1971
- export var h4 = {
1972
- fontFamily: 'var(--plasma-typo-h4-font-family)',
1973
- fontSize: 'var(--plasma-typo-h4-font-size)',
1974
- fontStyle: 'var(--plasma-typo-h4-font-style)',
1975
- fontWeight: 'var(--plasma-typo-h4-font-weight)',
1976
- letterSpacing: 'var(--plasma-typo-h4-letter-spacing)',
1977
- lineHeight: 'var(--plasma-typo-h4-line-height)',
1978
- };
1979
- /** typography s header-h5-bold */
1980
- export var h5Bold = {
1981
- fontFamily: 'var(--plasma-typo-h5-bold-font-family)',
1982
- fontSize: 'var(--plasma-typo-h5-bold-font-size)',
1983
- fontStyle: 'var(--plasma-typo-h5-bold-font-style)',
1984
- fontWeight: 'var(--plasma-typo-h5-bold-font-weight)',
1985
- letterSpacing: 'var(--plasma-typo-h5-bold-letter-spacing)',
1986
- lineHeight: 'var(--plasma-typo-h5-bold-line-height)',
1987
- };
1988
2159
  /** typography s header-h5-medium */
1989
2160
  export var h5Medium = {
1990
2161
  fontFamily: 'var(--plasma-typo-h5-medium-font-family)',
@@ -1994,24 +2165,6 @@ export var h5Medium = {
1994
2165
  letterSpacing: 'var(--plasma-typo-h5-medium-letter-spacing)',
1995
2166
  lineHeight: 'var(--plasma-typo-h5-medium-line-height)',
1996
2167
  };
1997
- /** typography s header-h5 */
1998
- export var h5 = {
1999
- fontFamily: 'var(--plasma-typo-h5-font-family)',
2000
- fontSize: 'var(--plasma-typo-h5-font-size)',
2001
- fontStyle: 'var(--plasma-typo-h5-font-style)',
2002
- fontWeight: 'var(--plasma-typo-h5-font-weight)',
2003
- letterSpacing: 'var(--plasma-typo-h5-letter-spacing)',
2004
- lineHeight: 'var(--plasma-typo-h5-line-height)',
2005
- };
2006
- /** typography s body-l-bold */
2007
- export var bodyLBold = {
2008
- fontFamily: 'var(--plasma-typo-body-l-bold-font-family)',
2009
- fontSize: 'var(--plasma-typo-body-l-bold-font-size)',
2010
- fontStyle: 'var(--plasma-typo-body-l-bold-font-style)',
2011
- fontWeight: 'var(--plasma-typo-body-l-bold-font-weight)',
2012
- letterSpacing: 'var(--plasma-typo-body-l-bold-letter-spacing)',
2013
- lineHeight: 'var(--plasma-typo-body-l-bold-line-height)',
2014
- };
2015
2168
  /** typography s body-l-medium */
2016
2169
  export var bodyLMedium = {
2017
2170
  fontFamily: 'var(--plasma-typo-body-l-medium-font-family)',
@@ -2021,24 +2174,6 @@ export var bodyLMedium = {
2021
2174
  letterSpacing: 'var(--plasma-typo-body-l-medium-letter-spacing)',
2022
2175
  lineHeight: 'var(--plasma-typo-body-l-medium-line-height)',
2023
2176
  };
2024
- /** typography s body-l */
2025
- export var bodyL = {
2026
- fontFamily: 'var(--plasma-typo-body-l-font-family)',
2027
- fontSize: 'var(--plasma-typo-body-l-font-size)',
2028
- fontStyle: 'var(--plasma-typo-body-l-font-style)',
2029
- fontWeight: 'var(--plasma-typo-body-l-font-weight)',
2030
- letterSpacing: 'var(--plasma-typo-body-l-letter-spacing)',
2031
- lineHeight: 'var(--plasma-typo-body-l-line-height)',
2032
- };
2033
- /** typography s body-m-bold */
2034
- export var bodyMBold = {
2035
- fontFamily: 'var(--plasma-typo-body-m-bold-font-family)',
2036
- fontSize: 'var(--plasma-typo-body-m-bold-font-size)',
2037
- fontStyle: 'var(--plasma-typo-body-m-bold-font-style)',
2038
- fontWeight: 'var(--plasma-typo-body-m-bold-font-weight)',
2039
- letterSpacing: 'var(--plasma-typo-body-m-bold-letter-spacing)',
2040
- lineHeight: 'var(--plasma-typo-body-m-bold-line-height)',
2041
- };
2042
2177
  /** typography s body-m-medium */
2043
2178
  export var bodyMMedium = {
2044
2179
  fontFamily: 'var(--plasma-typo-body-m-medium-font-family)',
@@ -2048,24 +2183,6 @@ export var bodyMMedium = {
2048
2183
  letterSpacing: 'var(--plasma-typo-body-m-medium-letter-spacing)',
2049
2184
  lineHeight: 'var(--plasma-typo-body-m-medium-line-height)',
2050
2185
  };
2051
- /** typography s body-m */
2052
- export var bodyM = {
2053
- fontFamily: 'var(--plasma-typo-body-m-font-family)',
2054
- fontSize: 'var(--plasma-typo-body-m-font-size)',
2055
- fontStyle: 'var(--plasma-typo-body-m-font-style)',
2056
- fontWeight: 'var(--plasma-typo-body-m-font-weight)',
2057
- letterSpacing: 'var(--plasma-typo-body-m-letter-spacing)',
2058
- lineHeight: 'var(--plasma-typo-body-m-line-height)',
2059
- };
2060
- /** typography s body-s-bold */
2061
- export var bodySBold = {
2062
- fontFamily: 'var(--plasma-typo-body-s-bold-font-family)',
2063
- fontSize: 'var(--plasma-typo-body-s-bold-font-size)',
2064
- fontStyle: 'var(--plasma-typo-body-s-bold-font-style)',
2065
- fontWeight: 'var(--plasma-typo-body-s-bold-font-weight)',
2066
- letterSpacing: 'var(--plasma-typo-body-s-bold-letter-spacing)',
2067
- lineHeight: 'var(--plasma-typo-body-s-bold-line-height)',
2068
- };
2069
2186
  /** typography s body-s-medium */
2070
2187
  export var bodySMedium = {
2071
2188
  fontFamily: 'var(--plasma-typo-body-s-medium-font-family)',
@@ -2075,24 +2192,6 @@ export var bodySMedium = {
2075
2192
  letterSpacing: 'var(--plasma-typo-body-s-medium-letter-spacing)',
2076
2193
  lineHeight: 'var(--plasma-typo-body-s-medium-line-height)',
2077
2194
  };
2078
- /** typography s body-s */
2079
- export var bodyS = {
2080
- fontFamily: 'var(--plasma-typo-body-s-font-family)',
2081
- fontSize: 'var(--plasma-typo-body-s-font-size)',
2082
- fontStyle: 'var(--plasma-typo-body-s-font-style)',
2083
- fontWeight: 'var(--plasma-typo-body-s-font-weight)',
2084
- letterSpacing: 'var(--plasma-typo-body-s-letter-spacing)',
2085
- lineHeight: 'var(--plasma-typo-body-s-line-height)',
2086
- };
2087
- /** typography s body-xs-bold */
2088
- export var bodyXSBold = {
2089
- fontFamily: 'var(--plasma-typo-body-xs-bold-font-family)',
2090
- fontSize: 'var(--plasma-typo-body-xs-bold-font-size)',
2091
- fontStyle: 'var(--plasma-typo-body-xs-bold-font-style)',
2092
- fontWeight: 'var(--plasma-typo-body-xs-bold-font-weight)',
2093
- letterSpacing: 'var(--plasma-typo-body-xs-bold-letter-spacing)',
2094
- lineHeight: 'var(--plasma-typo-body-xs-bold-line-height)',
2095
- };
2096
2195
  /** typography s body-xs-medium */
2097
2196
  export var bodyXSMedium = {
2098
2197
  fontFamily: 'var(--plasma-typo-body-xs-medium-font-family)',
@@ -2102,24 +2201,6 @@ export var bodyXSMedium = {
2102
2201
  letterSpacing: 'var(--plasma-typo-body-xs-medium-letter-spacing)',
2103
2202
  lineHeight: 'var(--plasma-typo-body-xs-medium-line-height)',
2104
2203
  };
2105
- /** typography s body-xs */
2106
- export var bodyXS = {
2107
- fontFamily: 'var(--plasma-typo-body-xs-font-family)',
2108
- fontSize: 'var(--plasma-typo-body-xs-font-size)',
2109
- fontStyle: 'var(--plasma-typo-body-xs-font-style)',
2110
- fontWeight: 'var(--plasma-typo-body-xs-font-weight)',
2111
- letterSpacing: 'var(--plasma-typo-body-xs-letter-spacing)',
2112
- lineHeight: 'var(--plasma-typo-body-xs-line-height)',
2113
- };
2114
- /** typography s body-xxs-bold */
2115
- export var bodyXXSBold = {
2116
- fontFamily: 'var(--plasma-typo-body-xxs-bold-font-family)',
2117
- fontSize: 'var(--plasma-typo-body-xxs-bold-font-size)',
2118
- fontStyle: 'var(--plasma-typo-body-xxs-bold-font-style)',
2119
- fontWeight: 'var(--plasma-typo-body-xxs-bold-font-weight)',
2120
- letterSpacing: 'var(--plasma-typo-body-xxs-bold-letter-spacing)',
2121
- lineHeight: 'var(--plasma-typo-body-xxs-bold-line-height)',
2122
- };
2123
2204
  /** typography s body-xxs-medium */
2124
2205
  export var bodyXXSMedium = {
2125
2206
  fontFamily: 'var(--plasma-typo-body-xxs-medium-font-family)',
@@ -2129,24 +2210,6 @@ export var bodyXXSMedium = {
2129
2210
  letterSpacing: 'var(--plasma-typo-body-xxs-medium-letter-spacing)',
2130
2211
  lineHeight: 'var(--plasma-typo-body-xxs-medium-line-height)',
2131
2212
  };
2132
- /** typography s body-xxs */
2133
- export var bodyXXS = {
2134
- fontFamily: 'var(--plasma-typo-body-xxs-font-family)',
2135
- fontSize: 'var(--plasma-typo-body-xxs-font-size)',
2136
- fontStyle: 'var(--plasma-typo-body-xxs-font-style)',
2137
- fontWeight: 'var(--plasma-typo-body-xxs-font-weight)',
2138
- letterSpacing: 'var(--plasma-typo-body-xxs-letter-spacing)',
2139
- lineHeight: 'var(--plasma-typo-body-xxs-line-height)',
2140
- };
2141
- /** typography s text-l-bold */
2142
- export var textLBold = {
2143
- fontFamily: 'var(--plasma-typo-text-l-bold-font-family)',
2144
- fontSize: 'var(--plasma-typo-text-l-bold-font-size)',
2145
- fontStyle: 'var(--plasma-typo-text-l-bold-font-style)',
2146
- fontWeight: 'var(--plasma-typo-text-l-bold-font-weight)',
2147
- letterSpacing: 'var(--plasma-typo-text-l-bold-letter-spacing)',
2148
- lineHeight: 'var(--plasma-typo-text-l-bold-line-height)',
2149
- };
2150
2213
  /** typography s text-l-medium */
2151
2214
  export var textLMedium = {
2152
2215
  fontFamily: 'var(--plasma-typo-text-l-medium-font-family)',
@@ -2156,24 +2219,6 @@ export var textLMedium = {
2156
2219
  letterSpacing: 'var(--plasma-typo-text-l-medium-letter-spacing)',
2157
2220
  lineHeight: 'var(--plasma-typo-text-l-medium-line-height)',
2158
2221
  };
2159
- /** typography s text-l */
2160
- export var textL = {
2161
- fontFamily: 'var(--plasma-typo-text-l-font-family)',
2162
- fontSize: 'var(--plasma-typo-text-l-font-size)',
2163
- fontStyle: 'var(--plasma-typo-text-l-font-style)',
2164
- fontWeight: 'var(--plasma-typo-text-l-font-weight)',
2165
- letterSpacing: 'var(--plasma-typo-text-l-letter-spacing)',
2166
- lineHeight: 'var(--plasma-typo-text-l-line-height)',
2167
- };
2168
- /** typography s text-m-bold */
2169
- export var textMBold = {
2170
- fontFamily: 'var(--plasma-typo-text-m-bold-font-family)',
2171
- fontSize: 'var(--plasma-typo-text-m-bold-font-size)',
2172
- fontStyle: 'var(--plasma-typo-text-m-bold-font-style)',
2173
- fontWeight: 'var(--plasma-typo-text-m-bold-font-weight)',
2174
- letterSpacing: 'var(--plasma-typo-text-m-bold-letter-spacing)',
2175
- lineHeight: 'var(--plasma-typo-text-m-bold-line-height)',
2176
- };
2177
2222
  /** typography s text-m-medium */
2178
2223
  export var textMMedium = {
2179
2224
  fontFamily: 'var(--plasma-typo-text-m-medium-font-family)',
@@ -2183,24 +2228,6 @@ export var textMMedium = {
2183
2228
  letterSpacing: 'var(--plasma-typo-text-m-medium-letter-spacing)',
2184
2229
  lineHeight: 'var(--plasma-typo-text-m-medium-line-height)',
2185
2230
  };
2186
- /** typography s text-m */
2187
- export var textM = {
2188
- fontFamily: 'var(--plasma-typo-text-m-font-family)',
2189
- fontSize: 'var(--plasma-typo-text-m-font-size)',
2190
- fontStyle: 'var(--plasma-typo-text-m-font-style)',
2191
- fontWeight: 'var(--plasma-typo-text-m-font-weight)',
2192
- letterSpacing: 'var(--plasma-typo-text-m-letter-spacing)',
2193
- lineHeight: 'var(--plasma-typo-text-m-line-height)',
2194
- };
2195
- /** typography s text-s-bold */
2196
- export var textSBold = {
2197
- fontFamily: 'var(--plasma-typo-text-s-bold-font-family)',
2198
- fontSize: 'var(--plasma-typo-text-s-bold-font-size)',
2199
- fontStyle: 'var(--plasma-typo-text-s-bold-font-style)',
2200
- fontWeight: 'var(--plasma-typo-text-s-bold-font-weight)',
2201
- letterSpacing: 'var(--plasma-typo-text-s-bold-letter-spacing)',
2202
- lineHeight: 'var(--plasma-typo-text-s-bold-line-height)',
2203
- };
2204
2231
  /** typography s text-s-medium */
2205
2232
  export var textSMedium = {
2206
2233
  fontFamily: 'var(--plasma-typo-text-s-medium-font-family)',
@@ -2210,24 +2237,6 @@ export var textSMedium = {
2210
2237
  letterSpacing: 'var(--plasma-typo-text-s-medium-letter-spacing)',
2211
2238
  lineHeight: 'var(--plasma-typo-text-s-medium-line-height)',
2212
2239
  };
2213
- /** typography s text-s */
2214
- export var textS = {
2215
- fontFamily: 'var(--plasma-typo-text-s-font-family)',
2216
- fontSize: 'var(--plasma-typo-text-s-font-size)',
2217
- fontStyle: 'var(--plasma-typo-text-s-font-style)',
2218
- fontWeight: 'var(--plasma-typo-text-s-font-weight)',
2219
- letterSpacing: 'var(--plasma-typo-text-s-letter-spacing)',
2220
- lineHeight: 'var(--plasma-typo-text-s-line-height)',
2221
- };
2222
- /** typography s text-xs-bold */
2223
- export var textXSBold = {
2224
- fontFamily: 'var(--plasma-typo-text-xs-bold-font-family)',
2225
- fontSize: 'var(--plasma-typo-text-xs-bold-font-size)',
2226
- fontStyle: 'var(--plasma-typo-text-xs-bold-font-style)',
2227
- fontWeight: 'var(--plasma-typo-text-xs-bold-font-weight)',
2228
- letterSpacing: 'var(--plasma-typo-text-xs-bold-letter-spacing)',
2229
- lineHeight: 'var(--plasma-typo-text-xs-bold-line-height)',
2230
- };
2231
2240
  /** typography s text-xs-medium */
2232
2241
  export var textXSMedium = {
2233
2242
  fontFamily: 'var(--plasma-typo-text-xs-medium-font-family)',
@@ -2237,15 +2246,6 @@ export var textXSMedium = {
2237
2246
  letterSpacing: 'var(--plasma-typo-text-xs-medium-letter-spacing)',
2238
2247
  lineHeight: 'var(--plasma-typo-text-xs-medium-line-height)',
2239
2248
  };
2240
- /** typography s text-xs */
2241
- export var textXS = {
2242
- fontFamily: 'var(--plasma-typo-text-xs-font-family)',
2243
- fontSize: 'var(--plasma-typo-text-xs-font-size)',
2244
- fontStyle: 'var(--plasma-typo-text-xs-font-style)',
2245
- fontWeight: 'var(--plasma-typo-text-xs-font-weight)',
2246
- letterSpacing: 'var(--plasma-typo-text-xs-letter-spacing)',
2247
- lineHeight: 'var(--plasma-typo-text-xs-line-height)',
2248
- };
2249
2249
  export var viewContainer = {
2250
2250
  dark: "\n --text-primary: var(--on-dark-text-primary);\n --text-primary-hover: var(--on-dark-text-primary-hover);\n --text-primary-active: var(--on-dark-text-primary-active);\n --text-primary-brightness: var(--on-dark-text-primary-brightness);\n --text-secondary: var(--on-dark-text-secondary);\n --text-secondary-hover: var(--on-dark-text-secondary-hover);\n --text-secondary-active: var(--on-dark-text-secondary-active);\n --text-tertiary: var(--on-dark-text-tertiary);\n --text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --text-tertiary-active: var(--on-dark-text-tertiary-active);\n --text-paragraph: var(--on-dark-text-paragraph);\n --text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --text-paragraph-active: var(--on-dark-text-paragraph-active);\n --text-accent: var(--on-dark-text-accent);\n --text-accent-hover: var(--on-dark-text-accent-hover);\n --text-accent-active: var(--on-dark-text-accent-active);\n --text-accent-minor: var(--on-dark-text-accent-minor);\n --text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --text-positive: var(--on-dark-text-positive);\n --text-positive-hover: var(--on-dark-text-positive-hover);\n --text-positive-active: var(--on-dark-text-positive-active);\n --text-warning: var(--on-dark-text-warning);\n --text-warning-hover: var(--on-dark-text-warning-hover);\n --text-warning-active: var(--on-dark-text-warning-active);\n --text-negative: var(--on-dark-text-negative);\n --text-negative-hover: var(--on-dark-text-negative-hover);\n --text-negative-active: var(--on-dark-text-negative-active);\n --text-info: var(--on-dark-text-info);\n --text-info-hover: var(--on-dark-text-info-hover);\n --text-info-active: var(--on-dark-text-info-active);\n --text-positive-minor: var(--on-dark-text-positive-minor);\n --text-positive-minor-hover: var(--on-dark-text-positive-minor-hover);\n --text-positive-minor-active: var(--on-dark-text-positive-minor-active);\n --text-warning-minor: var(--on-dark-text-warning-minor);\n --text-warning-minor-hover: var(--on-dark-text-warning-minor-hover);\n --text-warning-minor-active: var(--on-dark-text-warning-minor-active);\n --text-negative-minor: var(--on-dark-text-negative-minor);\n --text-negative-minor-hover: var(--on-dark-text-negative-minor-hover);\n --text-negative-minor-active: var(--on-dark-text-negative-minor-active);\n --text-info-minor: var(--on-dark-text-info-minor);\n --text-info-minor-hover: var(--on-dark-text-info-minor-hover);\n --text-info-minor-active: var(--on-dark-text-info-minor-active);\n --inverse-text-primary: var(--on-light-text-primary);\n --inverse-text-primary-hover: var(--on-light-text-primary-hover);\n --inverse-text-primary-active: var(--on-light-text-primary-active);\n --inverse-text-primary-brightness: var(--on-light-text-primary-brightness);\n --inverse-text-secondary: var(--on-light-text-secondary);\n --inverse-text-secondary-hover: var(--on-light-text-secondary-hover);\n --inverse-text-secondary-active: var(--on-light-text-secondary-active);\n --inverse-text-tertiary: var(--on-light-text-tertiary);\n --inverse-text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --inverse-text-tertiary-active: var(--on-light-text-tertiary-active);\n --inverse-text-paragraph: var(--on-light-text-paragraph);\n --inverse-text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --inverse-text-paragraph-active: var(--on-light-text-paragraph-active);\n --inverse-text-accent: var(--on-light-text-accent);\n --inverse-text-accent-hover: var(--on-light-text-accent-hover);\n --inverse-text-accent-active: var(--on-light-text-accent-active);\n --inverse-text-accent-minor: var(--on-light-text-accent-minor);\n --inverse-text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --inverse-text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --inverse-text-positive: var(--on-light-text-positive);\n --inverse-text-positive-hover: var(--on-light-text-positive-hover);\n --inverse-text-positive-active: var(--on-light-text-positive-active);\n --inverse-text-warning: var(--on-light-text-warning);\n --inverse-text-warning-hover: var(--on-light-text-warning-hover);\n --inverse-text-warning-active: var(--on-light-text-warning-active);\n --inverse-text-negative: var(--on-light-text-negative);\n --inverse-text-negative-hover: var(--on-light-text-negative-hover);\n --inverse-text-negative-active: var(--on-light-text-negative-active);\n --inverse-text-info: var(--on-light-text-info);\n --inverse-text-info-hover: var(--on-light-text-info-hover);\n --inverse-text-info-active: var(--on-light-text-info-active);\n --inverse-text-positive-minor: var(--on-light-text-positive-minor);\n --inverse-text-positive-minor-hover: var(--on-light-text-positive-minor-hover);\n --inverse-text-positive-minor-active: var(--on-light-text-positive-minor-active);\n --inverse-text-warning-minor: var(--on-light-text-warning-minor);\n --inverse-text-warning-minor-hover: var(--on-light-text-warning-minor-hover);\n --inverse-text-warning-minor-active: var(--on-light-text-warning-minor-active);\n --inverse-text-negative-minor: var(--on-light-text-negative-minor);\n --inverse-text-negative-minor-hover: var(--on-light-text-negative-minor-hover);\n --inverse-text-negative-minor-active: var(--on-light-text-negative-minor-active);\n --inverse-text-info-minor: var(--on-light-text-info-minor);\n --inverse-text-info-minor-hover: var(--on-light-text-info-minor-hover);\n --inverse-text-info-minor-active: var(--on-light-text-info-minor-active);\n --surface-solid-primary: var(--on-dark-surface-solid-primary);\n --surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --surface-solid-card: var(--on-dark-surface-solid-card);\n --surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\n --surface-solid-default: var(--on-dark-surface-solid-default);\n --surface-solid-default-hover: var(--on-dark-surface-solid-default-hover);\n --surface-solid-default-active: var(--on-dark-surface-solid-default-active);\n --surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --surface-transparent-tertiary: var(--on-dark-surface-transparent-tertiary);\n --surface-transparent-tertiary-hover: var(--on-dark-surface-transparent-tertiary-hover);\n --surface-transparent-tertiary-active: var(--on-dark-surface-transparent-tertiary-active);\n --surface-transparent-deep: var(--on-dark-surface-transparent-deep);\n --surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --surface-transparent-card: var(--on-dark-surface-transparent-card);\n --surface-transparent-card-hover: var(--on-dark-surface-transparent-card-hover);\n --surface-transparent-card-active: var(--on-dark-surface-transparent-card-active);\n --surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --surface-clear: var(--on-dark-surface-clear);\n --surface-clear-hover: var(--on-dark-surface-clear-hover);\n --surface-clear-active: var(--on-dark-surface-clear-active);\n --surface-accent: var(--on-dark-surface-accent);\n --surface-accent-hover: var(--on-dark-surface-accent-hover);\n --surface-accent-active: var(--on-dark-surface-accent-active);\n --surface-accent-minor: var(--on-dark-surface-accent-minor);\n --surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\n --surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --surface-transparent-accent-hover: var(--on-dark-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --surface-positive: var(--on-dark-surface-positive);\n --surface-positive-hover: var(--on-dark-surface-positive-hover);\n --surface-positive-active: var(--on-dark-surface-positive-active);\n --surface-warning: var(--on-dark-surface-warning);\n --surface-warning-hover: var(--on-dark-surface-warning-hover);\n --surface-warning-active: var(--on-dark-surface-warning-active);\n --surface-negative: var(--on-dark-surface-negative);\n --surface-negative-hover: var(--on-dark-surface-negative-hover);\n --surface-negative-active: var(--on-dark-surface-negative-active);\n --surface-info: var(--on-dark-surface-info);\n --surface-info-hover: var(--on-dark-surface-info-hover);\n --surface-info-active: var(--on-dark-surface-info-active);\n --surface-positive-minor: var(--on-dark-surface-positive-minor);\n --surface-positive-minor-hover: var(--on-dark-surface-positive-minor-hover);\n --surface-positive-minor-active: var(--on-dark-surface-positive-minor-active);\n --surface-warning-minor: var(--on-dark-surface-warning-minor);\n --surface-warning-minor-hover: var(--on-dark-surface-warning-minor-hover);\n --surface-warning-minor-active: var(--on-dark-surface-warning-minor-active);\n --surface-negative-minor: var(--on-dark-surface-negative-minor);\n --surface-negative-minor-hover: var(--on-dark-surface-negative-minor-hover);\n --surface-negative-minor-active: var(--on-dark-surface-negative-minor-active);\n --surface-info-minor: var(--on-dark-surface-info-minor);\n --surface-info-minor-hover: var(--on-dark-surface-info-minor-hover);\n --surface-info-minor-active: var(--on-dark-surface-info-minor-active);\n --surface-transparent-positive: var(--on-dark-surface-transparent-positive);\n --surface-transparent-positive-hover: var(--on-dark-surface-transparent-positive-hover);\n --surface-transparent-positive-active: var(--on-dark-surface-transparent-positive-active);\n --surface-transparent-warning: var(--on-dark-surface-transparent-warning);\n --surface-transparent-warning-hover: var(--on-dark-surface-transparent-warning-hover);\n --surface-transparent-warning-active: var(--on-dark-surface-transparent-warning-active);\n --surface-transparent-negative: var(--on-dark-surface-transparent-negative);\n --surface-transparent-negative-hover: var(--on-dark-surface-transparent-negative-hover);\n --surface-transparent-negative-active: var(--on-dark-surface-transparent-negative-active);\n --surface-transparent-info: var(--on-dark-surface-transparent-info);\n --surface-transparent-info-hover: var(--on-dark-surface-transparent-info-hover);\n --surface-transparent-info-active: var(--on-dark-surface-transparent-info-active);\n --inverse-surface-solid-primary: var(--on-light-surface-solid-primary);\n --inverse-surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --inverse-surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --inverse-surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --inverse-surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --inverse-surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --inverse-surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --inverse-surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --inverse-surface-solid-card: var(--on-light-surface-solid-card);\n --inverse-surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --inverse-surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --inverse-surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\n --inverse-surface-solid-default: var(--on-light-surface-solid-default);\n --inverse-surface-solid-default-hover: var(--on-light-surface-solid-default-hover);\n --inverse-surface-solid-default-active: var(--on-light-surface-solid-default-active);\n --inverse-surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --inverse-surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --inverse-surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --inverse-surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --inverse-surface-transparent-tertiary-hover: var(--on-light-surface-transparent-tertiary-hover);\n --inverse-surface-transparent-tertiary-active: var(--on-light-surface-transparent-tertiary-active);\n --inverse-surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --inverse-surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --inverse-surface-transparent-card: var(--on-light-surface-transparent-card);\n --inverse-surface-transparent-card-hover: var(--on-light-surface-transparent-card-hover);\n --inverse-surface-transparent-card-active: var(--on-light-surface-transparent-card-active);\n --inverse-surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --inverse-surface-clear: var(--on-light-surface-clear);\n --inverse-surface-clear-hover: var(--on-light-surface-clear-hover);\n --inverse-surface-clear-active: var(--on-light-surface-clear-active);\n --inverse-surface-accent: var(--on-light-surface-accent);\n --inverse-surface-accent-hover: var(--on-light-surface-accent-hover);\n --inverse-surface-accent-active: var(--on-light-surface-accent-active);\n --inverse-surface-accent-minor: var(--on-light-surface-accent-minor);\n --inverse-surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --inverse-surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\n --inverse-surface-transparent-accent-hover: var(--on-light-surface-transparent-accent-hover);\n --inverse-surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --inverse-surface-positive: var(--on-light-surface-positive);\n --inverse-surface-positive-hover: var(--on-light-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-light-surface-positive-active);\n --inverse-surface-warning: var(--on-light-surface-warning);\n --inverse-surface-warning-hover: var(--on-light-surface-warning-hover);\n --inverse-surface-warning-active: var(--on-light-surface-warning-active);\n --inverse-surface-negative: var(--on-light-surface-negative);\n --inverse-surface-negative-hover: var(--on-light-surface-negative-hover);\n --inverse-surface-negative-active: var(--on-light-surface-negative-active);\n --inverse-surface-info: var(--on-light-surface-info);\n --inverse-surface-info-hover: var(--on-light-surface-info-hover);\n --inverse-surface-info-active: var(--on-light-surface-info-active);\n --inverse-surface-positive-minor: var(--on-light-surface-positive-minor);\n --inverse-surface-positive-minor-hover: var(--on-light-surface-positive-minor-hover);\n --inverse-surface-positive-minor-active: var(--on-light-surface-positive-minor-active);\n --inverse-surface-warning-minor: var(--on-light-surface-warning-minor);\n --inverse-surface-warning-minor-hover: var(--on-light-surface-warning-minor-hover);\n --inverse-surface-warning-minor-active: var(--on-light-surface-warning-minor-active);\n --inverse-surface-negative-minor: var(--on-light-surface-negative-minor);\n --inverse-surface-negative-minor-hover: var(--on-light-surface-negative-minor-hover);\n --inverse-surface-negative-minor-active: var(--on-light-surface-negative-minor-active);\n --inverse-surface-info-minor: var(--on-light-surface-info-minor);\n --inverse-surface-info-minor-hover: var(--on-light-surface-info-minor-hover);\n --inverse-surface-info-minor-active: var(--on-light-surface-info-minor-active);\n --inverse-surface-transparent-positive: var(--on-light-surface-transparent-positive);\n --inverse-surface-transparent-positive-hover: var(--on-light-surface-transparent-positive-hover);\n --inverse-surface-transparent-positive-active: var(--on-light-surface-transparent-positive-active);\n --inverse-surface-transparent-warning: var(--on-light-surface-transparent-warning);\n --inverse-surface-transparent-warning-hover: var(--on-light-surface-transparent-warning-hover);\n --inverse-surface-transparent-warning-active: var(--on-light-surface-transparent-warning-active);\n --inverse-surface-transparent-negative: var(--on-light-surface-transparent-negative);\n --inverse-surface-transparent-negative-hover: var(--on-light-surface-transparent-negative-hover);\n --inverse-surface-transparent-negative-active: var(--on-light-surface-transparent-negative-active);\n --inverse-surface-transparent-info: var(--on-light-surface-transparent-info);\n --inverse-surface-transparent-info-hover: var(--on-light-surface-transparent-info-hover);\n --inverse-surface-transparent-info-active: var(--on-light-surface-transparent-info-active);\n --inverse-surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --inverse-surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --inverse-surface-transparent-tertiary: var(--on-light-surface-transparent-tertiary);\n --inverse-surface-transparent-deep: var(--on-light-surface-transparent-deep);\n --inverse-surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --background-primary: var(--dark-background-primary);\n --inverse-background-primary: var(--light-background-primary);\n --overlay-soft: var(--on-dark-overlay-soft);\n --overlay-hard: var(--on-dark-overlay-hard);\n --overlay-blur: var(--on-dark-overlay-blur);\n --inverse-overlay-soft: var(--on-light-overlay-soft);\n --inverse-overlay-hard: var(--on-light-overlay-hard);\n --inverse-overlay-blur: var(--on-light-overlay-blur);\n --outline-solid-primary: var(--on-dark-outline-solid-primary);\n --outline-solid-primary-hover: var(--on-dark-outline-solid-primary-hover);\n --outline-solid-primary-active: var(--on-dark-outline-solid-primary-active);\n --outline-solid-secondary: var(--on-dark-outline-solid-secondary);\n --outline-solid-secondary-hover: var(--on-dark-outline-solid-secondary-hover);\n --outline-solid-secondary-active: var(--on-dark-outline-solid-secondary-active);\n --outline-solid-tertiary: var(--on-dark-outline-solid-tertiary);\n --outline-solid-tertiary-hover: var(--on-dark-outline-solid-tertiary-hover);\n --outline-solid-tertiary-active: var(--on-dark-outline-solid-tertiary-active);\n --outline-solid-default: var(--on-dark-outline-solid-default);\n --outline-solid-default-hover: var(--on-dark-outline-solid-default-hover);\n --outline-solid-default-active: var(--on-dark-outline-solid-default-active);\n --outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --outline-transparent-primary-hover: var(--on-dark-outline-transparent-primary-hover);\n --outline-transparent-primary-active: var(--on-dark-outline-transparent-primary-active);\n --outline-transparent-secondary: var(--on-dark-outline-transparent-secondary);\n --outline-transparent-secondary-hover: var(--on-dark-outline-transparent-secondary-hover);\n --outline-transparent-secondary-active: var(--on-dark-outline-transparent-secondary-active);\n --outline-transparent-tertiary: var(--on-dark-outline-transparent-tertiary);\n --outline-transparent-tertiary-hover: var(--on-dark-outline-transparent-tertiary-hover);\n --outline-transparent-tertiary-active: var(--on-dark-outline-transparent-tertiary-active);\n --outline-clear: var(--on-dark-outline-clear);\n --outline-clear-hover: var(--on-dark-outline-clear-hover);\n --outline-clear-active: var(--on-dark-outline-clear-active);\n --outline-accent: var(--on-dark-outline-accent);\n --outline-accent-hover: var(--on-dark-outline-accent-hover);\n --outline-accent-active: var(--on-dark-outline-accent-active);\n --outline-accent-minor: var(--on-dark-outline-accent-minor);\n --outline-accent-minor-hover: var(--on-dark-outline-accent-minor-hover);\n --outline-accent-minor-active: var(--on-dark-outline-accent-minor-active);\n --outline-transparent-accent: var(--on-dark-outline-transparent-accent);\n --outline-transparent-accent-hover: var(--on-dark-outline-transparent-accent-hover);\n --outline-transparent-accent-active: var(--on-dark-outline-transparent-accent-active);\n --outline-positive: var(--on-dark-outline-positive);\n --outline-positive-hover: var(--on-dark-outline-positive-hover);\n --outline-positive-active: var(--on-dark-outline-positive-active);\n --outline-warning: var(--on-dark-outline-warning);\n --outline-warning-hover: var(--on-dark-outline-warning-hover);\n --outline-warning-active: var(--on-dark-outline-warning-active);\n --outline-negative: var(--on-dark-outline-negative);\n --outline-negative-hover: var(--on-dark-outline-negative-hover);\n --outline-negative-active: var(--on-dark-outline-negative-active);\n --outline-info: var(--on-dark-outline-info);\n --outline-info-hover: var(--on-dark-outline-info-hover);\n --outline-info-active: var(--on-dark-outline-info-active);\n --outline-positive-minor: var(--on-dark-outline-positive-minor);\n --outline-positive-minor-hover: var(--on-dark-outline-positive-minor-hover);\n --outline-positive-minor-active: var(--on-dark-outline-positive-minor-active);\n --outline-warning-minor: var(--on-dark-outline-warning-minor);\n --outline-warning-minor-hover: var(--on-dark-outline-warning-minor-hover);\n --outline-warning-minor-active: var(--on-dark-outline-warning-minor-active);\n --outline-negative-minor: var(--on-dark-outline-negative-minor);\n --outline-negative-minor-hover: var(--on-dark-outline-negative-minor-hover);\n --outline-negative-minor-active: var(--on-dark-outline-negative-minor-active);\n --outline-info-minor: var(--on-dark-outline-info-minor);\n --outline-info-minor-hover: var(--on-dark-outline-info-minor-hover);\n --outline-info-minor-active: var(--on-dark-outline-info-minor-active);\n --outline-transparent-positive: var(--on-dark-outline-transparent-positive);\n --outline-transparent-positive-hover: var(--on-dark-outline-transparent-positive-hover);\n --outline-transparent-positive-active: var(--on-dark-outline-transparent-positive-active);\n --outline-transparent-warning: var(--on-dark-outline-transparent-warning);\n --outline-transparent-warning-hover: var(--on-dark-outline-transparent-warning-hover);\n --outline-transparent-warning-active: var(--on-dark-outline-transparent-warning-active);\n --outline-transparent-negative: var(--on-dark-outline-transparent-negative);\n --outline-transparent-negative-hover: var(--on-dark-outline-transparent-negative-hover);\n --outline-transparent-negative-active: var(--on-dark-outline-transparent-negative-active);\n --outline-transparent-info: var(--on-dark-outline-transparent-info);\n --outline-transparent-info-hover: var(--on-dark-outline-transparent-info-hover);\n --outline-transparent-info-active: var(--on-dark-outline-transparent-info-active);\n --inverse-outline-solid-primary: var(--on-light-outline-solid-primary);\n --inverse-outline-solid-primary-hover: var(--on-light-outline-solid-primary-hover);\n --inverse-outline-solid-primary-active: var(--on-light-outline-solid-primary-active);\n --inverse-outline-solid-secondary-hover: var(--on-light-outline-solid-secondary-hover);\n --inverse-outline-solid-secondary-active: var(--on-light-outline-solid-secondary-active);\n --inverse-outline-solid-tertiary: var(--on-light-outline-solid-tertiary);\n --inverse-outline-solid-tertiary-hover: var(--on-light-outline-solid-tertiary-hover);\n --inverse-outline-solid-tertiary-active: var(--on-light-outline-solid-tertiary-active);\n --inverse-outline-solid-default: var(--on-light-outline-solid-default);\n --inverse-outline-solid-default-hover: var(--on-light-outline-solid-default-hover);\n --inverse-outline-solid-default-active: var(--on-light-outline-solid-default-active);\n --inverse-outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --inverse-outline-transparent-primary-hover: var(--on-light-outline-transparent-primary-hover);\n --inverse-outline-transparent-primary-active: var(--on-light-outline-transparent-primary-active);\n --inverse-outline-transparent-secondary: var(--on-light-outline-transparent-secondary);\n --inverse-outline-transparent-secondary-hover: var(--on-light-outline-transparent-secondary-hover);\n --inverse-outline-transparent-secondary-active: var(--on-light-outline-transparent-secondary-active);\n --inverse-outline-transparent-tertiary: var(--on-light-outline-transparent-tertiary);\n --inverse-outline-transparent-tertiary-hover: var(--on-light-outline-transparent-tertiary-hover);\n --inverse-outline-transparent-tertiary-active: var(--on-light-outline-transparent-tertiary-active);\n --inverse-outline-clear: var(--on-light-outline-clear);\n --inverse-outline-clear-hover: var(--on-light-outline-clear-hover);\n --inverse-outline-clear-active: var(--on-light-outline-clear-active);\n --inverse-outline-accent: var(--on-light-outline-accent);\n --inverse-outline-accent-hover: var(--on-light-outline-accent-hover);\n --inverse-outline-accent-active: var(--on-light-outline-accent-active);\n --inverse-outline-accent-minor: var(--on-light-outline-accent-minor);\n --inverse-outline-accent-minor-hover: var(--on-light-outline-accent-minor-hover);\n --inverse-outline-accent-minor-active: var(--on-light-outline-accent-minor-active);\n --inverse-outline-transparent-accent: var(--on-light-outline-transparent-accent);\n --inverse-outline-transparent-accent-hover: var(--on-light-outline-transparent-accent-hover);\n --inverse-outline-transparent-accent-active: var(--on-light-outline-transparent-accent-active);\n --inverse-outline-positive: var(--on-light-outline-positive);\n --inverse-outline-positive-hover: var(--on-light-outline-positive-hover);\n --inverse-outline-positive-active: var(--on-light-outline-positive-active);\n --inverse-outline-warning: var(--on-light-outline-warning);\n --inverse-outline-warning-hover: var(--on-light-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-light-outline-warning-active);\n --inverse-outline-negative: var(--on-light-outline-negative);\n --inverse-outline-negative-hover: var(--on-light-outline-negative-hover);\n --inverse-outline-negative-active: var(--on-light-outline-negative-active);\n --inverse-outline-info: var(--on-light-outline-info);\n --inverse-outline-info-hover: var(--on-light-outline-info-hover);\n --inverse-outline-info-active: var(--on-light-outline-info-active);\n --inverse-outline-positive-minor: var(--on-light-outline-positive-minor);\n --inverse-outline-positive-minor-hover: var(--on-light-outline-positive-minor-hover);\n --inverse-outline-positive-minor-active: var(--on-light-outline-positive-minor-active);\n --inverse-outline-warning-minor: var(--on-light-outline-warning-minor);\n --inverse-outline-warning-minor-hover: var(--on-light-outline-warning-minor-hover);\n --inverse-outline-warning-minor-active: var(--on-light-outline-warning-minor-active);\n --inverse-outline-negative-minor: var(--on-light-outline-negative-minor);\n --inverse-outline-negative-minor-hover: var(--on-light-outline-negative-minor-hover);\n --inverse-outline-negative-minor-active: var(--on-light-outline-negative-minor-active);\n --inverse-outline-info-minor: var(--on-light-outline-info-minor);\n --inverse-outline-info-minor-hover: var(--on-light-outline-info-minor-hover);\n --inverse-outline-info-minor-active: var(--on-light-outline-info-minor-active);\n --inverse-outline-transparent-positive: var(--on-light-outline-transparent-positive);\n --inverse-outline-transparent-positive-hover: var(--on-light-outline-transparent-positive-hover);\n --inverse-outline-transparent-positive-active: var(--on-light-outline-transparent-positive-active);\n --inverse-outline-transparent-warning: var(--on-light-outline-transparent-warning);\n --inverse-outline-transparent-warning-hover: var(--on-light-outline-transparent-warning-hover);\n --inverse-outline-transparent-warning-active: var(--on-light-outline-transparent-warning-active);\n --inverse-outline-transparent-negative: var(--on-light-outline-transparent-negative);\n --inverse-outline-transparent-negative-hover: var(--on-light-outline-transparent-negative-hover);\n --inverse-outline-transparent-negative-active: var(--on-light-outline-transparent-negative-active);\n --inverse-outline-transparent-info: var(--on-light-outline-transparent-info);\n --inverse-outline-transparent-info-hover: var(--on-light-outline-transparent-info-hover);\n --inverse-outline-transparent-info-active: var(--on-light-outline-transparent-info-active);\n --inverse-outline-solid-secondary: var(--on-light-outline-solid-secondary);\n --data-yellow: var(--on-dark-data-yellow);\n --data-yellow-minor: var(--on-dark-data-yellow-minor);\n --data-yellow-transparent: var(--on-dark-data-yellow-transparent);\n --inverse-data-yellow: var(--on-light-data-yellow);\n --inverse-data-yellow-minor: var(--on-light-data-yellow-minor);\n --inverse-data-yellow-transparent: var(--on-light-data-yellow-transparent);\n --text-accent-gradient-hover: var(--on-dark-text-accent-gradient-hover);\n --text-accent-gradient-active: var(--on-dark-text-accent-gradient-active);\n --text-accent-gradient: var(--on-dark-text-accent-gradient);\n --inverse-text-accent-gradient-hover: var(--on-light-text-accent-gradient-hover);\n --inverse-text-accent-gradient-active: var(--on-light-text-accent-gradient-active);\n --inverse-text-accent-gradient: var(--on-light-text-accent-gradient);\n --surface-accent-gradient-hover: var(--on-dark-surface-accent-gradient-hover);\n --surface-accent-gradient-active: var(--on-dark-surface-accent-gradient-active);\n --surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --surface-skeleton-gradient-hover: var(--on-dark-surface-skeleton-gradient-hover);\n --surface-skeleton-gradient-active: var(--on-dark-surface-skeleton-gradient-active);\n --surface-skeleton-deep-gradient: var(--on-dark-surface-skeleton-deep-gradient);\n --surface-skeleton-deep-gradient-hover: var(--on-dark-surface-skeleton-deep-gradient-hover);\n --surface-skeleton-deep-gradient-active: var(--on-dark-surface-skeleton-deep-gradient-active);\n --inverse-surface-accent-gradient-hover: var(--on-light-surface-accent-gradient-hover);\n --inverse-surface-accent-gradient-active: var(--on-light-surface-accent-gradient-active);\n --inverse-surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --inverse-surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --inverse-surface-skeleton-gradient-hover: var(--on-light-surface-skeleton-gradient-hover);\n --inverse-surface-skeleton-gradient-active: var(--on-light-surface-skeleton-gradient-active);\n --inverse-surface-skeleton-deep-gradient: var(--on-light-surface-skeleton-deep-gradient);\n --inverse-surface-skeleton-deep-gradient-hover: var(--on-light-surface-skeleton-deep-gradient-hover);\n --inverse-surface-skeleton-deep-gradient-active: var(--on-light-surface-skeleton-deep-gradient-active);\n --outline-accent-gradient-hover: var(--on-dark-outline-accent-gradient-hover);\n --outline-accent-gradient-active: var(--on-dark-outline-accent-gradient-active);\n --outline-accent-gradient: var(--on-dark-outline-accent-gradient);\n --inverse-outline-accent-gradient-hover: var(--on-light-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-active: var(--on-light-outline-accent-gradient-active);\n --inverse-outline-accent-gradient: var(--on-light-outline-accent-gradient);\n ",
2251
2251
  light: "\n --text-primary-hover: var(--on-light-text-primary-hover);\n --text-primary-active: var(--on-light-text-primary-active);\n --text-primary-brightness: var(--on-light-text-primary-brightness);\n --text-secondary-hover: var(--on-light-text-secondary-hover);\n --text-secondary-active: var(--on-light-text-secondary-active);\n --text-tertiary-hover: var(--on-light-text-tertiary-hover);\n --text-tertiary-active: var(--on-light-text-tertiary-active);\n --text-paragraph-hover: var(--on-light-text-paragraph-hover);\n --text-paragraph-active: var(--on-light-text-paragraph-active);\n --text-accent: var(--on-light-text-accent);\n --text-accent-hover: var(--on-light-text-accent-hover);\n --text-accent-active: var(--on-light-text-accent-active);\n --text-accent-minor: var(--on-light-text-accent-minor);\n --text-accent-minor-hover: var(--on-light-text-accent-minor-hover);\n --text-accent-minor-active: var(--on-light-text-accent-minor-active);\n --text-positive: var(--on-light-text-positive);\n --text-positive-hover: var(--on-light-text-positive-hover);\n --text-positive-active: var(--on-light-text-positive-active);\n --text-warning: var(--on-light-text-warning);\n --text-warning-hover: var(--on-light-text-warning-hover);\n --text-warning-active: var(--on-light-text-warning-active);\n --text-negative: var(--on-light-text-negative);\n --text-negative-hover: var(--on-light-text-negative-hover);\n --text-negative-active: var(--on-light-text-negative-active);\n --text-info: var(--on-light-text-info);\n --text-info-hover: var(--on-light-text-info-hover);\n --text-info-active: var(--on-light-text-info-active);\n --text-positive-minor: var(--on-light-text-positive-minor);\n --text-positive-minor-hover: var(--on-light-text-positive-minor-hover);\n --text-positive-minor-active: var(--on-light-text-positive-minor-active);\n --text-warning-minor: var(--on-light-text-warning-minor);\n --text-warning-minor-hover: var(--on-light-text-warning-minor-hover);\n --text-warning-minor-active: var(--on-light-text-warning-minor-active);\n --text-negative-minor: var(--on-light-text-negative-minor);\n --text-negative-minor-hover: var(--on-light-text-negative-minor-hover);\n --text-negative-minor-active: var(--on-light-text-negative-minor-active);\n --text-info-minor: var(--on-light-text-info-minor);\n --text-info-minor-hover: var(--on-light-text-info-minor-hover);\n --text-info-minor-active: var(--on-light-text-info-minor-active);\n --text-primary: var(--on-light-text-primary);\n --text-secondary: var(--on-light-text-secondary);\n --text-tertiary: var(--on-light-text-tertiary);\n --text-paragraph: var(--on-light-text-paragraph);\n --inverse-text-primary: var(--on-dark-text-primary);\n --inverse-text-primary-hover: var(--on-dark-text-primary-hover);\n --inverse-text-primary-active: var(--on-dark-text-primary-active);\n --inverse-text-primary-brightness: var(--on-dark-text-primary-brightness);\n --inverse-text-secondary: var(--on-dark-text-secondary);\n --inverse-text-secondary-hover: var(--on-dark-text-secondary-hover);\n --inverse-text-secondary-active: var(--on-dark-text-secondary-active);\n --inverse-text-tertiary: var(--on-dark-text-tertiary);\n --inverse-text-tertiary-hover: var(--on-dark-text-tertiary-hover);\n --inverse-text-tertiary-active: var(--on-dark-text-tertiary-active);\n --inverse-text-paragraph: var(--on-dark-text-paragraph);\n --inverse-text-paragraph-hover: var(--on-dark-text-paragraph-hover);\n --inverse-text-paragraph-active: var(--on-dark-text-paragraph-active);\n --inverse-text-accent: var(--on-dark-text-accent);\n --inverse-text-accent-hover: var(--on-dark-text-accent-hover);\n --inverse-text-accent-active: var(--on-dark-text-accent-active);\n --inverse-text-accent-minor: var(--on-dark-text-accent-minor);\n --inverse-text-accent-minor-hover: var(--on-dark-text-accent-minor-hover);\n --inverse-text-accent-minor-active: var(--on-dark-text-accent-minor-active);\n --inverse-text-positive: var(--on-dark-text-positive);\n --inverse-text-positive-hover: var(--on-dark-text-positive-hover);\n --inverse-text-positive-active: var(--on-dark-text-positive-active);\n --inverse-text-warning: var(--on-dark-text-warning);\n --inverse-text-warning-hover: var(--on-dark-text-warning-hover);\n --inverse-text-warning-active: var(--on-dark-text-warning-active);\n --inverse-text-negative: var(--on-dark-text-negative);\n --inverse-text-negative-hover: var(--on-dark-text-negative-hover);\n --inverse-text-negative-active: var(--on-dark-text-negative-active);\n --inverse-text-info: var(--on-dark-text-info);\n --inverse-text-info-hover: var(--on-dark-text-info-hover);\n --inverse-text-info-active: var(--on-dark-text-info-active);\n --inverse-text-positive-minor: var(--on-dark-text-positive-minor);\n --inverse-text-positive-minor-hover: var(--on-dark-text-positive-minor-hover);\n --inverse-text-positive-minor-active: var(--on-dark-text-positive-minor-active);\n --inverse-text-warning-minor: var(--on-dark-text-warning-minor);\n --inverse-text-warning-minor-hover: var(--on-dark-text-warning-minor-hover);\n --inverse-text-warning-minor-active: var(--on-dark-text-warning-minor-active);\n --inverse-text-negative-minor: var(--on-dark-text-negative-minor);\n --inverse-text-negative-minor-hover: var(--on-dark-text-negative-minor-hover);\n --inverse-text-negative-minor-active: var(--on-dark-text-negative-minor-active);\n --inverse-text-info-minor: var(--on-dark-text-info-minor);\n --inverse-text-info-minor-hover: var(--on-dark-text-info-minor-hover);\n --inverse-text-info-minor-active: var(--on-dark-text-info-minor-active);\n --surface-solid-primary: var(--on-light-surface-solid-primary);\n --surface-solid-primary-hover: var(--on-light-surface-solid-primary-hover);\n --surface-solid-primary-active: var(--on-light-surface-solid-primary-active);\n --surface-solid-primary-brightness: var(--on-light-surface-solid-primary-brightness);\n --surface-solid-secondary: var(--on-light-surface-solid-secondary);\n --surface-solid-secondary-hover: var(--on-light-surface-solid-secondary-hover);\n --surface-solid-secondary-active: var(--on-light-surface-solid-secondary-active);\n --surface-solid-tertiary: var(--on-light-surface-solid-tertiary);\n --surface-solid-tertiary-hover: var(--on-light-surface-solid-tertiary-hover);\n --surface-solid-tertiary-active: var(--on-light-surface-solid-tertiary-active);\n --surface-solid-card: var(--on-light-surface-solid-card);\n --surface-solid-card-hover: var(--on-light-surface-solid-card-hover);\n --surface-solid-card-active: var(--on-light-surface-solid-card-active);\n --surface-solid-card-brightness: var(--on-light-surface-solid-card-brightness);\n --surface-solid-default: var(--on-light-surface-solid-default);\n --surface-solid-default-hover: var(--on-light-surface-solid-default-hover);\n --surface-solid-default-active: var(--on-light-surface-solid-default-active);\n --surface-transparent-primary-hover: var(--on-light-surface-transparent-primary-hover);\n --surface-transparent-primary-active: var(--on-light-surface-transparent-primary-active);\n --surface-transparent-secondary-hover: var(--on-light-surface-transparent-secondary-hover);\n --surface-transparent-secondary-active: var(--on-light-surface-transparent-secondary-active);\n --surface-transparent-tertiary-hover: var(--on-light-surface-transparent-tertiary-hover);\n --surface-transparent-tertiary-active: var(--on-light-surface-transparent-tertiary-active);\n --surface-transparent-deep-hover: var(--on-light-surface-transparent-deep-hover);\n --surface-transparent-deep-active: var(--on-light-surface-transparent-deep-active);\n --surface-transparent-card: var(--on-light-surface-transparent-card);\n --surface-transparent-card-hover: var(--on-light-surface-transparent-card-hover);\n --surface-transparent-card-active: var(--on-light-surface-transparent-card-active);\n --surface-transparent-card-brightness: var(--on-light-surface-transparent-card-brightness);\n --surface-clear: var(--on-light-surface-clear);\n --surface-clear-hover: var(--on-light-surface-clear-hover);\n --surface-clear-active: var(--on-light-surface-clear-active);\n --surface-accent: var(--on-light-surface-accent);\n --surface-accent-hover: var(--on-light-surface-accent-hover);\n --surface-accent-active: var(--on-light-surface-accent-active);\n --surface-accent-minor: var(--on-light-surface-accent-minor);\n --surface-accent-minor-hover: var(--on-light-surface-accent-minor-hover);\n --surface-accent-minor-active: var(--on-light-surface-accent-minor-active);\n --surface-transparent-accent-hover: var(--on-light-surface-transparent-accent-hover);\n --surface-transparent-accent-active: var(--on-light-surface-transparent-accent-active);\n --surface-positive: var(--on-light-surface-positive);\n --surface-positive-hover: var(--on-light-surface-positive-hover);\n --surface-positive-active: var(--on-light-surface-positive-active);\n --surface-warning: var(--on-light-surface-warning);\n --surface-warning-hover: var(--on-light-surface-warning-hover);\n --surface-warning-active: var(--on-light-surface-warning-active);\n --surface-negative: var(--on-light-surface-negative);\n --surface-negative-hover: var(--on-light-surface-negative-hover);\n --surface-negative-active: var(--on-light-surface-negative-active);\n --surface-info: var(--on-light-surface-info);\n --surface-info-hover: var(--on-light-surface-info-hover);\n --surface-info-active: var(--on-light-surface-info-active);\n --surface-positive-minor: var(--on-light-surface-positive-minor);\n --surface-positive-minor-hover: var(--on-light-surface-positive-minor-hover);\n --surface-positive-minor-active: var(--on-light-surface-positive-minor-active);\n --surface-warning-minor: var(--on-light-surface-warning-minor);\n --surface-warning-minor-hover: var(--on-light-surface-warning-minor-hover);\n --surface-warning-minor-active: var(--on-light-surface-warning-minor-active);\n --surface-negative-minor: var(--on-light-surface-negative-minor);\n --surface-negative-minor-hover: var(--on-light-surface-negative-minor-hover);\n --surface-negative-minor-active: var(--on-light-surface-negative-minor-active);\n --surface-info-minor: var(--on-light-surface-info-minor);\n --surface-info-minor-hover: var(--on-light-surface-info-minor-hover);\n --surface-info-minor-active: var(--on-light-surface-info-minor-active);\n --surface-transparent-positive-hover: var(--on-light-surface-transparent-positive-hover);\n --surface-transparent-positive-active: var(--on-light-surface-transparent-positive-active);\n --surface-transparent-warning-hover: var(--on-light-surface-transparent-warning-hover);\n --surface-transparent-warning-active: var(--on-light-surface-transparent-warning-active);\n --surface-transparent-negative-hover: var(--on-light-surface-transparent-negative-hover);\n --surface-transparent-negative-active: var(--on-light-surface-transparent-negative-active);\n --surface-transparent-info-hover: var(--on-light-surface-transparent-info-hover);\n --surface-transparent-info-active: var(--on-light-surface-transparent-info-active);\n --surface-transparent-primary: var(--on-light-surface-transparent-primary);\n --surface-transparent-secondary: var(--on-light-surface-transparent-secondary);\n --surface-transparent-tertiary: var(--on-light-surface-transparent-tertiary);\n --surface-transparent-deep: var(--on-light-surface-transparent-deep);\n --surface-transparent-accent: var(--on-light-surface-transparent-accent);\n --surface-transparent-positive: var(--on-light-surface-transparent-positive);\n --surface-transparent-warning: var(--on-light-surface-transparent-warning);\n --surface-transparent-negative: var(--on-light-surface-transparent-negative);\n --surface-transparent-info: var(--on-light-surface-transparent-info);\n --inverse-surface-solid-primary: var(--on-dark-surface-solid-primary);\n --inverse-surface-solid-primary-hover: var(--on-dark-surface-solid-primary-hover);\n --inverse-surface-solid-primary-active: var(--on-dark-surface-solid-primary-active);\n --inverse-surface-solid-primary-brightness: var(--on-dark-surface-solid-primary-brightness);\n --inverse-surface-solid-secondary: var(--on-dark-surface-solid-secondary);\n --inverse-surface-solid-secondary-hover: var(--on-dark-surface-solid-secondary-hover);\n --inverse-surface-solid-secondary-active: var(--on-dark-surface-solid-secondary-active);\n --inverse-surface-solid-tertiary: var(--on-dark-surface-solid-tertiary);\n --inverse-surface-solid-tertiary-hover: var(--on-dark-surface-solid-tertiary-hover);\n --inverse-surface-solid-tertiary-active: var(--on-dark-surface-solid-tertiary-active);\n --inverse-surface-solid-card: var(--on-dark-surface-solid-card);\n --inverse-surface-solid-card-hover: var(--on-dark-surface-solid-card-hover);\n --inverse-surface-solid-card-active: var(--on-dark-surface-solid-card-active);\n --inverse-surface-solid-card-brightness: var(--on-dark-surface-solid-card-brightness);\n --inverse-surface-solid-default: var(--on-dark-surface-solid-default);\n --inverse-surface-solid-default-hover: var(--on-dark-surface-solid-default-hover);\n --inverse-surface-solid-default-active: var(--on-dark-surface-solid-default-active);\n --inverse-surface-transparent-primary-hover: var(--on-dark-surface-transparent-primary-hover);\n --inverse-surface-transparent-primary-active: var(--on-dark-surface-transparent-primary-active);\n --inverse-surface-transparent-secondary-hover: var(--on-dark-surface-transparent-secondary-hover);\n --inverse-surface-transparent-secondary-active: var(--on-dark-surface-transparent-secondary-active);\n --inverse-surface-transparent-tertiary-hover: var(--on-dark-surface-transparent-tertiary-hover);\n --inverse-surface-transparent-tertiary-active: var(--on-dark-surface-transparent-tertiary-active);\n --inverse-surface-transparent-deep-hover: var(--on-dark-surface-transparent-deep-hover);\n --inverse-surface-transparent-deep-active: var(--on-dark-surface-transparent-deep-active);\n --inverse-surface-transparent-card-hover: var(--on-dark-surface-transparent-card-hover);\n --inverse-surface-transparent-card-active: var(--on-dark-surface-transparent-card-active);\n --inverse-surface-transparent-card-brightness: var(--on-dark-surface-transparent-card-brightness);\n --inverse-surface-clear: var(--on-dark-surface-clear);\n --inverse-surface-clear-hover: var(--on-dark-surface-clear-hover);\n --inverse-surface-clear-active: var(--on-dark-surface-clear-active);\n --inverse-surface-accent: var(--on-dark-surface-accent);\n --inverse-surface-accent-hover: var(--on-dark-surface-accent-hover);\n --inverse-surface-accent-active: var(--on-dark-surface-accent-active);\n --inverse-surface-accent-minor: var(--on-dark-surface-accent-minor);\n --inverse-surface-accent-minor-hover: var(--on-dark-surface-accent-minor-hover);\n --inverse-surface-accent-minor-active: var(--on-dark-surface-accent-minor-active);\n --inverse-surface-transparent-accent: var(--on-dark-surface-transparent-accent);\n --inverse-surface-transparent-accent-hover: var(--on-dark-surface-transparent-accent-hover);\n --inverse-surface-transparent-accent-active: var(--on-dark-surface-transparent-accent-active);\n --inverse-surface-positive: var(--on-dark-surface-positive);\n --inverse-surface-positive-hover: var(--on-dark-surface-positive-hover);\n --inverse-surface-positive-active: var(--on-dark-surface-positive-active);\n --inverse-surface-warning: var(--on-dark-surface-warning);\n --inverse-surface-warning-hover: var(--on-dark-surface-warning-hover);\n --inverse-surface-warning-active: var(--on-dark-surface-warning-active);\n --inverse-surface-negative: var(--on-dark-surface-negative);\n --inverse-surface-negative-hover: var(--on-dark-surface-negative-hover);\n --inverse-surface-negative-active: var(--on-dark-surface-negative-active);\n --inverse-surface-info: var(--on-dark-surface-info);\n --inverse-surface-info-hover: var(--on-dark-surface-info-hover);\n --inverse-surface-info-active: var(--on-dark-surface-info-active);\n --inverse-surface-positive-minor: var(--on-dark-surface-positive-minor);\n --inverse-surface-positive-minor-hover: var(--on-dark-surface-positive-minor-hover);\n --inverse-surface-positive-minor-active: var(--on-dark-surface-positive-minor-active);\n --inverse-surface-warning-minor: var(--on-dark-surface-warning-minor);\n --inverse-surface-warning-minor-hover: var(--on-dark-surface-warning-minor-hover);\n --inverse-surface-warning-minor-active: var(--on-dark-surface-warning-minor-active);\n --inverse-surface-negative-minor: var(--on-dark-surface-negative-minor);\n --inverse-surface-negative-minor-hover: var(--on-dark-surface-negative-minor-hover);\n --inverse-surface-negative-minor-active: var(--on-dark-surface-negative-minor-active);\n --inverse-surface-info-minor: var(--on-dark-surface-info-minor);\n --inverse-surface-info-minor-hover: var(--on-dark-surface-info-minor-hover);\n --inverse-surface-info-minor-active: var(--on-dark-surface-info-minor-active);\n --inverse-surface-transparent-positive: var(--on-dark-surface-transparent-positive);\n --inverse-surface-transparent-positive-hover: var(--on-dark-surface-transparent-positive-hover);\n --inverse-surface-transparent-positive-active: var(--on-dark-surface-transparent-positive-active);\n --inverse-surface-transparent-warning: var(--on-dark-surface-transparent-warning);\n --inverse-surface-transparent-warning-hover: var(--on-dark-surface-transparent-warning-hover);\n --inverse-surface-transparent-warning-active: var(--on-dark-surface-transparent-warning-active);\n --inverse-surface-transparent-negative: var(--on-dark-surface-transparent-negative);\n --inverse-surface-transparent-negative-hover: var(--on-dark-surface-transparent-negative-hover);\n --inverse-surface-transparent-negative-active: var(--on-dark-surface-transparent-negative-active);\n --inverse-surface-transparent-info: var(--on-dark-surface-transparent-info);\n --inverse-surface-transparent-info-hover: var(--on-dark-surface-transparent-info-hover);\n --inverse-surface-transparent-info-active: var(--on-dark-surface-transparent-info-active);\n --inverse-surface-transparent-primary: var(--on-dark-surface-transparent-primary);\n --inverse-surface-transparent-secondary: var(--on-dark-surface-transparent-secondary);\n --inverse-surface-transparent-tertiary: var(--on-dark-surface-transparent-tertiary);\n --inverse-surface-transparent-deep: var(--on-dark-surface-transparent-deep);\n --inverse-surface-transparent-card: var(--on-dark-surface-transparent-card);\n --background-primary: var(--light-background-primary);\n --inverse-background-primary: var(--dark-background-primary);\n --overlay-soft: var(--on-light-overlay-soft);\n --overlay-hard: var(--on-light-overlay-hard);\n --overlay-blur: var(--on-light-overlay-blur);\n --inverse-overlay-soft: var(--on-dark-overlay-soft);\n --inverse-overlay-hard: var(--on-dark-overlay-hard);\n --inverse-overlay-blur: var(--on-dark-overlay-blur);\n --outline-solid-primary: var(--on-light-outline-solid-primary);\n --outline-solid-primary-hover: var(--on-light-outline-solid-primary-hover);\n --outline-solid-primary-active: var(--on-light-outline-solid-primary-active);\n --outline-solid-secondary-hover: var(--on-light-outline-solid-secondary-hover);\n --outline-solid-secondary-active: var(--on-light-outline-solid-secondary-active);\n --outline-solid-tertiary: var(--on-light-outline-solid-tertiary);\n --outline-solid-tertiary-hover: var(--on-light-outline-solid-tertiary-hover);\n --outline-solid-tertiary-active: var(--on-light-outline-solid-tertiary-active);\n --outline-solid-default: var(--on-light-outline-solid-default);\n --outline-solid-default-hover: var(--on-light-outline-solid-default-hover);\n --outline-solid-default-active: var(--on-light-outline-solid-default-active);\n --outline-transparent-primary: var(--on-light-outline-transparent-primary);\n --outline-transparent-primary-hover: var(--on-light-outline-transparent-primary-hover);\n --outline-transparent-primary-active: var(--on-light-outline-transparent-primary-active);\n --outline-transparent-secondary: var(--on-light-outline-transparent-secondary);\n --outline-transparent-secondary-hover: var(--on-light-outline-transparent-secondary-hover);\n --outline-transparent-secondary-active: var(--on-light-outline-transparent-secondary-active);\n --outline-transparent-tertiary: var(--on-light-outline-transparent-tertiary);\n --outline-transparent-tertiary-hover: var(--on-light-outline-transparent-tertiary-hover);\n --outline-transparent-tertiary-active: var(--on-light-outline-transparent-tertiary-active);\n --outline-clear: var(--on-light-outline-clear);\n --outline-clear-hover: var(--on-light-outline-clear-hover);\n --outline-clear-active: var(--on-light-outline-clear-active);\n --outline-accent: var(--on-light-outline-accent);\n --outline-accent-hover: var(--on-light-outline-accent-hover);\n --outline-accent-active: var(--on-light-outline-accent-active);\n --outline-accent-minor: var(--on-light-outline-accent-minor);\n --outline-accent-minor-hover: var(--on-light-outline-accent-minor-hover);\n --outline-accent-minor-active: var(--on-light-outline-accent-minor-active);\n --outline-transparent-accent: var(--on-light-outline-transparent-accent);\n --outline-transparent-accent-hover: var(--on-light-outline-transparent-accent-hover);\n --outline-transparent-accent-active: var(--on-light-outline-transparent-accent-active);\n --outline-positive: var(--on-light-outline-positive);\n --outline-positive-hover: var(--on-light-outline-positive-hover);\n --outline-positive-active: var(--on-light-outline-positive-active);\n --outline-warning: var(--on-light-outline-warning);\n --outline-warning-hover: var(--on-light-outline-warning-hover);\n --outline-warning-active: var(--on-light-outline-warning-active);\n --outline-negative: var(--on-light-outline-negative);\n --outline-negative-hover: var(--on-light-outline-negative-hover);\n --outline-negative-active: var(--on-light-outline-negative-active);\n --outline-info: var(--on-light-outline-info);\n --outline-info-hover: var(--on-light-outline-info-hover);\n --outline-info-active: var(--on-light-outline-info-active);\n --outline-positive-minor: var(--on-light-outline-positive-minor);\n --outline-positive-minor-hover: var(--on-light-outline-positive-minor-hover);\n --outline-positive-minor-active: var(--on-light-outline-positive-minor-active);\n --outline-warning-minor: var(--on-light-outline-warning-minor);\n --outline-warning-minor-hover: var(--on-light-outline-warning-minor-hover);\n --outline-warning-minor-active: var(--on-light-outline-warning-minor-active);\n --outline-negative-minor: var(--on-light-outline-negative-minor);\n --outline-negative-minor-hover: var(--on-light-outline-negative-minor-hover);\n --outline-negative-minor-active: var(--on-light-outline-negative-minor-active);\n --outline-info-minor: var(--on-light-outline-info-minor);\n --outline-info-minor-hover: var(--on-light-outline-info-minor-hover);\n --outline-info-minor-active: var(--on-light-outline-info-minor-active);\n --outline-transparent-positive: var(--on-light-outline-transparent-positive);\n --outline-transparent-positive-hover: var(--on-light-outline-transparent-positive-hover);\n --outline-transparent-positive-active: var(--on-light-outline-transparent-positive-active);\n --outline-transparent-warning: var(--on-light-outline-transparent-warning);\n --outline-transparent-warning-hover: var(--on-light-outline-transparent-warning-hover);\n --outline-transparent-warning-active: var(--on-light-outline-transparent-warning-active);\n --outline-transparent-negative-hover: var(--on-light-outline-transparent-negative-hover);\n --outline-transparent-negative-active: var(--on-light-outline-transparent-negative-active);\n --outline-transparent-info: var(--on-light-outline-transparent-info);\n --outline-transparent-info-hover: var(--on-light-outline-transparent-info-hover);\n --outline-transparent-info-active: var(--on-light-outline-transparent-info-active);\n --outline-solid-secondary: var(--on-light-outline-solid-secondary);\n --outline-transparent-negative: var(--on-light-outline-transparent-negative);\n --inverse-outline-solid-primary: var(--on-dark-outline-solid-primary);\n --inverse-outline-solid-primary-hover: var(--on-dark-outline-solid-primary-hover);\n --inverse-outline-solid-primary-active: var(--on-dark-outline-solid-primary-active);\n --inverse-outline-solid-secondary-hover: var(--on-dark-outline-solid-secondary-hover);\n --inverse-outline-solid-secondary-active: var(--on-dark-outline-solid-secondary-active);\n --inverse-outline-solid-tertiary-hover: var(--on-dark-outline-solid-tertiary-hover);\n --inverse-outline-solid-tertiary-active: var(--on-dark-outline-solid-tertiary-active);\n --inverse-outline-solid-default: var(--on-dark-outline-solid-default);\n --inverse-outline-solid-default-hover: var(--on-dark-outline-solid-default-hover);\n --inverse-outline-solid-default-active: var(--on-dark-outline-solid-default-active);\n --inverse-outline-transparent-primary-hover: var(--on-dark-outline-transparent-primary-hover);\n --inverse-outline-transparent-primary-active: var(--on-dark-outline-transparent-primary-active);\n --inverse-outline-transparent-secondary-hover: var(--on-dark-outline-transparent-secondary-hover);\n --inverse-outline-transparent-secondary-active: var(--on-dark-outline-transparent-secondary-active);\n --inverse-outline-transparent-tertiary-hover: var(--on-dark-outline-transparent-tertiary-hover);\n --inverse-outline-transparent-tertiary-active: var(--on-dark-outline-transparent-tertiary-active);\n --inverse-outline-clear: var(--on-dark-outline-clear);\n --inverse-outline-clear-hover: var(--on-dark-outline-clear-hover);\n --inverse-outline-clear-active: var(--on-dark-outline-clear-active);\n --inverse-outline-accent: var(--on-dark-outline-accent);\n --inverse-outline-accent-hover: var(--on-dark-outline-accent-hover);\n --inverse-outline-accent-active: var(--on-dark-outline-accent-active);\n --inverse-outline-accent-minor: var(--on-dark-outline-accent-minor);\n --inverse-outline-accent-minor-hover: var(--on-dark-outline-accent-minor-hover);\n --inverse-outline-accent-minor-active: var(--on-dark-outline-accent-minor-active);\n --inverse-outline-transparent-accent-hover: var(--on-dark-outline-transparent-accent-hover);\n --inverse-outline-transparent-accent-active: var(--on-dark-outline-transparent-accent-active);\n --inverse-outline-positive: var(--on-dark-outline-positive);\n --inverse-outline-positive-hover: var(--on-dark-outline-positive-hover);\n --inverse-outline-positive-active: var(--on-dark-outline-positive-active);\n --inverse-outline-warning: var(--on-dark-outline-warning);\n --inverse-outline-warning-hover: var(--on-dark-outline-warning-hover);\n --inverse-outline-warning-active: var(--on-dark-outline-warning-active);\n --inverse-outline-negative: var(--on-dark-outline-negative);\n --inverse-outline-negative-hover: var(--on-dark-outline-negative-hover);\n --inverse-outline-negative-active: var(--on-dark-outline-negative-active);\n --inverse-outline-info: var(--on-dark-outline-info);\n --inverse-outline-info-hover: var(--on-dark-outline-info-hover);\n --inverse-outline-info-active: var(--on-dark-outline-info-active);\n --inverse-outline-positive-minor: var(--on-dark-outline-positive-minor);\n --inverse-outline-positive-minor-hover: var(--on-dark-outline-positive-minor-hover);\n --inverse-outline-positive-minor-active: var(--on-dark-outline-positive-minor-active);\n --inverse-outline-warning-minor: var(--on-dark-outline-warning-minor);\n --inverse-outline-warning-minor-hover: var(--on-dark-outline-warning-minor-hover);\n --inverse-outline-warning-minor-active: var(--on-dark-outline-warning-minor-active);\n --inverse-outline-negative-minor: var(--on-dark-outline-negative-minor);\n --inverse-outline-negative-minor-hover: var(--on-dark-outline-negative-minor-hover);\n --inverse-outline-negative-minor-active: var(--on-dark-outline-negative-minor-active);\n --inverse-outline-info-minor: var(--on-dark-outline-info-minor);\n --inverse-outline-info-minor-hover: var(--on-dark-outline-info-minor-hover);\n --inverse-outline-info-minor-active: var(--on-dark-outline-info-minor-active);\n --inverse-outline-transparent-positive-hover: var(--on-dark-outline-transparent-positive-hover);\n --inverse-outline-transparent-positive-active: var(--on-dark-outline-transparent-positive-active);\n --inverse-outline-transparent-warning-hover: var(--on-dark-outline-transparent-warning-hover);\n --inverse-outline-transparent-warning-active: var(--on-dark-outline-transparent-warning-active);\n --inverse-outline-transparent-negative-hover: var(--on-dark-outline-transparent-negative-hover);\n --inverse-outline-transparent-negative-active: var(--on-dark-outline-transparent-negative-active);\n --inverse-outline-transparent-info-hover: var(--on-dark-outline-transparent-info-hover);\n --inverse-outline-transparent-info-active: var(--on-dark-outline-transparent-info-active);\n --inverse-outline-solid-secondary: var(--on-dark-outline-solid-secondary);\n --inverse-outline-solid-tertiary: var(--on-dark-outline-solid-tertiary);\n --inverse-outline-transparent-primary: var(--on-dark-outline-transparent-primary);\n --inverse-outline-transparent-secondary: var(--on-dark-outline-transparent-secondary);\n --inverse-outline-transparent-tertiary: var(--on-dark-outline-transparent-tertiary);\n --inverse-outline-transparent-accent: var(--on-dark-outline-transparent-accent);\n --inverse-outline-transparent-positive: var(--on-dark-outline-transparent-positive);\n --inverse-outline-transparent-warning: var(--on-dark-outline-transparent-warning);\n --inverse-outline-transparent-negative: var(--on-dark-outline-transparent-negative);\n --inverse-outline-transparent-info: var(--on-dark-outline-transparent-info);\n --data-yellow: var(--on-light-data-yellow);\n --data-yellow-minor: var(--on-light-data-yellow-minor);\n --data-yellow-transparent: var(--on-light-data-yellow-transparent);\n --inverse-data-yellow: var(--on-dark-data-yellow);\n --inverse-data-yellow-minor: var(--on-dark-data-yellow-minor);\n --inverse-data-yellow-transparent: var(--on-dark-data-yellow-transparent);\n --text-accent-gradient-hover: var(--on-light-text-accent-gradient-hover);\n --text-accent-gradient-active: var(--on-light-text-accent-gradient-active);\n --text-accent-gradient: var(--on-light-text-accent-gradient);\n --inverse-text-accent-gradient-hover: var(--on-dark-text-accent-gradient-hover);\n --inverse-text-accent-gradient-active: var(--on-dark-text-accent-gradient-active);\n --inverse-text-accent-gradient: var(--on-dark-text-accent-gradient);\n --surface-accent-gradient-hover: var(--on-light-surface-accent-gradient-hover);\n --surface-accent-gradient-active: var(--on-light-surface-accent-gradient-active);\n --surface-accent-gradient: var(--on-light-surface-accent-gradient);\n --surface-skeleton-gradient: var(--on-light-surface-skeleton-gradient);\n --surface-skeleton-gradient-hover: var(--on-light-surface-skeleton-gradient-hover);\n --surface-skeleton-gradient-active: var(--on-light-surface-skeleton-gradient-active);\n --surface-skeleton-deep-gradient: var(--on-light-surface-skeleton-deep-gradient);\n --surface-skeleton-deep-gradient-hover: var(--on-light-surface-skeleton-deep-gradient-hover);\n --surface-skeleton-deep-gradient-active: var(--on-light-surface-skeleton-deep-gradient-active);\n --inverse-surface-accent-gradient-hover: var(--on-dark-surface-accent-gradient-hover);\n --inverse-surface-accent-gradient-active: var(--on-dark-surface-accent-gradient-active);\n --inverse-surface-accent-gradient: var(--on-dark-surface-accent-gradient);\n --inverse-surface-skeleton-gradient: var(--on-dark-surface-skeleton-gradient);\n --inverse-surface-skeleton-gradient-hover: var(--on-dark-surface-skeleton-gradient-hover);\n --inverse-surface-skeleton-gradient-active: var(--on-dark-surface-skeleton-gradient-active);\n --inverse-surface-skeleton-deep-gradient: var(--on-dark-surface-skeleton-deep-gradient);\n --inverse-surface-skeleton-deep-gradient-hover: var(--on-dark-surface-skeleton-deep-gradient-hover);\n --inverse-surface-skeleton-deep-gradient-active: var(--on-dark-surface-skeleton-deep-gradient-active);\n --outline-accent-gradient-hover: var(--on-light-outline-accent-gradient-hover);\n --outline-accent-gradient-active: var(--on-light-outline-accent-gradient-active);\n --outline-accent-gradient: var(--on-light-outline-accent-gradient);\n --inverse-outline-accent-gradient-hover: var(--on-dark-outline-accent-gradient-hover);\n --inverse-outline-accent-gradient-active: var(--on-dark-outline-accent-gradient-active);\n --inverse-outline-accent-gradient: var(--on-dark-outline-accent-gradient);\n ",