@salutejs/sdds-themes 0.52.0-canary.2407.20483515183.0 → 0.52.0-canary.2408.20948286136.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
@@ -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;
@@ -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;
@@ -1817,6 +1817,12 @@
1817
1817
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1818
1818
  --plasma-typo-h5-bold-letter-spacing: normal;
1819
1819
  --plasma-typo-h5-bold-font-style: normal;
1820
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1821
+ --plasma-typo-h6-letter-spacing: normal;
1822
+ --plasma-typo-h6-font-style: normal;
1823
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1824
+ --plasma-typo-h6-bold-letter-spacing: normal;
1825
+ --plasma-typo-h6-bold-font-style: normal;
1820
1826
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1821
1827
  --plasma-typo-body-l-letter-spacing: -0.02em;
1822
1828
  --plasma-typo-body-l-font-style: normal;
@@ -1895,6 +1901,9 @@
1895
1901
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1896
1902
  --plasma-typo-h5-medium-letter-spacing: normal;
1897
1903
  --plasma-typo-h5-medium-font-style: normal;
1904
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1905
+ --plasma-typo-h6-medium-letter-spacing: normal;
1906
+ --plasma-typo-h6-medium-font-style: normal;
1898
1907
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1899
1908
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1900
1909
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1974,6 +1983,12 @@
1974
1983
  --plasma-typo-h5-bold-font-size: 1rem;
1975
1984
  --plasma-typo-h5-bold-font-weight: 600;
1976
1985
  --plasma-typo-h5-bold-line-height: 1.375rem;
1986
+ --plasma-typo-h6-font-size: 0.625rem;
1987
+ --plasma-typo-h6-font-weight: 400;
1988
+ --plasma-typo-h6-line-height: 0.875rem;
1989
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1990
+ --plasma-typo-h6-bold-font-weight: 600;
1991
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1977
1992
  --plasma-typo-body-l-font-size: 1.125rem;
1978
1993
  --plasma-typo-body-l-font-weight: 400;
1979
1994
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2052,6 +2067,9 @@
2052
2067
  --plasma-typo-h5-medium-font-size: 1rem;
2053
2068
  --plasma-typo-h5-medium-font-weight: 500;
2054
2069
  --plasma-typo-h5-medium-line-height: 1.375rem;
2070
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2071
+ --plasma-typo-h6-medium-font-weight: 500;
2072
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2055
2073
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2056
2074
  --plasma-typo-body-l-medium-font-weight: 500;
2057
2075
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2132,6 +2150,12 @@
2132
2150
  --plasma-typo-h5-bold-font-size: 1rem;
2133
2151
  --plasma-typo-h5-bold-font-weight: 600;
2134
2152
  --plasma-typo-h5-bold-line-height: 1.375rem;
2153
+ --plasma-typo-h6-font-size: 0.625rem;
2154
+ --plasma-typo-h6-font-weight: 400;
2155
+ --plasma-typo-h6-line-height: 0.875rem;
2156
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2157
+ --plasma-typo-h6-bold-font-weight: 600;
2158
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2135
2159
  --plasma-typo-body-l-font-size: 1.125rem;
2136
2160
  --plasma-typo-body-l-font-weight: 400;
2137
2161
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2210,6 +2234,9 @@
2210
2234
  --plasma-typo-h5-medium-font-size: 1rem;
2211
2235
  --plasma-typo-h5-medium-font-weight: 500;
2212
2236
  --plasma-typo-h5-medium-line-height: 1.375rem;
2237
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2238
+ --plasma-typo-h6-medium-font-weight: 500;
2239
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2213
2240
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2214
2241
  --plasma-typo-body-l-medium-font-weight: 500;
2215
2242
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2290,6 +2317,12 @@
2290
2317
  --plasma-typo-h5-bold-font-size: 1.125rem;
2291
2318
  --plasma-typo-h5-bold-font-weight: 600;
2292
2319
  --plasma-typo-h5-bold-line-height: 1.5rem;
2320
+ --plasma-typo-h6-font-size: 0.75rem;
2321
+ --plasma-typo-h6-font-weight: 400;
2322
+ --plasma-typo-h6-line-height: 1rem;
2323
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2324
+ --plasma-typo-h6-bold-font-weight: 600;
2325
+ --plasma-typo-h6-bold-line-height: 1rem;
2293
2326
  --plasma-typo-body-l-font-size: 1.125rem;
2294
2327
  --plasma-typo-body-l-font-weight: 400;
2295
2328
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2368,6 +2401,9 @@
2368
2401
  --plasma-typo-h5-medium-font-size: 1.125rem;
2369
2402
  --plasma-typo-h5-medium-font-weight: 500;
2370
2403
  --plasma-typo-h5-medium-line-height: 1.5rem;
2404
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2405
+ --plasma-typo-h6-medium-font-weight: 500;
2406
+ --plasma-typo-h6-medium-line-height: 1rem;
2371
2407
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2372
2408
  --plasma-typo-body-l-medium-font-weight: 500;
2373
2409
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -958,6 +958,12 @@
958
958
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
959
959
  --plasma-typo-h5-bold-letter-spacing: normal;
960
960
  --plasma-typo-h5-bold-font-style: normal;
961
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
962
+ --plasma-typo-h6-letter-spacing: normal;
963
+ --plasma-typo-h6-font-style: normal;
964
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
965
+ --plasma-typo-h6-bold-letter-spacing: normal;
966
+ --plasma-typo-h6-bold-font-style: normal;
961
967
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
962
968
  --plasma-typo-body-l-letter-spacing: -0.02em;
963
969
  --plasma-typo-body-l-font-style: normal;
@@ -1036,6 +1042,9 @@
1036
1042
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1037
1043
  --plasma-typo-h5-medium-letter-spacing: normal;
1038
1044
  --plasma-typo-h5-medium-font-style: normal;
1045
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1046
+ --plasma-typo-h6-medium-letter-spacing: normal;
1047
+ --plasma-typo-h6-medium-font-style: normal;
1039
1048
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1040
1049
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1041
1050
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1115,6 +1124,12 @@
1115
1124
  --plasma-typo-h5-bold-font-size: 1rem;
1116
1125
  --plasma-typo-h5-bold-font-weight: 600;
1117
1126
  --plasma-typo-h5-bold-line-height: 1.375rem;
1127
+ --plasma-typo-h6-font-size: 0.625rem;
1128
+ --plasma-typo-h6-font-weight: 400;
1129
+ --plasma-typo-h6-line-height: 0.875rem;
1130
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1131
+ --plasma-typo-h6-bold-font-weight: 600;
1132
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1118
1133
  --plasma-typo-body-l-font-size: 1.125rem;
1119
1134
  --plasma-typo-body-l-font-weight: 400;
1120
1135
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1193,6 +1208,9 @@
1193
1208
  --plasma-typo-h5-medium-font-size: 1rem;
1194
1209
  --plasma-typo-h5-medium-font-weight: 500;
1195
1210
  --plasma-typo-h5-medium-line-height: 1.375rem;
1211
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1212
+ --plasma-typo-h6-medium-font-weight: 500;
1213
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1196
1214
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1197
1215
  --plasma-typo-body-l-medium-font-weight: 500;
1198
1216
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1273,6 +1291,12 @@
1273
1291
  --plasma-typo-h5-bold-font-size: 1rem;
1274
1292
  --plasma-typo-h5-bold-font-weight: 600;
1275
1293
  --plasma-typo-h5-bold-line-height: 1.375rem;
1294
+ --plasma-typo-h6-font-size: 0.625rem;
1295
+ --plasma-typo-h6-font-weight: 400;
1296
+ --plasma-typo-h6-line-height: 0.875rem;
1297
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1298
+ --plasma-typo-h6-bold-font-weight: 600;
1299
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1276
1300
  --plasma-typo-body-l-font-size: 1.125rem;
1277
1301
  --plasma-typo-body-l-font-weight: 400;
1278
1302
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1351,6 +1375,9 @@
1351
1375
  --plasma-typo-h5-medium-font-size: 1rem;
1352
1376
  --plasma-typo-h5-medium-font-weight: 500;
1353
1377
  --plasma-typo-h5-medium-line-height: 1.375rem;
1378
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1379
+ --plasma-typo-h6-medium-font-weight: 500;
1380
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1354
1381
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1355
1382
  --plasma-typo-body-l-medium-font-weight: 500;
1356
1383
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1431,6 +1458,12 @@
1431
1458
  --plasma-typo-h5-bold-font-size: 1.125rem;
1432
1459
  --plasma-typo-h5-bold-font-weight: 600;
1433
1460
  --plasma-typo-h5-bold-line-height: 1.5rem;
1461
+ --plasma-typo-h6-font-size: 0.75rem;
1462
+ --plasma-typo-h6-font-weight: 400;
1463
+ --plasma-typo-h6-line-height: 1rem;
1464
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1465
+ --plasma-typo-h6-bold-font-weight: 600;
1466
+ --plasma-typo-h6-bold-line-height: 1rem;
1434
1467
  --plasma-typo-body-l-font-size: 1.125rem;
1435
1468
  --plasma-typo-body-l-font-weight: 400;
1436
1469
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1509,6 +1542,9 @@
1509
1542
  --plasma-typo-h5-medium-font-size: 1.125rem;
1510
1543
  --plasma-typo-h5-medium-font-weight: 500;
1511
1544
  --plasma-typo-h5-medium-line-height: 1.5rem;
1545
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1546
+ --plasma-typo-h6-medium-font-weight: 500;
1547
+ --plasma-typo-h6-medium-line-height: 1rem;
1512
1548
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1513
1549
  --plasma-typo-body-l-medium-font-weight: 500;
1514
1550
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -958,6 +958,12 @@
958
958
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
959
959
  --plasma-typo-h5-bold-letter-spacing: normal;
960
960
  --plasma-typo-h5-bold-font-style: normal;
961
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
962
+ --plasma-typo-h6-letter-spacing: normal;
963
+ --plasma-typo-h6-font-style: normal;
964
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
965
+ --plasma-typo-h6-bold-letter-spacing: normal;
966
+ --plasma-typo-h6-bold-font-style: normal;
961
967
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
962
968
  --plasma-typo-body-l-letter-spacing: -0.02em;
963
969
  --plasma-typo-body-l-font-style: normal;
@@ -1036,6 +1042,9 @@
1036
1042
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1037
1043
  --plasma-typo-h5-medium-letter-spacing: normal;
1038
1044
  --plasma-typo-h5-medium-font-style: normal;
1045
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1046
+ --plasma-typo-h6-medium-letter-spacing: normal;
1047
+ --plasma-typo-h6-medium-font-style: normal;
1039
1048
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1040
1049
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1041
1050
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1115,6 +1124,12 @@
1115
1124
  --plasma-typo-h5-bold-font-size: 1rem;
1116
1125
  --plasma-typo-h5-bold-font-weight: 600;
1117
1126
  --plasma-typo-h5-bold-line-height: 1.375rem;
1127
+ --plasma-typo-h6-font-size: 0.625rem;
1128
+ --plasma-typo-h6-font-weight: 400;
1129
+ --plasma-typo-h6-line-height: 0.875rem;
1130
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1131
+ --plasma-typo-h6-bold-font-weight: 600;
1132
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1118
1133
  --plasma-typo-body-l-font-size: 1.125rem;
1119
1134
  --plasma-typo-body-l-font-weight: 400;
1120
1135
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1193,6 +1208,9 @@
1193
1208
  --plasma-typo-h5-medium-font-size: 1rem;
1194
1209
  --plasma-typo-h5-medium-font-weight: 500;
1195
1210
  --plasma-typo-h5-medium-line-height: 1.375rem;
1211
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1212
+ --plasma-typo-h6-medium-font-weight: 500;
1213
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1196
1214
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1197
1215
  --plasma-typo-body-l-medium-font-weight: 500;
1198
1216
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1273,6 +1291,12 @@
1273
1291
  --plasma-typo-h5-bold-font-size: 1rem;
1274
1292
  --plasma-typo-h5-bold-font-weight: 600;
1275
1293
  --plasma-typo-h5-bold-line-height: 1.375rem;
1294
+ --plasma-typo-h6-font-size: 0.625rem;
1295
+ --plasma-typo-h6-font-weight: 400;
1296
+ --plasma-typo-h6-line-height: 0.875rem;
1297
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1298
+ --plasma-typo-h6-bold-font-weight: 600;
1299
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1276
1300
  --plasma-typo-body-l-font-size: 1.125rem;
1277
1301
  --plasma-typo-body-l-font-weight: 400;
1278
1302
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1351,6 +1375,9 @@
1351
1375
  --plasma-typo-h5-medium-font-size: 1rem;
1352
1376
  --plasma-typo-h5-medium-font-weight: 500;
1353
1377
  --plasma-typo-h5-medium-line-height: 1.375rem;
1378
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1379
+ --plasma-typo-h6-medium-font-weight: 500;
1380
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1354
1381
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1355
1382
  --plasma-typo-body-l-medium-font-weight: 500;
1356
1383
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1431,6 +1458,12 @@
1431
1458
  --plasma-typo-h5-bold-font-size: 1.125rem;
1432
1459
  --plasma-typo-h5-bold-font-weight: 600;
1433
1460
  --plasma-typo-h5-bold-line-height: 1.5rem;
1461
+ --plasma-typo-h6-font-size: 0.75rem;
1462
+ --plasma-typo-h6-font-weight: 400;
1463
+ --plasma-typo-h6-line-height: 1rem;
1464
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1465
+ --plasma-typo-h6-bold-font-weight: 600;
1466
+ --plasma-typo-h6-bold-line-height: 1rem;
1434
1467
  --plasma-typo-body-l-font-size: 1.125rem;
1435
1468
  --plasma-typo-body-l-font-weight: 400;
1436
1469
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1509,6 +1542,9 @@
1509
1542
  --plasma-typo-h5-medium-font-size: 1.125rem;
1510
1543
  --plasma-typo-h5-medium-font-weight: 500;
1511
1544
  --plasma-typo-h5-medium-line-height: 1.5rem;
1545
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1546
+ --plasma-typo-h6-medium-font-weight: 500;
1547
+ --plasma-typo-h6-medium-line-height: 1rem;
1512
1548
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1513
1549
  --plasma-typo-body-l-medium-font-weight: 500;
1514
1550
  --plasma-typo-body-l-medium-line-height: 1.375rem;