@salutejs-ds/sdds_sbcom 0.1.18 → 0.1.20

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 (92) hide show
  1. package/components/Button/Button.config.js +1 -1
  2. package/components/Button/Button.config.js.map +1 -1
  3. package/components/Button/Button.config_1nw4w2x.css +10 -0
  4. package/components/Button/Button.css +9 -9
  5. package/components/Checkbox/Checkbox.config.js +1 -1
  6. package/components/Checkbox/Checkbox.config.js.map +1 -1
  7. package/components/Checkbox/Checkbox.config_17wm9b0.css +6 -0
  8. package/components/Checkbox/Checkbox.css +6 -6
  9. package/components/Counter/Counter.config.js +1 -1
  10. package/components/Counter/Counter.config.js.map +1 -1
  11. package/components/Counter/Counter.config_fnrejc.css +11 -0
  12. package/components/Counter/Counter.css +10 -10
  13. package/components/IconButton/IconButton.config.js +1 -1
  14. package/components/IconButton/IconButton.config.js.map +1 -1
  15. package/components/IconButton/IconButton.config_16zy21d.css +9 -0
  16. package/components/IconButton/IconButton.css +8 -8
  17. package/components/Link/Link.config.js +1 -1
  18. package/components/Link/Link.config.js.map +1 -1
  19. package/components/Link/{Link.config_2dv1tk.css → Link.config_442y9l.css} +3 -3
  20. package/components/Link/Link.css +8 -8
  21. package/components/Radiobox/Radiobox.config.js +1 -1
  22. package/components/Radiobox/Radiobox.config.js.map +1 -1
  23. package/components/Radiobox/Radiobox.config_1skjyph.css +6 -0
  24. package/components/Radiobox/Radiobox.css +6 -6
  25. package/css/sdds_sbcom.module.css +173 -29
  26. package/css/sdds_sbcom__dark.css +173 -29
  27. package/css/sdds_sbcom__light.css +173 -29
  28. package/es/components/Button/Button.config.js +1 -1
  29. package/es/components/Button/Button.config.js.map +1 -1
  30. package/es/components/Button/Button.config_1nw4w2x.css +10 -0
  31. package/es/components/Button/Button.css +9 -9
  32. package/es/components/Checkbox/Checkbox.config.js +1 -1
  33. package/es/components/Checkbox/Checkbox.config.js.map +1 -1
  34. package/es/components/Checkbox/Checkbox.config_17wm9b0.css +6 -0
  35. package/es/components/Checkbox/Checkbox.css +6 -6
  36. package/es/components/Counter/Counter.config.js +1 -1
  37. package/es/components/Counter/Counter.config.js.map +1 -1
  38. package/es/components/Counter/Counter.config_fnrejc.css +11 -0
  39. package/es/components/Counter/Counter.css +10 -10
  40. package/es/components/IconButton/IconButton.config.js +1 -1
  41. package/es/components/IconButton/IconButton.config.js.map +1 -1
  42. package/es/components/IconButton/IconButton.config_16zy21d.css +9 -0
  43. package/es/components/IconButton/IconButton.css +8 -8
  44. package/es/components/Link/Link.config.js +1 -1
  45. package/es/components/Link/Link.config.js.map +1 -1
  46. package/es/components/Link/{Link.config_2dv1tk.css → Link.config_442y9l.css} +3 -3
  47. package/es/components/Link/Link.css +8 -8
  48. package/es/components/Radiobox/Radiobox.config.js +1 -1
  49. package/es/components/Radiobox/Radiobox.config.js.map +1 -1
  50. package/es/components/Radiobox/Radiobox.config_1skjyph.css +6 -0
  51. package/es/components/Radiobox/Radiobox.css +6 -6
  52. package/es/index.css +55 -55
  53. package/es/index.js +1 -1
  54. package/es/theme/themes/sdds_sbcom__dark.js +1 -1
  55. package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
  56. package/es/theme/themes/sdds_sbcom__light.js +1 -1
  57. package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
  58. package/es/theme/tokens/index.js +135 -15
  59. package/es/theme/tokens/index.js.map +1 -1
  60. package/index.css +55 -55
  61. package/index.js +14 -2
  62. package/index.js.map +1 -1
  63. package/package.json +1 -1
  64. package/styled-components/cjs/Button/Button.config.js +7 -7
  65. package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
  66. package/styled-components/cjs/Counter/Counter.config.js +7 -7
  67. package/styled-components/cjs/IconButton/IconButton.config.js +5 -5
  68. package/styled-components/cjs/Link/Link.config.js +3 -3
  69. package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
  70. package/styled-components/es/Button/Button.config.js +7 -7
  71. package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
  72. package/styled-components/es/Counter/Counter.config.js +7 -7
  73. package/styled-components/es/IconButton/IconButton.config.js +5 -5
  74. package/styled-components/es/Link/Link.config.js +3 -3
  75. package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
  76. package/theme/themes/sdds_sbcom__dark.js +1 -1
  77. package/theme/themes/sdds_sbcom__dark.js.map +1 -1
  78. package/theme/themes/sdds_sbcom__light.js +1 -1
  79. package/theme/themes/sdds_sbcom__light.js.map +1 -1
  80. package/theme/tokens/index.d.ts +110 -2
  81. package/theme/tokens/index.js +148 -16
  82. package/theme/tokens/index.js.map +1 -1
  83. package/components/Button/Button.config_jg0a4v.css +0 -10
  84. package/components/Checkbox/Checkbox.config_1kv48tw.css +0 -6
  85. package/components/Counter/Counter.config_1d9i4bx.css +0 -11
  86. package/components/IconButton/IconButton.config_16yg7d3.css +0 -9
  87. package/components/Radiobox/Radiobox.config_8lxw55.css +0 -6
  88. package/es/components/Button/Button.config_jg0a4v.css +0 -10
  89. package/es/components/Checkbox/Checkbox.config_1kv48tw.css +0 -6
  90. package/es/components/Counter/Counter.config_1d9i4bx.css +0 -11
  91. package/es/components/IconButton/IconButton.config_16yg7d3.css +0 -9
  92. package/es/components/Radiobox/Radiobox.config_8lxw55.css +0 -6
@@ -1646,7 +1646,7 @@
1646
1646
  --plasma-typo-display-font-family: 'Roboto', sans-serif;
1647
1647
  --plasma-typo-body-font-family: 'Roboto', sans-serif;
1648
1648
  --plasma-typo-header-font-family: 'Roboto', sans-serif;
1649
- --plasma-typo-text-font-family: 'undefined', sans-serif;
1649
+ --plasma-typo-text-font-family: 'Roboto', sans-serif;
1650
1650
  --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
1651
1651
  --plasma-typo-body-xxs-bold-letter-spacing: normal;
1652
1652
  --plasma-typo-body-xxs-bold-font-style: normal;
@@ -1737,12 +1737,48 @@
1737
1737
  --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
1738
1738
  --plasma-typo-body-xxs-medium-letter-spacing: normal;
1739
1739
  --plasma-typo-body-xxs-medium-font-style: normal;
1740
- --plasma-typo-xxl-medium-font-family: var(--plasma-typo-display-font-family);
1741
- --plasma-typo-xxl-medium-letter-spacing: normal;
1742
- --plasma-typo-xxl-medium-font-style: normal;
1743
- --plasma-typo-xl-medium-font-family: var(--plasma-typo-display-font-family);
1744
- --plasma-typo-xl-medium-letter-spacing: normal;
1745
- --plasma-typo-xl-medium-font-style: normal;
1740
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
1741
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1742
+ --plasma-typo-text-l-font-style: normal;
1743
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
1744
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
1745
+ --plasma-typo-text-l-bold-font-style: normal;
1746
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1747
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1748
+ --plasma-typo-text-l-medium-font-style: normal;
1749
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
1750
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
1751
+ --plasma-typo-text-m-bold-font-style: normal;
1752
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1753
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1754
+ --plasma-typo-text-s-bold-font-style: normal;
1755
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1756
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1757
+ --plasma-typo-text-xs-font-style: normal;
1758
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1759
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1760
+ --plasma-typo-text-m-medium-font-style: normal;
1761
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1762
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1763
+ --plasma-typo-text-xs-bold-font-style: normal;
1764
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
1765
+ --plasma-typo-text-m-letter-spacing: -0.02em;
1766
+ --plasma-typo-text-m-font-style: normal;
1767
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1768
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1769
+ --plasma-typo-text-xs-medium-font-style: normal;
1770
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
1771
+ --plasma-typo-text-s-letter-spacing: -0.02em;
1772
+ --plasma-typo-text-s-font-style: normal;
1773
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1774
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1775
+ --plasma-typo-text-s-medium-font-style: normal;
1776
+ --plasma-typo-h-xxl-medium-font-family: var(--plasma-typo-display-font-family);
1777
+ --plasma-typo-h-xxl-medium-letter-spacing: normal;
1778
+ --plasma-typo-h-xxl-medium-font-style: normal;
1779
+ --plasma-typo-h-xl-medium-font-family: var(--plasma-typo-display-font-family);
1780
+ --plasma-typo-h-xl-medium-letter-spacing: normal;
1781
+ --plasma-typo-h-xl-medium-font-style: normal;
1746
1782
  }
1747
1783
 
1748
1784
  @media (max-width: 559px) {
@@ -1837,12 +1873,48 @@
1837
1873
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1838
1874
  --plasma-typo-body-xxs-medium-font-weight: 500;
1839
1875
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1840
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1841
- --plasma-typo-xxl-medium-font-weight: 500;
1842
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1843
- --plasma-typo-xl-medium-font-size: 2.5rem;
1844
- --plasma-typo-xl-medium-font-weight: 500;
1845
- --plasma-typo-xl-medium-line-height: 3.125rem;
1876
+ --plasma-typo-text-l-font-size: 1.125rem;
1877
+ --plasma-typo-text-l-font-weight: 400;
1878
+ --plasma-typo-text-l-line-height: 1.625rem;
1879
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1880
+ --plasma-typo-text-l-bold-font-weight: 600;
1881
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1882
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1883
+ --plasma-typo-text-l-medium-font-weight: 500;
1884
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1885
+ --plasma-typo-text-m-bold-font-size: 1rem;
1886
+ --plasma-typo-text-m-bold-font-weight: 600;
1887
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1888
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1889
+ --plasma-typo-text-s-bold-font-weight: 600;
1890
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1891
+ --plasma-typo-text-xs-font-size: 0.75rem;
1892
+ --plasma-typo-text-xs-font-weight: 400;
1893
+ --plasma-typo-text-xs-line-height: 1rem;
1894
+ --plasma-typo-text-m-medium-font-size: 1rem;
1895
+ --plasma-typo-text-m-medium-font-weight: 500;
1896
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1897
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1898
+ --plasma-typo-text-xs-bold-font-weight: 600;
1899
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1900
+ --plasma-typo-text-m-font-size: 1rem;
1901
+ --plasma-typo-text-m-font-weight: 400;
1902
+ --plasma-typo-text-m-line-height: 1.5rem;
1903
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1904
+ --plasma-typo-text-xs-medium-font-weight: 500;
1905
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1906
+ --plasma-typo-text-s-font-size: 0.875rem;
1907
+ --plasma-typo-text-s-font-weight: 400;
1908
+ --plasma-typo-text-s-line-height: 1.25rem;
1909
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1910
+ --plasma-typo-text-s-medium-font-weight: 500;
1911
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1912
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1913
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1914
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1915
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1916
+ --plasma-typo-h-xl-medium-font-weight: 500;
1917
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1846
1918
  }
1847
1919
  }
1848
1920
 
@@ -1902,9 +1974,9 @@
1902
1974
  --plasma-typo-body-xs-bold-font-size: 0.75rem;
1903
1975
  --plasma-typo-body-xs-bold-font-weight: 700;
1904
1976
  --plasma-typo-body-xs-bold-line-height: 0.875rem;
1905
- --plasma-typo-body-s-medium-font-size: 0.875rem;
1977
+ --plasma-typo-body-s-medium-font-size: 0.8125rem;
1906
1978
  --plasma-typo-body-s-medium-font-weight: 500;
1907
- --plasma-typo-body-s-medium-line-height: 1.125rem;
1979
+ --plasma-typo-body-s-medium-line-height: 0.9375rem;
1908
1980
  --plasma-typo-body-s-font-size: 0.8125rem;
1909
1981
  --plasma-typo-body-s-font-weight: 400;
1910
1982
  --plasma-typo-body-s-line-height: 0.9375rem;
@@ -1932,18 +2004,54 @@
1932
2004
  --plasma-typo-body-m-bold-font-size: 0.875rem;
1933
2005
  --plasma-typo-body-m-bold-font-weight: 700;
1934
2006
  --plasma-typo-body-m-bold-line-height: 1.125rem;
2007
+ --plasma-typo-text-l-font-size: 1.25rem;
2008
+ --plasma-typo-text-l-font-weight: 400;
2009
+ --plasma-typo-text-l-line-height: 1.75rem;
2010
+ --plasma-typo-text-m-bold-font-size: 1rem;
2011
+ --plasma-typo-text-m-bold-font-weight: 600;
2012
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
2013
+ --plasma-typo-text-m-medium-font-size: 1rem;
2014
+ --plasma-typo-text-m-medium-font-weight: 500;
2015
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
2016
+ --plasma-typo-text-m-font-size: 1rem;
2017
+ --plasma-typo-text-m-font-weight: 400;
2018
+ --plasma-typo-text-m-line-height: 1.5rem;
2019
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2020
+ --plasma-typo-text-s-bold-font-weight: 600;
2021
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2022
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2023
+ --plasma-typo-text-s-medium-font-weight: 500;
2024
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2025
+ --plasma-typo-text-s-font-size: 0.875rem;
2026
+ --plasma-typo-text-s-font-weight: 400;
2027
+ --plasma-typo-text-s-line-height: 1.25rem;
2028
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2029
+ --plasma-typo-text-xs-bold-font-weight: 600;
2030
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2031
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2032
+ --plasma-typo-text-xs-medium-font-weight: 500;
2033
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2034
+ --plasma-typo-text-xs-font-size: 0.75rem;
2035
+ --plasma-typo-text-xs-font-weight: 400;
2036
+ --plasma-typo-text-xs-line-height: 1rem;
2037
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
2038
+ --plasma-typo-text-l-bold-font-weight: 600;
2039
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
2040
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
2041
+ --plasma-typo-text-l-medium-font-weight: 500;
2042
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1935
2043
  --plasma-typo-body-l-bold-font-size: 0.9375rem;
1936
2044
  --plasma-typo-body-l-bold-font-weight: 700;
1937
2045
  --plasma-typo-body-l-bold-line-height: 1.25rem;
1938
2046
  --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1939
2047
  --plasma-typo-body-xxs-bold-font-weight: 700;
1940
2048
  --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1941
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1942
- --plasma-typo-xxl-medium-font-weight: 500;
1943
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1944
- --plasma-typo-xl-medium-font-size: 2.5rem;
1945
- --plasma-typo-xl-medium-font-weight: 500;
1946
- --plasma-typo-xl-medium-line-height: 3.125rem;
2049
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
2050
+ --plasma-typo-h-xxl-medium-font-weight: 500;
2051
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
2052
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
2053
+ --plasma-typo-h-xl-medium-font-weight: 500;
2054
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1947
2055
  }
1948
2056
  }
1949
2057
 
@@ -1994,9 +2102,9 @@
1994
2102
  --plasma-typo-body-l-medium-font-size: 0.9375rem;
1995
2103
  --plasma-typo-body-l-medium-font-weight: 500;
1996
2104
  --plasma-typo-body-l-medium-line-height: 1.25rem;
1997
- --plasma-typo-body-l-font-size: 1.125rem;
2105
+ --plasma-typo-body-l-font-size: 0.9375rem;
1998
2106
  --plasma-typo-body-l-font-weight: 400;
1999
- --plasma-typo-body-l-line-height: 1.375rem;
2107
+ --plasma-typo-body-l-line-height: 1.25rem;
2000
2108
  --plasma-typo-body-m-bold-font-size: 0.875rem;
2001
2109
  --plasma-typo-body-m-bold-font-weight: 700;
2002
2110
  --plasma-typo-body-m-bold-line-height: 1.125rem;
@@ -2033,17 +2141,53 @@
2033
2141
  --plasma-typo-body-xxs-font-size: 0.6875rem;
2034
2142
  --plasma-typo-body-xxs-font-weight: 400;
2035
2143
  --plasma-typo-body-xxs-line-height: 0.8125rem;
2144
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
2145
+ --plasma-typo-text-l-bold-font-weight: 600;
2146
+ --plasma-typo-text-l-bold-line-height: 2rem;
2147
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
2148
+ --plasma-typo-text-l-medium-font-weight: 500;
2149
+ --plasma-typo-text-l-medium-line-height: 2rem;
2150
+ --plasma-typo-text-l-font-size: 1.5rem;
2151
+ --plasma-typo-text-l-font-weight: 400;
2152
+ --plasma-typo-text-l-line-height: 2rem;
2153
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
2154
+ --plasma-typo-text-m-medium-font-weight: 500;
2155
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
2156
+ --plasma-typo-text-m-font-size: 1.125rem;
2157
+ --plasma-typo-text-m-font-weight: 400;
2158
+ --plasma-typo-text-m-line-height: 1.625rem;
2159
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2160
+ --plasma-typo-text-s-bold-font-weight: 600;
2161
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2162
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2163
+ --plasma-typo-text-s-medium-font-weight: 500;
2164
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2165
+ --plasma-typo-text-s-font-size: 0.875rem;
2166
+ --plasma-typo-text-s-font-weight: 400;
2167
+ --plasma-typo-text-s-line-height: 1.25rem;
2168
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2169
+ --plasma-typo-text-xs-bold-font-weight: 600;
2170
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2171
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2172
+ --plasma-typo-text-xs-medium-font-weight: 500;
2173
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2174
+ --plasma-typo-text-xs-font-size: 0.75rem;
2175
+ --plasma-typo-text-xs-font-weight: 400;
2176
+ --plasma-typo-text-xs-line-height: 1rem;
2036
2177
  --plasma-typo-body-l-bold-font-size: 0.9375rem;
2037
2178
  --plasma-typo-body-l-bold-font-weight: 700;
2038
2179
  --plasma-typo-body-l-bold-line-height: 1.25rem;
2180
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
2181
+ --plasma-typo-text-m-bold-font-weight: 600;
2182
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
2039
2183
  --plasma-typo-body-s-medium-font-size: 0.8125rem;
2040
2184
  --plasma-typo-body-s-medium-font-weight: 500;
2041
2185
  --plasma-typo-body-s-medium-line-height: 0.9375rem;
2042
- --plasma-typo-xxl-medium-font-size: 4.5rem;
2043
- --plasma-typo-xxl-medium-font-weight: 500;
2044
- --plasma-typo-xxl-medium-line-height: 5.625rem;
2045
- --plasma-typo-xl-medium-font-size: 2.5rem;
2046
- --plasma-typo-xl-medium-font-weight: 500;
2047
- --plasma-typo-xl-medium-line-height: 3.125rem;
2186
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
2187
+ --plasma-typo-h-xxl-medium-font-weight: 500;
2188
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
2189
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
2190
+ --plasma-typo-h-xl-medium-font-weight: 500;
2191
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
2048
2192
  }
2049
2193
  }
@@ -850,7 +850,7 @@
850
850
  --plasma-typo-display-font-family: 'Roboto', sans-serif;
851
851
  --plasma-typo-body-font-family: 'Roboto', sans-serif;
852
852
  --plasma-typo-header-font-family: 'Roboto', sans-serif;
853
- --plasma-typo-text-font-family: 'undefined', sans-serif;
853
+ --plasma-typo-text-font-family: 'Roboto', sans-serif;
854
854
  --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
855
855
  --plasma-typo-body-xxs-bold-letter-spacing: normal;
856
856
  --plasma-typo-body-xxs-bold-font-style: normal;
@@ -941,12 +941,48 @@
941
941
  --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
942
942
  --plasma-typo-body-xxs-medium-letter-spacing: normal;
943
943
  --plasma-typo-body-xxs-medium-font-style: normal;
944
- --plasma-typo-xxl-medium-font-family: var(--plasma-typo-display-font-family);
945
- --plasma-typo-xxl-medium-letter-spacing: normal;
946
- --plasma-typo-xxl-medium-font-style: normal;
947
- --plasma-typo-xl-medium-font-family: var(--plasma-typo-display-font-family);
948
- --plasma-typo-xl-medium-letter-spacing: normal;
949
- --plasma-typo-xl-medium-font-style: normal;
944
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
945
+ --plasma-typo-text-l-letter-spacing: -0.02em;
946
+ --plasma-typo-text-l-font-style: normal;
947
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
948
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
949
+ --plasma-typo-text-l-bold-font-style: normal;
950
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
951
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
952
+ --plasma-typo-text-l-medium-font-style: normal;
953
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
954
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
955
+ --plasma-typo-text-m-bold-font-style: normal;
956
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
957
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
958
+ --plasma-typo-text-s-bold-font-style: normal;
959
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
960
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
961
+ --plasma-typo-text-xs-font-style: normal;
962
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
963
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
964
+ --plasma-typo-text-m-medium-font-style: normal;
965
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
966
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
967
+ --plasma-typo-text-xs-bold-font-style: normal;
968
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
969
+ --plasma-typo-text-m-letter-spacing: -0.02em;
970
+ --plasma-typo-text-m-font-style: normal;
971
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
972
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
973
+ --plasma-typo-text-xs-medium-font-style: normal;
974
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
975
+ --plasma-typo-text-s-letter-spacing: -0.02em;
976
+ --plasma-typo-text-s-font-style: normal;
977
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
978
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
979
+ --plasma-typo-text-s-medium-font-style: normal;
980
+ --plasma-typo-h-xxl-medium-font-family: var(--plasma-typo-display-font-family);
981
+ --plasma-typo-h-xxl-medium-letter-spacing: normal;
982
+ --plasma-typo-h-xxl-medium-font-style: normal;
983
+ --plasma-typo-h-xl-medium-font-family: var(--plasma-typo-display-font-family);
984
+ --plasma-typo-h-xl-medium-letter-spacing: normal;
985
+ --plasma-typo-h-xl-medium-font-style: normal;
950
986
  }
951
987
 
952
988
  @media (max-width: 559px) {
@@ -1041,12 +1077,48 @@
1041
1077
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1042
1078
  --plasma-typo-body-xxs-medium-font-weight: 500;
1043
1079
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1044
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1045
- --plasma-typo-xxl-medium-font-weight: 500;
1046
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1047
- --plasma-typo-xl-medium-font-size: 2.5rem;
1048
- --plasma-typo-xl-medium-font-weight: 500;
1049
- --plasma-typo-xl-medium-line-height: 3.125rem;
1080
+ --plasma-typo-text-l-font-size: 1.125rem;
1081
+ --plasma-typo-text-l-font-weight: 400;
1082
+ --plasma-typo-text-l-line-height: 1.625rem;
1083
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1084
+ --plasma-typo-text-l-bold-font-weight: 600;
1085
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1086
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1087
+ --plasma-typo-text-l-medium-font-weight: 500;
1088
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1089
+ --plasma-typo-text-m-bold-font-size: 1rem;
1090
+ --plasma-typo-text-m-bold-font-weight: 600;
1091
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1092
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1093
+ --plasma-typo-text-s-bold-font-weight: 600;
1094
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1095
+ --plasma-typo-text-xs-font-size: 0.75rem;
1096
+ --plasma-typo-text-xs-font-weight: 400;
1097
+ --plasma-typo-text-xs-line-height: 1rem;
1098
+ --plasma-typo-text-m-medium-font-size: 1rem;
1099
+ --plasma-typo-text-m-medium-font-weight: 500;
1100
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1101
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1102
+ --plasma-typo-text-xs-bold-font-weight: 600;
1103
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1104
+ --plasma-typo-text-m-font-size: 1rem;
1105
+ --plasma-typo-text-m-font-weight: 400;
1106
+ --plasma-typo-text-m-line-height: 1.5rem;
1107
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1108
+ --plasma-typo-text-xs-medium-font-weight: 500;
1109
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1110
+ --plasma-typo-text-s-font-size: 0.875rem;
1111
+ --plasma-typo-text-s-font-weight: 400;
1112
+ --plasma-typo-text-s-line-height: 1.25rem;
1113
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1114
+ --plasma-typo-text-s-medium-font-weight: 500;
1115
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1116
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1117
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1118
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1119
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1120
+ --plasma-typo-h-xl-medium-font-weight: 500;
1121
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1050
1122
  }
1051
1123
  }
1052
1124
 
@@ -1106,9 +1178,9 @@
1106
1178
  --plasma-typo-body-xs-bold-font-size: 0.75rem;
1107
1179
  --plasma-typo-body-xs-bold-font-weight: 700;
1108
1180
  --plasma-typo-body-xs-bold-line-height: 0.875rem;
1109
- --plasma-typo-body-s-medium-font-size: 0.875rem;
1181
+ --plasma-typo-body-s-medium-font-size: 0.8125rem;
1110
1182
  --plasma-typo-body-s-medium-font-weight: 500;
1111
- --plasma-typo-body-s-medium-line-height: 1.125rem;
1183
+ --plasma-typo-body-s-medium-line-height: 0.9375rem;
1112
1184
  --plasma-typo-body-s-font-size: 0.8125rem;
1113
1185
  --plasma-typo-body-s-font-weight: 400;
1114
1186
  --plasma-typo-body-s-line-height: 0.9375rem;
@@ -1136,18 +1208,54 @@
1136
1208
  --plasma-typo-body-m-bold-font-size: 0.875rem;
1137
1209
  --plasma-typo-body-m-bold-font-weight: 700;
1138
1210
  --plasma-typo-body-m-bold-line-height: 1.125rem;
1211
+ --plasma-typo-text-l-font-size: 1.25rem;
1212
+ --plasma-typo-text-l-font-weight: 400;
1213
+ --plasma-typo-text-l-line-height: 1.75rem;
1214
+ --plasma-typo-text-m-bold-font-size: 1rem;
1215
+ --plasma-typo-text-m-bold-font-weight: 600;
1216
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1217
+ --plasma-typo-text-m-medium-font-size: 1rem;
1218
+ --plasma-typo-text-m-medium-font-weight: 500;
1219
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1220
+ --plasma-typo-text-m-font-size: 1rem;
1221
+ --plasma-typo-text-m-font-weight: 400;
1222
+ --plasma-typo-text-m-line-height: 1.5rem;
1223
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1224
+ --plasma-typo-text-s-bold-font-weight: 600;
1225
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1226
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1227
+ --plasma-typo-text-s-medium-font-weight: 500;
1228
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1229
+ --plasma-typo-text-s-font-size: 0.875rem;
1230
+ --plasma-typo-text-s-font-weight: 400;
1231
+ --plasma-typo-text-s-line-height: 1.25rem;
1232
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1233
+ --plasma-typo-text-xs-bold-font-weight: 600;
1234
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1235
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1236
+ --plasma-typo-text-xs-medium-font-weight: 500;
1237
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1238
+ --plasma-typo-text-xs-font-size: 0.75rem;
1239
+ --plasma-typo-text-xs-font-weight: 400;
1240
+ --plasma-typo-text-xs-line-height: 1rem;
1241
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1242
+ --plasma-typo-text-l-bold-font-weight: 600;
1243
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1244
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1245
+ --plasma-typo-text-l-medium-font-weight: 500;
1246
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1139
1247
  --plasma-typo-body-l-bold-font-size: 0.9375rem;
1140
1248
  --plasma-typo-body-l-bold-font-weight: 700;
1141
1249
  --plasma-typo-body-l-bold-line-height: 1.25rem;
1142
1250
  --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1143
1251
  --plasma-typo-body-xxs-bold-font-weight: 700;
1144
1252
  --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1145
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1146
- --plasma-typo-xxl-medium-font-weight: 500;
1147
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1148
- --plasma-typo-xl-medium-font-size: 2.5rem;
1149
- --plasma-typo-xl-medium-font-weight: 500;
1150
- --plasma-typo-xl-medium-line-height: 3.125rem;
1253
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1254
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1255
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1256
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1257
+ --plasma-typo-h-xl-medium-font-weight: 500;
1258
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1151
1259
  }
1152
1260
  }
1153
1261
 
@@ -1198,9 +1306,9 @@
1198
1306
  --plasma-typo-body-l-medium-font-size: 0.9375rem;
1199
1307
  --plasma-typo-body-l-medium-font-weight: 500;
1200
1308
  --plasma-typo-body-l-medium-line-height: 1.25rem;
1201
- --plasma-typo-body-l-font-size: 1.125rem;
1309
+ --plasma-typo-body-l-font-size: 0.9375rem;
1202
1310
  --plasma-typo-body-l-font-weight: 400;
1203
- --plasma-typo-body-l-line-height: 1.375rem;
1311
+ --plasma-typo-body-l-line-height: 1.25rem;
1204
1312
  --plasma-typo-body-m-bold-font-size: 0.875rem;
1205
1313
  --plasma-typo-body-m-bold-font-weight: 700;
1206
1314
  --plasma-typo-body-m-bold-line-height: 1.125rem;
@@ -1237,17 +1345,53 @@
1237
1345
  --plasma-typo-body-xxs-font-size: 0.6875rem;
1238
1346
  --plasma-typo-body-xxs-font-weight: 400;
1239
1347
  --plasma-typo-body-xxs-line-height: 0.8125rem;
1348
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
1349
+ --plasma-typo-text-l-bold-font-weight: 600;
1350
+ --plasma-typo-text-l-bold-line-height: 2rem;
1351
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
1352
+ --plasma-typo-text-l-medium-font-weight: 500;
1353
+ --plasma-typo-text-l-medium-line-height: 2rem;
1354
+ --plasma-typo-text-l-font-size: 1.5rem;
1355
+ --plasma-typo-text-l-font-weight: 400;
1356
+ --plasma-typo-text-l-line-height: 2rem;
1357
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
1358
+ --plasma-typo-text-m-medium-font-weight: 500;
1359
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
1360
+ --plasma-typo-text-m-font-size: 1.125rem;
1361
+ --plasma-typo-text-m-font-weight: 400;
1362
+ --plasma-typo-text-m-line-height: 1.625rem;
1363
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1364
+ --plasma-typo-text-s-bold-font-weight: 600;
1365
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1366
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1367
+ --plasma-typo-text-s-medium-font-weight: 500;
1368
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1369
+ --plasma-typo-text-s-font-size: 0.875rem;
1370
+ --plasma-typo-text-s-font-weight: 400;
1371
+ --plasma-typo-text-s-line-height: 1.25rem;
1372
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1373
+ --plasma-typo-text-xs-bold-font-weight: 600;
1374
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1375
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1376
+ --plasma-typo-text-xs-medium-font-weight: 500;
1377
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1378
+ --plasma-typo-text-xs-font-size: 0.75rem;
1379
+ --plasma-typo-text-xs-font-weight: 400;
1380
+ --plasma-typo-text-xs-line-height: 1rem;
1240
1381
  --plasma-typo-body-l-bold-font-size: 0.9375rem;
1241
1382
  --plasma-typo-body-l-bold-font-weight: 700;
1242
1383
  --plasma-typo-body-l-bold-line-height: 1.25rem;
1384
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
1385
+ --plasma-typo-text-m-bold-font-weight: 600;
1386
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
1243
1387
  --plasma-typo-body-s-medium-font-size: 0.8125rem;
1244
1388
  --plasma-typo-body-s-medium-font-weight: 500;
1245
1389
  --plasma-typo-body-s-medium-line-height: 0.9375rem;
1246
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1247
- --plasma-typo-xxl-medium-font-weight: 500;
1248
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1249
- --plasma-typo-xl-medium-font-size: 2.5rem;
1250
- --plasma-typo-xl-medium-font-weight: 500;
1251
- --plasma-typo-xl-medium-line-height: 3.125rem;
1390
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1391
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1392
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1393
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1394
+ --plasma-typo-h-xl-medium-font-weight: 500;
1395
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1252
1396
  }
1253
1397
  }