@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
@@ -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-subtitle-font-family);", ":var(--plasma-typo-subtitle-font-size);", ":var(--plasma-typo-subtitle-font-style);", ":var(--plasma-typo-subtitle-font-weight);", ":var(--plasma-typo-subtitle-letter-spacing);", ":var(--plasma-typo-subtitle-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.Subtitle = void 0;
7
- var _Typography = /*#__PURE__*/require("../../../../../components/Typography");
8
- var _engines = /*#__PURE__*/require("../../../../../engines");
9
- var _Subtitle = /*#__PURE__*/require("./Subtitle.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Typography.subtitleConfig, _Subtitle.config);
11
- var Subtitle = exports.Subtitle = /*#__PURE__*/(0, _engines.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,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-underline-font-family);", ":var(--plasma-typo-underline-font-size);", ":var(--plasma-typo-underline-font-style);", ":var(--plasma-typo-underline-font-weight);", ":var(--plasma-typo-underline-letter-spacing);", ":var(--plasma-typo-underline-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.Underline = void 0;
7
- var _Typography = /*#__PURE__*/require("../../../../../components/Typography");
8
- var _engines = /*#__PURE__*/require("../../../../../engines");
9
- var _Underline = /*#__PURE__*/require("./Underline.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Typography.underlineConfig, _Underline.config);
11
- var Underline = exports.Underline = /*#__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 { 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,14 +0,0 @@
1
- import { css } from 'styled-components';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'body1'
6
- },
7
- variations: {
8
- size: {
9
- body1: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- body2: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
11
- body3: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
12
- }
13
- }
14
- };
@@ -1,5 +0,0 @@
1
- import { oldBodyConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Body.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(oldBodyConfig, config);
5
- export var OldBody = /*#__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 { 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,13 +0,0 @@
1
- import { css } from 'styled-components';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'button1'
6
- },
7
- variations: {
8
- size: {
9
- button1: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- button2: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
11
- }
12
- }
13
- };
@@ -1,5 +0,0 @@
1
- import { buttonTypographyConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Button.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(buttonTypographyConfig, config);
5
- export var Button = /*#__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 { 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,12 +0,0 @@
1
- import { css } from 'styled-components';
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(["", ":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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
10
- }
11
- }
12
- };
@@ -1,5 +0,0 @@
1
- import { captionConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Caption.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(captionConfig, config);
5
- export var Caption = /*#__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 { 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,14 +0,0 @@
1
- import { css } from 'styled-components';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'display1'
6
- },
7
- variations: {
8
- size: {
9
- display1: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- display2: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
11
- display3: /*#__PURE__*/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.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
12
- }
13
- }
14
- };
@@ -1,5 +0,0 @@
1
- import { displayConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Display.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(displayConfig, config);
5
- export var Display = /*#__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 { displayConfig } from '../../../../../components/Typography';
7
-
8
- import { Display } from './Display';
9
- import { config } from './Display.config';
10
-
11
- const meta: Meta<typeof Display> = {
12
- title: 'Data Display/Typography/Old/Display',
13
- decorators: [WithTheme],
14
- component: Display,
15
- argTypes: {
16
- ...argTypesFromConfig(mergeConfig(displayConfig, 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 Display> = {
32
- render: (props) => {
33
- return (
34
- <Display {...props}>
35
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium nesciunt nihil non ut animi
36
- distinctio modi quo, provident quod.
37
- </Display>
38
- );
39
- },
40
- };
@@ -1,13 +0,0 @@
1
- import { css } from 'styled-components';
2
- import { tokens } from '../../../../../components/Typography/tokens';
3
- export var config = {
4
- defaults: {
5
- size: 'footnote1'
6
- },
7
- variations: {
8
- size: {
9
- footnote1: /*#__PURE__*/css(["", ":var(--plasma-typo-footnote1-font-family);", ":var(--plasma-typo-footnote1-font-size);", ":var(--plasma-typo-footnote1-font-style);", ":var(--plasma-typo-footnote1-font-weight);", ":var(--plasma-typo-footnote1-letter-spacing);", ":var(--plasma-typo-footnote1-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- footnote2: /*#__PURE__*/css(["", ":var(--plasma-typo-footnote2-font-family);", ":var(--plasma-typo-footnote2-font-size);", ":var(--plasma-typo-footnote2-font-style);", ":var(--plasma-typo-footnote2-font-weight);", ":var(--plasma-typo-footnote2-letter-spacing);", ":var(--plasma-typo-footnote2-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
11
- }
12
- }
13
- };
@@ -1,5 +0,0 @@
1
- import { footnoteConfig } from '../../../../../components/Typography';
2
- import { component, mergeConfig } from '../../../../../engines';
3
- import { config } from './Footnote.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(footnoteConfig, config);
5
- export var Footnote = /*#__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 { 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 'styled-components';
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(["", ":var(--plasma-typo-headline1-font-family);", ":var(--plasma-typo-headline1-font-size);", ":var(--plasma-typo-headline1-font-style);", ":var(--plasma-typo-headline1-font-weight);", ":var(--plasma-typo-headline1-letter-spacing);", ":var(--plasma-typo-headline1-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- headline2: /*#__PURE__*/css(["", ":var(--plasma-typo-headline2-font-family);", ":var(--plasma-typo-headline2-font-size);", ":var(--plasma-typo-headline2-font-style);", ":var(--plasma-typo-headline2-font-weight);", ":var(--plasma-typo-headline2-letter-spacing);", ":var(--plasma-typo-headline2-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
11
- headline3: /*#__PURE__*/css(["", ":var(--plasma-typo-headline3-font-family);", ":var(--plasma-typo-headline3-font-size);", ":var(--plasma-typo-headline3-font-style);", ":var(--plasma-typo-headline3-font-weight);", ":var(--plasma-typo-headline3-letter-spacing);", ":var(--plasma-typo-headline3-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
12
- headline4: /*#__PURE__*/css(["", ":var(--plasma-typo-headline4-font-family);", ":var(--plasma-typo-headline4-font-size);", ":var(--plasma-typo-headline4-font-style);", ":var(--plasma-typo-headline4-font-weight);", ":var(--plasma-typo-headline4-letter-spacing);", ":var(--plasma-typo-headline4-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
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 'styled-components';
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(["", ":var(--plasma-typo-paragraph1-font-family);", ":var(--plasma-typo-paragraph1-font-size);", ":var(--plasma-typo-paragraph1-font-style);", ":var(--plasma-typo-paragraph1-font-weight);", ":var(--plasma-typo-paragraph1-letter-spacing);", ":var(--plasma-typo-paragraph1-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight),
10
- paragraph2: /*#__PURE__*/css(["", ":var(--plasma-typo-paragraph2-font-family);", ":var(--plasma-typo-paragraph2-font-size);", ":var(--plasma-typo-paragraph2-font-style);", ":var(--plasma-typo-paragraph2-font-weight);", ":var(--plasma-typo-paragraph2-letter-spacing);", ":var(--plasma-typo-paragraph2-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
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 'styled-components';
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(["", ":var(--plasma-typo-subtitle-font-family);", ":var(--plasma-typo-subtitle-font-size);", ":var(--plasma-typo-subtitle-font-style);", ":var(--plasma-typo-subtitle-font-weight);", ":var(--plasma-typo-subtitle-letter-spacing);", ":var(--plasma-typo-subtitle-line-height);"], tokens.typoFontFamily, tokens.typoFontSize, tokens.typoFontStyle, tokens.typoFontWeight, tokens.typoFontLetterSpacing, tokens.typoFontLineHeight)
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);