@salutejs/plasma-new-hope 0.317.0-canary.1888.14214679698.0 → 0.317.0-dev.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 (269) hide show
  1. package/cjs/components/Table/Table.css +22 -24
  2. package/cjs/components/Table/Table.js +16 -11
  3. package/cjs/components/Table/Table.js.map +1 -1
  4. package/cjs/components/Table/Table.styles.js +11 -17
  5. package/cjs/components/Table/Table.styles.js.map +1 -1
  6. package/cjs/components/Table/Table.styles_1eg2zsx.css +11 -0
  7. package/cjs/components/Table/Table.tokens.js +0 -9
  8. package/cjs/components/Table/Table.tokens.js.map +1 -1
  9. package/cjs/components/Table/ui/Cell/Cell.css +22 -24
  10. package/cjs/components/Table/ui/Cell/Cell.js.map +1 -1
  11. package/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
  12. package/cjs/components/Table/ui/Cell/Cell.styles.js.map +1 -1
  13. package/cjs/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +1 -0
  14. package/cjs/components/Table/ui/EditableCell/EditableCell.css +23 -25
  15. package/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
  16. package/cjs/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
  17. package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  18. package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
  19. package/cjs/components/Table/ui/EditableCell/{EditableCell.styles_d8duzc.css → EditableCell.styles_277bjm.css} +2 -2
  20. package/cjs/components/Table/ui/HeadCell/HeadCell.css +22 -24
  21. package/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  22. package/cjs/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
  23. package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +1 -7
  24. package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
  25. package/{es/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css → cjs/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css} +0 -1
  26. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +22 -24
  27. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  28. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
  29. package/cjs/engines/linaria.js +4 -2
  30. package/cjs/engines/linaria.js.map +1 -1
  31. package/cjs/index.css +24 -26
  32. package/emotion/cjs/components/Table/Table.js +16 -14
  33. package/emotion/cjs/components/Table/Table.styles.js +16 -20
  34. package/emotion/cjs/components/Table/Table.tokens.js +1 -9
  35. package/emotion/cjs/components/Table/ui/Cell/Cell.styles.js +2 -2
  36. package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
  37. package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +9 -9
  38. package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  39. package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +5 -17
  40. package/emotion/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  41. package/emotion/cjs/components/Typography/Typography.template-doc.mdx +16 -0
  42. package/emotion/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  43. package/emotion/cjs/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  44. package/emotion/cjs/examples/typography/components/Body/Body.stories.tsx +4 -1
  45. package/emotion/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  46. package/emotion/cjs/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  47. package/emotion/cjs/examples/typography/components/Text/Text.stories.tsx +4 -1
  48. package/emotion/es/components/Table/Table.js +17 -15
  49. package/emotion/es/components/Table/Table.styles.js +15 -19
  50. package/emotion/es/components/Table/Table.tokens.js +0 -8
  51. package/emotion/es/components/Table/ui/Cell/Cell.styles.js +2 -2
  52. package/emotion/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
  53. package/emotion/es/components/Table/ui/EditableCell/EditableCell.styles.js +10 -10
  54. package/emotion/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  55. package/emotion/es/components/Table/ui/HeadCell/HeadCell.styles.js +4 -16
  56. package/emotion/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  57. package/emotion/es/components/Typography/Typography.template-doc.mdx +16 -0
  58. package/emotion/es/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  59. package/emotion/es/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  60. package/emotion/es/examples/typography/components/Body/Body.stories.tsx +4 -1
  61. package/emotion/es/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  62. package/emotion/es/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  63. package/emotion/es/examples/typography/components/Text/Text.stories.tsx +4 -1
  64. package/es/components/Table/Table.css +22 -24
  65. package/es/components/Table/Table.js +18 -13
  66. package/es/components/Table/Table.js.map +1 -1
  67. package/es/components/Table/Table.styles.js +12 -17
  68. package/es/components/Table/Table.styles.js.map +1 -1
  69. package/es/components/Table/Table.styles_1eg2zsx.css +11 -0
  70. package/es/components/Table/Table.tokens.js +1 -9
  71. package/es/components/Table/Table.tokens.js.map +1 -1
  72. package/es/components/Table/ui/Cell/Cell.css +22 -24
  73. package/es/components/Table/ui/Cell/Cell.js.map +1 -1
  74. package/es/components/Table/ui/Cell/Cell.styles.js +1 -1
  75. package/es/components/Table/ui/Cell/Cell.styles.js.map +1 -1
  76. package/es/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +1 -0
  77. package/es/components/Table/ui/EditableCell/EditableCell.css +23 -25
  78. package/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
  79. package/es/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
  80. package/es/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  81. package/es/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
  82. package/es/components/Table/ui/EditableCell/{EditableCell.styles_d8duzc.css → EditableCell.styles_277bjm.css} +2 -2
  83. package/es/components/Table/ui/HeadCell/HeadCell.css +22 -24
  84. package/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  85. package/es/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
  86. package/es/components/Table/ui/HeadCell/HeadCell.styles.js +2 -7
  87. package/es/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
  88. package/{cjs/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css → es/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css} +0 -1
  89. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +22 -24
  90. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  91. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
  92. package/es/engines/linaria.js +4 -2
  93. package/es/engines/linaria.js.map +1 -1
  94. package/es/index.css +24 -26
  95. package/package.json +2 -2
  96. package/styled-components/cjs/components/Table/Table.js +16 -14
  97. package/styled-components/cjs/components/Table/Table.styles.js +10 -13
  98. package/styled-components/cjs/components/Table/Table.tokens.js +1 -9
  99. package/styled-components/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
  100. package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
  101. package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +3 -3
  102. package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  103. package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +2 -5
  104. package/styled-components/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  105. package/styled-components/cjs/components/Typography/Typography.template-doc.mdx +16 -0
  106. package/styled-components/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  107. package/styled-components/cjs/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  108. package/styled-components/cjs/examples/typography/components/Body/Body.stories.tsx +4 -1
  109. package/styled-components/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  110. package/styled-components/cjs/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  111. package/styled-components/cjs/examples/typography/components/Text/Text.stories.tsx +4 -1
  112. package/styled-components/es/components/Table/Table.js +17 -15
  113. package/styled-components/es/components/Table/Table.styles.js +9 -12
  114. package/styled-components/es/components/Table/Table.tokens.js +0 -8
  115. package/styled-components/es/components/Table/ui/Cell/Cell.styles.js +1 -1
  116. package/styled-components/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
  117. package/styled-components/es/components/Table/ui/EditableCell/EditableCell.styles.js +4 -4
  118. package/styled-components/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  119. package/styled-components/es/components/Table/ui/HeadCell/HeadCell.styles.js +1 -4
  120. package/styled-components/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  121. package/styled-components/es/components/Typography/Typography.template-doc.mdx +16 -0
  122. package/styled-components/es/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  123. package/styled-components/es/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  124. package/styled-components/es/examples/typography/components/Body/Body.stories.tsx +4 -1
  125. package/styled-components/es/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  126. package/styled-components/es/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  127. package/styled-components/es/examples/typography/components/Text/Text.stories.tsx +4 -1
  128. package/types/components/Table/Table.d.ts +15 -2
  129. package/types/components/Table/Table.d.ts.map +1 -1
  130. package/types/components/Table/Table.styles.d.ts +0 -1
  131. package/types/components/Table/Table.styles.d.ts.map +1 -1
  132. package/types/components/Table/Table.tokens.d.ts +0 -8
  133. package/types/components/Table/Table.tokens.d.ts.map +1 -1
  134. package/types/components/Table/Table.types.d.ts +1 -11
  135. package/types/components/Table/Table.types.d.ts.map +1 -1
  136. package/types/components/Table/ui/Cell/Cell.d.ts +2 -3
  137. package/types/components/Table/ui/Cell/Cell.d.ts.map +1 -1
  138. package/types/components/Table/ui/EditableCell/EditableCell.d.ts +1 -12
  139. package/types/components/Table/ui/EditableCell/EditableCell.d.ts.map +1 -1
  140. package/types/components/Table/ui/HeadCell/HeadCell.d.ts +1 -11
  141. package/types/components/Table/ui/HeadCell/HeadCell.d.ts.map +1 -1
  142. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts +0 -1
  143. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts.map +1 -1
  144. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts +1 -10
  145. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts.map +1 -1
  146. package/types/components/Typography/Body/Body.d.ts +2 -2
  147. package/types/components/Typography/Body/Body.d.ts.map +1 -1
  148. package/types/components/Typography/Dspl/Dspl.d.ts +2 -2
  149. package/types/components/Typography/Dspl/Dspl.d.ts.map +1 -1
  150. package/types/components/Typography/Heading/Heading.d.ts +2 -2
  151. package/types/components/Typography/Heading/Heading.d.ts.map +1 -1
  152. package/types/components/Typography/Text/Text.d.ts +2 -2
  153. package/types/components/Typography/Text/Text.d.ts.map +1 -1
  154. package/types/components/Typography/Typography.d.ts +1 -1
  155. package/types/components/Typography/Typography.d.ts.map +1 -1
  156. package/types/components/Typography/Typography.types.d.ts +2 -1
  157. package/types/components/Typography/Typography.types.d.ts.map +1 -1
  158. package/cjs/components/Table/Table.styles_xngwgy.css +0 -12
  159. package/cjs/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +0 -1
  160. package/emotion/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
  161. package/emotion/cjs/examples/typography/components/Old/Body/Body.js +0 -11
  162. package/emotion/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  163. package/emotion/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
  164. package/emotion/cjs/examples/typography/components/Old/Button/Button.js +0 -11
  165. package/emotion/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  166. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
  167. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
  168. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  169. package/emotion/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
  170. package/emotion/cjs/examples/typography/components/Old/Display/Display.js +0 -11
  171. package/emotion/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  172. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
  173. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
  174. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  175. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
  176. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
  177. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  178. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
  179. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
  180. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  181. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
  182. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
  183. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  184. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
  185. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
  186. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  187. package/emotion/es/examples/typography/components/Old/Body/Body.config.js +0 -14
  188. package/emotion/es/examples/typography/components/Old/Body/Body.js +0 -5
  189. package/emotion/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  190. package/emotion/es/examples/typography/components/Old/Button/Button.config.js +0 -13
  191. package/emotion/es/examples/typography/components/Old/Button/Button.js +0 -5
  192. package/emotion/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  193. package/emotion/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
  194. package/emotion/es/examples/typography/components/Old/Caption/Caption.js +0 -5
  195. package/emotion/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  196. package/emotion/es/examples/typography/components/Old/Display/Display.config.js +0 -14
  197. package/emotion/es/examples/typography/components/Old/Display/Display.js +0 -5
  198. package/emotion/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  199. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
  200. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
  201. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  202. package/emotion/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
  203. package/emotion/es/examples/typography/components/Old/Headline/Headline.js +0 -5
  204. package/emotion/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  205. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
  206. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
  207. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  208. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
  209. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
  210. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  211. package/emotion/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
  212. package/emotion/es/examples/typography/components/Old/Underline/Underline.js +0 -5
  213. package/emotion/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  214. package/es/components/Table/Table.styles_xngwgy.css +0 -12
  215. package/es/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +0 -1
  216. package/styled-components/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
  217. package/styled-components/cjs/examples/typography/components/Old/Body/Body.js +0 -11
  218. package/styled-components/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  219. package/styled-components/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
  220. package/styled-components/cjs/examples/typography/components/Old/Button/Button.js +0 -11
  221. package/styled-components/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  222. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
  223. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
  224. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  225. package/styled-components/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
  226. package/styled-components/cjs/examples/typography/components/Old/Display/Display.js +0 -11
  227. package/styled-components/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  228. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
  229. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
  230. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  231. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
  232. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
  233. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  234. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
  235. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
  236. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  237. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
  238. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
  239. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  240. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
  241. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
  242. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  243. package/styled-components/es/examples/typography/components/Old/Body/Body.config.js +0 -14
  244. package/styled-components/es/examples/typography/components/Old/Body/Body.js +0 -5
  245. package/styled-components/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  246. package/styled-components/es/examples/typography/components/Old/Button/Button.config.js +0 -13
  247. package/styled-components/es/examples/typography/components/Old/Button/Button.js +0 -5
  248. package/styled-components/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  249. package/styled-components/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
  250. package/styled-components/es/examples/typography/components/Old/Caption/Caption.js +0 -5
  251. package/styled-components/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  252. package/styled-components/es/examples/typography/components/Old/Display/Display.config.js +0 -14
  253. package/styled-components/es/examples/typography/components/Old/Display/Display.js +0 -5
  254. package/styled-components/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  255. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
  256. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
  257. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  258. package/styled-components/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
  259. package/styled-components/es/examples/typography/components/Old/Headline/Headline.js +0 -5
  260. package/styled-components/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  261. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
  262. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
  263. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  264. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
  265. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
  266. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  267. package/styled-components/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
  268. package/styled-components/es/examples/typography/components/Old/Underline/Underline.js +0 -5
  269. package/styled-components/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { footnoteConfig } from '../../../../../components/Typography';
7
-
8
- import { Footnote } from './Footnote';
9
- import { config } from './Footnote.config';
10
-
11
- const meta: Meta<typeof Footnote> = {
12
- title: 'Data Display/Typography/Old/Footnote',
13
- decorators: [WithTheme],
14
- component: Footnote,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(footnoteConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- },
27
- };
28
-
29
- export default meta;
30
-
31
- export const Default: StoryObj<typeof Footnote> = {
32
- render: (props) => {
33
- return (
34
- <Footnote {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </Footnote>
38
- );
39
- },
40
- };
@@ -1,15 +0,0 @@
1
- import { css } from '@emotion/react';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'headline1'
6
- },
7
- variations: {
8
- size: {
9
- headline1: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-headline1-font-family);", tokens.typoFontSize, ":var(--plasma-typo-headline1-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-headline1-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-headline1-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-headline1-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-headline1-line-height);;label:plasma-new-hope__headline1;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvSGVhZGxpbmUvSGVhZGxpbmUuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVUwQiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy90eXBvZ3JhcGh5L2NvbXBvbmVudHMvT2xkL0hlYWRsaW5lL0hlYWRsaW5lLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vY29tcG9uZW50cy9UeXBvZ3JhcGh5L3Rva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBjb25maWcgPSB7XG4gICAgZGVmYXVsdHM6IHtcbiAgICAgICAgc2l6ZTogJ2hlYWRsaW5lMScsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHNpemU6IHtcbiAgICAgICAgICAgIGhlYWRsaW5lMTogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTEtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTEtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgaGVhZGxpbmUyOiBjc3NgXG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMi1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItZm9udC1zdHlsZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMi1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWxpbmUtaGVpZ2h0KTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBoZWFkbGluZTM6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUzLWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUzLWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGhlYWRsaW5lNDogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTQtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTQtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */")),
10
- headline2: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-headline2-font-family);", tokens.typoFontSize, ":var(--plasma-typo-headline2-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-headline2-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-headline2-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-headline2-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-headline2-line-height);;label:plasma-new-hope__headline2;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvSGVhZGxpbmUvSGVhZGxpbmUuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWtCMEIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvdHlwb2dyYXBoeS9jb21wb25lbnRzL09sZC9IZWFkbGluZS9IZWFkbGluZS5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvVHlwb2dyYXBoeS90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHNpemU6ICdoZWFkbGluZTEnLFxuICAgIH0sXG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBoZWFkbGluZTE6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTEtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGhlYWRsaW5lMjogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMi1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgaGVhZGxpbmUzOiBjc3NgXG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC1zdHlsZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUzLWxpbmUtaGVpZ2h0KTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBoZWFkbGluZTQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTQtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */")),
11
- headline3: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-headline3-font-family);", tokens.typoFontSize, ":var(--plasma-typo-headline3-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-headline3-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-headline3-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-headline3-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-headline3-line-height);;label:plasma-new-hope__headline3;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvSGVhZGxpbmUvSGVhZGxpbmUuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBCMEIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvdHlwb2dyYXBoeS9jb21wb25lbnRzL09sZC9IZWFkbGluZS9IZWFkbGluZS5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvVHlwb2dyYXBoeS90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHNpemU6ICdoZWFkbGluZTEnLFxuICAgIH0sXG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBoZWFkbGluZTE6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTEtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGhlYWRsaW5lMjogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMi1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgaGVhZGxpbmUzOiBjc3NgXG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC1zdHlsZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUzLWxpbmUtaGVpZ2h0KTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBoZWFkbGluZTQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTQtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */")),
12
- headline4: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-headline4-font-family);", tokens.typoFontSize, ":var(--plasma-typo-headline4-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-headline4-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-headline4-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-headline4-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-headline4-line-height);;label:plasma-new-hope__headline4;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvSGVhZGxpbmUvSGVhZGxpbmUuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWtDMEIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvdHlwb2dyYXBoeS9jb21wb25lbnRzL09sZC9IZWFkbGluZS9IZWFkbGluZS5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvVHlwb2dyYXBoeS90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHNpemU6ICdoZWFkbGluZTEnLFxuICAgIH0sXG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBoZWFkbGluZTE6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMS1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUxLWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTEtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGhlYWRsaW5lMjogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUyLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTItbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMi1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgaGVhZGxpbmUzOiBjc3NgXG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC1zdHlsZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTMtZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lMy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmUzLWxpbmUtaGVpZ2h0KTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBoZWFkbGluZTQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWZvbnQtc2l6ZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWhlYWRsaW5lNC1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8taGVhZGxpbmU0LWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExpbmVIZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1oZWFkbGluZTQtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */"))
13
- }
14
- }
15
- };
@@ -1,5 +0,0 @@
1
- import { headlineConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Headline.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(headlineConfig, config);
5
- export var Headline = /*#__PURE__*/component(mergedConfig);
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { headlineConfig } from '../../../../../components/Typography';
7
-
8
- import { Headline } from './Headline';
9
- import { config } from './Headline.config';
10
-
11
- const meta: Meta<typeof Headline> = {
12
- title: 'Data Display/Typography/Old/Headline',
13
- decorators: [WithTheme],
14
- component: Headline,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(headlineConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- },
27
- };
28
-
29
- export default meta;
30
-
31
- export const Default: StoryObj<typeof Headline> = {
32
- render: (props) => {
33
- return (
34
- <Headline {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </Headline>
38
- );
39
- },
40
- };
@@ -1,13 +0,0 @@
1
- import { css } from '@emotion/react';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'paragraph1'
6
- },
7
- variations: {
8
- size: {
9
- paragraph1: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-paragraph1-font-family);", tokens.typoFontSize, ":var(--plasma-typo-paragraph1-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-paragraph1-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-paragraph1-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-paragraph1-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-paragraph1-line-height);;label:plasma-new-hope__paragraph1;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvUGFyYWdyYXBoL1BhcmFncmFwaC5jb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVTJCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvUGFyYWdyYXBoL1BhcmFncmFwaC5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvVHlwb2dyYXBoeS90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHNpemU6ICdwYXJhZ3JhcGgxJyxcbiAgICB9LFxuICAgIHZhcmlhdGlvbnM6IHtcbiAgICAgICAgc2l6ZToge1xuICAgICAgICAgICAgcGFyYWdyYXBoMTogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMS1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMS1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1wYXJhZ3JhcGgxLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMS1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMS1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMS1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgcGFyYWdyYXBoMjogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMi1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMi1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1wYXJhZ3JhcGgyLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMi1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMi1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMi1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */")),
10
- paragraph2: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-paragraph2-font-family);", tokens.typoFontSize, ":var(--plasma-typo-paragraph2-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-paragraph2-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-paragraph2-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-paragraph2-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-paragraph2-line-height);;label:plasma-new-hope__paragraph2;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvUGFyYWdyYXBoL1BhcmFncmFwaC5jb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0IyQiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy90eXBvZ3JhcGh5L2NvbXBvbmVudHMvT2xkL1BhcmFncmFwaC9QYXJhZ3JhcGguY29uZmlnLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9jb21wb25lbnRzL1R5cG9ncmFwaHkvdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICBzaXplOiAncGFyYWdyYXBoMScsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHNpemU6IHtcbiAgICAgICAgICAgIHBhcmFncmFwaDE6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDEtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDEtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMS1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDEtZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDEtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDEtbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIHBhcmFncmFwaDI6IGNzc2BcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDItZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDItZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tcGFyYWdyYXBoMi1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDItZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDItbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLXBhcmFncmFwaDItbGluZS1oZWlnaHQpO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */"))
11
- }
12
- }
13
- };
@@ -1,5 +0,0 @@
1
- import { paragraphConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Paragraph.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(paragraphConfig, config);
5
- export var Paragraph = /*#__PURE__*/component(mergedConfig);
@@ -1,42 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { paragraphConfig } from '../../../../../components/Typography';
7
-
8
- import { Paragraph } from './Paragraph';
9
- import { config } from './Paragraph.config';
10
-
11
- const meta: Meta<typeof Paragraph> = {
12
- title: 'Data Display/Typography/Old/Paragraph',
13
- decorators: [WithTheme],
14
- component: Paragraph,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(paragraphConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- resetMargin: false,
27
- m: 2,
28
- },
29
- };
30
-
31
- export default meta;
32
-
33
- export const Default: StoryObj<typeof Paragraph> = {
34
- render: (props) => {
35
- return (
36
- <Paragraph {...props}>
37
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
38
- distinctio modi quo, provident quod.
39
- </Paragraph>
40
- );
41
- },
42
- };
@@ -1,12 +0,0 @@
1
- import { css } from '@emotion/react';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'm'
6
- },
7
- variations: {
8
- size: {
9
- m: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-subtitle-font-family);", tokens.typoFontSize, ":var(--plasma-typo-subtitle-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-subtitle-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-subtitle-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-subtitle-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-subtitle-line-height);;label:plasma-new-hope__m;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvU3VidGl0bGUvU3VidGl0bGUuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVVrQiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy90eXBvZ3JhcGh5L2NvbXBvbmVudHMvT2xkL1N1YnRpdGxlL1N1YnRpdGxlLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vY29tcG9uZW50cy9UeXBvZ3JhcGh5L3Rva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBjb25maWcgPSB7XG4gICAgZGVmYXVsdHM6IHtcbiAgICAgICAgc2l6ZTogJ20nLFxuICAgIH0sXG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBtOiBjc3NgXG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1zdWJ0aXRsZS1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRTaXplfTogdmFyKC0tcGxhc21hLXR5cG8tc3VidGl0bGUtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tc3VidGl0bGUtZm9udC1zdHlsZSk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1zdWJ0aXRsZS1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHt0b2tlbnMudHlwb0ZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8tc3VidGl0bGUtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLXN1YnRpdGxlLWxpbmUtaGVpZ2h0KTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgfSxcbn07XG4iXX0= */"))
10
- }
11
- }
12
- };
@@ -1,5 +0,0 @@
1
- import { subtitleConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Subtitle.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(subtitleConfig, config);
5
- export var Subtitle = /*#__PURE__*/component(mergedConfig);
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { subtitleConfig } from '../../../../../components/Typography';
7
-
8
- import { Subtitle } from './Subtitle';
9
- import { config } from './Subtitle.config';
10
-
11
- const meta: Meta<typeof Subtitle> = {
12
- title: 'Data Display/Typography/Old/Subtitle',
13
- decorators: [WithTheme],
14
- component: Subtitle,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(subtitleConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- },
26
- };
27
-
28
- export default meta;
29
-
30
- export const Default: StoryObj<typeof Subtitle> = {
31
- render: (props) => {
32
- return (
33
- <Subtitle {...props}>
34
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
35
- distinctio modi quo, provident quod.
36
- </Subtitle>
37
- );
38
- },
39
- };
@@ -1,12 +0,0 @@
1
- import { css } from '@emotion/react';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'm'
6
- },
7
- variations: {
8
- size: {
9
- m: /*#__PURE__*/css(tokens.typoFontFamily, ":var(--plasma-typo-underline-font-family);", tokens.typoFontSize, ":var(--plasma-typo-underline-font-size);", tokens.typoFontStyle, ":var(--plasma-typo-underline-font-style);", tokens.typoFontWeight, ":var(--plasma-typo-underline-font-weight);", tokens.typoFontLetterSpacing, ":var(--plasma-typo-underline-letter-spacing);", tokens.typoFontLineHeight, ":var(--plasma-typo-underline-line-height);;label:plasma-new-hope__m;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvVW5kZXJsaW5lL1VuZGVybGluZS5jb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVWtCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3R5cG9ncmFwaHkvY29tcG9uZW50cy9PbGQvVW5kZXJsaW5lL1VuZGVybGluZS5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvVHlwb2dyYXBoeS90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHNpemU6ICdtJyxcbiAgICB9LFxuICAgIHZhcmlhdGlvbnM6IHtcbiAgICAgICAgc2l6ZToge1xuICAgICAgICAgICAgbTogY3NzYFxuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8tdW5kZXJsaW5lLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby11bmRlcmxpbmUtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tdW5kZXJsaW5lLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tdW5kZXJsaW5lLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke3Rva2Vucy50eXBvRm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby11bmRlcmxpbmUtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7dG9rZW5zLnR5cG9Gb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLXVuZGVybGluZS1saW5lLWhlaWdodCk7XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */"))
10
- }
11
- }
12
- };
@@ -1,5 +0,0 @@
1
- import { underlineConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Underline.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(underlineConfig, config);
5
- export var Underline = /*#__PURE__*/component(mergedConfig);
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { underlineConfig } from '../../../../../components/Typography';
7
-
8
- import { Underline } from './Underline';
9
- import { config } from './Underline.config';
10
-
11
- const meta: Meta<typeof Underline> = {
12
- title: 'Data Display/Typography/Old/Underline',
13
- decorators: [WithTheme],
14
- component: Underline,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(underlineConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- },
27
- };
28
-
29
- export default meta;
30
-
31
- export const Default: StoryObj<typeof Underline> = {
32
- render: (props) => {
33
- return (
34
- <Underline {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </Underline>
38
- );
39
- },
40
- };
@@ -1,12 +0,0 @@
1
- .b1lxisuf{display:inline-block;overflow-y:auto;}
2
- .t15d4jbz{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:var(--plasma-table-font-family);font-size:var(--plasma-table-font-size);font-style:var(--plasma-table-font-style);font-weight:var(--plasma-table-font-weight);-webkit-letter-spacing:var(--plasma-table-letter-spacing);-moz-letter-spacing:var(--plasma-table-letter-spacing);-ms-letter-spacing:var(--plasma-table-letter-spacing);letter-spacing:var(--plasma-table-letter-spacing);line-height:var(--plasma-table-line-height);border-collapse:collapse;border-width:0;border-style:solid;border-color:var(--t15d4jbz-0);}
3
- .t1ri3no5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--t1ri3no5-0);}
4
- .t1uk535o{position:var(--t1uk535o-0);top:0;background:var(--t1uk535o-1);z-index:1;box-shadow:var(--t1uk535o-2);}.t1uk535o .t1ri3no5{background:transparent;}
5
-
6
- .r18b5m0z{display:var(--r18b5m0z-0);position:absolute;z-index:1;top:-0.0625rem;bottom:0;right:-0.125rem;width:0.1875rem;background:var(--outline-accent);cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;}
7
- .tedz16{padding:var(--tedz16-0);position:relative;font-weight:600;text-align:left;height:var(--plasma-table-header-row-height);background-color:transparent;color:inherit;border-width:0.0625rem;border-top-width:0;border-bottom-width:0;border-style:solid;border-color:var(--tedz16-1);}.tedz16:hover .r18b5m0z{display:block;}
8
- .s3mgb7q{--plasma-checkbox-trigger-size:var(--plasma-table-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-table-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--text-accent);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-trigger-border-color:var(--text-secondary);}
9
- .s177cehz{--plasma-divider-base-side-size:0.0625rem;--plasma-divider-background:var(--surface-transparent-tertiary);--plasma-divider-border-radius:0.0625rem;}
10
- .beus4rw{--plasma-button-height:var(--plasma-table-button-height);--plasma-button-disabled-opacity:0.4;--plasma-button-font-family:var(--plasma-table-button-font-family);--plasma-button-font-size:var(--plasma-table-button-font-size);--plasma-button-font-style:var(--plasma-table-button-font-style);--plasma-button-font-weight:var(--plasma-table-button-font-weight);--plasma-button-letter-spacing:var(--plasma-table-button-letter-spacing);--plasma-button-line-height:var(--plasma-table-button-line-height);}
11
- .bfybxxj.beus4rw{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-accent);--plasma-button-background-color-hover:var(--surface-accent-hover);--plasma-button-background-color-active:var(--surface-accent-active);}
12
- .l1ql6jvb{--plasma-link-button-color:var(--text-primary);--plasma-link-button-background-color:var(--surface-transparent-clear);--plasma-link-button-color-hover:var(--text-primary-hover);--plasma-link-button-color-active:var(--text-primary-active);--plasma-link-button-focus-color:var(--surface-accent);--plasma-link-button-font-family:var(--plasma-table-link-button-font-family);--plasma-link-button-font-size:var(--plasma-table-link-button-font-size);--plasma-link-button-font-style:var(--plasma-table-link-button-font-style);--plasma-link-button-font-weight:var(--plasma-table-link-button-font-weight);--plasma-link-button-letter-spacing:var(--plasma-table-link-button-letter-spacing);--plasma-link-button-line-height:var(--plasma-table-link-button-line-height);}
@@ -1 +0,0 @@
1
- .tv72tnk{position:relative;padding:var(--tv72tnk-0);height:var(--plasma-table-row-height);border-width:0.0625rem;border-top-width:0;border-style:solid;border-color:var(--tv72tnk-1);border-bottom-color:var(--tv72tnk-2);box-sizing:border-box;}
@@ -1,20 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _styledComponents = /*#__PURE__*/require("styled-components");
8
- var _tokens = /*#__PURE__*/require("../../../../../components/Typography/tokens");
9
- var config = exports.config = {
10
- defaults: {
11
- size: 'body1'
12
- },
13
- variations: {
14
- size: {
15
- body1: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body1-font-family);", ":var(--plasma-typo-body1-font-size);", ":var(--plasma-typo-body1-font-style);", ":var(--plasma-typo-body1-font-weight);", ":var(--plasma-typo-body1-letter-spacing);", ":var(--plasma-typo-body1-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- body2: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body2-font-family);", ":var(--plasma-typo-body2-font-size);", ":var(--plasma-typo-body2-font-style);", ":var(--plasma-typo-body2-font-weight);", ":var(--plasma-typo-body2-letter-spacing);", ":var(--plasma-typo-body2-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
- body3: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-body3-font-family);", ":var(--plasma-typo-body3-font-size);", ":var(--plasma-typo-body3-font-style);", ":var(--plasma-typo-body3-font-weight);", ":var(--plasma-typo-body3-letter-spacing);", ":var(--plasma-typo-body3-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
18
- }
19
- }
20
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.OldBody = void 0;
7
- var _Typography = /*#__PURE__*/require("../../../../../components/Typography");
8
- var _engines = /*#__PURE__*/require("../../../../../engines");
9
- var _Body = /*#__PURE__*/require("./Body.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Typography.oldBodyConfig, _Body.config);
11
- var OldBody = exports.OldBody = /*#__PURE__*/(0, _engines.component)(mergedConfig);
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { oldBodyConfig } from '../../../../../components/Typography';
7
-
8
- import { OldBody } from './Body';
9
- import { config } from './Body.config';
10
-
11
- const meta: Meta<typeof OldBody> = {
12
- title: 'Data Display/Typography/Old/Body',
13
- decorators: [WithTheme],
14
- component: OldBody,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(oldBodyConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- },
27
- };
28
-
29
- export default meta;
30
-
31
- export const Default: StoryObj<typeof OldBody> = {
32
- render: (props) => {
33
- return (
34
- <OldBody {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </OldBody>
38
- );
39
- },
40
- };
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _styledComponents = /*#__PURE__*/require("styled-components");
8
- var _tokens = /*#__PURE__*/require("../../../../../components/Typography/tokens");
9
- var config = exports.config = {
10
- defaults: {
11
- size: 'button1'
12
- },
13
- variations: {
14
- size: {
15
- button1: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-button1-font-family);", ":var(--plasma-typo-button1-font-size);", ":var(--plasma-typo-button1-font-style);", ":var(--plasma-typo-button1-font-weight);", ":var(--plasma-typo-button1-letter-spacing);", ":var(--plasma-typo-button1-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- button2: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-button2-font-family);", ":var(--plasma-typo-button2-font-size);", ":var(--plasma-typo-button2-font-style);", ":var(--plasma-typo-button2-font-weight);", ":var(--plasma-typo-button2-letter-spacing);", ":var(--plasma-typo-button2-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
17
- }
18
- }
19
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Button = void 0;
7
- var _Typography = /*#__PURE__*/require("../../../../../components/Typography");
8
- var _engines = /*#__PURE__*/require("../../../../../engines");
9
- var _Button = /*#__PURE__*/require("./Button.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Typography.buttonTypographyConfig, _Button.config);
11
- var Button = exports.Button = /*#__PURE__*/(0, _engines.component)(mergedConfig);
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { buttonTypographyConfig } from '../../../../../components/Typography';
7
-
8
- import { Button } from './Button';
9
- import { config } from './Button.config';
10
-
11
- const meta: Meta<typeof Button> = {
12
- title: 'Data Display/Typography/Old/Button',
13
- decorators: [WithTheme],
14
- component: Button,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(buttonTypographyConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- },
27
- };
28
-
29
- export default meta;
30
-
31
- export const Default: StoryObj<typeof Button> = {
32
- render: (props) => {
33
- return (
34
- <Button {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </Button>
38
- );
39
- },
40
- };
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _styledComponents = /*#__PURE__*/require("styled-components");
8
- var _tokens = /*#__PURE__*/require("../../../../../components/Typography/tokens");
9
- var config = exports.config = {
10
- defaults: {
11
- size: 'm'
12
- },
13
- variations: {
14
- size: {
15
- m: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-caption-font-family);", ":var(--plasma-typo-caption-font-size);", ":var(--plasma-typo-caption-font-style);", ":var(--plasma-typo-caption-font-weight);", ":var(--plasma-typo-caption-letter-spacing);", ":var(--plasma-typo-caption-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
16
- }
17
- }
18
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Caption = void 0;
7
- var _Typography = /*#__PURE__*/require("../../../../../components/Typography");
8
- var _engines = /*#__PURE__*/require("../../../../../engines");
9
- var _Caption = /*#__PURE__*/require("./Caption.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Typography.captionConfig, _Caption.config);
11
- var Caption = exports.Caption = /*#__PURE__*/(0, _engines.component)(mergedConfig);
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import type { StoryObj, Meta } from '@storybook/react';
3
-
4
- import { WithTheme, argTypesFromConfig } from '../../../../_helpers';
5
- import { mergeConfig } from '../../../../../engines';
6
- import { captionConfig } from '../../../../../components/Typography';
7
-
8
- import { Caption } from './Caption';
9
- import { config } from './Caption.config';
10
-
11
- const meta: Meta<typeof Caption> = {
12
- title: 'Data Display/Typography/Old/Caption',
13
- decorators: [WithTheme],
14
- component: Caption,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(captionConfig, config)),
17
- color: {
18
- control: {
19
- type: 'color',
20
- },
21
- },
22
- },
23
- args: {
24
- noWrap: false,
25
- breakWord: true,
26
- },
27
- };
28
-
29
- export default meta;
30
-
31
- export const Default: StoryObj<typeof Caption> = {
32
- render: (props) => {
33
- return (
34
- <Caption {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </Caption>
38
- );
39
- },
40
- };
@@ -1,20 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _styledComponents = /*#__PURE__*/require("styled-components");
8
- var _tokens = /*#__PURE__*/require("../../../../../components/Typography/tokens");
9
- var config = exports.config = {
10
- defaults: {
11
- size: 'display1'
12
- },
13
- variations: {
14
- size: {
15
- display1: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-display1-font-family);", ":var(--plasma-typo-display1-font-size);", ":var(--plasma-typo-display1-font-style);", ":var(--plasma-typo-display1-font-weight);", ":var(--plasma-typo-display1-letter-spacing);", ":var(--plasma-typo-display1-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
16
- display2: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-display2-font-family);", ":var(--plasma-typo-display2-font-size);", ":var(--plasma-typo-display2-font-style);", ":var(--plasma-typo-display2-font-weight);", ":var(--plasma-typo-display2-letter-spacing);", ":var(--plasma-typo-display2-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight),
17
- display3: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--plasma-typo-display3-font-family);", ":var(--plasma-typo-display3-font-size);", ":var(--plasma-typo-display3-font-style);", ":var(--plasma-typo-display3-font-weight);", ":var(--plasma-typo-display3-letter-spacing);", ":var(--plasma-typo-display3-line-height);"], _tokens.tokens.typoFontFamily, _tokens.tokens.typoFontSize, _tokens.tokens.typoFontStyle, _tokens.tokens.typoFontWeight, _tokens.tokens.typoFontLetterSpacing, _tokens.tokens.typoFontLineHeight)
18
- }
19
- }
20
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Display = void 0;
7
- var _Typography = /*#__PURE__*/require("../../../../../components/Typography");
8
- var _engines = /*#__PURE__*/require("../../../../../engines");
9
- var _Display = /*#__PURE__*/require("./Display.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Typography.displayConfig, _Display.config);
11
- var Display = exports.Display = /*#__PURE__*/(0, _engines.component)(mergedConfig);