@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
@@ -976,6 +976,12 @@
976
976
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
977
977
  --plasma-typo-h5-bold-letter-spacing: normal;
978
978
  --plasma-typo-h5-bold-font-style: normal;
979
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
980
+ --plasma-typo-h6-letter-spacing: normal;
981
+ --plasma-typo-h6-font-style: normal;
982
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
983
+ --plasma-typo-h6-bold-letter-spacing: normal;
984
+ --plasma-typo-h6-bold-font-style: normal;
979
985
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
980
986
  --plasma-typo-body-l-letter-spacing: -0.02em;
981
987
  --plasma-typo-body-l-font-style: normal;
@@ -1054,6 +1060,9 @@
1054
1060
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1055
1061
  --plasma-typo-h5-medium-letter-spacing: normal;
1056
1062
  --plasma-typo-h5-medium-font-style: normal;
1063
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1064
+ --plasma-typo-h6-medium-letter-spacing: normal;
1065
+ --plasma-typo-h6-medium-font-style: normal;
1057
1066
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1058
1067
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1059
1068
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1133,6 +1142,12 @@
1133
1142
  --plasma-typo-h5-bold-font-size: 1rem;
1134
1143
  --plasma-typo-h5-bold-font-weight: 600;
1135
1144
  --plasma-typo-h5-bold-line-height: 1.375rem;
1145
+ --plasma-typo-h6-font-size: 0.625rem;
1146
+ --plasma-typo-h6-font-weight: 400;
1147
+ --plasma-typo-h6-line-height: 0.875rem;
1148
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1149
+ --plasma-typo-h6-bold-font-weight: 600;
1150
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1136
1151
  --plasma-typo-body-l-font-size: 1.125rem;
1137
1152
  --plasma-typo-body-l-font-weight: 400;
1138
1153
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1211,6 +1226,9 @@
1211
1226
  --plasma-typo-h5-medium-font-size: 1rem;
1212
1227
  --plasma-typo-h5-medium-font-weight: 500;
1213
1228
  --plasma-typo-h5-medium-line-height: 1.375rem;
1229
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1230
+ --plasma-typo-h6-medium-font-weight: 500;
1231
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1214
1232
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1215
1233
  --plasma-typo-body-l-medium-font-weight: 500;
1216
1234
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1291,6 +1309,12 @@
1291
1309
  --plasma-typo-h5-bold-font-size: 1rem;
1292
1310
  --plasma-typo-h5-bold-font-weight: 600;
1293
1311
  --plasma-typo-h5-bold-line-height: 1.375rem;
1312
+ --plasma-typo-h6-font-size: 0.625rem;
1313
+ --plasma-typo-h6-font-weight: 400;
1314
+ --plasma-typo-h6-line-height: 0.875rem;
1315
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1316
+ --plasma-typo-h6-bold-font-weight: 600;
1317
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1294
1318
  --plasma-typo-body-l-font-size: 1.125rem;
1295
1319
  --plasma-typo-body-l-font-weight: 400;
1296
1320
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1369,6 +1393,9 @@
1369
1393
  --plasma-typo-h5-medium-font-size: 1rem;
1370
1394
  --plasma-typo-h5-medium-font-weight: 500;
1371
1395
  --plasma-typo-h5-medium-line-height: 1.375rem;
1396
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1397
+ --plasma-typo-h6-medium-font-weight: 500;
1398
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1372
1399
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1373
1400
  --plasma-typo-body-l-medium-font-weight: 500;
1374
1401
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1449,6 +1476,12 @@
1449
1476
  --plasma-typo-h5-bold-font-size: 1.125rem;
1450
1477
  --plasma-typo-h5-bold-font-weight: 600;
1451
1478
  --plasma-typo-h5-bold-line-height: 1.5rem;
1479
+ --plasma-typo-h6-font-size: 0.75rem;
1480
+ --plasma-typo-h6-font-weight: 400;
1481
+ --plasma-typo-h6-line-height: 1rem;
1482
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1483
+ --plasma-typo-h6-bold-font-weight: 600;
1484
+ --plasma-typo-h6-bold-line-height: 1rem;
1452
1485
  --plasma-typo-body-l-font-size: 1.125rem;
1453
1486
  --plasma-typo-body-l-font-weight: 400;
1454
1487
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1527,6 +1560,9 @@
1527
1560
  --plasma-typo-h5-medium-font-size: 1.125rem;
1528
1561
  --plasma-typo-h5-medium-font-weight: 500;
1529
1562
  --plasma-typo-h5-medium-line-height: 1.5rem;
1563
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1564
+ --plasma-typo-h6-medium-font-weight: 500;
1565
+ --plasma-typo-h6-medium-line-height: 1rem;
1530
1566
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1531
1567
  --plasma-typo-body-l-medium-font-weight: 500;
1532
1568
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -978,6 +978,12 @@
978
978
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
979
979
  --plasma-typo-h5-bold-letter-spacing: normal;
980
980
  --plasma-typo-h5-bold-font-style: normal;
981
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
982
+ --plasma-typo-h6-letter-spacing: normal;
983
+ --plasma-typo-h6-font-style: normal;
984
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
985
+ --plasma-typo-h6-bold-letter-spacing: normal;
986
+ --plasma-typo-h6-bold-font-style: normal;
981
987
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
982
988
  --plasma-typo-body-l-letter-spacing: -0.02em;
983
989
  --plasma-typo-body-l-font-style: normal;
@@ -1056,6 +1062,9 @@
1056
1062
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1057
1063
  --plasma-typo-h5-medium-letter-spacing: normal;
1058
1064
  --plasma-typo-h5-medium-font-style: normal;
1065
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1066
+ --plasma-typo-h6-medium-letter-spacing: normal;
1067
+ --plasma-typo-h6-medium-font-style: normal;
1059
1068
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1060
1069
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1061
1070
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1135,6 +1144,12 @@
1135
1144
  --plasma-typo-h5-bold-font-size: 1rem;
1136
1145
  --plasma-typo-h5-bold-font-weight: 600;
1137
1146
  --plasma-typo-h5-bold-line-height: 1.375rem;
1147
+ --plasma-typo-h6-font-size: 0.625rem;
1148
+ --plasma-typo-h6-font-weight: 400;
1149
+ --plasma-typo-h6-line-height: 0.875rem;
1150
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1151
+ --plasma-typo-h6-bold-font-weight: 600;
1152
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1138
1153
  --plasma-typo-body-l-font-size: 1.125rem;
1139
1154
  --plasma-typo-body-l-font-weight: 400;
1140
1155
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1213,6 +1228,9 @@
1213
1228
  --plasma-typo-h5-medium-font-size: 1rem;
1214
1229
  --plasma-typo-h5-medium-font-weight: 500;
1215
1230
  --plasma-typo-h5-medium-line-height: 1.375rem;
1231
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1232
+ --plasma-typo-h6-medium-font-weight: 500;
1233
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1216
1234
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1217
1235
  --plasma-typo-body-l-medium-font-weight: 500;
1218
1236
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1293,6 +1311,12 @@
1293
1311
  --plasma-typo-h5-bold-font-size: 1rem;
1294
1312
  --plasma-typo-h5-bold-font-weight: 600;
1295
1313
  --plasma-typo-h5-bold-line-height: 1.375rem;
1314
+ --plasma-typo-h6-font-size: 0.625rem;
1315
+ --plasma-typo-h6-font-weight: 400;
1316
+ --plasma-typo-h6-line-height: 0.875rem;
1317
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1318
+ --plasma-typo-h6-bold-font-weight: 600;
1319
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1296
1320
  --plasma-typo-body-l-font-size: 1.125rem;
1297
1321
  --plasma-typo-body-l-font-weight: 400;
1298
1322
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1371,6 +1395,9 @@
1371
1395
  --plasma-typo-h5-medium-font-size: 1rem;
1372
1396
  --plasma-typo-h5-medium-font-weight: 500;
1373
1397
  --plasma-typo-h5-medium-line-height: 1.375rem;
1398
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1399
+ --plasma-typo-h6-medium-font-weight: 500;
1400
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1374
1401
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1375
1402
  --plasma-typo-body-l-medium-font-weight: 500;
1376
1403
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1451,6 +1478,12 @@
1451
1478
  --plasma-typo-h5-bold-font-size: 1.125rem;
1452
1479
  --plasma-typo-h5-bold-font-weight: 600;
1453
1480
  --plasma-typo-h5-bold-line-height: 1.5rem;
1481
+ --plasma-typo-h6-font-size: 0.75rem;
1482
+ --plasma-typo-h6-font-weight: 400;
1483
+ --plasma-typo-h6-line-height: 1rem;
1484
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1485
+ --plasma-typo-h6-bold-font-weight: 600;
1486
+ --plasma-typo-h6-bold-line-height: 1rem;
1454
1487
  --plasma-typo-body-l-font-size: 1.125rem;
1455
1488
  --plasma-typo-body-l-font-weight: 400;
1456
1489
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1529,6 +1562,9 @@
1529
1562
  --plasma-typo-h5-medium-font-size: 1.125rem;
1530
1563
  --plasma-typo-h5-medium-font-weight: 500;
1531
1564
  --plasma-typo-h5-medium-line-height: 1.5rem;
1565
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1566
+ --plasma-typo-h6-medium-font-weight: 500;
1567
+ --plasma-typo-h6-medium-line-height: 1rem;
1532
1568
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1533
1569
  --plasma-typo-body-l-medium-font-weight: 500;
1534
1570
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2301,6 +2301,12 @@
2301
2301
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
2302
2302
  --plasma-typo-h5-bold-letter-spacing: normal;
2303
2303
  --plasma-typo-h5-bold-font-style: normal;
2304
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
2305
+ --plasma-typo-h6-letter-spacing: normal;
2306
+ --plasma-typo-h6-font-style: normal;
2307
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
2308
+ --plasma-typo-h6-bold-letter-spacing: normal;
2309
+ --plasma-typo-h6-bold-font-style: normal;
2304
2310
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
2305
2311
  --plasma-typo-body-l-letter-spacing: -0.02em;
2306
2312
  --plasma-typo-body-l-font-style: normal;
@@ -2379,6 +2385,9 @@
2379
2385
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
2380
2386
  --plasma-typo-h5-medium-letter-spacing: normal;
2381
2387
  --plasma-typo-h5-medium-font-style: normal;
2388
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
2389
+ --plasma-typo-h6-medium-letter-spacing: normal;
2390
+ --plasma-typo-h6-medium-font-style: normal;
2382
2391
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
2383
2392
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
2384
2393
  --plasma-typo-body-l-medium-font-style: normal;
@@ -2458,6 +2467,12 @@
2458
2467
  --plasma-typo-h5-bold-font-size: 1rem;
2459
2468
  --plasma-typo-h5-bold-font-weight: 600;
2460
2469
  --plasma-typo-h5-bold-line-height: 1.375rem;
2470
+ --plasma-typo-h6-font-size: 0.625rem;
2471
+ --plasma-typo-h6-font-weight: 400;
2472
+ --plasma-typo-h6-line-height: 0.875rem;
2473
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2474
+ --plasma-typo-h6-bold-font-weight: 600;
2475
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2461
2476
  --plasma-typo-body-l-font-size: 1.125rem;
2462
2477
  --plasma-typo-body-l-font-weight: 400;
2463
2478
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2536,6 +2551,9 @@
2536
2551
  --plasma-typo-h5-medium-font-size: 1rem;
2537
2552
  --plasma-typo-h5-medium-font-weight: 500;
2538
2553
  --plasma-typo-h5-medium-line-height: 1.375rem;
2554
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2555
+ --plasma-typo-h6-medium-font-weight: 500;
2556
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2539
2557
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2540
2558
  --plasma-typo-body-l-medium-font-weight: 500;
2541
2559
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2616,6 +2634,12 @@
2616
2634
  --plasma-typo-h5-bold-font-size: 1rem;
2617
2635
  --plasma-typo-h5-bold-font-weight: 600;
2618
2636
  --plasma-typo-h5-bold-line-height: 1.375rem;
2637
+ --plasma-typo-h6-font-size: 0.625rem;
2638
+ --plasma-typo-h6-font-weight: 400;
2639
+ --plasma-typo-h6-line-height: 0.875rem;
2640
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2641
+ --plasma-typo-h6-bold-font-weight: 600;
2642
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2619
2643
  --plasma-typo-body-l-font-size: 1.125rem;
2620
2644
  --plasma-typo-body-l-font-weight: 400;
2621
2645
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2694,6 +2718,9 @@
2694
2718
  --plasma-typo-h5-medium-font-size: 1rem;
2695
2719
  --plasma-typo-h5-medium-font-weight: 500;
2696
2720
  --plasma-typo-h5-medium-line-height: 1.375rem;
2721
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2722
+ --plasma-typo-h6-medium-font-weight: 500;
2723
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2697
2724
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2698
2725
  --plasma-typo-body-l-medium-font-weight: 500;
2699
2726
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2774,6 +2801,12 @@
2774
2801
  --plasma-typo-h5-bold-font-size: 1.125rem;
2775
2802
  --plasma-typo-h5-bold-font-weight: 600;
2776
2803
  --plasma-typo-h5-bold-line-height: 1.5rem;
2804
+ --plasma-typo-h6-font-size: 0.75rem;
2805
+ --plasma-typo-h6-font-weight: 400;
2806
+ --plasma-typo-h6-line-height: 1rem;
2807
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2808
+ --plasma-typo-h6-bold-font-weight: 600;
2809
+ --plasma-typo-h6-bold-line-height: 1rem;
2777
2810
  --plasma-typo-body-l-font-size: 1.125rem;
2778
2811
  --plasma-typo-body-l-font-weight: 400;
2779
2812
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2852,6 +2885,9 @@
2852
2885
  --plasma-typo-h5-medium-font-size: 1.125rem;
2853
2886
  --plasma-typo-h5-medium-font-weight: 500;
2854
2887
  --plasma-typo-h5-medium-line-height: 1.5rem;
2888
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2889
+ --plasma-typo-h6-medium-font-weight: 500;
2890
+ --plasma-typo-h6-medium-line-height: 1rem;
2855
2891
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2856
2892
  --plasma-typo-body-l-medium-font-weight: 500;
2857
2893
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1089,6 +1089,12 @@
1089
1089
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1090
1090
  --plasma-typo-h5-bold-letter-spacing: normal;
1091
1091
  --plasma-typo-h5-bold-font-style: normal;
1092
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1093
+ --plasma-typo-h6-letter-spacing: normal;
1094
+ --plasma-typo-h6-font-style: normal;
1095
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1096
+ --plasma-typo-h6-bold-letter-spacing: normal;
1097
+ --plasma-typo-h6-bold-font-style: normal;
1092
1098
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1093
1099
  --plasma-typo-body-l-letter-spacing: -0.02em;
1094
1100
  --plasma-typo-body-l-font-style: normal;
@@ -1167,6 +1173,9 @@
1167
1173
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1168
1174
  --plasma-typo-h5-medium-letter-spacing: normal;
1169
1175
  --plasma-typo-h5-medium-font-style: normal;
1176
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1177
+ --plasma-typo-h6-medium-letter-spacing: normal;
1178
+ --plasma-typo-h6-medium-font-style: normal;
1170
1179
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1171
1180
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1172
1181
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1246,6 +1255,12 @@
1246
1255
  --plasma-typo-h5-bold-font-size: 1rem;
1247
1256
  --plasma-typo-h5-bold-font-weight: 600;
1248
1257
  --plasma-typo-h5-bold-line-height: 1.375rem;
1258
+ --plasma-typo-h6-font-size: 0.625rem;
1259
+ --plasma-typo-h6-font-weight: 400;
1260
+ --plasma-typo-h6-line-height: 0.875rem;
1261
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1262
+ --plasma-typo-h6-bold-font-weight: 600;
1263
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1249
1264
  --plasma-typo-body-l-font-size: 1.125rem;
1250
1265
  --plasma-typo-body-l-font-weight: 400;
1251
1266
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1324,6 +1339,9 @@
1324
1339
  --plasma-typo-h5-medium-font-size: 1rem;
1325
1340
  --plasma-typo-h5-medium-font-weight: 500;
1326
1341
  --plasma-typo-h5-medium-line-height: 1.375rem;
1342
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1343
+ --plasma-typo-h6-medium-font-weight: 500;
1344
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1327
1345
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1328
1346
  --plasma-typo-body-l-medium-font-weight: 500;
1329
1347
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1404,6 +1422,12 @@
1404
1422
  --plasma-typo-h5-bold-font-size: 1rem;
1405
1423
  --plasma-typo-h5-bold-font-weight: 600;
1406
1424
  --plasma-typo-h5-bold-line-height: 1.375rem;
1425
+ --plasma-typo-h6-font-size: 0.625rem;
1426
+ --plasma-typo-h6-font-weight: 400;
1427
+ --plasma-typo-h6-line-height: 0.875rem;
1428
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1429
+ --plasma-typo-h6-bold-font-weight: 600;
1430
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1407
1431
  --plasma-typo-body-l-font-size: 1.125rem;
1408
1432
  --plasma-typo-body-l-font-weight: 400;
1409
1433
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1482,6 +1506,9 @@
1482
1506
  --plasma-typo-h5-medium-font-size: 1rem;
1483
1507
  --plasma-typo-h5-medium-font-weight: 500;
1484
1508
  --plasma-typo-h5-medium-line-height: 1.375rem;
1509
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1510
+ --plasma-typo-h6-medium-font-weight: 500;
1511
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1485
1512
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1486
1513
  --plasma-typo-body-l-medium-font-weight: 500;
1487
1514
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1562,6 +1589,12 @@
1562
1589
  --plasma-typo-h5-bold-font-size: 1.125rem;
1563
1590
  --plasma-typo-h5-bold-font-weight: 600;
1564
1591
  --plasma-typo-h5-bold-line-height: 1.5rem;
1592
+ --plasma-typo-h6-font-size: 0.75rem;
1593
+ --plasma-typo-h6-font-weight: 400;
1594
+ --plasma-typo-h6-line-height: 1rem;
1595
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1596
+ --plasma-typo-h6-bold-font-weight: 600;
1597
+ --plasma-typo-h6-bold-line-height: 1rem;
1565
1598
  --plasma-typo-body-l-font-size: 1.125rem;
1566
1599
  --plasma-typo-body-l-font-weight: 400;
1567
1600
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1640,6 +1673,9 @@
1640
1673
  --plasma-typo-h5-medium-font-size: 1.125rem;
1641
1674
  --plasma-typo-h5-medium-font-weight: 500;
1642
1675
  --plasma-typo-h5-medium-line-height: 1.5rem;
1676
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1677
+ --plasma-typo-h6-medium-font-weight: 500;
1678
+ --plasma-typo-h6-medium-line-height: 1rem;
1643
1679
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1644
1680
  --plasma-typo-body-l-medium-font-weight: 500;
1645
1681
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1311,6 +1311,12 @@
1311
1311
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1312
1312
  --plasma-typo-h5-bold-letter-spacing: normal;
1313
1313
  --plasma-typo-h5-bold-font-style: normal;
1314
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1315
+ --plasma-typo-h6-letter-spacing: normal;
1316
+ --plasma-typo-h6-font-style: normal;
1317
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1318
+ --plasma-typo-h6-bold-letter-spacing: normal;
1319
+ --plasma-typo-h6-bold-font-style: normal;
1314
1320
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1315
1321
  --plasma-typo-body-l-letter-spacing: -0.02em;
1316
1322
  --plasma-typo-body-l-font-style: normal;
@@ -1389,6 +1395,9 @@
1389
1395
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1390
1396
  --plasma-typo-h5-medium-letter-spacing: normal;
1391
1397
  --plasma-typo-h5-medium-font-style: normal;
1398
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1399
+ --plasma-typo-h6-medium-letter-spacing: normal;
1400
+ --plasma-typo-h6-medium-font-style: normal;
1392
1401
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1393
1402
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1394
1403
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1468,6 +1477,12 @@
1468
1477
  --plasma-typo-h5-bold-font-size: 1rem;
1469
1478
  --plasma-typo-h5-bold-font-weight: 600;
1470
1479
  --plasma-typo-h5-bold-line-height: 1.375rem;
1480
+ --plasma-typo-h6-font-size: 0.625rem;
1481
+ --plasma-typo-h6-font-weight: 400;
1482
+ --plasma-typo-h6-line-height: 0.875rem;
1483
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1484
+ --plasma-typo-h6-bold-font-weight: 600;
1485
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1471
1486
  --plasma-typo-body-l-font-size: 1.125rem;
1472
1487
  --plasma-typo-body-l-font-weight: 400;
1473
1488
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1546,6 +1561,9 @@
1546
1561
  --plasma-typo-h5-medium-font-size: 1rem;
1547
1562
  --plasma-typo-h5-medium-font-weight: 500;
1548
1563
  --plasma-typo-h5-medium-line-height: 1.375rem;
1564
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1565
+ --plasma-typo-h6-medium-font-weight: 500;
1566
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1549
1567
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1550
1568
  --plasma-typo-body-l-medium-font-weight: 500;
1551
1569
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1626,6 +1644,12 @@
1626
1644
  --plasma-typo-h5-bold-font-size: 1rem;
1627
1645
  --plasma-typo-h5-bold-font-weight: 600;
1628
1646
  --plasma-typo-h5-bold-line-height: 1.375rem;
1647
+ --plasma-typo-h6-font-size: 0.625rem;
1648
+ --plasma-typo-h6-font-weight: 400;
1649
+ --plasma-typo-h6-line-height: 0.875rem;
1650
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1651
+ --plasma-typo-h6-bold-font-weight: 600;
1652
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1629
1653
  --plasma-typo-body-l-font-size: 1.125rem;
1630
1654
  --plasma-typo-body-l-font-weight: 400;
1631
1655
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1704,6 +1728,9 @@
1704
1728
  --plasma-typo-h5-medium-font-size: 1rem;
1705
1729
  --plasma-typo-h5-medium-font-weight: 500;
1706
1730
  --plasma-typo-h5-medium-line-height: 1.375rem;
1731
+ --plasma-typo-h6-medium-font-size: 0.625rem;
1732
+ --plasma-typo-h6-medium-font-weight: 500;
1733
+ --plasma-typo-h6-medium-line-height: 0.875rem;
1707
1734
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1708
1735
  --plasma-typo-body-l-medium-font-weight: 500;
1709
1736
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1784,6 +1811,12 @@
1784
1811
  --plasma-typo-h5-bold-font-size: 1.125rem;
1785
1812
  --plasma-typo-h5-bold-font-weight: 600;
1786
1813
  --plasma-typo-h5-bold-line-height: 1.5rem;
1814
+ --plasma-typo-h6-font-size: 0.75rem;
1815
+ --plasma-typo-h6-font-weight: 400;
1816
+ --plasma-typo-h6-line-height: 1rem;
1817
+ --plasma-typo-h6-bold-font-size: 0.75rem;
1818
+ --plasma-typo-h6-bold-font-weight: 600;
1819
+ --plasma-typo-h6-bold-line-height: 1rem;
1787
1820
  --plasma-typo-body-l-font-size: 1.125rem;
1788
1821
  --plasma-typo-body-l-font-weight: 400;
1789
1822
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -1862,6 +1895,9 @@
1862
1895
  --plasma-typo-h5-medium-font-size: 1.125rem;
1863
1896
  --plasma-typo-h5-medium-font-weight: 500;
1864
1897
  --plasma-typo-h5-medium-line-height: 1.5rem;
1898
+ --plasma-typo-h6-medium-font-size: 0.75rem;
1899
+ --plasma-typo-h6-medium-font-weight: 500;
1900
+ --plasma-typo-h6-medium-line-height: 1rem;
1865
1901
  --plasma-typo-body-l-medium-font-size: 1.125rem;
1866
1902
  --plasma-typo-body-l-medium-font-weight: 500;
1867
1903
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -1767,6 +1767,12 @@
1767
1767
  --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
1768
1768
  --plasma-typo-h5-bold-letter-spacing: normal;
1769
1769
  --plasma-typo-h5-bold-font-style: normal;
1770
+ --plasma-typo-h6-font-family: var(--plasma-typo-header-font-family);
1771
+ --plasma-typo-h6-letter-spacing: normal;
1772
+ --plasma-typo-h6-font-style: normal;
1773
+ --plasma-typo-h6-bold-font-family: var(--plasma-typo-header-font-family);
1774
+ --plasma-typo-h6-bold-letter-spacing: normal;
1775
+ --plasma-typo-h6-bold-font-style: normal;
1770
1776
  --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
1771
1777
  --plasma-typo-body-l-letter-spacing: -0.02em;
1772
1778
  --plasma-typo-body-l-font-style: normal;
@@ -1845,6 +1851,9 @@
1845
1851
  --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1846
1852
  --plasma-typo-h5-medium-letter-spacing: normal;
1847
1853
  --plasma-typo-h5-medium-font-style: normal;
1854
+ --plasma-typo-h6-medium-font-family: var(--plasma-typo-header-font-family);
1855
+ --plasma-typo-h6-medium-letter-spacing: normal;
1856
+ --plasma-typo-h6-medium-font-style: normal;
1848
1857
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1849
1858
  --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1850
1859
  --plasma-typo-body-l-medium-font-style: normal;
@@ -1924,6 +1933,12 @@
1924
1933
  --plasma-typo-h5-bold-font-size: 1rem;
1925
1934
  --plasma-typo-h5-bold-font-weight: 600;
1926
1935
  --plasma-typo-h5-bold-line-height: 1.375rem;
1936
+ --plasma-typo-h6-font-size: 0.625rem;
1937
+ --plasma-typo-h6-font-weight: 400;
1938
+ --plasma-typo-h6-line-height: 0.875rem;
1939
+ --plasma-typo-h6-bold-font-size: 0.625rem;
1940
+ --plasma-typo-h6-bold-font-weight: 600;
1941
+ --plasma-typo-h6-bold-line-height: 0.875rem;
1927
1942
  --plasma-typo-body-l-font-size: 1.125rem;
1928
1943
  --plasma-typo-body-l-font-weight: 400;
1929
1944
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2002,6 +2017,9 @@
2002
2017
  --plasma-typo-h5-medium-font-size: 1rem;
2003
2018
  --plasma-typo-h5-medium-font-weight: 500;
2004
2019
  --plasma-typo-h5-medium-line-height: 1.375rem;
2020
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2021
+ --plasma-typo-h6-medium-font-weight: 500;
2022
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2005
2023
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2006
2024
  --plasma-typo-body-l-medium-font-weight: 500;
2007
2025
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2082,6 +2100,12 @@
2082
2100
  --plasma-typo-h5-bold-font-size: 1rem;
2083
2101
  --plasma-typo-h5-bold-font-weight: 600;
2084
2102
  --plasma-typo-h5-bold-line-height: 1.375rem;
2103
+ --plasma-typo-h6-font-size: 0.625rem;
2104
+ --plasma-typo-h6-font-weight: 400;
2105
+ --plasma-typo-h6-line-height: 0.875rem;
2106
+ --plasma-typo-h6-bold-font-size: 0.625rem;
2107
+ --plasma-typo-h6-bold-font-weight: 600;
2108
+ --plasma-typo-h6-bold-line-height: 0.875rem;
2085
2109
  --plasma-typo-body-l-font-size: 1.125rem;
2086
2110
  --plasma-typo-body-l-font-weight: 400;
2087
2111
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2160,6 +2184,9 @@
2160
2184
  --plasma-typo-h5-medium-font-size: 1rem;
2161
2185
  --plasma-typo-h5-medium-font-weight: 500;
2162
2186
  --plasma-typo-h5-medium-line-height: 1.375rem;
2187
+ --plasma-typo-h6-medium-font-size: 0.625rem;
2188
+ --plasma-typo-h6-medium-font-weight: 500;
2189
+ --plasma-typo-h6-medium-line-height: 0.875rem;
2163
2190
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2164
2191
  --plasma-typo-body-l-medium-font-weight: 500;
2165
2192
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -2240,6 +2267,12 @@
2240
2267
  --plasma-typo-h5-bold-font-size: 1.125rem;
2241
2268
  --plasma-typo-h5-bold-font-weight: 600;
2242
2269
  --plasma-typo-h5-bold-line-height: 1.5rem;
2270
+ --plasma-typo-h6-font-size: 0.75rem;
2271
+ --plasma-typo-h6-font-weight: 400;
2272
+ --plasma-typo-h6-line-height: 1rem;
2273
+ --plasma-typo-h6-bold-font-size: 0.75rem;
2274
+ --plasma-typo-h6-bold-font-weight: 600;
2275
+ --plasma-typo-h6-bold-line-height: 1rem;
2243
2276
  --plasma-typo-body-l-font-size: 1.125rem;
2244
2277
  --plasma-typo-body-l-font-weight: 400;
2245
2278
  --plasma-typo-body-l-line-height: 1.375rem;
@@ -2318,6 +2351,9 @@
2318
2351
  --plasma-typo-h5-medium-font-size: 1.125rem;
2319
2352
  --plasma-typo-h5-medium-font-weight: 500;
2320
2353
  --plasma-typo-h5-medium-line-height: 1.5rem;
2354
+ --plasma-typo-h6-medium-font-size: 0.75rem;
2355
+ --plasma-typo-h6-medium-font-weight: 500;
2356
+ --plasma-typo-h6-medium-line-height: 1rem;
2321
2357
  --plasma-typo-body-l-medium-font-size: 1.125rem;
2322
2358
  --plasma-typo-body-l-medium-font-weight: 500;
2323
2359
  --plasma-typo-body-l-medium-line-height: 1.375rem;
@@ -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;