@salutejs/sdds-themes 0.52.0-canary.2407.20480124756.0 → 0.52.0-canary.2422.20906430475.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 (166) hide show
  1. package/css/sdds_bcp.module.css +36 -0
  2. package/css/sdds_bcp__dark.css +36 -0
  3. package/css/sdds_bcp__light.css +36 -0
  4. package/css/sdds_bizcom.module.css +36 -0
  5. package/css/sdds_bizcom__dark.css +36 -0
  6. package/css/sdds_bizcom__light.css +36 -0
  7. package/css/sdds_dfa.module.css +36 -0
  8. package/css/sdds_dfa__dark.css +36 -0
  9. package/css/sdds_dfa__light.css +36 -0
  10. package/css/sdds_finai.module.css +36 -0
  11. package/css/sdds_finai__dark.css +36 -0
  12. package/css/sdds_finai__light.css +36 -0
  13. package/css/sdds_finportal.module.css +36 -0
  14. package/css/sdds_finportal__dark.css +36 -0
  15. package/css/sdds_finportal__light.css +36 -0
  16. package/css/sdds_insol.module.css +45 -0
  17. package/css/sdds_insol__dark.css +45 -0
  18. package/css/sdds_insol__light.css +45 -0
  19. package/css/sdds_os.module.css +36 -0
  20. package/css/sdds_os__dark.css +36 -0
  21. package/css/sdds_os__light.css +36 -0
  22. package/css/sdds_procom.module.css +36 -0
  23. package/css/sdds_procom__dark.css +36 -0
  24. package/css/sdds_procom__light.css +36 -0
  25. package/css/sdds_scan.module.css +36 -0
  26. package/css/sdds_scan__dark.css +36 -0
  27. package/css/sdds_scan__light.css +36 -0
  28. package/css/sdds_serv.module.css +36 -0
  29. package/css/sdds_serv__dark.css +36 -0
  30. package/css/sdds_serv__light.css +36 -0
  31. package/es/themes/sdds_bcp__dark.js +1 -1
  32. package/es/themes/sdds_bcp__dark.js.map +1 -1
  33. package/es/themes/sdds_bcp__light.js +1 -1
  34. package/es/themes/sdds_bcp__light.js.map +1 -1
  35. package/es/themes/sdds_bizcom__dark.js +1 -1
  36. package/es/themes/sdds_bizcom__dark.js.map +1 -1
  37. package/es/themes/sdds_bizcom__light.js +1 -1
  38. package/es/themes/sdds_bizcom__light.js.map +1 -1
  39. package/es/themes/sdds_dfa__dark.js +1 -1
  40. package/es/themes/sdds_dfa__dark.js.map +1 -1
  41. package/es/themes/sdds_dfa__light.js +1 -1
  42. package/es/themes/sdds_dfa__light.js.map +1 -1
  43. package/es/themes/sdds_finai__dark.js +1 -1
  44. package/es/themes/sdds_finai__dark.js.map +1 -1
  45. package/es/themes/sdds_finai__light.js +1 -1
  46. package/es/themes/sdds_finai__light.js.map +1 -1
  47. package/es/themes/sdds_finportal__dark.js +1 -1
  48. package/es/themes/sdds_finportal__dark.js.map +1 -1
  49. package/es/themes/sdds_finportal__light.js +1 -1
  50. package/es/themes/sdds_finportal__light.js.map +1 -1
  51. package/es/themes/sdds_insol__dark.js +1 -1
  52. package/es/themes/sdds_insol__dark.js.map +1 -1
  53. package/es/themes/sdds_insol__light.js +1 -1
  54. package/es/themes/sdds_insol__light.js.map +1 -1
  55. package/es/themes/sdds_os__dark.js +1 -1
  56. package/es/themes/sdds_os__dark.js.map +1 -1
  57. package/es/themes/sdds_os__light.js +1 -1
  58. package/es/themes/sdds_os__light.js.map +1 -1
  59. package/es/themes/sdds_procom__dark.js +1 -1
  60. package/es/themes/sdds_procom__dark.js.map +1 -1
  61. package/es/themes/sdds_procom__light.js +1 -1
  62. package/es/themes/sdds_procom__light.js.map +1 -1
  63. package/es/themes/sdds_scan__dark.js +1 -1
  64. package/es/themes/sdds_scan__dark.js.map +1 -1
  65. package/es/themes/sdds_scan__light.js +1 -1
  66. package/es/themes/sdds_scan__light.js.map +1 -1
  67. package/es/themes/sdds_serv__dark.js +1 -1
  68. package/es/themes/sdds_serv__dark.js.map +1 -1
  69. package/es/themes/sdds_serv__light.js +1 -1
  70. package/es/themes/sdds_serv__light.js.map +1 -1
  71. package/es/tokens/index.js +27 -0
  72. package/es/tokens/index.js.map +1 -1
  73. package/es/tokens/sdds_bcp/index.js +27 -0
  74. package/es/tokens/sdds_bcp/index.js.map +1 -1
  75. package/es/tokens/sdds_bizcom/index.js +27 -0
  76. package/es/tokens/sdds_bizcom/index.js.map +1 -1
  77. package/es/tokens/sdds_dfa/index.js +27 -0
  78. package/es/tokens/sdds_dfa/index.js.map +1 -1
  79. package/es/tokens/sdds_finai/index.js +27 -0
  80. package/es/tokens/sdds_finai/index.js.map +1 -1
  81. package/es/tokens/sdds_finportal/index.js +27 -0
  82. package/es/tokens/sdds_finportal/index.js.map +1 -1
  83. package/es/tokens/sdds_insol/index.js +27 -0
  84. package/es/tokens/sdds_insol/index.js.map +1 -1
  85. package/es/tokens/sdds_os/index.js +27 -0
  86. package/es/tokens/sdds_os/index.js.map +1 -1
  87. package/es/tokens/sdds_procom/index.js +27 -0
  88. package/es/tokens/sdds_procom/index.js.map +1 -1
  89. package/es/tokens/sdds_scan/index.js +27 -0
  90. package/es/tokens/sdds_scan/index.js.map +1 -1
  91. package/es/tokens/sdds_serv/index.js +27 -0
  92. package/es/tokens/sdds_serv/index.js.map +1 -1
  93. package/package.json +2 -2
  94. package/themes/sdds_bcp__dark.js +1 -1
  95. package/themes/sdds_bcp__dark.js.map +1 -1
  96. package/themes/sdds_bcp__light.js +1 -1
  97. package/themes/sdds_bcp__light.js.map +1 -1
  98. package/themes/sdds_bizcom__dark.js +1 -1
  99. package/themes/sdds_bizcom__dark.js.map +1 -1
  100. package/themes/sdds_bizcom__light.js +1 -1
  101. package/themes/sdds_bizcom__light.js.map +1 -1
  102. package/themes/sdds_dfa__dark.js +1 -1
  103. package/themes/sdds_dfa__dark.js.map +1 -1
  104. package/themes/sdds_dfa__light.js +1 -1
  105. package/themes/sdds_dfa__light.js.map +1 -1
  106. package/themes/sdds_finai__dark.js +1 -1
  107. package/themes/sdds_finai__dark.js.map +1 -1
  108. package/themes/sdds_finai__light.js +1 -1
  109. package/themes/sdds_finai__light.js.map +1 -1
  110. package/themes/sdds_finportal__dark.js +1 -1
  111. package/themes/sdds_finportal__dark.js.map +1 -1
  112. package/themes/sdds_finportal__light.js +1 -1
  113. package/themes/sdds_finportal__light.js.map +1 -1
  114. package/themes/sdds_insol__dark.js +1 -1
  115. package/themes/sdds_insol__dark.js.map +1 -1
  116. package/themes/sdds_insol__light.js +1 -1
  117. package/themes/sdds_insol__light.js.map +1 -1
  118. package/themes/sdds_os__dark.js +1 -1
  119. package/themes/sdds_os__dark.js.map +1 -1
  120. package/themes/sdds_os__light.js +1 -1
  121. package/themes/sdds_os__light.js.map +1 -1
  122. package/themes/sdds_procom__dark.js +1 -1
  123. package/themes/sdds_procom__dark.js.map +1 -1
  124. package/themes/sdds_procom__light.js +1 -1
  125. package/themes/sdds_procom__light.js.map +1 -1
  126. package/themes/sdds_scan__dark.js +1 -1
  127. package/themes/sdds_scan__dark.js.map +1 -1
  128. package/themes/sdds_scan__light.js +1 -1
  129. package/themes/sdds_scan__light.js.map +1 -1
  130. package/themes/sdds_serv__dark.js +1 -1
  131. package/themes/sdds_serv__dark.js.map +1 -1
  132. package/themes/sdds_serv__light.js +1 -1
  133. package/themes/sdds_serv__light.js.map +1 -1
  134. package/tokens/index.d.ts +27 -0
  135. package/tokens/index.js +29 -2
  136. package/tokens/index.js.map +1 -1
  137. package/tokens/sdds_bcp/index.d.ts +27 -0
  138. package/tokens/sdds_bcp/index.js +29 -2
  139. package/tokens/sdds_bcp/index.js.map +1 -1
  140. package/tokens/sdds_bizcom/index.d.ts +27 -0
  141. package/tokens/sdds_bizcom/index.js +28 -1
  142. package/tokens/sdds_bizcom/index.js.map +1 -1
  143. package/tokens/sdds_dfa/index.d.ts +27 -0
  144. package/tokens/sdds_dfa/index.js +29 -2
  145. package/tokens/sdds_dfa/index.js.map +1 -1
  146. package/tokens/sdds_finai/index.d.ts +27 -0
  147. package/tokens/sdds_finai/index.js +29 -2
  148. package/tokens/sdds_finai/index.js.map +1 -1
  149. package/tokens/sdds_finportal/index.d.ts +27 -0
  150. package/tokens/sdds_finportal/index.js +29 -2
  151. package/tokens/sdds_finportal/index.js.map +1 -1
  152. package/tokens/sdds_insol/index.d.ts +27 -0
  153. package/tokens/sdds_insol/index.js +29 -2
  154. package/tokens/sdds_insol/index.js.map +1 -1
  155. package/tokens/sdds_os/index.d.ts +27 -0
  156. package/tokens/sdds_os/index.js +29 -2
  157. package/tokens/sdds_os/index.js.map +1 -1
  158. package/tokens/sdds_procom/index.d.ts +27 -0
  159. package/tokens/sdds_procom/index.js +29 -2
  160. package/tokens/sdds_procom/index.js.map +1 -1
  161. package/tokens/sdds_scan/index.d.ts +27 -0
  162. package/tokens/sdds_scan/index.js +28 -1
  163. package/tokens/sdds_scan/index.js.map +1 -1
  164. package/tokens/sdds_serv/index.d.ts +27 -0
  165. package/tokens/sdds_serv/index.js +29 -2
  166. package/tokens/sdds_serv/index.js.map +1 -1
@@ -1763,6 +1763,12 @@
1763
1763
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1764
1764
  --plasma-typo-h5-bold-letter-spacing: normal;
1765
1765
  --plasma-typo-h5-bold-font-style: normal;
1766
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1767
+ --plasma-typo-h6-letter-spacing: normal;
1768
+ --plasma-typo-h6-font-style: normal;
1769
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1770
+ --plasma-typo-h6-bold-letter-spacing: normal;
1771
+ --plasma-typo-h6-bold-font-style: normal;
1766
1772
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1767
1773
  --plasma-typo-body-l-letter-spacing: -0.02em;
1768
1774
  --plasma-typo-body-l-font-style: normal;
@@ -1841,6 +1847,9 @@
1841
1847
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1842
1848
  --plasma-typo-h5-medium-letter-spacing: normal;
1843
1849
  --plasma-typo-h5-medium-font-style: normal;
1850
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1851
+ --plasma-typo-h6-medium-letter-spacing: normal;
1852
+ --plasma-typo-h6-medium-font-style: normal;
1844
1853
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1845
1854
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1846
1855
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1920,6 +1929,12 @@
1920
1929
  --plasma-typo-h5-bold-font-size: 1rem;
1921
1930
  --plasma-typo-h5-bold-font-weight: 600;
1922
1931
  --plasma-typo-h5-bold-line-height: 1.375rem;
1932
+ --plasma-typo-h6-font-size: 0.625rem;
1933
+ --plasma-typo-h6-font-weight: 400;
1934
+ --plasma-typo-h6-line-height: 0.875rem;
1935
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1936
+ --plasma-typo-h6-bold-font-weight: 600;
1937
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1923
1938
  --plasma-typo-body-l-font-size: 1.125rem;
1924
1939
  --plasma-typo-body-l-font-weight: 400;
1925
1940
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1998,6 +2013,9 @@
1998
2013
  --plasma-typo-h5-medium-font-size: 1rem;
1999
2014
  --plasma-typo-h5-medium-font-weight: 500;
2000
2015
  --plasma-typo-h5-medium-line-height: 1.375rem;
2016
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2017
+ --plasma-typo-h6-medium-font-weight: 500;
2018
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2001
2019
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2002
2020
  --plasma-typo-body-l-medium-font-weight: 500;
2003
2021
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2078,6 +2096,12 @@
2078
2096
  --plasma-typo-h5-bold-font-size: 1rem;
2079
2097
  --plasma-typo-h5-bold-font-weight: 600;
2080
2098
  --plasma-typo-h5-bold-line-height: 1.375rem;
2099
+ --plasma-typo-h6-font-size: 0.625rem;
2100
+ --plasma-typo-h6-font-weight: 400;
2101
+ --plasma-typo-h6-line-height: 0.875rem;
2102
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2103
+ --plasma-typo-h6-bold-font-weight: 600;
2104
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2081
2105
  --plasma-typo-body-l-font-size: 1.125rem;
2082
2106
  --plasma-typo-body-l-font-weight: 400;
2083
2107
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2156,6 +2180,9 @@
2156
2180
  --plasma-typo-h5-medium-font-size: 1rem;
2157
2181
  --plasma-typo-h5-medium-font-weight: 500;
2158
2182
  --plasma-typo-h5-medium-line-height: 1.375rem;
2183
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2184
+ --plasma-typo-h6-medium-font-weight: 500;
2185
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2159
2186
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2160
2187
  --plasma-typo-body-l-medium-font-weight: 500;
2161
2188
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2236,6 +2263,12 @@
2236
2263
  --plasma-typo-h5-bold-font-size: 1.125rem;
2237
2264
  --plasma-typo-h5-bold-font-weight: 600;
2238
2265
  --plasma-typo-h5-bold-line-height: 1.5rem;
2266
+ --plasma-typo-h6-font-size: 0.75rem;
2267
+ --plasma-typo-h6-font-weight: 400;
2268
+ --plasma-typo-h6-line-height: 1rem;
2269
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2270
+ --plasma-typo-h6-bold-font-weight: 600;
2271
+ --plasma-typo-h6-bold-line-height: 1rem;
2239
2272
  --plasma-typo-body-l-font-size: 1.125rem;
2240
2273
  --plasma-typo-body-l-font-weight: 400;
2241
2274
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2314,6 +2347,9 @@
2314
2347
  --plasma-typo-h5-medium-font-size: 1.125rem;
2315
2348
  --plasma-typo-h5-medium-font-weight: 500;
2316
2349
  --plasma-typo-h5-medium-line-height: 1.5rem;
2350
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2351
+ --plasma-typo-h6-medium-font-weight: 500;
2352
+ --plasma-typo-h6-medium-line-height: 1rem;
2317
2353
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2318
2354
  --plasma-typo-body-l-medium-font-weight: 500;
2319
2355
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -931,6 +931,12 @@
931
931
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
932
932
  --plasma-typo-h5-bold-letter-spacing: normal;
933
933
  --plasma-typo-h5-bold-font-style: normal;
934
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
935
+ --plasma-typo-h6-letter-spacing: normal;
936
+ --plasma-typo-h6-font-style: normal;
937
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
938
+ --plasma-typo-h6-bold-letter-spacing: normal;
939
+ --plasma-typo-h6-bold-font-style: normal;
934
940
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
935
941
  --plasma-typo-body-l-letter-spacing: -0.02em;
936
942
  --plasma-typo-body-l-font-style: normal;
@@ -1009,6 +1015,9 @@
1009
1015
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1010
1016
  --plasma-typo-h5-medium-letter-spacing: normal;
1011
1017
  --plasma-typo-h5-medium-font-style: normal;
1018
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1019
+ --plasma-typo-h6-medium-letter-spacing: normal;
1020
+ --plasma-typo-h6-medium-font-style: normal;
1012
1021
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1013
1022
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1014
1023
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1088,6 +1097,12 @@
1088
1097
  --plasma-typo-h5-bold-font-size: 1rem;
1089
1098
  --plasma-typo-h5-bold-font-weight: 600;
1090
1099
  --plasma-typo-h5-bold-line-height: 1.375rem;
1100
+ --plasma-typo-h6-font-size: 0.625rem;
1101
+ --plasma-typo-h6-font-weight: 400;
1102
+ --plasma-typo-h6-line-height: 0.875rem;
1103
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1104
+ --plasma-typo-h6-bold-font-weight: 600;
1105
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1091
1106
  --plasma-typo-body-l-font-size: 1.125rem;
1092
1107
  --plasma-typo-body-l-font-weight: 400;
1093
1108
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1166,6 +1181,9 @@
1166
1181
  --plasma-typo-h5-medium-font-size: 1rem;
1167
1182
  --plasma-typo-h5-medium-font-weight: 500;
1168
1183
  --plasma-typo-h5-medium-line-height: 1.375rem;
1184
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1185
+ --plasma-typo-h6-medium-font-weight: 500;
1186
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1169
1187
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1170
1188
  --plasma-typo-body-l-medium-font-weight: 500;
1171
1189
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1246,6 +1264,12 @@
1246
1264
  --plasma-typo-h5-bold-font-size: 1rem;
1247
1265
  --plasma-typo-h5-bold-font-weight: 600;
1248
1266
  --plasma-typo-h5-bold-line-height: 1.375rem;
1267
+ --plasma-typo-h6-font-size: 0.625rem;
1268
+ --plasma-typo-h6-font-weight: 400;
1269
+ --plasma-typo-h6-line-height: 0.875rem;
1270
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1271
+ --plasma-typo-h6-bold-font-weight: 600;
1272
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1249
1273
  --plasma-typo-body-l-font-size: 1.125rem;
1250
1274
  --plasma-typo-body-l-font-weight: 400;
1251
1275
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1324,6 +1348,9 @@
1324
1348
  --plasma-typo-h5-medium-font-size: 1rem;
1325
1349
  --plasma-typo-h5-medium-font-weight: 500;
1326
1350
  --plasma-typo-h5-medium-line-height: 1.375rem;
1351
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1352
+ --plasma-typo-h6-medium-font-weight: 500;
1353
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1327
1354
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1328
1355
  --plasma-typo-body-l-medium-font-weight: 500;
1329
1356
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1404,6 +1431,12 @@
1404
1431
  --plasma-typo-h5-bold-font-size: 1.125rem;
1405
1432
  --plasma-typo-h5-bold-font-weight: 600;
1406
1433
  --plasma-typo-h5-bold-line-height: 1.5rem;
1434
+ --plasma-typo-h6-font-size: 0.75rem;
1435
+ --plasma-typo-h6-font-weight: 400;
1436
+ --plasma-typo-h6-line-height: 1rem;
1437
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1438
+ --plasma-typo-h6-bold-font-weight: 600;
1439
+ --plasma-typo-h6-bold-line-height: 1rem;
1407
1440
  --plasma-typo-body-l-font-size: 1.125rem;
1408
1441
  --plasma-typo-body-l-font-weight: 400;
1409
1442
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1482,6 +1515,9 @@
1482
1515
  --plasma-typo-h5-medium-font-size: 1.125rem;
1483
1516
  --plasma-typo-h5-medium-font-weight: 500;
1484
1517
  --plasma-typo-h5-medium-line-height: 1.5rem;
1518
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1519
+ --plasma-typo-h6-medium-font-weight: 500;
1520
+ --plasma-typo-h6-medium-line-height: 1rem;
1485
1521
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1486
1522
  --plasma-typo-body-l-medium-font-weight: 500;
1487
1523
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -931,6 +931,12 @@
931
931
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
932
932
  --plasma-typo-h5-bold-letter-spacing: normal;
933
933
  --plasma-typo-h5-bold-font-style: normal;
934
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
935
+ --plasma-typo-h6-letter-spacing: normal;
936
+ --plasma-typo-h6-font-style: normal;
937
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
938
+ --plasma-typo-h6-bold-letter-spacing: normal;
939
+ --plasma-typo-h6-bold-font-style: normal;
934
940
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
935
941
  --plasma-typo-body-l-letter-spacing: -0.02em;
936
942
  --plasma-typo-body-l-font-style: normal;
@@ -1009,6 +1015,9 @@
1009
1015
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1010
1016
  --plasma-typo-h5-medium-letter-spacing: normal;
1011
1017
  --plasma-typo-h5-medium-font-style: normal;
1018
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1019
+ --plasma-typo-h6-medium-letter-spacing: normal;
1020
+ --plasma-typo-h6-medium-font-style: normal;
1012
1021
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1013
1022
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1014
1023
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1088,6 +1097,12 @@
1088
1097
  --plasma-typo-h5-bold-font-size: 1rem;
1089
1098
  --plasma-typo-h5-bold-font-weight: 600;
1090
1099
  --plasma-typo-h5-bold-line-height: 1.375rem;
1100
+ --plasma-typo-h6-font-size: 0.625rem;
1101
+ --plasma-typo-h6-font-weight: 400;
1102
+ --plasma-typo-h6-line-height: 0.875rem;
1103
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1104
+ --plasma-typo-h6-bold-font-weight: 600;
1105
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1091
1106
  --plasma-typo-body-l-font-size: 1.125rem;
1092
1107
  --plasma-typo-body-l-font-weight: 400;
1093
1108
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1166,6 +1181,9 @@
1166
1181
  --plasma-typo-h5-medium-font-size: 1rem;
1167
1182
  --plasma-typo-h5-medium-font-weight: 500;
1168
1183
  --plasma-typo-h5-medium-line-height: 1.375rem;
1184
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1185
+ --plasma-typo-h6-medium-font-weight: 500;
1186
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1169
1187
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1170
1188
  --plasma-typo-body-l-medium-font-weight: 500;
1171
1189
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1246,6 +1264,12 @@
1246
1264
  --plasma-typo-h5-bold-font-size: 1rem;
1247
1265
  --plasma-typo-h5-bold-font-weight: 600;
1248
1266
  --plasma-typo-h5-bold-line-height: 1.375rem;
1267
+ --plasma-typo-h6-font-size: 0.625rem;
1268
+ --plasma-typo-h6-font-weight: 400;
1269
+ --plasma-typo-h6-line-height: 0.875rem;
1270
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1271
+ --plasma-typo-h6-bold-font-weight: 600;
1272
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1249
1273
  --plasma-typo-body-l-font-size: 1.125rem;
1250
1274
  --plasma-typo-body-l-font-weight: 400;
1251
1275
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1324,6 +1348,9 @@
1324
1348
  --plasma-typo-h5-medium-font-size: 1rem;
1325
1349
  --plasma-typo-h5-medium-font-weight: 500;
1326
1350
  --plasma-typo-h5-medium-line-height: 1.375rem;
1351
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1352
+ --plasma-typo-h6-medium-font-weight: 500;
1353
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1327
1354
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1328
1355
  --plasma-typo-body-l-medium-font-weight: 500;
1329
1356
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1404,6 +1431,12 @@
1404
1431
  --plasma-typo-h5-bold-font-size: 1.125rem;
1405
1432
  --plasma-typo-h5-bold-font-weight: 600;
1406
1433
  --plasma-typo-h5-bold-line-height: 1.5rem;
1434
+ --plasma-typo-h6-font-size: 0.75rem;
1435
+ --plasma-typo-h6-font-weight: 400;
1436
+ --plasma-typo-h6-line-height: 1rem;
1437
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1438
+ --plasma-typo-h6-bold-font-weight: 600;
1439
+ --plasma-typo-h6-bold-line-height: 1rem;
1407
1440
  --plasma-typo-body-l-font-size: 1.125rem;
1408
1441
  --plasma-typo-body-l-font-weight: 400;
1409
1442
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1482,6 +1515,9 @@
1482
1515
  --plasma-typo-h5-medium-font-size: 1.125rem;
1483
1516
  --plasma-typo-h5-medium-font-weight: 500;
1484
1517
  --plasma-typo-h5-medium-line-height: 1.5rem;
1518
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1519
+ --plasma-typo-h6-medium-font-weight: 500;
1520
+ --plasma-typo-h6-medium-line-height: 1rem;
1485
1521
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1486
1522
  --plasma-typo-body-l-medium-font-weight: 500;
1487
1523
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1835,6 +1835,12 @@
1835
1835
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1836
1836
  --plasma-typo-h5-bold-letter-spacing: normal;
1837
1837
  --plasma-typo-h5-bold-font-style: normal;
1838
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1839
+ --plasma-typo-h6-letter-spacing: normal;
1840
+ --plasma-typo-h6-font-style: normal;
1841
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1842
+ --plasma-typo-h6-bold-letter-spacing: normal;
1843
+ --plasma-typo-h6-bold-font-style: normal;
1838
1844
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1839
1845
  --plasma-typo-body-l-letter-spacing: -0.02em;
1840
1846
  --plasma-typo-body-l-font-style: normal;
@@ -1913,6 +1919,9 @@
1913
1919
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1914
1920
  --plasma-typo-h5-medium-letter-spacing: normal;
1915
1921
  --plasma-typo-h5-medium-font-style: normal;
1922
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1923
+ --plasma-typo-h6-medium-letter-spacing: normal;
1924
+ --plasma-typo-h6-medium-font-style: normal;
1916
1925
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1917
1926
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1918
1927
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1992,6 +2001,12 @@
1992
2001
  --plasma-typo-h5-bold-font-size: 1rem;
1993
2002
  --plasma-typo-h5-bold-font-weight: 600;
1994
2003
  --plasma-typo-h5-bold-line-height: 1.375rem;
2004
+ --plasma-typo-h6-font-size: 0.625rem;
2005
+ --plasma-typo-h6-font-weight: 400;
2006
+ --plasma-typo-h6-line-height: 0.875rem;
2007
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2008
+ --plasma-typo-h6-bold-font-weight: 600;
2009
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1995
2010
  --plasma-typo-body-l-font-size: 1.125rem;
1996
2011
  --plasma-typo-body-l-font-weight: 400;
1997
2012
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2070,6 +2085,9 @@
2070
2085
  --plasma-typo-h5-medium-font-size: 1rem;
2071
2086
  --plasma-typo-h5-medium-font-weight: 500;
2072
2087
  --plasma-typo-h5-medium-line-height: 1.375rem;
2088
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2089
+ --plasma-typo-h6-medium-font-weight: 500;
2090
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2073
2091
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2074
2092
  --plasma-typo-body-l-medium-font-weight: 500;
2075
2093
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2150,6 +2168,12 @@
2150
2168
  --plasma-typo-h5-bold-font-size: 1rem;
2151
2169
  --plasma-typo-h5-bold-font-weight: 600;
2152
2170
  --plasma-typo-h5-bold-line-height: 1.375rem;
2171
+ --plasma-typo-h6-font-size: 0.625rem;
2172
+ --plasma-typo-h6-font-weight: 400;
2173
+ --plasma-typo-h6-line-height: 0.875rem;
2174
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2175
+ --plasma-typo-h6-bold-font-weight: 600;
2176
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2153
2177
  --plasma-typo-body-l-font-size: 1.125rem;
2154
2178
  --plasma-typo-body-l-font-weight: 400;
2155
2179
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2228,6 +2252,9 @@
2228
2252
  --plasma-typo-h5-medium-font-size: 1rem;
2229
2253
  --plasma-typo-h5-medium-font-weight: 500;
2230
2254
  --plasma-typo-h5-medium-line-height: 1.375rem;
2255
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2256
+ --plasma-typo-h6-medium-font-weight: 500;
2257
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2231
2258
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2232
2259
  --plasma-typo-body-l-medium-font-weight: 500;
2233
2260
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2308,6 +2335,12 @@
2308
2335
  --plasma-typo-h5-bold-font-size: 1.125rem;
2309
2336
  --plasma-typo-h5-bold-font-weight: 600;
2310
2337
  --plasma-typo-h5-bold-line-height: 1.5rem;
2338
+ --plasma-typo-h6-font-size: 0.75rem;
2339
+ --plasma-typo-h6-font-weight: 400;
2340
+ --plasma-typo-h6-line-height: 1rem;
2341
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2342
+ --plasma-typo-h6-bold-font-weight: 600;
2343
+ --plasma-typo-h6-bold-line-height: 1rem;
2311
2344
  --plasma-typo-body-l-font-size: 1.125rem;
2312
2345
  --plasma-typo-body-l-font-weight: 400;
2313
2346
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2386,6 +2419,9 @@
2386
2419
  --plasma-typo-h5-medium-font-size: 1.125rem;
2387
2420
  --plasma-typo-h5-medium-font-weight: 500;
2388
2421
  --plasma-typo-h5-medium-line-height: 1.5rem;
2422
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2423
+ --plasma-typo-h6-medium-font-weight: 500;
2424
+ --plasma-typo-h6-medium-line-height: 1rem;
2389
2425
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2390
2426
  --plasma-typo-body-l-medium-font-weight: 500;
2391
2427
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -967,6 +967,12 @@
967
967
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
968
968
  --plasma-typo-h5-bold-letter-spacing: normal;
969
969
  --plasma-typo-h5-bold-font-style: normal;
970
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
971
+ --plasma-typo-h6-letter-spacing: normal;
972
+ --plasma-typo-h6-font-style: normal;
973
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
974
+ --plasma-typo-h6-bold-letter-spacing: normal;
975
+ --plasma-typo-h6-bold-font-style: normal;
970
976
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
971
977
  --plasma-typo-body-l-letter-spacing: -0.02em;
972
978
  --plasma-typo-body-l-font-style: normal;
@@ -1045,6 +1051,9 @@
1045
1051
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1046
1052
  --plasma-typo-h5-medium-letter-spacing: normal;
1047
1053
  --plasma-typo-h5-medium-font-style: normal;
1054
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1055
+ --plasma-typo-h6-medium-letter-spacing: normal;
1056
+ --plasma-typo-h6-medium-font-style: normal;
1048
1057
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1049
1058
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1050
1059
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1124,6 +1133,12 @@
1124
1133
  --plasma-typo-h5-bold-font-size: 1rem;
1125
1134
  --plasma-typo-h5-bold-font-weight: 600;
1126
1135
  --plasma-typo-h5-bold-line-height: 1.375rem;
1136
+ --plasma-typo-h6-font-size: 0.625rem;
1137
+ --plasma-typo-h6-font-weight: 400;
1138
+ --plasma-typo-h6-line-height: 0.875rem;
1139
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1140
+ --plasma-typo-h6-bold-font-weight: 600;
1141
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1127
1142
  --plasma-typo-body-l-font-size: 1.125rem;
1128
1143
  --plasma-typo-body-l-font-weight: 400;
1129
1144
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1202,6 +1217,9 @@
1202
1217
  --plasma-typo-h5-medium-font-size: 1rem;
1203
1218
  --plasma-typo-h5-medium-font-weight: 500;
1204
1219
  --plasma-typo-h5-medium-line-height: 1.375rem;
1220
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1221
+ --plasma-typo-h6-medium-font-weight: 500;
1222
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1205
1223
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1206
1224
  --plasma-typo-body-l-medium-font-weight: 500;
1207
1225
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1282,6 +1300,12 @@
1282
1300
  --plasma-typo-h5-bold-font-size: 1rem;
1283
1301
  --plasma-typo-h5-bold-font-weight: 600;
1284
1302
  --plasma-typo-h5-bold-line-height: 1.375rem;
1303
+ --plasma-typo-h6-font-size: 0.625rem;
1304
+ --plasma-typo-h6-font-weight: 400;
1305
+ --plasma-typo-h6-line-height: 0.875rem;
1306
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1307
+ --plasma-typo-h6-bold-font-weight: 600;
1308
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1285
1309
  --plasma-typo-body-l-font-size: 1.125rem;
1286
1310
  --plasma-typo-body-l-font-weight: 400;
1287
1311
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1360,6 +1384,9 @@
1360
1384
  --plasma-typo-h5-medium-font-size: 1rem;
1361
1385
  --plasma-typo-h5-medium-font-weight: 500;
1362
1386
  --plasma-typo-h5-medium-line-height: 1.375rem;
1387
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1388
+ --plasma-typo-h6-medium-font-weight: 500;
1389
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1363
1390
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1364
1391
  --plasma-typo-body-l-medium-font-weight: 500;
1365
1392
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1440,6 +1467,12 @@
1440
1467
  --plasma-typo-h5-bold-font-size: 1.125rem;
1441
1468
  --plasma-typo-h5-bold-font-weight: 600;
1442
1469
  --plasma-typo-h5-bold-line-height: 1.5rem;
1470
+ --plasma-typo-h6-font-size: 0.75rem;
1471
+ --plasma-typo-h6-font-weight: 400;
1472
+ --plasma-typo-h6-line-height: 1rem;
1473
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1474
+ --plasma-typo-h6-bold-font-weight: 600;
1475
+ --plasma-typo-h6-bold-line-height: 1rem;
1443
1476
  --plasma-typo-body-l-font-size: 1.125rem;
1444
1477
  --plasma-typo-body-l-font-weight: 400;
1445
1478
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1518,6 +1551,9 @@
1518
1551
  --plasma-typo-h5-medium-font-size: 1.125rem;
1519
1552
  --plasma-typo-h5-medium-font-weight: 500;
1520
1553
  --plasma-typo-h5-medium-line-height: 1.5rem;
1554
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1555
+ --plasma-typo-h6-medium-font-weight: 500;
1556
+ --plasma-typo-h6-medium-line-height: 1rem;
1521
1557
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1522
1558
  --plasma-typo-body-l-medium-font-weight: 500;
1523
1559
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -967,6 +967,12 @@
967
967
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
968
968
  --plasma-typo-h5-bold-letter-spacing: normal;
969
969
  --plasma-typo-h5-bold-font-style: normal;
970
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
971
+ --plasma-typo-h6-letter-spacing: normal;
972
+ --plasma-typo-h6-font-style: normal;
973
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
974
+ --plasma-typo-h6-bold-letter-spacing: normal;
975
+ --plasma-typo-h6-bold-font-style: normal;
970
976
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
971
977
  --plasma-typo-body-l-letter-spacing: -0.02em;
972
978
  --plasma-typo-body-l-font-style: normal;
@@ -1045,6 +1051,9 @@
1045
1051
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1046
1052
  --plasma-typo-h5-medium-letter-spacing: normal;
1047
1053
  --plasma-typo-h5-medium-font-style: normal;
1054
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1055
+ --plasma-typo-h6-medium-letter-spacing: normal;
1056
+ --plasma-typo-h6-medium-font-style: normal;
1048
1057
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1049
1058
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1050
1059
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1124,6 +1133,12 @@
1124
1133
  --plasma-typo-h5-bold-font-size: 1rem;
1125
1134
  --plasma-typo-h5-bold-font-weight: 600;
1126
1135
  --plasma-typo-h5-bold-line-height: 1.375rem;
1136
+ --plasma-typo-h6-font-size: 0.625rem;
1137
+ --plasma-typo-h6-font-weight: 400;
1138
+ --plasma-typo-h6-line-height: 0.875rem;
1139
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1140
+ --plasma-typo-h6-bold-font-weight: 600;
1141
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1127
1142
  --plasma-typo-body-l-font-size: 1.125rem;
1128
1143
  --plasma-typo-body-l-font-weight: 400;
1129
1144
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1202,6 +1217,9 @@
1202
1217
  --plasma-typo-h5-medium-font-size: 1rem;
1203
1218
  --plasma-typo-h5-medium-font-weight: 500;
1204
1219
  --plasma-typo-h5-medium-line-height: 1.375rem;
1220
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1221
+ --plasma-typo-h6-medium-font-weight: 500;
1222
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1205
1223
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1206
1224
  --plasma-typo-body-l-medium-font-weight: 500;
1207
1225
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1282,6 +1300,12 @@
1282
1300
  --plasma-typo-h5-bold-font-size: 1rem;
1283
1301
  --plasma-typo-h5-bold-font-weight: 600;
1284
1302
  --plasma-typo-h5-bold-line-height: 1.375rem;
1303
+ --plasma-typo-h6-font-size: 0.625rem;
1304
+ --plasma-typo-h6-font-weight: 400;
1305
+ --plasma-typo-h6-line-height: 0.875rem;
1306
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1307
+ --plasma-typo-h6-bold-font-weight: 600;
1308
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1285
1309
  --plasma-typo-body-l-font-size: 1.125rem;
1286
1310
  --plasma-typo-body-l-font-weight: 400;
1287
1311
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1360,6 +1384,9 @@
1360
1384
  --plasma-typo-h5-medium-font-size: 1rem;
1361
1385
  --plasma-typo-h5-medium-font-weight: 500;
1362
1386
  --plasma-typo-h5-medium-line-height: 1.375rem;
1387
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1388
+ --plasma-typo-h6-medium-font-weight: 500;
1389
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1363
1390
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1364
1391
  --plasma-typo-body-l-medium-font-weight: 500;
1365
1392
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1440,6 +1467,12 @@
1440
1467
  --plasma-typo-h5-bold-font-size: 1.125rem;
1441
1468
  --plasma-typo-h5-bold-font-weight: 600;
1442
1469
  --plasma-typo-h5-bold-line-height: 1.5rem;
1470
+ --plasma-typo-h6-font-size: 0.75rem;
1471
+ --plasma-typo-h6-font-weight: 400;
1472
+ --plasma-typo-h6-line-height: 1rem;
1473
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1474
+ --plasma-typo-h6-bold-font-weight: 600;
1475
+ --plasma-typo-h6-bold-line-height: 1rem;
1443
1476
  --plasma-typo-body-l-font-size: 1.125rem;
1444
1477
  --plasma-typo-body-l-font-weight: 400;
1445
1478
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1518,6 +1551,9 @@
1518
1551
  --plasma-typo-h5-medium-font-size: 1.125rem;
1519
1552
  --plasma-typo-h5-medium-font-weight: 500;
1520
1553
  --plasma-typo-h5-medium-line-height: 1.5rem;
1554
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1555
+ --plasma-typo-h6-medium-font-weight: 500;
1556
+ --plasma-typo-h6-medium-line-height: 1rem;
1521
1557
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1522
1558
  --plasma-typo-body-l-medium-font-weight: 500;
1523
1559
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1855,6 +1855,12 @@
1855
1855
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1856
1856
  --plasma-typo-h5-bold-letter-spacing: normal;
1857
1857
  --plasma-typo-h5-bold-font-style: normal;
1858
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1859
+ --plasma-typo-h6-letter-spacing: normal;
1860
+ --plasma-typo-h6-font-style: normal;
1861
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1862
+ --plasma-typo-h6-bold-letter-spacing: normal;
1863
+ --plasma-typo-h6-bold-font-style: normal;
1858
1864
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1859
1865
  --plasma-typo-body-l-letter-spacing: -0.02em;
1860
1866
  --plasma-typo-body-l-font-style: normal;
@@ -1933,6 +1939,9 @@
1933
1939
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1934
1940
  --plasma-typo-h5-medium-letter-spacing: normal;
1935
1941
  --plasma-typo-h5-medium-font-style: normal;
1942
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1943
+ --plasma-typo-h6-medium-letter-spacing: normal;
1944
+ --plasma-typo-h6-medium-font-style: normal;
1936
1945
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1937
1946
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1938
1947
  --plasma-typo-body-l-medium-font-style: normal;
@@ -2012,6 +2021,12 @@
2012
2021
  --plasma-typo-h5-bold-font-size: 1rem;
2013
2022
  --plasma-typo-h5-bold-font-weight: 600;
2014
2023
  --plasma-typo-h5-bold-line-height: 1.375rem;
2024
+ --plasma-typo-h6-font-size: 0.625rem;
2025
+ --plasma-typo-h6-font-weight: 400;
2026
+ --plasma-typo-h6-line-height: 0.875rem;
2027
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2028
+ --plasma-typo-h6-bold-font-weight: 600;
2029
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2015
2030
  --plasma-typo-body-l-font-size: 1.125rem;
2016
2031
  --plasma-typo-body-l-font-weight: 400;
2017
2032
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2090,6 +2105,9 @@
2090
2105
  --plasma-typo-h5-medium-font-size: 1rem;
2091
2106
  --plasma-typo-h5-medium-font-weight: 500;
2092
2107
  --plasma-typo-h5-medium-line-height: 1.375rem;
2108
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2109
+ --plasma-typo-h6-medium-font-weight: 500;
2110
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2093
2111
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2094
2112
  --plasma-typo-body-l-medium-font-weight: 500;
2095
2113
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2170,6 +2188,12 @@
2170
2188
  --plasma-typo-h5-bold-font-size: 1rem;
2171
2189
  --plasma-typo-h5-bold-font-weight: 600;
2172
2190
  --plasma-typo-h5-bold-line-height: 1.375rem;
2191
+ --plasma-typo-h6-font-size: 0.625rem;
2192
+ --plasma-typo-h6-font-weight: 400;
2193
+ --plasma-typo-h6-line-height: 0.875rem;
2194
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2195
+ --plasma-typo-h6-bold-font-weight: 600;
2196
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2173
2197
  --plasma-typo-body-l-font-size: 1.125rem;
2174
2198
  --plasma-typo-body-l-font-weight: 400;
2175
2199
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2248,6 +2272,9 @@
2248
2272
  --plasma-typo-h5-medium-font-size: 1rem;
2249
2273
  --plasma-typo-h5-medium-font-weight: 500;
2250
2274
  --plasma-typo-h5-medium-line-height: 1.375rem;
2275
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2276
+ --plasma-typo-h6-medium-font-weight: 500;
2277
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2251
2278
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2252
2279
  --plasma-typo-body-l-medium-font-weight: 500;
2253
2280
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2328,6 +2355,12 @@
2328
2355
  --plasma-typo-h5-bold-font-size: 1.125rem;
2329
2356
  --plasma-typo-h5-bold-font-weight: 600;
2330
2357
  --plasma-typo-h5-bold-line-height: 1.5rem;
2358
+ --plasma-typo-h6-font-size: 0.75rem;
2359
+ --plasma-typo-h6-font-weight: 400;
2360
+ --plasma-typo-h6-line-height: 1rem;
2361
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2362
+ --plasma-typo-h6-bold-font-weight: 600;
2363
+ --plasma-typo-h6-bold-line-height: 1rem;
2331
2364
  --plasma-typo-body-l-font-size: 1.125rem;
2332
2365
  --plasma-typo-body-l-font-weight: 400;
2333
2366
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2406,6 +2439,9 @@
2406
2439
  --plasma-typo-h5-medium-font-size: 1.125rem;
2407
2440
  --plasma-typo-h5-medium-font-weight: 500;
2408
2441
  --plasma-typo-h5-medium-line-height: 1.5rem;
2442
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2443
+ --plasma-typo-h6-medium-font-weight: 500;
2444
+ --plasma-typo-h6-medium-line-height: 1rem;
2409
2445
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2410
2446
  --plasma-typo-body-l-medium-font-weight: 500;
2411
2447
  --plasma-typo-body-l-medium-line-height: 1.375rem;