@salutejs/plasma-asdk 0.357.0 → 0.358.0-canary.2339.20130914411.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/components/Button/Button.config.d.ts +22 -22
  2. package/components/Button/Button.d.ts +50 -50
  3. package/components/Checkbox/Checkbox.config.d.ts +6 -6
  4. package/components/Checkbox/Checkbox.d.ts +16 -16
  5. package/components/Header/Header.config.d.ts +5 -5
  6. package/components/Header/Header.d.ts +9 -9
  7. package/components/Header/ui/HeaderArrow/HeaderArrow.d.ts +3 -3
  8. package/components/Header/ui/HeaderArrow/HeaderArrow.styles.d.ts +1 -1
  9. package/components/Header/ui/HeaderArrow/variations/_size/base.d.ts +1 -1
  10. package/components/Header/ui/HeaderArrow/variations/_view/base.d.ts +1 -1
  11. package/components/Header/ui/HeaderLogo/HeaderLogo.d.ts +1 -1
  12. package/components/Header/ui/HeaderLogo/HeaderLogo.styles.d.ts +1 -1
  13. package/components/Header/ui/HeaderLogo/variations/_size/base.d.ts +1 -1
  14. package/components/Header/ui/HeaderTitleWrapper/HeaderTitleWrapper.d.ts +2 -2
  15. package/components/Header/ui/HeaderTitleWrapper/variations/_size/base.d.ts +1 -1
  16. package/components/Header/ui/HeaderTitleWrapper/variations/_view/base.d.ts +1 -1
  17. package/components/Link/Link.config.d.ts +4 -4
  18. package/components/Link/Link.d.ts +6 -6
  19. package/components/Radiobox/Radiobox.config.d.ts +6 -6
  20. package/components/Radiobox/Radiobox.d.ts +16 -16
  21. package/components/Spinner/Spinner.config.d.ts +1 -1
  22. package/components/Spinner/Spinner.d.ts +2 -2
  23. package/components/Switch/Switch.config.d.ts +5 -5
  24. package/components/Switch/Switch.d.ts +12 -12
  25. package/components/Typography/Body.config.d.ts +5 -5
  26. package/components/Typography/Dspl.config.d.ts +3 -3
  27. package/components/Typography/Heading.config.d.ts +5 -5
  28. package/components/Typography/Old/Body.config.d.ts +3 -3
  29. package/components/Typography/Old/Button.config.d.ts +2 -2
  30. package/components/Typography/Old/Caption.config.d.ts +1 -1
  31. package/components/Typography/Old/Display.config.d.ts +3 -3
  32. package/components/Typography/Old/Footnote.config.d.ts +2 -2
  33. package/components/Typography/Old/Headline.config.d.ts +5 -5
  34. package/components/Typography/Old/Paragraph.config.d.ts +2 -2
  35. package/components/Typography/Old/Subtitle.config.d.ts +1 -1
  36. package/components/Typography/Old/Underline.config.d.ts +1 -1
  37. package/components/Typography/Old/index.d.ts +62 -62
  38. package/components/Typography/Text.config.d.ts +4 -4
  39. package/components/Typography/Typography.d.ts +68 -68
  40. package/package.json +6 -6
@@ -21,9 +21,9 @@ export type SpinnerProps = HTMLAttributes<HTMLDivElement> & {
21
21
  /**
22
22
  * Компонент для отображения индикатора загрузки.
23
23
  */
24
- export declare const Spinner: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
24
+ export declare const Spinner: import("styled-components").StyledComponent<import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
25
25
  view: {
26
- accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  }> & ((HTMLAttributes<HTMLDivElement> & {
29
29
  width?: never;
@@ -8,19 +8,19 @@ export declare const config: {
8
8
  };
9
9
  variations: {
10
10
  size: {
11
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  toggleSize: {
14
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  view: {
17
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  disabled: {
20
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  focused: {
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
  };
26
26
  };
@@ -1,36 +1,36 @@
1
1
  import { ComponentProps } from 'react';
2
- declare const SwitchComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
2
+ declare const SwitchComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3
3
  size: {
4
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
5
  };
6
6
  toggleSize: {
7
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  view: {
10
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  disabled: {
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
15
  focused: {
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
  }> & import("@salutejs/plasma-new-hope/styled-components").SwitchProps & import("react").RefAttributes<HTMLInputElement>>;
19
- export declare const Switch: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
19
+ export declare const Switch: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
20
20
  size: {
21
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  toggleSize: {
24
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  view: {
27
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  disabled: {
30
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
32
  focused: {
33
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  }> & import("@salutejs/plasma-new-hope/styled-components").SwitchProps & import("react").RefAttributes<HTMLInputElement>>;
36
36
  export type SwitchProps = ComponentProps<typeof SwitchComponent>;
@@ -4,7 +4,7 @@ export declare const configL: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configM: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -24,7 +24,7 @@ export declare const configS: {
24
24
  };
25
25
  variations: {
26
26
  size: {
27
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -34,7 +34,7 @@ export declare const configXS: {
34
34
  };
35
35
  variations: {
36
36
  size: {
37
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  };
40
40
  };
@@ -44,7 +44,7 @@ export declare const configXXS: {
44
44
  };
45
45
  variations: {
46
46
  size: {
47
- xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  };
50
50
  };
@@ -4,7 +4,7 @@ export declare const configL: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configM: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -24,7 +24,7 @@ export declare const configS: {
24
24
  };
25
25
  variations: {
26
26
  size: {
27
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -4,7 +4,7 @@ export declare const configH1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- h1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configH2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- h2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -24,7 +24,7 @@ export declare const configH3: {
24
24
  };
25
25
  variations: {
26
26
  size: {
27
- h3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -34,7 +34,7 @@ export declare const configH4: {
34
34
  };
35
35
  variations: {
36
36
  size: {
37
- h4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  };
40
40
  };
@@ -44,7 +44,7 @@ export declare const configH5: {
44
44
  };
45
45
  variations: {
46
46
  size: {
47
- h5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  };
50
50
  };
@@ -4,7 +4,7 @@ export declare const configBody1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- body1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ body1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configBody2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- body2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ body2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -24,7 +24,7 @@ export declare const configBody3: {
24
24
  };
25
25
  variations: {
26
26
  size: {
27
- body3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ body3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -4,7 +4,7 @@ export declare const configButton1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- button1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ button1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configButton2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- button2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ button2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -4,7 +4,7 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -4,7 +4,7 @@ export declare const configDisplay1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- display1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ display1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configDisplay2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- display2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ display2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -24,7 +24,7 @@ export declare const configDisplay3: {
24
24
  };
25
25
  variations: {
26
26
  size: {
27
- display3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ display3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -4,7 +4,7 @@ export declare const configFootnote1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- footnote1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ footnote1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configFootnote2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- footnote2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ footnote2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -4,7 +4,7 @@ export declare const configHeadline1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- headline1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ headline1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configHeadline2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- headline2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ headline2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -24,7 +24,7 @@ export declare const configHeadline3: {
24
24
  };
25
25
  variations: {
26
26
  size: {
27
- headline3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ headline3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
28
  };
29
29
  };
30
30
  };
@@ -34,7 +34,7 @@ export declare const configHeadline4: {
34
34
  };
35
35
  variations: {
36
36
  size: {
37
- headline4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ headline4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  };
40
40
  };
@@ -44,7 +44,7 @@ export declare const configHeadline5: {
44
44
  };
45
45
  variations: {
46
46
  size: {
47
- headline5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
+ headline5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
48
  };
49
49
  };
50
50
  };
@@ -4,7 +4,7 @@ export declare const configParagraph1: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- paragraph1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ paragraph1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -14,7 +14,7 @@ export declare const configParagraph2: {
14
14
  };
15
15
  variations: {
16
16
  size: {
17
- paragraph2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ paragraph2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  };
20
20
  };
@@ -4,7 +4,7 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -4,7 +4,7 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  size: {
7
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  };
10
10
  };
@@ -1,6 +1,6 @@
1
- export declare const Body1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Body1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  size: {
3
- body1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ body1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  };
5
5
  }> & (({
6
6
  noWrap?: boolean;
@@ -8,16 +8,16 @@ export declare const Body1: import("react").FunctionComponent<import("@salutejs/
8
8
  color?: string;
9
9
  size?: string;
10
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>) | ({
11
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
12
12
  noWrap?: boolean;
13
13
  breakWord?: boolean;
14
14
  color?: string;
15
15
  size?: string;
16
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>))>;
18
- export declare const Body2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
17
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
18
+ export declare const Body2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
19
19
  size: {
20
- body2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ body2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  }> & (({
23
23
  noWrap?: boolean;
@@ -25,16 +25,16 @@ export declare const Body2: import("react").FunctionComponent<import("@salutejs/
25
25
  color?: string;
26
26
  size?: string;
27
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>) | ({
28
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
29
29
  noWrap?: boolean;
30
30
  breakWord?: boolean;
31
31
  color?: string;
32
32
  size?: string;
33
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>))>;
35
- export declare const Body3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
34
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
35
+ export declare const Body3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
36
36
  size: {
37
- body3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
+ body3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
38
  };
39
39
  }> & (({
40
40
  noWrap?: boolean;
@@ -42,95 +42,95 @@ export declare const Body3: import("react").FunctionComponent<import("@salutejs/
42
42
  color?: string;
43
43
  size?: string;
44
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>) | ({
45
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
46
46
  noWrap?: boolean;
47
47
  breakWord?: boolean;
48
48
  color?: string;
49
49
  size?: string;
50
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>))>;
52
- export declare const Button1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
51
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
52
+ export declare const Button1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
53
53
  size: {
54
- button1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
54
+ button1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
55
55
  };
56
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
57
- export declare const Button2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
56
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
57
+ export declare const Button2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
58
58
  size: {
59
- button2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
59
+ button2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
60
60
  };
61
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
62
- export declare const Caption: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
61
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
62
+ export declare const Caption: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
63
63
  size: {
64
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
64
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
65
65
  };
66
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
67
- export declare const Display1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
66
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
67
+ export declare const Display1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
68
68
  size: {
69
- display1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
69
+ display1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
70
70
  };
71
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
72
- export declare const Display2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
71
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
72
+ export declare const Display2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
73
73
  size: {
74
- display2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
74
+ display2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
75
75
  };
76
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
77
- export declare const Display3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
76
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
77
+ export declare const Display3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
78
78
  size: {
79
- display3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
79
+ display3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
80
80
  };
81
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
82
- export declare const Footnote1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
81
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
82
+ export declare const Footnote1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
83
83
  size: {
84
- footnote1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
84
+ footnote1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
85
85
  };
86
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
87
- export declare const Footnote2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
86
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
87
+ export declare const Footnote2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
88
88
  size: {
89
- footnote2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
89
+ footnote2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
90
90
  };
91
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
92
- export declare const Headline1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
91
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
92
+ export declare const Headline1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
93
93
  size: {
94
- headline1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
94
+ headline1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
95
95
  };
96
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
97
- export declare const Headline2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
96
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
97
+ export declare const Headline2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
98
98
  size: {
99
- headline2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
99
+ headline2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
100
100
  };
101
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
102
- export declare const Headline3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
101
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
102
+ export declare const Headline3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
103
103
  size: {
104
- headline3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
104
+ headline3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
105
105
  };
106
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
107
- export declare const Headline4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
106
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
107
+ export declare const Headline4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
108
108
  size: {
109
- headline4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
109
+ headline4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
110
110
  };
111
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
112
- export declare const Headline5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
111
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
112
+ export declare const Headline5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
113
113
  size: {
114
- headline5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
114
+ headline5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
115
115
  };
116
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
117
- export declare const P1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
116
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
117
+ export declare const P1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
118
118
  size: {
119
- paragraph1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
119
+ paragraph1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
120
120
  };
121
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
122
- export declare const P2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
121
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
122
+ export declare const P2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
123
123
  size: {
124
- paragraph2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
124
+ paragraph2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
125
125
  };
126
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
127
- export declare const Underline: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
126
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
127
+ export declare const Underline: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
128
128
  size: {
129
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
129
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
130
130
  };
131
- }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
132
- export declare const Subtitle: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
131
+ }> & import("@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld.js").TypographyOldProps & import("react").RefAttributes<HTMLDivElement>>;
132
+ export declare const Subtitle: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
133
133
  size: {
134
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
134
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
135
135
  };
136
136
  }> & import("@salutejs/plasma-new-hope/styled-components").SubtitleProps & import("react").RefAttributes<HTMLDivElement>>;