@salutejs/sdds-scan 0.329.0-canary.2339.19735457854.0 → 0.329.0-canary.2339.19756860460.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 (149) hide show
  1. package/package.json +6 -6
  2. package/types/components/Accordion/Accordion.config.d.ts +10 -10
  3. package/types/components/Accordion/Accordion.d.ts +11 -11
  4. package/types/components/Attach/Attach.config.d.ts +16 -16
  5. package/types/components/Attach/Attach.d.ts +41 -41
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +15 -15
  7. package/types/components/Autocomplete/Autocomplete.d.ts +32 -32
  8. package/types/components/Avatar/Avatar.config.d.ts +22 -22
  9. package/types/components/Avatar/Avatar.d.ts +72 -72
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +14 -14
  12. package/types/components/Badge/Badge.d.ts +15 -15
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +7 -7
  15. package/types/components/Button/Button.config.d.ts +21 -21
  16. package/types/components/Button/Button.d.ts +48 -48
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +25 -25
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +26 -26
  19. package/types/components/Calendar/Calendar.d.ts +20 -20
  20. package/types/components/Calendar/CalendarBase.config.d.ts +7 -7
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +7 -7
  22. package/types/components/Card/Card.config.d.ts +4 -4
  23. package/types/components/Card/Card.d.ts +5 -5
  24. package/types/components/Carousel/Carousel.config.d.ts +2 -2
  25. package/types/components/Carousel/Carousel.d.ts +3 -3
  26. package/types/components/Cell/Cell.config.d.ts +5 -5
  27. package/types/components/Cell/Cell.d.ts +10 -10
  28. package/types/components/Checkbox/Checkbox.config.d.ts +13 -13
  29. package/types/components/Checkbox/Checkbox.d.ts +30 -30
  30. package/types/components/Chip/Chip.config.d.ts +14 -14
  31. package/types/components/Chip/Chip.d.ts +15 -15
  32. package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
  33. package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
  34. package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
  35. package/types/components/CodeInput/CodeInput.d.ts +8 -8
  36. package/types/components/Combobox/Combobox.config.d.ts +15 -15
  37. package/types/components/Combobox/Combobox.d.ts +100 -100
  38. package/types/components/Counter/Counter.config.d.ts +12 -12
  39. package/types/components/Counter/Counter.d.ts +14 -14
  40. package/types/components/DatePicker/DatePicker.config.d.ts +9 -9
  41. package/types/components/DatePicker/DatePicker.d.ts +33 -33
  42. package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  43. package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
  44. package/types/components/Divider/Divider.config.d.ts +7 -7
  45. package/types/components/Divider/Divider.d.ts +8 -8
  46. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  47. package/types/components/Drawer/Drawer.d.ts +11 -11
  48. package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
  49. package/types/components/Dropdown/Dropdown.d.ts +28 -28
  50. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  51. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  52. package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  53. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  54. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  55. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  56. package/types/components/Flow/Flow.d.ts +1 -1
  57. package/types/components/Grid/Grid.config.d.ts +1 -1
  58. package/types/components/Grid/Grid.d.ts +2 -2
  59. package/types/components/IconButton/IconButton.config.d.ts +17 -17
  60. package/types/components/IconButton/IconButton.d.ts +20 -20
  61. package/types/components/Image/Image.d.ts +1 -1
  62. package/types/components/Indicator/Indicator.config.d.ts +11 -11
  63. package/types/components/Indicator/Indicator.d.ts +35 -35
  64. package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
  65. package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
  66. package/types/components/Link/Link.config.d.ts +11 -11
  67. package/types/components/Link/Link.d.ts +26 -26
  68. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  69. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  70. package/types/components/List/List.config.d.ts +7 -7
  71. package/types/components/List/List.d.ts +8 -8
  72. package/types/components/Loader/Loader.config.d.ts +14 -14
  73. package/types/components/Loader/Loader.d.ts +16 -16
  74. package/types/components/Mask/Mask.d.ts +201 -201
  75. package/types/components/Modal/Modal.config.d.ts +1 -1
  76. package/types/components/Note/Note.config.d.ts +9 -9
  77. package/types/components/Note/Note.d.ts +10 -10
  78. package/types/components/Notification/Notification.config.d.ts +10 -10
  79. package/types/components/Notification/Notification.d.ts +12 -12
  80. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  81. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  82. package/types/components/Pagination/Pagination.config.d.ts +12 -12
  83. package/types/components/Pagination/Pagination.d.ts +13 -13
  84. package/types/components/Popover/Popover.config.d.ts +1 -1
  85. package/types/components/Popover/Popover.d.ts +3 -3
  86. package/types/components/Price/Price.d.ts +2 -2
  87. package/types/components/Progress/Progress.config.d.ts +8 -8
  88. package/types/components/Progress/Progress.d.ts +9 -9
  89. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  90. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  91. package/types/components/Radiobox/Radiobox.config.d.ts +13 -13
  92. package/types/components/Radiobox/Radiobox.d.ts +30 -30
  93. package/types/components/Range/Range.config.d.ts +8 -8
  94. package/types/components/Range/Range.d.ts +27 -27
  95. package/types/components/Rating/Rating.config.d.ts +15 -15
  96. package/types/components/Rating/Rating.d.ts +16 -16
  97. package/types/components/Segment/Segment.d.ts +25 -25
  98. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  99. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  100. package/types/components/Select/Select.config.d.ts +24 -24
  101. package/types/components/Select/Select.d.ts +44 -44
  102. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  103. package/types/components/Sheet/Sheet.d.ts +4 -4
  104. package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
  105. package/types/components/Skeleton/Skeleton.d.ts +43 -43
  106. package/types/components/Slider/Slider.config.d.ts +7 -7
  107. package/types/components/Slider/Slider.d.ts +15 -15
  108. package/types/components/Spinner/Spinner.config.d.ts +8 -8
  109. package/types/components/Spinner/Spinner.d.ts +9 -9
  110. package/types/components/Steps/Steps.config.d.ts +11 -11
  111. package/types/components/Steps/Steps.d.ts +12 -12
  112. package/types/components/Switch/Switch.config.d.ts +8 -8
  113. package/types/components/Switch/Switch.d.ts +18 -18
  114. package/types/components/Table/Table.config.d.ts +5 -5
  115. package/types/components/Table/Table.d.ts +6 -6
  116. package/types/components/Tabs/TabItem.d.ts +49 -49
  117. package/types/components/Tabs/Tabs.d.ts +26 -26
  118. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  119. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  120. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  121. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  122. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  123. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  124. package/types/components/TextArea/TextArea.config.d.ts +16 -16
  125. package/types/components/TextArea/TextArea.d.ts +17 -17
  126. package/types/components/TextField/TextField.config.d.ts +22 -22
  127. package/types/components/TextField/TextField.d.ts +39 -39
  128. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  129. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  130. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  131. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  132. package/types/components/Toast/Toast.config.d.ts +8 -8
  133. package/types/components/Toast/Toast.d.ts +12 -12
  134. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  135. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  136. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  137. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  138. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  139. package/types/components/Tour/Tour.config.d.ts +2 -2
  140. package/types/components/Tour/Tour.d.ts +3 -3
  141. package/types/components/Tree/Tree.config.d.ts +5 -5
  142. package/types/components/Tree/Tree.d.ts +6 -6
  143. package/types/components/Typography/Body.config.d.ts +5 -5
  144. package/types/components/Typography/Dspl.config.d.ts +3 -3
  145. package/types/components/Typography/Heading.config.d.ts +5 -5
  146. package/types/components/Typography/Text.config.d.ts +4 -4
  147. package/types/components/Typography/Typography.d.ts +68 -68
  148. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  149. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -1,47 +1,47 @@
1
1
  import type { SelectProps as SelectPropsNewHope, ItemOptionSelect, DistributivePick, DistributiveOmit } from '@salutejs/plasma-new-hope';
2
2
  import React, { ComponentProps } from 'react';
3
- declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
3
+ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
4
4
  view: {
5
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- clear: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- black: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- white: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ black: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ white: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  size: {
17
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").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
21
  };
22
22
  labelPlacement: {
23
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  chipView: {
27
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  };
31
31
  hintView: {
32
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
33
  };
34
34
  hintSize: {
35
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
37
  };
38
38
  disabled: {
39
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
40
  };
41
41
  readOnly: {
42
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
43
43
  };
44
- }> & ((import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
44
+ }> & ((import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
45
45
  hintText: string;
46
46
  hintTrigger?: "hover" | "click";
47
47
  hintView?: string;
@@ -60,7 +60,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
60
60
  placeholder?: string;
61
61
  helperText?: string;
62
62
  chipType?: "default" | "text";
63
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
63
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
64
64
  } & {
65
65
  multiselect?: false;
66
66
  separator?: never;
@@ -78,7 +78,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
78
78
  children?: never;
79
79
  isTargetAmount?: boolean;
80
80
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
81
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
81
+ placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacementBasic>;
82
82
  variant?: "normal" | "tight";
83
83
  zIndex?: React.CSSProperties["zIndex"];
84
84
  listMaxHeight?: React.CSSProperties["height"];
@@ -102,7 +102,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
102
102
  listHeight?: React.CSSProperties["height"];
103
103
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
104
104
  listOverflow?: React.CSSProperties["overflow"];
105
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
105
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
106
106
  hintText: string;
107
107
  hintTrigger?: "hover" | "click";
108
108
  hintView?: string;
@@ -121,11 +121,11 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
121
121
  placeholder?: string;
122
122
  helperText?: string;
123
123
  chipType?: "default" | "text";
124
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
124
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
125
125
  } & {
126
126
  multiselect?: true;
127
127
  separator?: string;
128
- selectAllOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectAllProps;
128
+ selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
129
129
  } & {
130
130
  value?: any;
131
131
  onChange?: ((value: any, item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | null) => void) | undefined;
@@ -140,7 +140,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
140
140
  children?: never;
141
141
  isTargetAmount?: boolean;
142
142
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
143
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
143
+ placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacementBasic>;
144
144
  variant?: "normal" | "tight";
145
145
  zIndex?: React.CSSProperties["zIndex"];
146
146
  listMaxHeight?: React.CSSProperties["height"];
@@ -164,7 +164,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
164
164
  listHeight?: React.CSSProperties["height"];
165
165
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
166
166
  listOverflow?: React.CSSProperties["overflow"];
167
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
167
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
168
168
  hintTrigger?: never;
169
169
  hintText?: never;
170
170
  hintView?: never;
@@ -183,7 +183,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
183
183
  placeholder?: string;
184
184
  helperText?: string;
185
185
  chipType?: "default" | "text";
186
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
186
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
187
187
  } & {
188
188
  multiselect?: false;
189
189
  separator?: never;
@@ -201,7 +201,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
201
201
  children?: never;
202
202
  isTargetAmount?: boolean;
203
203
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
204
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
204
+ placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacementBasic>;
205
205
  variant?: "normal" | "tight";
206
206
  zIndex?: React.CSSProperties["zIndex"];
207
207
  listMaxHeight?: React.CSSProperties["height"];
@@ -225,7 +225,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
225
225
  listHeight?: React.CSSProperties["height"];
226
226
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
227
227
  listOverflow?: React.CSSProperties["overflow"];
228
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
228
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
229
229
  hintTrigger?: never;
230
230
  hintText?: never;
231
231
  hintView?: never;
@@ -244,11 +244,11 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
244
244
  placeholder?: string;
245
245
  helperText?: string;
246
246
  chipType?: "default" | "text";
247
- chipClickArea?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").ChipClickArea;
247
+ chipClickArea?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").ChipClickArea;
248
248
  } & {
249
249
  multiselect?: true;
250
250
  separator?: string;
251
- selectAllOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectAllProps;
251
+ selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
252
252
  } & {
253
253
  value?: any;
254
254
  onChange?: ((value: any, item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | null) => void) | undefined;
@@ -263,7 +263,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
263
263
  children?: never;
264
264
  isTargetAmount?: boolean;
265
265
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
266
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
266
+ placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacementBasic>;
267
267
  variant?: "normal" | "tight";
268
268
  zIndex?: React.CSSProperties["zIndex"];
269
269
  listMaxHeight?: React.CSSProperties["height"];
@@ -287,7 +287,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
287
287
  listHeight?: React.CSSProperties["height"];
288
288
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
289
289
  listOverflow?: React.CSSProperties["overflow"];
290
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
290
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
291
291
  target: "button-like";
292
292
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
293
293
  contentLeft?: never;
@@ -312,7 +312,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
312
312
  children?: never;
313
313
  isTargetAmount?: boolean;
314
314
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
315
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
315
+ placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacementBasic>;
316
316
  variant?: "normal" | "tight";
317
317
  zIndex?: React.CSSProperties["zIndex"];
318
318
  listMaxHeight?: React.CSSProperties["height"];
@@ -336,7 +336,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
336
336
  listHeight?: React.CSSProperties["height"];
337
337
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
338
338
  listOverflow?: React.CSSProperties["overflow"];
339
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
339
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
340
340
  target: "button-like";
341
341
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
342
342
  contentLeft?: never;
@@ -347,7 +347,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
347
347
  } & {
348
348
  multiselect?: true;
349
349
  separator?: string;
350
- selectAllOptions?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectAllProps;
350
+ selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
351
351
  } & {
352
352
  value?: any;
353
353
  onChange?: ((value: any, item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | null) => void) | undefined;
@@ -362,7 +362,7 @@ declare const SelectNewHope: React.FunctionComponent<import("node_modules/@salut
362
362
  children?: never;
363
363
  isTargetAmount?: boolean;
364
364
  renderTarget?: ((item: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect | import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[], opened?: boolean) => React.ReactNode) | undefined;
365
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
365
+ placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectPlacementBasic>;
366
366
  variant?: "normal" | "tight";
367
367
  zIndex?: React.CSSProperties["zIndex"];
368
368
  listMaxHeight?: React.CSSProperties["height"];
@@ -4,11 +4,11 @@ export declare const config: {
4
4
  };
5
5
  variations: {
6
6
  view: {
7
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
8
  };
9
9
  handlePlacement: {
10
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  };
14
14
  };
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Открывает окно-шторку поверх основного экрана.
3
3
  */
4
- export declare const Sheet: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Sheet: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
5
  view: {
6
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  handlePlacement: {
9
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  }> & import("@salutejs/plasma-new-hope/styled-components").SheetProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,27 +5,27 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- lighter: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ lighter: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- bodyL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- bodyM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- bodyS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- bodyXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- bodyXXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- dsplL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- dsplM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- dsplS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- textL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- textM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- textS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- textXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ bodyL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ bodyM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ bodyS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ bodyXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ bodyXXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ dsplL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ dsplM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ dsplS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ textL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ textM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ textS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ textXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
29
  };
30
30
  };
31
31
  };
@@ -1,58 +1,58 @@
1
1
  import { RectSkeleton, withSkeleton } from '@salutejs/plasma-new-hope/styled-components';
2
- export declare const LineSkeleton: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
2
+ export declare const LineSkeleton: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3
3
  view: {
4
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- lighter: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ lighter: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
6
  };
7
7
  size: {
8
- bodyL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- bodyM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- bodyS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- bodyXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- bodyXXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- dsplL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- dsplM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- dsplS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- textL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
- textM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- textS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- textXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ bodyL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ bodyM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ bodyS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ bodyXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ bodyXXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ dsplL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ dsplM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ dsplS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ textL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ textM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ textS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ textXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
26
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types.js").SkeletonSizeProps & {
27
27
  customGradientColor?: string;
28
28
  roundness?: import("@salutejs/plasma-new-hope/styled-components").Roundness;
29
29
  } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
30
- export declare const TextSkeleton: import("react").FC<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
30
+ export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
31
31
  view: {
32
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- lighter: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ lighter: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  size: {
36
- bodyL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
- bodyM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
- bodyS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
39
- bodyXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
- bodyXXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
- dsplL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
42
- dsplM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
43
- dsplS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
44
- h1: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
45
- h2: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
46
- h3: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
47
- h4: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
48
- h5: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
49
- textL: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
50
- textM: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
51
- textS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
52
- textXS: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
36
+ bodyL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
+ bodyM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
38
+ bodyS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
+ bodyXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
+ bodyXXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
41
+ dsplL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
+ dsplM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
43
+ dsplS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
44
+ h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
45
+ h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
46
+ h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
47
+ h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
48
+ h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
49
+ textL: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
50
+ textM: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
51
+ textS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
52
+ textXS: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
53
53
  };
54
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
54
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types.js").SkeletonSizeProps & {
55
55
  customGradientColor?: string;
56
56
  roundness?: import("@salutejs/plasma-new-hope/styled-components").Roundness;
57
- } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types").TextSkeletonBaseProps>;
57
+ } & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types.js").TextSkeletonBaseProps>;
58
58
  export { RectSkeleton, withSkeleton };
@@ -5,17 +5,17 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- gradient: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ gradient: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  size: {
13
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  disabled: {
18
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  };
21
21
  };
@@ -2,22 +2,22 @@
2
2
  * Слайдер позволяет определить числовое значение в пределах указанного промежутка.
3
3
  * Можно указать два значения.
4
4
  */
5
- export declare const Slider: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
5
+ export declare const Slider: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
6
6
  view: {
7
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- gradient: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ gradient: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  disabled: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
- }> & ((import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
20
- onChange?: (event: import("node_modules/@salutejs/plasma-new-hope/types/types/FormType").FormTypeNumber) => void;
19
+ }> & ((import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types.js").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components/index.js").SliderInternalProps & {
20
+ onChange?: (event: import("@salutejs/plasma-new-hope/types/types/FormType.js").FormTypeNumber) => void;
21
21
  name: string;
22
22
  value?: never;
23
23
  defaultValue?: number;
@@ -47,8 +47,8 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
47
47
  pointerSize?: "small" | "large" | "none";
48
48
  pointerVisibility: "always" | "hover";
49
49
  currentValueVisibility: "always" | "hover";
50
- } & import("react").RefAttributes<HTMLDivElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
51
- onChange?: (event: import("node_modules/@salutejs/plasma-new-hope/types/types/FormType").FormTypeNumber) => void;
50
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types.js").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components/index.js").SliderInternalProps & {
51
+ onChange?: (event: import("@salutejs/plasma-new-hope/types/types/FormType.js").FormTypeNumber) => void;
52
52
  name: string;
53
53
  value?: never;
54
54
  defaultValue?: number;
@@ -77,7 +77,7 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
77
77
  pointerSize?: "small" | "large" | "none";
78
78
  pointerVisibility: "always" | "hover";
79
79
  currentValueVisibility: "always" | "hover";
80
- } & import("react").RefAttributes<HTMLDivElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
80
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types.js").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components/index.js").SliderInternalProps & {
81
81
  onChange?: (value: number) => void;
82
82
  value: number;
83
83
  name?: never;
@@ -108,7 +108,7 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
108
108
  pointerSize?: "small" | "large" | "none";
109
109
  pointerVisibility: "always" | "hover";
110
110
  currentValueVisibility: "always" | "hover";
111
- } & import("react").RefAttributes<HTMLDivElement>) | (import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("node_modules/@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
111
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types.js").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components/index.js").SliderInternalProps & {
112
112
  onChange?: (value: number) => void;
113
113
  value: number;
114
114
  name?: never;
@@ -139,7 +139,7 @@ export declare const Slider: import("react").FunctionComponent<import("node_modu
139
139
  pointerVisibility: "always" | "hover";
140
140
  currentValueVisibility: "always" | "hover";
141
141
  } & import("react").RefAttributes<HTMLDivElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
142
- onChange?: (event: import("node_modules/@salutejs/plasma-new-hope/types/types/FormType").FormTypeString) => void;
142
+ onChange?: (event: import("@salutejs/plasma-new-hope/types/types/FormType.js").FormTypeString) => void;
143
143
  name?: string;
144
144
  value?: never;
145
145
  defaultValue?: number[];
@@ -5,14 +5,14 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- tertiary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- paragraph: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ tertiary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ paragraph: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  };
18
18
  };
@@ -21,16 +21,16 @@ export type SpinnerProps = HTMLAttributes<HTMLDivElement> & {
21
21
  /**
22
22
  * Компонент для отображения индикатора загрузки.
23
23
  */
24
- export declare const Spinner: import("styled-components").StyledComponent<import("react").FunctionComponent<import("node_modules/@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
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- tertiary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
- paragraph: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
33
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ tertiary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
+ paragraph: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
33
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
34
  };
35
35
  }> & ((HTMLAttributes<HTMLDivElement> & {
36
36
  width?: never;