@salutejs/plasma-new-hope 0.316.0-dev.0 → 0.317.0-canary.1886.14214080050.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 (230) hide show
  1. package/cjs/components/Button/Button.js +0 -1
  2. package/cjs/components/Button/Button.js.map +1 -1
  3. package/cjs/components/Chip/Chip.js +0 -1
  4. package/cjs/components/Chip/Chip.js.map +1 -1
  5. package/cjs/components/TextArea/TextArea.js +0 -1
  6. package/cjs/components/TextArea/TextArea.js.map +1 -1
  7. package/cjs/components/TextField/TextField.js +0 -2
  8. package/cjs/components/TextField/TextField.js.map +1 -1
  9. package/cjs/components/Typography/Body/Body.css +1 -1
  10. package/cjs/components/Typography/Typography.js +4 -4
  11. package/cjs/components/Typography/Typography.js.map +1 -1
  12. package/cjs/components/Typography/Typography.styles.js +1 -1
  13. package/cjs/components/Typography/Typography.styles.js.map +1 -1
  14. package/cjs/components/Typography/{Typography.styles_fa07dt.css → Typography.styles_c0qunc.css} +1 -1
  15. package/cjs/components/Typography/tokens.js +3 -1
  16. package/cjs/components/Typography/tokens.js.map +1 -1
  17. package/cjs/engines/linaria.js +4 -2
  18. package/cjs/engines/linaria.js.map +1 -1
  19. package/cjs/index.css +1 -1
  20. package/emotion/cjs/components/Button/Button.js +0 -1
  21. package/emotion/cjs/components/Chip/Chip.js +0 -1
  22. package/emotion/cjs/components/TextArea/TextArea.js +1 -2
  23. package/emotion/cjs/components/TextField/TextField.js +1 -3
  24. package/emotion/cjs/components/Typography/Typography.js +4 -4
  25. package/emotion/cjs/components/Typography/Typography.styles.js +1 -1
  26. package/emotion/cjs/components/Typography/Typography.template-doc.mdx +42 -9
  27. package/emotion/cjs/components/Typography/tokens.js +3 -1
  28. package/emotion/cjs/examples/typography/components/Body/Body.config.js +5 -5
  29. package/emotion/cjs/examples/typography/components/Body/Body.stories.tsx +17 -1
  30. package/emotion/cjs/examples/typography/components/Dspl/Dspl.config.js +3 -3
  31. package/emotion/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +17 -1
  32. package/emotion/cjs/examples/typography/components/Heading/Heading.config.js +5 -5
  33. package/emotion/cjs/examples/typography/components/Heading/Heading.stories.tsx +17 -1
  34. package/emotion/cjs/examples/typography/components/Text/Text.config.js +4 -4
  35. package/emotion/cjs/examples/typography/components/Text/Text.stories.tsx +17 -1
  36. package/emotion/es/components/Button/Button.js +0 -1
  37. package/emotion/es/components/Chip/Chip.js +0 -1
  38. package/emotion/es/components/TextArea/TextArea.js +1 -2
  39. package/emotion/es/components/TextField/TextField.js +1 -3
  40. package/emotion/es/components/Typography/Typography.js +4 -4
  41. package/emotion/es/components/Typography/Typography.styles.js +1 -1
  42. package/emotion/es/components/Typography/Typography.template-doc.mdx +42 -9
  43. package/emotion/es/components/Typography/tokens.js +3 -1
  44. package/emotion/es/examples/typography/components/Body/Body.config.js +5 -5
  45. package/emotion/es/examples/typography/components/Body/Body.stories.tsx +17 -1
  46. package/emotion/es/examples/typography/components/Dspl/Dspl.config.js +3 -3
  47. package/emotion/es/examples/typography/components/Dspl/Dspl.stories.tsx +17 -1
  48. package/emotion/es/examples/typography/components/Heading/Heading.config.js +5 -5
  49. package/emotion/es/examples/typography/components/Heading/Heading.stories.tsx +17 -1
  50. package/emotion/es/examples/typography/components/Text/Text.config.js +4 -4
  51. package/emotion/es/examples/typography/components/Text/Text.stories.tsx +17 -1
  52. package/es/components/Button/Button.js +0 -1
  53. package/es/components/Button/Button.js.map +1 -1
  54. package/es/components/Chip/Chip.js +0 -1
  55. package/es/components/Chip/Chip.js.map +1 -1
  56. package/es/components/TextArea/TextArea.js +0 -1
  57. package/es/components/TextArea/TextArea.js.map +1 -1
  58. package/es/components/TextField/TextField.js +0 -2
  59. package/es/components/TextField/TextField.js.map +1 -1
  60. package/es/components/Typography/Body/Body.css +1 -1
  61. package/es/components/Typography/Typography.js +4 -4
  62. package/es/components/Typography/Typography.js.map +1 -1
  63. package/es/components/Typography/Typography.styles.js +1 -1
  64. package/es/components/Typography/Typography.styles.js.map +1 -1
  65. package/es/components/Typography/{Typography.styles_fa07dt.css → Typography.styles_c0qunc.css} +1 -1
  66. package/es/components/Typography/tokens.js +3 -1
  67. package/es/components/Typography/tokens.js.map +1 -1
  68. package/es/engines/linaria.js +4 -2
  69. package/es/engines/linaria.js.map +1 -1
  70. package/es/index.css +1 -1
  71. package/package.json +2 -2
  72. package/styled-components/cjs/components/Button/Button.js +0 -1
  73. package/styled-components/cjs/components/Chip/Chip.js +0 -1
  74. package/styled-components/cjs/components/TextArea/TextArea.js +0 -1
  75. package/styled-components/cjs/components/TextField/TextField.js +0 -2
  76. package/styled-components/cjs/components/Typography/Typography.js +4 -4
  77. package/styled-components/cjs/components/Typography/Typography.styles.js +1 -1
  78. package/styled-components/cjs/components/Typography/Typography.template-doc.mdx +42 -9
  79. package/styled-components/cjs/components/Typography/tokens.js +3 -1
  80. package/styled-components/cjs/examples/typography/components/Body/Body.config.js +5 -5
  81. package/styled-components/cjs/examples/typography/components/Body/Body.stories.tsx +17 -1
  82. package/styled-components/cjs/examples/typography/components/Dspl/Dspl.config.js +3 -3
  83. package/styled-components/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +17 -1
  84. package/styled-components/cjs/examples/typography/components/Heading/Heading.config.js +5 -5
  85. package/styled-components/cjs/examples/typography/components/Heading/Heading.stories.tsx +17 -1
  86. package/styled-components/cjs/examples/typography/components/Text/Text.config.js +4 -4
  87. package/styled-components/cjs/examples/typography/components/Text/Text.stories.tsx +17 -1
  88. package/styled-components/es/components/Button/Button.js +0 -1
  89. package/styled-components/es/components/Chip/Chip.js +0 -1
  90. package/styled-components/es/components/TextArea/TextArea.js +0 -1
  91. package/styled-components/es/components/TextField/TextField.js +0 -2
  92. package/styled-components/es/components/Typography/Typography.js +4 -4
  93. package/styled-components/es/components/Typography/Typography.styles.js +1 -1
  94. package/styled-components/es/components/Typography/Typography.template-doc.mdx +42 -9
  95. package/styled-components/es/components/Typography/tokens.js +3 -1
  96. package/styled-components/es/examples/typography/components/Body/Body.config.js +5 -5
  97. package/styled-components/es/examples/typography/components/Body/Body.stories.tsx +17 -1
  98. package/styled-components/es/examples/typography/components/Dspl/Dspl.config.js +3 -3
  99. package/styled-components/es/examples/typography/components/Dspl/Dspl.stories.tsx +17 -1
  100. package/styled-components/es/examples/typography/components/Heading/Heading.config.js +5 -5
  101. package/styled-components/es/examples/typography/components/Heading/Heading.stories.tsx +17 -1
  102. package/styled-components/es/examples/typography/components/Text/Text.config.js +4 -4
  103. package/styled-components/es/examples/typography/components/Text/Text.stories.tsx +17 -1
  104. package/types/components/Button/Button.d.ts.map +1 -1
  105. package/types/components/Chip/Chip.d.ts.map +1 -1
  106. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  107. package/types/components/TextField/TextField.d.ts.map +1 -1
  108. package/types/components/Typography/Body/Body.d.ts +2 -10
  109. package/types/components/Typography/Body/Body.d.ts.map +1 -1
  110. package/types/components/Typography/Dspl/Dspl.d.ts +2 -10
  111. package/types/components/Typography/Dspl/Dspl.d.ts.map +1 -1
  112. package/types/components/Typography/Heading/Heading.d.ts +2 -10
  113. package/types/components/Typography/Heading/Heading.d.ts.map +1 -1
  114. package/types/components/Typography/Text/Text.d.ts +2 -10
  115. package/types/components/Typography/Text/Text.d.ts.map +1 -1
  116. package/types/components/Typography/Typography.d.ts +1 -5
  117. package/types/components/Typography/Typography.d.ts.map +1 -1
  118. package/types/components/Typography/Typography.styles.d.ts.map +1 -1
  119. package/types/components/Typography/Typography.types.d.ts +23 -5
  120. package/types/components/Typography/Typography.types.d.ts.map +1 -1
  121. package/types/components/Typography/tokens.d.ts +2 -0
  122. package/types/components/Typography/tokens.d.ts.map +1 -1
  123. package/emotion/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
  124. package/emotion/cjs/examples/typography/components/Old/Body/Body.js +0 -11
  125. package/emotion/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  126. package/emotion/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
  127. package/emotion/cjs/examples/typography/components/Old/Button/Button.js +0 -11
  128. package/emotion/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  129. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
  130. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
  131. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  132. package/emotion/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
  133. package/emotion/cjs/examples/typography/components/Old/Display/Display.js +0 -11
  134. package/emotion/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  135. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
  136. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
  137. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  138. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
  139. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
  140. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  141. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
  142. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
  143. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  144. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
  145. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
  146. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  147. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
  148. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
  149. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  150. package/emotion/es/examples/typography/components/Old/Body/Body.config.js +0 -14
  151. package/emotion/es/examples/typography/components/Old/Body/Body.js +0 -5
  152. package/emotion/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  153. package/emotion/es/examples/typography/components/Old/Button/Button.config.js +0 -13
  154. package/emotion/es/examples/typography/components/Old/Button/Button.js +0 -5
  155. package/emotion/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  156. package/emotion/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
  157. package/emotion/es/examples/typography/components/Old/Caption/Caption.js +0 -5
  158. package/emotion/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  159. package/emotion/es/examples/typography/components/Old/Display/Display.config.js +0 -14
  160. package/emotion/es/examples/typography/components/Old/Display/Display.js +0 -5
  161. package/emotion/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  162. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
  163. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
  164. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  165. package/emotion/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
  166. package/emotion/es/examples/typography/components/Old/Headline/Headline.js +0 -5
  167. package/emotion/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  168. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
  169. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
  170. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  171. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
  172. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
  173. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  174. package/emotion/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
  175. package/emotion/es/examples/typography/components/Old/Underline/Underline.js +0 -5
  176. package/emotion/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  177. package/styled-components/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
  178. package/styled-components/cjs/examples/typography/components/Old/Body/Body.js +0 -11
  179. package/styled-components/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  180. package/styled-components/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
  181. package/styled-components/cjs/examples/typography/components/Old/Button/Button.js +0 -11
  182. package/styled-components/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  183. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
  184. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
  185. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  186. package/styled-components/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
  187. package/styled-components/cjs/examples/typography/components/Old/Display/Display.js +0 -11
  188. package/styled-components/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  189. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
  190. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
  191. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  192. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
  193. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
  194. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  195. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
  196. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
  197. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  198. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
  199. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
  200. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  201. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
  202. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
  203. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  204. package/styled-components/es/examples/typography/components/Old/Body/Body.config.js +0 -14
  205. package/styled-components/es/examples/typography/components/Old/Body/Body.js +0 -5
  206. package/styled-components/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  207. package/styled-components/es/examples/typography/components/Old/Button/Button.config.js +0 -13
  208. package/styled-components/es/examples/typography/components/Old/Button/Button.js +0 -5
  209. package/styled-components/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  210. package/styled-components/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
  211. package/styled-components/es/examples/typography/components/Old/Caption/Caption.js +0 -5
  212. package/styled-components/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  213. package/styled-components/es/examples/typography/components/Old/Display/Display.config.js +0 -14
  214. package/styled-components/es/examples/typography/components/Old/Display/Display.js +0 -5
  215. package/styled-components/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  216. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
  217. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
  218. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  219. package/styled-components/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
  220. package/styled-components/es/examples/typography/components/Old/Headline/Headline.js +0 -5
  221. package/styled-components/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  222. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
  223. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
  224. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  225. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
  226. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
  227. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  228. package/styled-components/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
  229. package/styled-components/es/examples/typography/components/Old/Underline/Underline.js +0 -5
  230. package/styled-components/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
@@ -23,6 +23,22 @@ title: Typography
23
23
  По умолчанию в типографике если текст превышает ширину элемента, то слова будут переноситься по пробелам.
24
24
  Чтобы запретить перенос по пробелам, необходимо установить свойство `noWrap` в значении `true`.
25
25
 
26
+ ## Смена тега
27
+ Если при использовании компонентов необходимо сменить тег, то можно использовать свойство `as`:
28
+
29
+ ```tsx live
30
+ import React from 'react';
31
+ import { BodyM } from '@salutejs/{{ package }}';
32
+
33
+ export function App() {
34
+ return (
35
+ <BodyM as="h3">
36
+ BodyM
37
+ </BodyM>
38
+ );
39
+ }
40
+ ```
41
+
26
42
  ## Состав
27
43
 
28
44
  ### Hero unit
@@ -36,12 +52,15 @@ export function App() {
36
52
  <div style=\{{ display: 'block' }}>
37
53
  <DsplL bold={false}>DsplL</DsplL>
38
54
  <DsplL>DsplL Bold</DsplL>
55
+ <DsplL medium>DsplL Medium</DsplL>
39
56
 
40
57
  <DsplM bold={false}>DsplM</DsplM>
41
58
  <DsplM>DsplM Bold</DsplM>
59
+ <DsplM medium>DsplM Medium</DsplM>
42
60
 
43
61
  <DsplS bold={false}>DsplS</DsplS>
44
62
  <DsplS>DsplS Bold</DsplS>
63
+ <DsplS medium>DsplS Medium</DsplS>
45
64
  </div>
46
65
  );
47
66
  }
@@ -58,18 +77,23 @@ export function App() {
58
77
  <div style=\{{ display: 'block' }}>
59
78
  <H1 bold={false}>H1</H1>
60
79
  <H1>H1 Bold</H1>
80
+ <H1 medium>H1 Medium</H1>
61
81
 
62
82
  <H2 bold={false}>H2</H2>
63
83
  <H2>H2 Bold</H2>
84
+ <H2 medium>H2 Medium</H2>
64
85
 
65
86
  <H3 bold={false}>H3</H3>
66
87
  <H3>H3 Bold</H3>
88
+ <H3 medium>H3 Medium</H3>
67
89
 
68
90
  <H4 bold={false}>H4</H4>
69
91
  <H4>H4 Bold</H4>
92
+ <H4 medium>H4 Medium</H4>
70
93
 
71
94
  <H5 bold={false}>H5</H5>
72
95
  <H5>H5 Bold</H5>
96
+ <H5 medium>H5 Medium</H5>
73
97
  </div>
74
98
  );
75
99
  }
@@ -86,19 +110,24 @@ export function App() {
86
110
  return (
87
111
  <div style=\{{ display: 'block' }}>
88
112
  <BodyL>BodyL</BodyL>
89
- <BodyL bold>BodyL полужирный</BodyL>
113
+ <BodyL bold>BodyL Bold</BodyL>
114
+ <BodyL medium>BodyL Medium</BodyL>
90
115
 
91
116
  <BodyM>BodyM</BodyM>
92
- <BodyM bold>BodyM полужирный</BodyM>
117
+ <BodyM bold>BodyM Bold</BodyM>
118
+ <BodyM medium>BodyM Medium</BodyM>
93
119
 
94
120
  <BodyS>BodyS</BodyS>
95
- <BodyS bold>BodyS полужирный</BodyS>
121
+ <BodyS bold>BodyS Bold</BodyS>
122
+ <BodyS medium>BodyS Medium</BodyS>
96
123
 
97
124
  <BodyXS>BodyXS</BodyXS>
98
- <BodyXS bold>BodyXS полужирный</BodyXS>
125
+ <BodyXS bold>BodyXS Bold</BodyXS>
126
+ <BodyXS medium>BodyXS Medium</BodyXS>
99
127
 
100
128
  <BodyXXS>BodyXXS</BodyXXS>
101
- <BodyXXS bold>BodyXXS полужирный</BodyXXS>
129
+ <BodyXXS bold>BodyXXS Bold</BodyXXS>
130
+ <BodyXXS medium>BodyXXS Medium</BodyXXS>
102
131
  </div>
103
132
  );
104
133
  }
@@ -115,16 +144,20 @@ export function App() {
115
144
  return (
116
145
  <div style=\{{ display: 'block' }}>
117
146
  <TextL>TextL</TextL>
118
- <TextL bold>TextL полужирный</TextL>
147
+ <TextL bold>TextL Bold</TextL>
148
+ <TextL medium>TextL Medium</TextL>
119
149
 
120
150
  <TextM>TextM</TextM>
121
- <TextM bold>TextM полужирный</TextM>
151
+ <TextM bold>TextM Bold</TextM>
152
+ <TextM medium>TextM Medium</TextM>
122
153
 
123
154
  <TextS>TextS</TextS>
124
- <TextS bold>TextS полужирный</TextS>
155
+ <TextS bold>TextS Bold</TextS>
156
+ <TextS medium>TextS Medium</TextS>
125
157
 
126
158
  <TextXS>TextXS</TextXS>
127
- <TextXS bold>TextXS полужирный</TextXS>
159
+ <TextXS bold>TextXS Bold</TextXS>
160
+ <TextXS medium>TextXS Medium</TextXS>
128
161
  </div>
129
162
  );
130
163
  }
@@ -7,7 +7,8 @@ exports.tokens = exports.classes = void 0;
7
7
  var classes = exports.classes = {
8
8
  typoWithNoWrap: 'with-no-wrap',
9
9
  typoWithBreakWord: 'with-break-word',
10
- typoBold: 'typography-bold'
10
+ typoBold: 'typography-bold',
11
+ typoMedium: 'typography-medium'
11
12
  };
12
13
  var tokens = exports.tokens = {
13
14
  typoFontFamily: '--typo-font-family',
@@ -15,6 +16,7 @@ var tokens = exports.tokens = {
15
16
  typoFontStyle: '--typo-font-style',
16
17
  typoFontWeight: '--typo-font-weight',
17
18
  typoFontWeightBold: '--typo-font-weight-bold',
19
+ typoFontWeightMedium: '--typo-font-weight-medium',
18
20
  typoFontLetterSpacing: '--typo-font-letter-spacing',
19
21
  typoFontLineHeight: '--typo-font-line-height'
20
22
  };
@@ -12,11 +12,11 @@ var config = exports.config = {
12
12
  },
13
13
  variations: {
14
14
  size: {
15
- l: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
- s: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
18
- xs: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
19
- xxs: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-bold-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
15
+ l: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-medium-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
+ m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-medium-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
+ s: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-medium-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
18
+ xs: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-medium-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
19
+ xxs: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-bold-font-weight);", ":var(--plasma-typo-body-xxs-medium-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
20
20
  }
21
21
  }
22
22
  };
@@ -9,7 +9,7 @@ import { Body } from './Body';
9
9
  import { config } from './Body.config';
10
10
 
11
11
  const meta: Meta<typeof Body> = {
12
- title: 'Data Display/Typography/Body',
12
+ title: 'typography/Body',
13
13
  decorators: [WithTheme],
14
14
  component: Body,
15
15
  argTypes: {
@@ -19,11 +19,27 @@ const meta: Meta<typeof Body> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
25
+ bold: {
26
+ control: {
27
+ type: 'boolean',
28
+ },
29
+ if: { arg: 'medium', truthy: false },
30
+ },
31
+ medium: {
32
+ control: {
33
+ type: 'boolean',
34
+ },
35
+ if: { arg: 'bold', truthy: false },
36
+ },
22
37
  },
23
38
  args: {
24
39
  noWrap: false,
25
40
  breakWord: true,
26
41
  bold: false,
42
+ medium: false,
27
43
  },
28
44
  };
29
45
 
@@ -12,9 +12,9 @@ var config = exports.config = {
12
12
  },
13
13
  variations: {
14
14
  size: {
15
- l: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-dspl-l-font-family);", ":var(--plasma-typo-dspl-l-font-size);", ":var(--plasma-typo-dspl-l-font-style);", ":var(--plasma-typo-dspl-l-font-weight);", ":var(--plasma-typo-dspl-l-bold-font-weight);", ":var(--plasma-typo-dspl-l-letter-spacing);", ":var(--plasma-typo-dspl-l-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-dspl-m-font-family);", ":var(--plasma-typo-dspl-m-font-size);", ":var(--plasma-typo-dspl-m-font-style);", ":var(--plasma-typo-dspl-m-font-weight);", ":var(--plasma-typo-dspl-m-bold-font-weight);", ":var(--plasma-typo-dspl-m-letter-spacing);", ":var(--plasma-typo-dspl-m-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
- s: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-dspl-s-font-family);", ":var(--plasma-typo-dspl-s-font-size);", ":var(--plasma-typo-dspl-s-font-style);", ":var(--plasma-typo-dspl-s-font-weight);", ":var(--plasma-typo-dspl-s-bold-font-weight);", ":var(--plasma-typo-dspl-s-letter-spacing);", ":var(--plasma-typo-dspl-s-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
15
+ l: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-dspl-l-font-family);", ":var(--plasma-typo-dspl-l-font-size);", ":var(--plasma-typo-dspl-l-font-style);", ":var(--plasma-typo-dspl-l-font-weight);", ":var(--plasma-typo-dspl-l-bold-font-weight);", ":var(--plasma-typo-dspl-l-medium-font-weight);", ":var(--plasma-typo-dspl-l-letter-spacing);", ":var(--plasma-typo-dspl-l-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
+ m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-dspl-m-font-family);", ":var(--plasma-typo-dspl-m-font-size);", ":var(--plasma-typo-dspl-m-font-style);", ":var(--plasma-typo-dspl-m-font-weight);", ":var(--plasma-typo-dspl-m-bold-font-weight);", ":var(--plasma-typo-dspl-m-medium-font-weight);", ":var(--plasma-typo-dspl-m-letter-spacing);", ":var(--plasma-typo-dspl-m-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
+ s: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-dspl-s-font-family);", ":var(--plasma-typo-dspl-s-font-size);", ":var(--plasma-typo-dspl-s-font-style);", ":var(--plasma-typo-dspl-s-font-weight);", ":var(--plasma-typo-dspl-s-bold-font-weight);", ":var(--plasma-typo-dspl-s-medium-font-weight);", ":var(--plasma-typo-dspl-s-letter-spacing);", ":var(--plasma-typo-dspl-s-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
18
18
  }
19
19
  }
20
20
  };
@@ -9,7 +9,7 @@ import { Dspl } from './Dspl';
9
9
  import { config } from './Dspl.config';
10
10
 
11
11
  const meta: Meta<typeof Dspl> = {
12
- title: 'Data Display/Typography/Dspl',
12
+ title: 'typography/Dspl',
13
13
  decorators: [WithTheme],
14
14
  component: Dspl,
15
15
  argTypes: {
@@ -19,11 +19,27 @@ const meta: Meta<typeof Dspl> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
25
+ bold: {
26
+ control: {
27
+ type: 'boolean',
28
+ },
29
+ if: { arg: 'medium', truthy: false },
30
+ },
31
+ medium: {
32
+ control: {
33
+ type: 'boolean',
34
+ },
35
+ if: { arg: 'bold', truthy: false },
36
+ },
22
37
  },
23
38
  args: {
24
39
  noWrap: false,
25
40
  breakWord: true,
26
41
  bold: false,
42
+ medium: false,
27
43
  },
28
44
  };
29
45
 
@@ -12,11 +12,11 @@ var config = exports.config = {
12
12
  },
13
13
  variations: {
14
14
  size: {
15
- h1: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h1-font-family);", ":var(--plasma-typo-h1-font-size);", ":var(--plasma-typo-h1-font-style);", ":var(--plasma-typo-h1-font-weight);", ":var(--plasma-typo-h1-bold-font-weight);", ":var(--plasma-typo-h1-letter-spacing);", ":var(--plasma-typo-h1-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- h2: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h2-font-family);", ":var(--plasma-typo-h2-font-size);", ":var(--plasma-typo-h2-font-style);", ":var(--plasma-typo-h2-font-weight);", ":var(--plasma-typo-h2-bold-font-weight);", ":var(--plasma-typo-h2-letter-spacing);", ":var(--plasma-typo-h2-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
- h3: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h3-font-family);", ":var(--plasma-typo-h3-font-size);", ":var(--plasma-typo-h3-font-style);", ":var(--plasma-typo-h3-font-weight);", ":var(--plasma-typo-h3-bold-font-weight);", ":var(--plasma-typo-h3-letter-spacing);", ":var(--plasma-typo-h3-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
18
- h4: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h4-font-family);", ":var(--plasma-typo-h4-font-size);", ":var(--plasma-typo-h4-font-style);", ":var(--plasma-typo-h4-font-weight);", ":var(--plasma-typo-h4-bold-font-weight);", ":var(--plasma-typo-h4-letter-spacing);", ":var(--plasma-typo-h4-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
19
- h5: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h5-font-family);", ":var(--plasma-typo-h5-font-size);", ":var(--plasma-typo-h5-font-style);", ":var(--plasma-typo-h5-font-weight);", ":var(--plasma-typo-h5-bold-font-weight);", ":var(--plasma-typo-h5-letter-spacing);", ":var(--plasma-typo-h5-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
15
+ h1: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h1-font-family);", ":var(--plasma-typo-h1-font-size);", ":var(--plasma-typo-h1-font-style);", ":var(--plasma-typo-h1-font-weight);", ":var(--plasma-typo-h1-bold-font-weight);", ":var(--plasma-typo-h1-medium-font-weight);", ":var(--plasma-typo-h1-letter-spacing);", ":var(--plasma-typo-h1-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
+ h2: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h2-font-family);", ":var(--plasma-typo-h2-font-size);", ":var(--plasma-typo-h2-font-style);", ":var(--plasma-typo-h2-font-weight);", ":var(--plasma-typo-h2-bold-font-weight);", ":var(--plasma-typo-h2-medium-font-weight);", ":var(--plasma-typo-h2-letter-spacing);", ":var(--plasma-typo-h2-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
+ h3: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h3-font-family);", ":var(--plasma-typo-h3-font-size);", ":var(--plasma-typo-h3-font-style);", ":var(--plasma-typo-h3-font-weight);", ":var(--plasma-typo-h3-bold-font-weight);", ":var(--plasma-typo-h3-medium-font-weight);", ":var(--plasma-typo-h3-letter-spacing);", ":var(--plasma-typo-h3-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
18
+ h4: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h4-font-family);", ":var(--plasma-typo-h4-font-size);", ":var(--plasma-typo-h4-font-style);", ":var(--plasma-typo-h4-font-weight);", ":var(--plasma-typo-h4-bold-font-weight);", ":var(--plasma-typo-h4-medium-font-weight);", ":var(--plasma-typo-h4-letter-spacing);", ":var(--plasma-typo-h4-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
19
+ h5: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-h5-font-family);", ":var(--plasma-typo-h5-font-size);", ":var(--plasma-typo-h5-font-style);", ":var(--plasma-typo-h5-font-weight);", ":var(--plasma-typo-h5-bold-font-weight);", ":var(--plasma-typo-h5-medium-font-weight);", ":var(--plasma-typo-h5-letter-spacing);", ":var(--plasma-typo-h5-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
20
20
  }
21
21
  }
22
22
  };
@@ -9,7 +9,7 @@ import { Heading } from './Heading';
9
9
  import { config } from './Heading.config';
10
10
 
11
11
  const meta: Meta<typeof Heading> = {
12
- title: 'Data Display/Typography/Heading',
12
+ title: 'typography/Heading',
13
13
  decorators: [WithTheme],
14
14
  component: Heading,
15
15
  argTypes: {
@@ -19,11 +19,27 @@ const meta: Meta<typeof Heading> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
25
+ bold: {
26
+ control: {
27
+ type: 'boolean',
28
+ },
29
+ if: { arg: 'medium', truthy: false },
30
+ },
31
+ medium: {
32
+ control: {
33
+ type: 'boolean',
34
+ },
35
+ if: { arg: 'bold', truthy: false },
36
+ },
22
37
  },
23
38
  args: {
24
39
  noWrap: false,
25
40
  breakWord: true,
26
41
  bold: false,
42
+ medium: false,
27
43
  },
28
44
  };
29
45
 
@@ -12,10 +12,10 @@ var config = exports.config = {
12
12
  },
13
13
  variations: {
14
14
  size: {
15
- l: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-l-font-family);", ":var(--plasma-typo-text-l-font-size);", ":var(--plasma-typo-text-l-font-style);", ":var(--plasma-typo-text-l-font-weight);", ":var(--plasma-typo-text-l-bold-font-weight);", ":var(--plasma-typo-text-l-letter-spacing);", ":var(--plasma-typo-text-l-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-m-font-family);", ":var(--plasma-typo-text-m-font-size);", ":var(--plasma-typo-text-m-font-style);", ":var(--plasma-typo-text-m-font-weight);", ":var(--plasma-typo-text-m-bold-font-weight);", ":var(--plasma-typo-text-m-letter-spacing);", ":var(--plasma-typo-text-m-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
- s: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-s-font-family);", ":var(--plasma-typo-text-s-font-size);", ":var(--plasma-typo-text-s-font-style);", ":var(--plasma-typo-text-s-font-weight);", ":var(--plasma-typo-text-s-bold-font-weight);", ":var(--plasma-typo-text-s-letter-spacing);", ":var(--plasma-typo-text-s-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
18
- xs: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-xs-font-family);", ":var(--plasma-typo-text-xs-font-size);", ":var(--plasma-typo-text-xs-font-style);", ":var(--plasma-typo-text-xs-font-weight);", ":var(--plasma-typo-text-xs-bold-font-weight);", ":var(--plasma-typo-text-xs-letter-spacing);", ":var(--plasma-typo-text-xs-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
15
+ l: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-l-font-family);", ":var(--plasma-typo-text-l-font-size);", ":var(--plasma-typo-text-l-font-style);", ":var(--plasma-typo-text-l-font-weight);", ":var(--plasma-typo-text-l-bold-font-weight);", ":var(--plasma-typo-text-l-medium-font-weight);", ":var(--plasma-typo-text-l-letter-spacing);", ":var(--plasma-typo-text-l-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
+ m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-m-font-family);", ":var(--plasma-typo-text-m-font-size);", ":var(--plasma-typo-text-m-font-style);", ":var(--plasma-typo-text-m-font-weight);", ":var(--plasma-typo-text-m-bold-font-weight);", ":var(--plasma-typo-text-m-medium-font-weight);", ":var(--plasma-typo-text-m-letter-spacing);", ":var(--plasma-typo-text-m-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
+ s: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-s-font-family);", ":var(--plasma-typo-text-s-font-size);", ":var(--plasma-typo-text-s-font-style);", ":var(--plasma-typo-text-s-font-weight);", ":var(--plasma-typo-text-s-bold-font-weight);", ":var(--plasma-typo-text-s-medium-font-weight);", ":var(--plasma-typo-text-s-letter-spacing);", ":var(--plasma-typo-text-s-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
18
+ xs: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-text-xs-font-family);", ":var(--plasma-typo-text-xs-font-size);", ":var(--plasma-typo-text-xs-font-style);", ":var(--plasma-typo-text-xs-font-weight);", ":var(--plasma-typo-text-xs-bold-font-weight);", ":var(--plasma-typo-text-xs-medium-font-weight);", ":var(--plasma-typo-text-xs-letter-spacing);", ":var(--plasma-typo-text-xs-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontWeightBold, _tokens.tokens.typoFontWeightMedium, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
19
19
  }
20
20
  }
21
21
  };
@@ -9,7 +9,7 @@ import { Text } from './Text';
9
9
  import { config } from './Text.config';
10
10
 
11
11
  const meta: Meta<typeof Text> = {
12
- title: 'Data Display/Typography/Text',
12
+ title: 'typography/Text',
13
13
  decorators: [WithTheme],
14
14
  component: Text,
15
15
  argTypes: {
@@ -19,11 +19,27 @@ const meta: Meta<typeof Text> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
25
+ bold: {
26
+ control: {
27
+ type: 'boolean',
28
+ },
29
+ if: { arg: 'medium', truthy: false },
30
+ },
31
+ medium: {
32
+ control: {
33
+ type: 'boolean',
34
+ },
35
+ if: { arg: 'bold', truthy: false },
36
+ },
22
37
  },
23
38
  args: {
24
39
  noWrap: false,
25
40
  breakWord: true,
26
41
  bold: false,
42
+ medium: false,
27
43
  },
28
44
  };
29
45
 
@@ -66,7 +66,6 @@ export var buttonRoot = function buttonRoot(Root) {
66
66
  value: value,
67
67
  disabled: disabled,
68
68
  focused: focused || outlined,
69
- contentPlacing: contentPlacing,
70
69
  className: cx(squareClass, stretchingClass, classes.buttonItem, isLoadingClass, className),
71
70
  style: _objectSpread(_objectSpread({}, style), {}, {
72
71
  '--plasma_computed-btn-br': buttonBorderRadius,
@@ -59,7 +59,6 @@ export var chipRoot = function chipRoot(Root) {
59
59
  tabIndex: readOnly ? -1 : 0,
60
60
  onClick: handleClick,
61
61
  disabled: disabled,
62
- pilled: pilled,
63
62
  readOnly: !disabled && readOnly,
64
63
  size: size
65
64
  }, rest), contentLeft && /*#__PURE__*/React.createElement(StyledContentLeft, null, contentLeft), txt ? /*#__PURE__*/React.createElement(StyledContentMain, null, txt) : children, contentRight && /*#__PURE__*/React.createElement(StyledContentRight, null, contentRight), hasClear && (contentClearButton || /*#__PURE__*/React.createElement(StyledContentClear, {
@@ -244,7 +244,6 @@ export var textAreaRoot = function textAreaRoot(Root) {
244
244
  size: size,
245
245
  disabled: disabled,
246
246
  readOnly: readOnly,
247
- clear: clear,
248
247
  style: _objectSpread({
249
248
  width: helperWidth
250
249
  }, style),
@@ -290,9 +290,7 @@ export var textFieldRoot = function textFieldRoot(Root) {
290
290
  size: size,
291
291
  disabled: disabled,
292
292
  readOnly: !disabled && readOnly,
293
- clear: clear,
294
293
  labelPlacement: innerLabelPlacementValue,
295
- chipView: chipView,
296
294
  onClick: handleInputFocus,
297
295
  className: cx(labelPlacementClass, clearClass, hasDividerClass, hasInnerHintClass, classes.textFieldGroupItem, className),
298
296
  style: style
@@ -1,5 +1,5 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- var _excluded = ["size", "children", "breakWord", "noWrap", "bold", "color", "className", "style"];
2
+ var _excluded = ["size", "children", "breakWord", "noWrap", "bold", "medium", "color", "className", "style"];
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
5
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -21,6 +21,7 @@ export var typographyRootCompose = function typographyRootCompose(defaultArgs) {
21
21
  noWrap = props.noWrap,
22
22
  _props$bold = props.bold,
23
23
  bold = _props$bold === void 0 ? defaultArgs === null || defaultArgs === void 0 ? void 0 : defaultArgs.defaultBold : _props$bold,
24
+ medium = props.medium,
24
25
  color = props.color,
25
26
  className = props.className,
26
27
  style = props.style,
@@ -28,11 +29,10 @@ export var typographyRootCompose = function typographyRootCompose(defaultArgs) {
28
29
  return /*#__PURE__*/React.createElement(Root, _extends({
29
30
  size: size,
30
31
  ref: ref,
31
- className: cx(noWrap && classes.typoWithNoWrap, breakWord && classes.typoWithBreakWord, bold && classes.typoBold, className),
32
+ className: cx(noWrap && classes.typoWithNoWrap, breakWord && classes.typoWithBreakWord, bold && classes.typoBold, medium && classes.typoMedium, className),
32
33
  style: _objectSpread(_objectSpread({
33
34
  color: color
34
- }, style), applySpacing(rest)),
35
- bold: bold
35
+ }, style), applySpacing(rest))
36
36
  }, rest), children);
37
37
  });
38
38
  };
@@ -1,4 +1,4 @@
1
1
  import { css } from 'styled-components';
2
2
  import { applyHyphens, applyHyphensNormal } from '../../mixins';
3
3
  import { classes, tokens } from './tokens';
4
- export var base = /*#__PURE__*/css(["font-family:var(", ");font-size:var(", ");font-style:var(", ");letter-spacing:var(", ");line-height:var(", ");font-weight:var(", ");&.", "{font-weight:var(", ");}&.", "{white-space:nowrap;}", ";&.", "{", ";}"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight, tokens.typoFontWeight, classes.typoBold, tokens.typoFontWeightBold, classes.typoWithNoWrap, applyHyphensNormal, classes.typoWithBreakWord, applyHyphens);
4
+ export var base = /*#__PURE__*/css(["font-family:var(", ");font-size:var(", ");font-style:var(", ");letter-spacing:var(", ");line-height:var(", ");font-weight:var(", ");&.", "{font-weight:var(", ");}&.", "{font-weight:var(", ");}&.", "{white-space:nowrap;}", ";&.", "{", ";}"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight, tokens.typoFontWeight, classes.typoBold, tokens.typoFontWeightBold, classes.typoMedium, tokens.typoFontWeightMedium, classes.typoWithNoWrap, applyHyphensNormal, classes.typoWithBreakWord, applyHyphens);
@@ -23,6 +23,22 @@ title: Typography
23
23
  По умолчанию в типографике если текст превышает ширину элемента, то слова будут переноситься по пробелам.
24
24
  Чтобы запретить перенос по пробелам, необходимо установить свойство `noWrap` в значении `true`.
25
25
 
26
+ ## Смена тега
27
+ Если при использовании компонентов необходимо сменить тег, то можно использовать свойство `as`:
28
+
29
+ ```tsx live
30
+ import React from 'react';
31
+ import { BodyM } from '@salutejs/{{ package }}';
32
+
33
+ export function App() {
34
+ return (
35
+ <BodyM as="h3">
36
+ BodyM
37
+ </BodyM>
38
+ );
39
+ }
40
+ ```
41
+
26
42
  ## Состав
27
43
 
28
44
  ### Hero unit
@@ -36,12 +52,15 @@ export function App() {
36
52
  <div style=\{{ display: 'block' }}>
37
53
  <DsplL bold={false}>DsplL</DsplL>
38
54
  <DsplL>DsplL Bold</DsplL>
55
+ <DsplL medium>DsplL Medium</DsplL>
39
56
 
40
57
  <DsplM bold={false}>DsplM</DsplM>
41
58
  <DsplM>DsplM Bold</DsplM>
59
+ <DsplM medium>DsplM Medium</DsplM>
42
60
 
43
61
  <DsplS bold={false}>DsplS</DsplS>
44
62
  <DsplS>DsplS Bold</DsplS>
63
+ <DsplS medium>DsplS Medium</DsplS>
45
64
  </div>
46
65
  );
47
66
  }
@@ -58,18 +77,23 @@ export function App() {
58
77
  <div style=\{{ display: 'block' }}>
59
78
  <H1 bold={false}>H1</H1>
60
79
  <H1>H1 Bold</H1>
80
+ <H1 medium>H1 Medium</H1>
61
81
 
62
82
  <H2 bold={false}>H2</H2>
63
83
  <H2>H2 Bold</H2>
84
+ <H2 medium>H2 Medium</H2>
64
85
 
65
86
  <H3 bold={false}>H3</H3>
66
87
  <H3>H3 Bold</H3>
88
+ <H3 medium>H3 Medium</H3>
67
89
 
68
90
  <H4 bold={false}>H4</H4>
69
91
  <H4>H4 Bold</H4>
92
+ <H4 medium>H4 Medium</H4>
70
93
 
71
94
  <H5 bold={false}>H5</H5>
72
95
  <H5>H5 Bold</H5>
96
+ <H5 medium>H5 Medium</H5>
73
97
  </div>
74
98
  );
75
99
  }
@@ -86,19 +110,24 @@ export function App() {
86
110
  return (
87
111
  <div style=\{{ display: 'block' }}>
88
112
  <BodyL>BodyL</BodyL>
89
- <BodyL bold>BodyL полужирный</BodyL>
113
+ <BodyL bold>BodyL Bold</BodyL>
114
+ <BodyL medium>BodyL Medium</BodyL>
90
115
 
91
116
  <BodyM>BodyM</BodyM>
92
- <BodyM bold>BodyM полужирный</BodyM>
117
+ <BodyM bold>BodyM Bold</BodyM>
118
+ <BodyM medium>BodyM Medium</BodyM>
93
119
 
94
120
  <BodyS>BodyS</BodyS>
95
- <BodyS bold>BodyS полужирный</BodyS>
121
+ <BodyS bold>BodyS Bold</BodyS>
122
+ <BodyS medium>BodyS Medium</BodyS>
96
123
 
97
124
  <BodyXS>BodyXS</BodyXS>
98
- <BodyXS bold>BodyXS полужирный</BodyXS>
125
+ <BodyXS bold>BodyXS Bold</BodyXS>
126
+ <BodyXS medium>BodyXS Medium</BodyXS>
99
127
 
100
128
  <BodyXXS>BodyXXS</BodyXXS>
101
- <BodyXXS bold>BodyXXS полужирный</BodyXXS>
129
+ <BodyXXS bold>BodyXXS Bold</BodyXXS>
130
+ <BodyXXS medium>BodyXXS Medium</BodyXXS>
102
131
  </div>
103
132
  );
104
133
  }
@@ -115,16 +144,20 @@ export function App() {
115
144
  return (
116
145
  <div style=\{{ display: 'block' }}>
117
146
  <TextL>TextL</TextL>
118
- <TextL bold>TextL полужирный</TextL>
147
+ <TextL bold>TextL Bold</TextL>
148
+ <TextL medium>TextL Medium</TextL>
119
149
 
120
150
  <TextM>TextM</TextM>
121
- <TextM bold>TextM полужирный</TextM>
151
+ <TextM bold>TextM Bold</TextM>
152
+ <TextM medium>TextM Medium</TextM>
122
153
 
123
154
  <TextS>TextS</TextS>
124
- <TextS bold>TextS полужирный</TextS>
155
+ <TextS bold>TextS Bold</TextS>
156
+ <TextS medium>TextS Medium</TextS>
125
157
 
126
158
  <TextXS>TextXS</TextXS>
127
- <TextXS bold>TextXS полужирный</TextXS>
159
+ <TextXS bold>TextXS Bold</TextXS>
160
+ <TextXS medium>TextXS Medium</TextXS>
128
161
  </div>
129
162
  );
130
163
  }
@@ -1,7 +1,8 @@
1
1
  export var classes = {
2
2
  typoWithNoWrap: 'with-no-wrap',
3
3
  typoWithBreakWord: 'with-break-word',
4
- typoBold: 'typography-bold'
4
+ typoBold: 'typography-bold',
5
+ typoMedium: 'typography-medium'
5
6
  };
6
7
  export var tokens = {
7
8
  typoFontFamily: '--typo-font-family',
@@ -9,6 +10,7 @@ export var tokens = {
9
10
  typoFontStyle: '--typo-font-style',
10
11
  typoFontWeight: '--typo-font-weight',
11
12
  typoFontWeightBold: '--typo-font-weight-bold',
13
+ typoFontWeightMedium: '--typo-font-weight-medium',
12
14
  typoFontLetterSpacing: '--typo-font-letter-spacing',
13
15
  typoFontLineHeight: '--typo-font-line-height'
14
16
  };
@@ -6,11 +6,11 @@ export var config = {
6
6
  },
7
7
  variations: {
8
8
  size: {
9
- l: /*#__PURE__*/css(["", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- m: /*#__PURE__*/css(["", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
11
- s: /*#__PURE__*/css(["", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
12
- xs: /*#__PURE__*/css(["", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
13
- xxs: /*#__PURE__*/css(["", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-bold-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
9
+ l: /*#__PURE__*/css(["", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-medium-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontWeightMedium, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
+ m: /*#__PURE__*/css(["", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-medium-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontWeightMedium, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
11
+ s: /*#__PURE__*/css(["", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-medium-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontWeightMedium, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
12
+ xs: /*#__PURE__*/css(["", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-medium-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontWeightMedium, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
13
+ xxs: /*#__PURE__*/css(["", ":var(--plasma-typo-body-xxs-font-family);", ":var(--plasma-typo-body-xxs-font-size);", ":var(--plasma-typo-body-xxs-font-style);", ":var(--plasma-typo-body-xxs-font-weight);", ":var(--plasma-typo-body-xxs-bold-font-weight);", ":var(--plasma-typo-body-xxs-medium-font-weight);", ":var(--plasma-typo-body-xxs-letter-spacing);", ":var(--plasma-typo-body-xxs-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontWeightBold, tokens.typoFontWeightMedium, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
14
14
  }
15
15
  }
16
16
  };