@salutejs/plasma-new-hope 0.197.1-canary.1569.11973386056.0 → 0.198.0-canary.1588.11975454374.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Editable/Editable.js +1 -1
- package/cjs/components/Editable/Editable.js.map +1 -1
- package/cjs/components/Typography/Body/Body.css +1 -1
- package/cjs/components/Typography/Old/Button/Button.css +1 -1
- package/cjs/components/Typography/Old/Paragraph/Paragraph.css +1 -1
- package/cjs/components/Typography/Old/Paragraph/Paragraph.styles.js +1 -1
- package/cjs/components/Typography/Old/Paragraph/Paragraph.styles.js.map +1 -1
- package/cjs/components/Typography/Old/Paragraph/{Paragraph.styles_179bahu.css → Paragraph.styles_f6q9s8.css} +1 -1
- package/cjs/components/Typography/Old/Subtitle/Subtitle.css +1 -1
- package/cjs/components/Typography/Old/Subtitle/Subtitle.js +7 -1
- package/cjs/components/Typography/Old/Subtitle/Subtitle.js.map +1 -1
- package/cjs/components/Typography/Old/Subtitle/Subtitle.styles.js +1 -1
- package/cjs/components/Typography/Old/Subtitle/Subtitle.styles.js.map +1 -1
- package/{es/components/Typography/Old/Subtitle/Subtitle.styles_1plleej.css → cjs/components/Typography/Old/Subtitle/Subtitle.styles_g6d0r2.css} +1 -1
- package/cjs/components/Typography/Old/TypographyOld.js +4 -2
- package/cjs/components/Typography/Old/TypographyOld.js.map +1 -1
- package/cjs/components/Typography/Old/TypographyOld.styles.js +1 -1
- package/cjs/components/Typography/Old/TypographyOld.styles.js.map +1 -1
- package/{es/components/Typography/Old/TypographyOld.styles_17w0rtq.css → cjs/components/Typography/Old/TypographyOld.styles_168abbx.css} +1 -1
- package/cjs/components/Typography/Old/Underline/Underline.css +1 -1
- package/cjs/components/Typography/Old/Underline/Underline.styles.js +1 -1
- package/cjs/components/Typography/Old/Underline/Underline.styles.js.map +1 -1
- package/{es/components/Typography/Old/Underline/Underline.styles_vsz834.css → cjs/components/Typography/Old/Underline/Underline.styles_1x2vb5e.css} +1 -1
- package/cjs/components/Typography/Typography.js +4 -2
- package/cjs/components/Typography/Typography.js.map +1 -1
- package/cjs/components/Typography/Typography.styles.js +1 -1
- package/cjs/components/Typography/Typography.styles.js.map +1 -1
- package/cjs/components/Typography/{Typography.styles_6mr47g.css → Typography.styles_fa07dt.css} +1 -1
- package/cjs/components/Typography/tokens.js +1 -0
- package/cjs/components/Typography/tokens.js.map +1 -1
- package/cjs/index.css +5 -5
- package/emotion/cjs/components/Editable/Editable.js +1 -1
- package/emotion/cjs/components/Typography/Old/Paragraph/Paragraph.styles.js +1 -1
- package/emotion/cjs/components/Typography/Old/Subtitle/Subtitle.js +7 -1
- package/emotion/cjs/components/Typography/Old/Subtitle/Subtitle.styles.js +1 -1
- package/emotion/cjs/components/Typography/Old/TypographyOld.js +4 -2
- package/emotion/cjs/components/Typography/Old/TypographyOld.styles.js +1 -1
- package/emotion/cjs/components/Typography/Old/Underline/Underline.styles.js +1 -1
- package/emotion/cjs/components/Typography/Typography.js +4 -2
- package/emotion/cjs/components/Typography/Typography.styles.js +1 -1
- package/emotion/cjs/components/Typography/Typography.template-doc.mdx +4 -0
- package/emotion/cjs/components/Typography/tokens.js +1 -0
- package/emotion/cjs/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Editable/Editable.js +4 -4
- package/emotion/cjs/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/Editable/Editable.js +4 -4
- package/emotion/cjs/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
- package/emotion/cjs/examples/typography/components/Body/Body.config.js +22 -0
- package/emotion/cjs/examples/{typograpy → typography}/components/Body/Body.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Dspl/Dspl.config.js +20 -0
- package/emotion/{es/examples/typograpy → cjs/examples/typography}/components/Dspl/Dspl.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Heading/Heading.config.js +22 -0
- package/{styled-components/cjs/examples/typograpy → emotion/cjs/examples/typography}/components/Heading/Heading.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Body/Body.config.js +20 -0
- package/{styled-components/cjs/examples/typograpy → emotion/cjs/examples/typography}/components/Old/Body/Body.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Button/Button.config.js +19 -0
- package/emotion/cjs/examples/{typograpy → typography}/components/Old/Button/Button.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Caption/Caption.config.js +18 -0
- package/emotion/{es/examples/typograpy → cjs/examples/typography}/components/Old/Caption/Caption.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Display/Display.config.js +20 -0
- package/emotion/{es/examples/typograpy → cjs/examples/typography}/components/Old/Display/Display.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +19 -0
- package/emotion/cjs/examples/{typograpy → typography}/components/Old/Footnote/Footnote.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Headline/Headline.config.js +21 -0
- package/{styled-components/cjs/examples/typograpy → emotion/cjs/examples/typography}/components/Old/Headline/Headline.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +19 -0
- package/emotion/cjs/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +18 -0
- package/emotion/{es/examples/typograpy → cjs/examples/typography}/components/Old/Subtitle/Subtitle.stories.tsx +11 -1
- package/emotion/cjs/examples/typography/components/Old/Underline/Underline.config.js +18 -0
- package/{styled-components/cjs/examples/typograpy → emotion/cjs/examples/typography}/components/Old/Underline/Underline.stories.tsx +9 -1
- package/emotion/cjs/examples/typography/components/Text/Text.config.js +21 -0
- package/emotion/{es/examples/typograpy → cjs/examples/typography}/components/Text/Text.stories.tsx +9 -1
- package/emotion/es/components/Editable/Editable.js +1 -1
- package/emotion/es/components/Typography/Old/Paragraph/Paragraph.styles.js +1 -1
- package/emotion/es/components/Typography/Old/Subtitle/Subtitle.js +7 -1
- package/emotion/es/components/Typography/Old/Subtitle/Subtitle.styles.js +2 -2
- package/emotion/es/components/Typography/Old/TypographyOld.js +4 -2
- package/emotion/es/components/Typography/Old/TypographyOld.styles.js +1 -1
- package/emotion/es/components/Typography/Old/Underline/Underline.styles.js +1 -1
- package/emotion/es/components/Typography/Typography.js +4 -2
- package/emotion/es/components/Typography/Typography.styles.js +1 -1
- package/emotion/es/components/Typography/Typography.template-doc.mdx +4 -0
- package/emotion/es/components/Typography/tokens.js +1 -0
- package/emotion/es/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/Editable/Editable.js +4 -4
- package/emotion/es/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/Editable/Editable.js +4 -4
- package/emotion/es/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
- package/emotion/es/examples/typography/components/Body/Body.config.js +16 -0
- package/emotion/es/examples/{typograpy → typography}/components/Body/Body.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Dspl/Dspl.config.js +14 -0
- package/emotion/{cjs/examples/typograpy → es/examples/typography}/components/Dspl/Dspl.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Heading/Heading.config.js +16 -0
- package/{styled-components/es/examples/typograpy → emotion/es/examples/typography}/components/Heading/Heading.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Body/Body.config.js +14 -0
- package/emotion/es/examples/{typograpy → typography}/components/Old/Body/Body.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Button/Button.config.js +13 -0
- package/emotion/es/examples/{typograpy → typography}/components/Old/Button/Button.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Caption/Caption.config.js +12 -0
- package/emotion/{cjs/examples/typograpy → es/examples/typography}/components/Old/Caption/Caption.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Display/Display.config.js +14 -0
- package/{styled-components/cjs/examples/typograpy → emotion/es/examples/typography}/components/Old/Display/Display.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Footnote/Footnote.config.js +13 -0
- package/{styled-components/cjs/examples/typograpy → emotion/es/examples/typography}/components/Old/Footnote/Footnote.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Headline/Headline.config.js +15 -0
- package/emotion/{cjs/examples/typograpy → es/examples/typography}/components/Old/Headline/Headline.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +13 -0
- package/{styled-components/cjs/examples/typograpy → emotion/es/examples/typography}/components/Old/Paragraph/Paragraph.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +12 -0
- package/{styled-components/cjs/examples/typograpy → emotion/es/examples/typography}/components/Old/Subtitle/Subtitle.stories.tsx +11 -1
- package/emotion/es/examples/typography/components/Old/Underline/Underline.config.js +12 -0
- package/emotion/{cjs/examples/typograpy → es/examples/typography}/components/Old/Underline/Underline.stories.tsx +9 -1
- package/emotion/es/examples/typography/components/Text/Text.config.js +15 -0
- package/{styled-components/cjs/examples/typograpy → emotion/es/examples/typography}/components/Text/Text.stories.tsx +9 -1
- package/es/components/Editable/Editable.js +1 -1
- package/es/components/Editable/Editable.js.map +1 -1
- package/es/components/Typography/Body/Body.css +1 -1
- package/es/components/Typography/Old/Button/Button.css +1 -1
- package/es/components/Typography/Old/Paragraph/Paragraph.css +1 -1
- package/es/components/Typography/Old/Paragraph/Paragraph.styles.js +1 -1
- package/es/components/Typography/Old/Paragraph/Paragraph.styles.js.map +1 -1
- package/es/components/Typography/Old/Paragraph/{Paragraph.styles_179bahu.css → Paragraph.styles_f6q9s8.css} +1 -1
- package/es/components/Typography/Old/Subtitle/Subtitle.css +1 -1
- package/es/components/Typography/Old/Subtitle/Subtitle.js +7 -1
- package/es/components/Typography/Old/Subtitle/Subtitle.js.map +1 -1
- package/es/components/Typography/Old/Subtitle/Subtitle.styles.js +1 -1
- package/es/components/Typography/Old/Subtitle/Subtitle.styles.js.map +1 -1
- package/{cjs/components/Typography/Old/Subtitle/Subtitle.styles_1plleej.css → es/components/Typography/Old/Subtitle/Subtitle.styles_g6d0r2.css} +1 -1
- package/es/components/Typography/Old/TypographyOld.js +4 -2
- package/es/components/Typography/Old/TypographyOld.js.map +1 -1
- package/es/components/Typography/Old/TypographyOld.styles.js +1 -1
- package/es/components/Typography/Old/TypographyOld.styles.js.map +1 -1
- package/{cjs/components/Typography/Old/TypographyOld.styles_17w0rtq.css → es/components/Typography/Old/TypographyOld.styles_168abbx.css} +1 -1
- package/es/components/Typography/Old/Underline/Underline.css +1 -1
- package/es/components/Typography/Old/Underline/Underline.styles.js +1 -1
- package/es/components/Typography/Old/Underline/Underline.styles.js.map +1 -1
- package/{cjs/components/Typography/Old/Underline/Underline.styles_vsz834.css → es/components/Typography/Old/Underline/Underline.styles_1x2vb5e.css} +1 -1
- package/es/components/Typography/Typography.js +4 -2
- package/es/components/Typography/Typography.js.map +1 -1
- package/es/components/Typography/Typography.styles.js +1 -1
- package/es/components/Typography/Typography.styles.js.map +1 -1
- package/es/components/Typography/{Typography.styles_6mr47g.css → Typography.styles_fa07dt.css} +1 -1
- package/es/components/Typography/tokens.js +1 -0
- package/es/components/Typography/tokens.js.map +1 -1
- package/es/index.css +5 -5
- package/package.json +2 -2
- package/styled-components/cjs/components/Editable/Editable.js +1 -1
- package/styled-components/cjs/components/Typography/Old/Paragraph/Paragraph.styles.js +1 -1
- package/styled-components/cjs/components/Typography/Old/Subtitle/Subtitle.js +7 -1
- package/styled-components/cjs/components/Typography/Old/Subtitle/Subtitle.styles.js +1 -1
- package/styled-components/cjs/components/Typography/Old/TypographyOld.js +4 -2
- package/styled-components/cjs/components/Typography/Old/TypographyOld.styles.js +1 -1
- package/styled-components/cjs/components/Typography/Old/Underline/Underline.styles.js +1 -1
- package/styled-components/cjs/components/Typography/Typography.js +4 -2
- package/styled-components/cjs/components/Typography/Typography.styles.js +1 -1
- package/styled-components/cjs/components/Typography/Typography.template-doc.mdx +4 -0
- package/styled-components/cjs/components/Typography/tokens.js +1 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Editable/Editable.js +4 -4
- package/styled-components/cjs/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Editable/Editable.js +4 -4
- package/styled-components/cjs/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
- package/styled-components/cjs/examples/{typograpy → typography}/components/Body/Body.stories.tsx +9 -1
- package/styled-components/cjs/examples/{typograpy → typography}/components/Dspl/Dspl.stories.tsx +9 -1
- package/{emotion/cjs/examples/typograpy → styled-components/cjs/examples/typography}/components/Heading/Heading.stories.tsx +9 -1
- package/styled-components/{es/examples/typograpy → cjs/examples/typography}/components/Old/Body/Body.stories.tsx +9 -1
- package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Button/Button.stories.tsx +9 -1
- package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Caption/Caption.stories.tsx +9 -1
- package/{emotion/cjs/examples/typograpy → styled-components/cjs/examples/typography}/components/Old/Display/Display.stories.tsx +9 -1
- package/{emotion/es/examples/typograpy → styled-components/cjs/examples/typography}/components/Old/Footnote/Footnote.stories.tsx +9 -1
- package/styled-components/{es/examples/typograpy → cjs/examples/typography}/components/Old/Headline/Headline.stories.tsx +9 -1
- package/{emotion/es/examples/typograpy → styled-components/cjs/examples/typography}/components/Old/Paragraph/Paragraph.stories.tsx +9 -1
- package/{emotion/cjs/examples/typograpy → styled-components/cjs/examples/typography}/components/Old/Subtitle/Subtitle.stories.tsx +11 -1
- package/styled-components/{es/examples/typograpy → cjs/examples/typography}/components/Old/Underline/Underline.stories.tsx +9 -1
- package/styled-components/{es/examples/typograpy → cjs/examples/typography}/components/Text/Text.stories.tsx +9 -1
- package/styled-components/es/components/Editable/Editable.js +1 -1
- package/styled-components/es/components/Typography/Old/Paragraph/Paragraph.styles.js +1 -1
- package/styled-components/es/components/Typography/Old/Subtitle/Subtitle.js +7 -1
- package/styled-components/es/components/Typography/Old/Subtitle/Subtitle.styles.js +2 -2
- package/styled-components/es/components/Typography/Old/TypographyOld.js +4 -2
- package/styled-components/es/components/Typography/Old/TypographyOld.styles.js +1 -1
- package/styled-components/es/components/Typography/Old/Underline/Underline.styles.js +1 -1
- package/styled-components/es/components/Typography/Typography.js +4 -2
- package/styled-components/es/components/Typography/Typography.styles.js +1 -1
- package/styled-components/es/components/Typography/Typography.template-doc.mdx +4 -0
- package/styled-components/es/components/Typography/tokens.js +1 -0
- package/styled-components/es/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Editable/Editable.js +4 -4
- package/styled-components/es/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Editable/Editable.js +4 -4
- package/styled-components/es/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Body/Body.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Dspl/Dspl.stories.tsx +9 -1
- package/{emotion/es/examples/typograpy → styled-components/es/examples/typography}/components/Heading/Heading.stories.tsx +9 -1
- package/{emotion/cjs/examples/typograpy → styled-components/es/examples/typography}/components/Old/Body/Body.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Old/Button/Button.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Old/Caption/Caption.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Old/Display/Display.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Old/Footnote/Footnote.stories.tsx +9 -1
- package/{emotion/es/examples/typograpy → styled-components/es/examples/typography}/components/Old/Headline/Headline.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.stories.tsx +9 -1
- package/styled-components/es/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.stories.tsx +11 -1
- package/{emotion/es/examples/typograpy → styled-components/es/examples/typography}/components/Old/Underline/Underline.stories.tsx +9 -1
- package/{emotion/cjs/examples/typograpy → styled-components/es/examples/typography}/components/Text/Text.stories.tsx +9 -1
- package/types/components/Editable/Editable.d.ts +1 -1
- package/types/components/Editable/Editable.d.ts.map +1 -1
- package/types/components/Typography/Body/Body.d.ts +2 -0
- package/types/components/Typography/Body/Body.d.ts.map +1 -1
- package/types/components/Typography/Dspl/Dspl.d.ts +2 -0
- package/types/components/Typography/Dspl/Dspl.d.ts.map +1 -1
- package/types/components/Typography/Heading/Heading.d.ts +2 -0
- package/types/components/Typography/Heading/Heading.d.ts.map +1 -1
- package/types/components/Typography/Old/Paragraph/Paragraph.styles.d.ts.map +1 -1
- package/types/components/Typography/Old/Subtitle/Subtitle.d.ts.map +1 -1
- package/types/components/Typography/Old/Subtitle/Subtitle.styles.d.ts.map +1 -1
- package/types/components/Typography/Old/TypographyOld.d.ts.map +1 -1
- package/types/components/Typography/Old/TypographyOld.styles.d.ts.map +1 -1
- package/types/components/Typography/Old/Underline/Underline.styles.d.ts.map +1 -1
- package/types/components/Typography/Text/Text.d.ts +2 -0
- package/types/components/Typography/Text/Text.d.ts.map +1 -1
- package/types/components/Typography/Typography.d.ts +1 -0
- package/types/components/Typography/Typography.d.ts.map +1 -1
- package/types/components/Typography/Typography.styles.d.ts.map +1 -1
- package/types/components/Typography/Typography.types.d.ts +1 -0
- package/types/components/Typography/Typography.types.d.ts.map +1 -1
- package/types/components/Typography/tokens.d.ts +1 -0
- package/types/components/Typography/tokens.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Editable/Editable.d.ts +4 -0
- package/types/examples/plasma_b2c/components/Editable/Editable.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Editable/Editable.d.ts +4 -0
- package/types/examples/plasma_web/components/Editable/Editable.d.ts.map +1 -1
- package/types/examples/typography/components/Body/Body.config.d.ts.map +1 -0
- package/types/examples/{typograpy → typography}/components/Body/Body.d.ts +1 -0
- package/types/examples/typography/components/Body/Body.d.ts.map +1 -0
- package/types/examples/typography/components/Dspl/Dspl.config.d.ts.map +1 -0
- package/types/examples/{typograpy → typography}/components/Dspl/Dspl.d.ts +1 -0
- package/types/examples/typography/components/Dspl/Dspl.d.ts.map +1 -0
- package/types/examples/typography/components/Heading/Heading.config.d.ts.map +1 -0
- package/types/examples/{typograpy → typography}/components/Heading/Heading.d.ts +1 -0
- package/types/examples/typography/components/Heading/Heading.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Body/Body.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Body/Body.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Button/Button.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Button/Button.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Caption/Caption.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Caption/Caption.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Display/Display.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Display/Display.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Footnote/Footnote.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Footnote/Footnote.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Headline/Headline.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Headline/Headline.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Paragraph/Paragraph.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Paragraph/Paragraph.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Subtitle/Subtitle.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Subtitle/Subtitle.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Underline/Underline.config.d.ts.map +1 -0
- package/types/examples/typography/components/Old/Underline/Underline.d.ts.map +1 -0
- package/types/examples/typography/components/Text/Text.config.d.ts.map +1 -0
- package/types/examples/{typograpy → typography}/components/Text/Text.d.ts +1 -0
- package/types/examples/typography/components/Text/Text.d.ts.map +1 -0
- package/emotion/cjs/examples/typograpy/components/Body/Body.config.js +0 -22
- package/emotion/cjs/examples/typograpy/components/Dspl/Dspl.config.js +0 -20
- package/emotion/cjs/examples/typograpy/components/Heading/Heading.config.js +0 -22
- package/emotion/cjs/examples/typograpy/components/Old/Body/Body.config.js +0 -20
- package/emotion/cjs/examples/typograpy/components/Old/Button/Button.config.js +0 -19
- package/emotion/cjs/examples/typograpy/components/Old/Caption/Caption.config.js +0 -18
- package/emotion/cjs/examples/typograpy/components/Old/Display/Display.config.js +0 -20
- package/emotion/cjs/examples/typograpy/components/Old/Footnote/Footnote.config.js +0 -19
- package/emotion/cjs/examples/typograpy/components/Old/Headline/Headline.config.js +0 -21
- package/emotion/cjs/examples/typograpy/components/Old/Paragraph/Paragraph.config.js +0 -19
- package/emotion/cjs/examples/typograpy/components/Old/Subtitle/Subtitle.config.js +0 -18
- package/emotion/cjs/examples/typograpy/components/Old/Underline/Underline.config.js +0 -18
- package/emotion/cjs/examples/typograpy/components/Text/Text.config.js +0 -21
- package/emotion/es/examples/typograpy/components/Body/Body.config.js +0 -16
- package/emotion/es/examples/typograpy/components/Dspl/Dspl.config.js +0 -14
- package/emotion/es/examples/typograpy/components/Heading/Heading.config.js +0 -16
- package/emotion/es/examples/typograpy/components/Old/Body/Body.config.js +0 -14
- package/emotion/es/examples/typograpy/components/Old/Button/Button.config.js +0 -13
- package/emotion/es/examples/typograpy/components/Old/Caption/Caption.config.js +0 -12
- package/emotion/es/examples/typograpy/components/Old/Display/Display.config.js +0 -14
- package/emotion/es/examples/typograpy/components/Old/Footnote/Footnote.config.js +0 -13
- package/emotion/es/examples/typograpy/components/Old/Headline/Headline.config.js +0 -15
- package/emotion/es/examples/typograpy/components/Old/Paragraph/Paragraph.config.js +0 -13
- package/emotion/es/examples/typograpy/components/Old/Subtitle/Subtitle.config.js +0 -12
- package/emotion/es/examples/typograpy/components/Old/Underline/Underline.config.js +0 -12
- package/emotion/es/examples/typograpy/components/Text/Text.config.js +0 -15
- package/types/examples/typograpy/components/Body/Body.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Body/Body.d.ts.map +0 -1
- package/types/examples/typograpy/components/Dspl/Dspl.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Dspl/Dspl.d.ts.map +0 -1
- package/types/examples/typograpy/components/Heading/Heading.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Heading/Heading.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Body/Body.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Body/Body.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Button/Button.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Button/Button.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Caption/Caption.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Caption/Caption.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Display/Display.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Display/Display.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Footnote/Footnote.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Footnote/Footnote.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Headline/Headline.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Headline/Headline.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Paragraph/Paragraph.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Paragraph/Paragraph.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Subtitle/Subtitle.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Subtitle/Subtitle.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Underline/Underline.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Old/Underline/Underline.d.ts.map +0 -1
- package/types/examples/typograpy/components/Text/Text.config.d.ts.map +0 -1
- package/types/examples/typograpy/components/Text/Text.d.ts.map +0 -1
- /package/emotion/cjs/examples/{typograpy → typography}/components/Body/Body.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Dspl/Dspl.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Heading/Heading.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Body/Body.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Button/Button.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Caption/Caption.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Display/Display.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Footnote/Footnote.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Headline/Headline.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Old/Underline/Underline.js +0 -0
- /package/emotion/cjs/examples/{typograpy → typography}/components/Text/Text.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Body/Body.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Dspl/Dspl.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Heading/Heading.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Body/Body.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Button/Button.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Caption/Caption.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Display/Display.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Footnote/Footnote.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Headline/Headline.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Old/Underline/Underline.js +0 -0
- /package/emotion/es/examples/{typograpy → typography}/components/Text/Text.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Body/Body.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Body/Body.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Dspl/Dspl.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Dspl/Dspl.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Heading/Heading.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Heading/Heading.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Body/Body.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Body/Body.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Button/Button.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Button/Button.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Caption/Caption.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Caption/Caption.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Display/Display.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Display/Display.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Footnote/Footnote.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Footnote/Footnote.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Headline/Headline.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Headline/Headline.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Underline/Underline.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Old/Underline/Underline.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Text/Text.config.js +0 -0
- /package/styled-components/cjs/examples/{typograpy → typography}/components/Text/Text.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Body/Body.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Body/Body.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Dspl/Dspl.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Dspl/Dspl.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Heading/Heading.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Heading/Heading.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Body/Body.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Body/Body.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Button/Button.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Button/Button.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Caption/Caption.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Caption/Caption.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Display/Display.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Display/Display.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Footnote/Footnote.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Footnote/Footnote.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Headline/Headline.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Headline/Headline.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Underline/Underline.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Old/Underline/Underline.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Text/Text.config.js +0 -0
- /package/styled-components/es/examples/{typograpy → typography}/components/Text/Text.js +0 -0
- /package/types/examples/{typograpy → typography}/components/Body/Body.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Dspl/Dspl.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Heading/Heading.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Body/Body.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Body/Body.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Button/Button.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Button/Button.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Caption/Caption.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Caption/Caption.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Display/Display.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Display/Display.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Footnote/Footnote.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Footnote/Footnote.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Headline/Headline.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Headline/Headline.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Paragraph/Paragraph.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Subtitle/Subtitle.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Underline/Underline.config.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Old/Underline/Underline.d.ts +0 -0
- /package/types/examples/{typograpy → typography}/components/Text/Text.config.d.ts +0 -0
@@ -12,8 +12,16 @@ const meta: Meta<typeof Footnote> = {
|
|
12
12
|
title: 'typography/Old/Footnote',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Footnote,
|
15
|
-
argTypes:
|
15
|
+
argTypes: {
|
16
|
+
...argTypesFromConfig(mergeConfig(footnoteConfig, config)),
|
17
|
+
color: {
|
18
|
+
control: {
|
19
|
+
type: 'color',
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
16
23
|
args: {
|
24
|
+
noWrap: false,
|
17
25
|
breakWord: true,
|
18
26
|
},
|
19
27
|
};
|
@@ -12,8 +12,16 @@ const meta: Meta<typeof Headline> = {
|
|
12
12
|
title: 'typography/Old/Headline',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Headline,
|
15
|
-
argTypes:
|
15
|
+
argTypes: {
|
16
|
+
...argTypesFromConfig(mergeConfig(headlineConfig, config)),
|
17
|
+
color: {
|
18
|
+
control: {
|
19
|
+
type: 'color',
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
16
23
|
args: {
|
24
|
+
noWrap: false,
|
17
25
|
breakWord: true,
|
18
26
|
},
|
19
27
|
};
|
@@ -12,8 +12,16 @@ const meta: Meta<typeof Paragraph> = {
|
|
12
12
|
title: 'typography/Old/Paragraph',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Paragraph,
|
15
|
-
argTypes:
|
15
|
+
argTypes: {
|
16
|
+
...argTypesFromConfig(mergeConfig(paragraphConfig, config)),
|
17
|
+
color: {
|
18
|
+
control: {
|
19
|
+
type: 'color',
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
16
23
|
args: {
|
24
|
+
noWrap: false,
|
17
25
|
breakWord: true,
|
18
26
|
resetMargin: false,
|
19
27
|
m: 2,
|
@@ -12,7 +12,17 @@ const meta: Meta<typeof Subtitle> = {
|
|
12
12
|
title: 'typography/Old/Subtitle',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Subtitle,
|
15
|
-
argTypes:
|
15
|
+
argTypes: {
|
16
|
+
...argTypesFromConfig(mergeConfig(subtitleConfig, config)),
|
17
|
+
color: {
|
18
|
+
control: {
|
19
|
+
type: 'color',
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
23
|
+
args: {
|
24
|
+
noWrap: false,
|
25
|
+
},
|
16
26
|
};
|
17
27
|
|
18
28
|
export default meta;
|
@@ -12,8 +12,16 @@ const meta: Meta<typeof Underline> = {
|
|
12
12
|
title: 'typography/Old/Underline',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Underline,
|
15
|
-
argTypes:
|
15
|
+
argTypes: {
|
16
|
+
...argTypesFromConfig(mergeConfig(underlineConfig, config)),
|
17
|
+
color: {
|
18
|
+
control: {
|
19
|
+
type: 'color',
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
16
23
|
args: {
|
24
|
+
noWrap: false,
|
17
25
|
breakWord: true,
|
18
26
|
},
|
19
27
|
};
|
@@ -12,8 +12,16 @@ const meta: Meta<typeof Text> = {
|
|
12
12
|
title: 'typography/Text',
|
13
13
|
decorators: [WithTheme],
|
14
14
|
component: Text,
|
15
|
-
argTypes:
|
15
|
+
argTypes: {
|
16
|
+
...argTypesFromConfig(mergeConfig(textConfig, config)),
|
17
|
+
color: {
|
18
|
+
control: {
|
19
|
+
type: 'color',
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
16
23
|
args: {
|
24
|
+
noWrap: false,
|
17
25
|
breakWord: true,
|
18
26
|
bold: false,
|
19
27
|
},
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { RootProps } from '../../engines';
|
3
3
|
import type { EditableProps, TypographyVariants } from './Editable.types';
|
4
|
-
export declare const editableRoot: (
|
4
|
+
export declare const editableRoot: (typographyVariants: TypographyVariants) => (Root: RootProps<HTMLSpanElement, Omit<EditableProps<TypographyVariants>, "textComponent">>) => React.ForwardRefExoticComponent<EditableProps<TypographyVariants> & React.RefAttributes<HTMLInputElement>>;
|
5
5
|
export declare const editableConfig: (typographyVariants: TypographyVariants) => {
|
6
6
|
name: string;
|
7
7
|
tag: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/Editable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAO1E,eAAO,MAAM,YAAY,
|
1
|
+
{"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/Editable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAO1E,eAAO,MAAM,YAAY,uBAAwB,kBAAkB,+MAwI9D,CAAC;AAEN,eAAO,MAAM,cAAc,uBAAwB,kBAAkB;;;;;;;;;;;;;;;;;CAiBnE,CAAC"}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { FontProps } from '../Typography.types';
|
3
3
|
export declare type BodyProps = FontProps;
|
4
4
|
export declare const bodyRoot: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
5
|
+
noWrap?: boolean | undefined;
|
5
6
|
breakWord?: boolean | undefined;
|
6
7
|
color?: string | undefined;
|
7
8
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -9,6 +10,7 @@ export declare const bodyConfig: {
|
|
9
10
|
name: string;
|
10
11
|
tag: string;
|
11
12
|
layout: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
13
|
+
noWrap?: boolean | undefined;
|
12
14
|
breakWord?: boolean | undefined;
|
13
15
|
color?: string | undefined;
|
14
16
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Body/Body.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Body/Body.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ;;;;+KAA0B,CAAC;AAEhD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAatB,CAAC"}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { FontProps } from '../Typography.types';
|
3
3
|
export declare type DsplProps = FontProps;
|
4
4
|
export declare const dsplRoot: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
5
|
+
noWrap?: boolean | undefined;
|
5
6
|
breakWord?: boolean | undefined;
|
6
7
|
color?: string | undefined;
|
7
8
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -9,6 +10,7 @@ export declare const dsplConfig: {
|
|
9
10
|
name: string;
|
10
11
|
tag: string;
|
11
12
|
layout: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
13
|
+
noWrap?: boolean | undefined;
|
12
14
|
breakWord?: boolean | undefined;
|
13
15
|
color?: string | undefined;
|
14
16
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Dspl.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Dspl/Dspl.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"Dspl.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Dspl/Dspl.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ;;;;+KAA+C,CAAC;AAErE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAatB,CAAC"}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { FontProps } from '../Typography.types';
|
3
3
|
export declare type HeadingProps = FontProps;
|
4
4
|
export declare const headingRoot: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
5
|
+
noWrap?: boolean | undefined;
|
5
6
|
breakWord?: boolean | undefined;
|
6
7
|
color?: string | undefined;
|
7
8
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -9,6 +10,7 @@ export declare const headingConfig: {
|
|
9
10
|
name: string;
|
10
11
|
tag: string;
|
11
12
|
layout: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
13
|
+
noWrap?: boolean | undefined;
|
12
14
|
breakWord?: boolean | undefined;
|
13
15
|
color?: string | undefined;
|
14
16
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Heading/Heading.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,YAAY,GAAG,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW
|
1
|
+
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Heading/Heading.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,YAAY,GAAG,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW;;;;+KAA+C,CAAC;AAExE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;CAazB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Paragraph.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Paragraph/Paragraph.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,
|
1
|
+
{"version":3,"file":"Paragraph.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Paragraph/Paragraph.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAkBhB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Subtitle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Subtitle/Subtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;
|
1
|
+
{"version":3,"file":"Subtitle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Subtitle/Subtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMxD,oBAAY,aAAa,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,WAAW,CAAC,CAAC;AAElE,eAAO,MAAM,YAAY,SAAU,UAAU,cAAc,EAAE,aAAa,CAAC,yFAiBrE,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAnBQ,UAAU,cAAc,EAAE,aAAa,CAAC;;;;;;;;;;CAgC1E,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Subtitle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Subtitle/Subtitle.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,
|
1
|
+
{"version":3,"file":"Subtitle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Subtitle/Subtitle.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAahB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TypographyOld.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Old/TypographyOld.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,oBAAY,kBAAkB,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAEzD,eAAO,MAAM,iBAAiB,SAAU,UAAU,cAAc,EAAE,kBAAkB,CAAC,
|
1
|
+
{"version":3,"file":"TypographyOld.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Old/TypographyOld.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,oBAAY,kBAAkB,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAEzD,eAAO,MAAM,iBAAiB,SAAU,UAAU,cAAc,EAAE,kBAAkB,CAAC,8FAkB/E,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TypographyOld.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Old/TypographyOld.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,
|
1
|
+
{"version":3,"file":"TypographyOld.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Old/TypographyOld.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAiBhB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Underline.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Underline/Underline.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,
|
1
|
+
{"version":3,"file":"Underline.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Typography/Old/Underline/Underline.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAmBhB,CAAC"}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { FontProps } from '../Typography.types';
|
3
3
|
export declare type TextProps = FontProps;
|
4
4
|
export declare const textRoot: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
5
|
+
noWrap?: boolean | undefined;
|
5
6
|
breakWord?: boolean | undefined;
|
6
7
|
color?: string | undefined;
|
7
8
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -9,6 +10,7 @@ export declare const textConfig: {
|
|
9
10
|
name: string;
|
10
11
|
tag: string;
|
11
12
|
layout: (Root: import("../../..").RootProps<HTMLDivElement, FontProps>) => import("react").ForwardRefExoticComponent<{
|
13
|
+
noWrap?: boolean | undefined;
|
12
14
|
breakWord?: boolean | undefined;
|
13
15
|
color?: string | undefined;
|
14
16
|
} & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Text/Text.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Text/Text.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ;;;;+KAA0B,CAAC;AAEhD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAatB,CAAC"}
|
@@ -4,6 +4,7 @@ import { FontProps } from './Typography.types';
|
|
4
4
|
export declare const typographyRootCompose: (defaultArgs?: {
|
5
5
|
defaultBold?: boolean | undefined;
|
6
6
|
} | undefined) => (Root: RootProps<HTMLDivElement, FontProps>) => React.ForwardRefExoticComponent<{
|
7
|
+
noWrap?: boolean | undefined;
|
7
8
|
breakWord?: boolean | undefined;
|
8
9
|
color?: string | undefined;
|
9
10
|
} & import("../../mixins/applySpacing").SpacingProps & import("./Typography.types").BoldProps & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,eAAO,MAAM,qBAAqB;;yBACxB,UAAU,cAAc,EAAE,SAAS,CAAC
|
1
|
+
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,eAAO,MAAM,qBAAqB;;yBACxB,UAAU,cAAc,EAAE,SAAS,CAAC;;;;2KA+BxC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,
|
1
|
+
{"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CAqBhB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Typography.types.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAE9D,oBAAY,SAAS,GAAG;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,oBAAY,SAAS,GAAG;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,GAAG,YAAY,GACZ,SAAS,GACT,cAAc,CAAC,cAAc,CAAC,CAAC"}
|
1
|
+
{"version":3,"file":"Typography.types.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAE9D,oBAAY,SAAS,GAAG;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,oBAAY,SAAS,GAAG;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,GAAG,YAAY,GACZ,SAAS,GACT,cAAc,CAAC,cAAc,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;CAQlB,CAAC"}
|
@@ -9,6 +9,7 @@ export declare const typographyVariants: {
|
|
9
9
|
xxs: import("@linaria/core").LinariaClassName;
|
10
10
|
};
|
11
11
|
}> & {
|
12
|
+
noWrap?: boolean | undefined;
|
12
13
|
breakWord?: boolean | undefined;
|
13
14
|
color?: string | undefined;
|
14
15
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -19,6 +20,7 @@ export declare const typographyVariants: {
|
|
19
20
|
s: import("@linaria/core").LinariaClassName;
|
20
21
|
};
|
21
22
|
}> & {
|
23
|
+
noWrap?: boolean | undefined;
|
22
24
|
breakWord?: boolean | undefined;
|
23
25
|
color?: string | undefined;
|
24
26
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -31,6 +33,7 @@ export declare const typographyVariants: {
|
|
31
33
|
h5: import("@linaria/core").LinariaClassName;
|
32
34
|
};
|
33
35
|
}> & {
|
36
|
+
noWrap?: boolean | undefined;
|
34
37
|
breakWord?: boolean | undefined;
|
35
38
|
color?: string | undefined;
|
36
39
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -42,6 +45,7 @@ export declare const typographyVariants: {
|
|
42
45
|
xs: import("@linaria/core").LinariaClassName;
|
43
46
|
};
|
44
47
|
}> & {
|
48
|
+
noWrap?: boolean | undefined;
|
45
49
|
breakWord?: boolean | undefined;
|
46
50
|
color?: string | undefined;
|
47
51
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Editable/Editable.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,kBAAkB
|
1
|
+
{"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Editable/Editable.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AAKhE,eAAO,MAAM,QAAQ;;;;;;;2MAA0B,CAAC"}
|
@@ -9,6 +9,7 @@ export declare const typographyVariants: {
|
|
9
9
|
xxs: import("@linaria/core").LinariaClassName;
|
10
10
|
};
|
11
11
|
}> & {
|
12
|
+
noWrap?: boolean | undefined;
|
12
13
|
breakWord?: boolean | undefined;
|
13
14
|
color?: string | undefined;
|
14
15
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -19,6 +20,7 @@ export declare const typographyVariants: {
|
|
19
20
|
s: import("@linaria/core").LinariaClassName;
|
20
21
|
};
|
21
22
|
}> & {
|
23
|
+
noWrap?: boolean | undefined;
|
22
24
|
breakWord?: boolean | undefined;
|
23
25
|
color?: string | undefined;
|
24
26
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -31,6 +33,7 @@ export declare const typographyVariants: {
|
|
31
33
|
h5: import("@linaria/core").LinariaClassName;
|
32
34
|
};
|
33
35
|
}> & {
|
36
|
+
noWrap?: boolean | undefined;
|
34
37
|
breakWord?: boolean | undefined;
|
35
38
|
color?: string | undefined;
|
36
39
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -42,6 +45,7 @@ export declare const typographyVariants: {
|
|
42
45
|
xs: import("@linaria/core").LinariaClassName;
|
43
46
|
};
|
44
47
|
}> & {
|
48
|
+
noWrap?: boolean | undefined;
|
45
49
|
breakWord?: boolean | undefined;
|
46
50
|
color?: string | undefined;
|
47
51
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Editable/Editable.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,kBAAkB
|
1
|
+
{"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Editable/Editable.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AAKhE,eAAO,MAAM,QAAQ;;;;;;;2MAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Body/Body.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAqDlB,CAAC"}
|
@@ -8,6 +8,7 @@ export declare const Body: import("react").FunctionComponent<import("../../../..
|
|
8
8
|
xxs: import("@linaria/core").LinariaClassName;
|
9
9
|
};
|
10
10
|
}> & {
|
11
|
+
noWrap?: boolean | undefined;
|
11
12
|
breakWord?: boolean | undefined;
|
12
13
|
color?: string | undefined;
|
13
14
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Body/Body.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;iNAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Dspl.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Dspl/Dspl.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;CAmClB,CAAC"}
|
@@ -6,6 +6,7 @@ export declare const Dspl: import("react").FunctionComponent<import("../../../..
|
|
6
6
|
s: import("@linaria/core").LinariaClassName;
|
7
7
|
};
|
8
8
|
}> & {
|
9
|
+
noWrap?: boolean | undefined;
|
9
10
|
breakWord?: boolean | undefined;
|
10
11
|
color?: string | undefined;
|
11
12
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Dspl.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Dspl/Dspl.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;iNAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Heading.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Heading/Heading.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAqDlB,CAAC"}
|
@@ -8,6 +8,7 @@ export declare const Heading: import("react").FunctionComponent<import("../../..
|
|
8
8
|
h5: import("@linaria/core").LinariaClassName;
|
9
9
|
};
|
10
10
|
}> & {
|
11
|
+
noWrap?: boolean | undefined;
|
11
12
|
breakWord?: boolean | undefined;
|
12
13
|
color?: string | undefined;
|
13
14
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Heading/Heading.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;iNAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Body/Body.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;CAgClB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Body/Body.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Button.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Button/Button.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;CAwBlB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Button/Button.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,MAAM;;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Caption/Caption.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;CAgBlB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Caption.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Caption/Caption.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Display.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Display/Display.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;CAgClB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Display.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Display/Display.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Footnote.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Footnote/Footnote.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;CAwBlB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Footnote.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Footnote/Footnote.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Headline.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Headline/Headline.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAwClB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Headline.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Headline/Headline.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Paragraph.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Paragraph/Paragraph.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;CAwBlB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Paragraph/Paragraph.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,SAAS;;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Subtitle.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Subtitle/Subtitle.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;CAgBlB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Subtitle.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Subtitle/Subtitle.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;kHAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Underline.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Underline/Underline.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;CAgBlB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Underline.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/typography/components/Old/Underline/Underline.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,SAAS;;;;yIAA0B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Text.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Text/Text.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;CA4ClB,CAAC"}
|
@@ -7,6 +7,7 @@ export declare const Text: import("react").FunctionComponent<import("../../../..
|
|
7
7
|
xs: import("@linaria/core").LinariaClassName;
|
8
8
|
};
|
9
9
|
}> & {
|
10
|
+
noWrap?: boolean | undefined;
|
10
11
|
breakWord?: boolean | undefined;
|
11
12
|
color?: string | undefined;
|
12
13
|
} & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/examples/typography/components/Text/Text.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;iNAA0B,CAAC"}
|