@salutejs/plasma-web 1.583.0 → 1.583.1-canary.2005.15439910438.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/CHANGELOG.md +134 -3101
- package/components/Accordion/Accordion.d.ts +9 -10
- package/components/Attach/Attach.d.ts +158 -159
- package/components/Autocomplete/Autocomplete.d.ts +344 -345
- package/components/Avatar/Avatar.d.ts +46 -47
- package/components/AvatarGroup/AvatarGroup.d.ts +1 -2
- package/components/Badge/Badge.d.ts +40 -41
- package/components/Breadcrumbs/Breadcrumbs.d.ts +3 -4
- package/components/Button/Button.d.ts +35 -36
- package/components/ButtonGroup/ButtonGroup.d.ts +0 -4
- package/components/Carousel/Carousel.d.ts +2 -3
- package/components/Cell/Cell.d.ts +19 -20
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Chip/Chip.d.ts +0 -1
- package/components/ChipGroup/ChipGroup.d.ts +0 -1
- package/components/CodeField/CodeField.d.ts +18 -19
- package/components/Combobox/Combobox.config.js +8 -8
- package/components/Combobox/Combobox.d.ts +977 -953
- package/components/Combobox/Legacy/Combobox.d.ts +36 -37
- package/components/Counter/Counter.d.ts +0 -1
- package/components/DatePicker/DatePicker.d.ts +53 -54
- package/components/Divider/Divider.d.ts +0 -1
- package/components/Drawer/Drawer.d.ts +18 -19
- package/components/Dropdown/Dropdown.d.ts +52 -52
- package/components/Dropdown/components/DropdownItem.d.ts +14 -14
- package/components/Dropzone/Dropzone.d.ts +15 -16
- package/components/Editable/Editable.d.ts +0 -1
- package/components/EmptyState/EmptyState.d.ts +0 -1
- package/components/Flow/Flow.d.ts +1 -2
- package/components/Grid/Grid.d.ts +0 -1
- package/components/IconButton/IconButton.d.ts +35 -36
- package/components/Image/Image.d.ts +3 -4
- package/components/Indicator/Indicator.d.ts +0 -1
- package/components/Link/Link.d.ts +0 -1
- package/components/LinkButton/LinkButton.d.ts +8 -9
- package/components/List/List.d.ts +4 -5
- package/components/Mask/Mask.d.ts +224 -225
- package/components/Note/Note.d.ts +11 -12
- package/components/NumberFormat/NumberFormat.d.ts +1 -1
- package/components/NumberInput/NumberInput.d.ts +38 -39
- package/components/Pagination/Pagination.d.ts +0 -1
- package/components/Popover/Popover.d.ts +0 -1
- package/components/Price/Price.d.ts +0 -1
- package/components/Progress/Progress.d.ts +0 -1
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/components/Range/Range.d.ts +105 -106
- package/components/Rating/Rating.d.ts +13 -14
- package/components/Segment/Segment.d.ts +8 -9
- package/components/Select/Select.config.js +14 -14
- package/components/Select/Select.d.ts +247 -244
- package/components/Sheet/Sheet.d.ts +0 -1
- package/components/Skeleton/Skeleton.d.ts +4 -5
- package/components/Slider/Slider.d.ts +96 -105
- package/components/Steps/Steps.d.ts +0 -1
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Table/Table.config.js +3 -3
- package/components/Table/Table.d.ts +0 -1
- package/components/Tabs/TabItem.d.ts +14 -14
- package/components/Tabs/Tabs.d.ts +5 -7
- package/components/TextArea/TextArea.config.js +4 -4
- package/components/TextArea/TextArea.d.ts +205 -206
- package/components/TextArea/index.d.ts +4 -4
- package/components/TextField/TextField.d.ts +261 -269
- package/components/TextFieldGroup/TextFieldGroup.d.ts +12 -13
- package/components/Toast/Toast.d.ts +0 -1
- package/components/Tokens/Colors/Colors.styles.d.ts +25 -26
- package/components/Tokens/Typography/Typography.styles.d.ts +23 -24
- package/components/Toolbar/Toolbar.d.ts +5 -6
- package/components/Tree/Tree.d.ts +0 -1
- package/components/Typography/Old/index.d.ts +36 -37
- package/components/Typography/Typography.d.ts +204 -205
- package/css/cjs/components/Combobox/Combobox.config.js +1 -1
- package/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
- package/css/cjs/components/Combobox/{Combobox.config_i068pn.css → Combobox.config_16vxdhl.css} +8 -8
- package/css/cjs/components/Combobox/Combobox.css +14 -14
- package/css/cjs/components/Select/Select.config.js +1 -1
- package/css/cjs/components/Select/Select.config.js.map +1 -1
- package/css/{es/components/Select/Select.config_1kk8sph.css → cjs/components/Select/Select.config_14aqv25.css} +14 -14
- package/css/cjs/components/Select/Select.css +23 -23
- package/css/cjs/components/Table/Table.config.js +1 -1
- package/css/cjs/components/Table/Table.config.js.map +1 -1
- package/css/cjs/components/Table/Table.config_11seey5.css +5 -0
- package/css/cjs/components/Table/Table.css +5 -5
- package/css/cjs/components/TextArea/TextArea.config.js +1 -1
- package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
- package/css/{es/components/TextArea/TextArea.config_si8t6e.css → cjs/components/TextArea/TextArea.config_1gkbdbf.css} +4 -4
- package/css/cjs/components/TextArea/TextArea.css +14 -14
- package/css/cjs/index.css +59 -59
- package/css/es/components/Combobox/Combobox.config.js +1 -1
- package/css/es/components/Combobox/Combobox.config.js.map +1 -1
- package/css/es/components/Combobox/{Combobox.config_i068pn.css → Combobox.config_16vxdhl.css} +8 -8
- package/css/es/components/Combobox/Combobox.css +14 -14
- package/css/es/components/Select/Select.config.js +1 -1
- package/css/es/components/Select/Select.config.js.map +1 -1
- package/css/{cjs/components/Select/Select.config_1kk8sph.css → es/components/Select/Select.config_14aqv25.css} +14 -14
- package/css/es/components/Select/Select.css +23 -23
- package/css/es/components/Table/Table.config.js +1 -1
- package/css/es/components/Table/Table.config.js.map +1 -1
- package/css/es/components/Table/Table.config_11seey5.css +5 -0
- package/css/es/components/Table/Table.css +5 -5
- package/css/es/components/TextArea/TextArea.config.js +1 -1
- package/css/es/components/TextArea/TextArea.config.js.map +1 -1
- package/css/{cjs/components/TextArea/TextArea.config_si8t6e.css → es/components/TextArea/TextArea.config_1gkbdbf.css} +4 -4
- package/css/es/components/TextArea/TextArea.css +14 -14
- package/css/es/index.css +59 -59
- package/es/components/Combobox/Combobox.config.js +8 -8
- package/es/components/Select/Select.config.js +14 -14
- package/es/components/Table/Table.config.js +3 -3
- package/es/components/TextArea/TextArea.config.js +4 -4
- package/mixins/index.d.ts +1 -2
- package/package.json +11 -11
- package/css/cjs/components/Table/Table.config_lk2ssy.css +0 -5
- package/css/es/components/Table/Table.config_lk2ssy.css +0 -5
@@ -1,290 +1,289 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
export declare const BodyM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
3
2
|
size: {
|
4
3
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
4
|
};
|
6
5
|
}> & (({
|
7
|
-
noWrap?: boolean
|
8
|
-
breakWord?: boolean
|
9
|
-
color?: string
|
10
|
-
size?: string
|
11
|
-
isNumeric?: boolean
|
12
|
-
} & 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
|
13
|
-
noWrap?: boolean
|
14
|
-
breakWord?: boolean
|
15
|
-
color?: string
|
16
|
-
size?: string
|
17
|
-
isNumeric?: boolean
|
18
|
-
} & 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
|
6
|
+
noWrap?: boolean;
|
7
|
+
breakWord?: boolean;
|
8
|
+
color?: string;
|
9
|
+
size?: string;
|
10
|
+
isNumeric?: boolean;
|
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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
12
|
+
noWrap?: boolean;
|
13
|
+
breakWord?: boolean;
|
14
|
+
color?: string;
|
15
|
+
size?: string;
|
16
|
+
isNumeric?: boolean;
|
17
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
19
18
|
export declare const BodyL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
20
19
|
size: {
|
21
20
|
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
22
21
|
};
|
23
22
|
}> & (({
|
24
|
-
noWrap?: boolean
|
25
|
-
breakWord?: boolean
|
26
|
-
color?: string
|
27
|
-
size?: string
|
28
|
-
isNumeric?: boolean
|
29
|
-
} & 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
|
30
|
-
noWrap?: boolean
|
31
|
-
breakWord?: boolean
|
32
|
-
color?: string
|
33
|
-
size?: string
|
34
|
-
isNumeric?: boolean
|
35
|
-
} & 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
|
23
|
+
noWrap?: boolean;
|
24
|
+
breakWord?: boolean;
|
25
|
+
color?: string;
|
26
|
+
size?: string;
|
27
|
+
isNumeric?: boolean;
|
28
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
29
|
+
noWrap?: boolean;
|
30
|
+
breakWord?: boolean;
|
31
|
+
color?: string;
|
32
|
+
size?: string;
|
33
|
+
isNumeric?: boolean;
|
34
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
36
35
|
export declare const BodyS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
37
36
|
size: {
|
38
37
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
39
38
|
};
|
40
39
|
}> & (({
|
41
|
-
noWrap?: boolean
|
42
|
-
breakWord?: boolean
|
43
|
-
color?: string
|
44
|
-
size?: string
|
45
|
-
isNumeric?: boolean
|
46
|
-
} & 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
|
47
|
-
noWrap?: boolean
|
48
|
-
breakWord?: boolean
|
49
|
-
color?: string
|
50
|
-
size?: string
|
51
|
-
isNumeric?: boolean
|
52
|
-
} & 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
|
40
|
+
noWrap?: boolean;
|
41
|
+
breakWord?: boolean;
|
42
|
+
color?: string;
|
43
|
+
size?: string;
|
44
|
+
isNumeric?: boolean;
|
45
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
46
|
+
noWrap?: boolean;
|
47
|
+
breakWord?: boolean;
|
48
|
+
color?: string;
|
49
|
+
size?: string;
|
50
|
+
isNumeric?: boolean;
|
51
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
53
52
|
export declare const BodyXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
54
53
|
size: {
|
55
54
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
56
55
|
};
|
57
56
|
}> & (({
|
58
|
-
noWrap?: boolean
|
59
|
-
breakWord?: boolean
|
60
|
-
color?: string
|
61
|
-
size?: string
|
62
|
-
isNumeric?: boolean
|
63
|
-
} & 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
|
64
|
-
noWrap?: boolean
|
65
|
-
breakWord?: boolean
|
66
|
-
color?: string
|
67
|
-
size?: string
|
68
|
-
isNumeric?: boolean
|
69
|
-
} & 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
|
57
|
+
noWrap?: boolean;
|
58
|
+
breakWord?: boolean;
|
59
|
+
color?: string;
|
60
|
+
size?: string;
|
61
|
+
isNumeric?: boolean;
|
62
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
63
|
+
noWrap?: boolean;
|
64
|
+
breakWord?: boolean;
|
65
|
+
color?: string;
|
66
|
+
size?: string;
|
67
|
+
isNumeric?: boolean;
|
68
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
70
69
|
export declare const BodyXXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
71
70
|
size: {
|
72
71
|
xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
73
72
|
};
|
74
73
|
}> & (({
|
75
|
-
noWrap?: boolean
|
76
|
-
breakWord?: boolean
|
77
|
-
color?: string
|
78
|
-
size?: string
|
79
|
-
isNumeric?: boolean
|
80
|
-
} & 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
|
81
|
-
noWrap?: boolean
|
82
|
-
breakWord?: boolean
|
83
|
-
color?: string
|
84
|
-
size?: string
|
85
|
-
isNumeric?: boolean
|
86
|
-
} & 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
|
74
|
+
noWrap?: boolean;
|
75
|
+
breakWord?: boolean;
|
76
|
+
color?: string;
|
77
|
+
size?: string;
|
78
|
+
isNumeric?: boolean;
|
79
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
80
|
+
noWrap?: boolean;
|
81
|
+
breakWord?: boolean;
|
82
|
+
color?: string;
|
83
|
+
size?: string;
|
84
|
+
isNumeric?: boolean;
|
85
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
87
86
|
export declare const DsplM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
88
87
|
size: {
|
89
88
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
90
89
|
};
|
91
90
|
}> & (({
|
92
|
-
noWrap?: boolean
|
93
|
-
breakWord?: boolean
|
94
|
-
color?: string
|
95
|
-
size?: string
|
96
|
-
isNumeric?: boolean
|
97
|
-
} & 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
|
98
|
-
noWrap?: boolean
|
99
|
-
breakWord?: boolean
|
100
|
-
color?: string
|
101
|
-
size?: string
|
102
|
-
isNumeric?: boolean
|
103
|
-
} & 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
|
91
|
+
noWrap?: boolean;
|
92
|
+
breakWord?: boolean;
|
93
|
+
color?: string;
|
94
|
+
size?: string;
|
95
|
+
isNumeric?: boolean;
|
96
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
97
|
+
noWrap?: boolean;
|
98
|
+
breakWord?: boolean;
|
99
|
+
color?: string;
|
100
|
+
size?: string;
|
101
|
+
isNumeric?: boolean;
|
102
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
104
103
|
export declare const DsplL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
105
104
|
size: {
|
106
105
|
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
107
106
|
};
|
108
107
|
}> & (({
|
109
|
-
noWrap?: boolean
|
110
|
-
breakWord?: boolean
|
111
|
-
color?: string
|
112
|
-
size?: string
|
113
|
-
isNumeric?: boolean
|
114
|
-
} & 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
|
115
|
-
noWrap?: boolean
|
116
|
-
breakWord?: boolean
|
117
|
-
color?: string
|
118
|
-
size?: string
|
119
|
-
isNumeric?: boolean
|
120
|
-
} & 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
|
108
|
+
noWrap?: boolean;
|
109
|
+
breakWord?: boolean;
|
110
|
+
color?: string;
|
111
|
+
size?: string;
|
112
|
+
isNumeric?: boolean;
|
113
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
114
|
+
noWrap?: boolean;
|
115
|
+
breakWord?: boolean;
|
116
|
+
color?: string;
|
117
|
+
size?: string;
|
118
|
+
isNumeric?: boolean;
|
119
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
121
120
|
export declare const DsplS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
122
121
|
size: {
|
123
122
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
124
123
|
};
|
125
124
|
}> & (({
|
126
|
-
noWrap?: boolean
|
127
|
-
breakWord?: boolean
|
128
|
-
color?: string
|
129
|
-
size?: string
|
130
|
-
isNumeric?: boolean
|
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
|
132
|
-
noWrap?: boolean
|
133
|
-
breakWord?: boolean
|
134
|
-
color?: string
|
135
|
-
size?: string
|
136
|
-
isNumeric?: boolean
|
137
|
-
} & 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
|
125
|
+
noWrap?: boolean;
|
126
|
+
breakWord?: boolean;
|
127
|
+
color?: string;
|
128
|
+
size?: string;
|
129
|
+
isNumeric?: boolean;
|
130
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
131
|
+
noWrap?: boolean;
|
132
|
+
breakWord?: boolean;
|
133
|
+
color?: string;
|
134
|
+
size?: string;
|
135
|
+
isNumeric?: boolean;
|
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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
138
137
|
export declare const H1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
139
138
|
size: {
|
140
139
|
h1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
141
140
|
};
|
142
141
|
}> & (({
|
143
|
-
noWrap?: boolean
|
144
|
-
breakWord?: boolean
|
145
|
-
color?: string
|
146
|
-
size?: string
|
147
|
-
isNumeric?: boolean
|
148
|
-
} & 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
|
149
|
-
noWrap?: boolean
|
150
|
-
breakWord?: boolean
|
151
|
-
color?: string
|
152
|
-
size?: string
|
153
|
-
isNumeric?: boolean
|
154
|
-
} & 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
|
142
|
+
noWrap?: boolean;
|
143
|
+
breakWord?: boolean;
|
144
|
+
color?: string;
|
145
|
+
size?: string;
|
146
|
+
isNumeric?: boolean;
|
147
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
148
|
+
noWrap?: boolean;
|
149
|
+
breakWord?: boolean;
|
150
|
+
color?: string;
|
151
|
+
size?: string;
|
152
|
+
isNumeric?: boolean;
|
153
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
155
154
|
export declare const H2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
156
155
|
size: {
|
157
156
|
h2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
158
157
|
};
|
159
158
|
}> & (({
|
160
|
-
noWrap?: boolean
|
161
|
-
breakWord?: boolean
|
162
|
-
color?: string
|
163
|
-
size?: string
|
164
|
-
isNumeric?: boolean
|
165
|
-
} & 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
|
166
|
-
noWrap?: boolean
|
167
|
-
breakWord?: boolean
|
168
|
-
color?: string
|
169
|
-
size?: string
|
170
|
-
isNumeric?: boolean
|
171
|
-
} & 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
|
159
|
+
noWrap?: boolean;
|
160
|
+
breakWord?: boolean;
|
161
|
+
color?: string;
|
162
|
+
size?: string;
|
163
|
+
isNumeric?: boolean;
|
164
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
165
|
+
noWrap?: boolean;
|
166
|
+
breakWord?: boolean;
|
167
|
+
color?: string;
|
168
|
+
size?: string;
|
169
|
+
isNumeric?: boolean;
|
170
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
172
171
|
export declare const H3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
173
172
|
size: {
|
174
173
|
h3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
175
174
|
};
|
176
175
|
}> & (({
|
177
|
-
noWrap?: boolean
|
178
|
-
breakWord?: boolean
|
179
|
-
color?: string
|
180
|
-
size?: string
|
181
|
-
isNumeric?: boolean
|
182
|
-
} & 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
|
183
|
-
noWrap?: boolean
|
184
|
-
breakWord?: boolean
|
185
|
-
color?: string
|
186
|
-
size?: string
|
187
|
-
isNumeric?: boolean
|
188
|
-
} & 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
|
176
|
+
noWrap?: boolean;
|
177
|
+
breakWord?: boolean;
|
178
|
+
color?: string;
|
179
|
+
size?: string;
|
180
|
+
isNumeric?: boolean;
|
181
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
182
|
+
noWrap?: boolean;
|
183
|
+
breakWord?: boolean;
|
184
|
+
color?: string;
|
185
|
+
size?: string;
|
186
|
+
isNumeric?: boolean;
|
187
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
189
188
|
export declare const H4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
190
189
|
size: {
|
191
190
|
h4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
192
191
|
};
|
193
192
|
}> & (({
|
194
|
-
noWrap?: boolean
|
195
|
-
breakWord?: boolean
|
196
|
-
color?: string
|
197
|
-
size?: string
|
198
|
-
isNumeric?: boolean
|
199
|
-
} & 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
|
200
|
-
noWrap?: boolean
|
201
|
-
breakWord?: boolean
|
202
|
-
color?: string
|
203
|
-
size?: string
|
204
|
-
isNumeric?: boolean
|
205
|
-
} & 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
|
193
|
+
noWrap?: boolean;
|
194
|
+
breakWord?: boolean;
|
195
|
+
color?: string;
|
196
|
+
size?: string;
|
197
|
+
isNumeric?: boolean;
|
198
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
199
|
+
noWrap?: boolean;
|
200
|
+
breakWord?: boolean;
|
201
|
+
color?: string;
|
202
|
+
size?: string;
|
203
|
+
isNumeric?: boolean;
|
204
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
206
205
|
export declare const H5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
207
206
|
size: {
|
208
207
|
h5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
209
208
|
};
|
210
209
|
}> & (({
|
211
|
-
noWrap?: boolean
|
212
|
-
breakWord?: boolean
|
213
|
-
color?: string
|
214
|
-
size?: string
|
215
|
-
isNumeric?: boolean
|
216
|
-
} & 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
|
217
|
-
noWrap?: boolean
|
218
|
-
breakWord?: boolean
|
219
|
-
color?: string
|
220
|
-
size?: string
|
221
|
-
isNumeric?: boolean
|
222
|
-
} & 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
|
210
|
+
noWrap?: boolean;
|
211
|
+
breakWord?: boolean;
|
212
|
+
color?: string;
|
213
|
+
size?: string;
|
214
|
+
isNumeric?: boolean;
|
215
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
216
|
+
noWrap?: boolean;
|
217
|
+
breakWord?: boolean;
|
218
|
+
color?: string;
|
219
|
+
size?: string;
|
220
|
+
isNumeric?: boolean;
|
221
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
223
222
|
export declare const TextM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
224
223
|
size: {
|
225
224
|
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
226
225
|
};
|
227
226
|
}> & (({
|
228
|
-
noWrap?: boolean
|
229
|
-
breakWord?: boolean
|
230
|
-
color?: string
|
231
|
-
size?: string
|
232
|
-
isNumeric?: boolean
|
233
|
-
} & 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
|
234
|
-
noWrap?: boolean
|
235
|
-
breakWord?: boolean
|
236
|
-
color?: string
|
237
|
-
size?: string
|
238
|
-
isNumeric?: boolean
|
239
|
-
} & 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
|
227
|
+
noWrap?: boolean;
|
228
|
+
breakWord?: boolean;
|
229
|
+
color?: string;
|
230
|
+
size?: string;
|
231
|
+
isNumeric?: boolean;
|
232
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
233
|
+
noWrap?: boolean;
|
234
|
+
breakWord?: boolean;
|
235
|
+
color?: string;
|
236
|
+
size?: string;
|
237
|
+
isNumeric?: boolean;
|
238
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
240
239
|
export declare const TextL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
241
240
|
size: {
|
242
241
|
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
243
242
|
};
|
244
243
|
}> & (({
|
245
|
-
noWrap?: boolean
|
246
|
-
breakWord?: boolean
|
247
|
-
color?: string
|
248
|
-
size?: string
|
249
|
-
isNumeric?: boolean
|
250
|
-
} & 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
|
251
|
-
noWrap?: boolean
|
252
|
-
breakWord?: boolean
|
253
|
-
color?: string
|
254
|
-
size?: string
|
255
|
-
isNumeric?: boolean
|
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
|
244
|
+
noWrap?: boolean;
|
245
|
+
breakWord?: boolean;
|
246
|
+
color?: string;
|
247
|
+
size?: string;
|
248
|
+
isNumeric?: boolean;
|
249
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
250
|
+
noWrap?: boolean;
|
251
|
+
breakWord?: boolean;
|
252
|
+
color?: string;
|
253
|
+
size?: string;
|
254
|
+
isNumeric?: boolean;
|
255
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
257
256
|
export declare const TextS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
258
257
|
size: {
|
259
258
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
260
259
|
};
|
261
260
|
}> & (({
|
262
|
-
noWrap?: boolean
|
263
|
-
breakWord?: boolean
|
264
|
-
color?: string
|
265
|
-
size?: string
|
266
|
-
isNumeric?: boolean
|
267
|
-
} & 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
|
268
|
-
noWrap?: boolean
|
269
|
-
breakWord?: boolean
|
270
|
-
color?: string
|
271
|
-
size?: string
|
272
|
-
isNumeric?: boolean
|
273
|
-
} & 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
|
261
|
+
noWrap?: boolean;
|
262
|
+
breakWord?: boolean;
|
263
|
+
color?: string;
|
264
|
+
size?: string;
|
265
|
+
isNumeric?: boolean;
|
266
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
267
|
+
noWrap?: boolean;
|
268
|
+
breakWord?: boolean;
|
269
|
+
color?: string;
|
270
|
+
size?: string;
|
271
|
+
isNumeric?: boolean;
|
272
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
274
273
|
export declare const TextXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
275
274
|
size: {
|
276
275
|
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
277
276
|
};
|
278
277
|
}> & (({
|
279
|
-
noWrap?: boolean
|
280
|
-
breakWord?: boolean
|
281
|
-
color?: string
|
282
|
-
size?: string
|
283
|
-
isNumeric?: boolean
|
284
|
-
} & 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
|
285
|
-
noWrap?: boolean
|
286
|
-
breakWord?: boolean
|
287
|
-
color?: string
|
288
|
-
size?: string
|
289
|
-
isNumeric?: boolean
|
290
|
-
} & 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
|
278
|
+
noWrap?: boolean;
|
279
|
+
breakWord?: boolean;
|
280
|
+
color?: string;
|
281
|
+
size?: string;
|
282
|
+
isNumeric?: boolean;
|
283
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
284
|
+
noWrap?: boolean;
|
285
|
+
breakWord?: boolean;
|
286
|
+
color?: string;
|
287
|
+
size?: string;
|
288
|
+
isNumeric?: boolean;
|
289
|
+
} & 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 & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|