@salutejs/plasma-web 1.577.0-dev.0 → 1.579.0-canary.1889.14220074657.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.
- package/components/Typography/Body.config.js +5 -5
- package/components/Typography/Dspl.config.js +3 -3
- package/components/Typography/Heading.config.js +5 -5
- package/components/Typography/Old/index.d.ts +24 -6
- package/components/Typography/Text.config.js +4 -4
- package/components/Typography/Typography.d.ts +136 -34
- package/css/cjs/components/Editable/Editable.css +20 -20
- package/css/cjs/components/Typography/Body.config.js +1 -1
- package/css/cjs/components/Typography/Body.config.js.map +1 -1
- package/css/cjs/components/Typography/{Body.config_endr2e.css → Body.config_2pzxxt.css} +5 -5
- package/css/cjs/components/Typography/Dspl.config.js +1 -1
- package/css/cjs/components/Typography/Dspl.config.js.map +1 -1
- package/css/{es/components/Typography/Dspl.config_owrt7v.css → cjs/components/Typography/Dspl.config_1s5xnbu.css} +3 -3
- package/css/cjs/components/Typography/Heading.config.js +1 -1
- package/css/cjs/components/Typography/Heading.config.js.map +1 -1
- package/css/{es/components/Typography/Heading.config_1fd36gz.css → cjs/components/Typography/Heading.config_74jx4e.css} +5 -5
- package/css/cjs/components/Typography/Text.config.js +1 -1
- package/css/cjs/components/Typography/Text.config.js.map +1 -1
- package/css/{es/components/Typography/Text.config_ta1h5z.css → cjs/components/Typography/Text.config_15fbym1.css} +4 -4
- package/css/cjs/components/Typography/Typography.css +17 -17
- package/css/cjs/components/Typography/index.css +20 -20
- package/css/cjs/index.css +20 -20
- package/css/es/components/Editable/Editable.css +20 -20
- package/css/es/components/Typography/Body.config.js +1 -1
- package/css/es/components/Typography/Body.config.js.map +1 -1
- package/css/es/components/Typography/{Body.config_endr2e.css → Body.config_2pzxxt.css} +5 -5
- package/css/es/components/Typography/Dspl.config.js +1 -1
- package/css/es/components/Typography/Dspl.config.js.map +1 -1
- package/css/{cjs/components/Typography/Dspl.config_owrt7v.css → es/components/Typography/Dspl.config_1s5xnbu.css} +3 -3
- package/css/es/components/Typography/Heading.config.js +1 -1
- package/css/es/components/Typography/Heading.config.js.map +1 -1
- package/css/{cjs/components/Typography/Heading.config_1fd36gz.css → es/components/Typography/Heading.config_74jx4e.css} +5 -5
- package/css/es/components/Typography/Text.config.js +1 -1
- package/css/es/components/Typography/Text.config.js.map +1 -1
- package/css/{cjs/components/Typography/Text.config_ta1h5z.css → es/components/Typography/Text.config_15fbym1.css} +4 -4
- package/css/es/components/Typography/Typography.css +17 -17
- package/css/es/components/Typography/index.css +20 -20
- package/css/es/index.css +20 -20
- package/es/components/Typography/Body.config.js +5 -5
- package/es/components/Typography/Dspl.config.js +3 -3
- package/es/components/Typography/Heading.config.js +5 -5
- package/es/components/Typography/Text.config.js +4 -4
- package/package.json +9 -9
@@ -13,7 +13,7 @@ var configL = exports.configL = {
|
|
13
13
|
},
|
14
14
|
variations: {
|
15
15
|
size: {
|
16
|
-
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
16
|
+
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-medium-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
17
17
|
}
|
18
18
|
}
|
19
19
|
};
|
@@ -23,7 +23,7 @@ var configM = exports.configM = {
|
|
23
23
|
},
|
24
24
|
variations: {
|
25
25
|
size: {
|
26
|
-
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
26
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-medium-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
27
27
|
}
|
28
28
|
}
|
29
29
|
};
|
@@ -33,7 +33,7 @@ var configS = exports.configS = {
|
|
33
33
|
},
|
34
34
|
variations: {
|
35
35
|
size: {
|
36
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
36
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-medium-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
37
37
|
}
|
38
38
|
}
|
39
39
|
};
|
@@ -43,7 +43,7 @@ var configXS = exports.configXS = {
|
|
43
43
|
},
|
44
44
|
variations: {
|
45
45
|
size: {
|
46
|
-
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
46
|
+
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-medium-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
47
47
|
}
|
48
48
|
}
|
49
49
|
};
|
@@ -53,7 +53,7 @@ var configXXS = exports.configXXS = {
|
|
53
53
|
},
|
54
54
|
variations: {
|
55
55
|
size: {
|
56
|
-
xxs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-bold-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
56
|
+
xxs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-bold-font-weight);\n ", ": var(--plasma-typo-body-xxs-medium-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
57
57
|
}
|
58
58
|
}
|
59
59
|
};
|
@@ -13,7 +13,7 @@ var configL = exports.configL = {
|
|
13
13
|
},
|
14
14
|
variations: {
|
15
15
|
size: {
|
16
|
-
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-l-font-family);\n ", ": var(--plasma-typo-dspl-l-font-size);\n ", ": var(--plasma-typo-dspl-l-font-style);\n ", ": var(--plasma-typo-dspl-l-font-weight);\n ", ": var(--plasma-typo-dspl-l-bold-font-weight);\n ", ": var(--plasma-typo-dspl-l-letter-spacing);\n ", ": var(--plasma-typo-dspl-l-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
16
|
+
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-l-font-family);\n ", ": var(--plasma-typo-dspl-l-font-size);\n ", ": var(--plasma-typo-dspl-l-font-style);\n ", ": var(--plasma-typo-dspl-l-font-weight);\n ", ": var(--plasma-typo-dspl-l-bold-font-weight);\n ", ": var(--plasma-typo-dspl-l-medium-font-weight);\n ", ": var(--plasma-typo-dspl-l-letter-spacing);\n ", ": var(--plasma-typo-dspl-l-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
17
17
|
}
|
18
18
|
}
|
19
19
|
};
|
@@ -23,7 +23,7 @@ var configM = exports.configM = {
|
|
23
23
|
},
|
24
24
|
variations: {
|
25
25
|
size: {
|
26
|
-
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-m-font-family);\n ", ": var(--plasma-typo-dspl-m-font-size);\n ", ": var(--plasma-typo-dspl-m-font-style);\n ", ": var(--plasma-typo-dspl-m-font-weight);\n ", ": var(--plasma-typo-dspl-m-bold-font-weight);\n ", ": var(--plasma-typo-dspl-m-letter-spacing);\n ", ": var(--plasma-typo-dspl-m-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
26
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-m-font-family);\n ", ": var(--plasma-typo-dspl-m-font-size);\n ", ": var(--plasma-typo-dspl-m-font-style);\n ", ": var(--plasma-typo-dspl-m-font-weight);\n ", ": var(--plasma-typo-dspl-m-bold-font-weight);\n ", ": var(--plasma-typo-dspl-m-medium-font-weight);\n ", ": var(--plasma-typo-dspl-m-letter-spacing);\n ", ": var(--plasma-typo-dspl-m-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
27
27
|
}
|
28
28
|
}
|
29
29
|
};
|
@@ -33,7 +33,7 @@ var configS = exports.configS = {
|
|
33
33
|
},
|
34
34
|
variations: {
|
35
35
|
size: {
|
36
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-s-font-family);\n ", ": var(--plasma-typo-dspl-s-font-size);\n ", ": var(--plasma-typo-dspl-s-font-style);\n ", ": var(--plasma-typo-dspl-s-font-weight);\n ", ": var(--plasma-typo-dspl-s-bold-font-weight);\n ", ": var(--plasma-typo-dspl-s-letter-spacing);\n ", ": var(--plasma-typo-dspl-s-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
36
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-s-font-family);\n ", ": var(--plasma-typo-dspl-s-font-size);\n ", ": var(--plasma-typo-dspl-s-font-style);\n ", ": var(--plasma-typo-dspl-s-font-weight);\n ", ": var(--plasma-typo-dspl-s-bold-font-weight);\n ", ": var(--plasma-typo-dspl-s-medium-font-weight);\n ", ": var(--plasma-typo-dspl-s-letter-spacing);\n ", ": var(--plasma-typo-dspl-s-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
37
37
|
}
|
38
38
|
}
|
39
39
|
};
|
@@ -13,7 +13,7 @@ var configH1 = exports.configH1 = {
|
|
13
13
|
},
|
14
14
|
variations: {
|
15
15
|
size: {
|
16
|
-
h1: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h1-font-family);\n ", ": var(--plasma-typo-h1-font-size);\n ", ": var(--plasma-typo-h1-font-style);\n ", ": var(--plasma-typo-h1-font-weight);\n ", ": var(--plasma-typo-h1-bold-font-weight);\n ", ": var(--plasma-typo-h1-letter-spacing);\n ", ": var(--plasma-typo-h1-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
16
|
+
h1: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h1-font-family);\n ", ": var(--plasma-typo-h1-font-size);\n ", ": var(--plasma-typo-h1-font-style);\n ", ": var(--plasma-typo-h1-font-weight);\n ", ": var(--plasma-typo-h1-bold-font-weight);\n ", ": var(--plasma-typo-h1-medium-font-weight);\n ", ": var(--plasma-typo-h1-letter-spacing);\n ", ": var(--plasma-typo-h1-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
17
17
|
}
|
18
18
|
}
|
19
19
|
};
|
@@ -23,7 +23,7 @@ var configH2 = exports.configH2 = {
|
|
23
23
|
},
|
24
24
|
variations: {
|
25
25
|
size: {
|
26
|
-
h2: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h2-font-family);\n ", ": var(--plasma-typo-h2-font-size);\n ", ": var(--plasma-typo-h2-font-style);\n ", ": var(--plasma-typo-h2-font-weight);\n ", ": var(--plasma-typo-h2-bold-font-weight);\n ", ": var(--plasma-typo-h2-letter-spacing);\n ", ": var(--plasma-typo-h2-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
26
|
+
h2: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h2-font-family);\n ", ": var(--plasma-typo-h2-font-size);\n ", ": var(--plasma-typo-h2-font-style);\n ", ": var(--plasma-typo-h2-font-weight);\n ", ": var(--plasma-typo-h2-bold-font-weight);\n ", ": var(--plasma-typo-h2-medium-font-weight);\n ", ": var(--plasma-typo-h2-letter-spacing);\n ", ": var(--plasma-typo-h2-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
27
27
|
}
|
28
28
|
}
|
29
29
|
};
|
@@ -33,7 +33,7 @@ var configH3 = exports.configH3 = {
|
|
33
33
|
},
|
34
34
|
variations: {
|
35
35
|
size: {
|
36
|
-
h3: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-font-weight);\n ", ": var(--plasma-typo-h3-bold-font-weight);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
36
|
+
h3: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-font-weight);\n ", ": var(--plasma-typo-h3-bold-font-weight);\n ", ": var(--plasma-typo-h3-medium-font-weight);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
37
37
|
}
|
38
38
|
}
|
39
39
|
};
|
@@ -43,7 +43,7 @@ var configH4 = exports.configH4 = {
|
|
43
43
|
},
|
44
44
|
variations: {
|
45
45
|
size: {
|
46
|
-
h4: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
46
|
+
h4: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n ", ": var(--plasma-typo-h4-medium-font-weight);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
47
47
|
}
|
48
48
|
}
|
49
49
|
};
|
@@ -53,7 +53,7 @@ var configH5 = exports.configH5 = {
|
|
53
53
|
},
|
54
54
|
variations: {
|
55
55
|
size: {
|
56
|
-
h5: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
56
|
+
h5: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n ", ": var(--plasma-typo-h5-medium-font-weight);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
57
57
|
}
|
58
58
|
}
|
59
59
|
};
|
@@ -3,29 +3,47 @@ export declare const Body1: import("react").FunctionComponent<import("@salutejs/
|
|
3
3
|
size: {
|
4
4
|
body1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
5
|
};
|
6
|
-
}> & {
|
6
|
+
}> & (({
|
7
7
|
noWrap?: boolean | undefined;
|
8
8
|
breakWord?: boolean | undefined;
|
9
9
|
color?: string | undefined;
|
10
|
-
|
10
|
+
size?: string | undefined;
|
11
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
12
|
+
noWrap?: boolean | undefined;
|
13
|
+
breakWord?: boolean | undefined;
|
14
|
+
color?: string | undefined;
|
15
|
+
size?: string | undefined;
|
16
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
11
17
|
export declare const Body2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
12
18
|
size: {
|
13
19
|
body2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
20
|
};
|
15
|
-
}> & {
|
21
|
+
}> & (({
|
16
22
|
noWrap?: boolean | undefined;
|
17
23
|
breakWord?: boolean | undefined;
|
18
24
|
color?: string | undefined;
|
19
|
-
|
25
|
+
size?: string | undefined;
|
26
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
27
|
+
noWrap?: boolean | undefined;
|
28
|
+
breakWord?: boolean | undefined;
|
29
|
+
color?: string | undefined;
|
30
|
+
size?: string | undefined;
|
31
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
20
32
|
export declare const Body3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
21
33
|
size: {
|
22
34
|
body3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
35
|
};
|
24
|
-
}> & {
|
36
|
+
}> & (({
|
37
|
+
noWrap?: boolean | undefined;
|
38
|
+
breakWord?: boolean | undefined;
|
39
|
+
color?: string | undefined;
|
40
|
+
size?: string | undefined;
|
41
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
25
42
|
noWrap?: boolean | undefined;
|
26
43
|
breakWord?: boolean | undefined;
|
27
44
|
color?: string | undefined;
|
28
|
-
|
45
|
+
size?: string | undefined;
|
46
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
29
47
|
export declare const Button1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
30
48
|
size: {
|
31
49
|
button1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -13,7 +13,7 @@ var configL = exports.configL = {
|
|
13
13
|
},
|
14
14
|
variations: {
|
15
15
|
size: {
|
16
|
-
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-l-font-family);\n ", ": var(--plasma-typo-text-l-font-size);\n ", ": var(--plasma-typo-text-l-font-style);\n ", ": var(--plasma-typo-text-l-font-weight);\n ", ": var(--plasma-typo-text-l-bold-font-weight);\n ", ": var(--plasma-typo-text-l-letter-spacing);\n ", ": var(--plasma-typo-text-l-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
16
|
+
l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-l-font-family);\n ", ": var(--plasma-typo-text-l-font-size);\n ", ": var(--plasma-typo-text-l-font-style);\n ", ": var(--plasma-typo-text-l-font-weight);\n ", ": var(--plasma-typo-text-l-bold-font-weight);\n ", ": var(--plasma-typo-text-l-medium-font-weight);\n ", ": var(--plasma-typo-text-l-letter-spacing);\n ", ": var(--plasma-typo-text-l-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
17
17
|
}
|
18
18
|
}
|
19
19
|
};
|
@@ -23,7 +23,7 @@ var configM = exports.configM = {
|
|
23
23
|
},
|
24
24
|
variations: {
|
25
25
|
size: {
|
26
|
-
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--plasma-typo-text-m-font-size);\n ", ": var(--plasma-typo-text-m-font-style);\n ", ": var(--plasma-typo-text-m-font-weight);\n ", ": var(--plasma-typo-text-m-bold-font-weight);\n ", ": var(--plasma-typo-text-m-letter-spacing);\n ", ": var(--plasma-typo-text-m-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
26
|
+
m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--plasma-typo-text-m-font-size);\n ", ": var(--plasma-typo-text-m-font-style);\n ", ": var(--plasma-typo-text-m-font-weight);\n ", ": var(--plasma-typo-text-m-bold-font-weight);\n ", ": var(--plasma-typo-text-m-medium-font-weight);\n ", ": var(--plasma-typo-text-m-letter-spacing);\n ", ": var(--plasma-typo-text-m-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
27
27
|
}
|
28
28
|
}
|
29
29
|
};
|
@@ -33,7 +33,7 @@ var configS = exports.configS = {
|
|
33
33
|
},
|
34
34
|
variations: {
|
35
35
|
size: {
|
36
|
-
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-s-font-family);\n ", ": var(--plasma-typo-text-s-font-size);\n ", ": var(--plasma-typo-text-s-font-style);\n ", ": var(--plasma-typo-text-s-font-weight);\n ", ": var(--plasma-typo-text-s-bold-font-weight);\n ", ": var(--plasma-typo-text-s-letter-spacing);\n ", ": var(--plasma-typo-text-s-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
36
|
+
s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-s-font-family);\n ", ": var(--plasma-typo-text-s-font-size);\n ", ": var(--plasma-typo-text-s-font-style);\n ", ": var(--plasma-typo-text-s-font-weight);\n ", ": var(--plasma-typo-text-s-bold-font-weight);\n ", ": var(--plasma-typo-text-s-medium-font-weight);\n ", ": var(--plasma-typo-text-s-letter-spacing);\n ", ": var(--plasma-typo-text-s-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
37
37
|
}
|
38
38
|
}
|
39
39
|
};
|
@@ -43,7 +43,7 @@ var configXS = exports.configXS = {
|
|
43
43
|
},
|
44
44
|
variations: {
|
45
45
|
size: {
|
46
|
-
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-xs-font-family);\n ", ": var(--plasma-typo-text-xs-font-size);\n ", ": var(--plasma-typo-text-xs-font-style);\n ", ": var(--plasma-typo-text-xs-font-weight);\n ", ": var(--plasma-typo-text-xs-bold-font-weight);\n ", ": var(--plasma-typo-text-xs-letter-spacing);\n ", ": var(--plasma-typo-text-xs-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
46
|
+
xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-xs-font-family);\n ", ": var(--plasma-typo-text-xs-font-size);\n ", ": var(--plasma-typo-text-xs-font-style);\n ", ": var(--plasma-typo-text-xs-font-weight);\n ", ": var(--plasma-typo-text-xs-bold-font-weight);\n ", ": var(--plasma-typo-text-xs-medium-font-weight);\n ", ": var(--plasma-typo-text-xs-letter-spacing);\n ", ": var(--plasma-typo-text-xs-line-height);\n "])), _styledComponents.typographyTokens.typoFontFamily, _styledComponents.typographyTokens.typoFontSize, _styledComponents.typographyTokens.typoFontStyle, _styledComponents.typographyTokens.typoFontWeight, _styledComponents.typographyTokens.typoFontWeightBold, _styledComponents.typographyTokens.typoFontWeightMedium, _styledComponents.typographyTokens.typoFontLetterSpacing, _styledComponents.typographyTokens.typoFontLineHeight)
|
47
47
|
}
|
48
48
|
}
|
49
49
|
};
|
@@ -3,152 +3,254 @@ export declare const BodyM: import("react").FunctionComponent<import("@salutejs/
|
|
3
3
|
size: {
|
4
4
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
5
|
};
|
6
|
-
}> & {
|
6
|
+
}> & (({
|
7
7
|
noWrap?: boolean | undefined;
|
8
8
|
breakWord?: boolean | undefined;
|
9
9
|
color?: string | undefined;
|
10
|
-
|
10
|
+
size?: string | undefined;
|
11
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
12
|
+
noWrap?: boolean | undefined;
|
13
|
+
breakWord?: boolean | undefined;
|
14
|
+
color?: string | undefined;
|
15
|
+
size?: string | undefined;
|
16
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
11
17
|
export declare const BodyL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
12
18
|
size: {
|
13
19
|
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
20
|
};
|
15
|
-
}> & {
|
21
|
+
}> & (({
|
16
22
|
noWrap?: boolean | undefined;
|
17
23
|
breakWord?: boolean | undefined;
|
18
24
|
color?: string | undefined;
|
19
|
-
|
25
|
+
size?: string | undefined;
|
26
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
27
|
+
noWrap?: boolean | undefined;
|
28
|
+
breakWord?: boolean | undefined;
|
29
|
+
color?: string | undefined;
|
30
|
+
size?: string | undefined;
|
31
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
20
32
|
export declare const BodyS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
21
33
|
size: {
|
22
34
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
35
|
};
|
24
|
-
}> & {
|
36
|
+
}> & (({
|
25
37
|
noWrap?: boolean | undefined;
|
26
38
|
breakWord?: boolean | undefined;
|
27
39
|
color?: string | undefined;
|
28
|
-
|
40
|
+
size?: string | undefined;
|
41
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
42
|
+
noWrap?: boolean | undefined;
|
43
|
+
breakWord?: boolean | undefined;
|
44
|
+
color?: string | undefined;
|
45
|
+
size?: string | undefined;
|
46
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
29
47
|
export declare const BodyXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
30
48
|
size: {
|
31
49
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
32
50
|
};
|
33
|
-
}> & {
|
51
|
+
}> & (({
|
52
|
+
noWrap?: boolean | undefined;
|
53
|
+
breakWord?: boolean | undefined;
|
54
|
+
color?: string | undefined;
|
55
|
+
size?: string | undefined;
|
56
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
34
57
|
noWrap?: boolean | undefined;
|
35
58
|
breakWord?: boolean | undefined;
|
36
59
|
color?: string | undefined;
|
37
|
-
|
60
|
+
size?: string | undefined;
|
61
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
38
62
|
export declare const BodyXXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
39
63
|
size: {
|
40
64
|
xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
41
65
|
};
|
42
|
-
}> & {
|
66
|
+
}> & (({
|
67
|
+
noWrap?: boolean | undefined;
|
68
|
+
breakWord?: boolean | undefined;
|
69
|
+
color?: string | undefined;
|
70
|
+
size?: string | undefined;
|
71
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
43
72
|
noWrap?: boolean | undefined;
|
44
73
|
breakWord?: boolean | undefined;
|
45
74
|
color?: string | undefined;
|
46
|
-
|
75
|
+
size?: string | undefined;
|
76
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
47
77
|
export declare const DsplM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
48
78
|
size: {
|
49
79
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
50
80
|
};
|
51
|
-
}> & {
|
81
|
+
}> & (({
|
52
82
|
noWrap?: boolean | undefined;
|
53
83
|
breakWord?: boolean | undefined;
|
54
84
|
color?: string | undefined;
|
55
|
-
|
85
|
+
size?: string | undefined;
|
86
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
87
|
+
noWrap?: boolean | undefined;
|
88
|
+
breakWord?: boolean | undefined;
|
89
|
+
color?: string | undefined;
|
90
|
+
size?: string | undefined;
|
91
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
56
92
|
export declare const DsplL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
57
93
|
size: {
|
58
94
|
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
59
95
|
};
|
60
|
-
}> & {
|
96
|
+
}> & (({
|
61
97
|
noWrap?: boolean | undefined;
|
62
98
|
breakWord?: boolean | undefined;
|
63
99
|
color?: string | undefined;
|
64
|
-
|
100
|
+
size?: string | undefined;
|
101
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
102
|
+
noWrap?: boolean | undefined;
|
103
|
+
breakWord?: boolean | undefined;
|
104
|
+
color?: string | undefined;
|
105
|
+
size?: string | undefined;
|
106
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
65
107
|
export declare const DsplS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
66
108
|
size: {
|
67
109
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
68
110
|
};
|
69
|
-
}> & {
|
111
|
+
}> & (({
|
112
|
+
noWrap?: boolean | undefined;
|
113
|
+
breakWord?: boolean | undefined;
|
114
|
+
color?: string | undefined;
|
115
|
+
size?: string | undefined;
|
116
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
70
117
|
noWrap?: boolean | undefined;
|
71
118
|
breakWord?: boolean | undefined;
|
72
119
|
color?: string | undefined;
|
73
|
-
|
120
|
+
size?: string | undefined;
|
121
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
74
122
|
export declare const H1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
75
123
|
size: {
|
76
124
|
h1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
77
125
|
};
|
78
|
-
}> & {
|
126
|
+
}> & (({
|
79
127
|
noWrap?: boolean | undefined;
|
80
128
|
breakWord?: boolean | undefined;
|
81
129
|
color?: string | undefined;
|
82
|
-
|
130
|
+
size?: string | undefined;
|
131
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
132
|
+
noWrap?: boolean | undefined;
|
133
|
+
breakWord?: boolean | undefined;
|
134
|
+
color?: string | undefined;
|
135
|
+
size?: string | undefined;
|
136
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
83
137
|
export declare const H2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
84
138
|
size: {
|
85
139
|
h2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
86
140
|
};
|
87
|
-
}> & {
|
141
|
+
}> & (({
|
142
|
+
noWrap?: boolean | undefined;
|
143
|
+
breakWord?: boolean | undefined;
|
144
|
+
color?: string | undefined;
|
145
|
+
size?: string | undefined;
|
146
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
88
147
|
noWrap?: boolean | undefined;
|
89
148
|
breakWord?: boolean | undefined;
|
90
149
|
color?: string | undefined;
|
91
|
-
|
150
|
+
size?: string | undefined;
|
151
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
92
152
|
export declare const H3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
93
153
|
size: {
|
94
154
|
h3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
95
155
|
};
|
96
|
-
}> & {
|
156
|
+
}> & (({
|
157
|
+
noWrap?: boolean | undefined;
|
158
|
+
breakWord?: boolean | undefined;
|
159
|
+
color?: string | undefined;
|
160
|
+
size?: string | undefined;
|
161
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
97
162
|
noWrap?: boolean | undefined;
|
98
163
|
breakWord?: boolean | undefined;
|
99
164
|
color?: string | undefined;
|
100
|
-
|
165
|
+
size?: string | undefined;
|
166
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
101
167
|
export declare const H4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
102
168
|
size: {
|
103
169
|
h4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
104
170
|
};
|
105
|
-
}> & {
|
171
|
+
}> & (({
|
106
172
|
noWrap?: boolean | undefined;
|
107
173
|
breakWord?: boolean | undefined;
|
108
174
|
color?: string | undefined;
|
109
|
-
|
175
|
+
size?: string | undefined;
|
176
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
177
|
+
noWrap?: boolean | undefined;
|
178
|
+
breakWord?: boolean | undefined;
|
179
|
+
color?: string | undefined;
|
180
|
+
size?: string | undefined;
|
181
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
110
182
|
export declare const H5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
111
183
|
size: {
|
112
184
|
h5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
113
185
|
};
|
114
|
-
}> & {
|
186
|
+
}> & (({
|
187
|
+
noWrap?: boolean | undefined;
|
188
|
+
breakWord?: boolean | undefined;
|
189
|
+
color?: string | undefined;
|
190
|
+
size?: string | undefined;
|
191
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
115
192
|
noWrap?: boolean | undefined;
|
116
193
|
breakWord?: boolean | undefined;
|
117
194
|
color?: string | undefined;
|
118
|
-
|
195
|
+
size?: string | undefined;
|
196
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
119
197
|
export declare const TextM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
120
198
|
size: {
|
121
199
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
122
200
|
};
|
123
|
-
}> & {
|
201
|
+
}> & (({
|
124
202
|
noWrap?: boolean | undefined;
|
125
203
|
breakWord?: boolean | undefined;
|
126
204
|
color?: string | undefined;
|
127
|
-
|
205
|
+
size?: string | undefined;
|
206
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
207
|
+
noWrap?: boolean | undefined;
|
208
|
+
breakWord?: boolean | undefined;
|
209
|
+
color?: string | undefined;
|
210
|
+
size?: string | undefined;
|
211
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
128
212
|
export declare const TextL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
129
213
|
size: {
|
130
214
|
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
131
215
|
};
|
132
|
-
}> & {
|
216
|
+
}> & (({
|
217
|
+
noWrap?: boolean | undefined;
|
218
|
+
breakWord?: boolean | undefined;
|
219
|
+
color?: string | undefined;
|
220
|
+
size?: string | undefined;
|
221
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
133
222
|
noWrap?: boolean | undefined;
|
134
223
|
breakWord?: boolean | undefined;
|
135
224
|
color?: string | undefined;
|
136
|
-
|
225
|
+
size?: string | undefined;
|
226
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
137
227
|
export declare const TextS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
138
228
|
size: {
|
139
229
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
140
230
|
};
|
141
|
-
}> & {
|
231
|
+
}> & (({
|
142
232
|
noWrap?: boolean | undefined;
|
143
233
|
breakWord?: boolean | undefined;
|
144
234
|
color?: string | undefined;
|
145
|
-
|
235
|
+
size?: string | undefined;
|
236
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
237
|
+
noWrap?: boolean | undefined;
|
238
|
+
breakWord?: boolean | undefined;
|
239
|
+
color?: string | undefined;
|
240
|
+
size?: string | undefined;
|
241
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
146
242
|
export declare const TextXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
147
243
|
size: {
|
148
244
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
149
245
|
};
|
150
|
-
}> & {
|
246
|
+
}> & (({
|
247
|
+
noWrap?: boolean | undefined;
|
248
|
+
breakWord?: boolean | undefined;
|
249
|
+
color?: string | undefined;
|
250
|
+
size?: string | undefined;
|
251
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
151
252
|
noWrap?: boolean | undefined;
|
152
253
|
breakWord?: boolean | undefined;
|
153
254
|
color?: string | undefined;
|
154
|
-
|
255
|
+
size?: string | undefined;
|
256
|
+
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|