@salutejs/plasma-asdk 0.358.0-canary.2378.20191024234.0 → 0.358.0-canary.2378.20229139306.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/Button/Button.config.d.ts +22 -22
- package/components/Button/Button.d.ts +50 -50
- package/components/Checkbox/Checkbox.config.d.ts +6 -6
- package/components/Checkbox/Checkbox.d.ts +16 -16
- package/components/Header/Header.config.d.ts +5 -5
- package/components/Header/Header.d.ts +9 -9
- package/components/Header/ui/HeaderArrow/HeaderArrow.d.ts +3 -3
- package/components/Header/ui/HeaderArrow/HeaderArrow.styles.d.ts +1 -1
- package/components/Header/ui/HeaderArrow/variations/_size/base.d.ts +1 -1
- package/components/Header/ui/HeaderArrow/variations/_view/base.d.ts +1 -1
- package/components/Header/ui/HeaderLogo/HeaderLogo.d.ts +1 -1
- package/components/Header/ui/HeaderLogo/HeaderLogo.styles.d.ts +1 -1
- package/components/Header/ui/HeaderLogo/variations/_size/base.d.ts +1 -1
- package/components/Header/ui/HeaderTitleWrapper/HeaderTitleWrapper.d.ts +2 -2
- package/components/Header/ui/HeaderTitleWrapper/variations/_size/base.d.ts +1 -1
- package/components/Header/ui/HeaderTitleWrapper/variations/_view/base.d.ts +1 -1
- package/components/Link/Link.config.d.ts +4 -4
- package/components/Link/Link.d.ts +6 -6
- package/components/Radiobox/Radiobox.config.d.ts +6 -6
- package/components/Radiobox/Radiobox.d.ts +16 -16
- package/components/Spinner/Spinner.config.d.ts +1 -1
- package/components/Spinner/Spinner.d.ts +2 -2
- package/components/Switch/Switch.config.d.ts +5 -5
- package/components/Switch/Switch.d.ts +12 -12
- package/components/Typography/Body.config.d.ts +5 -5
- package/components/Typography/Dspl.config.d.ts +3 -3
- package/components/Typography/Heading.config.d.ts +5 -5
- package/components/Typography/Old/Body.config.d.ts +3 -3
- package/components/Typography/Old/Button.config.d.ts +2 -2
- package/components/Typography/Old/Caption.config.d.ts +1 -1
- package/components/Typography/Old/Display.config.d.ts +3 -3
- package/components/Typography/Old/Footnote.config.d.ts +2 -2
- package/components/Typography/Old/Headline.config.d.ts +5 -5
- package/components/Typography/Old/Paragraph.config.d.ts +2 -2
- package/components/Typography/Old/Subtitle.config.d.ts +1 -1
- package/components/Typography/Old/Underline.config.d.ts +1 -1
- package/components/Typography/Old/index.d.ts +62 -62
- package/components/Typography/Text.config.d.ts +4 -4
- package/components/Typography/Typography.d.ts +68 -68
- package/package.json +6 -6
|
@@ -6,40 +6,40 @@ export declare const config: {
|
|
|
6
6
|
};
|
|
7
7
|
variations: {
|
|
8
8
|
view: {
|
|
9
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
9
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
/**
|
|
11
11
|
* @deprecated
|
|
12
12
|
* использовать `default`
|
|
13
13
|
*/
|
|
14
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
15
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
16
|
-
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
17
|
-
clear: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
18
|
-
success: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
19
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
20
|
-
critical: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
21
|
-
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
22
|
-
black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
23
|
-
white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
14
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
+
success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
|
+
critical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
|
+
black: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
|
+
white: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
size: {
|
|
26
|
-
xl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
27
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
28
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
29
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
30
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
31
|
-
xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
26
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
28
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
29
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
31
|
+
xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
32
32
|
};
|
|
33
33
|
disabled: {
|
|
34
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
34
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
35
35
|
};
|
|
36
36
|
focused: {
|
|
37
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
37
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
38
38
|
};
|
|
39
39
|
stretching: {
|
|
40
|
-
auto: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
41
|
-
filled: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
42
|
-
fixed: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
40
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
41
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
42
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
declare const ButtonComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
1
|
+
declare const ButtonComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
2
2
|
view: {
|
|
3
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
4
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
5
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
6
|
-
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
7
|
-
clear: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
8
|
-
success: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
9
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
10
|
-
critical: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
11
|
-
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
-
black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
-
white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
3
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
4
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
5
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
|
+
success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
critical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
|
+
black: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
white: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
|
-
xl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
17
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
18
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
19
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
20
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
21
|
-
xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
16
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
|
+
xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
22
|
};
|
|
23
23
|
disabled: {
|
|
24
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
24
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
25
|
};
|
|
26
26
|
focused: {
|
|
27
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
27
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
28
28
|
};
|
|
29
29
|
stretching: {
|
|
30
|
-
auto: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
31
|
-
filled: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
32
|
-
fixed: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
30
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
31
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
32
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
33
33
|
};
|
|
34
34
|
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
35
35
|
text?: string;
|
|
@@ -43,7 +43,7 @@ declare const ButtonComponent: import("react").FunctionComponent<import("@salute
|
|
|
43
43
|
square?: boolean;
|
|
44
44
|
focused?: boolean;
|
|
45
45
|
disabled?: boolean;
|
|
46
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
46
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
47
47
|
view?: string;
|
|
48
48
|
size?: string;
|
|
49
49
|
outlined?: boolean;
|
|
@@ -65,7 +65,7 @@ declare const ButtonComponent: import("react").FunctionComponent<import("@salute
|
|
|
65
65
|
square?: boolean;
|
|
66
66
|
focused?: boolean;
|
|
67
67
|
disabled?: boolean;
|
|
68
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
68
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
69
69
|
view?: string;
|
|
70
70
|
size?: string;
|
|
71
71
|
outlined?: boolean;
|
|
@@ -81,38 +81,38 @@ export type ButtonProps = typeof ButtonComponent;
|
|
|
81
81
|
* Кнопка.
|
|
82
82
|
* Поддерживает несколько режимов отображения (`view`) и размеров (`size`).
|
|
83
83
|
*/
|
|
84
|
-
export declare const Button: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
84
|
+
export declare const Button: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
85
85
|
view: {
|
|
86
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
87
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
88
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
89
|
-
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
90
|
-
clear: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
91
|
-
success: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
92
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
93
|
-
critical: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
94
|
-
dark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
95
|
-
black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
96
|
-
white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
86
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
87
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
88
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
89
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
90
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
91
|
+
success: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
92
|
+
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
93
|
+
critical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
94
|
+
dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
95
|
+
black: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
96
|
+
white: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
97
97
|
};
|
|
98
98
|
size: {
|
|
99
|
-
xl: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
100
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
101
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
102
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
103
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
104
|
-
xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
99
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
100
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
101
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
102
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
103
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
104
|
+
xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
105
105
|
};
|
|
106
106
|
disabled: {
|
|
107
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
107
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
108
108
|
};
|
|
109
109
|
focused: {
|
|
110
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
110
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
111
111
|
};
|
|
112
112
|
stretching: {
|
|
113
|
-
auto: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
114
|
-
filled: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
115
|
-
fixed: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
113
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
114
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
115
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
116
116
|
};
|
|
117
117
|
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
118
118
|
text?: string;
|
|
@@ -126,7 +126,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
|
126
126
|
square?: boolean;
|
|
127
127
|
focused?: boolean;
|
|
128
128
|
disabled?: boolean;
|
|
129
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
129
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
130
130
|
view?: string;
|
|
131
131
|
size?: string;
|
|
132
132
|
outlined?: boolean;
|
|
@@ -148,7 +148,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
|
148
148
|
square?: boolean;
|
|
149
149
|
focused?: boolean;
|
|
150
150
|
disabled?: boolean;
|
|
151
|
-
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness").Pin;
|
|
151
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
152
152
|
view?: string;
|
|
153
153
|
size?: string;
|
|
154
154
|
outlined?: boolean;
|
|
@@ -9,21 +9,21 @@ export declare const config: {
|
|
|
9
9
|
* Размер контрола.
|
|
10
10
|
*/
|
|
11
11
|
size: {
|
|
12
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
14
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
15
|
};
|
|
16
16
|
/**
|
|
17
17
|
* Вид контрола.
|
|
18
18
|
*/
|
|
19
19
|
view: {
|
|
20
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
20
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
21
|
};
|
|
22
22
|
disabled: {
|
|
23
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
23
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
focused: {
|
|
26
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
26
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
|
-
declare const CheckboxComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
2
|
+
declare const CheckboxComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
3
3
|
size: {
|
|
4
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
5
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
6
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
4
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
5
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
7
|
};
|
|
8
8
|
view: {
|
|
9
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
9
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
11
|
disabled: {
|
|
12
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
13
|
};
|
|
14
14
|
focused: {
|
|
15
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
15
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
16
|
};
|
|
17
|
-
}> & import("@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
17
|
+
}> & import("@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types.js").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
18
18
|
export type CheckboxProps = ComponentProps<typeof CheckboxComponent>;
|
|
19
19
|
/**
|
|
20
20
|
* Флажок или чекбокс. Позволяет пользователю управлять параметром с двумя состояниями — ☑ включено и ☐ отключено.
|
|
21
21
|
*/
|
|
22
|
-
export declare const Checkbox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
22
|
+
export declare const Checkbox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
23
23
|
size: {
|
|
24
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
25
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
26
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
24
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
27
|
};
|
|
28
28
|
view: {
|
|
29
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
29
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
30
|
};
|
|
31
31
|
disabled: {
|
|
32
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
32
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
33
33
|
};
|
|
34
34
|
focused: {
|
|
35
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
35
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
36
36
|
};
|
|
37
|
-
}> & import("@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
37
|
+
}> & import("@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types.js").CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
38
38
|
export {};
|
|
@@ -5,17 +5,17 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated
|
|
11
11
|
* использовать `default`
|
|
12
12
|
*/
|
|
13
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
17
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
18
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
16
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export { HeaderContent } from './HeaderContent/HeaderContent';
|
|
2
2
|
export { HeaderTitle } from './ui';
|
|
3
|
-
export declare const HeaderRoot: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
3
|
+
export declare const HeaderRoot: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
4
4
|
view: {
|
|
5
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
6
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
5
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
7
|
};
|
|
8
8
|
size: {
|
|
9
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
10
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
11
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
9
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
}> & import("react").HtmlHTMLAttributes<HTMLDivElement> & {
|
|
14
14
|
size?: string;
|
|
15
15
|
gradientColor?: string;
|
|
16
16
|
view?: string;
|
|
17
17
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
-
export declare const HeaderLogo: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & import("./ui").HeaderLogoProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
-
export declare const HeaderArrow: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
18
|
+
export declare const HeaderLogo: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("./ui").HeaderLogoProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export declare const HeaderArrow: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
20
20
|
arrow?: "back" | "minimize";
|
|
21
21
|
iconSize?: import("./ui/HeaderArrow/HeaderArrow.types").IconSize;
|
|
22
22
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
23
|
-
export declare const HeaderTitleWrapper: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
23
|
+
export declare const HeaderTitleWrapper: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
24
24
|
label?: string;
|
|
25
25
|
title?: string;
|
|
26
26
|
subTitle?: string;
|
|
@@ -15,13 +15,13 @@ export declare const headerArrowConfig: {
|
|
|
15
15
|
arrow?: "back" | "minimize";
|
|
16
16
|
iconSize?: import("./HeaderArrow.types").IconSize;
|
|
17
17
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
-
base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
18
|
+
base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
19
|
variations: {
|
|
20
20
|
view: {
|
|
21
|
-
css: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
21
|
+
css: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
22
|
};
|
|
23
23
|
size: {
|
|
24
|
-
css: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
24
|
+
css: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
defaults: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -13,7 +13,7 @@ export declare const headerLogoConfig: {
|
|
|
13
13
|
base: string;
|
|
14
14
|
variations: {
|
|
15
15
|
size: {
|
|
16
|
-
css: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
16
|
+
css: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
defaults: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -26,10 +26,10 @@ export declare const headerTitleWrapperConfig: {
|
|
|
26
26
|
base: string;
|
|
27
27
|
variations: {
|
|
28
28
|
view: {
|
|
29
|
-
css: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
29
|
+
css: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
30
|
};
|
|
31
31
|
size: {
|
|
32
|
-
css: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
32
|
+
css: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
defaults: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
1
|
+
export declare const base: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -5,18 +5,18 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated
|
|
11
11
|
* использовать `default`
|
|
12
12
|
*/
|
|
13
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
14
|
};
|
|
15
15
|
disabled: {
|
|
16
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
16
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
17
|
};
|
|
18
18
|
focused: {
|
|
19
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
19
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Ссылка.
|
|
3
3
|
*/
|
|
4
|
-
export declare const Link: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
4
|
+
export declare const Link: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
7
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
6
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
8
|
};
|
|
9
9
|
disabled: {
|
|
10
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
10
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
11
|
};
|
|
12
12
|
focused: {
|
|
13
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
14
|
};
|
|
15
|
-
}> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & import("@salutejs/plasma-new-hope/types/components/Link/Link.types").LinkCustomProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
15
|
+
}> & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & import("@salutejs/plasma-new-hope/types/components/Link/Link.types.js").LinkCustomProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
@@ -9,21 +9,21 @@ export declare const config: {
|
|
|
9
9
|
* Размер контрола.
|
|
10
10
|
*/
|
|
11
11
|
size: {
|
|
12
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
13
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
14
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
15
|
};
|
|
16
16
|
/**
|
|
17
17
|
* Вид контрола.
|
|
18
18
|
*/
|
|
19
19
|
view: {
|
|
20
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
20
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
21
|
};
|
|
22
22
|
disabled: {
|
|
23
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
23
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
focused: {
|
|
26
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
26
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
|
-
declare const RadioboxComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
2
|
+
declare const RadioboxComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
3
3
|
size: {
|
|
4
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
5
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
6
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
4
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
5
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
7
|
};
|
|
8
8
|
view: {
|
|
9
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
9
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
11
|
disabled: {
|
|
12
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
12
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
13
|
};
|
|
14
14
|
focused: {
|
|
15
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
15
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
16
|
};
|
|
17
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
17
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types.js").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
18
18
|
export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
|
|
19
19
|
/**
|
|
20
20
|
* Переключатель, или *радиокнопка*.
|
|
21
21
|
*/
|
|
22
|
-
export declare const Radiobox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
|
22
|
+
export declare const Radiobox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
23
23
|
size: {
|
|
24
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
25
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
26
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
24
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
27
|
};
|
|
28
28
|
view: {
|
|
29
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
29
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
30
|
};
|
|
31
31
|
disabled: {
|
|
32
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
32
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
33
33
|
};
|
|
34
34
|
focused: {
|
|
35
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
|
35
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
36
36
|
};
|
|
37
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
37
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types.js").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
38
38
|
export { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|