@salutejs/sdds-themes 0.52.0-canary.2407.20483515183.0 → 0.52.0-canary.2415.20985766670.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
@@ -933,6 +933,12 @@
933
933
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
934
934
  --plasma-typo-h5-bold-letter-spacing: normal;
935
935
  --plasma-typo-h5-bold-font-style: normal;
936
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
937
+ --plasma-typo-h6-letter-spacing: normal;
938
+ --plasma-typo-h6-font-style: normal;
939
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
940
+ --plasma-typo-h6-bold-letter-spacing: normal;
941
+ --plasma-typo-h6-bold-font-style: normal;
936
942
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
937
943
  --plasma-typo-body-l-letter-spacing: -0.02em;
938
944
  --plasma-typo-body-l-font-style: normal;
@@ -1011,6 +1017,9 @@
1011
1017
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1012
1018
  --plasma-typo-h5-medium-letter-spacing: normal;
1013
1019
  --plasma-typo-h5-medium-font-style: normal;
1020
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1021
+ --plasma-typo-h6-medium-letter-spacing: normal;
1022
+ --plasma-typo-h6-medium-font-style: normal;
1014
1023
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1015
1024
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1016
1025
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1090,6 +1099,12 @@
1090
1099
  --plasma-typo-h5-bold-font-size: 1rem;
1091
1100
  --plasma-typo-h5-bold-font-weight: 600;
1092
1101
  --plasma-typo-h5-bold-line-height: 1.375rem;
1102
+ --plasma-typo-h6-font-size: 0.625rem;
1103
+ --plasma-typo-h6-font-weight: 400;
1104
+ --plasma-typo-h6-line-height: 0.875rem;
1105
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1106
+ --plasma-typo-h6-bold-font-weight: 600;
1107
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1093
1108
  --plasma-typo-body-l-font-size: 1.125rem;
1094
1109
  --plasma-typo-body-l-font-weight: 400;
1095
1110
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1168,6 +1183,9 @@
1168
1183
  --plasma-typo-h5-medium-font-size: 1rem;
1169
1184
  --plasma-typo-h5-medium-font-weight: 500;
1170
1185
  --plasma-typo-h5-medium-line-height: 1.375rem;
1186
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1187
+ --plasma-typo-h6-medium-font-weight: 500;
1188
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1171
1189
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1172
1190
  --plasma-typo-body-l-medium-font-weight: 500;
1173
1191
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1248,6 +1266,12 @@
1248
1266
  --plasma-typo-h5-bold-font-size: 1rem;
1249
1267
  --plasma-typo-h5-bold-font-weight: 600;
1250
1268
  --plasma-typo-h5-bold-line-height: 1.375rem;
1269
+ --plasma-typo-h6-font-size: 0.625rem;
1270
+ --plasma-typo-h6-font-weight: 400;
1271
+ --plasma-typo-h6-line-height: 0.875rem;
1272
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1273
+ --plasma-typo-h6-bold-font-weight: 600;
1274
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1251
1275
  --plasma-typo-body-l-font-size: 1.125rem;
1252
1276
  --plasma-typo-body-l-font-weight: 400;
1253
1277
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1326,6 +1350,9 @@
1326
1350
  --plasma-typo-h5-medium-font-size: 1rem;
1327
1351
  --plasma-typo-h5-medium-font-weight: 500;
1328
1352
  --plasma-typo-h5-medium-line-height: 1.375rem;
1353
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1354
+ --plasma-typo-h6-medium-font-weight: 500;
1355
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1329
1356
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1330
1357
  --plasma-typo-body-l-medium-font-weight: 500;
1331
1358
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1406,6 +1433,12 @@
1406
1433
  --plasma-typo-h5-bold-font-size: 1.125rem;
1407
1434
  --plasma-typo-h5-bold-font-weight: 600;
1408
1435
  --plasma-typo-h5-bold-line-height: 1.5rem;
1436
+ --plasma-typo-h6-font-size: 0.75rem;
1437
+ --plasma-typo-h6-font-weight: 400;
1438
+ --plasma-typo-h6-line-height: 1rem;
1439
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1440
+ --plasma-typo-h6-bold-font-weight: 600;
1441
+ --plasma-typo-h6-bold-line-height: 1rem;
1409
1442
  --plasma-typo-body-l-font-size: 1.125rem;
1410
1443
  --plasma-typo-body-l-font-weight: 400;
1411
1444
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1484,6 +1517,9 @@
1484
1517
  --plasma-typo-h5-medium-font-size: 1.125rem;
1485
1518
  --plasma-typo-h5-medium-font-weight: 500;
1486
1519
  --plasma-typo-h5-medium-line-height: 1.5rem;
1520
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1521
+ --plasma-typo-h6-medium-font-weight: 500;
1522
+ --plasma-typo-h6-medium-line-height: 1rem;
1487
1523
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1488
1524
  --plasma-typo-body-l-medium-font-weight: 500;
1489
1525
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1857,6 +1857,12 @@
1857
1857
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1858
1858
  --plasma-typo-h5-bold-letter-spacing: normal;
1859
1859
  --plasma-typo-h5-bold-font-style: normal;
1860
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1861
+ --plasma-typo-h6-letter-spacing: normal;
1862
+ --plasma-typo-h6-font-style: normal;
1863
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1864
+ --plasma-typo-h6-bold-letter-spacing: normal;
1865
+ --plasma-typo-h6-bold-font-style: normal;
1860
1866
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1861
1867
  --plasma-typo-body-l-letter-spacing: -0.02em;
1862
1868
  --plasma-typo-body-l-font-style: normal;
@@ -1935,6 +1941,9 @@
1935
1941
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1936
1942
  --plasma-typo-h5-medium-letter-spacing: normal;
1937
1943
  --plasma-typo-h5-medium-font-style: normal;
1944
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1945
+ --plasma-typo-h6-medium-letter-spacing: normal;
1946
+ --plasma-typo-h6-medium-font-style: normal;
1938
1947
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1939
1948
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1940
1949
  --plasma-typo-body-l-medium-font-style: normal;
@@ -2023,6 +2032,12 @@
2023
2032
  --plasma-typo-h5-bold-font-size: 1rem;
2024
2033
  --plasma-typo-h5-bold-font-weight: 600;
2025
2034
  --plasma-typo-h5-bold-line-height: 1.25rem;
2035
+ --plasma-typo-h6-font-size: 0.625rem;
2036
+ --plasma-typo-h6-font-weight: 400;
2037
+ --plasma-typo-h6-line-height: 0.875rem;
2038
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2039
+ --plasma-typo-h6-bold-font-weight: 600;
2040
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2026
2041
  --plasma-typo-body-l-font-size: 1rem;
2027
2042
  --plasma-typo-body-l-font-weight: 400;
2028
2043
  --plasma-typo-body-l-line-height: 1.25rem;
@@ -2101,6 +2116,9 @@
2101
2116
  --plasma-typo-h5-medium-font-size: 1rem;
2102
2117
  --plasma-typo-h5-medium-font-weight: 500;
2103
2118
  --plasma-typo-h5-medium-line-height: 1.25rem;
2119
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2120
+ --plasma-typo-h6-medium-font-weight: 500;
2121
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2104
2122
  --plasma-typo-body-l-medium-font-size: 1rem;
2105
2123
  --plasma-typo-body-l-medium-font-weight: 500;
2106
2124
  --plasma-typo-body-l-medium-line-height: 1.25rem;
@@ -2190,6 +2208,12 @@
2190
2208
  --plasma-typo-h5-bold-font-size: 1rem;
2191
2209
  --plasma-typo-h5-bold-font-weight: 600;
2192
2210
  --plasma-typo-h5-bold-line-height: 1.25rem;
2211
+ --plasma-typo-h6-font-size: 0.625rem;
2212
+ --plasma-typo-h6-font-weight: 400;
2213
+ --plasma-typo-h6-line-height: 0.875rem;
2214
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2215
+ --plasma-typo-h6-bold-font-weight: 600;
2216
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2193
2217
  --plasma-typo-body-l-font-size: 1.125rem;
2194
2218
  --plasma-typo-body-l-font-weight: 400;
2195
2219
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2268,6 +2292,9 @@
2268
2292
  --plasma-typo-h5-medium-font-size: 1rem;
2269
2293
  --plasma-typo-h5-medium-font-weight: 500;
2270
2294
  --plasma-typo-h5-medium-line-height: 1.25rem;
2295
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2296
+ --plasma-typo-h6-medium-font-weight: 500;
2297
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2271
2298
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2272
2299
  --plasma-typo-body-l-medium-font-weight: 500;
2273
2300
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2357,6 +2384,12 @@
2357
2384
  --plasma-typo-h5-bold-font-size: 1rem;
2358
2385
  --plasma-typo-h5-bold-font-weight: 600;
2359
2386
  --plasma-typo-h5-bold-line-height: 1.25rem;
2387
+ --plasma-typo-h6-font-size: 0.625rem;
2388
+ --plasma-typo-h6-font-weight: 400;
2389
+ --plasma-typo-h6-line-height: 0.875rem;
2390
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2391
+ --plasma-typo-h6-bold-font-weight: 600;
2392
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2360
2393
  --plasma-typo-body-l-font-size: 1.125rem;
2361
2394
  --plasma-typo-body-l-font-weight: 400;
2362
2395
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2435,6 +2468,9 @@
2435
2468
  --plasma-typo-h5-medium-font-size: 1rem;
2436
2469
  --plasma-typo-h5-medium-font-weight: 500;
2437
2470
  --plasma-typo-h5-medium-line-height: 1.25rem;
2471
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2472
+ --plasma-typo-h6-medium-font-weight: 500;
2473
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2438
2474
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2439
2475
  --plasma-typo-body-l-medium-font-weight: 500;
2440
2476
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2524,6 +2560,12 @@
2524
2560
  --plasma-typo-h5-bold-font-size: 1.125rem;
2525
2561
  --plasma-typo-h5-bold-font-weight: 600;
2526
2562
  --plasma-typo-h5-bold-line-height: 1.625rem;
2563
+ --plasma-typo-h6-font-size: 0.75rem;
2564
+ --plasma-typo-h6-font-weight: 400;
2565
+ --plasma-typo-h6-line-height: 1rem;
2566
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2567
+ --plasma-typo-h6-bold-font-weight: 600;
2568
+ --plasma-typo-h6-bold-line-height: 1rem;
2527
2569
  --plasma-typo-body-l-font-size: 1.125rem;
2528
2570
  --plasma-typo-body-l-font-weight: 400;
2529
2571
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2602,6 +2644,9 @@
2602
2644
  --plasma-typo-h5-medium-font-size: 1.125rem;
2603
2645
  --plasma-typo-h5-medium-font-weight: 500;
2604
2646
  --plasma-typo-h5-medium-line-height: 1.625rem;
2647
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2648
+ --plasma-typo-h6-medium-font-weight: 500;
2649
+ --plasma-typo-h6-medium-line-height: 1rem;
2605
2650
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2606
2651
  --plasma-typo-body-l-medium-font-weight: 500;
2607
2652
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -979,6 +979,12 @@
979
979
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
980
980
  --plasma-typo-h5-bold-letter-spacing: normal;
981
981
  --plasma-typo-h5-bold-font-style: normal;
982
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
983
+ --plasma-typo-h6-letter-spacing: normal;
984
+ --plasma-typo-h6-font-style: normal;
985
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
986
+ --plasma-typo-h6-bold-letter-spacing: normal;
987
+ --plasma-typo-h6-bold-font-style: normal;
982
988
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
983
989
  --plasma-typo-body-l-letter-spacing: -0.02em;
984
990
  --plasma-typo-body-l-font-style: normal;
@@ -1057,6 +1063,9 @@
1057
1063
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1058
1064
  --plasma-typo-h5-medium-letter-spacing: normal;
1059
1065
  --plasma-typo-h5-medium-font-style: normal;
1066
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1067
+ --plasma-typo-h6-medium-letter-spacing: normal;
1068
+ --plasma-typo-h6-medium-font-style: normal;
1060
1069
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1061
1070
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1062
1071
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1145,6 +1154,12 @@
1145
1154
  --plasma-typo-h5-bold-font-size: 1rem;
1146
1155
  --plasma-typo-h5-bold-font-weight: 600;
1147
1156
  --plasma-typo-h5-bold-line-height: 1.25rem;
1157
+ --plasma-typo-h6-font-size: 0.625rem;
1158
+ --plasma-typo-h6-font-weight: 400;
1159
+ --plasma-typo-h6-line-height: 0.875rem;
1160
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1161
+ --plasma-typo-h6-bold-font-weight: 600;
1162
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1148
1163
  --plasma-typo-body-l-font-size: 1rem;
1149
1164
  --plasma-typo-body-l-font-weight: 400;
1150
1165
  --plasma-typo-body-l-line-height: 1.25rem;
@@ -1223,6 +1238,9 @@
1223
1238
  --plasma-typo-h5-medium-font-size: 1rem;
1224
1239
  --plasma-typo-h5-medium-font-weight: 500;
1225
1240
  --plasma-typo-h5-medium-line-height: 1.25rem;
1241
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1242
+ --plasma-typo-h6-medium-font-weight: 500;
1243
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1226
1244
  --plasma-typo-body-l-medium-font-size: 1rem;
1227
1245
  --plasma-typo-body-l-medium-font-weight: 500;
1228
1246
  --plasma-typo-body-l-medium-line-height: 1.25rem;
@@ -1312,6 +1330,12 @@
1312
1330
  --plasma-typo-h5-bold-font-size: 1rem;
1313
1331
  --plasma-typo-h5-bold-font-weight: 600;
1314
1332
  --plasma-typo-h5-bold-line-height: 1.25rem;
1333
+ --plasma-typo-h6-font-size: 0.625rem;
1334
+ --plasma-typo-h6-font-weight: 400;
1335
+ --plasma-typo-h6-line-height: 0.875rem;
1336
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1337
+ --plasma-typo-h6-bold-font-weight: 600;
1338
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1315
1339
  --plasma-typo-body-l-font-size: 1.125rem;
1316
1340
  --plasma-typo-body-l-font-weight: 400;
1317
1341
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1390,6 +1414,9 @@
1390
1414
  --plasma-typo-h5-medium-font-size: 1rem;
1391
1415
  --plasma-typo-h5-medium-font-weight: 500;
1392
1416
  --plasma-typo-h5-medium-line-height: 1.25rem;
1417
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1418
+ --plasma-typo-h6-medium-font-weight: 500;
1419
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1393
1420
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1394
1421
  --plasma-typo-body-l-medium-font-weight: 500;
1395
1422
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1479,6 +1506,12 @@
1479
1506
  --plasma-typo-h5-bold-font-size: 1rem;
1480
1507
  --plasma-typo-h5-bold-font-weight: 600;
1481
1508
  --plasma-typo-h5-bold-line-height: 1.25rem;
1509
+ --plasma-typo-h6-font-size: 0.625rem;
1510
+ --plasma-typo-h6-font-weight: 400;
1511
+ --plasma-typo-h6-line-height: 0.875rem;
1512
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1513
+ --plasma-typo-h6-bold-font-weight: 600;
1514
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1482
1515
  --plasma-typo-body-l-font-size: 1.125rem;
1483
1516
  --plasma-typo-body-l-font-weight: 400;
1484
1517
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1557,6 +1590,9 @@
1557
1590
  --plasma-typo-h5-medium-font-size: 1rem;
1558
1591
  --plasma-typo-h5-medium-font-weight: 500;
1559
1592
  --plasma-typo-h5-medium-line-height: 1.25rem;
1593
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1594
+ --plasma-typo-h6-medium-font-weight: 500;
1595
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1560
1596
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1561
1597
  --plasma-typo-body-l-medium-font-weight: 500;
1562
1598
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1646,6 +1682,12 @@
1646
1682
  --plasma-typo-h5-bold-font-size: 1.125rem;
1647
1683
  --plasma-typo-h5-bold-font-weight: 600;
1648
1684
  --plasma-typo-h5-bold-line-height: 1.625rem;
1685
+ --plasma-typo-h6-font-size: 0.75rem;
1686
+ --plasma-typo-h6-font-weight: 400;
1687
+ --plasma-typo-h6-line-height: 1rem;
1688
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1689
+ --plasma-typo-h6-bold-font-weight: 600;
1690
+ --plasma-typo-h6-bold-line-height: 1rem;
1649
1691
  --plasma-typo-body-l-font-size: 1.125rem;
1650
1692
  --plasma-typo-body-l-font-weight: 400;
1651
1693
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1724,6 +1766,9 @@
1724
1766
  --plasma-typo-h5-medium-font-size: 1.125rem;
1725
1767
  --plasma-typo-h5-medium-font-weight: 500;
1726
1768
  --plasma-typo-h5-medium-line-height: 1.625rem;
1769
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1770
+ --plasma-typo-h6-medium-font-weight: 500;
1771
+ --plasma-typo-h6-medium-line-height: 1rem;
1727
1772
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1728
1773
  --plasma-typo-body-l-medium-font-weight: 500;
1729
1774
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -977,6 +977,12 @@
977
977
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
978
978
  --plasma-typo-h5-bold-letter-spacing: normal;
979
979
  --plasma-typo-h5-bold-font-style: normal;
980
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
981
+ --plasma-typo-h6-letter-spacing: normal;
982
+ --plasma-typo-h6-font-style: normal;
983
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
984
+ --plasma-typo-h6-bold-letter-spacing: normal;
985
+ --plasma-typo-h6-bold-font-style: normal;
980
986
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
981
987
  --plasma-typo-body-l-letter-spacing: -0.02em;
982
988
  --plasma-typo-body-l-font-style: normal;
@@ -1055,6 +1061,9 @@
1055
1061
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1056
1062
  --plasma-typo-h5-medium-letter-spacing: normal;
1057
1063
  --plasma-typo-h5-medium-font-style: normal;
1064
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1065
+ --plasma-typo-h6-medium-letter-spacing: normal;
1066
+ --plasma-typo-h6-medium-font-style: normal;
1058
1067
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1059
1068
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1060
1069
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1143,6 +1152,12 @@
1143
1152
  --plasma-typo-h5-bold-font-size: 1rem;
1144
1153
  --plasma-typo-h5-bold-font-weight: 600;
1145
1154
  --plasma-typo-h5-bold-line-height: 1.25rem;
1155
+ --plasma-typo-h6-font-size: 0.625rem;
1156
+ --plasma-typo-h6-font-weight: 400;
1157
+ --plasma-typo-h6-line-height: 0.875rem;
1158
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1159
+ --plasma-typo-h6-bold-font-weight: 600;
1160
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1146
1161
  --plasma-typo-body-l-font-size: 1rem;
1147
1162
  --plasma-typo-body-l-font-weight: 400;
1148
1163
  --plasma-typo-body-l-line-height: 1.25rem;
@@ -1221,6 +1236,9 @@
1221
1236
  --plasma-typo-h5-medium-font-size: 1rem;
1222
1237
  --plasma-typo-h5-medium-font-weight: 500;
1223
1238
  --plasma-typo-h5-medium-line-height: 1.25rem;
1239
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1240
+ --plasma-typo-h6-medium-font-weight: 500;
1241
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1224
1242
  --plasma-typo-body-l-medium-font-size: 1rem;
1225
1243
  --plasma-typo-body-l-medium-font-weight: 500;
1226
1244
  --plasma-typo-body-l-medium-line-height: 1.25rem;
@@ -1310,6 +1328,12 @@
1310
1328
  --plasma-typo-h5-bold-font-size: 1rem;
1311
1329
  --plasma-typo-h5-bold-font-weight: 600;
1312
1330
  --plasma-typo-h5-bold-line-height: 1.25rem;
1331
+ --plasma-typo-h6-font-size: 0.625rem;
1332
+ --plasma-typo-h6-font-weight: 400;
1333
+ --plasma-typo-h6-line-height: 0.875rem;
1334
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1335
+ --plasma-typo-h6-bold-font-weight: 600;
1336
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1313
1337
  --plasma-typo-body-l-font-size: 1.125rem;
1314
1338
  --plasma-typo-body-l-font-weight: 400;
1315
1339
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1388,6 +1412,9 @@
1388
1412
  --plasma-typo-h5-medium-font-size: 1rem;
1389
1413
  --plasma-typo-h5-medium-font-weight: 500;
1390
1414
  --plasma-typo-h5-medium-line-height: 1.25rem;
1415
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1416
+ --plasma-typo-h6-medium-font-weight: 500;
1417
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1391
1418
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1392
1419
  --plasma-typo-body-l-medium-font-weight: 500;
1393
1420
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1477,6 +1504,12 @@
1477
1504
  --plasma-typo-h5-bold-font-size: 1rem;
1478
1505
  --plasma-typo-h5-bold-font-weight: 600;
1479
1506
  --plasma-typo-h5-bold-line-height: 1.25rem;
1507
+ --plasma-typo-h6-font-size: 0.625rem;
1508
+ --plasma-typo-h6-font-weight: 400;
1509
+ --plasma-typo-h6-line-height: 0.875rem;
1510
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1511
+ --plasma-typo-h6-bold-font-weight: 600;
1512
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1480
1513
  --plasma-typo-body-l-font-size: 1.125rem;
1481
1514
  --plasma-typo-body-l-font-weight: 400;
1482
1515
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1555,6 +1588,9 @@
1555
1588
  --plasma-typo-h5-medium-font-size: 1rem;
1556
1589
  --plasma-typo-h5-medium-font-weight: 500;
1557
1590
  --plasma-typo-h5-medium-line-height: 1.25rem;
1591
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1592
+ --plasma-typo-h6-medium-font-weight: 500;
1593
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1558
1594
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1559
1595
  --plasma-typo-body-l-medium-font-weight: 500;
1560
1596
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1644,6 +1680,12 @@
1644
1680
  --plasma-typo-h5-bold-font-size: 1.125rem;
1645
1681
  --plasma-typo-h5-bold-font-weight: 600;
1646
1682
  --plasma-typo-h5-bold-line-height: 1.625rem;
1683
+ --plasma-typo-h6-font-size: 0.75rem;
1684
+ --plasma-typo-h6-font-weight: 400;
1685
+ --plasma-typo-h6-line-height: 1rem;
1686
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1687
+ --plasma-typo-h6-bold-font-weight: 600;
1688
+ --plasma-typo-h6-bold-line-height: 1rem;
1647
1689
  --plasma-typo-body-l-font-size: 1.125rem;
1648
1690
  --plasma-typo-body-l-font-weight: 400;
1649
1691
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1722,6 +1764,9 @@
1722
1764
  --plasma-typo-h5-medium-font-size: 1.125rem;
1723
1765
  --plasma-typo-h5-medium-font-weight: 500;
1724
1766
  --plasma-typo-h5-medium-line-height: 1.625rem;
1767
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1768
+ --plasma-typo-h6-medium-font-weight: 500;
1769
+ --plasma-typo-h6-medium-line-height: 1rem;
1725
1770
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1726
1771
  --plasma-typo-body-l-medium-font-weight: 500;
1727
1772
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1967,6 +1967,12 @@
1967
1967
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1968
1968
  --plasma-typo-h5-bold-letter-spacing: normal;
1969
1969
  --plasma-typo-h5-bold-font-style: normal;
1970
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1971
+ --plasma-typo-h6-letter-spacing: normal;
1972
+ --plasma-typo-h6-font-style: normal;
1973
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1974
+ --plasma-typo-h6-bold-letter-spacing: normal;
1975
+ --plasma-typo-h6-bold-font-style: normal;
1970
1976
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1971
1977
  --plasma-typo-body-l-letter-spacing: -0.02em;
1972
1978
  --plasma-typo-body-l-font-style: normal;
@@ -2045,6 +2051,9 @@
2045
2051
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
2046
2052
  --plasma-typo-h5-medium-letter-spacing: normal;
2047
2053
  --plasma-typo-h5-medium-font-style: normal;
2054
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
2055
+ --plasma-typo-h6-medium-letter-spacing: normal;
2056
+ --plasma-typo-h6-medium-font-style: normal;
2048
2057
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
2049
2058
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
2050
2059
  --plasma-typo-body-l-medium-font-style: normal;
@@ -2124,6 +2133,12 @@
2124
2133
  --plasma-typo-h5-bold-font-size: 1rem;
2125
2134
  --plasma-typo-h5-bold-font-weight: 600;
2126
2135
  --plasma-typo-h5-bold-line-height: 1.375rem;
2136
+ --plasma-typo-h6-font-size: 0.625rem;
2137
+ --plasma-typo-h6-font-weight: 400;
2138
+ --plasma-typo-h6-line-height: 0.875rem;
2139
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2140
+ --plasma-typo-h6-bold-font-weight: 600;
2141
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2127
2142
  --plasma-typo-body-l-font-size: 1.125rem;
2128
2143
  --plasma-typo-body-l-font-weight: 400;
2129
2144
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2202,6 +2217,9 @@
2202
2217
  --plasma-typo-h5-medium-font-size: 1rem;
2203
2218
  --plasma-typo-h5-medium-font-weight: 500;
2204
2219
  --plasma-typo-h5-medium-line-height: 1.375rem;
2220
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2221
+ --plasma-typo-h6-medium-font-weight: 500;
2222
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2205
2223
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2206
2224
  --plasma-typo-body-l-medium-font-weight: 500;
2207
2225
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2282,6 +2300,12 @@
2282
2300
  --plasma-typo-h5-bold-font-size: 1rem;
2283
2301
  --plasma-typo-h5-bold-font-weight: 600;
2284
2302
  --plasma-typo-h5-bold-line-height: 1.375rem;
2303
+ --plasma-typo-h6-font-size: 0.625rem;
2304
+ --plasma-typo-h6-font-weight: 400;
2305
+ --plasma-typo-h6-line-height: 0.875rem;
2306
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2307
+ --plasma-typo-h6-bold-font-weight: 600;
2308
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2285
2309
  --plasma-typo-body-l-font-size: 1.125rem;
2286
2310
  --plasma-typo-body-l-font-weight: 400;
2287
2311
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2360,6 +2384,9 @@
2360
2384
  --plasma-typo-h5-medium-font-size: 1rem;
2361
2385
  --plasma-typo-h5-medium-font-weight: 500;
2362
2386
  --plasma-typo-h5-medium-line-height: 1.375rem;
2387
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2388
+ --plasma-typo-h6-medium-font-weight: 500;
2389
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2363
2390
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2364
2391
  --plasma-typo-body-l-medium-font-weight: 500;
2365
2392
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2440,6 +2467,12 @@
2440
2467
  --plasma-typo-h5-bold-font-size: 1.125rem;
2441
2468
  --plasma-typo-h5-bold-font-weight: 600;
2442
2469
  --plasma-typo-h5-bold-line-height: 1.5rem;
2470
+ --plasma-typo-h6-font-size: 0.75rem;
2471
+ --plasma-typo-h6-font-weight: 400;
2472
+ --plasma-typo-h6-line-height: 1rem;
2473
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2474
+ --plasma-typo-h6-bold-font-weight: 600;
2475
+ --plasma-typo-h6-bold-line-height: 1rem;
2443
2476
  --plasma-typo-body-l-font-size: 1.125rem;
2444
2477
  --plasma-typo-body-l-font-weight: 400;
2445
2478
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2518,6 +2551,9 @@
2518
2551
  --plasma-typo-h5-medium-font-size: 1.125rem;
2519
2552
  --plasma-typo-h5-medium-font-weight: 500;
2520
2553
  --plasma-typo-h5-medium-line-height: 1.5rem;
2554
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2555
+ --plasma-typo-h6-medium-font-weight: 500;
2556
+ --plasma-typo-h6-medium-line-height: 1rem;
2521
2557
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2522
2558
  --plasma-typo-body-l-medium-font-weight: 500;
2523
2559
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1033,6 +1033,12 @@
1033
1033
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1034
1034
  --plasma-typo-h5-bold-letter-spacing: normal;
1035
1035
  --plasma-typo-h5-bold-font-style: normal;
1036
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1037
+ --plasma-typo-h6-letter-spacing: normal;
1038
+ --plasma-typo-h6-font-style: normal;
1039
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1040
+ --plasma-typo-h6-bold-letter-spacing: normal;
1041
+ --plasma-typo-h6-bold-font-style: normal;
1036
1042
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1037
1043
  --plasma-typo-body-l-letter-spacing: -0.02em;
1038
1044
  --plasma-typo-body-l-font-style: normal;
@@ -1111,6 +1117,9 @@
1111
1117
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1112
1118
  --plasma-typo-h5-medium-letter-spacing: normal;
1113
1119
  --plasma-typo-h5-medium-font-style: normal;
1120
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1121
+ --plasma-typo-h6-medium-letter-spacing: normal;
1122
+ --plasma-typo-h6-medium-font-style: normal;
1114
1123
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1115
1124
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1116
1125
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1190,6 +1199,12 @@
1190
1199
  --plasma-typo-h5-bold-font-size: 1rem;
1191
1200
  --plasma-typo-h5-bold-font-weight: 600;
1192
1201
  --plasma-typo-h5-bold-line-height: 1.375rem;
1202
+ --plasma-typo-h6-font-size: 0.625rem;
1203
+ --plasma-typo-h6-font-weight: 400;
1204
+ --plasma-typo-h6-line-height: 0.875rem;
1205
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1206
+ --plasma-typo-h6-bold-font-weight: 600;
1207
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1193
1208
  --plasma-typo-body-l-font-size: 1.125rem;
1194
1209
  --plasma-typo-body-l-font-weight: 400;
1195
1210
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1268,6 +1283,9 @@
1268
1283
  --plasma-typo-h5-medium-font-size: 1rem;
1269
1284
  --plasma-typo-h5-medium-font-weight: 500;
1270
1285
  --plasma-typo-h5-medium-line-height: 1.375rem;
1286
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1287
+ --plasma-typo-h6-medium-font-weight: 500;
1288
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1271
1289
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1272
1290
  --plasma-typo-body-l-medium-font-weight: 500;
1273
1291
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1348,6 +1366,12 @@
1348
1366
  --plasma-typo-h5-bold-font-size: 1rem;
1349
1367
  --plasma-typo-h5-bold-font-weight: 600;
1350
1368
  --plasma-typo-h5-bold-line-height: 1.375rem;
1369
+ --plasma-typo-h6-font-size: 0.625rem;
1370
+ --plasma-typo-h6-font-weight: 400;
1371
+ --plasma-typo-h6-line-height: 0.875rem;
1372
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1373
+ --plasma-typo-h6-bold-font-weight: 600;
1374
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1351
1375
  --plasma-typo-body-l-font-size: 1.125rem;
1352
1376
  --plasma-typo-body-l-font-weight: 400;
1353
1377
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1426,6 +1450,9 @@
1426
1450
  --plasma-typo-h5-medium-font-size: 1rem;
1427
1451
  --plasma-typo-h5-medium-font-weight: 500;
1428
1452
  --plasma-typo-h5-medium-line-height: 1.375rem;
1453
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1454
+ --plasma-typo-h6-medium-font-weight: 500;
1455
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1429
1456
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1430
1457
  --plasma-typo-body-l-medium-font-weight: 500;
1431
1458
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1506,6 +1533,12 @@
1506
1533
  --plasma-typo-h5-bold-font-size: 1.125rem;
1507
1534
  --plasma-typo-h5-bold-font-weight: 600;
1508
1535
  --plasma-typo-h5-bold-line-height: 1.5rem;
1536
+ --plasma-typo-h6-font-size: 0.75rem;
1537
+ --plasma-typo-h6-font-weight: 400;
1538
+ --plasma-typo-h6-line-height: 1rem;
1539
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1540
+ --plasma-typo-h6-bold-font-weight: 600;
1541
+ --plasma-typo-h6-bold-line-height: 1rem;
1509
1542
  --plasma-typo-body-l-font-size: 1.125rem;
1510
1543
  --plasma-typo-body-l-font-weight: 400;
1511
1544
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1584,6 +1617,9 @@
1584
1617
  --plasma-typo-h5-medium-font-size: 1.125rem;
1585
1618
  --plasma-typo-h5-medium-font-weight: 500;
1586
1619
  --plasma-typo-h5-medium-line-height: 1.5rem;
1620
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1621
+ --plasma-typo-h6-medium-font-weight: 500;
1622
+ --plasma-typo-h6-medium-line-height: 1rem;
1587
1623
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1588
1624
  --plasma-typo-body-l-medium-font-weight: 500;
1589
1625
  --plasma-typo-body-l-medium-line-height: 1.375rem;